﻿.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): 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE CATEGORIES - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

.HomePageCategoryGrid a
{
    font-size: 1.1em;
    color: #a1185d;
}
.HomePageCategoryGrid a:hover
{
    text-decoration:none;
}

.HomePageCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}
.HomePageCategoryGrid .HomePageCategoryItemTop
{
    margin: 10px 0px 0px 0px;
    background-image: url(images/bg_categorytop.png);
    width: 151px;
    height: 12px;
}
.HomePageCategoryGrid .HomePageCategoryItem
{
    background-image: url(images/bg_categorymid.png);
    text-align: center;
    margin: 0px 20px 0px 0px;
    width: 151px;
    min-height:100px;
    background-repeat: repeat-y;
}
.HomePageCategoryGrid .HomePageCategoryItemBottom
{
    margin: 0px 0px 10px 0px;
    background-image: url(images/bg_categorybot.png);
    width: 151px;
    height: 12px;
}

.HomePageCategoryGrid .HomePageCategoryItem .title
{
    text-align: center;
    font-size: 1.1em;
    display: block;
    overflow: hidden hidden;
    height: 1.8em;
    padding: 8px 0 5px 0;
    color: #a1185d;
}

.HomePageCategoryGrid .HomePageCategoryItem .picture
{
	text-align: center;
	padding: 10px 0 10px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage
{
	margin-bottom: 15px;
	padding: 0px;
}

.CategoryPage .CategoryTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    color: #a1185d;
    font-size: 1.2em;
}

.CategoryPage .CategoryDescription
{
	color: #4f2943;
	font-size: 1em;
}

.CategoryPage .ProductPager
{
	text-align: center;
}

.CategoryPage .ProductPager a
{
    font-size: 1em;
    color: #4f2943;
}

.CategoryPage .ProductPager a:link
{
	text-align: center;
}

.CategoryPage .ProductPager span
{
    color: #7f931d;
    font-size: 1.3em;
    font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .SubCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

.CategoryPage .SubCategoryGrid a
{
    font-size: 1.1em;
    color: #a1185d;
}
.CategoryPage .SubCategoryGrid a:hover
{
    text-decoration:none;
}


.CategoryPage .SubCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .SubCategoryGrid .HomePageCategoryItemTop
{
    margin: 10px 0px 0px 0px;
    background-image: url(images/bg_categorytop.png);
    width: 151px;
    height: 12px;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem
{
    background-image: url(images/bg_categorymid.png);
    text-align: center;
    margin: 0px 20px 0px 0px;
    width: 151px;
    min-height:100px;
    background-repeat: repeat-y;
}
.CategoryPage .SubCategoryGrid .HomePageCategoryItemBottom
{
    margin: 0px 0px 10px 0px;
    background-image: url(images/bg_categorybot.png);
    width: 151px;
    height: 12px;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
    text-align: center;
    font-size: 1.1em;
    display: block;
    overflow: hidden hidden;
    height: 1.8em;
    padding: 8px 0 5px 0;
    color: #a1185d;
}

.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: 708px;
    text-align: center;
}
.CategoryPage .FeaturedProductGrid .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	color: #a1185d;
}

.CategoryPage .FeaturedProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: top;
}

.CategoryPage .FeaturedProductGrid .ProductItem
{
    margin: 5px 5px 5px 5px;
    width: 344px;
    border: 1px solid rgb(232, 230, 210);
    background-color: #FFFFFF;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item
{
    margin: 5px 5px 5px 5px;
    width: 344px;
    border: 1px solid rgb(232, 230, 210);
    background-color: #FFFFFF;
    display: table;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row
{
    display: table-row;
}

.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left
{
    padding: 5px;
    width: 120px;
    display: table-cell;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right
{
    padding: 5px;
    width: 200px;
    display: table-cell;
    vertical-align:top;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .titlebox1
{
    font-weight: bold;
    text-align:center;
    display: block;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .titlebox1 a
{
    color: #7f931d;
    font-size: 1.2em;
}

.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .titlebox1 a:hover
{
    color: #c2e21a;
}

.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .descriptionbox1
{
    margin: 10px 0px 0 0px;
    text-align:center;
    color: #4f2943;
    display: block;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left .picturebox1
{
	text-align:center;
	margin-top: 10px;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left .pricesbox1
{
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: bold;
}

.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .buttons
{
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}
.CategoryPage .FeaturedProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left .pricesbox1 .oldproductPrice
{
    font-size: 1.2em;
	color: Red;
	text-decoration: line-through;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN Product Box - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductGrid
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 708px;
    text-align: center;
}

.CategoryPage .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.CategoryPage .ProductGrid .ProductItem
{
    margin: 5px 5px 5px 5px;
    width: 344px;
    border: 1px solid rgb(232, 230, 210);
    background-color: #FFFFFF;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item
{
    margin: 5px 5px 5px 5px;
    width: 344px;
    border: 1px solid rgb(232, 230, 210);
    background-color: #FFFFFF;
    display: table;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row
{
    display: table-row;
}

.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left
{
    padding: 5px;
    width: 120px;
    display: table-cell;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right
{
    padding: 5px;
    width: 200px;
    display: table-cell;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .titlebox1
{
    font-weight: bold;
    text-align:center;
    display: block;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .titlebox1 a
{
    color: #7f931d;
    font-size: 1.2em;
}

.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .titlebox1 a:hover
{
    color: #c2e21a;
}

.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .descriptionbox1
{
    margin: 10px 0px 0 0px;
    text-align:center;
    color: #4f2943;
    display: block;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left .picturebox1
{
	text-align:center;
	margin-top: 10px;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left .pricesbox1
{
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: bold;
}

.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1right .buttons
{
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}
.CategoryPage .ProductGrid .ItemBox .ProductBox1Item .ProductBox1Row .productbox1left .pricesbox1 .oldproductPrice
{
    font-size: 1.2em;
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN Grid - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CategoryPage .ProductGrid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.CategoryPage .ProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px rgb(232, 230, 210);
	color: #4f2943;
	height: 50px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 210px;
	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 GRID - CUSTOM FOR PRODUCT BOX 1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 708px;
	text-align: center;
}

.CategoryPage .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.CategoryPage .ProductGrid .productbox1left
{
    min-height: 150px;
    width: 120px;
    float: left;
    background-color: #FFFFFF;
}
.CategoryPage .ProductGrid  .productbox1right
{
    min-height:150px;
    width:224px;
    float:right;
}
.CategoryPage .ProductGrid .title
{
    font-weight: bold;
    padding-left: 10px;
}

.CategoryPage .ProductGrid  .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
    color: #a1185d;
}

.CategoryPage .ProductGrid  .picture
{
	text-align: center;
	margin-top: 10px;
}

.CategoryPage .ProductGrid  .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px rgb(232, 230, 210);
	color: #4f2943;
	height: 50px;
}

.CategoryPage .ProductGrid  .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 210px;
	height: 85px;
	position: relative;
}

.CategoryPage .ProductGrid .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.CategoryPage .ProductGrid .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.CategoryPage .ProductGrid .addInfo .prices .productPrice
{
	color: green;
}

.CategoryPage .ProductGrid .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
	margin-top: 10px;
	border: 1px solid rgb(232, 230, 210);
	position: relative;
}

.CategoryPage .ProductList1 .ProductItem .title
{
	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: #3A4045;
}

.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 rgb(232, 230, 210);
	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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductFilters
{
    background-position: rgb(247, 245, 232);
    width: 708px;
    border: 1px solid rgb(232, 230, 210);
    background-color: #FFFFFF;
}

.CategoryPage .ProductFilters .FilterTitle
{
	font-weight: bold;
	padding-left: 10px;	
	color: #4f2943;
}

.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;
}