body {
	padding-top: 170px;
	font-family: 'Open Sans', sans-serif;
	background: #289dae;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
hr.divider-line {
    border-bottom: solid #289dae 1px !important;
}
#header {
	margin: 0;
	background: #289dae;
	border-bottom: none;
}
	#header #logo {
		display: inline-block;
		margin: 10px 0px;
	}
		#header #logo h1 {
			margin: 0px;
		}
	#header .navbar-nav {
		float: right;
		margin-top: 45px;
        background:white;border: #428bca solid 2px;border-radius: 25px; padding:10px;
	}
	#header .navbar-nav ul {
	}
		#header .navbar-nav a {
			color: #428bca;
		}
			#header .navbar-nav li.active a {
				background: #289dae;
			}
			#header .navbar-nav a:hover {
				color: #289dae;
			}

	#header .navbar-toggle {
		background: #0D1422;
		margin-top: 23px;
	}
#home-top {
	position: relative;
	text-align: center;
}
	#home-top #home-slider {
		border: none;
		padding: 0px;
		background: none;
		margin-bottom: 0px;
	}
	#home-top h2 {
		font-weight: 100;
		display: inline-block;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		margin: -30px 0 0 0;
		z-index: 75;_
		font-size: 54px;
		color: #eee;
		letter-spacing: 1px;
		background: url(../img/trans-80.png) repeat top left;
		padding: 10px 30px;
	}
		#home-top h2 strong {
			font-style: italic;
			font-weight: 800;
		}

#benefits-banner {
	text-align: center;
	font-size: 16px;
	font-weight: 100;
	color: #ddd;
	padding: 20px 0px;
	background: #289dae;
}
	#benefits-banner span {
		padding: 0px 25px;
	}

#main {
	background: #fff;
}
#main .container {
    padding:20px;
}
	#main .break {
		padding: 15px 0px;
		margin: 15px 0px;
		border-bottom: 1px solid #ccc;
	}
	#main.inner {
		padding: 50px 0px;
	}

	#main #product-slider {
		background: none;
		padding: 0;
		border: none;
		margin-bottom: 20px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
		#main #product-slider .flex-direction-nav li a { text-indent: 9999px;background: url(flexslider/images/bg_direction_nav.png) no-repeat top left;width: 28px;height: 27px;}
		#main #product-slider .flex-direction-nav li a.flex-next {
			background-position: -28px 0;
		}
			#main #product-slider .flex-direction-nav li a.flex-next:before {
				content: none;
			}
		#main #product-slider .flex-direction-nav li a.flex-prev {
			background-position: 0 0;
		}
			#main #product-slider .flex-direction-nav li a.flex-prev:before {
				content: none;
			}



	#main #product-carousel {
		background: none;
		padding: 0;
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
		#main #product-carousel li {
			margin: 0px 6px;
		}
			#main #product-carousel li img {
				border: 3px solid #eee;
				cursor: pointer;
			}

	#main .product img.product-image {
		border: 10px solid #eee;
	}
	#main .product h1 {
		font-weight: 800;
		color: #555;
		margin: 0 0 15px 0;
	}
	#main .product-left {
		text-align: right;
	}
		#main .product-left img {
			max-width: 100%;
		}
		#main .product-left .social-sharing {
			display: inline-block;
			margin-top: 20px;
		}
	#main .product-right {
		text-align: left;
	}
		#main .product-right .price {
			font-weight: bold;
			font-size: 24px;
		}
	#main .product-option {
		margin-bottom: 15px;
	}
	#main #color-selection {

	}
		#main #color-selection input {
			display: none;
		}
		#main #color-selection label div {
			display: inline-block;
			border: 5px solid #eee;
			margin-right: 10px;
			width: 60px;
			cursor: pointer;
			height: 40px;
		}
			#main #color-selection label div:hover {
				border: 5px solid #dedede;
			}
			#main #color-selection label div.blue {
				background: #289dae;
			}
			#main #color-selection label div.white {
				background: #fff;
			}
			#main #color-selection label div.gray {
				background: #ddd;
			}

		#main #color-selection input:checked + label div {
			border: 5px solid #bbb;
		}
		#main input#quantity {
			border-radius: 5px;
			padding: 5px;
			text-align: center;
			width: 80px;
			border: 1px solid #dedede;
		}

		#main .product input.submit-button {
			background: #eee;
			color: #555;
			border: none;
			font-weight: bold;
			margin-right: 10px;
			border: none;
			display: inline-block;
			padding: 5px 20px;
		}
			#main .product input.submit-button:hover {
				background: #ddd;
			}
		.add-to-cart {
			background: #FD0043 !important;
			color: #f2d732 !important;
		}
		.add-to-cart:hover {
				background: #B40030 !important;
			}
	#main .related-products {
		text-align: center;
		padding: 40px 0px;
		border-top: 1px solid #dedede;
		margin-top: 30px;
	}
		#main .related-products h4 {
			font-weight: 800;
			color: #555;
			margin-bottom: 20px;
		}
		#main .related-products div.related-product {
			display: inline-block;
			margin: 0px 5px;
			width: 150px;
		}
			#main .related-products div.related-product a {
				color: #555;
			}
				#main .related-products div.related-product a:hover {
					color: #333;
					text-decoration: none;
				}				
			#main .related-products div.related-product img {
				border: 3px solid #dedede;
			}
				#main .related-products div.related-product img:hover {
					border: 3px solid #bbb;
				}

			#main .related-products div.related-product h5 {
				font-weight: bold;
			}
			#main .related-products div.related-produc div.price {
				font-weight: bold;
				color: #f2d732;
			}





	#main .sidebar {

	}
		#main .sidebar .widget {
			padding-bottom: 25px;
		}
			#main .sidebar .widget h4 {
				font-weight: bold;
			}
		#main .sidebar .new-product {
			overflow: hidden;
			display: block;
			margin-bottom: 5px;
			padding-bottom: 5px;
			border-bottom: 1px solid #ddd;
		}
			#main .sidebar .new-product a {
				color: #555;
			}
				#main .sidebar .new-product a:hover {
					color: #333;
				}
			#main .sidebar .new-product h6 {
				margin: 10px 0;
				font-weight: bold;
				font-size: 16px
			}
			#main .sidebar .new-product img {
				border: 5px solid #eee;
				float: left;
				margin: 0 10px 5px 0;
			}
			#main .sidebar .new-product .price {
				color: #f2d732;
				font-weight: bold;
				font-size: 18px;
			}

#product-sort {
	background: #eee;
}
.sort-by {
	padding: 20px 0px;
	text-align: center;
}
	.sort-by .sort-box {
		display: inline-block;
		width: 33%;
		vertical-align: top;
		min-height: 100px;
		text-align: left;
	}
		.sort-by .sort-box ul {
			padding: 0;
			margin: 0;
		}
			.sort-by .sort-box ul li {
				display: inline-block;
				cursor: pointer;
				background: #ddd;
				width: 44%;
				padding: 5px 10px;
				margin: 0px 10px 10px 0px;
				border: 1px solid #ddd;
			}
				.sort-by .sort-box ul li.active {
					background: #bbbbbb;
				}


#product-grid {
	padding: 40px 0px;
	text-align: center;
	min-height: 500px;
}

#product-grid .mix{
    opacity: 0;
    margin: 0px 10px 25px 10px;
    display: none;
}
	#product-grid a.product {
		display: inline-block;
		position: relative;
		color: #eee;
		border: 10px solid #eee;
	}
		#product-grid a.product .overlay {
			display: none;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			text-align: center;
			background: url(../img/trans-80.png) repeat top left;
		}
			#product-grid a.product .overlay .overlay-inner {
				height: 50px;
				position: relative;
				margin-top: 50px;
			}
				#product-grid a.product .overlay h5 {
					font-weight: bold;
					margin: 0 0 5px 0;
					padding: 0;
					font-size: 16px;
				}
				#product-grid a.product .overlay div.price {
					font-weight: bold;
					color: #f2d732;
				}
				#product-grid a.product .overlay div.desc {
					font-size: 10px;
					padding: 0px 10px;
				}


		#main div.contact-box {
			display: block;
			clear: both;
			padding-bottom: 20px;
		}
			#main div.contact-box div.contact-field {
				padding-bottom: 10px;
			}
				#main div.contact-box div.contact-field label {
					width: 150px;
					text-align:right;
					font-weight: bold;
					float:left;
					margin-right: 15px;
				}
				#main div.contact-box div.contact-field input {
					border-radius: 5px;
					-moz-border-radius: 5px;
					border: 1px solid #ddd;
					-webkit-border-radius: 5px;
				}
				#main div.contact-box div.contact-field input.text-field {

				}
					#main div.contact-box div.contact-field input.text-field.mid {
						width: 50%;
					}
					#main div.contact-box div.contact-field input.text-field.small {
						width: 20%;
					}					
				#main div.contact-box div.contact-field textarea {
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border: 1px solid #ddd;
				}
					#main div.contact-box div.contact-field textarea.large {
						height: 150px;
						width: 60%;
					}
			#main div.contact-box div.submit-field {

			}
				#main div.contact-box div.submit-field input#submit {

	
				}


		#main div.form {
			display: block;
			clear: both;
			padding-bottom: 20px;
		}
			#main div.form div.field {
				padding-bottom: 10px;
			}
				#main div.form div.field label {
					width: 150px;
					text-align:right;
					font-weight: bold;
					float:left;
					margin-right: 15px;
				}
				#main div.form div.field input {
					border-radius: 5px;
					-moz-border-radius: 5px;
					border: 1px solid #ddd;
					-webkit-border-radius: 5px;
				}
				#main div.form div.field input.text-field {

				}
					#main div.form div.field input.text-field.mid {
						width: 50%;
					}
					#main div.form div.field input.text-field.small {
						width: 20%;
					}					
				#main div.form div.field textarea {
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border: 1px solid #ddd;
				}
					#main div.form div.field textarea.large {
						height: 150px;
						width: 60%;
					}
			#main div.form div.submit-field {

			}
				#main div.form div.submit-field input#submit {

	
				}

#title-bar {
	text-align: center;
	background: #eee;
	padding: 40px 0px;
}
	#title-bar h1 {
		color: #555;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	

#footer {
	background: #289dae;
	color: #fff;
	font-size: 14px;
	padding: 40px 0px;
	overflow: hidden;
	text-align: center;
}
	#footer .footer-row {
		text-align: center;
		padding-bottom: 25px;
	}
		#footer h5 {
			font-size: 14px;
			margin: 0 0 5px 0;
			font-weight: bold;
		}
		#footer ul.footer-menu {
			margin: 0;
			padding: 0;
			font-weight: 100;
		}
			#footer .footer-menu li {
				display: inline-block;
				list-style-type: none;
				padding: 0px 20px;
			}
				#footer .footer-menu li a {
					color: #fff;
				}
					#footer .footer-menu li a:hover {
						color: #eee;
						text-decoration: none;
					}
 

@media (max-width: 767px){
	#header .navbar-toggle {
        background: #289dae;
		margin-top: 23px;
        border:solid white 2px;
        outline:0;
	}
	#header .navbar-nav {
		float: none;
	    margin-top: 0px;
        background:transparent;border: #428bca solid 0px;border-radius: 0px; padding:5px;text-align:center;
	}
	#header .navbar-nav a {
		color:white;
	}
	#header .navbar-nav a:hover {
		color:#428bca;background:white;
	}
	#home-top { 
		background-position: center center;
		padding: 50px 0px;
	}
		#home-top h2 {font-size: 28px;line-height: 1.3;}
	#benefits-banner {
		padding: 10px 0px;
		font-size: 14px;
	}
		#benefits-banner span {
			padding: 0px 5px;
		}
	#product-sort {
		display: none;
	}
	.sort-by .sort-box {
		display: block;
		width: 100%;
	}
		.sort-by .sort-box ul li {
			font-size: 12px;
		}
	#main .product-left {
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	#main .product-right {
		text-align: center;
	}
	#main .product-option {
		text-align: center;
	}
	#footer .footer-menu li {
		font-size: 12px;
		padding: 0px 10px;
	}
	#main .product h1 {
		font-size: 20px;
	}
	#main .product-left .social-sharing {
		display: block;
		text-align: center;
	}




}
@media (max-width: 1199px){
    .navbar-header {
        float: none;
    }
     .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	#header .navbar-toggle {
        background: #289dae;
		margin-top: 23px;
        border:solid white 2px;
        outline:0;
	}
	#header .navbar-nav {
		float: none;
	    margin-top: 0px;
        background:transparent;border: #428bca solid 0px;border-radius: 0px; padding:5px;text-align:center;
	}
	#header .navbar-nav a {
		color:white;
	}
	#header .navbar-nav a:hover {
		color:#428bca;background:white;
	}
	#home-top { 
		background-position: center center;
		padding: 50px 0px;
	}
		#home-top h2 {font-size: 28px;line-height: 1.3;}
	#benefits-banner {
		padding: 10px 0px;
		font-size: 14px;
	}
		#benefits-banner span {
			padding: 0px 5px;
		}
	#product-sort {
		display: none;
	}
	.sort-by .sort-box {
		display: block;
		width: 100%;
	}
		.sort-by .sort-box ul li {
			font-size: 12px;
		}
	#main .product-left {
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	#main .product-right {
		text-align: center;
	}
	#main .product-option {
		text-align: center;
	}
	#footer .footer-menu li {
		font-size: 12px;
		padding: 0px 10px;
	}
	#main .product h1 {
		font-size: 20px;
	}
	#main .product-left .social-sharing {
		display: block;
		text-align: center;
	}




}
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.error {
  margin-bottom:0;
  color: #ff0000;
  font-weight: bold;
  background: #FFFFCC; /*99FFCC;*/
  padding: 5px;
  border:solid #ff0000 1px;
  text-align: center;
}
.message {
  margin-bottom:0;
  color: #8f8702;
  font-weight: bold;
  background: #FFFFCC; /*99FFCC;*/
  padding: 5px;
  border:solid #8f8702 2px;
  text-align: center;
}

.button {
			background: #eee;
			color: #555;
			border: none;
			font-weight: bold;
			margin-top: 10px;
			margin-right: 10px;
			border: none;
			display: inline-block;
			padding: 5px 20px;
		}
			.button:hover {
				background: #ddd;
			}
			a.button {
			background: #eee;
			color: #555;
			border: none;
			font-weight: bold;
			margin-right: 10px;
			border: none;
			display: inline-block;
			padding: 5px 20px;
		}
			.button:hover {
				background: #ddd;
				text-decoration:none;
			}
			.quantity {
				width:50px !important;
			}
		input[type=text] {
			border-radius: 5px;
			padding: 5px;
			border: 1px solid #dedede;
		}
		input[type=password] {
			border-radius: 5px;
			padding: 5px;
			border: 1px solid #dedede;
		}
		select {
			border-radius: 5px;
			padding: 5px;
			height:30px;
			border: 1px solid #dedede;
		}
		
		input[type=submit] {
			background: #eee;
			color: #555;
			border: none;
			font-weight: bold;
			margin-right: 10px;
			border: none;
			display: inline-block;
			padding: 5px 20px;
		}
			input[type=submit]:hover {
				background: #ddd;
			}
			div#sidebar div.sidebar-block {
				margin-bottom: 40px;
			}
				div#sidebar div.sidebar-block.rounded {
					border-radius: 10px;
					border: 2px solid #eeeeee;
				}
				div#sidebar div.sidebar-block h4.block-title {
					text-transform: uppercase;
					background: #eeeeee;
					text-align: center;
					padding: 7px 0px 3px 0px;
				}
					div#sidebar div.sidebar-block.rounded h4.block-title {
						-webkit-border-top-left-radius: 8px;
						-webkit-border-top-right-radius: 8px;
						-moz-border-radius-topleft: 8px;
						-moz-border-radius-topright: 8px;
						border-top-left-radius: 8px;
						border-top-right-radius: 8px;
						margin: 0px;
						padding:10px;
					}
				div#sidebar div.sidebar-block div.product-block {

				}
					div#sidebar div.sidebar-block div.product-block div.product-image {
						text-align: center;
						display: block;	
						clear: both;
						padding-bottom: 10px;
					}
					div#sidebar div.sidebar-block div.product-block div.product-info {
						padding: 5px;
					}
						div#sidebar div.sidebar-block div.product-block div.product-info p {
							margin-bottom: 0px;
						}
					div#sidebar div.sidebar-block div.product-block div.product-actions {
						text-align: center;
						padding: 5px 0px;
					}
						div#sidebar div.sidebar-block div.product-block div.product-actions a {
							display: inline-block;
							width: 29px;
							height: 28px;
							background: url(../img/product-actions.png) no-repeat top left;
							overflow: hidden;
						}
							div#sidebar div.sidebar-block div.product-block div.product-actions a.product-info {

							}
							div#sidebar div.sidebar-block div.product-block div.product-actions a.product-add-cart {
								background-position: -29px 0px;
							}
			div#sidebar div.sidebar-block div.quick-cart {
					background: #ffffff;
					padding-top:10px;
					-webkit-border-bottom-right-radius: 8px;
					-webkit-border-bottom-left-radius: 8px;
					-moz-border-radius-bottomright: 8px;
					-moz-border-radius-bottomleft: 8px;
					border-bottom-right-radius: 8px;
					border-bottom-left-radius: 8px;				
				}
					div#sidebar div.sidebar-block div.quick-cart div.quick-cart-block {
						border-bottom: 1px solid #eeeeee;
						padding: 0px 10px;
					}	
						div#sidebar div.sidebar-block div.quick-cart div.quick-cart-block a {
							color: #555555;
						}		
							div#sidebar div.sidebar-block div.quick-cart div.quick-cart-block a:hover {
								color: #000;
								text-decoration: none;
							}
						div#sidebar div.sidebar-block div.quick-cart a#back-to-cart {
							background: #eeeeee;
							display: block;
							-webkit-border-bottom-right-radius: 8px;
							-webkit-border-bottom-left-radius: 8px;
							-moz-border-radius-bottomright: 8px;
							-moz-border-radius-bottomleft: 8px;
							border-bottom-right-radius: 8px;
							border-bottom-left-radius: 8px;
							color: #555;
							font-weight: bold;
							background: #eeeeee; /* Old browsers */
							padding: 8px 0px 8px 0px;
							line-height: 1;
							border: none;
							outline: none;
							border: #eeeeee 0px solid;
							text-align: center;
						}
							div#sidebar div.sidebar-block div.quick-cart a#back-to-cart:hover {
								text-decoration: none;
								background: #ddd;
							}
							
				div#sidebar div.sidebar-block.rounded {
					border-radius: 10px;
					border: 2px solid #eeeeee;
				}
			div#shopping-cart {
				border-top: solid #eeeeee 1px;
			}
			div#cart-bottom {
				border-top: solid #eeeeee 1px;
			}