body {padding-top: 10px;padding-bottom: 40px;}
.span12, .container {width: 940px;}
.no_margin_left {margin-left: 0;}
footer h4 {margin-bottom: 8px;}
.logo {
	height: 90px;
}
.logo a.logo {
	background: url(../images/logo.png) no-repeat transparent;
}
.links a {
	margin-right: 5px;
}

/* product_list - the side bar*/
.product_list {
	margin-top: -5px;
	margin-left: 5px;
	min-height: 500px;
}
.product_list ul {
	list-style: none;
	margin: 0;
}
.product_list > ul > li {
	padding: 8px 8px 8px 0px;
}
.product_list > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.product_list > ul > li > a {
	text-decoration: none;
}
.product_list > ul > li > a:hover{
	text-decoration: none;
	background: none;
}
.product_list > ul > li ul {
	display: none;
}
.product_list > ul > li a.active {
	font-weight: bold;
}
.product_list > ul > li a.active + ul {
	display: block;
}
.product_list > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.product_list > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.product_list > ul > li ul > li > a.active {
	font-weight: bold;
}


.related_products .span2 {
width:160px;
}


.product_comparison .thumbnail{
border: none;
text-align:center;

}

.product_comparison small{
font-weight: normal;
}

.product_comparison .product_stars {
text-align:center;
margin: 0 auto;
width: 85px;
}
.product_comparison .price_summary td{
text-align:center;
}
.navbar .btn.search_btn {
margin-top:1px;
}

.carousel-inner {
    height: auto;
}
.carousel-caption {
bottom: -77px;
}

.popular_products .span2{
width:160px;
}


.customer_service {
text-align:right;
font-size:13px;
}

.table td.center_text{
text-align:center;
}

.caption.product a, .caption a.product_name {
	height: 35px;
	overflow: hidden;
	display: block;	
}

.reviews h4 {
	margin-bottom: 5px;
}
.reviews blockquote p {
	font-size: 14px;
}
#unique_all, #unique_active {
	display: inline-block;
	text-align: right;
	width: 200px;
}
#unique_active {
	text-align: left;
}
#unique_all.active, #unique_active.active {
	font-weight: bold;
	font-size: 105%;
}
.checkout_form .control-label span {
	color: #C60000;
	font-weight: bold;
}
.alert p, .alert ol, .alert ul {
	margin-top: 0;
	margin-bottom: 0;
}
.product_list.categories {
	min-height: inherit;
	margin-bottom: 20px; 
}
.select-option .caret {
	margin: 8px 0px 0px;
}
.caret.up {
	border-top: none;
	border-bottom: 4px solid;
}