﻿.foo {
}
/********** HOME PAGE CATEGORIES **********/
.HomePageCategoryGrid {
	margin: 0px auto;
}
.HomePageCategoryGrid a {
	color: #555;
}
.HomePageCategoryGrid .ProductItem {
	height: 200px;
	width: 200px;
}
.HomePageCategoryGrid .ItemBox {
	text-align: center;
	vertical-align: text-top;
}
.HomePageCategoryGrid .HomePageCategoryItem {
	text-align: center;
}
.HomePageCategoryGrid .HomePageCategoryItem:hover {
	border: 1px #ffcfda solid;
}
.HomePageCategoryGrid .HomePageCategoryItem .title {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	display: block;
	overflow: hidden hidden;
	height: 1.8em;
	padding: 8px 0 5px 0;
}
.HomePageCategoryGrid .HomePageCategoryItem .title:hover {
}
.HomePageCategoryGrid .HomePageCategoryItem .title a {
	color: #3a3a3a;
}
.HomePageCategoryGrid .HomePageCategoryItem .picture {
	text-align: center;
	border: 1px #d3d3d3 solid;
}
/********** CATEGORY DETAILS PAGE **********/
.CategoryPage {
	padding: 0px;
	margin: 0px auto 15px auto;
}
.CategoryPage .CategoryTitle {
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.CategoryPage .CategoryDescription {
	color: #555;
	font-size: 1.1em;
}
.CategoryPage .ProductPager {
	text-align: center;
	margin-bottom: 25px;
}
.CategoryPage .ProductPager a {
	font-size: 14px;
	padding: 3px;
	border: 1px #ccc solid;
}
.CategoryPage .ProductPager a:link {
	text-align: center;
	color: #ccc;
	font-size: 14px;
	padding: 3px;
	border: 1px #ccc solid;
}
.CategoryPage .ProductPager span {
	color: #0eaae5;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	border: 1px #0eaae5 solid;
}
/********** SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE **********/
.CategoryPage .SubCategoryGrid {
	margin: 0px auto;
}
.CategoryPage .SubCategoryGrid a {
	color: #555;
}
.CategoryPage .SubCategoryGrid .ItemBox {
	text-align: center;
	vertical-align: text-top;
	margin: 0px auto;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem {
	text-align: center;
	border: 1px solid #ccc;
	margin: 10px;
	width: 200px;
	height: 200px;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem:hover {
	border: 1px #00b2ff solid;
}
.sub-category-title {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 0px auto;
	position: relative;
	top: 35px;
	width: 190px;
	padding: 5px;
	background-image: url(images/bg/bg-title.png);
}
.sub-category-title a {
	text-decoration: none;
}
.sub-category-title a:hover {
	color: #0eaae5;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem .picture {
	text-align: center;
}
.CategoryPage .SubCategoryList {
	margin-bottom: 15px;
	padding: 0px;
}
/********** FEATURED PRODUCTS IN CATEGORY **********/
.CategoryPage .FeaturedProductGrid {
	margin: 0px auto;
	text-align: center;
}
.CategoryPage .FeaturedProductGrid .title {
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	color: #ff9933;
}
.CategoryPage .FeaturedProductGrid .ItemBox {
	text-align: center;
}
.CategoryPage .FeaturedProductGrid .ProductItem {
	text-align: center;
	width: 170px;
	height: 170px;
	border: 1px #cccccc solid;
}
.CategoryPage .FeaturedProductGrid .ProductItem:hover {
	border: 1px #00b2ff solid;
}
.product-item-title {
	font-weight: bold;
	display: block;
	padding: 5px 2px;
	font-size: 14px;
	margin: 0px auto;
}
.product-item-title a {
}
.product-item-title a:hover {
	text-decoration: none;
}
.CategoryPage .FeaturedProductGrid .ProductItem .picture {
	text-align: center;
}
.CategoryPage .FeaturedProductGrid .ProductItem .description {
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 90px;
}
.CategoryPage .addInfo {
	vertical-align: bottom;
	position: relative;
	height: 0px;
	top: -43px;
}
.CategoryPage .addInfo .prices {
	text-align: left;
	vertical-align: bottom;
	padding-left: 5px;
	cursor: default;
}
.CategoryPage .addInfo .prices:hover {
}
.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .buttons {
}
.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice {
	color: green;
	font-size: 13px;
	font-weight: bold;
}
.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .oldproductPrice {
	color: Red;
	text-decoration: line-through;
}
/********** PRODUCTS IN GRID - TEMPLATE **********/
.CategoryPage .ProductGrid {
	margin: 0px auto;
	text-align: center;
}
.CategoryPage .ProductGrid .ItemBox {
	text-align: center;
	margin: 0px auto;
	border: 1px #989898 dotted;
}
.CategoryPage .ProductGrid .ProductItem {
	text-align: center;
	width: 230px;
	height: 255px;
}
.CategoryPage .ProductGrid .ProductItem .title {
	font-weight: bold;
}
.CategoryPage .ProductGrid .ProductItem .title a {
}
.CategoryPage .ProductGrid .ProductItem .picture {
	text-align: center;
}
.CategoryPage .ProductGrid .ProductItem .description {
	text-align: center;
	border-top: solid 1px #e3e3e3;
	color: #555;
}
.CategoryPage .ProductGrid .ProductItem .addInfo {
	position: relative;
	top: 210px;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .prices {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .buttons {
	vertical-align: middle;
	text-align: left;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice {
	color: #37a800;
	font-size: 14px;
	font-weight: bold;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice {
	color: Red;
	text-decoration: line-through;
}
/********** PRODUCTS IN LINES 1 - TEMPLATE **********/
.CategoryPage .ProductList1 {
	margin-left: 5px;
	margin-right: 5px;
}
.CategoryPage .ProductList1 .ItemBox {
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}
.CategoryPage .ProductList1 .ProductItem {
	height: 177px;
	background: url('images/bg/bg-product-line.gif') no-repeat 0 100%;
	margin-top: 10px;
	position: relative;
}
.CategoryPage .ProductList1 .ProductItem .title {
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;
}
.CategoryPage .ProductList1 .ProductItem .title a {
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}
.CategoryPage .ProductList1 .ProductItem .picture {
	float: left;
	margin: 10px 0 10px 10px;
}
.CategoryPage .ProductList1 .ProductItem .description {
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}
.CategoryPage .ProductList1 .ProductItem .prices-wrapper {
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}
.CategoryPage .ProductList1 .ProductItem .prices {
}
.CategoryPage .ProductList1 .ProductItem .prices .productPrice {
	color: green;
	font-weight: bold;
	font-size: 13px;
}
.CategoryPage .ProductList1 .ProductItem .prices .oldproductPrice {
	color: Red;
	text-decoration: line-through;
}
.CategoryPage .ProductList1 .ProductItem .buttons {
	padding-top: 20px;
}
/********** PRODUCTS IN LINES 2 - TEMPLATE (JUST SHOWS HYPERLINKS) **********/
.CategoryPage .ProductList2 {
	margin-bottom: 15px;
	padding: 0px;
}
/********** PRODUCT FILTERS BOX **********/
.CategoryPage .ProductFilters {
	background: url('images/bg/bg-product-line.gif') no-repeat 0 100%;
	margin-left: 5px;
	margin-right: 5px;
}
.CategoryPage .ProductFilters .FilterTitle {
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;
	color: #555;
}
.CategoryPage .ProductFilters .FilterTitle span {
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}
.CategoryPage .ProductFilters .FilterItem {
	padding: 5px 10px 5px 10px;
}

