﻿.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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home-page-category-grid
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.home-page-category-grid a
{
	color: #fff;
}

.home-page-category-grid .item-box
{
	text-align: center;
	vertical-align: text-top;
}

.home-page-category-grid .category-item
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
	margin: 0px 10px 10px 10px;
	width: 150px;
	height: 170px;
	border: solid 1px #840266;
}

.home-page-category-grid .category-item .title
{
	text-align: left;
	background: #650360 url('images/bg-title-purple.gif') repeat-x left top;
	font-size: 1em;
	display: block;
	overflow: hidden hidden;
	height: 1.5em;
	padding: 2px 10px;
}

.home-page-category-grid .category-item .picture
{
	text-align: center;
	padding: 10px 0 10px 0;
}

.home-page-category-grid .Training
,.home-page-category-grid .Books
{
    border: solid 1px #c1d72f;
}
.home-page-category-grid .Training .title
,.home-page-category-grid .Books .title
{
    background: #c1d72f url('images/bg-title-green.gif') repeat-x left top;
}
.home-page-category-grid .Health
,.home-page-category-grid .Computers
{
    border: solid 1px #72cdf4;
}
.home-page-category-grid .Health .title
,.home-page-category-grid .Computers .title
{
    background: #72cdf4 url('images/bg-title-blue.gif') repeat-x left top;
}
.home-page-category-grid .Police
,.home-page-category-grid .Electronics
{
    border: solid 1px #e20177;
}
.home-page-category-grid .Police .title
,.home-page-category-grid .Electronics .title
{
    background: #e20177 url('images/bg-title-pink.gif') repeat-x left top;
}
.home-page-category-grid .Fire
,.home-page-category-grid .Apparel
{
    border: solid 1px #6db33f;
}
.home-page-category-grid .Fire .title
,.home-page-category-grid .Apparel .title
{
    background: #6db33f url('images/bg-title-dark-green.gif') repeat-x left top;
}
.home-page-category-grid .Education
,.home-page-category-grid .Digital
{
    border: solid 1px #00a4e3;
}
.home-page-category-grid .Education .title
,.home-page-category-grid .Digital .title
{
    background: #00a4e3 url('images/bg-title-dark-blue.gif') repeat-x left top;
}
.home-page-category-grid .SpecialOffers
,.home-page-category-grid .Jewelry
{
    border: solid 1px #840266;
}
.home-page-category-grid .SpecialOffers .title
,.home-page-category-grid .Jewelry .title
{
    background: #840266 url('images/bg-title-purple.gif') repeat-x left top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page
{
	margin-bottom: 15px;
	padding: 0px;
}

.category-page .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.category-page .category-description
{
	color: #555;
	font-size: 1.1em;
}

.category-page .product-pager
{
	text-align: center;
}

.category-page .product-pager a
{
	font-size: 1em;
}

.category-page .product-pager a:link
{
	text-align: center;
	color: #555;
}

.category-page .product-pager span
{
	color: #00adef;
	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
{
	color: #fff;
	display:block;
}

.category-page .sub-category-grid .item-box
{
	text-align: center;
	vertical-align: text-top;
}

.category-page .sub-category-grid .sub-category-item
{
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	min-height:175px;
	height: auto !important;
	height:175px;
	border: solid 1px #840266;
}

.category-page .sub-category-grid .sub-category-item .category-title
{
	text-align: center;
	background: #840266;
	font-size: 1em;
	display: block;
	overflow: hidden hidden;
	padding: 8px 0 5px 0;
}

.category-page .sub-category-grid .sub-category-item .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: #ff9933;
}

.category-page .featured-product-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.category-page .featured-product-grid .product-item
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.category-page .featured-product-grid .product-item .product-title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding: 0 0 0 10px;
	text-transform: none;
}

.category-page .featured-product-grid .product-item .product-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;
}

.category-page .featured-product-grid .product-item .picture
{
	text-align: center;
	margin-top: 10px;
}

.category-page .featured-product-grid .product-item .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.category-page .featured-product-grid .product-item .add-info
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.category-page .featured-product-grid .product-item .add-info .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.category-page .featured-product-grid .product-item .add-info .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.category-page .featured-product-grid .product-item .add-info .prices .product-price
{
	color: green;
}

.category-page .featured-product-grid .product-item .add-info .prices .old-product-price
{
	color: Red;
	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 .product-item
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	border: solid 1px #840266;
}

.category-page .product-grid .product-item .product-title
{
	background: #840266;
	padding-left: 10px;
	text-align: left;
}

.category-page .product-grid .product-item .product-title a
{
	color: #fff;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.category-page .product-grid .product-item .picture
{
	text-align: center;
	margin-top: 10px;
}

.category-page .product-grid .product-item .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.category-page .product-grid .product-item .add-info
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.category-page .product-grid .product-item .add-info .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.category-page .product-grid .product-item .add-info .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.category-page .product-grid .product-item .add-info .prices .product-price
{
	color: green;
}

.category-page .product-grid .product-item .add-info .prices .old-product-price
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-list1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.category-page .product-list1 .item-box
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.category-page .product-list1 .product-item
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width: 600px;
	height: 177px;
	border: solid 1px #840266;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.category-page .product-list1 .product-item .product-title
{
	background: #840266;
	padding-left: 10px;
}

.category-page .product-list1 .product-item .product-title a
{
	color: #fff;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.category-page .product-list1 .product-item .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.category-page .product-list1 .product-item .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}

.category-page .product-list1 .product-item .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.category-page .product-list1 .product-item .prices
{

}

.category-page .product-list1 .product-item .prices .product-price
{
	color: green;
}

.category-page .product-list1 .product-item .prices .old-product-price
{
	color: Red;
	text-decoration: line-through;
}

.category-page .product-list1 .product-item .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE (JUST SHOWS HYPERLINKS)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-list-2
{
	margin-bottom: 15px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-filters
{
    -moz-border-radius: 5px;
	width: 600px;
	border: solid 1px #840266;
	margin-left: 5px;
}

.category-page .product-filters .filter-title
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	background: #840266;
	padding-left: 10px;	
	color: #fff;
}

.category-page .product-filters .filter-title span
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.category-page .product-filters .FilterItem
{
	padding: 5px 10px 5px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SPECIFIC CATEGORY COLOURS - added by SD 17-Dec-09

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* fire & rescue service */
form.cat-52 .category-page .product-grid .product-item
,form.cat-52 .category-page .product-list1 .product-item
,form.cat-52 .category-page .product-filters
{
	border: solid 1px #6DB33F;
}
form.cat-52 .category-page .product-grid .product-item .product-title
,form.cat-52 .category-page .product-list1 .product-item .product-title
,form.cat-52 .category-page .product-filters .filter-title
{
	background: #6DB33F;
}
/* police */
form.cat-53 .category-page .product-grid .product-item
,form.cat-53 .category-page .product-list1 .product-item
,form.cat-53 .category-page .product-filters
{
	border: solid 1px #E20177;
}
form.cat-53 .category-page .product-grid .product-item .product-title
,form.cat-53 .category-page .product-list1 .product-item .product-title
,form.cat-53 .category-page .product-filters .filter-title
{
	background: #E20177;
}
/* education */
form.cat-54 .category-page .product-grid .product-item
,form.cat-54 .category-page .product-list1 .product-item
,form.cat-54 .category-page .product-filters
{
	border: solid 1px #00A4E3;
}
form.cat-54 .category-page .product-grid .product-item .product-title
,form.cat-54 .category-page .product-list1 .product-item .product-title
,form.cat-54 .category-page .product-filters .filter-title
{
	background: #00A4E3;
}
/* health */
form.cat-56 .category-page .product-grid .product-item
,form.cat-56 .category-page .product-list1 .product-item
,form.cat-56 .category-page .product-filters
{
	border: solid 1px #72CDF4;
}
form.cat-56 .category-page .product-grid .product-item .product-title
,form.cat-56 .category-page .product-list1 .product-item .product-title
,form.cat-56 .category-page .product-filters .filter-title
{
	background: #72CDF4;
}
/* training */
form.cat-57 .category-page .product-grid .product-item
,form.cat-57 .category-page .product-list1 .product-item
,form.cat-57 .category-page .product-filters
{
	border: solid 1px #C1D72F;
}
form.cat-57 .category-page .product-grid .product-item .product-title
,form.cat-57 .category-page .product-list1 .product-item .product-title
,form.cat-57 .category-page .product-filters .filter-title
{
	background: #C1D72F;
}
