@charset "utf-8";
/* CSS Document */

#container {
	height: 100%;	
	margin-top: -158px;
	padding-top: 158px;
}

#content_holder {
	padding-top: 0px;
	min-height: 100%;
	height: auto%;
	background-image: url(../images/nav_left_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
	min-height: 100%;
	height: 100%;
}

.sidebar {
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
	width: 230px;
	display: block;
	padding: 20px;
	min-height: 100%
	height: 100%;
}

.col-sm-3 {
	height: 100%;	
}

.col-sm-3, .col-sm-9 {
	padding-left: 0px;
	padding-right: 0px;	
}

.nav-sidebar a {
	font-weight: bold;
	color: black;	
}

.nav-sidebar li {
	border-bottom: 1px dotted #000;
}

.nav-sidebar > .active > a {
	background-color: #f7f214;
}

.main {
	width: 750px;
	margin-left: 20px;
}

.page-header {
	margin: 20px 0 20px;
}

ol.products-list {
	list-style: none;
	padding-left: 0px;
}

.products-list li.item {
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

li.item img {
	float: left;
	width: 180px;
	height: auto;
	margin-right: 30px;
}

.products-list .product-shop {
	overflow: hidden;
}

.product-shop {
	position: relative;
	min-height: 180px;
}

.product-name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

p.readmore {
	margin-top: 10px;	
}

#footer {
	width:1024px;
	height: 18px;
	background-color: #000;
	color: #fef551;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	clear: both;
}