/**
 * 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background: #f5f9fd url(../images/bg_body.png) repeat-x left top;;
	padding: 0 0 0 0;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a, a{
	color: #336eb1;
	text-decoration: underline;
	font-weight: bold;
	}
 
a:visited {
/* 	color: #3300FF;
	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: #EA9B03;
	}

a:active {

	}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	}

h1 {
	font-size: 24px;
	color: #336eb1;
	margin-top: 0;
	}

h2 {
	font-size: 17px;
	color: #336eb1;
	margin-top: 0;
	}

h3 {
	font-size: 10.5pt;
	color: #336eb1;
	}
	
h4 {
	font-size: 12px;	
}

h5, h6, LABEL, h4.optionName, LEGEND, _ADDRESS, .sideBoxContent, .larger{
	font-size: 11px;
	}

.biggerText {
	font-size: 9.75pt;
	}



/*  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: 8.25pt;
	margin: 0.1em;
	}

.centerColumn INPUT, .centerColumn select {
	margin: 0;
} 

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: 140px;
	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: 5px;
	margin: 0;
	}
	
.centerColumn p {
	line-height: 1.35em;
}

ADDRESS {
	font-style: normal;
	}

.clearBoth, .clear {
	clear: both;
	}

table#cartContentsDisplay .clearBoth {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0px;
	}
	
table#cartContentsDisplay td.cartQuantity {
	padding-left: 6px;
}

table#cartContentsDisplay td.cartQuantityUpdate {
	padding-right: 12px;
}

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;
	margin: 0 0 10px;
	}

.messageStackWarning, .messageStackError {
	/* background-color: #fe7e01;
	color: #ffffff; */
	color: #880000;
	font-weight: bold;
	padding: 5px 22px 5px 37px;
	background: #f1e0e0 url(../images/ico_err.gif) no-repeat 10px 7px;
	
	}

.messageStackSuccess {
	/* background-color: #ceffce;
	color: #000000; */
	color: #008800;
	font-weight: bold;
	padding: 5px 22px 5px 37px;
	background: #ceffce url(../images/ico_ok.gif) no-repeat 10px 7px;
	}

.messageStackCaution {
	/* background-color: #FFFF66;
	color: #000000; */
	color: #7b570d;
	font-weight: bold;
	padding: 5px 22px 5px 37px;
	background: #ffff94 url(../images/ico_cau.gif) no-repeat 10px 7px;
	
	
	}
	
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 975px;
	vertical-align: top;
	padding:0;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#contentMainWrapper {
	background: url(../images/bg_frameholder.gif) repeat-y left top;
}

#headerWrapper{
	height:210px;
	overflow: hidden;
	}

#logoWrapper{
	/*background-image: url(../images/header_bg.jpg);*/
	background-repeat: no-repeat;
	background-color: #000000;
	height:180px;
	display: none;
	}
	
#logoWrapper img{
display: none;
	}	

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	padding: 0 0 0px 0;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	/* margin-left: 0.5em;
	margin-right: 0.5em; */
	}
	
#tagline {
	color:#000000;
	font-size: 9.75pt;
	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: 43%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 8.25pt;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	}
	
#navMainWrapper{
	margin: 0;
	background: white url(../images/bg_title.jpg) no-repeat left top;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	height: 118px;
	position: relative;
	}
	
a.mainlink {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 245px;
	height: 118px;
	overflow: hidden;
	text-indent: -2000em;
}

#navSuppWrapper{
	background: url(../images/bg_footer.jpg) no-repeat left top;
	padding: 19px 20px 0 20px;
	margin: 0px 0 0 0;
	height: 30px;
	width: 935px;
}




#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 3px 10px 0 0;
	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;
	margin: 0;
	padding: 0 15px 0 21px;
	color: #163f8d;
	white-space: nowrap;
	font-weight: normal;
	font-size: 11px;
	}
	
a.btn_cart {
	display: block;
	width: 159px;
	height: 33px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../images/btn_cart.png) no-repeat left 0;
}

a.btn_cart:hover {
	background: url(../images/btn_cart.png) no-repeat left -33px;
}

#navMain ul li a:hover {
	color: black;
}

#navMain ul li a.hlm_sopcart {
	background: url(../images/icons_hlm.png) no-repeat 5px -149px;
	_background: url(../images/icons_hlm.gif) no-repeat 5px -149px;
}

#navMain ul li a.hlm_account {
	background: url(../images/icons_hlm.png) no-repeat 5px -98px;
	_background: url(../images/icons_hlm.gif) no-repeat 5px -98px;
}

#navMain ul li a.hlm_shipp {
	background: url(../images/icons_hlm.png) no-repeat 5px -199px;
	_background: url(../images/icons_hlm.gif) no-repeat 5px -199px;
}


#navMain ul li a.hlm_logoff, #navMain ul li a.hlm_login {
	background: url(../images/icons_hlm.png) no-repeat 5px -49px;
	_background: url(../images/icons_hlm.gif) no-repeat 5px -49px;
}


#navMain ul li a.hlm_home {
	background: url(../images/icons_hlm.png) no-repeat 4px 1px;
	_background: url(../images/icons_hlm.gif) no-repeat 4px 1px;
}

#navMain ul li a.hlm_mapa {
	background: url(../images/icons_hlm.png) no-repeat 4px -248px;
	_background: url(../images/icons_hlm.gif) no-repeat 4px -248px;
}

#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;
	}
	
#indexProductList {
	width: 582px;
	overflow: hidden;
}

#advSearchResultsDefault {
	width: 582px;
	overflow: hidden;
}



	
.buttonRow img {
	cursor: pointer;
}

#navMainSearch {
	/* float: right; */
	width: 199px;
	height: 92px;
	background: url(../images/bg_search.jpg) no-repeat left top;
	position: relative;
	}
	
#navMainSearch .searchinput {
	border: 0;
	background: none;
	padding: 5px 3px;
	width: 107px;
	position: absolute;
	top: 33px;
	left: 55px;
	color: #737373;
}

#navMainSearch .searchbtn {
	border: 0;
	background: none;
	text-indent: -1000em;
	padding: 5px 3px;
	width: 20px;
	position: absolute;
	top: 32px;
	left: 172px;
	cursor: pointer;
}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 8.25pt;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 8.25pt;
	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;
	}

.alert {
	color: #880000;
	/*margin-left: 0.5em;*/
	font-weight: normal;
	font-size:8pt;
	/* padding: 0 3px;
	background: url(../images/bg_alert.gif) no-repeat left top; */
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 8.25pt;
	/*background:#0061a9;*/
	/* background:#54CDEA; */
	margin: 0;
	/*padding: 7px 0 15px 0;*/
	color:white;
	}

.smallText a, #siteinfoLegal a, #siteinfoCredits a, #siteinfoStatus a, #siteinfoIP a {
	color:white;
	}

.smallText a:hover, #siteinfoLegal a:hover, #siteinfoCredits a:hover, #siteinfoStatus a:hover, #siteinfoIP a:hover {
	/* color:#fe7e01; */
	text-decoration: underline;
	}	

#siteinfoLegal {
	float: left;
}

#navSupp {
	float: right;
}

#navSupp ul {
	margin: -3px 0 0 0;
	padding: 0;
}

#navSupp ul li {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#navSupp ul li a {
	color: white;
	padding:0 0 0 35px;
}

/*Shopping Cart Display*/
#cartAdd {
	border: 1px solid #E9E9E9;
	padding: 4px;
	position: relative;
	background: #F3F3F3;
	width: 260px;
	height: 34px;
	z-index: 500;
	&zoom: 1;
	&position: absolute;
}

#cartAdd p {
	margin: 0;
	padding: 0 0 5px;
}

#cartAdd .kolikdokose {
	width: 75px;
	position: absolute;
	left: 16px;
	top: 12px;
}

#cartAdd .dokosiku2 {
	width: 131px;
	height: 33px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	right: 4px;
}

.buttonRow .kolikdokose {
	float: left;
	height: 25px;
	padding: 6px 6px 0 6px;
	background: #F3F3F3;
	border:1px solid #e9e9e9;
}

.buttonRow .dokosiku2 {
	float: left;
}


#cartAdd input {
	
}

.qty {
	padding: 10px 4px;
	width: 252px;
	height: 34px;
	color: #909090;
	&margin: 48px 0 0 0; 
}

.qty span {
	background: url(../images/icons_detail.png) no-repeat left -75px; 
	padding: 0 0 0 22px;
}

.centa {
	display: block;
	font-weight: normal;
	font-size: 10px;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	/*padding: 6px 4px;*/
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

th#scProductsHeading {
	text-align: left;
}

#cartContentsDisplay {
	margin: 0 0 20px 0;
}

tr.totalcena td {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	background: #B1B1B1;
	/*adding-right: 2.5em;*/
	padding: 10px 0;

}

tr.totalcena td.centy {
	padding-right: 10px;
} 

.centa2 {
	padding-right: 0.2em;
	text-align: right;
	display: block;
}

tr.totalcena td span.centa1 {
	font-weight: normal;
}

#cartSubTotal {
	/* border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right; */
	}
	
#cartSubTotal .centa1, #cartSubTotal .centb2:first-child {
	font-weight: normal;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 12px 0em;
	}

.cartTotalDisplay {
	font-weight: bold;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	/* color: #660099; */
	/* color: #828282; */
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

a span.cartOldItem {
	/* color: #336EB1; */
}

#cartBoxListWrapper li {
	/*background: url(../images/bg_linka.gif) repeat-x left bottom;*/
	/* overflow: hidden; */
}

#cartBoxListWrapper li span.cartOldItem, #cartBoxListWrapper li span.cartNewItem  {
	display: block;
	font-size: 11px;
	height: 20px;
	background: url(../images/bg_linka.gif) repeat-x left 10px;
}

#cartBoxListWrapper li span.quantity {
	color: #828282;
	float: left;
	background: white;
	padding: 0 3px 0 0;
}

#cartBoxListWrapper li span.price {
	color: black;
	font-weight: bold;
	float: right;
	background: white;
	padding: 0 0 0 3px;
}

#cartBoxListWrapper li a span.cartOldItem, #cartBoxListWrapper li a span.cartNewItem  {
	display: inline;
	background: none;
}

#cartBoxListWrapper li a {
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}


.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}

.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: #fe7e01;
	}

.orderHistList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	} 
	
#orderhistoryContent img {
	margin: 0;
	vertical-align:top;
}

#orderhistoryContent li {
	white-space: nowrap;
	padding: 3px 0;
}

#orderhistoryContent li a {
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
}

#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;
	}


.trxx1 {
	background:#F0F0F0 url(../images/icons_detail.png) no-repeat scroll 12px -74px;
	&background:#F0F0F0;
}

div#mainWrapper .trxx1 td {
	padding: 2px 0;
}

div#mainWrapper .trxx1 td.cartTotalDisplay {
	padding-right: 0.2em;
}

div#mainWrapper .trxx1 td.dodkonf {
	padding: 0 0 0 35px;
	font-size: 11px;
	&background:#F0F0F0 url(../images/icons_detail.png) no-repeat scroll 12px -74px;
}

.dodatkonf, .dodatkonf2 {
	text-decoration: none;
	color: gray;
}



/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #1081bb;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 11.75pt;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
background: #ffffff;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 9pt;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 8.25pt;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #0a0a0a;
	/* background-image: url(../images/tile_back.gif); */
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	border: 0;
	margin: 0 0 0 0;
	border:0;
	/* background:#105a8c; */
	}

.leftBoxContainer h3, .rightBoxContainer h3 {
	text-align: left;
	padding-left: 10px;
	color: #ffffff;
	}	


.sideBoxContent {
	/*background: #ffffff url(../images/bg_box_.jpg) no-repeat;*/
	/* background: #ffffff; */
  padding: 10px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #fe7e01;
	text-decoration: none;
	} 


.rightBoxHeading h3 a, .leftBoxHeading h3 a, .centerBoxHeading h3 a {
	color: #ffffff;
	}
	
.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, .attribImgm, .centrovak {
	text-align: center;
	}

#bestsellers .wrapper {
	/* margin: 0em 0em 0em 1.5em; */
	}

#bestsellers ul {
	padding: 0;
	margin: 0;
	}

#bestsellers li {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	}
	
#bestsellers li a {
	display: block;
	background: url(../images/bg_bestsellers_li.gif) no-repeat left 5px;
	padding: 3px 0 3px 17px;
	text-decoration:none;
}


#ezpages ul {
	padding: 0;
	margin: 0;
	}

#ezpages li {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	}
	
#ezpages li a {
	display: block;
	background: url(../images/bg_bestsellers_li.gif) no-repeat left -85px;
	padding: 3px 0 3px 17px;
	text-decoration:none;
}


#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 {
	color: #323232;
	display:block;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	/* width: 130px;
	float: left; */
	text-decoration: none;
	background: url(../images/bg_vermenu_link2_a.gif) no-repeat left 8px;
	}

#categories ul {
	margin: 0;
	padding: 0;
}

#categories ul ul {
	padding: 9px 0;
	margin: 0;
}

#categories li {
	list-style-position: outside;
	list-style-type: none;
	background: url(../images/bg_vermenu_link2.gif) repeat-x left bottom;
}

#categories ul ul {
	background: none;
}

#categories ul ul li {
	background: none;
}

#categories li li a {
	background: none;
	color: #323232;
}

#categories ul ul li a {
	background: url(../images/bg_vermenu_link4.gif) no-repeat 13px 8px;
	color: #323232;
	padding: 1px 0 1px 20px;
}

#categories ul ul li a:hover {
	color: #fe7e01;
}

A.category-links, A.category-links:visited {
	color: #005a9f;
	display:block;
	padding: 3px 0 3px 10px;
	float: left;
	width: 120px;
	text-decoration: none;
	background: url(../images/bg_vermenu_link.gif) no-repeat 0 7px;
	}

A.category-top:hover, A.category-links:hover {
	color:#fe7e01;
	}
	
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #323232;
	text-decoration: none;
	padding: 3px 0 3px 7px;
	display: block;
	font-weight: normal;
	background: none;
	}

a.category-products:hover {
	color: #fe7e01;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
	
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */



#manufacturers ul {
	margin: 0;
	padding: 0;
}

#manufacturers li {
	list-style-position: outside;
	list-style-type: none;
	background: url(../images/bg_vermenu_link3.gif) repeat-x left bottom;
	text-align: left;
}

	
#manufacturers li a {
	color: #323232;
	display:block;
	padding: 3px 0 3px 10px;
	/* float: left; */
	text-decoration: none;
	background: url(../images/bg_vermenu_link2_a.gif) no-repeat 0 -72px;
	font-weight: normal;
	font-size: 9pt;
	}

#manufacturers li a:hover {
	color:#fe7e01;
	}


/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: middle;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: middle;
	}

.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: #B1B1B1;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	/* 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;
	}
	
#popupImage {
	background: #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;
	}

/*uprava pro zobrazeni cen bez dane a s dani*/
span.normalprice {
	text-decoration: line-through;
}

TD.productPrice {
	font-size: 14px;
	font-weight: bold;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ee0a00;
  font-weight: bold;
}

SPAN.productNormalPrice {
  color: #000000;
  font-weight: bold;
}

SPAN.productTaxPrice {
  color: #666666;
  font-size: 10px;
}

h2 SPAN.productNormalPrice {
  color: #115eb4;
  font-weight: bold;
}

h2 SPAN.productTaxPrice {
  color: #666666;
  font-size: 12px;
}

span.productSpecialPriceSale {
  color: #ee0a00;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  color: #ee0a00;
  font-size: 11px;
}






div#navMain {
	width: 450px;
	text-align: right;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	}

div#navMain ul li{
	float: right;
	/*border-left: 1px solid #204560;*/
	padding: 0;
	}

div#hormenu {
	background: white url("../images/bg_hormenu.gif") repeat-x left top;
	height: 92px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#000000;
	overflow: hidden;
	position: relative;
}

	div#hormenu ul.menuhorul {
		margin: 0;
		padding: 0;
		display: block;
		width: 538px;
		height: 92px;
		background: url(../images/bg_hormenu_ul.jpg) no-repeat left top;
		position: absolute;
		top: 0;
		left: 199px;
		}
	div#hormenu ul.menuhorul li{
		list-style-type: none;
		padding: 0;
		margin: 0 0 0 0;
		float:left;
		/*background: url("../images/bg_hormenu_list_item.gif") left top no-repeat;*/
	}
	
	div#hormenu ul.menuhorul li:hover {
		background: url(../images/bg_hormenu_a.png) no-repeat center -200px;
	}
	
	div#hormenu ul.menuhorul li:hover {
		background: url(../images/bg_hormenu_a.png) no-repeat center bottom;
	}

	div#hormenu ul.menuhorul li.first{
		width: 133px;
		height: 92px;
		float: left; 
	}
	
	div#hormenu ul.menuhorul li.second{
		width: 122px;
		height: 92px;
		float: left;
	}
	
	div#hormenu ul.menuhorul li.third{
		width: 122px;
		height: 92px;
		float: left;
	}
	
	div#hormenu ul.menuhorul li.fourth{
		width: 150px;
		height: 92px;
		float: left;
	}
	
	div#hormenu ul.menuhorul li a{
		color: #323232;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
		display:block;
		margin: 0 0 0 0;
		text-shadow: 1px 1px 0 #FFFFFF;
		text-align: center;
		padding: 37px 0 0 0;
		
	}
	div#hormenu ul.menuhorul li a:hover{
		color:#000000;
	}

.imgcomp {
	width: 975px;
	height: 92px;
	background: url(../images/bg_imgcomp.jpg) no-repeat right top;
}


/******* HONZA ********/


/* tr.productListing-rowheading th {
padding: 5px 0;
}

tr.productListing-rowheading th a{
color: #FFFFFF;
}

tr.productListing-rowheading th a:hover{
color: #fe7e01;
}

tr.productListing-odd td, tr.productListing-even td{
padding: 10px 10px 20px 10px;
}

tr.productListing-odd td, tr.productListing-even td{
padding: 10px 10px 20px 10px;
}

tr.productListing-odd td div.listingDescription, tr.productListing-even td div.listingDescription{
text-align: left;
}

tr.productListing-odd td h3.itemTitle, tr.productListing-even td h3.itemTitle{
font-size: 9.75pt;
text-align: left;
padding: 0;
margin: 0;
} */

div.sideBoxContent img{
margin: 0 0 10px 0;
}

#contentMainWrapper div.centerColumn, div.centerColumn form{
font-size: 9pt;}

div.centerColumn h1{
/* font-size: 12.75pt; */
margin: 7px 0;
font-size: 18px;}

div#categories{
font-size: 9pt;
}

div#categoriesContent{
font-size: 9pt;
}

div.centerBoxContentsNew  img{
margin: 0 0 10px 0;
}

div#navBreadCrumb  {
	padding: 10px 0 8px 12px;
	color: #828282;
	width: 590px;
}

div#navBreadCrumb a {
	color: #828282;
} 

#manufacturers #manufacturersHeading {
	height:26px;
	padding:7px 0 0 10px;
	width:184px;
	background: url(../images/bg_manufacturers.gif) no-repeat left top;
	text-align: left;
	color: white;
	font-weight: bold;
}

#manufacturers #manufacturersHeading label {
	font-size: 9pt;
	padding: 0;
}

#categories #categoriesHeading {
	height:25px;
	padding:8px 0 0 10px;
	width:184px;
	background: url(../images/bg_categories2.gif) no-repeat left top;
	text-align: left;
	color: white;
	font-weight: bold;
}

#loginbox #loginboxHeading {
	/* height:27px;
	padding:6px 0 0 10px;
	width:169px;
	background: url(../images/bg_cart.gif) no-repeat left top;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold; */
}

#orderhistory #orderhistoryContent {
	
}

#ezpages #ezpagesHeading, #shoppingcart #shoppingcartHeading, #bestsellers #bestsellersHeading, #orderhistory #orderhistoryHeading, #loginbox #loginboxHeading{
	height:23px;
	padding:10px 0 0 10px;
	width:184px;
	background: url(../images/bg_cart.gif) no-repeat left top;
	text-transform: uppercase;
	font-size: 11px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#shoppingcart #shoppingcartHeading a {
	font-size: 11px;
}

#categories, #manufacturers {
/*	width: 194px;*/
}



#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
}

#navColumnTwoWrapper {
	overflow: hidden;
}

#navColumnOneWrapper {
	background: url(../images/bg_lr.gif) repeat-y left top;
}

#loginboxContent {
	/* background: #e9e9e9; */
	padding: 0;
}

.innercart {
	height: 175px;
	background: white url(../images/bg_innercart.jpg) no-repeat center 30px;
	padding: 5px;
	position: relative;
	width: 149px;
	margin: 0 auto;
}

.innercart2 {
	padding: 5px;
	position: relative;
	width: 149px;
}

.innercart2 ul {
	margin: 0;
	padding: 0 0 0 5px;
}

.innercart2 li {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	}
	
.innercart2 li a {
	display: block;
	padding: 6px 0 4px 22px;
}

.innercart2 li a.account {
	background: url(../images/bg_cart_li.gif) no-repeat left 4px;
}

.innercart2 li a.cart {
	background: url(../images/bg_cart_li.gif) no-repeat left -64px;
}

.innercart2 li a.logout {
	background: url(../images/bg_cart_li.gif) no-repeat left -131px;
	color: #880000;
}



.innercart .slogin {
	position: absolute;
	border: 0;
	top: 15px;
	left: 9px;
}

.innercart .spass {
	position: absolute;
	border: 0;
	top: 60px;
	left: 9px;
}

.innercart .ilogin {
	position: absolute;
	background: none;
	border: 0;
	top: 30px;
	left: 10px;
	width: 130px;
	padding:5px 3px;
}

.innercart .ipass {
	position: absolute;
	background: none;
	border: 0;
	top: 75px;
	&top: 75px;
	left: 10px;
	width: 130px;
	padding:5px 3px;
}

.innercart .centeredContent {
	position: absolute;
	width: 149px;
	left: 5px;
	bottom: 10px;
}

.innercart .alinks {
	display: block;
	width: 149px;
	height: 30px;
	position: absolute;
	left: 5px;
	bottom: 45px;
	text-align: center;
}

.innercart .alinks a {
	display: block;
	color: #336EB1;
	font-weight: bold;
	text-decoration: none;
}

.innercart .alinks a:hover {
	text-decoration: underline;
	color: #EA9B03;
}




.linka {
	height: 1px;
	overflow: hidden;
	clear: both;
	background: url(../images/bg_linka.gif) repeat-x left 0;
	margin: 10px 0 0 0; 
}

.linka2 {
	height: 1px;
	overflow: hidden;
	clear: both;
	background: url(../images/bg_linka2.gif) repeat-x left 0;
	margin: 0; 
}

.linka3 {
	height: 1px;
	overflow: hidden;
	clear: both;
	background: url(../images/bg_linka2.gif) repeat-x left 0;
	margin: 0 auto;
	width: 96%; 
}

/********** PRODUCT DETAIL (productGeneral) ************/

#productGeneral {
	position: relative;
}

#productMainImage {
	width: 298px;
	height: 245px;
	padding: 5px;
	position: relative;
	background: url(../images/bg_productmainimg.png) no-repeat right 0;
	margin: 0;
}

#productMainImage a {
	font-size: 11px;
	font-weight: normal;
	display: block;
	width: 288px;
	height: 235px;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	/* border: 1px solid #E5E5E5; */
}

#productMainImage span.imgLink {
	display: block;
	width: 100px;
	height: 16px;
	padding: 0 0 0 22px;
	background: url(../images/icons_detail.png) no-repeat left 0;
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-align: left;
	text-decoration: none;
}

#productGeneral h1#productName {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.mpdetailsinfo {
	width: 270px;
	float: right;
	font-size: 12px;
}

.skladem {
	color: #45b101;
	font-size: 11px;
	background: url(../images/icons_sklad.gif) no-repeat left 1px;
	padding: 0 0 0 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.neskladem {
	color: #cc2200;
	font-size: 11px;
	background: url(../images/icons_sklad.gif) no-repeat left -68px;
	padding: 0 0 0 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.mpdetailsinfo .skladem {
	color: #45b101;
	font-size: 11px;
	background: url(../images/icons_sklad.gif) no-repeat left 2px;
	padding: 0 0 0 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 0 0 7px;
}

.mpdetailsinfo .skladem strong {
	font-weight: normal;
	text-transform: none;
}

.mpdetailsinfo .neskladem {
	color: #cc2200;
	font-size: 11px;
	background: url(../images/icons_sklad.gif) no-repeat left -67px;
	padding: 0 0 0 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 0 0 7px;
}

.skladem span {
	font-weight: normal;
	text-transform: none;
}

.plnadpis {
	position: relative;
}

.tabTable .skladem, .tabTable .neskladem  {
	position: absolute;
	top: 2px;
	right: 0;
}

h2#productPrices {
	color: black;
	font-size: 20px;
}

h2#productPrices .productTaxPrice {
	font-size: 11px;
	color: #515151;
	font-weight: normal;
}

div#bonus {
	border: 1px solid #E9E9E9;
	padding: 13px 13px 13px 40px;
	margin: 0 0 10px 0;
	background: #F3F3F3 url(../images/icons_detail.png) no-repeat 13px -151px;
	position: relative;
}

div#bonus span.spl {
	font-size: 15px;
	font-weight: bold;
	color: #45b101;
	position: absolute;
	left: 40px;
	top: 13px;
}

div#bonus span.spr {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: black;
	width: 377px;
	padding: 0 0 0 150px;
}

div#productGeneral h3 {
	font-size: 15px;
	color: #336eb1;
	padding: 5px 10px;
	margin: 10px 0 20px 0;
	background: url(../images/bg_linka2.gif) repeat-x left bottom;
}

.pdtable {
	border: 2px solid #DADBD7;
}

.pdtable td {
	padding: 3px 4px;
	font-size: 12px;
	border-bottom: 1px dotted #DADBD7;
}

.pdtable td:first-child {
	background: #E9E9E9;
	border-bottom: 1px dotted #DADBD7;
}

.pdtable tr:hover {
	background: #F3F3F3;
}

.style2 td.xl24 {
	text-align: right;
	font-weight: bold;
}

td.plimg {
	/* border: 1px solid #e5e5e5; */
	vertical-align: top;
}

td.plimg a {
	display: block;
	width: 125px;
	height: 125px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	/* border: 1px solid #e5e5e5; */
}

.imgobal {
	position: relative;
}

.nazoom {
	position: relative;
}

.zoom {
	background:transparent url(../images/icons_detail.png) no-repeat left 0;
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: 2px;
	left: 2px;
	z-index: 650;
}

#productAdditionalImages .additionalImages a {
	display: block;
	width: 125px;
	height: 100px;
	padding: 3px;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
}

#productAdditionalImages .additionalImages a.aimglink {
	display: block;
	width: 125px;
	height: 17px;
	padding: 1px 3px 0 3px;
	margin: 0 auto;
	background: #e5e5e5;
	font-size: 11px;
	font-weight: normal;
}

#productAdditionalImages .additionalImages a img {
	z-index: 10000;
}


#productDescription .productTaxPrice2 {
	display: block;
	text-align: right;
	color:#515151;
	font-size:11px;
	padding: 3px 5px 0 0;
}

/********** PRODUCT LIST (product_listing.php) ************/

a.productlistimg {
	/* display: block;
	width: 117px;
	height: 117px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	position: relative;
	text-align: center; */
}

a.productlistimg img {
}

.tabTable td {
	padding: 5px;
}

.tabTable tr td .plnadpis h2 {
	padding: 0 140px 2px 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/bg_linka2.gif) repeat-x left bottom;
}

.tabTable .tabTable {
	margin: 15px 0;
}

.plnadpis h2 a {
	text-decoration: none;
}

.plnadpis h2 a:hover {
	text-decoration: underline;
}

.plbgcart {
	background: #eaebe9;
	height: 29px;
	position: relative;
}

.plbgcart2 {
	background: #F4F4F4;
	border: 1px #eaebe9 solid;
	height: 25px;
	position: relative;
}

.plmanuf {
	position: absolute;
	top: 6px;
	left: 4px;
	/* opacity: .5;
	filter: alpha(opacity=50)\9;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5; */
	font-size: 11px;
/* 	color: #7a7a7a; */
}

.plmanuf span {
	font-weight: bold;
}

.plmanuf a:hover {
	color: #EA9B03;
}


.plbgcart .productNormalPrice, .plbgcart .productSpecialPrice {
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 17px;
	font-weight: bold;
}

.plbgcart .normalprice {
	position: absolute;
	right: 4px;
	bottom: -21px;
	z-index: 100;
}

.plbgcart .productTaxPrice {
	position: absolute;
	top: 8px;
	left: 145px;
	color: #666666;
	font-size: 11px;
	white-space: nowrap;
}

td.plimg {
	width: 125px;
	border: 1px solid #e5e5e5;
	padding: 0 5px;
}

.plbgcart img {
	z-index: 600;
	position: absolute;
	top: 5px;
	left: 5px;
}

.listingDescription {
	font-size: 11px;
}

.xxk {
	width: 131px;
	height: 33px;
	position: absolute;
	top: -2px;
	left: 0;
	background: url(../images/bg_xxk.gif) no-repeat left top;
	z-index: 750;
}

.xxk input {
	position: absolute;
	right: 2px;
	top: 2px;
}

.xxk input:first-child {
	top: 7px;
	left: 6px;
}



/**************** FORMS (registration) ****************/

div#registrace fieldset {
  border: 1px solid #B5B5B5;
  margin: 0 0 22px 0;
  /* padding: 20px 15px 20px 20px; */
  padding: 15px 10px 15px 15px;
  /*background: #F0F4F8;*/
	/* background: #F0F0F0; */
	background: #f3f3f3;
}

div#registrace legend {
 	padding: 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	background: white;
	border: 1px solid #B5B5B5; 
	color: #336EB1;
}

div#registrace h3 {
	padding-left: 15px;
	position: relative;
}

div#registrace h3 span {
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #880000;
	position: absolute;
	right: 20px;
	top: 3px;
}

div#registrace h3 span span{
	padding-left: 0;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	right: 0;
	top: 0;
}

div#registrace h3 span.spanuprava {
	top: 0;
}

div#registrace fieldset h4 {
	margin: 0 0 7px;
}

div#registrace fieldset p {
	line-height:17px;
	margin:0 0 15px;
}

div#registrace fieldset label {
	display: block;
	font-size: 9pt;
}

div#registrace fieldset label.checkboxLabel {
	display: inline;
}

div#registrace fieldset input.boxradiouprava {
	margin-top: 5px;
}

div#registrace fieldset input.boxradiouprava2 {
	margin: 2px 6px 2px 0;
}

div#registrace fieldset.inputuprava {
}

div#registrace fieldset input {
  	width: 240px;
  	padding: 2px;
  	margin: 0 0 10px;
  	font-size: 9pt;
  	font-family: Arial, sans-serif;
  	/* -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px; */
}

div#registrace fieldset.inputuprava input {
	width:auto;
}

div#registrace fieldset.inputuprava input#login-email-address, div#registrace fieldset.inputuprava input#login-password {
	width: 205px;
}

div#registrace fieldset input#email-format-html, div#registrace fieldset input#email-format-text, div#registrace fieldset input#notify-0, div#registrace fieldset input#notify-1, div#registrace fieldset input#globalnotify, div#registrace fieldset input#conditions {
	margin: 3px;
}

div#registrace fieldset input#search-in-description, div#registrace fieldset input#inc-subcat, div#registrace fieldset input#email-format-html, div#registrace fieldset input#email-format-text, div#registrace fieldset input#globalnotify, div#registrace fieldset input#notify-0, div#registrace fieldset input#notify-1, div#registrace fieldset input#ship-table2-table2, div#registrace fieldset input#conditions, div#registrace fieldset input#pmt-cod, div#registrace fieldset input#pmt-moneyorder, div#registrace fieldset input#primary, div#registrace fieldset input[name="address"]{
	width: auto;
}

div#registrace .fldstuprava {
	padding: 10px;
}

div#registrace .fldstuprava .cmtneni {
	display: block;
	text-align: center;
	font-style: italic;
	color: gray;
}

div#registrace .fldstuprava p {
	margin: 0;
}


div#registrace fieldset select {
	font-size: 9pt;
	font-family: Arial, sans-serif;
}


div#registrace fieldset.selecty select {
	width: 248px;
	margin:0 0 10px;
}

div#registrace fieldset textarea, fieldset.reg textarea {
  	margin: 0;
  	/* -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px; */
}

div#registrace fieldset textarea#enquiry, div#registrace .shipping textarea {
	margin: 0 auto;
	font-size: 9pt;
	font-family: Arial, sans-serif;
} 

div#registrace fieldset textarea:focus, fieldset.reg textarea:focus {
	background-color: #FFFFDD;
}


fieldset.reg td {
	padding:2px 5px;
}


div#registrace fieldset input:focus, div#registrace fieldset textarea:focus, div#registrace fieldset select:focus  {
	background-color: #FFFFBB;
}

div#registrace fieldset#loginy input {
  margin: 0 0 10px 0;
  width: 120px;
}

div.mezirka {
	height: 15px\9;
}

.regsucc, .regact {
	color: #008800;
	font-weight: bold;
	padding: 0 0 5px 22px;
	background: transparent url(/images/ico_ok.gif) no-repeat left -1px;
}

.regsucc span {
	
}

.regerr {
	color: #880000;
	font-weight: bold;
	padding: 0 0 5px 22px;
	background: transparent url(/images/ico_err.gif) no-repeat left -1px;
}





.boxfr, .boxfl {
	width: 280px;
}

.boxfr {
	float: right;
}

.boxfl {
	float: left;
}


/************* MUJ UCET **************/

#prevOrders td, #accountHistInfo td {
	background-color:#F0F0F0;
	padding: 3px 4px;
}

.sespanem {
	position: relative;
	text-align: left;
}

.sespanem span {
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #880000;
	position: absolute;
	right: 2px;
	top: 2px;
}

.sespanem span a {
	font-weight: normal;
}

.accountTotalDisplay {
	font-weight: bold;
}

#myAccountStatusDate, #myAccountStatus {
	text-align: left;
}

#myAccountGen, #myAccountNotify{
	padding: 0 0 0 10px;
}

#myAccountGen li, #myAccountNotify li {
	list-style-position: outside;
	list-style-type: none;
/* 	display: block;
	width: 185px;
	float: left; */
}

#myAccountGen li a, #myAccountNotify li a {
	display: block;
	padding: 3px 3px 3px 22px;
}

#myAccountGen li.accprof a {
	background: url(../images/icons_acc.gif) no-repeat left 1px;
}

#myAccountGen li.accadd a {
	background: url(../images/icons_acc.gif) no-repeat left -72px;
}

#myAccountGen li.accpass a {
	background: url(../images/icons_acc.gif) no-repeat left -150px;
}

#myAccountNotify li a {
	background: url(../images/icons_acc.gif) no-repeat left -239px;
}

/************* STAVY **************/

span.stav1 span, span.stav2 span, span.stav3 span, span.stav4 span, span.stav5 span, span.stav6 span, span.stav7 span, span.stav8 span, span.stav9 span, span.stav10 span {
	display: block;
	/* width: 120px; */
	height: 15px;
	padding: 1px 20px 0 0px;
	font-size: 11px;
	/* float: right; */
}

span.stav1 span {
	background: url(../images/icons_stav.png) no-repeat right 0px;
}

span.stav2 span {
	background: url(../images/icons_stav.png) no-repeat right -68px;
}

span.stav3 span {
	background: url(../images/icons_stav.png) no-repeat right -141px;
}

span.stav4 span {
	background: url(../images/icons_stav.png) no-repeat right -209px;
}

span.stav5 span {
	background: url(../images/icons_stav.png) no-repeat right -279px;
}

span.stav6 span {
	background: url(../images/icons_stav.png) no-repeat right -351px;
}

span.stav7 span {
	background: url(../images/icons_stav.png) no-repeat right -420px;
}

span.stav8 span {
	background: url(../images/icons_stav.png) no-repeat right -490px;
}

span.stav9 span {
	background: url(../images/icons_stav.png) no-repeat right -561px;
}

span.stav10 span {
	background: url(../images/icons_stav.png) no-repeat right -630px;
}


/*********** CONTROLPAD ***********/

.controlpad {
	width: 586px;
	height: 61px;
	margin: 0 0 10px;
}

.cp1 {
	width: 586px;
	height: 33px;
	background: url(../images/bg_controlpad1.png) no-repeat left top;
	color: #515151;
	font-weight: bold;
}

.cp2 {
	width: 550px;
	height: 21px;
	padding: 7px 18px 0 18px;
	background: url(../images/bg_controlpad2.png) no-repeat left top;
	color: #515151;
}

.cp3 {
	width: 550px;
	height: 24px;
	padding: 9px 18px 0 18px;
	background: url(../images/bg_controlpad1.png) no-repeat left top;
	color: #515151;
	font-weight: bold;
}


.cp1a, .cp1b, .cp1c {
	width: 174px;
	float: left;
	margin: 0 2px;
	padding: 7px 0 0 16px;
}

.cp1 select {
	width: 115px;
}


.cp2a {
	float: left;
}

.cp2b {
	float: right;
}


/*********** BOXY NA HP ***********/

.hpbox {
	width: 192px;
	margin: 5px 2px 5px 0;
}

.hpbox .hpb-up {
	width: 192px;
	height: 4px;
	background: url(../images/bg_hpb-up.gif) no-repeat left top;
}

.hpbox .hpb-mid {
	width: 178px;
	height: 198px;
	background: url(../images/bg_hpb-mid.gif) repeat-y left top;
	padding: 2px 7px 0 7px;
	position: relative;
}

.hpbox .hpb-bot {
	width: 180px;
	height: 40px;
	background: url(../images/bg_hpb-bot3.png) no-repeat left top;
	padding: 5px 6px 0 6px;
	text-align: left;
	position: relative;
}

.hpbox .hpb-mid .skladem, .hpbox .hpb-mid .neskladem {
	position: absolute;
	white-space: nowrap;
	bottom: 5px;
	right: 7px;
	display: block;
	width: 53px;
	height: 16px;
	overflow: hidden;
}

.hpbox .hpb-mid .neskladem {
	width: 78px;
}

.hpbox .hpb-mid .code {
	position: absolute;
	white-space: nowrap;
	bottom: 5px;
	left: 7px;
	font-size: 11px;
}

#whatsNew .hpbox h2, #featuredProducts .hpbox h2, #specialsDefault .hpbox h2 {
	text-align: left;
	margin: 0 0 15px;
 	background: none;
	padding-bottom: 3px;
	height: 40px;
}

#whatsNew .hpbox h2 a, #featuredProducts .hpbox h2 a, #specialsDefault .hpbox h2 a {
	color: black;
	text-decoration: none;
	font-size: 15px;

}

a.hpbimg {
	display: block;
	width: 125px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.hpbox .cenaHPN2 {
	display: none;
}

.hpbox .cenaHPN1 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	position: absolute;
	top: 8px;
	right: 7px;
}

.hpbox .productTaxPrice {
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	top: 8px;
	left: 7px;
}

.hpbox .bezdph {
	position: absolute;
	color: #3d3d3d;
	font-size: 9px;
	right: 7px;
	top: 27px;
}

#whatsNew, #featuredProducts, #specialsDefault {
	border: 0;
	height: auto;
}

#whatsNew h2, #featuredProducts h2, #specialsDefault h2 {
	background: transparent url(../images/bg_linka2.gif) repeat-x left bottom;
	text-align: left;
	color: #336EB1;
}


.categoryListBoxContents {
	margin: 2px 2px 2px 0;
}

.categoryListBoxContents a {
	background:#F3F3F3;
	border:1px solid #B5B5B5;
	padding: 5px 10px;
	float: left;
	margin: 2px;
	width: 160px;
	display: block;
	text-decoration: none;
	height: 30px
}

.categoryListBoxContents a:hover {
	background: #E9E9E9;
	text-decoration: underline;
}




.bl {
	display: block;
}

.none {
	display: none;
}

.adresy {
	font-weight: bold;
}

.adresy label {
	padding-left: 7px;
}

.moduleRowSelected {
	color: #008800;
}







