﻿.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
{
	color: #403A33;
}

.HomePageCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.HomePageCategoryGrid .HomePageCategoryItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: auto;
	background-repeat: no-repeat;
	background-position: 0 100%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #EDEDED;
}

.HomePageCategoryGrid .HomePageCategoryItem .title
{
	text-align: center;
	font-size: 13px;
	padding: 0px;
	display: block;
	overflow: hidden hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	background-color: #EDEDED;
	/*-weight: bold;*/
	
}

.HomePageCategoryGrid .HomePageCategoryItem .picture
{
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage
{
	margin-bottom: 15px;
	padding: 0px;
}

.CategoryPage .CategoryTitle
{
	margin-top: 10px;
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	color:#403A33;
	
	font-size: 14px;
}

.CategoryPage .CategoryDescription
{
	color: #666666;
	font-size: 13px;
	line-height: 130%;
}

.CategoryPage .ProductPager
{
	text-align: center;
}

.CategoryPage .ProductPager a
{
	font-size: 11px;
}

.CategoryPage .ProductPager a:link
{
	text-align: center;
	color: #999999;
}

.CategoryPage .ProductPager span
{
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .SubCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.CategoryPage .SubCategoryGrid a
{
	color: #403A33;
}

.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;
	background-repeat: no-repeat;
	background-position: 0 100%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #EDEDED;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
	text-align: center;
	font-size: 13px;
	padding: 0px;
	display: block;
	overflow: hidden hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	background-color: #EDEDED;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .picture
{
	text-align: center;
	padding: 10px 0 10px 0;
}

.CategoryPage .SubCategoryList
{
	margin-bottom: 15px;
	padding: 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS IN CATEGORY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




.CategoryPage .FeaturedProductGrid {
	width: 540px;
	margin: 0 auto 0 auto;
	margin-bottom: 10px;
}

.CategoryPage .FeaturedProductGrid .ItemBox {
	
	text-align: left;
	clear: both;
	position: relative;
	
	
}

.CategoryPage .FeaturedProductGrid .ProductItem {
	width: 538px;
	border: 2px solid #92B532;
	/*height: 170px;*/
	padding-bottom: 20px;
	min-height:170px;
}



.CategoryPage .FeaturedProductGrid .title {
	margin-top: 20px;
	background-color: #92B532;
	width: 532px;
	margin-left: 1px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	
	
}


.CategoryPage .FeaturedProductGrid .ProductItem .title {
	background-color:#FFFFFF;
	width: 372px;
	padding: 0px;
	
}

.CategoryPage .FeaturedProductGrid .ProductItem .title a
{
	background-color:#FFFFFF;
	font-size: 14px;
	color:#403A33;
	font-weight: bold;
	
	}

.CategoryPage .FeaturedProductGrid .ProductItem .subtitle {
	width: 372px;
	}


.CategoryPage .FeaturedProductGrid .ProductItem .subtitle a {
	
	font-size: 13px;
	color:#403A33;
	font-weight: bold;
	text-align: left;
	
}

.CategoryPage .FeaturedProductGrid .ProductItem .author {
	margin-top: 5px;
}











.CategoryPage .FeaturedProductGrid .ProductItem .picture
{
	float: left;
	width: 125px;
	height: 125px;
	margin: 20px 20px 20px 20px;
	text-align: center;
}

.CategoryPage .FeaturedProductGrid .ProductItem .description {
	color: #666666;
	/*clear: right;*/
	padding-right: 15px;
	line-height: 130%;
	padding-top: 3px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .prices-wrapper {
	
	
}

/*.CategoryPage .FeaturedProductGrid .ProductItem .prices
{
	float: left;
}

.CategoryPage .FeaturedProductGrid .ProductItem .prices .productPrice
{
	
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
}

.CategoryPage .FeaturedProductGrid .ProductItem .prices .oldproductPrice
{
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}

*/


.CategoryPage .FeaturedProductGrid .ProductItem .buttons {
	/*margin-top: 10px;*/
	/*width: 300px;*/
	height: 20px;
	/*float: right;*/
}


.CategoryPage .FeaturedProductGrid .ProductItem .prices
{
	/*float: left;*/
}

.CategoryPage .FeaturedProductGrid .ProductItem .prices .productPrice
{
	
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
}

.CategoryPage .FeaturedProductGrid .ProductItem .prices .oldproductPrice
{
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}










/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
}

.CategoryPage .ProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .ProductGrid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.CategoryPage .ProductGrid .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;
}

.CategoryPage .ProductGrid .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 .ProductGrid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.CategoryPage .ProductGrid .ProductItem .description
{
	background-color:#00FF00;
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: green;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*.CategoryPage .ProductList1
{
	width: 540px;
	margin: 0 auto 0 auto;
}

.CategoryPage .ProductList1 .ItemBox
{
	
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	
}

.CategoryPage .ProductList1 .ProductItem
{
	width: 538px;
	border: 1px solid #DFE9C2;
	padding-bottom: 20px;
	min-height:150px;
}

.CategoryPage .ProductList1 .ProductItem .title {
	margin-top: 20px;
	margin-bottom: 3px;
	
}

.CategoryPage .ProductList1 .ProductItem .title a
{
	padding: 0px;
	font-size: 14px;
	color:#403A33;
	font-weight: bold;
	text-align: left;
	
}

.CategoryPage .ProductList1 .ProductItem .picture
{
	float: left;
	width: 125px;
	height: 125px;
	margin: 20px 20px 20px 20px;
}

.CategoryPage .ProductList1 .ProductItem .description {
	color: #666666;
	padding-right: 15px;
	line-height: 130%;
	padding-top: 3px;
}

.CategoryPage .ProductList1 .ProductItem .prices-wrapper {
	
	
}

.CategoryPage .ProductList1 .ProductItem .prices
{
	margin-left: 165px;
}

.CategoryPage .ProductList1 .ProductItem .prices .productPrice
{
	
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
}

.CategoryPage .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}

.CategoryPage .ProductList1 .ProductItem .buttons {
	margin-left: 165px;
	height: 20px;
}

*/







.ProductList1
{
	width: 540px;
	margin: 0 auto 0 auto;
}

.ProductList1 .ItemBox
{
	
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	
}

.ProductList1 .ProductItem
{
	width: 538px;
	border: 1px solid #DFE9C2;
	padding-bottom: 20px;
	min-height:150px;
}

.ProductList1 .ProductItem .title {
	margin-top: 20px;
	margin-bottom: 3px;
	
}

.ProductList1 .ProductItem .title a
{
	padding: 0px;
	font-size: 14px;
	color:#403A33;
	font-weight: bold;
	text-align: left;
	
}

.ProductList1 .ProductItem .picture
{
	float: left;
	width: 125px;
	height: 125px;
	margin: 20px 20px 20px 20px;
}

.ProductList1 .ProductItem .description {
	color: #666666;
	padding-right: 15px;
	line-height: 130%;
	padding-top: 3px;
}

.ProductList1 .ProductItem .prices-wrapper {
	
	
}

.ProductList1 .ProductItem .prices-wrapper {
	
	
}

.ProductList1 .ProductItem .prices
{
	margin-left: 165px;
	margin-top: 5px;
}

.ProductList1 .ProductItem .prices .productPrice
{
	
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
	
}

.ProductList1 .ProductItem .prices .oldproductPrice
{
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
	
}

.ProductList1 .ProductItem .buttons {
	margin-left: 165px;
	height: 20px;
}









.searchPanel .searchResults .ProductList1
{
	width: 540px;
	margin: 0 auto 0 auto;
}

.searchPanel .searchResults .ProductList1 .ItemBox
{
	
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	
}

.searchPanel .searchResults .ProductList1 .ProductItem
{
	width: 538px;
	border: 1px solid #DFE9C2;
	padding-bottom: 20px;
	min-height:150px;
}

.searchPanel .searchResults .ProductList1 .ProductItem .title {
	margin-top: 20px;
	margin-bottom: 3px;
	
	
	
}

.searchPanel .searchResults .ProductList1 .ProductItem .title a
{
	padding: 0px;
	font-size: 14px;
	color:#403A33;
	font-weight: bold;
	text-align: left;
	
}





.searchPanel .searchResults .ProductList1 .ProductItem .picture
{
	float: left;
	width: 125px;
	height: 125px;
	margin: 20px 20px 20px 20px;
}





.searchPanel .searchResults .ProductList1 .ProductItem .description {
	color: #666666;
	padding-right: 15px;
	line-height: 130%;
	padding-top: 3px;
}

.searchPanel .searchResults .ProductList1 .ProductItem .prices-wrapper {
	
	
}

.searchPanel .searchResults .ProductList1 .ProductItem .prices-wrapper {
	
	
}

.searchPanel .searchResults .ProductList1 .ProductItem .prices
{
	margin-left: 165px;
}

.searchPanel .searchResults .ProductList1 .ProductItem .prices .productPrice
{
	
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
}

.searchPanel .searchResults .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: #0A467A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}

.searchPanel .searchResults .ProductList1 .ProductItem .buttons {
	margin-left: 165px;
	height: 20px;
}























/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE (JUST SHOWS HYPERLINKS)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductList2
{
	margin-bottom: 15px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductFilters
{
	width: 600px;
	background: url('images/fb_s_bg.gif') no-repeat 0 100%;
	margin-left: 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;
}