/**
 * 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
  background-image: url(../images/bg.jpg);
  margin: 0;
/*  font-family: verdana, arial, helvetica, sans-serif;*/
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
  }

a img {
  border: 0px solid Gray;
  }
  
a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	}

a:visited {
	color: Blue;
}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: Blue;
  text-decoration: underline;
	}

a:active {
	color: Blue;
	}
  
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.categoryListBoxContents a:link, .categoryListBoxContents a:visited	{
	text-decoration: underline;
	font-family: arial;
	font-size: 1.6em;
	/*font-weight: bold;*/
}

.categoryListBoxContents a:hover {
	text-decoration: underline;
	font-family: arial;
	font-size: 1.6em;
}
	
h1 {
	font-size: 1.6em;
	line-height: 150%;
	color: Red;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, 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%;
	}
*/

h1#indexDefaultHeading, h1#indexCategoriesHeading	{
	margin: 0.3em 0 0.8em 0;
   /*border-bottom:2px dotted silver;*/
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	/*display: inline;*/
	font-size: 1.1em;
	margin: 0.1em;
	}
	
TEXTAREA {
	float: left;
	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;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}
	
h4.optionName {
	line-height: 1.5em;
	margin-top: -0.1em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 10em;
	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.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
  
.quick_contact_hr {
  border-width:0;
  border-top:1px dashed #989898;
  height:1px;
  width:96% 
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff4020;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 982px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper  {
 	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:273px;
   margin: 0px;
   position: relative;
}

#linksWrapper  {
  position: absolute;
  top: 187px;
  left: 30px;
}

#linksWrapper a {
  color: Black;
/*  font-family: Arial Narrow, "MS Sans Serif", Geneva, sans-serif;*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  text-decoration: none;
}
  
#contentMainWrapper {
  width: 982px;
  margin: auto;
  padding: 0;
  background-image: url(../images/main_bg.gif);
 background-repeat: repeat-y;
}  
  
#logoWrapper{
  position: absolute;
  top: 27px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 1.5em;
	margin-right: 0.5em;
	}
#navColumnOneWrapper {
	margin-left: 1.5em;
	margin-right: 0.5em;
	}
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 1.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;
	}

/*navigation*/

.navSplitPagesResult {
  font-size: 1.2em;
}
.navSplitPagesLinks {
  font-size: 1.2em;
}

.navNextPrevWrapper {
  padding: 0 0.8em 0.8em 0.8em;
}

.navNextPrevCounter {
	margin: 0.3em 0 0.8em 0;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
/*	white-space: nowrap;*/
	margin: 0;
	padding: 0.5em 1em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #6699ff;
	padding: 0.5em 0.2em;
	font-weight: bold;
/*	color: #ffffff;*/
	height: 1%;
	}

#navMainWrapper {
	position: relative;
	top: 50px;
	left: 0px;
	}
	
#navSuppWrapper {
	}

  
#navMainWrapper {
	background-color: transparent;
}
  
#navMainWrapper #navMain a {
	background-color: transparent;
  font-family: Tahoma;
  font-size: 1.2em;
}
  
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#links ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 3.2em;
	height: 30px;
	}
	
#links ul li {
	display: inline;
	float: left;
	height: 30px;
	}
#links ul li a {
	cursor: pointer;
	}	
#links ul li.menu1 {
	background: url(../images/link1center.jpg) repeat-x center top;
	}
#links ul li.menu1 a {
	display: block;
	background: url(../images/link1left.jpg) no-repeat left top;
	}	
#links ul li.menu1 a span {
	padding-left:5px;
	display: block;
	background: url(../images/link1right.jpg) no-repeat right top;
	width: 70px;
	height: 30px;
	}	

#links ul li.menu2 {
	background: url(../images/link2center.jpg) repeat-x center top;
	}
#links ul li.menu2 a {
	display: block;
	background: url(../images/link2left.jpg) no-repeat left top;
	}	
#links ul li.menu2 a span {
	padding-left:5px;
	display: block;
	background: url(../images/link2right.jpg) no-repeat right top;
	width: 70px;
	height: 30px;
	}	

#links ul li.menu3 {
	background: url(../images/link3center.jpg) repeat-x center top;
	}
#links ul li.menu3 a {
	display: block;
	background: url(../images/link3left.jpg) no-repeat left top;
	}	
#links ul li.menu3 a span {
	padding-left:5px;
	display: block;
	background: url(../images/link3right.jpg) no-repeat right top;
	width: 100px;
	height: 30px;
	}	
	
#links ul li.menu4 {
	background: url(../images/link4center.jpg) repeat-x center top;
	}
#links ul li.menu4 a {
	display: block;
	background: url(../images/link4left.jpg) no-repeat left top;
	}	
#links ul li.menu4 a span {
	padding-left:5px;
	display: block;
	background: url(../images/link4right.jpg) no-repeat right top;
	width: 120px;
	height: 30px;
	}	

#links ul li.menu5 {
	background: url(../images/link5center.jpg) repeat-x center top;
	}
#links ul li.menu5 a {
	display: block;
	background: url(../images/link5left.jpg) no-repeat left top;
	}	
#links ul li.menu5 a span {
	padding-left:5px;
	display: block;
	background: url(../images/link5right.jpg) no-repeat right top;
	width: 90px;
	height: 30px;
	}	
	

#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 {
	margin: 0;
	padding: 4em 7em;
	padding-bottom: 1em;
	list-style-type: none;
	text-align: right;
	line-height: 2.2em;
	}
  
#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: underline;
	padding: 0em 0.4em;
	margin: 0;
	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;*/
position: absolute;
left: 790px;
top: 194px;
	}

#navBreadCrumb {
	padding: 0 0.5em 0.5em 0.5em;
/*	background-color: #ffffff;*/
	font-size: 0.95em;
	font-weight: bold;
	margin: 0.2em 0 0 0.5em;
	}

#navEZPagesTop {
	background-color: #006400;
	background-image: url(../images/tile_back_main.gif);
  font-family: Tahoma;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0em;
	padding: 0;
  padding-left: 48px;
  padding-top: 11px;
  height: 31px;
	}

#navEZPagesTop a {
  color: White;
  padding: 0px 5px;
}
  
#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.1em;
	line-height: 140%;
	padding: 0.5em 0 0 0;
	}
	
#productDescription {
	font-size: 1.0em;
	}

#productDescription ul li {
  list-style: outside;
}
  
.alert {
	color: red;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.2em 0.8em;
	}
  
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoLegal	{
	margin: 1.5em 0;
	}

#productGeneral form	{
	margin: 0em;
}

#indexDefaultMainContent p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 130%;
}

#indexDefaultMainContent2	{
	margin: 4.5em 0 2.5em 0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;*/
	line-height: 130%;
}

#indexDefaultMainContent2	h2 {
	margin: 1.5em 0 1.5em 0;
	font-family: verdana,arial,helvetica,sans-serif;
}

#indexDefaultMainContent2	h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#indexDefaultMainContent2	p {
	margin: 0.2em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: none;
	text-align: center;
	margin: 0.5em 0 1em 20px;
	width: 18.5em;
/*	border: 1px solid #ff6347;*/
	background-color: #add8e6;
	padding: 0.6em;
	}

.tableHeading TH {
	background-color: #00ad1d;
	}

.tableHeading, #cartSubTotal {
	background-color: #00ad1d;
	 }

#cartSubTotal {
	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.8em 0.4em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 9.8em;
	}

.cartNewItem {
	position: relative; /*do not remove-fixes stupid IEbug*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}

.cartOldItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}
  
.cartBoxTotalSeparator  {
  border-color: #006b00;
}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 0em;
	}

.cartAttribsList ul	{
	margin: 0.4em 0 0 0;
	padding: 0 2em;
	}

 .cartAttribsList ul li	{
	margin-left: 0em;
	padding: 0 0em;
	}	

	
	
#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
  color: #FF8C00;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
  color: red;
	font-weight: bold;
	}

.centerBoxContentsNew .productSpecialPrice,
.centerBoxContentsNew .productPriceDiscount  {
  color: Red;
}
  
.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: 6.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
  
#productMainImage {
  margin-top: 0;
  padding-right: 0;
  float: none;
}

#productMainImage img {
  margin-top: 0.7em;
  padding: 5px;
  border: #dfdfdf solid 1px;
}
  
#productMainImage a {
 text-decoration: none;
}
#productMainImage a .imgLink {
 text-decoration: underline;
}
  
#productMainImage img {
  margin-bottom: 0.5em;
}
  
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 25%;
	margin: 1.8em 0em;
}

.attribImg img {
  padding: 5px;
  border: #dfdfdf solid 1px;
}

.attributesComments {}

/*Additional Images */
.additionalImages img {
  padding: 5px;
  border: #dfdfdf solid 1px;  
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0.6em 0em;
	}

.centerBoxWrapper {
  color: Black;
  background-color: White;
	border: 1px solid #009400;
	height: 1%;
	margin: 3em 0;
	}

.centerBoxWrapper .centeredContent {
  width: 100%;
	}
  
h2.centerBoxHeading {
	font-size: 1.4em;
	color: #ffffff;
  padding: 5px 0;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.2em;
	color: #000;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1.2em;
	line-height:2.8em;
	color: #000;
}

#manufacturersHeading, #bannerboxallHeading {
	background:transparent url(../images/manufacturersheading_bg.jpg) no-repeat scroll center top;
}

#manufacturersHeading label {
	line-height:2.8em;
}

#manufacturersContent  {
  padding: 1.0em 1.0em;
  background-color: #ffff99;
}

#bannerboxallContent  {
  padding: 1.0em 0.3em;
/*  background-color: #ffae4a;*/
  border: 1px solid #EDED5B;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #00ad1d;
}
  
.leftBoxHeading, .rightBoxHeading {
	height: 33px;
	line-height: 33px;
	font-size: 1.4em;
	text-align: center;
	/*text-transform: uppercase;*/
	padding-top: 0px;
}

#searchHeading, #quickcontactHeading	{
   background: transparent url(../images/ezpagesheading_bg.jpg) no-repeat top;
}

#searchContent, #quickcontactContent  {
  padding: 1.0em 0.3em;
/*  background-color: #ffae4a;*/
  border: 1px solid #ffae4a;
}

#quickcontactContent  {
	font-size: 1.15em;
}

#bestsellersHeading	{
   background: transparent url(../images/bestsellersheading_bg.jpg) no-repeat top;
}

#bestsellersContent  {
  padding: 1.0em 0.3em;
/*  background-color: #ffae4a;*/
  border: 1px solid #f5b3d5;
}

#categoriesHeading	{
   background: transparent url(../images/categoriesheading_bg.jpg) no-repeat top;
}

#categoriesContent  {
  padding: 1.0em 0.3em;
  background-color: #ccff99;
}

#specialsHeading	{
   background: transparent url(../images/specialsheading_bg.jpg) no-repeat top;
}

#specialsContent  {
  padding: 1.0em 1.0em;
/*  background-color: #ff99ff;*/
  border: 1px solid #ff66ff;
}

#counterHeading	{
   background: transparent url(../images/specialsheading_bg.jpg) no-repeat top;
   display: none;
}

#counterContent  {
  padding: 1.0em 1.0em;
/*  background-color: #ff99ff;*/
  border: 0px solid #f05aef;
}

#whatsnewHeading	{
   background: transparent url(../images/whatsnewheading_bg.jpg) no-repeat top;
}

#whatsnewContent  {
  padding: 1.0em 1.0em;
/*  background-color: #ff99ff;*/
  border: 1px solid #00cc33;
}

#informationHeading	{
   background: transparent url(../images/informationheading_bg.jpg) no-repeat top;
}

#informationContent  {
  padding: 1.0em 1.0em;
/*  background-color: #ff99ff;*/
  border: 1px solid #6699ff;
}

#xsellsideboxHeading	{
   background: transparent url(../images/informationheading_bg.jpg) no-repeat top;
   line-height: 130%;
}

#xsellsideboxContent  {
  padding: 1.0em 1.0em;
/*  background-color: #ff99ff;*/
  border: 1px solid #6699ff;
}

#ezpagesHeading	{
   background: transparent url(../images/ezpagesheading_bg.jpg) no-repeat top;
}

#ezpagesContent  {
  padding: 1.0em 1.0em;
/*  background-color: #ff99ff;*/
  border: 1px solid #ffae4a;
}

#shoppingcartHeading	{
   background: transparent url(../images/shoppingcartheading_bg.jpg) no-repeat top;
}

#shoppingcartContent  {
  padding: 1.0em 1.0em;
  background-color: #ccffff;
/*  border: 1px solid #6699ff;*/
}

#featuredHeading	{
   background: transparent url(../images/specialsheading_bg.jpg) no-repeat top;
}

#featuredContent  {
  padding: 1.0em 1.0em;
/*  background-color: #f8b3f8;*/
  border: 1px solid #f05aef;
}

#whatsnewHeading  {
}

#whatsnew	{
}

#whatsnew #whatsnewContent img	{
	text-decoration: none;
}

.leftBoxContainer, .rightBoxContainer {
  margin: 0 0 0.2em 0;
  padding-bottom: 10px;
/*  background: transparent url(../images/tile_back_bottom.jpg) no-repeat bottom;*/
}

.leftBoxContainer .leftBoxHeading a, .rightBoxContainer .rightBoxHeading a {
  font-size: 1em;
  text-decoration: none;
}

.sideBoxContent {
	font-size: 1.05em;
/*	background-color: #ffffff;
	padding: 0.4em;
	padding-bottom: 1.2em;*/
/*	border-right: 3px solid #009400;
  border-left: 3px solid #009400;
  border-bottom: 3px solid #009400;*/
/*  background: url(../images/tile_back_cat_item.jpg) repeat-y;*/
  padding-top: 10px;
  padding: 10px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: White;
  text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
  text-decoration: none;
	}

.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 0.3em 0 1em;
	margin: 0 0 0 1.5em;
	}

#bestsellers li {
	padding: 0;
	margin: 0em 0em 0.6em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
	color: Black;
	text-decoration: none;
	}
A.category-top:visited {
	color: Black;
	text-decoration: none;
	}
A.category-top:hover {
	color: Black;
	text-decoration: underline;
	}
A.category-links, A.category-links:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
	color: Black;
	text-decoration: none;
	}
A.category-links:visited {
	color: Black;
	text-decoration: none;
	}
A.category-links:hover {
	color: Black;
	text-decoration: underline;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
	color: Black;
	text-decoration: none;
	}
A.category-subs:visited, A.category-products:visited {
	color: Black;
	text-decoration: none;
	}
A.category-subs:hover, A.category-products:hover {
	color: Black;
	text-decoration: underline;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
float: left;
/*text-align: right;*/
	}

.buttonRow.back {
	padding:0.5em 0 1.4em 0;
	}
	
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	padding:0.5em 0 1.4em 0;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
/*	background-color: #E8E8E8;*/
	height: 1.5em;
	vertical-align: top;
	}

.rowOdd td {
	vertical-align: top;
	}
	
.rowEven {
/*	background-color: #F0F0F0;*/
	height: 1.5em;
	vertical-align: top;
	}

.rowEven td {
	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;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #009400;
/*	background-image: url(../images/tile_back.gif);*/
	height: 2em;
	color: #FFFFFF;
	}

#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;
	}
  
.tabTable {
   border: 1px solid green;
}
table .productListing-odd, table .productListing-even {
  padding: 15px 5px;
  background-color: White;
}

table .productListing-even {
  background-color: #E3F2E4;
}

table .productListing-odd a:hover, table .productListing-even a:hover {
  color: Blue;
}

.productListing-data  {
  color: #333333;
  padding: 15px 5px;
/*  border-bottom: 1px solid Silver;*/
}

.productListing-data .productSpecialPrice, 
.productListing-data .productPriceDiscount  {
  color: Red;
}

/* pridano */
.categoryListBoxContents	{
	padding: 10px 0 10px 0;
  /*border-top: silver dotted 1px;*/
/*  border-left: silver dotted 1px;*/
}

.categoryListBoxContents img {
	margin-bottom: 10px;
}

#attribsOptionsText	{
	margin: 1em 0;
	padding: 0.2em 0 0.2em 0.4em;
	background-color: #ffd484;
border-bottom: 0px solid;
}
/* informace o produktu */
#productMainParam	{
	float: right;
	text-align: left;
	width: 60%;
}
#productMainParam ul	{
	margin-left: 0;
	padding-left: 15px;	
}
#productMainParam p	{
  /*font-family:verdana,arial,helvetica,sans-serif;*/
  font-family:tahoma,arial,helvetica,sans-serif;
  font-size:1em;
}

/* odkazy - hlavni strana */
#main_odkazy  {
  margin: 10px auto;
  width: 960px;
  font-size: 9px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* odeslani kontaktniho formulare */
.mainContent.success  {
  margin: 1em auto;
  font-size: 1.2em;
  font-weight: bold;
}

/* proces objednavani */
#checkoutShipping h2, #checkoutConfirmDefault h2,
#checkoutPayment h2	{
	padding: 5px 10px;
}

#order_steps_0	{
	margin-bottom: 20px !important;
}

table#cartContentsDisplay	{
width: 100%;
border-collapse: collapse;
border: 1px solid silver;
}
table#cartContentsDisplay th	{
border: 1px solid #00ad1d;
}

table#cartContentsDisplay tr	{
border: 1px dotted silver;
}

table#cartContentsDisplay td	{
border: 1px dotted silver;
}

#cartProdTitle	{
	font-size: 1.1em;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay	{
	padding-top: 1.2em;
}
.cartProductDisplay	{
	padding-left: 1em;
}
.cartProductDisplay img	{
	margin: 0.5em 0 0 0.5em;;
}
.cartImageAtr	{

}
.price	{
	padding: 0.4em 0;
}
.dopravaZdarma	{
	font-size: 120%;
	font-weight: bolder;
	color: fuchsia;
  padding: 0.3em 0 0em 0;
}
#productDetailsList li	{
	list-style: none;
	line-height: 160%;
}
.dostupnost	{
	font-size: 1.1em;
	vertical-align: baseline;
}
.dostupnostbox	{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
  padding: 0.8em 0 0.3em 0;
}
.skladem  {
  color: #00bd02;
}
#contact_us	{
	margin:0px;
}
#crossSell	{
	margin:0.8em;
	border:0px solid #ADD8E6;
}
#crossSell h2	{
	color: black;
	background-color:#ADD8E6;
	padding:0.2em 0pt 0.2em 0.4em;
	font-size: 1.3em;
	text-align: left;
}
.centerBoxContentsCrossSell	{
	padding: 1.0em;
}
#categoryDescription	{
	margin-bottom: 1.8em;
	line-height: 140%;
}
#partneriMainContent .partneri p  {
  padding:0;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:100%;
}

/* uprava zobrazeni detailu produktu: #productDetailsList pod #productMainImage */
#productInfoLeftPanel {
  width: 40%;
  float:left;
}
#productDetailsList {
  margin-top:1.2em;
  padding-left: 2.8em;
  font-size: 0.9em;
  width: 100%;
}
#productName  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em; 
}
#productPrices  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}
.cenaText {
}

/* dotaz na zbozi */
#productQuestions {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1em;
  margin: 1.2em 0;  
}
.zeptejte {
  background: transparent url(../images/question.png) no-repeat left;
  padding-left: 2em;
}

/* obsah nakupniho kosiku - tabulka "Dostupne zpusoby dopravy */
#shippingEstimatorContent {
  margin-top: 2em;
}
#shippingEstimatorContent table {
  width: 100%;
  border: 1px solid silver;
  border-collapse: collapse;
}
#shippingEstimatorContent table td {
  border:1px dotted silver;
  padding:0.4em;
}
#shippingEstimatorContent table th {
  background-color: #cacaca;
}
#shippingEstimatorContent table #seTotalHeading {
  width: 90px;
}

.male {
  font: normal normal normal 1.0em/1.3em Arial;
}

/* nova podoba Product Listing */
.centerColumn .productListPrice {
  padding: 3px 0 7px 0;
  }
.centerColumn  .productListPriceTitle  {
  /*display: none;
  font-weight: bold;*/
  font-size: 1.1em;
}
.centerColumn .productListPriceNumber {
  font-size:1.4em;
  font-weight:bold;
}
.centerColumn .productListMoreInfo  {
  font-size: 1.1em;
}
.centerColumn .productListManufacturer  {
  padding: 4px 0 0 0;
  float: right;
}
.centerColumn .productPriceDiscount {
  display: none;
}
.centerColumn .dostupnostbox	{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
  padding: 0.8em 0 0.3em 0;
}
.centerColumn .dostupnost	{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.centerColumn .productListImage {
  padding-top: 0.8em;
}
.listingDescription {
  font-size: 1.1em;
}
.itemTitle  {
  font-size: 1.2em;
  padding: 0.4em;
  margin: 0;
/*  background-color: #F2CBDE;*/
  background-color: #CCFF99;
}
.itemTitle a  {
  color: black;
}
.centerBoxWrapperContents table {
  padding-bottom: 2.0em;
}
#betterTogetherDiscountPolicy	{
	background-color: #CCFF99;
}

/* Tabulka filtru a razeni Tridit podle: */
#sortingTableContainer	{
	width:99%;
	background-color:#DDD;
	color:#333;
	margin-bottom: 4px;
}
#sortingTableContainer table	{
	width:558px;
	color:#333;
	border:0;
}
#sortingTableContainer table .firstCol	{
	width:78px;
	height: 28px;
}
#sortingTableContainer table .cenaCol,
#sortingTableContainer table .nazevCol	{
	width:100px;
	line-height: 18px;
	font-size: 1.2em;
}
#sortingTableContainer table .vyrobceCol	{
	width:280px;
	font-size: 1.1em;
}
#sortingTableContainer .sortImg	{
	vertical-align: top;
}


#productsListingTopNumber	{
	padding-top: 0.5em;
}
