/* -- start setup -- */

* {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : small;
margin : 0;
border : none;
padding : 0;
color : #373700;
}

/* -- common -- */

.m2 {margin : 2px;}
.m5 {margin : 5px;}
.m10 {margin : 10px;}
.m20 {margin : 20px;}
.m30 {margin : 30px;}

.mt5 {margin-top : 5px;}
.mt10 {margin-top : 10px;}
.mt14 {margin-top : 13px;}

.mt20 {margin-top : 20px;}
.mt40 {margin-top : 40px;}

.ml5 {margin-left : 5px;}
.ml10 {margin-left : 10px;}
.ml20 {margin-left : 20px;}
.ml40 {margin-left : 40px;}

.mb5 {margin-bottom : 5px;}
.mb10 {margin-bottom : 10px;}
.mb20 {margin-bottom : 20px;}
.mb40 {margin-bottom : 40px;}

.mr5 {margin-right : 5px;}
.mr10 {margin-right : 10px;}
.mr20 {margin-right : 20px;}
.mr40 {margin-right : 40px;}

.b1red {border : 1px solid Red;}
.b1bl {border : 1px solid Black;}
.b2bl {border : 2px solid Black;}
.b1wh {border : 1px solid White;}
.b2wh {border : 2px solid White;}

.b1oranz {border : 1px solid #FE5815;}

.p2 {padding : 2px;}
.p5 {padding : 5px;}
.p10 {padding : 10px;}
.p20 {padding : 20px;}
.p30 {padding : 30px;}
.p60 {padding : 60px;}

.pt2 {padding-top : 2px;}
.pt5 {padding-top : 5px;}
.pt10 {padding-top : 10px;}
.pt20 {padding-top : 20px;}
.pt30 {padding-top : 30px;}

.pr2 {padding-right : 2px;}
.pr5 {padding-right : 5px;}
.pr10 {padding-right : 10px;}
.pr20 {padding-right : 20px;}
.pr30 {padding-right : 30px;}

.pb2 {padding-bottom : 2px;}
.pb5 {padding-bottom : 5px;}
.pb10 {padding-bottom : 10px;}
.pb20 {padding-bottom : 20px;}
.pb30 {padding-bottom : 30px;}

.pl2 {padding-left : 2px;}
.pl5 {padding-left : 5px;}
.pl10 {padding-left : 10px;}
.pl20 {padding-left : 20px;}
.pl30 {padding-left : 30px;}

.ml0 {margin-left : 0;}

/* -- text -- */
.bez_podtrz {text-decoration : none;}
.b {font-weight : bold;}
.norm {font-weight : normal;}
.i {font-style : italic;}
.u {text-decoration : underline;}
.text_doprostred {text-align : center;}
.text_blok {text-align : justify;}
.text_doleva {text-align : left;}
.vcenter {vertical-align : middle;}

/* -- colors --*/
.wh {color : White;}
.cervena {color : Red;}
.cerna {color : Black;}
.blue {color : #00A0C6;}
.green {color: #87AF12;}

/* -- display --*/
.neviditelny {visibility : hidden;}
.skryty {display : none;}

/* -- font size -- */
.mediuml {font-size : medium;}
.small {font-size : small;} /* -- start size --*/
.x_small {font-size : xx-small;}
.font_x_small {font-size : 10px;}
.xx_small {font-size : xx-small;}
.horni_index {vertical-align : super;}

/* -- float -- */
.float_left {float : left;}
.float_right {float : right;}

.clear {clear : both;}

/* -- all pages -- */
hr {display : none;}

html, body { height: 100% }

body {

background-position: top center;
background-repeat: no-repeat;
background-color: #beb6a1;
}

.bcg1 { background-image: url(../pcs/pcs_layout/background1.jpg);}
.bcg2 { background-image: url(../pcs/pcs_layout/background2.jpg);}
.bcg3 { background-image: url(../pcs/pcs_layout/background3.jpg);}
.bcg4 { background-image: url(../pcs/pcs_layout/background4.jpg);}
.bcg5 { background-image: url(../pcs/pcs_layout/background5.jpg);}
.bcg6 { background-image: url(../pcs/pcs_layout/background6.jpg);}

body#nahled_obrazku {text-align : left; margin : 15px; background-color: White;}

#header {
height:160px;
background-image : url(../pcs/pcs_layout/header-background.gif);
background-position : top left;
background-repeat : repeat-x;
}

#headerIn {
height:160px;
width:1000px;
margin:0 auto;
position:relative;
background-image: url(../pcs/pcs_layout/logo.gif);
background-position: left center;
background-repeat: no-repeat;
}

#homeRun {
position:absolute;
top:30px;
left:0;	
width:220px;
height:100px;
}

.topLinks {margin-right:5px;}

.topLinks li {
float:right;
list-style-type: none;
}

.topLinks li a {
float:right;
padding:5px 10px;
margin-right:1px;
display:block;
background-color: #900302;
text-decoration:none;
font-size:10px;
font-weight:bold;
color:White;
text-transform: uppercase;
}

.topLinks li a:HOVER {background-color: #710100;}

.topMenu {
position:absolute;
bottom:2px;
left:6px;	
}

.topMenu li {
float:left;
list-style-type: none;
}

.topMenu li a {
float:left;
padding:5px 10px;
margin-right:5px;
display:block;
background-color: #404040;
text-decoration:none;
font-size:11px;
font-weight:bold;
color:White;
text-transform: uppercase;
}

.topMenu li a:HOVER {background-color: #7a7a7a;}

#headerUser {
position:absolute;
top:25px;
right:6px;		
padding:12px;
text-align:right;
background-color: #404040;
}

#headerUser * {color:#dcdcdc;}
#headerUser strong {color:White;}
#headerUser a {text-decoration:none;}
#headerUser li {list-style-type:none;}
#headerUser a:HOVER {text-decoration:underline;}

.topCart {
position:absolute;
bottom:2px;
right:6px;	
background-color: #404040;
padding:0 10px;
height:24px;
line-height:24px;
color:#dcdcdc;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.topCart:HOVER {background-color: #7a7a7a;}

.topCart span {
color:White;
font-size:12px;
}

#container {
width: 1000px;
margin: 0 auto 10px auto;
text-align:left;
position:relative;
background-image: url(../pcs/pcs_layout/container-background.gif);
background-position: top center;
background-repeat: repeat-y;
}

#user {
line-height:29px;
height:29px;
padding-left:15px;
text-decoration:none;
}

#user a {
color:#003D7E;
text-decoration:none;
text-transform:uppercase;
margin:0 4px;
}

#user strong {
color:#D40707;
font-weight:normal;
}

#user a:HOVER {text-decoration:underline;}

.bannerHeader {
position:absolute;
top:45px;
left:250px;	
}

/*
.topUser {
font-size:100%;
color:#696965;
display:block;
text-decoration:none;
position:absolute;
top:105px;
right:100px;
right:85px;
text-align:left;
}*/

.searchForm {margin:15px 0 10px 0;}

.searchForm input {
border: 1px solid #ffffff;
background-color: #e6dfce;
padding: 2px;
height: 16px;
vertical-align: middle;
width: 110px;
font-size:11px;
text-align:right;
color:#b3211e;
}

.searchForm input.searchSubmit {
border: none;
font-weight:bold;
text-transform:uppercase;
color: White;
height: 25px;
width: 30px;
background-image: url(../pcs/pcs_layout/search-submit.jpg);
background-position: center;
background-repeat: no-repeat;
}

#main {}

#navig, #content, #news {float: left;}

#navig {
width : 190px;
width : 176px;
padding:10px 0 40px 14px;
}

#navig li {list-style-type : none;}

#content {
width: 580px;
position:relative;
padding:0 0 20px 21px;
margin:20px 0 0 0;
min-height:650px;
}

#footer {
text-align:center;
height:45px;
line-height:45px;
color:White;
background-image: url(../pcs/pcs_layout/footer-background.gif);
background-position: center;
background-repeat: no-repeat;
}

#footer * {color:White;}
 	
#news {
width: 155px;
padding:0 0 0 25px;
margin-left:10px;
}

.novinkyNadpis {
color:#cc2839;
padding-bottom:5px;
font-size:20px;
}

#lokace {
position:absolute;
top:0;
right:20px;
text-transform:uppercase;
color:#585858;
font-size:10px;
}

#lokace a {
text-transform:uppercase;
text-decoration:none;
color:#c92221;
font-size:10px;
}

#lokace a:HOVER {text-decoration:underline;}

.menuTitle {
margin:10px 0 10px 0;
font-size:16px;
color:Black;
font-style: italic;
}

.mainMenu {
margin:5px 0 5px 0;
width:165px;
}

.mainMenu li {
list-style-type: none;
border-bottom:1px solid #bfb5a0;
/*padding-left:45px;*/
background-position: 130px 2px;
background-repeat: no-repeat;
}

.mainMenu li.styl1 { background-image: url(../pcs/pcs_layout/ico_1.jpg); }
.mainMenu li.styl2 { background-image: url(../pcs/pcs_layout/ico_2.jpg); }
.mainMenu li.styl3 { background-image: url(../pcs/pcs_layout/ico_3.jpg); }
.mainMenu li.styl4 { background-image: url(../pcs/pcs_layout/ico_4.jpg); }

.mainMenu li {
list-style-type: none;
border-bottom:1px solid #bfb5a0;
}

.mainMenu li a {
display:block;
text-decoration:none;
padding:4px 0;
text-transform:uppercase;
color:#ac0605;
font-size:14px;
font-weight:bold;
}

.mainMenu li a:HOVER {
color:#000000;
background-image: url(../pcs/pcs_layout/menu-background-hover.gif);
background-position: left center;
background-repeat: no-repeat;
}

.subMenu li { padding-left:0; }

.subMenu li a {
padding-left:20px;
border-bottom:none;
color:#422020;
font-size:10px;
background-image: url(../pcs/pcs_layout/submenu-background.gif);
background-position: 8px 6px;
background-repeat: no-repeat;
}

.subMenu li a:HOVER {
text-decoration:underline;
background-image: url(../pcs/pcs_layout/submenu-background.gif);
background-position: 8px 6px;
background-repeat: no-repeat;

}

/*	news menu	*/
.newsMenu {margin-left:15px;	}

.newsMenu li a {
color:Black;
text-decoration:none;
}

.newsMenu li a:HOVER {color:Red;}
.novinka {margin:10px 0 20px 0;}

.novinkaNadpis {
color:#cc2839;
font-size:11px;
font-weight:bold;
}

.novinkaText, .topTen a, .topTen a {
margin:2px 0;
color:#373700;
font-size:90%;
text-decoration:none;
}

.novinkaLink {
color : #ac0605;
text-decoration:none;
padding:1px;
display:inline;
}

.novinkaLink:HOVER {color : Black;}
/*	content	*/


.homeBannery {
background-image: url(../pcs/pcs_layout/homepage-bannery-bcg.jpg);
background-position: top left;
background-repeat: repeat-x;
padding:20px 0;
border-top:1px solid #8c847c;
border-bottom:1px solid #8c847c;
}

.homeBannery .banner1  {
float:left;
margin-left:60px;
margin-right:20px;
}

h1 {
color : #cc2839;
margin: 0 0 10px 0;
font-size: 200%;
font-weight:normal;
}

h1.introText {font-size: 180%;}

h2 {
color : #cc2839;
margin: 20px 0 10px 0;
font-size: 190%;
font-weight:normal;
}

h3 {
color : #cc2839;
margin: 20px 0;
text-transform : uppercase;
font-size: 115%;
}

p.odstavec {
margin: 1.5em 0;
font-size:110%;
line-height:140%;
}

p.odstavec * {
font-size:100%;
}

/*	seznamy	*/
ul.itemList, ol.itemList {margin: 20px 0 20px 30px;}

ul.prehledVydavatelu li {
float:left;
width:260px;
list-style-type: none;
margin-right:25px;
}

/*  kategorie ve sloupcich */
ul.kategorie, ul.katVyrobce  {margin:5px 0 0 20px;}

ul.kategorie li, ul.katVyrobce li{
color : Black;
margin-right:10px;
line-height: 14px;
list-style-type: square;
}

ul.kategorie li a {
font-size:12px;
color:#6D6D6D;
text-decoration:none;
background-image: url(../pcs/pcs_layout/menu-background.gif);
background-position: left center;
background-repeat: no-repeat;
}

ul.kategorie li a:HOVER {
color:Black;
text-decoration:underline;
}

#filtr_vyrobci {
padding: 5px 10px;
width: 497px;
}

.vyrobce {
float: left;
margin-right: 5px;
}

#filtr_vyrobci input {margin-top: 5px;}

/*	filtrovani, listovani	*/
.filtrovani {
margin: 25px 0 0 0;
padding: 5px 0 5px 15px;
border-bottom: 1px solid #8C847C;
border-top: 1px solid #8C847C;
color: Black;
font-weight: bold;
font-size: 11px;
background-color: #F1EDE4;
}

.filtrovani * {font-size:11px;}

.filtrovani label, .filtrovani select {margin: 0 9px 0 4px;}
.filtrovani select {
border : 1px solid #CECECE;
width: 130px;
}

.filtrovani label {color: Black;}
.filtrovani select.filtr_radky {width: 40px;}

/*	karty	*/

.karta_produkt, .karta_produkt_last, .karta_produkt_akce,  .karta_produkt_akce_last {
float: left;
width : 275px;
width : 279px;
padding:5px;
margin: 20px 7px 15px 0;
height: 295px;
height: 310px;
position:relative;
background-image: url(../pcs/pcs_layout/karta-background.jpg);
background-position: top left;
background-repeat: repeat-x;
}

/*	druha karta	*/
.karta_produkt_last,  .karta_produkt_akce_last {
margin-right:0;
padding-right:0;
}

.jmeno_produkt {
color: #a40016;
text-decoration:none;
font-size:100%;
font-weight:bold;
}

.autor_produkt {
color: Black;
font-size:10px;
margin-top:2px;
}

.autor_produkt a {
color: Black;
font-size:10px;
text-decoration:none;
}

.autor_produkt a:HOVER {text-decoration:underline;}

.cena {
text-align:center;
position:absolute;
top:213px;
left:10px;	
font-size:10px;
color:Black;
font-family: Georgia, 'New York CE', utopia, serif;
}

.cena span {
display:block;
color:#AC0605;
font-weight:bold;
font-size:16px;
font-family: Georgia, 'New York CE', utopia, serif;
}

.obrazek_produkt {
position:absolute;
top:55px;

top:65px;
right:10px;
}

.obrazek_produkt img {border:1px solid #584547;}

.perex_produkt {
position:absolute;
top:65px;
left:5px;
width:110px;
color:#584547;
font-size:10px;
}

.perex_produkt a {
font-size:100%;
color:#584547;
}

.perex_produkt strong {
color:Black;
font-size:85%;
}

.pocetKosik {
position: absolute;
bottom: 24px;
left: 5px;
width: 69px;
height: 30px;
background-image: url(../pcs/pcs_layout/kosik-karta-podklad.jpg);
background-position: center;
background-repeat: no-repeat;
}

.pocetKosik input {
font-size: 10px;
padding: 0px;
border: 1px solid #CC2839;
width: 16px;
font-size: 13px;
text-align: center;
background-color: White;
color:#B62524;
margin:6px 0 0 10px;
}

.more_info {
position: absolute;
bottom: 5px;
left: 5px;
color: #a50916;
text-decoration: none;
font-size: 11px;
font-style: italic;
}

.more_info:HOVER {text-decoration:underline;}

.cenaCross {display:none;}

.cenaSleva {
position:absolute;
top:245px;
left:20px;
text-decoration:line-through;
font-style:italic;
font-size:13px
}


.neniSkladem {
font-weight:bold;
color:Red;
position:absolute;
top:248px;
left:5px;
width:80px;
text-align:center;
}

.neniSkladem * {color:Red;}

a.do_kosiku, a.do_kosiku_detail, a.diskuze, a.doplnky, a.pokracovat, a.opustit_kosik, a.zpet_kosik, a.zpet_nahoru, a.objednat_zbozi, a.zpet {
display : block;
width : 25px;
height : 20px;
background-image : url(../pcs/pcs_layout/do-kosiku.gif);
background-position : center;
background-repeat : no-repeat;
position:absolute;
top:256px;
top:270px;
left:40px;
}

a.do_kosiku_detail {
position:absolute;
top:295px;
left:230px;
}

.detailPocet {
position:absolute;
top:335px;
left:185px;	
font-size:12px;
}

.detailPocet input {
font-size:12px;
border:2px solid #3D73BB;
padding:3px;
}

a.do_kosiku_detail {
background-image : url(../pcs/pcs_layout/do-kosiku.gif);
}

a.diskuze {
width : 134px;
background-image : url(../pcs/pcs_layout/diskuze-k-produktu.gif);
}

a.doplnky {
width : 137px;
background-image : url(../pcs/pcs_layout/doplnky-k-produktu.gif);
margin-left: 4px;
}

a.pokracovat {
width : 100px;
background-image : url(../pcs/pcs_layout/pokracovat.gif);
float: right;
top:152px;
}

a.opustit_kosik {
width : 100px;
background-image : url(../pcs/pcs_layout/opustit-kosik.gif);
margin-left: 4px;
margin-right: 4px;
}

a.zpet_kosik {
width : 105px;
background-image : url(../pcs/pcs_layout/zpet-do-kosiku.gif);
left:0px;
}

a.zpet_nahoru {
width : 92px;
background-image : url(../pcs/pcs_layout/zpet-nahoru.gif);
}

a.objednat_zbozi {
width : 110px;

width : 247px;
height : 40px;
background-image : url(../pcs/pcs_layout/objednat-zbozi.gif);
}

a.zpet {
width : 45px;
background-image : url(../pcs/pcs_layout/zpet.gif);
left:0px !important;
top:152px;
}

a.vypis_napoveda {
display : block;
width : 27px;
height : 19px;
background-image : url(../pcs/pcs_layout/napoveda.gif);
background-position : center;
background-repeat : no-repeat;
float: left;
margin-left: 4px;
text-decoration: none;
}

/*	hover u ikon	*/
a.do_kosiku:HOVER {background-image : url(../pcs/pcs_layout/do-kosiku-hover.gif);}
a.do_kosiku_detail:HOVER {background-image : url(../pcs/pcs_layout/do-kosiku-hover.gif);}
a.diskuze:HOVER {background-image : url(../pcs/pcs_layout/diskuze-k-produktu-hover.gif);}
a.doplnky:HOVER {background-image : url(../pcs/pcs_layout/doplnky-k-produktu-hover.gif);}
a.vypis_napoveda:HOVER {background-image : url(../pcs/pcs_layout/napoveda-hover.gif);}
a.pokracovat:HOVER {background-image : url(../pcs/pcs_layout/pokracovat-hover.gif);}
a.opustit_kosik:HOVER {background-image : url(../pcs/pcs_layout/opustit-kosik-hover.gif);}
a.zpet_kosik:HOVER {background-image : url(../pcs/pcs_layout/zpet-do-kosiku-hover.gif);}
a.zpet_nahoru:HOVER {background-image : url(../pcs/pcs_layout/zpet-nahoru-hover.gif);}
a.objednat_zbozi:HOVER {background-image : url(../pcs/pcs_layout/objednat-zbozi-hover.gif);}
a.zpet:HOVER {background-image : url(../pcs/pcs_layout/zpet-hover.gif);}


/*  formulare   */
.formular {
/*padding : 20px 0 20px 10px;*/
margin: 5px 0;
}

.form_sada {
margin : 5px 0;
padding : 3px 0;
}

.formular label  {
display : block;
float : left;
width : 120px;
height : 23px;
line-height : 23px;
color:#813423;
font-weight:bold;
}

.formular label.second  {margin-left : 20px;}

.formular input, .formular textarea,  .formular select  {
background-color : White;
border: 1px solid #813423;
padding : 3px;
color : Black;
}

.formular input.error, .formular textarea.error  {border : 1px solid #EB2C2C;}

.formular textarea, .formular textarea.vyssi  {
width : 398px;
height : 70px;
_margin-left: -3px
}

.formular textarea.vyssi  {height : 170px;}

.formular input {
float : left;
width : 125px;
}

.formular select  {
float : left;
width : 137px;
}

/*	delsi prvky	*/
.formular input.long, .formular select.long  {width : 274px;}
.formular input.verylong  {width : 398px;}
.formular select.long  {width : 281px;}
.formular select.verylong  {width : 406px;}

.formular input.submit  {
width : 124px;
height : 19px;
border : 0px none;
padding : 0;
}

.formular input.LoginformSubmit, .formular input.submitForm, .submitForm  {
width : 160px;
text-align: center;
height : 19px;

line-height : 30px;
height : 30px;
text-transform:uppercase;

border : 0px none;
padding : 0;
background-color: #D50000;
color: White;
}

span.povinna_polozka {
font-size : 9px;
color :  #D50000;
}

.vysvetlivky_red {
font-size : 12px;
margin-top : 7px;
margin-left : 140px;
color: #797979;
}


/*	kosik	*/
/*	horni obrazky	*/
a.kosik_pcs1, a.kosik_pcs2, a.kosik_pcs3, a.kosik_pcs4, a.kosik_pcs1_active, a.kosik_pcs2_active, a.kosik_pcs3_active, a.kosik_pcs4_active {
background-position : center;
background-repeat : no-repeat;
display: block;
width : 145px;
height : 80px;
float: left;
margin-top:30px;
}

a.kosik_pcs1 {background-image : url(../pcs/pcs_kosik/kosik-pcs1.jpg);}
a.kosik_pcs2 {background-image : url(../pcs/pcs_kosik/kosik-pcs2.jpg);}
a.kosik_pcs3 {background-image : url(../pcs/pcs_kosik/kosik-pcs3.jpg);}
a.kosik_pcs4 {background-image : url(../pcs/pcs_kosik/kosik-pcs4.jpg);}

a.kosik_pcs1_active {background-image : url(../pcs/pcs_kosik/kosik-pcs1-active.jpg);}
a.kosik_pcs2_active {background-image : url(../pcs/pcs_kosik/kosik-pcs2-active.jpg);}
a.kosik_pcs3_active {background-image : url(../pcs/pcs_kosik/kosik-pcs3-active.jpg);}
a.kosik_pcs4_active {background-image : url(../pcs/pcs_kosik/kosik-pcs4-active.jpg);}



/* kosik */
table.tabulka1 {
margin: 10px 0;
border-collapse : collapse;
width: 535px;
}

table.tabulka1 td, table.tabulka1 th {
padding : 6px 10px;
vertical-align : top;
text-align : left;
background-color: #fdfcf1;
border-top:2px solid White;
border-bottom:2px solid White;
}

table.tabulka1 th {
padding : 10px;
background-color: #f4e5a3;
text-align : left;
color:#bb0400;
}

table.tabulka1 tr.sudy td {background-color: #f4e5a3;}
table.tabulka1 tr td.tab_final_cena {background-color : #FFFFE1;}
table.tabulka1 td img, table.tabulka1 th img {vertical-align : middle;}

/* tab sirky */
table.tabulka1 td.item_number {
width: 60px;
text-align: center;
}


/*  detail produktu  */
#detail_vlevo {
width: 300px;
float: left;
position:relative;
}

#detail_jmeno {
color: #3B74B9;
font-weight: bold;
padding: 2px 0;
font-size:150%;
}

.odkazMini {
color:#6c6c6c;
font-size:11px;
}

#detail_obrazek {margin: 3px 0 2px 0;}
#detail_vpravo {margin: 3px 0 2px 302px;}

table.tabulkaSeznam {border-collapse: collapse;}

table.tabulkaSeznam tr td, table.tabulkaSeznam tr th {
background-color: #E3E3E3;
padding: 5px 7px;
text-align: left;
line-height: 15px;
border-top:1px solid White;
border-bottom:1px solid White;
}

table.tabulkaSeznam tr th {color: Black;}
table.tabulkaSeznam tr td a {text-decoration:none;}
table.tabulkaSeznam tr td a:HOVER {text-decoration:underline;}

table.tabulkaSeznam tr td {background-color: #F3F3F3;}
table.tabulkaSeznam tr.style1 td {background-color: #E3E3E3;}

table.tabulkaSeznam input.addItem  {
width : 60px;
text-align: center;
height : 19px;
border : 0px none;
padding : 0;
background-color: #FB0000;
color: White;
}

table.vlastnosti_produktu, table.zakladni_vlastnosti {
border-collapse: collapse;
margin-bottom: 10px;
/*width: 410px;*/
}

table.tabulkaSeznam input.addItemInput  {
text-align: center;
line-height : 19px;
height : 17px;
_height : 19px;
border : 1px solid Black;
padding : 0;
width: 20px;
margin-bottom: 3px;
_margin-bottom: 0px;
}


table.zakladni_vlastnosti th {width: 90px;}

table.vlastnosti_produktu tr td, table.vlastnosti_produktu tr th, table.zakladni_vlastnosti tr td, table.zakladni_vlastnosti tr th {
background-color: #D9D9D9;
padding: 4px 20px 4px 10px;
text-align: left;
line-height: 15px;
}

table.zakladni_vlastnosti tr td, table.zakladni_vlastnosti tr th {padding: 7px 20px 7px 10px;}

table.vlastnosti_produktu tr th, table.zakladni_vlastnosti tr th {
color: Black;
font-weight: normal;
}

table.vlastnosti_produktu tr td, table.zakladni_vlastnosti tr td {background-color: #F5F5F5;}

table.distribuceVyber {
border-collapse: collapse;
margin:10px 0;
}

table.distribuceVyber tr td, table.distribuceVyber tr th {
padding: 5px 5px 5px 5px;
text-align: left;
line-height: 15px;
border:1px solid #430a00;
}

table.distribuceVyber tr td.deleteItem {padding: 5px 3px 5px 3px;}

table.distribuceVyber tr th {color: Black;}
table.distribuceVyber tr td a {text-decoration:none;}
table.tabulkadistribuceVyberSeznam tr td a:HOVER {text-decoration:underline;}

table.distribuceVyber input.addItem  {
width : 60px;
text-align: center;
height : 19px;
border : 0px none;
padding : 0;
background-color: #FB0000;
color: White;
}

.deleteLink {
background-color : #bb1008;
color : White;
text-decoration:none;
padding:1px 3px;
display:inline;
font-size:95%;
}

.deleteLink:HOVER {background-color : #5b140e;}

.sendLink {
margin:15px 0 25px 0;
background-color : #bb1008;
color : White;
text-decoration:none;
padding:7px 15px;
display:inline;
font-size:110%;
text-transform: uppercase;
}

.sendLink:HOVER {background-color : #5b140e;}

#detail_popis {
margin:5px 10px 0 6px;
font-size:110%;
}

.listovani {
line-height : 26px;
font-weight : bold;
font-size : 12px;
text-align: center;
margin: 5px 0; 
width: 550px;
}

.listovani a {
font-weight : bold;
font-size : 12px;
margin: 0 2px;
}

.listovani span {
font-weight : bold;
font-size : 10px;
margin: 0 2px;
}

.listovani a {font-weight : bold;}
.listovani img {vertical-align : middle;}

#chybove_odeslani {
background-image : url(../pcs/pcs_layout/error_odeslani.gif);
background-position : left center;
background-repeat : no-repeat;
padding: 15px;
padding-left : 40px;
border : 1px solid #E72121;
width : 400px;
margin: 10px 0;
}

#uspesne_odeslani {
background-image : url(../pcs/pcs_layout/uspesne_odeslano.gif);
background-position : left center;
background-repeat : no-repeat;
padding: 15px;
padding-left : 40px;
border : 1px solid #4A9CEF;
width : 200px;
margin: 10px 0;
}

#nas_tip {
background-image : url(../pcs/pcs_layout/informace.gif);
background-position : left center;
background-repeat : no-repeat;
padding: 15px;
padding-left : 40px;
border : 1px solid #4A9CEF;
width : 400px;
margin: 10px 0;
}

#nase_varovani  {
background-image : url(../pcs/pcs_layout/varovani.gif);
background-position : left center;
background-repeat : no-repeat;
padding: 15px;
padding-left : 40px;
border : 1px solid #E72121;
width : 400px;
margin: 10px 0;
}


/*	search	vysledky */
/*
.searchImg {float: left;}
.searchImg img {
display: block;
float: left;
padding : 1px;
border : 1px solid #CECECE;
}

.searchTitle {
margin-left: 90px;
font-size:115%;
}

.searchTitle a {
font-size:100%;
}

.searchPerex {
margin: 3px 0 8px 90px;
padding: 5px;
background-color: #F7F7F6;
}
*/

/*	kosik produkty	tabulka */
.kosik_product_thumb {
display: block;
float: left;
padding : 1px;
border : 1px solid #CECECE;
margin: 0 10px 10px 0;
}

.cena_celkem {
font-size: 130%;
font-weight: bold;
color: #B90E0E;
}

/*.formSadaOdd {
padding: 10px;
border: 5px solid #E7E7E7;
 background-color: #FAFAFA;
}*/

/*	nev.tabulka	*/
table.invisibleTable {border-collapse : collapse;}

table.invisibleTable td,table.invisibleTable th {
text-align : left;
padding : 5px 20px 5px 0;
vertical-align : top;
}

#pocitadlo {
margin: 30px auto 20px auto;
width: 88px;
}

select.selectStr  {
margin: 5px 0;
border : 1px solid #CECECE;
padding: 1px;
width: 160px;
}

input.width20 {width: 30px; }

.formSubmitRazeni {
width: 25px;
height: 20px;
border: 1px solid Gray;
text-align: center;
}

.imageGalerie {
float: left;
margin: 0 20px 20px 0;	
}

.imageGalerie img {
padding: 6px;
border: 3px solid #ECECEC;
}

.imgLeft {	
padding:3px;
border:1px solid #9E9E9E;
margin: 15px 15px 10px 0;
float:left;
}

.imgRight {	
padding:3px;
border:1px solid #9E9E9E;
margin: 15px 0 10px 15px;
float:right;
}

/*	new	*/
.loginForm td {padding:1px 4px 1px 0;}

.loginForm input.inputForm {
background-color: White;
border: 1px solid #3B74B9;
width:100px;
padding:2px;
}

.loginForm input.loginForm {
background-color: #D50000;
color:White;
width:104px;
padding:2px;
font-weight:bold;
}

.loginForm td {color: #3B74B9	;}

.vyraznejsi {
margin-top:5px;
background-color: White;
padding:10px;
color:Black;
line-height:15px;
}

.vyraznejsi span {
font-weight:bold;
font-size:14px;
color:Black;
}

.vyraznejsi a {color:Black;}

/*	filtrovani produktu	*/
.filtr  {
padding:3px;
background-color: White;
}

.filtr p {
display:inline;
margin-right:5px;
}

.filtr p select {
border:1px solid #787878;
padding:1px;
}

.filtr p option {padding:1px;}

/*	TEXT	*/
.ods {
margin:1em 0;
font-size:110%;
}

.ods a, .ods span, .ods div, .ods p, .ods * {font-size:100%;}




/* NEW DETAIL */
.detailKategorie {color:#919191;}

#detailVlevo {
float:left;
width:400px;
}

#detailRight {
float:left;
width:160px;
margin-left:20px;	
}

#detailImg img {border:1px solid #584547;}

.detailCenaProdukt {
float:right;
color:#940b19;
font-weight:bold;
font-size:140%;	
text-align:right;
width:140px;
font-family: Georgia, 'New York CE', utopia, serif;
}

.detailKosik {}

.detailPocetkusu {
margin-top:10px;
font-size:11px;
padding:2px;
border:1px solid Black;
width:20px;
font-size:13px;
text-align:center;
}

.detailVlozikKosik {
float:right;
display : block;
width : 45px;
height : 35px;
background-image : url(../pcs/pcs_layout/do-kosiku.gif);
background-position : center;
background-repeat : no-repeat;
}

.detailVlozikKosik:HOVER {background-image : url(../pcs/pcs_layout/do-kosiku-hover.gif);}



.zakladniVlastnosti {
border-collapse: collapse;
margin:15px 0;
width:250px;
}

.zakladniVlastnosti td, .zakladniVlastnosti th {
padding:3px 15px 3px 0;
color:#960206;
vertical-align:top;
border-bottom:1px solid #d1d1d1;
font-size:90%;
}

.zakladniVlastnosti th {
color:Black;
}

.otherProperties {margin:0 10px 0;}

.otherProperties h3 {
color:#4D83AF;
font-weight:normal;
font-size:90%;
}

.otherProperties ul li {margin:0 0 0 15px;}

#detailDesc { 
margin: 50px 10px 10px 0;
color:#960206;
padding-bottom:10px;
}

/*	nadpisz pcs	*/
#detailRight h3 {
padding-left:15px;
font-weight:normal;
font-size:100%;
}

.otherImages {
float:left;
margin:0 15px 10px 0;
}

.otherImages p  {
font-size:11px;
color:#460a00;
width:100px;
text-decoration:none;
}

/*	TABULKA kosik	*/

table.tabulkaKosik {
margin: 60px 0 10px 0;
border-collapse : collapse;
width:97%;
border:1px solid #45392a;
}

table.tabulkaKosik td, table.tabulkaKosik th {
padding : 6px 10px;
vertical-align : top;
text-align : left;
background-color: #ddd4bd;
border-bottom:1px solid #bfb5a0;
}

table.tabulkaKosik th {
padding : 10px;
background-color: White;
text-align : left;
color:#bb0400;
}

table.tabulkaKosik tr.sudy td {background-color: #f4f0e6;}
table.tabulkaKosik tr td.tab_final_cena {background-color : #FFFFE1;}
table.tabulkaKosik td img, table.tabulka1 th img {vertical-align : middle;}

/* tab sirky */
table.tabulkaKosik td.item_number {
width: 60px;
text-align: center;
}

/*	nove BUTTONY	*/
.buttonPokracovat {
position:absolute;
top:127px;
right:30px;
display:block;
width:120px;
height:30px;
line-height:30px;
text-align:center;
background-color : #D50000;
color:White;
text-decoration:none;
}

.buttonPokracovat:HOVER {background-color : #900000;}

.buttonZpet {
position:absolute;
top:127px;
left:20px;
display:block;
width:60px;
height:30px;
line-height:30px;
text-align:center;
background-color : #D50000;
color:White;
text-decoration:none;
}

.buttonZpet:HOVER {background-color : #900000;}


.dokoncitObjednavku {
position:absolute;
top:127px;

right:30px;
display:block;
width:210px;
height:30px;
line-height:30px;
text-align:center;
background-color : #D50000;
color:White;
text-decoration:none;
font-size:140%;
text-transform:uppercase;
}

.dokoncitObjednavku:HOVER {background-color : #900000;}

/*	search	vysledky */
.searchResult {
float:left;
width:275px;
height:155px;
margin-right:15px;
}

.searchImg {
float: left;
margin:0 10px 0 0; 
}

.searchImg img {
display: block;
float: left;
padding : 1px;
border : 1px solid #CECECE;
}

.searchTitle {

float:left;
font-size:115%;
width:180px;
}

.searchTitle a {
font-size:100%;
}

.searchPerex {
/*margin: 3px 0 0 85px;*/
padding: 5px 0;
color:#584547;
font-size:85%;
/*background-color: Aqua;*/
}

.searchTitle .jmeno_produkt {
width:180px;
font-size:12px;
}

.odd {
height:5px;
font-size:1px;
border-bottom: 1px solid #bfb5a0;	
margin:0 0 5px 0;
}

/*	detail IMG	*/
body#detailObrazkuPage {
padding-top:10px;
background-color: #460a00 !important;
background-image: none;
}

body#detailObrazkuPage * {color:White;}

#detailObrazkuPage img {
padding:px;
border:1px solid White;
margin:10px auto;
}

.icoDoporucujeme {
position:absolute;
top:37px;
right:10px;
width:84px;
height:18px;
background-position: center;
background-repeat: no-repeat;
background-image: url(../pcs/pcs_layout/ico-doporucujeme.jpg);
}

.tabulkaNovinky {border-collapse: collapse;}

.tabulkaNovinky td, .tabulkaNovinky th {
text-align:left;
padding:4px 15px 4px 0;
}

.textKategorie { 
margin:15px 0 10px 0; 
border:1px solid #DBBFA9;
background-color:#F9EDE1;
padding:10px;
font-style:italic;
color:#575452;
}

.textKategorie strong {color:#490907;}

/*	styly	*/
.styleSwitch {
clear:both;
text-decoration:none;
margin:10px 0 0 25px;
text-transform: uppercase;
font-size:11px;
font-weight:bold;
}

.styleSwitch img {
display:block;
margin:3px 0 0 25px;
}

.thumbLeft {
margin: 5px 10px 5px 0;
float:left;
}


body#detailObrazkuPage {
padding-top:10px;
background-color: Black !important;
background-image: none;
text-align:center;
}

body#detailObrazkuPage * {color:White;}

#detailObrazkuPage img {
padding:px;
border:1px solid White;
margin:10px auto;
}

.vanoceTab {
margin:-10px 0 0 0;
border-collapse:collapse;
border:2px solid #8f0b00;
}

.vanoceTab td {
border:1px solid Black;
padding:5px 15px;
}

table.vanoceTabSide {
margin:0 !important;
border-collapse:collapse;
border:2px solid #8f0b00;
}

.vanoceTabSide td {
border:1px solid Black;
padding:4px 2px;
font-size:10px;
}
