/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349login 2006-12-22 20:34:40Z birdbrain $
 */

body {	font-size: 80%;
	background-image: url(../images/hlavicka_pozadi_linka.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;	
}
table,tr,td,form,input,textarea {font-size:1em;font-family: "Verdana CE", Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;}
body {
	margin:0;
	padding: 0;
	font-family: "Verdana CE", Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;

	color: #000000;
	background-color: white;
	} /*	font-family: verdana, arial, helvetica, sans-serif; 
		font-family: times, serif;
		*/

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: rgb(158,24,36);
	text-decoration: none;
	}
 
a:visited {
	color: rgb(158,24,36);
	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: #776600;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.3em;
	color: rgb(244,140,0);
	font-weight:normal;
	}

h2 {
	font-size: 1.15em;
	color: rgb(244,140,0);
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.05em;
	}

h4.optionName {margin:0.5em 0 0 0; padding:0;}	
.optionValue {padding-left:1em;
	font-size:0.9em;}

.sideBoxContent {
	font-size: 0.95em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}	

#productGeneral h1 {
	padding-bottom:3px;
	padding-left:0.3em;
	font-size:1.5em;
	font-weight:normal;}
    	


/*  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%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: rgb(253,232,185);
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo {	
	float: left;
	padding-left:30px;
	padding-top:44px; 
	padding-bottom:22px;
	}
    
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	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*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	width: 940px;
	vertical-align: top;
	} /*	border: 1px solid gold;	
		 */

#headerWrapper {	
	margin: 0em;
	padding: 0em;
	height:194px;
	background-image: url(../images/hlavicka_pozadi.jpg);
	background-repeat: no-repeat;
	} 

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{

	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#navColumnOneWrapper {
	margin-left: 0em;
	margin-right: 0.5em;
	}
	
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0em;
	}
	
#tagline {
	color:#000000;
	text-align : right;
	float:right;
	padding-right:450px;
	padding-top:130px;
	}
	
#tagline h2 {
	margin:0; 
	padding:0;
	color:rgb(255,204,0);
	}

#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;
	}

/*navigation*/

.navSplitPagesResult {color:rgb(128,128,128);}
.navSplitPagesLinks {color:rgb(128,128,128);}
.navSplitPagesLinks a, .navSplitPagesLinks a:visited {text-decoration:underline;
	color:rgb(128,128,128);}

.navSplitPagesLinks a:hover {text-decoration:underline;
	color:rgb(158,24,36);}

.navNextPrevWrapper {
	font-size:0.9em;
	color:rgb(153,153,153);
	margin-bottom:1.2em;
	}
			
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0em;
	padding: 0em;
	}

#navSuppWrapper {
	margin: 0em;
	background-image: url(../images/spodni_linka.jpg);
	padding: 0em;
	height: 80px;
	}
	    
#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;
	font-size:0.9em;
	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: rgb(81,81,81);
	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;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0em;
	color:rgb(180,180,180);
	}
#navBreadCrumb a {
	color:rgb(180,180,180);text-decoration:underline;}

#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;
	}

	
 
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	font-size:0.95em;
	text-align:justify;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
    text-align:justify;
    }
    
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0 1em 0.5em 1em;
	border:1px solid rgb(234,234,234);
	padding: 0.5em 1em;
	}
#cartAdd input {width:2.5em; font-weight:bold;
	text-align:center;}

.tableHeading TH {
	border-bottom: 1px solid rgb(220,153,0);
	font-size:0.8em;
	}

.tableHeading, #cartSubTotal {
	background-color: rgb(255,204,0);
	 }

#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.2em 0em;
	}

.cartProductDisplay a {font-weight:bold;}
    
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.5em;
	width:5em;
	font-size:0.9em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 3em;
	}

.cartQuantity input {
	width: 2em;
	}
	
.cartNewItem {
	color: rgb(158,24,36);
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: rgb(244,140,0);
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	font-size:0.75em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.Xnormalprice, .XproductSpecialPriceSale {
	text-decoration: line-through;
	}
	
.normalprice, .productSpecialPriceSale {background-image: url('../images/preskrtnuto.gif');
	background-position: 50% 60%;
	background-repeat: no-repeat;padding-left:0.3em;color:#333;;}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	font-weight:bold;
	padding-left:0.5em;
	}
	
#productPrices {padding-left:0.5em;}

.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 ;
	}


#productMainImage {	margin: 0; padding:0;}

.categoryIcon {}

#cartImage {
	margin: 0.1em 0.5em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0.2em 0 1em 0;
	}

.centerBoxContentsNew {color:rgb(153,153,153);}
.centerBoxContentsNew a {
	font-weight:bold;}

.centerBoxContentsSpecials {color:rgb(153,153,153);}
.centerBoxContentsSpecials a {
	font-weight:bold;}
		
.centerBoxWrapper {

	border-top: 2px solid rgb(234,234,234);
	height: 1%;
	padding-top:0.5em;
	margin: 0.5em 0 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.2em;
	text-align:left;
	color: rgb(80,80,80);
	padding:5px 0 5px 20px;
	margin:0px 0 0 0;
	font-weight:bold;
	background:white;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: rgb(255,204,0);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	margin: 0em;
	background: white;
	border: 0px;
	margin-bottom: 1em; 
	}

.rightBoxContainer {
	margin: 0em;
	background: white;
	border: 0px;
	margin-bottom: 1em; 
	}

.sideBoxContent {
	padding: 0.3em;
	}

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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.productListing-data {padding-bottom:5px;}
.productListing-data H3 {padding:0 0 0 10px;text-align:left;color:rgb(158,24,36);}
.productListing-data H3 A {color:rgb(158,24,36);}
.productListing-data .listingDescription {text-align:left;padding:0 3px 0 10px;
	font-size:0.9em;
	text-align:justify;}
.productListing-data A {font-weight:bold;font-size:0.8em;color:rgb(244,140,0);text-decoration:underline;}

#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;
	}

/* categories box parent and child categories */

.leftBoxHeading, .rightBoxHeading  {
	padding:0;
	margin:0;
	height:50px;
	background:white;
	background-image: url(../images/menu_pozadi.gif);
	overflow:hidden;}

.leftBoxHeading span, .rightBoxHeading span {display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:21px; 
	text-align:right;
	color:rgb(220,153,0);
	font-size:13px;}

.leftBoxHeading small, .rightBoxHeading small {display:block;
	padding-left:5px;
	padding-top:1px;
	padding-right:5px;
	text-align:right;
	color:rgb(244,140,0);
	font-size:10px;color:white; font-weight:bold; }
	
#categoriesHeading {     
	background-image: url(../images/menu_kategorie.gif);}
#categoriesContent {margin:0; 
	padding:0;
	border-bottom:1px solid rgb(234,234,234);}

#informationHeading {
	background-image: url(../images/menu_informace.gif);}
#informationContent {}
#informationContent A {
	color:rgb(152,152,152);}
#informationContent A:hover {
	color:black;
	text-decoration:underline;}
	
#whatsnewHeading, #bestsellersHeading {
	background-image: url(../images/menu_novezbozi.gif);}

#reviewsHeading {
	background-image: url(../images/menu_hodnoceni.gif);}
#reviewsContent {margin:0; padding:0;text-align:center;}
#reviewsContent span {display:none;}

#searchHeading {
	background-image: url(../images/menu_pozadi.gif);
	position: relative;overflow:visible;}
#searchHeading label {padding:0; 
	margin:0;}
#searchHeading .image_lupa {
	position:absolute;
	top:-3px; left:-12px;
	width:94px; height:60px;
	background-image: url(../images/menu_lupa_cela.gif);}
	
#searchContent .button_search {padding:0; 
	margin:2px 0; 
	font-size:1em;
	font-weight:normal;
	background:rgb(248,248,248);
	border:1px solid rgb(145,153,153);
	color:rgb(124,111,60);}

#searchContent .button_search:hover {
	background:rgb(254,247,229);
	border:1px solid black;}
	
#shoppingcartHeading {
	background-image: url(../images/menu_kosik.gif);}
#shoppingcartContent {}
#shoppingcartContent A {font-size:0.95em;
	color:rgb(152,152,152);}
#shoppingcartContent A:hover {
	color:black;
	text-decoration:underline;}
	
#manufacturerinfoHeading {
	background-image: url(../images/menu_informace.gif);}
.button_search {background:red;margin:0; padding:0;}

#manufacturersHeading {
	background-image: url(../images/menu_informace.gif);}
#manufacturersHeading label {padding:0; 
	margin:0;}	
#manufacturersContent {
	padding:3px 0px 5px 3px;
	height:7em;
	overflow:auto;
	text-align:left;}
#manufacturersContent span {
	font-size:0.8em;
	display:block; width:162px;}	
#manufacturersContent a {color:rgb(153,153,153);} 
#manufacturersContent a:hover {color:rgb(0,0,0);} 

#ezpagesHeading {
	background-image: url(../images/menu_informace.gif);}
#ezpagesContent {}
#ezpagesContent A {
	color:rgb(152,152,152);}
#ezpagesContent A:hover {
	color:black;
	text-decoration:underline;}
	
#productnotificationsHeading {
	background-image: url(../images/menu_informace.gif);}

#specialsHeading {
	background-image: url(../images/menu_informace.gif);}
							
  
A.category-top, A.category-top:visited {
	color: rgb(81,81,81);
	text-decoration: none;
	display:block;
	border-bottom:1px solid rgb(234,234,234);
	background:white;
	background-image: url(../images/menu_sipka_seda.gif);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	}
A.category-top:hover {
	color: rgb(244,140,0);
	background:rgb(234,234,234);
	background-image: url(../images/menu_sipka_zluta.gif);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	}
	
A.category-subs, A.category-subs:visited, A.category-products,A.category-products:visited {
	color: rgb(81,81,81);
	text-decoration: none;
	display:block;      
	border-bottom:1px solid rgb(234,234,234);
	font-size:0.88em;
	background-image: url(../images/menu_sipka_seda_mala.gif);
	background-repeat: no-repeat;
	}
A.category-subs:hover, A.category-products:hover {
	color: rgb(244,140,0);
	background:rgb(250,250,250);
	background-repeat: no-repeat;
	background-image: url(../images/menu_sipka_tmave_seda_mala.gif);
	}	
	
A.category-links, A.category-links:visited {
	color: rgb(152,152,152);
	text-decoration: none;
	display:block;
	padding:5px 0px 5px 18px;
	border-top:1px solid rgb(234,234,234);
	background:white;
	background-image: url(../images/menu_sipka_seda.gif);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	font-size:0.9em;
	}
A.category-links:hover {
	color: rgb(81,81,81);
	text-decoration: underline;
	background-image: url(../images/menu_sipka_tmave_seda.gif);
	}

HR#catBoxDivider {
	display:none;
	}
	
SPAN.category-main {
	}

A.category-depth0 { 
	padding:5px 0px 5px 18px;
	}
A.category-depth1, A.category-depth1:visited, A.category-depth1:hover {
	padding:3px 1px 3px 27px; 
	background-position: 18px 50%;
	}
A.category-depth2, A.category-depth2:visited, A.category-depth2:hover {
	padding:1px 1px 1px 42px;
	background-position: 33px 50%;
	}
A.category-depth3, A.category-depth3:visited, A.category-depth3:hover {
	padding:1px 1px 1px 57px;
	background-position: 48px 50%;	
	}
A.category-depth4, A.category-depth4:visited, A.category-depth4:hover {
	padding:1px 1px 1px 72px;
	background-position: 63px 50%;	
	}
						
SPAN.category-non-selected {
	font-weight: normal;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	color:black;
	}
SPAN.category-subs-selected {
	font-weight: bold;	
	color:black;	
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	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: rgb(255,204,0);
	height: 2em;
	}

.productListing-rowheading {
	height: 2em;
	color: rgb(80,80,80);
	font-size: 0.8em;
	text-align:left;
	padding:5px 0 5px 20px;
	margin:0px 0 0 0;
	}
#listCell0-0 {	border-top:1px solid rgb(234,234,234);}
#listCell0-1 {	border-top:1px solid rgb(234,234,234);}
#listCell0-2 {	border-top:1px solid rgb(234,234,234);}
#listCell0-3 {	border-top:1px solid rgb(234,234,234);}

.productListing-heading{	
	color: rgb(80,80,80);
	font-weight:normal;

}
.productListing-heading A{
	color: rgb(80,80,80);
	text-decoration:underline;
	font-weight:normal;
}

#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;
	}

#productDatasheet table {font-size:0.8em;width:500px;}
#productDatasheet th {background:white;text-align:left; font-weight:bold;
	border-bottom:1px solid rgb(255,204,0);padding:1px 5px;font-size:0.85em;}
#productDatasheet .thZvyraznit {color:rgb(244,140,0);}
#productDatasheet td {background:rgb(255,255,240);text-align:left;font-weight:normal;
	border-bottom:1px solid rgb(255,204,0);padding:2px 5px;}
	
#productAttributes {padding:0.5em 1em 0.5em 0.5em;
	}	
#productAttributes fieldset {border:1px solid rgb(234,234,234);
	padding: 0 0.5em 1em 0.5em;
	margin: 0em 0em;}
#productAttributes legend {color: rgb(220,153,0);
	background:white;
	border:none;
	font-weight:bold;}


.fieldsetReturningCustomer, .fieldsetNewCustomer {height:20.5em;width:235px;}

.productMainImageTable {
	background:white;
	height:330px;
	width:520px;
	margin:0 auto;
	}

.productMainImageTable td {
	padding:0; 
	margin:0;}

.productMainImageTable img {
	padding:2px;
	margin:0;
	border:1px solid rgb(234,234,234);
	}

.productMainImageMiddle {width:20px;}

.productMainImageSelect {width:160px;}

.productMainImageScroll1 {height:330px;width:160px;}
.productMainImageScroll2 {height:330px;width:160px;overflow:auto;}
		
#productImageBig {
	filter:alpha(opacity=100);}

.categoryListBoxContents span {margin:0.5em 0.5em 0 0.5em;
	font-size:1em;  
	font-weight:bold;
	display:block;
	border-top:2px solid rgb(255,204,0);
	background:rgb(254,250,238); 
	padding:6px 2px 12px 2px;   
	color:black;
	height:3em;
	overflow:hidden}

.categoryListBoxContents span:hover {color:rgb(254,153,0);background:rgb(250,250,250);}	

#disc-ot_coupon {clear:both;
	float:left; 
	margin-left:2em;
	width: 20em; 
	font-weight:bold; 
	text-align:center;
	}
	
.red {color:red;}
