/* Obecne css */
body {font-size: 12px;padding: 0px;margin: 0px;background-color: white;text-align: center;font-family: Tahoma, Arial, sans-serif, Time News Roman;}

img {padding: 0px;margin: 0px;border: 0px;}
div {padding: 0px;margin: 0px;border: 0px;}
table {padding: 0px;margin: 0px;border: 0px;}
table tr td {padding: 0px;margin: 0px;border: 0px;}

h1 {font-size: 17px;color: #F96335;font-weight: bold;}
h3 {font-size: 12px;line-height: 14px;color: #F96335;font-weight: bold;}
h4 {font-size: 13px;line-height: 14px;color: #F96335;font-weight: bold;}
p {font-size: 12px;line-height: 14px;color: #928080;}

.cleaner {clear: both;float: none;font-size: 1px;overflow: hidden;height: 1px;}


.reg-input{width:200px;float:right}

/* Spolecne ramy */
#nadstranka {width: 980px;margin: 0px auto;text-align: center;border-left: 1px solid rgb(225,210,191);border-right: 1px solid rgb(225,210,191);}
#stranka {width: 974px;margin: 0px 3px 0px 3px;text-align: left;}
/* Jen horni ram pro vsechny */
#hlava {width: 100%;height: 140px;background: rgb(255,255,255) url('../obrazky/hlava_pozadi_kytka.jpg') no-repeat right;}
/* Pro vsechny prostredni ramy jako katalog atd. */
#prostredni {margin: 0px 0px 0px 3px;width: 565px;float: left;}
/* Pro vsechny informacni ramy jako informace atd. */
#informace {margin: 3px 0px 0px 3px;width: 781px;float: left;}
#informace2 {margin: 10px 0px 0px 10px;width: 767px;float: left;text-align: center;}

/* Menu */
#menu {width: 100%;border-top: 2px solid rgb(228,220,217);border-bottom: 2px solid rgb(228,220,217);}
#menu tr td {vertical-align: middle;}
#menu_leva {width: 3px;height: 28px;background: rgb(255,255,255) url(../obrazky/menu_leva.bmp) no-repeat left;}
#menu_prava {width: 3px;background: rgb(255,255,255) url(../obrazky/menu_prava.bmp) no-repeat right;}
.menu_delic {width: 12px;background: rgb(255,255,255) url(../obrazky/menu_prostredni.gif) no-repeat center;}
.menu_text {text-align: center;}
.menu_text a {font-size: 12px;font-weight: bold;color: #877070;text-decoration: none;}
.menu_text a:hover {font-size: 12px;font-weight: bold;color: rgb(236,102,84);text-decoration: none;}
#podmenu {width: 100%;height: 8px;margin: 3px 0px 0px 0px;background-color: rgb(253,197,184);}


/* Nadpisy pod menu */
#shop_nadpis {padding: 0px;margin: 0px;border-bottom: 4px solid rgb(234,241,198);}
#shop_nadpis_1 {width: 193px;vertical-align: middle;height: 31px;vertical-align: middle;background: rgb(255,255,255) url(../obrazky/shop_nadpis_bg2.jpg) no-repeat left center;}
#shop_nadpis_2 {width: 568px;vertical-align: middle;background: rgb(255,255,255) url(../obrazky/shop_nadpis_bg2.jpg) no-repeat left center;}
#shop_nadpis_3 {width: 213px;vertical-align: middle;background: rgb(255,255,255) url(../obrazky/shop_nadpis_bg2.jpg) no-repeat left center;}
#shop_nadpis_4 {width: 781px;vertical-align: middle;background: rgb(255,255,255) url(../obrazky/shop_nadpis_bg2.jpg) no-repeat left center;}
#shop_nadpis_1 span {font-weight: bold;color: #877070;text-decoration: none;}
#shop_nadpis_2 span {font-weight: bold;color: #877070;text-decoration: none;}
#shop_nadpis_3 span {font-weight: bold;color: #877070;text-decoration: none;}
#shop_nadpis_4 span {font-weight: bold;color: #877070;text-decoration: none;}


/* Ram kategorie vlevo */
#kategorie {width: 190px;border: 0px;margin: 3px 0px 3px 0px;padding: 10px 0px 10px 0px;background-color: #F6F9E6;float: left;}
#kategorie a {text-decoration: none;	padding: 0px;}
.kategorie {line-height: 15px;padding: 0px 10px 0px 27px;margin: 4px 0px 0px 0px;background: url('../obrazky/kategorie_odrazka.gif') no-repeat 12px 4px;list-style-type: none;text-decoration: none;}
.podkategorie {line-height: 15px;padding: 0px 10px 0px 37px;margin: 4px 0px 0px 0px;background: url('../obrazky/kategorie_odrazka.gif') no-repeat 22px 4px;list-style-type: none;text-decoration: none;}
.polozka {font-weight: bold;color: rgb(159,143,104);text-decoration: none;padding: 0px}
.polozka1 {font-weight: bold;color: #F96335;text-decoration: none;padding: 0px}
.polozka:hover {font-weight: bold;color: rgb(236,102,84);text-decoration: underline;padding: 0px}


/* Informacni cast jako informace */
#informace h3 {margin: 5px 0px 0px 15px;font-family: Arial;line-height: 16px;}
#informace p {margin: 3px 0px 0px 15px;font-family: Arial;line-height: 16px;}
.katalog_img img{max-height:135px;max-width:135px;
      _height: expression(
          (this.width<this.height) && (this.height>135) ? "135px" : "inherit");
      _width: expression(
          (this.width>this.height) && (this.width>135) ||
          (this.width==this.height) && (this.height>135)
          ? "135px" : "inherit");
}

/* Katalog */
/* Strankovani v katalogu */
.selectedPage {padding: 2px 5px 2px 5px;background-color: rgb(234,230,215);margin-right: 5px;font-weight: normal;color: rgb(0,0,0);border: 1px solid rgb(73,73,73);}
.pageSel {padding: 2px 5px 2px 5px;background-color: rgb(250,194,181);margin-right: 5px;text-decoration: none;color: rgb(0,0,0);}
.nextPagesList {padding: 2px 5px 2px 5px;background-color: rgb(250,194,181);margin-right: 5px;text-decoration: none;color: rgb(0,0,0);}
.prevPagesList {padding: 2px 5px 2px 5px;background-color: rgb(250,194,181);margin-right: 5px;text-decoration: none;color: rgb(0,0,0);}


/* Detail */
#detail {margin: 10px;width: 758px;float: left;}
#detail_picture {width:470px;text-align:center;float:left;overflow:hidden;}
#detail_picture img{max-height:450px;max-width:450px;
      _height: expression(
          (this.width<this.height) && (this.height>450) ? "450px" : "inherit");
      _width: expression(
          (this.width>this.height) && (this.width>450) ||
          (this.width==this.height) && (this.height>450)
          ? "450px" : "inherit");
}
#detail_right {float: right;width: 280px;overflow: hidden;}
/* #detail_nazev {}
#detail_params {}
#detail_description {} */
#detail_ceny {font-size:14px;font-weight:bold}
#detail_koupit {text-align: center;margin: 20px 0px 20px 0px;width: 350px;text-align: center;background-color: rgb(234,241,198);}
/* #detail_omluva {} */
#detail_zpet {border: 0px;}


/* Kosik */
#kosik {margin: 3px 0px 0px 3px;width: 781px;float: left;}
#kosik_tabulka {width: 781px;}
.kosik_prvni_radek {background-color: rgb(253,197,184);color: rgb(0,0,0);height: 20px}
.kosik_prvni_radek td {white-space: nowrap;text-align: center;}
.kosik_prvni_radek span {font-weight: bold;margin: 0px 5px 0px 5px;}
.kosik_druhy_radek {background-color: rgb(247,240,238);color: rgb(0,0,0);height: 20px;}
.kosik_druhy_radek td {text-align: center;white-space: nowrap;}
.kosik_druhy_radek span {margin: 0px 5px 0px 5px;}
.kosik_produkt_radek {text-align: center;}
.kosik_produkt_radek td {text-align: right;white-space: nowrap}
.kosik_produkt_radek span {margin: 0px 5px 0px 5px;}


/* Checkout */
#checkout {margin: 10px 0px 0px 10px;width: 767px;float: left;}
#checkout_tabulka {width: 767px;}
.checkout_prvni_radek {background-color: rgb(253,197,184);color: rgb(0,0,0);height: 20px;}
.checkout_prvni_radek td {white-space: nowrap;text-align: center;}
.checkout_prvni_radek span {font-weight: bold;margin: 0px 5px 0px 5px;}
.checkout_druhy_radek {background-color: rgb(247,240,238);color: rgb(0,0,0);height: 20px;}
.checkout_druhy_radek td {text-align: center;white-space: nowrap;}
.checkout_druhy_radek span {margin: 0px 5px 0px 5px;}
.checkout_produkt_radek {text-align: center;}
.checkout_produkt_radek td {text-align: right;white-space: nowrap}
.checkout_produkt_radek span {margin: 0px 5px 0px 5px;}


/* Login */
#login {margin: 10px 0px 0px 10px;width: 767px;float: left;}

/* Registrace */
#registrace {margin: 10px 0px 0px 10px;width: 767px;float: left;}

/* Success/Unsuccess */
#success {margin: 10px 0px 0px 10px;width: 767px;float: left;}

/* ShowSystemMessage */
#sysmess {margin: 10px 0px 0px 10px;width: 767px;float: left;}

/* Search */
#search {margin: 10px 0px 0px 10px;width: 767px;float: left;}
#hledat {margin: 10px 0px 0px 10px;width: 767px;float: left;}

/* Orders */
#orders {margin: 10px 0px 0px 10px;width: 767px;float: left;}

/* Informacni ram vpravo */
#info {margin: 3px 0px 0px 3px;width: 213px;overflow: hidden;float: right;}
.infocell {margin: 0px 0px 3px 0px;width: 211px;border: 1px solid rgb(234,230,215)}
.infocell p {line-height: 14px;margin: 7px;}
/* Nejprodavanejsi a novinky */

.infocell h4{margin:7px;color:rgb(236,102,84)}
.infocell ul{margin:7px;padding:0px;list-style-type:none}
.infocell ul li{padding:0px 10px 0px 20px;margin:5px 0px 0px 0px;background:url('../obrazky/kategorie_odrazka.gif') no-repeat 5px 4px}
.infocell ul li a{color:rgb(159,143,104);text-decoration:underline}
.infocell ul li a:hover{color:rgb(236,102,84);text-decoration:none}

/* Pata dole */
#pata {margin-top:20px;clear: both;float: none;width: 100%;border-top: 6px solid rgb(235,220,213);font-family: Tahoma;font-size: 11px;line-height: 12px;color: #9F9781;text-decoration: none;}
#pata tr td {padding: 20px;text-align: center;}
