﻿.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 Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
/* The Original Code is nopCommerce.

	HOME PAGE PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageProductGrid
{
}

.HomePageProductGrid .ItemBox
{
	padding-bottom: 10px;
	vertical-align: text-top;
}

.HomePageProductGrid .ProductItem
{
	background: url('images/bg_product.gif') left bottom no-repeat;
	width: 310px;
	padding: 10px;
	margin-right: 10px;
}

.HomePageProductGrid .ProductItemTop
{
	background: url('images/bg_product_top.gif') left top no-repeat;
	width: 330px;
	height: 10px;
	margin-top: 5px;
}

.HomePageProductGrid .ProductItemBottom
{
    clear: both;
	background: url('images/bg_product_bottom.gif') left bottom no-repeat;
	width: 330px;
	height: 10px;
}

.HomePageProductGrid .ProductItem .picture
{
	border: 4px solid #3cc3dd;
	margin-right: 10px;
	width: 125px;
}

.HomePageProductGrid .ProductItem .item
{
    display: inline-block;
    float: right;
	margin-right: 5px;
	width: 160px;
}

.HomePageProductGrid .ProductItem .item .title a
{
    color: #2eb6d1;
    font-size: 16px;
}

.HomePageProductGrid .ProductItem .item .description
{
    font-size: 11px;
    min-height: 40px;
}

.HomePageProductGrid .ProductItem .item .separator
{
    background-color: #d0e3e7;
    height: 1px;
    margin: 5px 0;
    width: 160px;
}

.HomePageProductGrid .ProductItem .item .price
{
    color: #20526f;
    font-size: 18px;
}

.HomePageProductGrid .ProductItem .item .price .gst
{
    color: #000;
    font-size: 11px;
}

.HomePageProductGrid .ProductItem .item .buttons
{
    float: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY ADDED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyAddedProducts
{
	margin-bottom: 15px;
	padding: 0px;
}

.RecentlyAddedProducts .title
{
    color: #164662;
	font-size: 22px;
}

.RecentlyAddedProducts .ProductGrid
{
	margin-bottom: 15px;
	width: 646px;
}

.RecentlyAddedProducts .ProductGrid .ItemBox
{
	vertical-align: text-top;
}

.RecentlyAddedProducts .ProductGrid .ProductItem
{
	background: url('images/bg_productgrid.gif') left bottom no-repeat;
	margin-right: 6px;
	padding: 0px 20px;
	width: 280px;
}

.RecentlyAddedProducts .ProductGrid .ProductItemTop
{
	background: url('images/bg_productgrid_top.gif') left top no-repeat;
	height: 10px;
	width: 320px;
	margin-top: 10px;
}

.RecentlyAddedProducts .ProductGrid .ProductItemBottom
{
	background: url('images/bg_productgrid_bottom.gif') left bottom no-repeat;
	height: 10px;
	width: 320px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .title,
.RecentlyAddedProducts .ProductGrid .ProductItem .title a
{
    color: #2eb6d1;
    font-size: 16px;
    padding-bottom: 10px;
	min-height: 30px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .picture
{
	margin: 20px auto;
	border: 4px solid #3cc3dd;
	text-align: center;
	width: 125px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .description
{
    font-size: 12px;
    margin-top: 10px;
	min-height: 30px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	padding: 10px 0;
	min-height: 50px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices
{
    display: inline-block;
    float: right;
	text-align: right;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .buttons
{
	text-align: left;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #20526f;
    font-size: 18px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
    font-size: 18px;
	text-decoration: line-through;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .line
{
	background-color: #bedde4;
	height: 1px;
	width: 100%;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .buttons .trans-separator
{
    height: 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProducts
{
	margin-bottom: 15px;
	padding: 0px;
}

.RecentlyViewedProducts .title
{
    color: #164662;
	font-size: 22px;
}

.RecentlyViewedProducts .ProductGrid
{
	margin-bottom: 15px;
	width: 646px;
}

.RecentlyViewedProducts .ProductGrid .ItemBox
{
	vertical-align: text-top;
}

.RecentlyViewedProducts .ProductGrid .ProductItem
{
	background: url('images/bg_productgrid.gif') left bottom no-repeat;
	margin-right: 6px;
	padding: 0px 20px;
	width: 280px;
}

.RecentlyViewedProducts .ProductGrid .ProductItemTop
{
	background: url('images/bg_productgrid_top.gif') left top no-repeat;
	height: 10px;
	width: 320px;
	margin-top: 10px;
}

.RecentlyViewedProducts .ProductGrid .ProductItemBottom
{
	background: url('images/bg_productgrid_bottom.gif') left bottom no-repeat;
	height: 10px;
	width: 320px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .title,
.RecentlyViewedProducts .ProductGrid .ProductItem .title a
{
    color: #2eb6d1;
    font-size: 16px;
    padding-bottom: 10px;
	min-height: 30px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .picture
{
	margin: 20px auto;
	border: 4px solid #3cc3dd;
	text-align: center;
	width: 125px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .description
{
    font-size: 12px;
    margin-top: 10px;
	min-height: 30px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	padding: 10px 0;
	min-height: 50px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices
{
    display: inline-block;
    float: right;
	text-align: right;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons
{
	text-align: left;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #20526f;
    font-size: 18px;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
    font-size: 18px;
	text-decoration: line-through;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .line
{
	background-color: #bedde4;
	height: 1px;
	width: 100%;
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons .trans-separator
{
    height: 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductDetailsPage
{
	border: 1px solid #d3d3d3;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

.ProductCollateral
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS INFO - PRODUCT INFO CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductEssential
{
}

.ProductDetailsInfo
{

}

.ProductDetailsInfo .picture
{
	float: left;
	text-align: center;
	width: 300px;
}

.ProductDetailsInfo .picture .default
{
	background: url('images/bg_productdetails.gif') left repeat-y;
	margin-right: 6px;
	padding: 0px 10px;
	width: 280px;
}

.ProductDetailsInfo .picture .defaulttop
{
	background: url('images/bg_productdetails_top.gif') left top no-repeat;
	height: 20px;
	width: 300px;
}

.ProductDetailsInfo .picture .defaultbottom
{
	background: url('images/bg_productdetails_bottom.gif') left bottom no-repeat;
	height: 20px;
	width: 300px;
    margin-bottom: 10px;
}

.ProductDetailsInfo .picture .groupitem
{
    min-width: 95px;
    text-align: center;
    border: solid 1px #3cc3dd;
}

.ProductDetailsInfo .overview
{
	float: right;
	width: 320px;
	padding: 5px;
}

.ProductDetailsInfo .overview .productname
{
    color: #164662;
    font-size: 16px;
 	padding-bottom: 5px;
	border-bottom: solid 1px #bedde4;
}

.ProductDetailsInfo .overview .shortdescription
{
	color: #5c5c5c;
	font-size: 12px;
 	padding-bottom: 10px;
	border-bottom: solid 1px #bedde4;
}

.ProductDetailsInfo .overview .fulldescription
{
	clear: both;
	color: #5c5c5c;
	font-size: 12px;
}

.ProductCollateral
{
	border-top: solid 1px #bedde4;
}

.PaymentLogo
{
	background: url('images/paymentlogo.gif') no-repeat;
	height: 55px;
	width: 325px;
	float: right;
	margin-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductRatingBox
{
	margin: 15px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT VARIANT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductVariantList
{
	margin-bottom: 15px;
	padding: 0px;
	border-bottom: solid 1px #bedde4;
}

.ProductVariantLine
{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ProductVariantLine .picture
{
	float: left;
}

.ProductVariantLine .overview
{
}

.ProductVariantLine .overview .productname
{
    color: #164662;
    font-size: 16px;
}

.ProductVariantLine .description
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
}

.ProductVariantLine .price
{
	float: left;
	margin-right: 10px;
}

.ProductVariantLine .price .productPrice
{
	color: #164662;
}

.ProductVariantLine .price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
}

.ProductVariantLine .addinfo
{
	padding-top: 10px;
	vertical-align: middle;
}

.ProductVariantLine .attributes
{
}

.ProductVariantLine .error
{
	color: Red;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RELATED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RelatedProductsGrid
{
    margin-bottom: 20px;
}

.RelatedProductsGrid .title
{
	padding: 5px;
	text-transform: uppercase;
	clear: both;
    color: #164662;
    font-size: 14px;
    font-weight: bold;
}

.RelatedProductsGrid .ItemBox
{
	vertical-align: text-top;
}

.RelatedProductsGrid .RelatedItem
{
	background: url('images/bg_productgrid.gif') left bottom no-repeat;
	margin-right: 6px;
	padding: 0px 20px 10px 20px;
	width: 280px;
}

.RelatedProductsGrid .RelatedItemTop
{
	background: url('images/bg_productgrid_top.gif') left top no-repeat;
	height: 10px;
	width: 320px;
	margin-top: 10px;
}

.RelatedProductsGrid .RelatedItemBottom
{
	background: url('images/bg_productgrid_bottom.gif') left bottom no-repeat;
	height: 10px;
	width: 320px;
}

.RelatedProductsGrid .RelatedItem .title,
.RelatedProductsGrid .RelatedItem .title a
{
    color: #2eb6d1;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.RelatedProductsGrid .RelatedItem .picture
{
	margin: auto;
	border: 4px solid #3cc3dd;
	text-align: center;
	width: 125px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT REVIEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.productReviewBox
{
	margin-bottom: 15px;
	padding: 10px 5px 10px 5px;
}

.productReviewList
{
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #555D65;
}

.productReviewList .productReviewItem
{
	border: solid 1px #d3d3d3;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}

.productReviewList .productReviewItem .title
{
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

.productReviewList .productReviewItem .rating
{
	float: right;
}

.productReviewHelpfulness
{
	color: #333;
}

.productReviewHelpfulness a, .productReviewHelfulness a:hover
{
	text-decoration: none;
}

.writeProductReviewBox
{
    padding-top: 15px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT SPEC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.productSpecBox
{
	padding: 5px 5px 5px 5px;
	clear: both;
	color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIM BOX (PRODUCT IMAGES)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lbOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading
{
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPARE PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.compareProducts
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.compareProducts .title
{
	text-transform: uppercase;
	clear: both;
    color: #164662;
    font-size: 14px;
    font-weight: bold;
}

.compareProducts .body
{
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.compareProductsTable
{
}

.compareProductsTable .removeButton
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

.compareProductsTable tr.productName
{
	background-color: #3cc3dd;
	font-weight: bold;
}

.compareProductsTable td
{
	border-width: 1px;
	border-color: #3cc3dd;
	border-style: solid;
	padding: 3px;
}

.compareProductsTable td a
{
    color: #fff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRICE RANGE FILTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.PriceRangeFilter
{
}

.PriceRangeFilter .title
{
	color: #555;
	font-weight: bold;
	background: url('images/ico-arrow-r.gif') no-repeat;
	padding: 1px 0px 5px 20px;
}

.PriceRangeFilter ul
{
	margin: 0;
	padding-left: 20px;
}

.PriceRangeFilter li
{
	list-style: none;
	padding-bottom: 2px;
}

.PriceRangeFilter .SelectedPriceRange
{
	padding-left: 20px;
}

.PriceRangeFilter .RemovePriceRangeFilter
{
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TIER PRICES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TierPrices
{
	text-align: center;	
	margin-bottom: 10px;
}

.TierPrices .prices-header
{
	background: #3a3a3a;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	font-weight: bold;	
}

.TierPrices .prices table
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	background: #f3f3f3;
}

.TierPrices .prices .prices-table td
{
	padding: 0;
}

.TierPrices .prices .item-table td
{
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.TierPrices .prices .item-table .item-price
{
	color: #20526f;
}

.TierPrices .prices .header-table td
{
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.TierPrices .prices .prices-table .field-header
{
	font-weight: bold;
	text-align: center;	
}

