/**
 * 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 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	color: #521503;
	background-color: #fdfdfc;
	background-image: url(../images/body-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	line-height: 18px;
	}
	
	
.atribute-text {
	font-size: 13px;
	font-weight: normal;
	color: #521503;
	}
	
	
	
	ul.text-align-justify li {
	text-align: justify;	
	}
	
	
	
	p {
	margin: 5px 0px 5px 0px;
	}
	
		
	ul {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
	}
	
		.cartAttribsList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
	
#checkoutShipto	{
float: left;
	}

a img {border: none; }

#main a:link, 
#main a:visited {
	color: #CE7800;
	text-decoration: underline;
	}

#main  a:hover {
	color: #521503;
	}
	

h1 {
	font-size: 18px;
	background-image: url(../images/h1-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 23px;
	clear: both;
	font-weight: bold;
	color: #ce7800;
	}
	
/*#indexDefaultHeading{
	background-image: url(../images/h1-bg-uvod.jpg);
	padding: 0px 0px 35px 30px;
}*/

.podnadpis-uvod{
background-image:url(../images/h1-podnapis-bg.jpg);
background-position:left top;
background-repeat:no-repeat;
color:#521503;
font-size:10px;
font-weight:bold;
line-height:16px;
margin:0;
padding:0 0 0 23px;
}

h2 {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	margin: 10px 0px 5px 0px;
	text-align: left;
	color: #ce7800;
	}

h3 {
	font-size: 15px;
margin:15px 0px 0px 0px;
padding:0px;
text-align:left;
	}

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

.biggerText {
	font-size: 1.2em;
	}
	
	td {
	vertical-align: top;
	}
	
	
	.seznam_prodejen tr {
	border-bottom:4px double #DBF2FF;
	/*background-color: #DBF2FF;*/
   }
	
	#contactUsDefault td, #pageFour td {
	padding: 8px;
	width: 50%;
   }
	
	#contactUsDefault table, #pageFour table {
	border-collapse: collapse;
	}
	
	table {
	margin: 3px 0px 3px 0px;
	width: 100%;
	}



/*  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: 0px;
	}

TEXTAREA {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 95%;
	border: 1px solid #F6E5CB;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}
	
fieldset.back	{
float: left;
	}
	

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border:1px solid #f6e5cb;
	}

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, .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;
	width: 80%;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
/*#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}*/

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 46%;
	}

.wrapperAttribsOptions {
float:left;
padding:20px 0 40px;
margin:0px 0px 0px 35px;
text-align:center;
	}
	
#productAttributes {
margin:10px 0 15px;
background-color: #f9ecdb;
text-align: center;
	}
	
#attribsOptionsText{color:#CE7800;}
	

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

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

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
	}

#navMainSearch {
	/*float: right;*/
	position:absolute;
left:764px;
top:237px;
z-index:10;
width: 190px;
	}
	
#navMainSearch	.type-submit {
border: 0px;
background: transparent;
color: #521503;
background-image: url(../images/search-submit-bg.png);
background-position: bottom left;
background-repeat: no-repeat;
padding: 0px 0px 0px 10px;
%padding: 0px 0px 0px 12px;
margin: 0px 0px 2px 0px;
font-size: 10px;
text-align: left;
height: 17px;
line-height: 18px;
overflow: hidden;
font-family: arial;
font-weight: bold;
width: 50px;
}
	
#navMainSearch	.type-input {
width: 130px;
height: 15px;
border: 1px solid #521503;
color: #521503;
	}	

#navBreadCrumb {
	padding: 3px 0px 3px 0px;
	/*background-color: #ffffff;*/
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
/*.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}*/

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}



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

	/*background-image: url(../images/category-main-text-bg.jpg);
	background-repeat: repeat;*/
border-bottom:1px solid #D1BC9C;
/*color:#D17F0E;*/
padding:6px;
text-align:center;
	}

.tableHeading, #cartSubTotal {
		background-image: url(../images/category-main-text-bg.jpg);
	background-repeat: repeat;
color:#D17F0E;
	 }

#cartSubTotal {
	border-top: 1px solid #D1BC9C;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: center;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	text-align:center;
width:60px;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

/*.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}*/

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#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 #9a9a9a;
	height: 1%;*/
	margin: 15px 0px 0px 0px;
	}

h2.centerBoxHeading {
padding-bottom:10px;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 13px;
	font-weight: bold;
	color: Black;
}
/*#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}*/

/*.centerBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}*/
	
.leftBoxHeading, .rightBoxHeading {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 25px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #521503;
	font-family: arial;
	font-weight: bold;
}

#categoriesHeading	{
	background-image: url(../images/h2-matrace-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
	
#categoriesContent {
	background-image: url(../images/categories-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
		margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
	list-style-type: none;
	}

#quickcontactHeading,
#shoppingcartHeading,
#loginboxHeading {
	background-image: url(../images/h2-contact-right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 0px 0px;
}

#quickcontactContent,
#shoppingcartContent,
#loginboxContent {
background-image: url(../images/contact-right-bg.jpg);
background-position: left top; 
		margin: 0px 0px 10px 0px;
	padding: 10px 5px 8px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #521503;
}

#quickcontactContent a:link,
#quickcontactContent a:visited, 
#loginboxContent a:visited {
	color: #521503;
	text-decoration: none;
}

#quickcontactContent a:hover,
#loginboxContent a:hover {
	color: #CE7800;
	text-decoration: none;
}

h2.h2-right a:link,
h2.h2-right a:visited {
	color: #d17f0e;
	text-decoration: underline;
	background-image: url(../images/contact-right-h2-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
   margin: 0px 0px 0px 0px;
	padding: 10px 0px 4px 25px;
	font-size: 16px;
	line-height: 21px;
}

h2.h2-right {
   margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.centeredContent{
text-align: center;
margin-left: -28px;
}


#quickcontact{
   margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}


.leftBoxContainer, .rightBoxContainer {
	/*margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	}

.sideBoxContent {
	/*background-color: #ffffff;*/
	/*padding: 0.4em;*/
	padding: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 11px; 
	line-height:16px;
	text-align: left;
	}
	
#categories ul li.leaf a:link,
#categories ul li.leaf a:visited {
font-size: 13px;
font-weight: bold;
font-family: arial;
padding: 6px 0 4px 28px;
margin: 0px 0px 0px 0px;
background-image: url(../images/categories-a-bg.jpg);
background-repeat: no-repeat;
background-position: left top;
display: block;
overflow: hidden;
color: #5e2514;
text-decoration: none !important;
}

#categories ul li.leaf a:hover {
color: #AC6300;
background-image: url(../images/categories-a-hover-bg.jpg);
}

#categories ul li.category-products a:link,
#categories ul li.category-products a:visited {
	color: #AC6300;
	background-image: url(../images/categories-sub-a-bg.jpg);
}

#categories ul li.category-products a:hover {
	background-image: url(../images/categories-sub-a-hover-bg.jpg);
	color: #5E2514;
}
	

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	}
	
#quickcontactHeading{
/*background-image: url(../images/quick-contact-h2-bg.jpg);*/
	}
	
#shoppingcartHeading{
	/*background-image: url(../images/basket-h2-bg.jpg);/*
}

#loginboxHeading{
	/*background-image: url(../images/login-h2-bg.jpg);*/
}




#shoppingcartContent, 
#shoppingcartContent a:link, 
#shoppingcartContent a:visited {
color: #CE7800;
text-decoration: none;
}



 
#shoppingcartContent a:hover {
color: #521503;
text-decoration: none;
}

#shoppingcartContent hr {	
border-color: #521503;
}


#loginboxContent, 
#loginboxContent a:link, 
#loginboxContent a:visited {
color: #CE7800;
text-decoration: none;
}

#loginboxContent td {
vertical-align: middle;
}


#categories2Content,
#categories3Content,
#categories4Content,
#categories5Content,
#categories6Content {
background-color: transparent;
}

#manufacturerinfoContent{
padding-top: 12px;
}

#manufacturerinfoContent ul {
padding: 0px 0px 0px 0px;
margin: 5px 0px 0px 0px;
}

#manufacturerinfoContent ul li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
list-style-image: none;
list-style-type: none;
text-align: center;
}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #521503;
	text-decoration: none;
	}
	
	.rightBoxHeading a:hover, .leftBoxHeading a:hover, .centerBoxHeading a:hover {
	color: #CE7800;
	text-decoration: none;
	}



#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 */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	/*float: left;*/
	margin:0px;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	margin-right: 8px;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
color:#CE7800;
background-image:url(../images/category-main-image-bg.jpg);
background-position:left top;
background-repeat:repeat-x;
}

.rowEven {
	color:#521503;
	background-image:url(../images/category-main-image-bg.jpg);
background-position:left top;
background-repeat:repeat-x;
}

.rowEven td, .rowOdd td {
	padding-top:3px;
vertical-align:bottom;
font-weight: bold;

}


td.cartProductDisplay {
padding-left: 8px;
}


.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: #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;
	background-image: none;
	}
	
	
#header-menu ul {
/*width:591px;
margin: 0px 0px 0px 185px;
padding: 0px 0px 0px 0px;
height: 29px;
overflow: hidden;*/
height:39px;
margin:0 auto;
overflow:hidden;
padding:0;
position:relative;
width:850px;
}


#header-menu ul li.leaf {
display:inline;
float:left;
list-style-type:none;
margin:0px 15px 0px 5px;
padding:0px 0px 0px 0px;
text-align: center;
height: 39px;
}

#header-menu ul li.spacer {
display:inline;
float:left;
list-style-type:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align: center;
background-image: url(../images/header-menu-li-spacer.jpg);
width: 4px;
height: 39px;
}


#header-menu ul li a:link, 
#header-menu ul li a:visited {
	color: #fff;
	font-family: Arial;
	font-size: 17px;
	line-height: 39px;
	font-weight: bold;
	padding: 0px 0px 10px 15px;
	text-decoration: none;
	background-image: url(../images/header-menu-li.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#header-menu ul li a:hover {
	color: #f4e0c3;
	background-image: url(../images/header-menu-li-hover.jpg);
}

#loginbox input.form-submit {
	border: 0px;
	color: #fff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	width: 81px;
	margin: 1px 0px 0px;
	padding: 0pt 2px;
	vertical-align: top;
	background-image: url(../images/login-bg-but.jpg);
	background-repeat: no-repeat;
}

#loginboxContent input.form-text {
/*background-color:#E9F8DC;*/
background-color:#fff;
border:1px solid #50B21F;
color:#50B21F;
font-family:tahoma;
font-size:11px;
height:18px;
padding:2px 3px 0pt;
text-align:left;
vertical-align:top;
width:100px;
}

#header-search input.form-text {
background-color:#F1F2F2;
border:1px solid #3ba1c3;
color:#3ba1c3;
font-family:tahoma;
font-size:11px;
height:16px;
padding:2px 3px 0pt;
text-align:left;
vertical-align:top;
width:160px;
}


#header-search input.form-submit {
	background-color: red;
	border: 0px;
	color: #fff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 80px;
	margin: 1px 0px 0px;
	padding: 0pt 2px;
	vertical-align: top;
		background-image: url(../images/search-bg-but.jpg);
	background-repeat: no-repeat;
}



/*.sidebar-top,
.sidebar-bottom{
height: 5px;
background-repeat: no-repeat;
background-position: top;
}*/

/*.sidebar-top{
background-image: url(../images/sidebar-bg-top.jpg);
margin: 0px -8px 0px -8px;
}*/

/*.sidebar-bottom{
background-image: url(../images/sidebar-bg-bottom.jpg);
margin: 0px -8px 0px -8px;
}*/


#footer,
#footer a:link,
#footer a:visited {
color: #521503;
line-height: 18px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

#footer a:hover {
color: #ce7800;
}

.footer {
margin: 0px;
padding-top: 5px;
}


#buttton-clear {
clear:both;
float:none;
height:48px;
overflow:hidden;
}

.buttton-clear{
clear:both;
float:none;
height:auto;
overflow:hidden;
}

.buttton-clear-checkout{
clear:both;
float:none;
height:170px;
overflow:hidden;
}

#shoppingCartDefault .back{
float: left;
margin-right: 8px;
}

#header-flash{
left:50%;
margin:0px 0px 0px -480px;
padding:0px;
position:absolute;
top:0px;
width:960px;
background-image: url(../images/header-banner.jpg);
background-repeat: no-repeat;
}

#productReviewLink.back, #checkoutBillto, #myAccountShipInfo{
float: left;
}

#left-rady-tipy, #left-certifikaty{
margin: 10px 0px 0px 0px;
}

#left-nazory-lekare {
background-image: url(../images/left-nazory.jpg);
}

#left-rady-tipy {
background-image: url(../images/left-rady.jpg);
}

#left-certifikaty {
background-image: url(../images/left-certifikaty.jpg);
}*/

#informationContent a:link,
#informationContent a:hover,
#informationContent a:visited
{
text-decoration: none !important;
border-bottom: none;
border: none;
width: 199px;
height: 111px;
overflow: hidden;
color: #ce7800 !important;
font-family: arial;
font-size: 16px;
font-weight: bold;
}


.img-left {
border:1px solid #D1BC9C;
padding:1px;
float: left;
margin: 0px 6px 0px 0px;
}

.img-right {
border:1px solid #D1BC9C;
padding:1px;
float: right;
margin: 0px 0px 0px 6px;
}

.img-basic {
border: 1px solid #D1BC9C;
padding: 1px;
margin: 0px 0px 0px 0px;
}

.hr {
background-image:url(../images/hr-bg-img.jpg);
background-position:center center;
background-repeat:repeat-x;
height:20px;
margin:-10px 0;
}




