﻿.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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page
{
	margin-bottom: 15px;
	padding: 0px;
}

.category-page .category-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: capitalize;
	clear: both;
}

.category-page .category-description
{
	color: #ffae73;
	font-size: 12pt;
	background-image:url('images/brick_tartan_01.png');
	border-color:#640000;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    padding-left:10px;
    padding-right:10px;
    width:578px;

}

.category-page .product-pager
{
	text-align: center;
}

.category-page .product-pager a
{
	font-size: 1em;
	color: #671400;
}

.category-page .product-pager a:link
{
	text-align: center;
}

.category-page .product-pager span
{
	color: #640000;
	font-size: 1.3em;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .sub-category-grid
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.category-page .sub-category-grid a
{

}

.category-page .sub-category-grid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.category-page .sub-category-grid .SubCategoryItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: auto;
	border: 1px solid #640000;
	background-color:#dba46d;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;}

.category-page .sub-category-grid .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;
}
.category-page .sub-category-grid .SubCategoryItem .title a
{
	color:#640000;

}


.category-page .sub-category-grid .SubCategoryItem .picture
{
	text-align: center;
	padding: 10px 0 10px 0;
}

.category-page .SubCategoryList
{
	margin-bottom: 15px;
	padding: 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS IN CATEGORY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .featured-product-grid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
}

.category-page .featured-product-grid .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	color: #8f0e00;
}

.category-page .featured-product-grid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.category-page .featured-product-grid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	border: solid 1px #640000;
}

.category-page .featured-product-grid .ProductItem .title
{
	font-weight: bold;
	padding: 0 0 0 10px;
	text-transform: none;
}

.category-page .featured-product-grid .ProductItem .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.category-page .featured-product-grid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.category-page .featured-product-grid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px rgb(232, 230, 210);
	color: #671400;
	height: 50px;
}

.category-page .featured-product-grid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.category-page .featured-product-grid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.category-page .featured-product-grid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.category-page .featured-product-grid .ProductItem .addInfo .prices .productPrice
{
	color: #671400;
	font-weight:bold;
}

.category-page .featured-product-grid .ProductItem .addInfo .prices .oldproductPrice
{
	color: #6a5555;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-grid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
}

.category-page .product-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.category-page .product-grid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	border: 1px solid #640000;
	background-color:#dba46d;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
}

.category-page .product-grid .ProductItem .title
{
	font-weight: bold;
	padding-left: 10px;
}

.category-page .product-grid .ProductItem .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
	color: #a40000;
}

.category-page .product-grid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.category-page .product-grid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px rgb(232, 230, 210);
	color: #671400;
	height: 50px;
}

.category-page .product-grid .ProductItem .addInfo
{
	width: 230px;
	min-height: 84px!important;
	position: relative;
	background-color: #9e6b40;
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    padding:10px;
}

.category-page .product-grid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	margin-left:10px;
}

.category-page .product-grid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	text-align: left;
	margin-left:10px;
}

.category-page .product-grid .ProductItem .addInfo .prices .productPrice
{
	color: #671400;
	font-weight:bold;
	margin-right:10px;
}

.category-page .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: #6a5555;
	text-decoration: line-through;
	margin-right:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .ProductList1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.category-page .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.category-page .ProductList1 .ProductItem
{
	width: 600px;
	height: 177px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #640000;
	background-color:#dba46d;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;	position: relative;
}

.category-page .ProductList1 .ProductItem .title
{
	font-weight: bold;
	padding-left: 10px;
}

.category-page .ProductList1 .ProductItem .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
	color:#a40000;
}

.category-page .ProductList1 .ProductItem .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.category-page .ProductList1 .ProductItem .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	color: #671400;
}

.category-page .ProductList1 .ProductItem .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.category-page .ProductList1 .ProductItem .prices
{

}

.category-page .ProductList1 .ProductItem .prices .productPrice
{
	color: #671400;
}

.category-page .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: #6a5555;
	text-decoration: line-through;
}

.category-page .ProductList1 .ProductItem .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE (JUST SHOWS HYPERLINKS)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .ProductList2
{
	margin-bottom: 15px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .ProductFilters
{
	width: 600px;
	margin-left: 5px;
	border: 1px solid #671400;
	color:#ffae73;
	background-color: #a40000;
	background-image:url(images/brick_curly_01.jpg);
	background-repeat:repeat;
	-moz-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -webkit-border-radius:8px;

}

.category-page .ProductFilters .FilterTitle
{
	font-weight: bold;
	padding-left: 10px;	
	color:#640000;
	background: #cfa16b;
		-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    height:30px!important;

}

.category-page .ProductFilters .FilterTitle span
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.category-page .ProductFilters .FilterItem
{
	padding: 5px 10px 5px 10px;
}