* {
	padding: 0;
	margin: 0;
}
body     {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #c8deea;
}

/*elements*/
h1 {
	font-size: 1.7em;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #1c0c6b;
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;}
h1 span {
	font-size: 0.6em;
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
}	
h2 {
	font-size: 0.8em;
	line-height: 2.5em;
	color: #F3F3F3;
	background-color: #0a0d53;
	padding-left: 10px;
}
.produkt_nov {
	background-image: url(images/h2_novinka.gif);
	height: 16px;
	width: 16px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
.produkt_nej {
	background-image: url(images/h2_prodej.gif);
	height: 16px;
	width: 16px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
h2.br {
	padding-bottom: 3px;
	border-bottom: 1px solid #014B80;
}	
h2.red {
	color: #ED1C24;
}	
h2.notop {
	margin-top: 0;
}	
h3 {
	font-size: 1em;
	color: #1c0c6b;
	font-weight: bold;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h4 {
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 5px;
	color: #1c0c6b;
	border-bottom: 1px solid #014B80;
}
h4.odsaztop {
	margin-top: 25px;
}	

p { color: #000000; font-size: 0.9em; text-align: justify; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0; }

a { color: #0a0d53; }
a:hover { color: #f00; }
a:active { color: #f00; }
a:focus { outline:none; }


img {
	padding: 3px;
	background-color: #014B80;
}
ol { color: #2F2F2F; font-size: 90%; margin-left: 18px; }
ul { color: #2F2F2F; font-size: 90%; margin-top: 10px; margin-bottom: 10px; margin-left: 18px; padding-left: 0; }
ul li {
	padding-left: 5px;
	list-style-type: none;
	list-style-image: url(../images/li.gif);
	list-style-position: outside;
}
ul li ul li { font-size: 110%; }
table {
	font-size: 75%;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	background-color: #DEEEFE;
	margin-left: 1px;
}
.kosik_detail {
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	background-color: #DEEEFE;
	margin-left: 1px;
	width: 480px;
}
th { color: #FFFFFF; 
background-color: #014B80; }
th, td {
	XXborder: solid 1px #d9d9d9;
	background-position: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.prehled{
	width: 98%;
}
.vysledek{
	width: 100%;
}
.prehled td{
	border: solid 1px #d9d9d9;
}
form {
	margin: 0;
	padding: 0;
}
input.inp {
	height: 25px;
}	
fieldset {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #c7ddea;
	border: 0 none;
}
label {
	float: left;
	width: 140px;
	margin-right: 30px;
}
label.prodavac {
	width: 100px;
}
#reg label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#reg table {
	width: auto;
	font-size: 90%;
}	
#reg table td {
	border: 0 none;
}
#prih label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}			


hr { display: none; }

/*division*/
#obsah {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	
}
#content {
	text-align: left;
	position: relative;
	width: 951px;
	top: 0px;
	margin: 0 auto;
	background-repeat: no-repeat;
	min-height: 800px;
	background-color: #FFFFFF;
}

#header {
	position: absolute;
	top: 0px;
	left: 0;
	overflow: hidden;
	width: 951px;
	height: 286px;
	background-image: url(images/header.gif);	
}
#header_text {
	position: absolute;
	top: 130px;
	overflow: hidden;
	width: 440px;
	height: 150px;
}
#header_text p {
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 12px;
	font-style: italic;
}
#logo, #logo span {
	position: absolute;
	left: 0;
	top: 0;	
	width: 332px; 
	height: 88px; 
	overflow: hidden; 
}
#logo span {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 332px;
	height: 88px;
	cursor: pointer;
	display: block;	
}
.rychle {
	float: right;
	padding-right: 3px;
}
.rychle p {
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	margin: 0;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0a0d53;
}
.kontakty {
	margin-bottom: 20px;
	background-color: #c7ddea;
}
.kontakty p {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#adresa {
	position: absolute;
	left: 470px;
	top: 155px;
	
}
#adresa p {
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	margin: 0;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
}
.adresa_block {
	width: 125px;
	float: left;
}
.telefon{
	background-image: url(images/telephone.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.mobil{
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.email{
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.nabidka{
	background-image: url(images/nabidka.gif);
	background-repeat: no-repeat;
	height: 199px;
	width: 480px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nabidka p{
	color: #F5F5F5;
	padding-left: 130px;
	padding-right: 40px;
	padding-top: 35px;
	margin: 0px;
	text-align: left;
}
.nabidka a{
	color: #F5F5F5;
	Xtext-decoration: none;
}
.adresa_data {
	color: #FF0000;
}	
.adresa_right {
	margin-left: 30px;
}	
.doporucujeme {
	line-height: 2em;
	color: #F5F5F5;
	background-color: #469a08;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
}	
#kosik {
	position: absolute;
	left: 725px;
	top: 155px;
}
#kosik p {
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	margin: 0;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0a0d53;
}
.kosik_block {
	width: 125px;
	float: left;
}	
.kosik_data {
	color: #FF0000;
}	
.kosik_right {
	padding-left: 10px;
}
.kosik_obj {
	padding-left: 30px;
}
#find {
	margin: 0 1px 3px 3px;
	padding: 11px 10px;
	position: absolute;
	left: 740px;
	top: 45px;
}
#find p {
	margin: 0;
}	
#find .find_inp {
	width: 80px;
	height: 22px;
	border: 1px solid #585757;
	vertical-align: bottom;
	font-size: 1em;
}
/*foto*/
.detail_galery {
	float:left;
	border: 1px solid #469a08;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 20px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 210px;
	margin-right: 20px;
	margin-bottom: 4px;
	height: 180px;
	background-image: url(images/img_bg.gif);
}	
.detail_galery img {
	border: 0 none;
	background-image: none;
	padding: 0;	
}
/*foto*/
	
/*navigace*/
#navigace {
	position: absolute;
	top: 105px;
	left: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 951px;
	background-color: #070a44;
}
#navigace ul {
	height: 20px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navigace ul li {
	float: left;
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #070a44;	
}
#navigace ul li a {
	display: block;
	float: left;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	background-image: url(../images/navigace_delic.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	padding: 0 10px 0 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
	
#navigace ul li a.last { background: none; }
#navigace ul li a:hover {
	position: relative;
	margin-left: -3px;
	padding-left: 10px;
	background-color: #469a08;
}
body.uvod #navigace li#nav-1 a, 
body.shop #navigace li#nav-2 a, 
body.novinky #navigace li#nav-3 a, 
body.vyprodej #navigace li#nav-4 a,
body.contact #navigace li#nav-5 a,
body.conditions #navigace li#nav-6 a {
	position: relative;
	margin-left: -3px;
	padding-left: 10px;
	background-color: #469a08;
}

/*left_nav*/
ul#left_nav {
	margin: 0 1px 0 3px;
	padding: 0;
	background-color: #1c0c6b;
}
ul#left_nav li {
	background-image: none;
	list-style-type: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
ul#left_nav li ul {
	margin: 0px;
	padding: 0px;
}
ul#left_nav li ul li {
	margin: 0px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ul#left_nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	min-height: 20px;
	padding: 8px 4px 8px 20px;
	background-image: url(images/li_nav_m.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

ul#left_nav li a:hover, ul#left_nav li a:active, ul#left_nav li a:focus {
	color: #FFFFFF;
	background-color: #121676;
	background-image: url(images/li_nav_m.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
}
ul#left_nav li a.sel {
	color: #FFFFFF;
	background-color: #469a08;
	background-image: url(images/li_nav_z.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
}
ul#left_nav li a.sel:hover {
	background-image: url(images/li_nav_z.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
}


/* 2-rada */
ul#left_nav li ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 40px;
	background-image: url(images/li_nav_m.gif);
	font-size: 105%;
	background-repeat: no-repeat;
	background-position: 22px center;
	border-bottom-color: #000000;
}

ul#left_nav li ul li a:hover, ul#left_nav li ul li a:active, ul#left_nav li ul li a:focus {
	background-color: #121676;
	background-image: url(images/li_nav_m.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
}
ul#left_nav li ul li a.subsel {
	color: #FFFFFF;
	background-color: #121676;
	background-repeat: no-repeat;
	background-position: 22px center;
	border-bottom-color: #000000;
	
}

/*ostatni*/
#left, #middle {
	margin-top: 286px;
	display: inline;
}
#left {
	width: 220px;
	float: left;
	margin-left: -951px;
}
#left p { 
	text-align: left;
	font-size: 0.8em;
}
#middle {
	width: 725px;
	float: left;
	margin-left: 224px;
}
.inner_left {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 490px;
	float: left;
}
.inner_right {
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	width: 216px;
	float: right;
}
.inner2 {
	margin: 13px;
}	
.hlavicka {
	background-color: #c7ddea;
	line-height: 1.3em;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.drobky {
	font-size: 80%;
	background-image: url(images/hlavicka.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 4;
	margin-left: 5px;
}
.foot_top {
	background-color: #1c0c6b;
	height: 30px;
	border: 1px solid #003399;
}

#footer {
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 951px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#copy {
	margin: 0 auto;
	padding-top: 5px;
}
#copy p {
	color: #666666;
	font-size: 0.6em;
	font-weight:bold;
	padding-left: 120px;
	line-height: 1.3em;
}
#copy a {
	color: #666666;
}	
#copy a:hover {
	color: #f00;
}	
#copy img { position: absolute; top: 7px; left: 190px; padding: 0; }

.celek {
	margin-bottom: 30px;
}	
.d2 p, .d3 p {
	text-align: left;
}	
.d2 {
	float: left;
	width: 299px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.d3 {
	float:left;
	width: 299px;
	margin-bottom: 20px;
}
.box  {
	background-position: right top;
	padding: 15px 0 0 0;
	line-height: 2em;
	background-color: #00FFFF;
	text-decoration: none;
	font-weight: bold;
}
.box_top {
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px 0 0 0;
}
.box_top_in {
	padding-right: 15px;
}	
.box_top_col1 {
	width: 260px;
	float: left;
	padding-right: 30px;
	
}
.box_top_col2 {
	width: 358px;
	float: right;
}	
.box_top_col2 div.in {
	margin-right: 30px;
}	
	
.sortiment {
	margin-bottom: 25px;
}	

/*zbozi katalog	*/
.ramecek{
	border: 1px solid #469a08;
}
.katalog-list {
	padding: 0;
	margin: 10px 0;
}
.katalog-list ul {
	margin: 0;
	padding: 0;
}
.katalog_top {
	height: 1px;
}
/*velikost katalog okna*/
.katalog-list ul li {
	width: 160px;
	float:left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
	height: 320px;
}
.katalog-list ul li .specifikace .spec_img_obal {
	height: 140px;
	text-align: left;
	margin-right: 5px;
}
.katalog-list ul li .specifikace img {
	margin: 0 0 0 1px;
	padding: 0;
}	

.katalog-list ul li .specifikace p {
	padding: 0 10px 0 5px;
	text-align: left;
}
.katalog-list ul li p.kat_nadpis {
	margin: 0;
	height: 2em;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.kat_nadpis a, .kat_nadpis a:active {
	color: #004A80;
}	

.kat_nadpis a:hover {
	color: #f00;
}
.kat_detail {
	margin-bottom: 10px;			
}
.cenakat {
	font-size: 1em;
	background-color: #c7ddea;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 6px;
	margin-left: 4px;
	font-weight: bold;
	border: 1px solid #00CCCC;
}
.cena {
	font-size: 1.8em;
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
}
.celkova_cena {
	color: #ED1C24;
	font-weight: bold;
	font-size: 2.2em;
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
}	
.cena_puvodni_kat {
	font-size: 1em;
}
.mensi { font-size: 75%; }
.katalog_oddelovac {
	height: 5px;
	float: none;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	background-position: left top;
}


/*end of katalog*/

/*detail_zbozi*/
.zbozi_col1 {
	margin-left: 10px;
}
.zbozi_col2 {
	float: left;
	width: 340px;
}

.detail_popis p {
	text-align: left;
}	
.detpo_left {
	width: 80px;
	float: left;
}
.detpo_right {
	width: 194px;
	float: left;
}
.cen {
	padding: 10px 0;
}	
.photo_relative {
	position: relative;
	width: 336px;
	padding: 0;
	margin: 0 0 10px 0;	
	border: 2px solid #014B80;
	text-align: center;	
}
.photo_relative img {
	border: 0 none;
	padding: 0;
	margin: 0 0 -3px 0;
}	
.zoom { 
	background-color: #014B80; 
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1; 
	padding: 1px 5px 1px 5px;
}	

.other_photo_left, .other_photo_right {
	position: relative;
	width: 161px;
	height: 108px;
	float: left;
	border: 2px solid #014B80;
	text-align: center;
	margin-bottom: 10px;
}
.other_photo_left {
	margin-right: 10px;
}	
.other_photo_left img, .other_photo_right img {

}
.detail_obal_left {
	width: 298px;
	margin-bottom: 10px;	
}
.detail_obal_left_in {
	background-color: #DEEEFE;
	padding: 10px;
}
.detail_obal_left h2 {
	margin: 0;
}	
.cena_detail {
	font-size: 2em;
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
}
.cena_puvodni {
	font-size: 1.1em;
}
.cross { text-decoration: line-through; }

.strankovani {
	height: auto;
	min-height: 30px;
	font-size: 0.8em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #adcee0;
	border-bottom-color: #adcee0;
}
.strankovani_left { float: left; }
.strankovani_right { float: right; }
.larger {
	background-color: #469a08;
	padding: 2px 6px;
	color: #FFFFFF;
	font-weight:bold;
}

a.str_box {
	background-color: #FFFFFF;
	padding: 2px 6px;
	color: #000000;
}
a:hover.str_box {
	padding: 2px 6px;
	color: #ED1C24;
}
a.str_dalsi {
	background-color: #FFFFFF;
	padding: 2px 15px 2px 6px;
	color: #000000;
	background-image: url(../images/page_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
a:hover.str_dalsi {
	color: #ED1C24;
}
a.str_predchozi {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 15px;
	color: #000000;
	background-image: url(../images/page_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
a:hover.str_predchozi {
	color: #ED1C24;
}

.vyrobce_left {
	float: left;
	width: 100px;
}
.vyrobce_right {
	float: left;
	width: 541px;	
}
.tr_vybrano {
	color: #FFFFFF;
	background-color: #469a08;
	padding: 2px 5px;
}
.subkat_popis {
	border-bottom: 1px solid #014B80;	
}	

/*classes*/
.cleaner { font-size: 1px; line-height: 1px; float: none; clear: both; }
.fl_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }
.align_right { text-align:right;}
.info {
	background-color: #BEDEFD;
	border-top: 1px solid #014B80;
	border-bottom: 1px solid #014B80;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.center { text-align: center; }
.nobr_mar { margin: 0px; padding: 0px; border-style: none; border-width: 0; }
.nobr { border-style: none; border-width: 0; padding: 0; }

.noscreen { display: none; }
.pdf { 
	background-image: url(../images/pdf.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
	 padding-left: 25px; 
}

.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.red {
	color: #E10E0E;
}
.gren {
	color: #469a08;
}
p.pod_kat { font-size: 0.9em; font-weight: bold; background-image: url(../images/folder.gif); background-repeat: no-repeat; padding-left: 20px; }
.block_size { float:left; width: 200px; }
.block_size2 { float:left; width: 50px; }
	
.delitko { background-image: url(../images/delitko.gif); background-repeat: no-repeat; height: 8px; float: none; clear: both; margin-top: 10px; margin-bottom: 10px; }
#chyba {
	background-image: url(images/error.gif);
	font-weight: bold;
	text-align: left;
	color: #FF0000;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}
label.error {
	float:none;
	text-align: left;
	width: 270px;
	display:block;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 90%;
	font-weight:bold;
	color: #D71920;
	margin-top: 3px;
}
p#zprava_odeslano {
	padding: 10px;
	font-weight:bold;
}
#kontakt input.inp {
	width: 270px;}
#kontakt textarea {
	width: 270px;
}
.news {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url(images/page.gif);
	font-size: 12px;
}
.money {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url(images/money.gif);
	font-size: 12px;
}
.news_inp {
	/*height: 22px;
	border: 1px solid #585757;*/
	vertical-align: bottom;
	/*font-size: 1.3em;*/
	width: 120px;
}
.posledni_clanky {
	background-color: #DEEEFE;
	padding: 15px;
	border-left: 3px solid #014B80;
}	
.user {
	background-color: #DEEEFE;
	padding: 5px 5px 5px 30px;
	border-left: 3px solid #014B80;
	background-image: url(../images/user.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.user_w {
	padding: 5px 5px 5px 8px;
	background-image: url(../images/tvare_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.icon_tel {
	background-image: url(../images/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; 
}
.icon_mail {
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; 
}
.icon_firma {
	background-image: url(../images/icon_firm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; 
}
.icon_adres {
	background-image: url(../images/icon_adres.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; 
}
.icon_ic {
	background-image: url(../images/icon_ic_dic.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; 
}
.icon_ucet {
	background-image: url(../images/icon_ucet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; 
}

.obj_radek {
	background-color: #FFFFFF;
	border-top: 1px solid #014B80;
	border-bottom: 1px dotted #014B80;
	margin: 5px 0;
}
	

.objednavka {
	background-color: #FFFFFF;
	border: 1px solid #BCDDFE;
	margin: 5px 0;
	padding: 4px;
	width: 278px;
}
.objednavka td {
	border: 0 none;
	padding: 4px;
}	
.objednavka td.obj_inp {
	background-color: #ED1C24;
	text-align: center;
}
.objednavka col.obj_col {
	width: 60px;	
}

.zprava_ok {
	border: 2px solid #5ca353;
	background-image: url(../images/icon_ok.gif);
	background-position: 15px center;
	background-repeat: no-repeat;ychle
	font-weight: bold;
	color: #5ca353;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.zprava_bad {
	border: 2px solid #ED1C24;
	font-weight: bold;
	color: #ED1C24;
	background-image: url(../images/icon_bad.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.pocet {
	margin-bottom: 5px;
}
#cart_table td {
	padding: 5px 10px;
}
.clanky_fotogroup {
	float: right;
	width: 340px;
	margin-left: 10px;
}

/*printit*/
.top { white-space:nowrap; background-image: url(../images/top.gif); background-repeat: no-repeat; background-position: left center; margin-bottom: 0; margin-left: 10px; padding-top: 0.1em; padding-bottom: 0.1em; padding-left: 20px; }
.print { white-space:nowrap; background-image: url(../images/print.gif); background-repeat: no-repeat; background-position: left center; margin-bottom: 0; padding-top: 0.1em; padding-bottom: 0.1em; padding-left: 20px; }
p.printit { text-align: right; margin: 0; padding: 0; }

/*novinky*/
.novinka_datum {
	background-image: url(../images/ikon_datum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}

.novinka_archiv {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	background-image: url(images/li.gif);
}
.dots {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #c7ddea;
}

/*jazykova jednostranka*/
.polozka_produkt {
	width: 626px;
	background-color: #DEEEFE;
	border: 1px solid #BEDEFD;
	padding: 10px;
	margin-bottom: 10px;
}
.polozka_produkt h2 {
	margin-top: 0;
}
.polozka_produkt img {
	float: right;
	margin-left: 15px;
}	
	
.pokracovat{
	color: #E9E9E9;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
}	
.btn, .btn_find {
	position: relative;
	padding: 5px;
	color: #EFEFEF;
	text-decoration: none;
	cursor: pointer;
	background-color: #000000;
}
.btn_find {
	padding: 0 5px;
	height: 27px;
}
	
.btn * { 
	font-style: normal; 
	background-image: url(../images/btn2.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
}
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px;  
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
}
.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}
.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}
.btn span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}
.btn:hover { background-color: #1c0c6b; color: #FFFFFF; }
.btn:active { background-color: #444; color: #FFFFFF; }
.btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }

.btn_find.blue { background: #014B80; }
.btn_find:hover { background-color: #1c0c6b; }
.btn_find:active { background-color: #444; }
.btn_find[class] {  background-image: url(../images/shade.png); background-position: bottom; }
.aktualita {
	padding: 10px;
	border: 2px solid #FF0000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
 }
