﻿.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE CATEGORIES - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.HomePageCategoryGrid a
{

}

.HomePageCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.HomePageCategoryGrid .HomePageCategoryItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: auto;
	border: 1px solid rgb(232, 230, 210);
}

.HomePageCategoryGrid .HomePageCategoryItem .title
{
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	overflow: hidden hidden;
	height: 1.8em;
	padding: 8px 0 5px 0;
}

.HomePageCategoryGrid .HomePageCategoryItem .picture
{
	text-align: center;
	padding: 10px 0 10px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage
{
	margin-bottom: 15px;
	padding: 0px;
}

.CategoryPage .CategoryTitle
{
background:url(images/title_category_bg.gif) no-repeat;
background-position:left bottom;
font-size:14px;
line-height:20px;
font-weight:bold;
padding:14px 0 10px 43px;
	clear: both;
	text-transform:capitalize ;
}

.CategoryPage .CategoryDescription
{
	color: #0A263C;
	font-size: 1.1em;
}

.CategoryPage .ProductPager
{
	text-align: center;
	float:left;
	width:100%;
}

.CategoryPage .ProductPager a
{
	font-size: 1em;
	color: #555;
}

.CategoryPage .ProductPager a:link
{
	text-align: center;
}

.CategoryPage .ProductPager span
{
	color: #3664A5;
	font-size: 1.3em;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .SubCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.CategoryPage .SubCategoryGrid a
{

}

.CategoryPage .SubCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: auto;
	border: 1px solid rgb(232, 230, 210);
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	overflow: hidden hidden;
	height: 1.8em;
	padding: 8px 0 5px 0;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .picture
{
	text-align: center;
	padding: 10px 0 10px 0;
}

.CategoryPage .SubCategoryList
{
	padding: 15px 0px 15px 0px;
	padding: 0px;
}

.CategoryPage .SubCategoryList .subcathead{
background:url(images/title_category_bg.gif) no-repeat;
background-position:left bottom;
font-size:14px;
line-height:20px;
font-weight:bold;
padding:14px 0 10px 43px;
clear: both;
float:left;
width:100%;
text-transform:capitalize ;

}
.CategoryPage .SubCategoryList .catcontainer {

margin:5px 0 5px 0;
float:left;
width:100%;

}

.CategoryPage .SubCategoryList .catcontainer .catbox {
float:left;
width:170px;
padding:0 5px 0 5px;
margin: 10px 5px 0 5px;
border-left:1px solid #c0c0c0;
border-bottom:1px solid #c0c0c0;
line-height:20px;
font-weight:bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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-left: auto;
	margin-right: auto;
	width: 563px;
	 background :url(images/bg-product-box.gif) repeat-y;
	 float:left;
}

.CategoryPage .ProductGrid .ProductGridFooter{
float:left;
width:100%;
background:#ffffff;

}


.CategoryPage .ProductGrid .ItemBox
{
padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
	float:left;
	border-bottom:solid 1px #c0c0c0;
	margin:0 0 -1px 0;
}

.CategoryPage .ProductGrid .ProductItem
{
	float:left;
	margin: 10px 10px 10px 10px;
width:120px;
}

.CategoryPage .ProductGrid .ProductItem .title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
color:#666666;
}

.CategoryPage .ProductGrid .ProductItem .title a
{
	color:#666666;
 text-decoration :none;
}

.CategoryPage .ProductGrid .ProductItem .picture
{
		text-align: center;
}

.CategoryPage .ProductGrid .ProductItem .manufacturer {
 text-transform :uppercase ;
text-align:left;
margin:5px 0 0 0;
}

.CategoryPage .ProductGrid .ProductItem .manufacturer a {
 font-weight :bold;
  text-decoration:none;

}

.CategoryPage .ProductGrid .ProductItem .price{
text-align:left;
 font-weight :bold;
 color:#CC0000;

}


.CategoryPage .ProductGrid .ProductItem .addcart {
text-align:left;
font-weight:bold;
color:#000000;
}
.CategoryPage .ProductGrid .ProductItem .addcart a {

color:#000000;


}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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:200px;
	margin-top: 10px;
	border-bottom: 2px solid #3664A5;
	
}

.CategoryPage .ProductList1 .ProductItem .title
{
	float:left;
	width:590px;
	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: #ff6600;
}

.CategoryPage .ProductList1 .ProductItem .picture
{
	float: left;
	margin: 10px 0 10px 10px;
	width:125px;
	height:125px;
}

.CategoryPage .ProductList1 .ProductItem .description
{
	float:left;
	width:275px;
	height:85px;
	padding: 0px 0 0 10px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	border-left: solid 1px rgb(232, 230, 210);
	color: #555;
	float:left;
}



.CategoryPage .ProductList1 .ProductItem .prices
{
float:left;
	text-align: center;
	padding: 0 0 0 10px;
	width:150px;
}

.CategoryPage .ProductList1 .ProductItem .prices .productPrice
{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	float:left;
	width:100%;
	color: #ff0000;
}

.CategoryPage .ProductList1 .ProductItem .prices .saveproductPrice{
float:left;
width:100%;
color: #ff0000;
line-height:30px;
border-bottom:solid 1px #E8E6D2;
font-size:14px;
font-weight:bold;
}
.CategoryPage .ProductList1 .ProductItem .prices .oldproductPrice
{
	color:#555555;
	font-weight:bold;
	float:left;
	width:100%;
line-height:30px;
border-bottom:solid 1px #E8E6D2;
}
.CategoryPage .ProductList1 .ProductItem .ratings{
float:left;
margin:0 0 0 10px;


}

.CategoryPage .ProductList1 .ProductItem .ratings .star-rating{
float:left;
padding: 0 0 0 30px;
}
.CategoryPage .ProductList1 .ProductItem .ratings .text-rating{
float:left;
padding: 0 0 0 45px;
color:#555555;
font-weight:bold;
}

.CategoryPage .ProductList1 .ProductItem .buttons
{
	float:left;
	width:150px;
	
	
}
.CategoryPage .ProductList1 .ProductItem .buttons .button{
float:right;
padding:5px 10px 0 0;

}
.CategoryPage .ProductList1 .ProductItem .specification{

float:left;
text-align:center;
padding:0 0 0 10px;
width:275px;
font-weight:bold;
font-size: 14px;
color:#ff6600;
margin: 10px 0 0 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE (JUST SHOWS HYPERLINKS)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductList2
{
	margin-bottom: 15px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductFilters
{
	width: 560px;
	margin-top:5px;
	margin-left: 5px;
	border:solid 1px #b2b2b2;
	background:#eaeaea;
}

.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;
}
