/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css,v 1.16 2010/05/18 02:50:25 chernenko Exp $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #ffffff url('../images/page_bg.gif') top repeat-x;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #005a84;
	text-decoration: underline;
	}
 
a:visited {
	color: #005a84;
	text-decoration: none;
	}

/*a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}
*/
h1,
.category_description_bottom h2.cat {
	font-size: 20px;
	font-family: Arial;
	color: #005a84;	
	background: #b9d8ea url('../images/heading_bg.gif') top left no-repeat;
	width: 626px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0;
	margin-left: 2px;
	/*float: right;*/
	}

h2 {
	/*font-size: 1.4em;*/
	
	background-color: #b8d8ea;
	color: #005a84;
	font-size: 10px;
	padding: 3px 0 3px 5px;
	margin: 0;
	margin-top: 15px;
	margin-left: 2px;
}

h3 {
	/*font-size: 1.3em;*/
	}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h2, h3, h4, h5, h6 {
	/*margin: 0.3em 0;*/
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/


ul {
	list-style-image: url('../images/list_marker.gif');
	margin-top: 5px;
	margin-bottom: 5px;
	/*padding*/ 
	
}


.centerColumn {
	width: 648px;
	float: right;	
	padding-top: 2px;
	color: #636363;
}

.centerColumn div {
	/*padding: 5px;*/
}

.left {
	float: left;
}


div#page {
    width: 916px;
    margin: auto;
    position: relative;
    overflow: hidden;    
    padding-top: 32px;	
    padding-bottom: 20px;
}

div#page_top {
	width: 916px;
	height: 20px;
	background-image: url('../images/page_bg_top.gif');
}


div#page_middle_wrapper {
	width: 916px;
    position: relative;
    overflow: hidden;	
	background: url('../images/shadow_right.gif') right repeat-y;	
}

div#page_middle_wrapper img.shadow {
	float: left;
	display: block;
	width: 8px;
	height: 371px;
}

div#page_middle {
	width: 900px;
	float: left;
    position: relative;
    overflow: hidden;
    background: #ffffff url('../images/page_bg_corner.gif') bottom right no-repeat;
	min-height: 500px;
	padding-bottom: 1px;
	
}


div#page_bottom {
	width: 916px;
	height: 35px;
    background: url('../images/page_bg_bottom.gif') top no-repeat;
}


div#header {
	width: 100%;
	height: 107px;	
	background: #ffffff url('../images/header_girl_bottom.jpg') top right no-repeat;
}

img#header_girl_top {
	display: block;
	width: 125px;
	height: 15px;
	position: relative;
	left: 773px;
	top: 5px;
}

img#header_logo {
    display: block;
	position: relative;
	left: 20px;
	float: left;    
}

img#header_slogan {
    display: block;
	position: relative;
	left: 71px;
	top: 14px;
	float: left;    
}

a#header_cart_link img{
    display: block;
	position: relative;
	left: 75px;
	top: 84px;
	float: left;    
}

div#login_bar {
	width: 100%;
	height: 32px;	
	background: #0080b2;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
}

div#login_bar span {
	padding: 8px 13px;
	float: left;
}

div#login_bar a {
	color: #ffffff;
	text-decoration: underline;
}

div#login_bar form {
	padding-right: 2px;
	float: right;
	display: block;
}

div#login_bar input,
div#login_bar label,
div#login_bar form span {
	float: right;
	padding: 0 5px;
	position: relative;
	margin: 0;	
}

div#login_bar input#header_login_form_password,
div#login_bar input#header_login_form_email {
	border: 1px solid #bfa57e;
	height: 18px;
	/*width: 135px;*/
	width: 100px;
	margin: 0;
	padding: 1px;
	position: relative;
	top: 5px;		
}

div#login_bar input {	
	top: 6px;
}

div#login_bar label {	
	top: 9px;
}

div#login_bar form span {	
	top: 9px;	
	font-weight: bold;
}


div#account_buttons {
	position: relative;
	overflow: hidden;
	float: right;
	padding-right: 7px;
	padding-top: 5px;
}

div#account_buttons img {
	padding-left: 10px;
}

.greeting {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	margin: auto;
	float: right;
	padding-top: 7px;
	padding-right: 15px;	
}



div#footer {
	width: 100%;
	text-align: center;
	color: #cccccc;	
	padding-top: 20px;
}

div#footer span {
	color: #666565;
	padding: 0 5px;
}



/*div#left_column {
	position: relative;
	overflow: hidden;
	float: left;
	
}*/







CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
	
FORM {
	padding: 0 5px;
}	

SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

/*LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}*/

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 12em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/


#navColumnOneWrapper { 
	position: relative;
	overflow: hidden;
	float: left;
	border-right: 1px solid #cdcdcd;
	padding-right: 1px;
}

#contentMainWrapper {
	width: 648px;
	float: right;	
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin-top: 2px;
} 

#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	/*margin: 0.3em 0em;*/	
	padding-left: 5px;
}
	
.wrapperAttribsOptions h4 {
	margin: 0;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 10px;	
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
	margin: 20px;	
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/

table {
	border-collapse: collapse;	
}

 th,
 td {	
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-collapse: collapse; 
}

th {
    background-color: #0080b2;
    color: #ffffff;
}

td {
    background-color: #f2f1f1;	
}

.tableHeading TH {
	
}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
}

#cartSubTotal {
	/*border-top: 1px solid #cccccc;*/
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/

div#productAttributes {
	padding: 0;	
	border-bottom: 1px solid #e1e1e1;
	width: 285px;
	/*height: 38px;*/	
	position: relative;
	overflow: hidden;
}

div#productAttributes h3 {
	font-size:10px;
    padding-left: 5px;
}


.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}



#productMainImage {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
} 

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}
	
div.categoryListBoxContents {
	margin-left: 3px;
	margin-top: 3px;
	padding: 0;
	width: 213px;
	height: 175px;
	background: #ffffff url('../images/category_box_bg.gif') top repeat-x;
}

div.categoryListBoxContents img {
	border: 1px solid #cfcfcf;
	margin-top: 20px;
	margin-bottom: 5px;	
}

div.categoryListBoxContents a,
div.categoryListBoxContents a:hover {
	text-decoration: none;
	padding: 0 5px;
	color: #005a84;
}

div.categoryListBoxContents a span {
	text-decoration: underline;	
}


/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #ffffff;
	text-align: left;
	padding: 5px 0;
	padding-left: 6px;
	margin: 0;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {	
	background-color: #005a84;
	font-family: Arial;
	font-size: 12px;
}

.sideBoxContent {
	background-color: #ffffff;
	color: #636363;
	padding: 0.4em;
}

.sideBoxContent a {
	color: #636363;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
	
#searchContent {
	background: url('../images/search_sidebox_bg.gif') repeat-x;
	height: 91px;
	font-size: 10px;
	/*border: 1px solid black;*/
	overflow: hidden;
}

#searchContent div {	
	width: 178px;
	height: 80px;
	margin: auto;
	padding-top: 12px;
}

#searchContent div input {
	margin: 0;
}

#categories h3,
#information h3 {
	background-color: #0080b2;
}

#categoriesContent {
	background: url('../images/categories_sidebox_bg.gif') repeat-x;
	padding: 0;	
}

.sidebox_bottom_img {
	display: block;
	border-top: 1px solid #e1e1e1;
}


#categoriesContent a {
	display: block;
	width: 100%;
	padding: 5px 0;
	position: relative;
	overflow: hidden;
	cursor:pointer;
	color: #636363;
}


#informationContent li {
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #e1e1e1;
}


#informationContent {
	background: url('../images/information_sidebox_bg.gif') repeat-x;
	padding: 0;	
}


#informationContent a {
	text-decoration: none;	
	color: #636363;
}


img.category_marker {
	padding: 0 4px;
	float: left;
	position: relative;
	top: 2px;
}


#paymenttypessideboxContent {
	height: 227px;
	background: url('../images/payment_types_sidebox_bg.jpg');
	padding: 0;	
}

#paymenttypessideboxContent span {
	display: block;
	padding-top: 12px;
	padding-left: 20px;
}

#paymenttypessideboxContent img {
	display: block;
	padding-top: 12px;
	padding-left: 20px;
}

/* categories box parent and child categories */

A.category-top, A.category-top:visited, A.category-top-selected {
	/*color: #008000;*/
	border-top: 1px solid #e1e1e1;
	text-decoration: none;
	}

A.category-top-first, A.category-top-first:visited, A.category-top-selected-first {	
    text-decoration: none;
}	
	
A.category-top-selected {
	background: #d1cfce url('../images/categories_sidebox_splitter_active.gif') top repeat-x;	
	border-bottom: 1px solid #ffffff;
	border-top: none;	
}
A.category-top-selected-first {		
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-color: #d1cfce;	
}	

A.category-links, A.category-links:visited {
	/*color: #004080;*/
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	/*color: #FF0000;*/
	background-color: #ffffff;
	text-decoration: none;			
	}
	
A.category-subs span, 
A.category-products span, 
A.category-products-selected span,
A.category-top span,
A.category-top-selected span {
	display: block;
	float: left;	
}	
	
SPAN.category-subs-parent,
SPAN.category-subs-selected {
	/*font-weight: bold;*/	
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	/*background-color: #E8E8E8;*/
	background-color: #e0dfe0;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	/*background-color: #F0F0F0;*/
	background-color: #f2f1f1;	
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	/*background-color: #cacaca;*/
	background-color: #0080b2;
	color: #ffffff;
	height: 2em;
	}

#productListing {
	padding: 0;
	padding-left: 2px;
	padding-top: 2px;
}

.productListing-rowheading {
	background-color: #f1f1f1;
	background-image: url(../images/tile_back.gif);
	height: 22px;
	color: #FFFFFF;
}

.productListing-rowheading a,
.productListing-rowheading a:hover,
.productListing-rowheading a:visited,
.productListing-odd a,
.productListing-even a,
.productListing-odd a:visited,
.productListing-even a:visited,
.productListing-odd a:hover,
.productListing-even a:hover {
    text-decoration: none;
    color: #636363;	
}

.productListing-rowheading th {
	text-align: left;	
	padding-left: 20px;	
	background-color: #f1f1f1;
	border-right: none;
}


.productListing-odd td,
.productListing-even td {
	text-align: left;
	padding: 7px 0;
	padding-left: 20px;
	border-bottom: 1px solid #e1e1e1;
	background-color: #ffffff;
	border-right: none;	
}


.productListing-rowheading a {
	color: #636363;
	text-align: left;
}	

#productsListingPageNav {
	position: relative;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-top: 1px;
	padding: 0;
}

#productsListingPageNav a {
	color: #636363;
}


#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

	
/* product detail page*/
#productGeneral form {
	padding: 0;	
}

#productDetailWrapper {
	width: 95%;
	float: right;
	padding-right: 10px;
	padding-top: 10px;	
}

#productPassport {
	position: relative;
	overflow: hidden;	
	/*border: 1px solid black;*/
	padding: 0;
	padding-top: 5px;		
}

#productPassport h2 {
	background-color: #ffffff;
	margin: 0;	
	color: #636363;
}

h2#productName {
	font-size: 10px;
	border-top: 1px solid #e1e1e1;
	padding: 7px 0;
	padding-left: 5px;
	width: 280px;
}

div#productPriceBlock {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 10px;
	padding: 8px 0;
	width: 285px;		
}

span#priceLabel {
	float: left;
	font-weight: bold;
	padding-left: 5px;	
}

h2#productPrices {
    float: right;
    font-size: 10px;
    padding: 0;
    padding-right: 5px;
    margin: 0;
}

#cartAdd {
	padding: 0;	
	border-bottom: 1px solid #e1e1e1;
	width: 285px;
	height: 38px;	
	position: relative;
	overflow: hidden;
		
}

#cartAdd input,
#cartAdd span {
	display: block;
	float: left;
	margin-top: 9px;	
}

#cartAdd span {
	position: relative;
	top: 3px;
	padding-left: 20px;
	padding-right: 3px;
}


input#productAddToCart {
	/*position: relative;
	top: 6px;		
	float: right;*/
	padding-left: 10px;
}

#productDescription {
    font-size: 10px;
    line-height: 15px;	
}

#index_page_img {
	display: block;
	float: right;
}

.content {
	padding: 0 20px;
}

.content p {
	padding: 0;	
	margin-bottom: 10px;
	line-height: 14px;
}

.content h4 {
	color: #0080b2;
	margin: 15px 0;
	font-size: 10px;
	text-transform: uppercase;
}

#indexCategoriesMainContent {
	padding: 0;
	margin: 0;	
}


a.request_sample_link {
	border-bottom: 1px solid #E1E1E1;
	display: block;
	padding: 7px 0;
	text-align: center;
	width: 285px;	
}

/*#ColumnSeparator {
	display: block;
	background-color: black;
	width: 1px;
	float: left;
	height: 100%;
}

#ColumnSeparator td {
	height: 100%;
}
*/

#contentMainWrapper .banners {
    padding: 1px 0 1px 1px;	
}


.category_description_top {
	margin: 5px 3px;
}

.category_description_bottom {
	
}

.category_description_bottom h1 {
	margin-bottom: 5px;	
}

.category_description_bottom .content {
	margin: 5px 3px;
	padding: 0;	
}


#attribsOptionsText {
	background: #fff99d url(../images/attribs_options_text_bg.gif) center right no-repeat;
	float: left;
	padding: 4px 15px 4px 5px;
	text-transform: uppercase;
	height: 10px;
}


.optionName {
	clear: both;
	padding-bottom: 3px;
}

label.attribsRadioButton {
	padding-left: 5px;
}

.wrapperAttribsOptions div.back {
	padding-left: 15px;
}

.wrapperAttribsOptions div.back .separator {
	width: 100%;
	height: 2px;
}



