/* celkova nastaveni pro vsechny stranky */
body {
background-color: #f8f8f8;
color: #4b607c;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
margin: 0 0 20px 0;
}
h1 {
font-size: 1.8em;
color: #4b607c;
margin: 0;
padding: 0;
}
h2 {
clear: both;
color: #A00022;
font-size: 1.6em;
padding: 1em 0 0.5em 0;
margin: 0;
}
h3 {
font-size: 1.2em;
margin: 10px 0 0 0;
padding: 0 0 0.3em 0;
}
table {
font-size: 1em;
}
th {
line-height: 1.4em;
padding-right: 1em;
text-align: left;
}
table input, table textarea, table select {
background-color: #FFFFFF;
border: 1px solid #4b607c;
color: #4b607c;
font-family: Tahoma, Arial, sans-serif;
font-size: 10pt;
margin-right: 5px;
padding: 1px;
}
form {
padding: 0;
margin: 0;
}
a, a:link, a:visited, a:active {
color: #4b607c;
}
a, a:link, a:visited, a:active {
color: #4b607c;
}
img {
border: none;
}
.cena {
color: #4b607c;
}
.errors {
color: #4b607c;
padding-top: 1em;
}
.errors h2 {
font-size: 1.2em;
margin: 0;
padding: 0.5em 0 0 0;
}
input.button {
background-color: #4D7790;
border: none;
color: #FFFFFF;
font-weight: bold;
height: 30px;
width: 150px;
line-height: 30px;
}
a.button {
background-color: #4D7790;
border: none;
color: #FFFFFF;
font-weight: bold;
height: 30px;
width: 150px;
line-height: 30px;
text-decoration: none;
display: block;
text-align: center;
font-size: 13px;
}
.left-column {
float: left;
width: 400px;
margin-right: 20px;
}
.right-column {
float: left;
width: 250px;
}
/* stranka s prehledem produktu */
/* seznam kategorii */
ul.kategorie {
margin: 0 60px 10px 0;
padding: 0;
height: 25px;
}
ul.kategorie li {
margin: 0;
padding: 0;
float: left;
line-height: 25px;
list-style-type: none;
}
ul.kategorie li a {
display: block;
float: left;
padding: 0 10px;
height: 25px;
}
ul.kategorie li.basket {
float: right;
}
/* odstavec s tlacitkem Vytvorit vlastni design */
.vlastni-design {
}
/* tlacitko Vytvorit vlastni design */
.vlastni-design a {
display: block;
font-weight: bold;
text-align: center;
text-decoration: none;
background-color: #4D7790;
color: #FFFFFF;
height: 40px;
line-height: 40px;
margin-left: 5px;
width: 220px;
}
/* odstavec s textem o dotvoreni */
.dotvoreni {
margin-left: 7px; 
}
/* div s produktem v prehledu produktu */
.box-outer {
float: left; 
position: relative;
margin: 0 25px 15px 0;
}
/* vnitrni cast produktu */
.box {
height: 382px;
width: 255px;
}
/* vnitrni cast produktu */
.box-inner {
padding: 0;
margin: 0;
}
/* div pro flash, popis a cenu */
.flash-desc {
width: 255px;
height: 330px;
overflow: hidden;
}
/* div s nazvem produktu */
.nazev-border { 
background-color: #eff3f7;
border: 1px solid #b4c3d7;
}
.nazev { 
font-weight: bold;
overflow: hidden;
height: 31px;
width: 130px;
}
.nazev-inner { 
color: #4D7790;
font-size: 1.6em;
line-height: 31px;
font-weight: bold;
padding: 0 0 0 5px;
overflow: hidden;
}
/* div pro nastaveni ramecku kolem flashe s nahledem produktu */
.flash-border { 
float: left;
padding: 0;
margin: 1px 0 1px 0;
border: 1px solid #b4c3d7;
}
/* div obsahujici flash s nahledem produktu */
.flash {
height: 253px;
width: 253px;
padding: 0;
}
.desc-border { 
background-color: #eff3f7;
border: 1px solid #b4c3d7;
float: left;
}
/* odstavec s popisem */
.desc {
height: 36px;
width: 253px;
}
.desc-inner { 
font-size: 0.8em;
line-height: 13px;
margin: 2px 5px;
}
/* odstavec s cenou */
.price {
margin: 0;
padding: 0;
text-align: left;
position: absolute;
overflow: hidden;
font-size: 1.6em;
color: #4D7790;
height: 31px;
width: 120px;
line-height: 31px;
top: 0;
left: 135px;
}
.price b {
color: #930000;
}
/* odstavec s tlacitky upravit a koupit */
.buy {
position: absolute;
margin: 0;
padding: 0;
height: 34px;
width: 255px;
top: 331px;
}
/* spolecna nastaveni pro tlacitka upravit a koupit */
.buy a, .buy a:link, .buy a:active, .buy a:visited {
display: block;
text-align: center;
text-decoration: none;
font-size: 1.2em;
font-weight: bold;
font-variant: small-caps;
}
/* tlacitko upravit */
a.upravit, a:active.upravit, a:visited.upravit {
float: left;
color: #FFFFFF;
background-color: #b4c3d7;
line-height: 34px;
width: 128px;
height: 34px;
}
/* tlacitko koupit */
a.koupit, a:active.koupit, a:visited.koupit  {
float: right;
color: #FFFFFF;
background-color: #4D7790;
line-height: 34px;
width: 127px;
height: 34px;
}
fieldset {
border: none;
}
/* stranka s objednavkovym formularem */
.nahled {
float: left; 
width: 150px; 
height: 150px; 
margin: 5px 20px 0 0;
}
.povinne-udaje {
clear: both;
}
.pokracovat {
clear: both;
}
.metody, .doruceni {
float: left;
padding-right: 1em;
width: 20em;
}
.list th, .list td {
padding: 5px;
}
#priplatekDoruceniCena, #priplatekMetodaCena, #priplatekMetodaCena, #priplatekBalneCena, #celkemCena {
display: inline;
}
/* stranka s detailem podkladu */
p.popis {
padding-bottom: 1em;
}
.barva-podkladu-border {
float: left; 
border: 1px solid #CCCCCC; 
padding: 1px; 
background-color: #FFFFFF; 
margin: 5px 5px 0 0;
display: block;
text-decoration: none;
}
a.barva-podkladu {
display: block;
width: 20px; 
height: 20px;
text-decoration: none;
}
table.velikosti {
border-bottom: 30px solid #eef2f8;
border-collapse: collapse;
border-spacing: 0;
font-size: 1em;
width: 25em;
}
table.velikosti tr {
padding: 0 20px;
}
table.velikosti tr th {
background-color: #D5E0EE;
font-size: 1em;
padding: 10px 0 14px 0;
text-align: center;
vertical-align: bottom;
}
table.velikosti tr th.first {
border-left: 10px solid #D5E0EE; 
}
table.velikosti tr th.last {
border-right: 10px solid #D5E0EE; 
}
table.velikosti tr.first td {
border-top: 20px solid #EEF2F8;
}
table.velikosti tr td {
background: #EEF2F8 none;
border-right: 2px solid #EEF2F8;
font-size: 1em;
padding: 3px 4px 3px 4px;
text-align: center;
}
table.velikosti tr.odd td {
background-color: #E2E8F1;
}
table.velikosti tr td.first {
border-left: 10px solid #EEF2F8;
}
table.velikosti tr td.last {
border-right: 10px solid #EEF2F8;
}
.red {
color: #a00022;
}







/*prehledy produktu a obrazku */
.produkt {
    background: transparent url("/images/produkt.jpg") 0 15px no-repeat scroll;
    float: left;
    width: 180px;
    height: 270px;
    margin: 10px 10px 15px 0;
}

.produkt h3 {
    line-height: 15px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    height: 15px;
    width: 180px;
    overflow: hidden;
}

.produkt .preview {
    padding: 5px;
    text-align: center;
    margin: 0;
    vertical-align: middle;
}

.produkt .preview a {
    display: block;
    width: 170px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    color: #246693;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 25px 45px;
}

.produkt .preview .object {
    margin: 0;
    padding: 0;
}

.produkt .preview .object a img {
    margin: 0;
    padding: 0;	
    width: 170px;
    height: 170px;
}

.produkt .preview a div {
    width: 170px;
    height: 50px;
}

.produkt .preview a img {
    width: 170px;
    height: 120px;
}

.produkt .preview-obrazek {
    padding: 5px;
    margin: 0;
}

.produkt .preview-obrazek table {
    padding: 0;
    margin: 0;
}

.produkt .preview-obrazek table tr td {
    width: 170px;
    height: 170px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.produkt .preview-obrazek div {
    width: 170px;
    height: 170px;
    overflow: hidden;
}

.produkt .description h3 {
    line-height: 11px;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.produkt .buttons {
    padding: 0 5px;
    margin: 0;
    height: 23px;
    overflow: hidden;
}

.produkt .buttons a {
    padding: 5px 3px 2px 3px;
    display: block;
    float: left;
	text-decoration: none;
}

.produkt .buttons a.right {
    float: right;
}


.produkt .price2 {
    display: block;
    padding: 20px 0 0 5px;
    margin: 0;
}

.produkt .price2 a {
	cursor: pointer;
}

.produkt .price2 a, .produkt .price2 form {
    background-image: url("/images/price.png");
    width: 170px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
	overflow: hidden;
}

.produkt .price2 a .buy3 {
	display: block;
    color: #246693;
    height: 27px;
    width: 50px;
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
}

.produkt .price2 form .buy2 {
	display: block;
    color: #246693;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
	background: transparent url("/images/hlasovat.gif") 4px 5px no-repeat scroll;
	font-weight: bold;
	padding-left: 20px;
	font-size: 12px;
	border: none;
	padding-top: 5px;
}

.produkt .price2 a .sum {
    color: #A00022;
	display: block;
    height: 27px;
    width: 80px;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
}

.produkt .price2 form .sum {
    color: #A00022;
	display: block;
    height: 27px;
    width: 50px;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
}

.produkt .price2 a img {
    margin-top: 5px;
    float: left;
    padding-left: 5px;
    display: block;
}

.soutezni-produkty .produkt {
	padding-right: 15px;	
}

p.paging-soutez {
    clear: both;
    float: left;
    width: 800px;
	margin: 2px 0 10px 0;
	padding: 0;
}

.paging-soutez a {
    text-decoration: none;
}

.paging-soutez a.active {
    color: #a00022;
    font-weight: bold;
}



/* soutez */

.razeni {
	margin-left: 0;
}

.hledani {
	float: right;
	padding-right: 30px;
}

