﻿.foo{}

.HomePageCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

.HomePageCategoryGrid a
{

}

.HomePageCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.HomePageCategoryGrid .HomePageCategoryItem
{
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 227px;
	height: 44px;
	background: transparent url('images/but_cat.gif') no-repeat right top;
}

.HomePageCategoryGrid .HomePageCategoryItem .title,
.HomePageCategoryGrid .HomePageCategoryItem .title a
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	display: block;
	overflow: hidden hidden;
	height: 30px;
	padding: 6px 0 8px 0;
	color:#AE1757;
}

.HomePageCategoryGrid .HomePageCategoryItem .picture
{
    display:none;
	text-align: center;
	padding: 10px 0 10px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage
{
	margin-bottom: 15px;
	padding: 0px;
}

.CategoryPage .CategoryTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.CategoryPage .CategoryDescription
{
	color: #0A263C;
	font-size: 1.1em;
}

.CategoryPage .ProductPager
{
	text-align: center;
}

.CategoryPage .ProductPager a
{
	font-size: 1.8em;
	color: #555;
}

.CategoryPage .ProductPager a:link
{
	text-align: center;
}

.CategoryPage .ProductPager span
{
	color: #3664A5;
	font-size: 2em;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .SubCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

.CategoryPage .SubCategoryGrid a
{

}

.CategoryPage .SubCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem
{
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 227px;
	height: 44px;
	color: #AE1757;
	background: transparent url('images/but_cat.gif') no-repeat right top;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title,
.CategoryPage .SubCategoryGrid .SubCategoryItem .title a
{
    text-align: center;
	font-weight: bold;
	font-size: 16px;
	display: block;
	overflow: hidden hidden;
	height: 30px;
	padding: 6px 0 8px 0;
	color:#AE1757;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .picture
{
	display:none;
	text-align: center;
	padding: 10px 0 10px 0;
}

.CategoryPage .SubCategoryList
{
	margin-bottom: 15px;
	padding: 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS IN CATEGORY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .FeaturedProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
}

.CategoryPage .FeaturedProductGrid .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	color: #3A4045;
}

.CategoryPage .FeaturedProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .FeaturedProductGrid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	border: solid 1px rgb(232, 230, 210);
}

.CategoryPage .FeaturedProductGrid .ProductItem .title
{
	font-weight: bold;
	padding: 0 0 0 10px;
	text-transform: none;
}

.CategoryPage .FeaturedProductGrid .ProductItem .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px rgb(232, 230, 210);
	color: #555;
	height: 50px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: green;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
}

.CategoryPage .ProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .ProductGrid .ProductItem
{
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 236px;
	/*border: 1px solid rgb(232, 230, 210);*/
	background: url('images/product_bg.gif') no-repeat right center;
}

.CategoryPage .ProductGrid .ProductItem .title
{
	font-weight: bold;
	padding-left: 10px;
}

.CategoryPage .ProductGrid .ProductItem .title a
{
	display: block;
	height: 10px;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
	color: #FFFFFF;
	font-size:14px;
}

.CategoryPage .ProductGrid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.CategoryPage .ProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	/*border-top: solid 1px rgb(232, 230, 210);*/
	color: #555;
	height: 50px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 236px;
	height: 60px;
	position: relative;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	direction:ltr;
	top:5px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	left: 10px;
	text-align: center;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .buttons input
{
	margin:0px;
	width:101px;
	height:26px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: #FFFFFF;
	font-weight:bolder;
	font-size:14pt;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
	font-size:9pt;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductList1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.CategoryPage .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.CategoryPage .ProductList1 .ProductItem
{
	width: 600px;
	height: 177px;
	margin-top: 10px;
	border: 1px solid rgb(232, 230, 210);
	position: relative;
}

.CategoryPage .ProductList1 .ProductItem .title
{
	font-weight: bold;
	padding-left: 10px;
}

.CategoryPage .ProductList1 .ProductItem .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
	color: #3A4045;
}

.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 rgb(232, 230, 210);
	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;
}

.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
{
	width: 740px;
	margin-left: 5px;
	border: 1px solid rgb(232, 230, 210);
	background: rgb(247, 247, 247);
}

.CategoryPage .ProductFilters .FilterTitle
{
	font-weight: bold;
	padding-left: 10px;	
	color: #3A4045;
}

.CategoryPage .ProductFilters .FilterTitle span
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.CategoryPage .ProductFilters .FilterItem
{
	padding: 5px 10px 5px 10px;
}
