body {
  margin: 0px;
	padding: 0px;
	color: #7F7F7F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #F1F8FE;
	background-image: url(../../../../img/matrace/bg-matrace.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 12px;	
}

#stranka {
	position: relative;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 0px;
	border: 0px red solid;
}

h1, h2, h3, h4, h5, p, ul, ol, li, form {
  margin: 0px;
  padding: 0px;
}

a {
  color: #C80500;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

/********** HEADER **********/

#top-jednicky-1 {
  position: absolute;
  top: 0px;
  left: 0px;
	width: 980px;
	height: 129px;
	background-image: url(../../../../img/matrace/top-matrace-1.jpg);
	background-repeat: no-repeat;
	
}

.linkHomePage {
  position: absolute;
  top: 1px;
  left: 1px;
	width: 300px;
	height: 62px;
	border: 0px red solid;
	z-index: 2;
}

#top-kosik {
  position: absolute;
  top: 12px;
  right: 0px;
	font-size: 11px;
	line-height: 150%;
	text-align: right;
	padding: 3px 0px;
	border: 0px red solid;
	z-index: 2;
}

#top-search {
  position: absolute;
  top: 20px;
  left: 360px;
	width: 170px;
	height: 25px;
	border: 0px red solid;
	z-index: 2;
}

.top-search-input {
  position: absolute;
  top: 0px;
  left: 0px;
	width: 120px;
	height: 16px;
	padding: 3px 1px 2px 3px;
	margin: 0px;
	color: #666666;
	border: 1px #DADADA solid;
}

.top-search-button {
  position: absolute;
  top: 0px;
  left: 125px;
	width: 43px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	border: 0;
	background-image: url(../../../../img/matrace/bg-topsearch-button.jpg);
}

.top-search-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 10px;
}

#top-menu-1 {
  position: absolute;
  top: 67px;
  left: 180px;
	width: 650px;
	height: 39px;
	border: 0px red solid;
	z-index: 2;
}

#top-menu-1 a {
  float: left;
  padding: 13px 15px 13px 15px;
  color: #191919;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px #BCCFE0 solid;
}

#top-menu-1 a:hover {
  color: #990100;
}

#top-flags {
  position: absolute;
  top: 79px;
  right: 10px;
	width: 150px;
	height: 15px;
	border: 0px red solid;
	z-index: 2;
}

#top-flags img {
  float: left;
  margin: 0px 0px 0px 20px;
  padding-right: 4px; 
}

#top-flags a {
  color: #000000;
  text-decoration: none;
}

#top-flags a:hover {
  color: #C80500;
  text-decoration: none;
}

#top-flags .flag-txt {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
}

/********** TEXT **********/

#text {
  border: 0px green solid;
  padding: 129px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}

.clearBoth {
  clear: both;
  height:0;
	font-size:0;
	line-height:0;
}

.clearBoth1 {
  width: 100%;
  height: 30px;
  clear: both;
  background-image: url(../../../../img/sexyboty/bg-stin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	border: 0px green solid;
}

/********** CENTER **********/

.columnCenter {
  position: relative;
  float: right;
  width: 778px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px red solid;
}

.columnCenter img {
  border: none;
}

/********** LEFT **********/

.columnLeft {
  float: left;
  padding: 0px;
	font-size: 11px;
	border: 0px red solid;
}

#navColumnOne {
  vertical-align: top;
}

.leftBoxContainer {
  border: 0px red solid;
  padding: 0px;
  margin: 0px;
}

#newsscroller {
  border: 1px #F0F0F0 solid;
  margin: 0px 0px 10px 0px;
}

.newsscrollerHeading {
  margin: 0px;
  padding: 8px 10px 8px 15px;
	font-weight: normal;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
	background-image: url(../../../../img/sexyboty/bg-category-top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px #F0F0F0 solid;
}

.newsscrollerContent {
  border: 0px red solid;
  margin: 10px 10px 10px 15px;
}

a.newsscrollerName {
  display: block;
  color: #3F5C6C;
  font-weight: bold;
}

.newsscrollerContent ol {
  padding: 10px 0px 10px 16px;
  margin: 0px;
  font-size: 12px;
}

/********** RIGHT **********/

.columnRight {
	float: right;
  padding: 0px;
	font-size: 11px;
	border: 0px red solid;
	display: none;
}

#navColumnTwo {
  vertical-align: top; 
}

/********** FOOTER **********/

#bottom-jednicky {
  position: relative;
  width: 100%;
  height: 347px;
	clear: both;
}

#footer {
	position: relative;
	width: 980px;
  height: 347px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../../../../img/matrace/bottom-matrace.jpg);
	background-repeat: no-repeat;
}

#footerbox-1 {
  position: absolute;
	top: 23px; 
	left: 0px;
	width: 198px;
	height: 200px;
	padding: 20px;
	border: 0px red solid;
}

#footerbox-2 {
  position: absolute;
	top: 23px; 
	left: 250px;
	width: 423px;
	height: 200px;
	padding: 20px;
	border: 0px red solid;
}

#footerbox-3 {
  position: absolute;
	top: 23px; 
	left: 724px;
	width: 215px;
	height: 200px;
	padding: 20px;
	border: 0px red solid;
}

#footer ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  border: 0px red solid;
}

#footer li {
  color: #485D88;
  padding: 5px 0px;
  list-style-type: none;
}

#footer li a {
  color: #485D88;
}

#bottom-menu {
  position: absolute;
  top: 270px;
  left: 0px;
	width: 980px;
	height: 34px;
	border: 0px red solid;
	z-index: 2;
}

#bottom-menu a {
  float: left;
  padding: 10px 15px 10px 15px;
  color: #191919;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../../../../img/sexyboty/bg-top-menu-predel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#bottom-menu a:hover {
  color: #990100;
}

a.bottom-link {
  position: absolute;
	right: 100px; 
	bottom: 20px;
	color: #002682;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#copyright {
	position: absolute;
	left: 24px; 
	bottom: 10px;
	font-size: 10px;
	color: #363435;
}

#copyright a {
  color: #363435;
  font-weight: normal;
  text-decoration: none;
}

#copyright a:hover {
  color: #363435;
}

.footer_odkazy {
  position: relative;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 10px 0px;
	font-size: 10px;
}

.footer_odkazy a {
  
}

.footer_odkazy a:hover {
  
}

/********** SIDEBOX **********/

.rightBoxContainer {
  position: relative;
  margin: 0px 0px 10px 0px;
  border: 1px #ffffff solid;
}

.rightBoxHeading { 
  position: relative;
}

h3.rightBoxHeading {
  padding: 6px 10px;
  margin: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	background-image: url(../../../../img/demo/bg-sidebox-heading.jpg);
	background-repeat: repeat-x;
	display: block;
}

h3.rightBoxHeading a {
  color: #1E6BBB;
	font-size: 12px;
}

h3.rightBoxHeading a:hover {
  color: #FE0000;
  text-decoration: none;
}

.sideBoxContent {
  position: relative;
}

.sideBoxContent ul {
  margin: 0px;
  padding: 10px 0px;
  list-style-type: none;
}

.sideBoxContent li {
  padding: 3px 10px 3px 15px;
}

#bestsellersContent   {padding: 5px;}
#shoppingcartContent  {padding: 5px;}
#whatsnewContent      {padding: 5px;}
#whatsnewContent img  {border: 0px;}
#specialsContent img  {border: 0px;}
#manufacturersContent {padding: 0px;}
#searchContent        {padding: 10px 12px 15px 12px; text-align: center; background-image: url(../../../../img/demo/bg-sidebox-search.jpg);	background-repeat: repeat-x;}
#loginboxContent      {padding: 10px 12px 25px 12px; color: #000000;}
#information          {padding: 0px;}
.bannery              {margin-bottom: 10px;}
.rady                 {margin-bottom: 10px; display: none;}

#shoppingcartContent .cartOldItem {color: #000000; font-weight: bold;}
#shoppingcartContent .cartNewItem {color: #000000; font-weight: bold;}
#shoppingcartContent .cartBoxTotal {text-align: right; color: #000000; font-size: 15px; font-weight: bold;}

/********** NADPISY **********/

h1 {
  margin: 12px 0px;
  padding: 0px;
  font-size: 16px;
  color: #000000;
}

h2 {
	font-size: 16px;
	color: #000000;
	margin: 5px 0px;
	padding: 0px;
}

h3 {
  font-size: 12px;
}

h2.centerBoxHeading {
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 5px 35px;
	color: #000000;
	font-size: 16px;
	text-align: left;
	border: 0px red solid;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#crossSell h2.centerBoxHeading {
	background-image: url(../../../../img/bg-h2-crossSell.jpg);
}

#newproductsDefault h2.centerBoxHeading {
	background-image: url(../../../../img/bg-h2-newproductsDefault.jpg);
	background-position: 0px 2px;
}

#specialsDefault h2.centerBoxHeading {
	background-image: url(../../../../img/bg-h2-specialsDefault.jpg);
}

#navBreadCrumb {
	padding: 7px 0px 7px 0px;
	font-size: 10px;
	margin: 0px;
	color: #C80500;
	border-bottom: 1px #F6F6F6 solid;
}

.homePage {
  text-align: center;
}

.homePage h1 {

}

.homePage h1 a {
  color: #000000;
}

.homePage h1 a:hover {
  color: #000000;
}

.homePage h2 {
  font-size: 12px;
}

.homePage h2 a {
  font-size: 12px;
  color: #0166ff;
}

.homePage h2 a:hover {
  color: #0166ff;
}

/********** TOP Menu **********/



/********** LEFT Menu **********/

a.category-top-1 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0px 7px 15px;
  margin-top: 1px;
  text-decoration: none;
  background-image: url(../../../../img/matrace/bg-category-top-1.jpg);
  background-repeat: no-repeat;
  display: block;
}

a:hover.category-top-1 {
  color: #000000;
}

a.category-top {
  margin: 0px;
  padding: 7px 10px 7px 15px;
	font-weight: normal;
	font-size: 12px;
	color: #316499;
	text-decoration: none;
	background-image: url(../../../../img/matrace/bg-category-top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px #BDCEDE solid;
	display: block;
	clear: both;
}

a:hover.category-top {
  color: #990100;
	display: block;
}

a.category-top.selected {
  background-image: url(../../../../img/sexyboty/bg-category-top-selected.jpg);
}

a.category-1 {
  margin: 0px;
	padding: 7px 10px 7px 20px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #E4E4E4;
	text-decoration: none;
	display: block;
}

a:hover.category-1 {
  color: #000000;
  background-color: #C1BFBF;
  display: block;
}

/********** FORMS **********/

form, select, input {
  display: inline;
  font-size: 1em;
  margin: 0px;
}

textarea {
  float: left;
  margin: auto;
  display: block;
  width: 95%;
}

.inputSearch {
  width: 145px;
  padding: 3px 3px;
  margin: 0px 0px 3px 0px;
  border: 1px #9D9D9D solid;
}

.buttonSearch {
  position: absolute;
  bottom: 0px;
  right: 1px;
  width: 32px;
  height: 20px;
  margin: 0px;
  border: 0px;
  background-image: url(../../../../img/bg-button-search.jpg);
  display: none;
}

/****************** LISTING ******************/

.centeredContent {
	text-align: center;
}

.centerBoxContentsProducts {
  position: relative;
  float: left;
	font-size: 11px;
	border-right: 1px #E2E2E2 solid;
	margin: 4px 0px 0px 0px !important;
	margin: 4px 0px 0px 0px;
	width: 259px;
	height: 360px;
}

.centerBoxContentsProducts a {
	font-size: 11px;
	color: #0066FF;
}

.listing_foto a img {
  float: left;
  margin: 0px 0px 5px 11px;
  padding: 2px;
  border: 0px #E2E2E2 solid;
}

h3.itemTitle {
  margin: 0px;
  text-align: center;
}

.itemTitle a{
  height: 40px;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: none;
	line-height: 130%;
	display: block;
}

.itemTitle a:hover{
  text-decoration: underline;
}

.listing-parametry {
  float: right;
  width: 100px;
  height: 30px;
  padding-right: 15px;
  font-style: italic;
  border: 0px red solid;
}

.listing-param-nazev {
  float: left;
  border: 0px red solid;
}

.listing-param-hodnota {
  float: right;
  border: 0px red solid;
}

.skladem {
  float: right;
  font-size: 13px;
  font-weight: bold;
  color: #318200;
  margin: 0px 10px 7px 0px;
  border: 0px red solid;
  display: none;
}

.produkty_skladem {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 229px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  color: #707070;
  border: 0px red solid;
}

.nazev_skladem {
  float: left;
  font-weight: bold;
  padding-top: 3px;
  margin-right: 15px;
}

.velikost_var {
  float: left;
  margin-right: 3px;
}

.velikost_var a {
  color: #707070;
  border: 1px #E1E1E1 solid;
  padding: 2px;
  display: block;
}

.velikost_var a:hover {
  color: #000000;
}

.listing_cart {
  position: absolute;
  bottom: 25px;
  right: 15px;
  width: 56px;
  height: 18px;
  padding: 0px;
  margin: 0px;
  border: 0px red solid;
  z-index: 100;
}

.porovnej {
  position: absolute;
  top: 105px;
  right: 10px;
  padding: 0px;
  margin: 0px;
  border: 0px red solid;
  display: none;
}

.centeredContent .vyrobce a {
  display: none;
}

.listingDescription {
  display: none;
}

.centeredContent .ikony {
  position: absolute;
  top: 33px;
  left: 15px;
  padding: 2px 0px;
}

.centeredContent .ikony img {
  float: left;
  margin: 0px 2px 1px 0px;
}

/********** VYPIS CEN V LISTINGU **********/

.centeredContent .ceny {
  position: absolute;
  bottom: 25px;
  left: 15px;
  width: 100px;
  height: 30px;
  margin: 0px;
  border: 0px red solid;
}

.centeredContent .doporucena-cena {
  clear: both;
  display: none;
}

.centeredContent .doporucena-cena-nazev {
  float: left;
  display: none;
}

.centeredContent .doporucena-cena-hodnota {
  float: right;
  display: none;
}

.centeredContent .nase-cena {
  clear: both;
}

.centeredContent .nase-cena-nazev {
  float: left;
  display: none;
}

.centeredContent .nase-cena-hodnota {
  position: absolute;
  top: 15px;
  left: 0px;
  font-size: 15px;
  font-weight: bold;
  border: 0px red solid;
}

.centeredContent .nase-cena-nazev_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  color: #707070;
  font-weight: bold;
  border: 0px red solid;
}

.centerBoxContentsCrossSell .ceny {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

centerBoxContentsCrossSell .nase-cena-nazev_1 {
  border: 0px red solid;
}

.centerBoxContentsCrossSell .nase-cena-hodnota {
  width: 100%;
  text-align: center;
  border: 0px red solid;
  padding: 0px;
  margin: 0px;
}

.centeredContent .sleva {
  display: none;
}

.centeredContent .ikona-skladem {
  float: right;
}

/********** LOGIN **********/

fieldset {
  padding: 0.5em;
  margin: 0.5em 0em;
  border: 1px solid #cccccc;
}

legend {
	font-weight: bold;
	padding: 0.3em;
	color: #0066FF;
	background-color: #FFFFFF;
}

.floatingBox important forward {
	color: #666666;
	font-size: 10px;
	font-weight: normal;	
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper {
	margin: 0;
	width: 47%;
}

.back {
  float: left;
}

.forward {
	float: right;
	color: #000000;
}

.bold {
  font-weight: bold;
}

.information {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	padding-bottom: 20px;
}

label.inputLabel {
	width: 9em;
	float: left;
	padding-bottom: 20px;
}

label.checkboxLabel, label.radioButtonLabel {
  margin: 0.5em 0.3em;
}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {	
  margin: 0.5em;
}

.alert {
  color: #FF0000;	
  margin-left: 0.5em;
}

.tableHeading, .tableRow {
	height: 2.2em;
	text-align: left;
}

th, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

tr.tableHeading {
	background-color: #000;
	font-size: 11px;
	padding-left: 5px;
	background-color: #BFBFBF;
	color: #000000;
}

caption {
  margin-top: 20px;
  margin-bottom: 5px;
}

.accountTotalDisplay, .accountTaxDisplay {
  width: 20%; 
  text-align: right; 
  /*vertical-align: top*/
}

.accountQuantityDisplay {
  width: 10%; 
  vertical-align: top
}

.lineTitle, .amount {
  text-align: right;
  padding: 0.2em;
}

.amount {
  width: 5.5em;
}

.cartTotalsDisplay {
	font-size: 11px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}

.cartAttribsList ul {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 0px 5px 0px 15px;
}

#cartImage {
  margin: 0.5em 1em;
}

#cartSubTotal {
	background-color: #CB1210;
	font-size: 13px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	padding: 5px 108px;
}

address {
  padding: 0px 10px 10px 10px;
  font-style: normal;
}

#checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 100%;
}

.floatingBox important forward {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper {
	margin: 0;
	width: 47%;
}

.important {
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.totalBox {
  width: 5.5em;
  text-align: right;
  padding: 0.2em;
}

#checkoutPayment label.radioButtonLabel {
  font-weight: bold;
}
.newsScrollerSideBox {
  margin: 10px;
}

.vsechna_razeni {
  border: 0px red solid;
  height: 16px;
  padding: 5px 0px;
}

.razeni {
  border: 0px blue solid;
  float: right;
  padding: 0px 7px;
}

.centerBoxContentsCrossSell {
	margin: 4px 0px 0px 4px;
	width: 174px;
}

#bestsellersContent ol {
  margin: 5px 0px 5px 20px;
  padding: 0px 0px;
}

#bestsellersContent li {
  margin: 0px;
  padding: 2px 0px;
  letter-spacing: -0.5px;
}

.messageStackError {
  background-color: #ff0000;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 1px;
}

/********** POPUP okna **********/

body#popupImage {
  background-color: #ffffff;
  background-image: none;
}

#popupImage img {
  border: none;
}

body#infoShoppingCart  {
  background-color: #ffffff;
  background-image: none;
  padding: 10px;
}

body#popupCouponHelp  {
  background-color: #ffffff;
  background-image: none;
  padding: 10px;
}

option.option_skladem {
  background-color: #FFD6D6; 
  color: #000000;
}

option.option_neni_skladem{}
