﻿.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;
	clear:both;
}

.HomePageCategoryGrid a
{
	color: #555;
}

.HomePageCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.HomePageCategoryGrid .HomePageCategoryItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: auto;
	background: url('images/home-cat-bg.gif') no-repeat 0 100%;
}

.HomePageCategoryGrid .HomePageCategoryItem .title
{
	text-align: center;
	font-weight: bold;
	background: url('images/home-cat-title.gif');
	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 HERO BIT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryHero
{
    background:#E3E3E6;
    padding:30px;
    margin-bottom:15px;
    float:left;
    width:652px;
}

.CategoryHero h2
{
    margin-bottom:20px;
}

.CategoryHero .categoryInfo
{
    float:left;
    width:311px;
}

.CategoryHero .categoryImage
{
    float:right;
    width:311px;
    text-align:right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage
{
	margin-bottom: 15px;
	padding: 0px;
}

.CategoryPage .CategoryDescription
{
	color: #555;
	font-size: 1.1em;
}

.ProductPager
{
	text-align: right;
	font-size:1.3em;
}

.ControlsTop .ProductPager
{
	float:right;
	margin-top:-4px;
	position:relative;
}

.CategoryPage .ControlsTop .sortby label
{
    padding-right:10px;
    vertical-align:middle;
}

.ProductPager a,
.ProductPager input
{
    color:#3F6181;
    text-decoration:none;
}

.CategoryProducts .prevPage,
.CategoryProducts .nextPage
{
	height:31px;
	display:inline-block;
	line-height:31px;
	border:none;
	font-size:1em;
}

.CategoryProducts .prevPage
{
	background:url(images/cssimages/prevButton.gif) no-repeat left top;
	padding-left:37px;
	margin-right:5px;
}

.CategoryProducts .nextPage
{
	background:url(images/cssimages/nextButton.gif) no-repeat right top;
	padding-right:39px;
	margin-left:5px;
}

.CategoryProducts a.prevPage:hover
{
	background-position:left center;
}

.CategoryProducts a.nextPage:hover
{
	background-position:right center;
}


.CategoryProducts span.nextPage
{
	background-position:right bottom;
}

.CategoryProducts span.prevPage
{
	background-position:left bottom;
}

.ProductPager .pageNumber
{
	padding:0 5px;
	font-size:1em;
	border:none;
	background:none;
	cursor:pointer;
}

.ProductPager input
{
    vertical-align:baseline;
    overflow:visible;
}

.ProductPager span.pageNumber
{
	color: #ff9933;
	font-weight: bold;
	background:#3F6181;
	text-align:center;
	color:#fff;
	font-weight:bold;
	cursor:default;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .SubCategoryGrid
{
}

.CategoryPage .SubCategoryGrid a
{
	color: #555;
}

.CategoryPage .SubCategoryGrid .ItemBox
{
    margin:10px;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem
{
    border:1px solid black;
    margin-bottom:10px;
    clear:both;
    min-height:1px;
    overflow:hidden;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
	font-weight: bold;
	font-size: 1.6em;
	padding: 8px 0 5px 0;
	background:#aaa;
}

.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
{
	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: #ff9933;
}

.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;
	background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.CategoryPage .FeaturedProductGrid .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding: 0 0 0 10px;
	text-transform: none;
}

.CategoryPage .FeaturedProductGrid .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 .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 #e3e3e3;
	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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* 4 items in block */
.CategoryProducts
{
    background:#E3E3E6;
    padding:16px 16px;
	width:916px;
	float:left;
	 margin-bottom:10px;
}

.homepageHalf
{
    width: 448px;
    height:644px;
    padding: 8px 8px 8px 8px;
padding-top:16px;

}

/* 3 items in block */
.mainContent .CategoryProducts
{
	width:680px;
}

.CategoryProducts .ControlsTop,
.CategoryProducts .ControlsBottom
{
    clear:both;
    width:100%;
    float:left;
}

.CategoryProducts .ControlsTop
{
   background:url(images/cssimages/sep_horiz_category.png) no-repeat center bottom;
   padding-bottom:32px;
}

.CategoryProducts .ControlsBottom
{
   background:url(images/cssimages/sep_horiz_category.png) no-repeat center top;
   padding-top:10px;
   margin-top:20px;
}

.CategoryProducts .productRow
{
    margin-right:-16px;
    float:left;
    display:inline;
    margin-top:40px;
}

.CategoryProducts .productRow:first-child
{
    margin-top:0;
}

.CategoryProducts h2, .homepageShirtPersonalizedShirtComponent .title
{
    color:#003B6E;
    font-style:italic;
    font-size:2.3em;
    margin-bottom:18px;
    font-weight:normal;
}

.scrollerItemRow
{
    margin-bottom:12px;
}

.ProductItem
{
    margin-bottom:0;
    margin-right:16px;
    padding:0;
    width:216px;
    float:left;
    display:inline;
    text-decoration:none;
    color:#4A4A4A;
    cursor:pointer;
}

.kitProducts .ProductItem
{
    cursor:default;
}

.ProductItem .prices,
.ProductItem .productName
{
}

.ProductItem .prices
{
    font-style:italic;
    font-weight:bold;
    font-size:1.6em;
}

.ProductItem .productName
{
    font-size:1.4em;
}

.ProductItem .oldproductPrice,
.productDetails .oldProductPrice
{
    text-decoration:line-through;
    color:#C1272D;
}

.ProductItem .picture
{
    display:block;
    background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
	text-align:center;
	width:216px;
	height:216px;
	line-height:216px;
	vertical-align:middle;
	margin-bottom:5px;
	position:relative;
}

.ProductItem .picture .feature
{
    vertical-align:middle;
    margin:13px;
}

.ProductItem .picture .overlay
{
    width:212px;
    height:212px;
    position:absolute;
    left:0;
    top:0;
    margin:2px;
}

.CategoryPage .ProductItem:hover,
.searchResults .ProductItem:hover,
.scroller .ProductItem:hover, .tallScroller .ProductItem:hover,
.javascript .kitProducts .ProductItem:hover
{
	margin:-9px 7px -9px -9px;
	padding:9px;
	position:relative;/*for ie6*/
	background-color:#BDC8DA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#003B6E;
}

.tallScroller .ProductItem:hover
{
	padding:9px;
	margin-top:8px;
	
}

/* applied with javascript */

.javascript .kitProducts .ProductItem
{
    cursor:pointer;
}

.javascript .kitProducts .ProductItem input
{
    display:none;
}

.javascript .scroller .ProductGrid
{
	padding:9px;
	margin:-9px;
	overflow:hidden;
	width:100%;
	position:relative;
}

.javascript .scroller .productRow, .javascript .tallScroller .productRow
{
    /* this is for ie6 a this is being applied anyway with first-child selector */
    margin-top:0;

    margin-bottom:10px;
}

.javascript .scroller, .javascript .tallScroller
{
    position:relative;
}

.tallScroller
{
    overflow:hidden;
}

.pageNumbers
{
    text-align:right;
    padding-bottom:5px;
    margin-top:-40px;
    color:#3D3D3D;
    font-size:1.4em;
}

.scroller .pageNumbers, .tallScroller .pageNumbers
{
    position:absolute;
    top:52px;
    right:16px;
}

.javascript .tallScroller .ProductGrid
{
	padding:9px;
	margin:-9px;
	overflow:hidden;
	width:100%;
	position:relative;
	height:100%;
	
}




.pageNumbers strong
{
    color:#003B6E;
}

.CategoryProducts .prevBut,
.CategoryProducts .nextBut
{
	width:33px;
	height:31px;
	display:inline-block;
	text-indent:33px;
	background:url(images/cssimages/prevButton.gif) no-repeat left top;
	overflow:hidden;
	vertical-align:middle;
	font-size:0;
}

.CategoryProducts .prevBut
{
    margin-right:6px;
}

.CategoryProducts .nextBut
{
	background-image:url(images/cssimages/nextButton.gif);
    margin-left:8px;
}

.CategoryProducts .prevBut:hover,
.CategoryProducts .nextBut:hover
{
	background-position:left center;
}

.CategoryProducts .lEnd,
.CategoryProducts .rEnd,
.CategoryProducts .lEnd:hover,
.CategoryProducts .rEnd:hover
{
	background-position:left bottom;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
	background: url('images/pb_s_bg.gif') no-repeat 0 100%;
	margin-top: 10px;
	position: relative;
}

.CategoryPage .ProductList1 .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;
}

.CategoryPage .ProductList1 .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 .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 #e3e3e3;
	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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductFilters
{
}

.ProductFilters .FilterTitle span
{
}

.ProductFilters .FilterItem
{
    margin-bottom:30px;
    color:#4D4D4D;
    background:url(images/cssimages/sep_horiz_subcontent.png) no-repeat center top;
    padding-top:25px;
}

.ProductFilters .FilterItem dt
{
}

.ProductFilters .FilterItem dd
{
}

.ProductFilters .FilterItem dd a.deleteFilter
{
    position:relative;
}

.ProductFilters .FilterItem dd a .close
{
    color:#B0B0B0;
    position:absolute;
    right:5px;
    font-style:normal;
}

.leftPanelCategoryImage
{
    width:200px;
   
    margin-top:20px;
    margin-bottom:20px;
}

