﻿.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 PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageProductGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

.HomePageProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.HomePageProductGrid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	border: 1px solid #d4d4d4;
	width: 200px;
	height: 200px;
}

.HomePageProductGrid .ProductItem .title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

.HomePageProductGrid .ProductItem .picture
{
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY ADDED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyAddedProducts
,.RecentlyViewedProducts
{
	margin-bottom: 10px;
	padding: 0px;
}

.RecentlyAddedProducts .title
,.RecentlyViewedProducts .title
{
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.RecentlyAddedProducts .ProductGrid
,.RecentlyViewedProducts .ProductGrid
{
	margin-bottom:15px;
    margin-left:0;
    margin-right:-20px;
}

.RecentlyAddedProducts .ProductGrid .ItemBox
,.RecentlyViewedProducts .ProductGrid .ItemBox
{
	padding-bottom:10px;
    text-align:center;
    vertical-align:top;
    width:160px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem
,.RecentlyViewedProducts .ProductGrid .ProductItem
{
    color:#333333;
    font-size:10px;
    margin-right:20px;
    text-align:center;
    width:160px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .title
,.RecentlyViewedProducts .ProductGrid .ProductItem .title
{
    font-family:Verdana;
    font-size:10px;
	margin: 0px 0px 10px 0px;
	width:160px;
	font-weight:bold;
	text-align: left;
	padding: 0px;
	clear:both;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .title a:hover
,.RecentlyViewedProducts .ProductGrid .ProductItem .title a:hover
{
    color:#999;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .picture
,.RecentlyViewedProducts .ProductGrid .ProductItem .picture
{
	border:1px solid #999999;
    font-size:0;
    line-height:0;
    margin-bottom:5px;
    text-align:center;
    width:158px;
    height:158px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .picture .pictureAlign 
,.RecentlyViewedProducts .ProductGrid .ProductItem .picture .pictureAlign 
{
    height:158px;
    width:158px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .description
,.RecentlyViewedProducts .ProductGrid .ProductItem .description
{
	clear:both;
    font-weight:bold;
    margin:0 0 10px;
    padding:0;
    text-align:left;
    width:160px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo
{
	margin-top:5px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices
{
	text-align:left;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productCode
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productCode
{
	margin-bottom:5px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice 
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
,.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .TimesDisplayed
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .TimesDisplayed
{
    float:left;
    margin-bottom:5px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice .Price
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice .Price 
{
    /*background:#000000;*/
    /*color:#FFFFFF;*/
    font-weight:bold;
    float:left;
    padding:1px 2px;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice .PriceText
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice .PriceText 
{
    float:left;
    margin-right:4px;
    padding:1px 0;
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .buttons
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons
{
}

.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
,.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color:Red;
    display:block;
    margin-bottom:5px;
    text-decoration:line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProducts
{
}

.RecentlyViewedProducts .title
{
}

.RecentlyViewedProducts .ProductGrid
{
}

.RecentlyViewedProducts .ProductGrid .ItemBox
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .title
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .title a
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .picture
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .description
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
{
}

.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductDetailsPage
{
}

.ProductCollateral
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.ProductCollateral .ajax__tab_container
{
    margin-top:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS INFO - PRODUCT INFO CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductDetailsInfo .picture
{
    width:250px;
    margin:6px 0px 10px 20px;
    _margin-left:10px;
    display:inline;
	float: right;
    background:#000;
}

.ProductDetailsInfo .picture .pictureAlign
{
    background:#fff;
    border:#000 solid 1px !important;
    width:250px;
    height:250px;
}

.ProductDetailsInfo .picture .ControlsHolder .productImages
{
    padding:0px;
}

.ProductDetailsInfo .picture .ControlsHolder .productImages span
{
    margin:2px 10px 8px 0px;
    font-size:10px;
    line-height:normal;
    color:#fff;
    float:left;
}

.ProductDetailsInfo .picture .ControlsHolder .productImages div
{
}

.ProductDetailsInfo .picture .ControlsHolder .productImages table
{
    height:28px;
}

.ProductDetailsInfo .picture .ControlsHolder .productImages td
{
    width:28px;
    height:28px;
    background:#fff;
    border:#999 solid 1px;
}



.ProductDetailsInfo .picture .ControlsHolder .BtnsHolder
{
    _height:0px;
    background: url('images/bg_header-links.gif') repeat;
}

.ProductDetailsInfo .picture .ControlsHolder .BtnsHolder .BtnVideoLightBox
{
    width:28px;
    height:28px;
    border:1px solid #999999;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    line-height:normal;
    color:#000;
}

.ProductDetailsInfo .picture .ControlsHolder .BtnsHolder .BtnVideoLightBox div
{
    width:28px;
    height:28px;
    background:#fff url('images/btn-playVideo.gif') no-repeat center center;
    position:relative;
}

.ProductDetailsInfo .picture .ControlsHolder .BtnsHolder .BtnVideoLightBox span
{
    background:#fff;
    bottom:0px;
    right:0px;
    position:absolute;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
}

.ProductDetailsInfo .overview
{
    line-height:normal;
    width:520px;
}

.ProductDetailsInfo .overview .productname
{
    margin-bottom:6px;
    padding-bottom:5px;
    border-bottom:#000 solid 1px;
	color: #333333;
	font-family:Arial Black;
	font-size: 12px;
	text-transform:uppercase;
	display:block;
}

.ProductDetailsInfo .overview .ProductFeature
{
    padding-bottom:10px;
    text-transform:none;
    
    font-weight:normal;
    font-size:10px;
    color:#999;
}

.ProductDetailsInfo .overview .ProductFeature .BtnEmailToFriend
{
    margin-right:12px;
}

.ProductDetailsInfo .overview .ProductFeature .ProductAddToFavorites
{
    cursor:pointer;
    margin-right:12px;
    padding:2px 0px 0px 13px;
    background: url('images/add-to-favorites.gif') no-repeat 0px 4px;
}

.ProductDetailsInfo .overview .ProductFeature .BtnEmailToFriend input
{
    margin:0;
    padding:1px 0px 0px 13px;
    background: url('images/email-to-friend.gif') no-repeat 0px 5px;
    text-transform:none;
    font-family:Verdana;
    letter-spacing:0px;
    line-height:13px;
    font-weight:normal;
    font-size:10px;
    color:#999;
}

.ProductDetailsInfo .overview .shortdescription
{
	color: #555;
	margin-bottom: 0.3em;
	font-size: 1.1em;
	display:none;
}

.ProductDetailsInfo .fulldescription
{
    width:520px;
	line-height:18px;
}

.ProductDetailsInfo .fulldescription .ltrFullDescription
{
    padding-bottom:15px;
}

.ProductDetailsInfo .fulldescription b
{
    margin:0px 5px 0px 0px;
    display:inline-block;
}

.ProductDetailsInfo .fulldescription p
{
    margin:0;
}

.ProductDetailsInfo .FastBuy
{
    width:250px;
    padding-bottom:10px;
}

.ProductDetailsInfo .fastBuy
{
    margin-top:10px;
    position:relative;
    height:auto;
}

.ProductDetailsInfo .fastBuy .Filters
,.ProductDetailsInfo .fastBuy .Price
,.ProductDetailsInfo .fastBuy .Amount
{
    margin-bottom:5px;
    height:19px;
}

.ProductDetailsInfo .fastBuy b
{
    /*margin-top:3px;*/
    padding-right:10px;
    display:inline;
    float:left;
    width:117px;
    _width:114px;
    display:inline;
    overflow:hidden;
}

.ProductDetailsInfo .fastBuy .BtnHolder
{
    margin-top:5px;
    float:right;
}

.ProductDetailsInfo .fastBuy .BtnHolder input
{
    padding-top:0;
    width:auto;
    height:auto;
    font-size:9px;
    overflow:visible;
    font-family:Verdana;
}

.ProductDetailsInfo .fastBuy select
,.ProductDetailsInfo .fastBuy input
{
    padding:2px;
    width:118px;
    overflow:hidden;
}

.ProductDetailsInfo .fastBuy input
{
    width:112px;
}

.ProductDetailsInfo .fastBuyInfo
{
    width:250px;
}

.ProductDetailsInfo .fastBuyInfo b
{
    margin-right:4px;
    float:left;
}

.ProductDetailsInfo .fastBuyInfo div
{
    padding:0px 10px 5px 0px;
}

#updateProgressDiv
{
    background:#fff url('images/ajax-loading.gif') no-repeat center;
    height:100%;
    _height: 125px; 
    width: 250px;
    position: absolute;
    top: 0px; 
    left:0px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
    z-index:999999;
    text-align:center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductRatingBox
{
	margin-top: 12px;
	margin-bottom: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT VARIANT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ProductVariantListHolder
{
    border:#000 solid 1px;
}

.ProductVariantList
{
    margin:0px;
	padding: 0px 10px 0px 10px;
	font-size:10px;
}

.ProductVariantBox
{
    float:left;
    background:#fff;
    width:344px;
}

.ProductVariantLine
{
	margin-bottom: 10px;
	margin-top: 10px;
	position:relative;
	height:100%;
}

.ProductVariantLine .TableProductHolder
{
    width:498px;
}

.ProductVariantLine .TableProductHolder .colPic
{
    width:68px;
    padding-right:10px;
    vertical-align:top;
}

.ProductVariantLine .TableProductHolder .col1
{
    vertical-align:top;
}

.ProductVariantLine .TableProductHolder .col2
{
    vertical-align:top;
    padding:5px 10px 45px 10px;
    width:135px;
    background:#000;
}

.ProductVariantList .BtnHolder
{
    position:absolute;
    bottom:3px;
}

.ProductVariantList .Wishlist
{
    bottom:25px;
}

.ProductVariantList .BtnHolder input
{
    width:125px;
}

.VariantLine
{
    border-bottom: solid 1px #d3d3d3;
}

.ProductVariantLine .picture
{
    border:#000 solid 1px;
    width:68px;
    height:68px;
}

.ProductVariantLine .picture table
{
    width:68px;
    height:68px;
}

.ProductVariantLine .picture img
{
}

.ProductVariantLine .overview
{
    width:250px;
    line-height:18px;
}

.ProductVariantLine .overview .productname
{
    font-weight:bold;
}

.ProductVariantLine .overview .Filter
{

}

.ProductVariantLine .description
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
	display:none;
}

.ProductVariantLine .PriceAndInfoHolder
{
    padding-bottom:5px;
    color:#fff;
}

.ProductVariantLine .PriceAndInfoHolder .price div
{
    margin-bottom:2px;
}

.ProductVariantLine .PriceAndInfoHolder .BtnMiddle
{
    padding-top:1px;
}

.ProductVariantLine .PriceAndInfoHolder .addinfo .textBox
{
    text-align:center;
    height:auto;
}

.ProductVariantLine .price
{
    margin-bottom:4px;
}

.ProductVariantLine .price div span
{
    color: #FFD63F;
	font-weight:bold;
}

.ProductVariantLine .price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
}

.ProductVariantLine .addinfo .Amount
{
    margin-right:4px;
    display:inline-block;
}

.ProductVariantLine .addinfo .nopnumerictextboxtext
{
    width:40px !important;
    text-align:center;
}

.ProductVariantLine .attributes
{
}

.ProductVariantLine .error
{
	color: Red;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RELATED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RelatedProductsGrid
{
    margin:10px -20px 0px 0px;
}

.RelatedProductsGrid .title
{
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size:12px;
	text-transform: uppercase;
	clear: both;
	color: #333333;
}

.RelatedProductsGrid .ItemBox
{
	padding-bottom: 0px;
	text-align: center;
	vertical-align: top;
}
.RelatedProductsGrid .RelatedItem
{
    margin-right:20px;
	text-align: center;
	width:160px;
}

.RelatedProductsGrid .RelatedItem .title
{
	margin-bottom: 5px;
	margin-top: 5px;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
	text-align: left;
	font-family:Verdana;
}

.RelatedProductsGrid .RelatedItem .picture
{
    border:1px solid #CCCCCC;
	text-align: center;
	width:160px;
	height:160px;
}

.RelatedProductsGrid .RelatedItem .picture td
{
    width:158px;
	height:158px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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
{
	color: #ff9933;
	text-decoration: none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT SPEC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.productSpecBox
{
	padding: 5px 5px 5px 5px;
	clear: both;
	color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIM BOX (PRODUCT IMAGES)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lbOverlay
{
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
    -moz-opacity:0.5 !important;
	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
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.compareProducts .body
{
	margin: 0px 0 0 0;
	padding: 0px 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: #CCCCCC;
	font-weight: bold;
}

.compareProductsTable td
{
	border-width: 1px;
	border-color: #BFBFBF;
	border-style: solid;
	padding: 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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
{
    margin:5px 10px 0px 0px;
	text-align: center;	
	background: #000;
}

.TierPrices .prices-header
{
	color: #FFD63F;
	padding: 3px 3px 3px 3px;
	font-weight: bold;	
}

.TierPrices .prices
{
    background: url(images/bg_header-links.gif) repeat;
}

.TierPrices .prices table
{
	width: 100%;
	color: #FFF;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.TierPrices .prices .prices-table td
{
	padding: 0;
}

.TierPrices .prices .item-table td
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.TierPrices .prices .item-table .item-price
{
    font-weight:bold;
	color: #FFD63F;
}

.TierPrices .prices .header-table td
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.TierPrices .prices .prices-table .field-header
{
	text-align: center;	
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	writeProductReviewBox

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.writeProductReviewBox
{
    border:1px solid #D7D7D7;
    margin-top:5px;
    padding:10px;
}

.AlertLeaveYourReview
{
    margin-bottom:10px;
    font-weight:bold;
}

.writeProductReviewBox td
{
    height:24px;
    padding:3px 0px 0px 0px;
}
