@import url('pagination.css');

div#shop-container {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}
div#left-column {
	width: 160px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
}

div#middle-column {
	width: 620px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}
div#right-column {
	width: 140px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}
div#promo-video {
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	height: 400px;
	overflow: hidden;
	text-align: center;
}

div#products {
	padding-bottom: 20px;
}
input.qty {
	width: 30px;
}

div#product {
	background-color: white;
	padding-bottom: 10px;
}
div#product h2 {
	padding-bottom: 10px;
}
div#product-detail-container p {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#product-detail-container h2 {
	padding-top: 10px;
	padding-bottom: 10px;	
}
div#product-detail-container h3 {
	padding-top: 10px;
	padding-bottom: 10px;	
}
p.price span {
	color: #3399ff;
	font-size: 22px;
}
p.price small {
	font-size: 11px;
}
div#product-detail-left-col {
	width: 150px;
	float: left;
	overflow: hidden;
	text-align: center;
}
div#product-detail-right-col {
	width: 450px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
div#product-detail-thumb {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

div#product-more-container {
}

ul {
	list-style: none;
}
ul#products a {
	text-decoration: none;
}
ul#products li {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
ul#products div.product-container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
ul#products div.product-thumbnail {
	float: left;
	text-align: center;
	width: 150px;
	height: 150px;
}
ul#products div.product-right-col {
	float: left;
	width: 440px;
	margin-left: 10px;
	overflow: hidden;
}
ul#products div.product-check {
	text-align: right;
	padding-right: 10px;
}
ul#products h2 {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
}
ul#products h3 {
	font-size: 16px;
	padding-bottom: 6px;
	padding-top: 0px;
}
ul#products p {
	font-size: 14px;
	font-color: #999;
}

ul#shop-categories * {
	margin: 0px;
	padding: 0px;
}

ul#shop-categories a {
	display: block;
	text-decoration: none;
	padding: 5px;
}
ul#shop-categories a:hover {
	text-decoration: none;
}
ul#shop-categories ul {
	list-style: none;
}

ul#shop-categories .main-category {
	background: url('../gfx/layout/main-cat-grad.gif');
	font-size: 16px;
}
ul#shop-categories .main-category a {
	color: white;
}
ul#shop-categories .sub-category,
ul#shop-categories .sub-category-selected {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
ul#shop-categories .sub-category a {
	background-color: #eee;
	color: #666;
}
ul#shop-categories .sub-category a:hover {
	background-color: #d7d7d9;
	color: #333;
}
ul#shop-categories .sub-category-selected a {
	background-color: #d7d7d9;
	color: #333;
}
ul.shortcuts li {
	padding-bottom: 3px;
}
