/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body     {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
	background-color: #a9aaaf;
	color:  #6d6f72;
}
/*elements*/
h1 {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #4889c5;
}
h2 {
	font-size: 0.8em;
	line-height: 0.8em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #477ec2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2.br {
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
}	
h2.notop {
	margin-top: 0;
}	
h3 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #333333;
	
}
h4 {
	font-size: 1em;
	height: 20px;
	color: #3578BA;
	padding-top: 10px;
}
h5 {
	font-size: 0.8em;
	background-color: #b9b9b9;
	color: #333333;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 3em;
}


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

a { color: #448CCA; }
a:hover { color: #2f619f; }
a:focus { outline:none; }

img {
	border: 2px solid #b9b9b9;
	padding: 2px;
}
a img {
	border: 3px solid #736257;
}
a:hover img {
	border: 3px solid #cdbaa3;
}

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: disc;
	/*list-style-image: url(../images/li.gif);*/
	list-style-position: outside;
}
ul li ul li { font-size: 110%; }
table {
	font-size: 80%;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	margin-left: 1px;
}
th { color: #FFFFFF; background-color: #736257; }
th, td { padding: 2px 10px; border: solid 1px #d9d9d9; }
form { margin: 0; padding: 0; }
input.inp {
	height: 18px;
}	
fieldset {
	margin-bottom: 10px;
	background-color: #FAF9F0;
	border-top: 1px solid #cdbaa3;
	border-bottom: 1px solid #cdbaa3;
	border-left: 0 none;
	border-right: 0 none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
label {
	float: left;
	width: 200px;
}
label.prodavac {
	width: 100px;
}
#prih label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#reg label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#reg table {
	width: auto;
	font-size: 90%;
}	
#prih h3 {
	margin-bottom: 15px;
}	
#reg table h3{
	margin-top: 10px;
	margin-bottom: 15px;
}	
#reg table td {
	border: 0 none;
}
#reg table.dodani tr.radek_doprava td {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
	

hr { display: none; }

/*division*/
#obsah {
	background-image: url(../images/bg_obsah.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#content {
	text-align: left;
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 960px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0;
	overflow: hidden;
	width: 960px;
	height: 128px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;	
}
#top_header {
	float: right;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 0.8em;
}
#top_header a {
	color: #FFFFFF;
}
#logo, #logo span {
	position: absolute;
	left: 0;
	top: 0;
	width: 253px; 
	height: 153px; 
	overflow: hidden; 
}
#logo span {
	background-image: url(../images/logo_hed.gif);
	background-repeat: no-repeat;
	width: 237px;
	height: 128px;
	cursor: pointer;
	display: block;	
}
#header_pict {
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: right top;
	width: 712px;
	height: 247px;
}
		
#kosik {
	position: absolute;
	left: 30px;
	top: 170px;
}
#kosik p {
	background-image: url(../images/kosik_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	margin: 0;
}
.kosik_block {
	width: 125px;
	float: left;
}	

#find {
	margin-left: 5px;
	background-color: #a79801;
	background-image: url(../images/h3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 41px;
	padding: 15px 0 0 25px;
	margin-bottom: 15px;
}
#find p {
	margin: 0;
}	
#find .find_inp {
	width: 130px;
	height: 20px;
	border: 1px solid #585757;
	vertical-align: bottom;
	font-size: 1em;
}		
/*nav top*/
.nav_top{
	position: absolute;
	top: 128px;
	left: 0;
	overflow: hidden;
	width: 960px;
	height: 41px;
	background-image: url(images/navigace.gif);
	background-repeat: no-repeat;	
}
.drobky {
	position: absolute;
	top: 169px;
	left: 0;
	overflow: hidden;
	width: 960px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(images/drobky.gif);
}
.drobky p {
	font-size: 12px;
	padding-left: 20px;
}

/*navigace*/
#navigace {
	position: absolute;
	top: 12px;
	left: 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 960px;
}
#navigace ul {
	height: 20px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#navigace ul li {
	float: left;
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 20;
	}
#navigace ul li a {
	display: block;
	float: left;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 7px;
}
	
#navigace ul li a:hover {
	position: relative;
	margin-left: -3px;
	padding-left: 10px;
	/*color: #000066;*/
	color: #FFFF00;
}
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.kont #navigace li#nav-9 a,
body.conditions #navigace li#nav-7 a {
	position: relative;
	margin-left: -3px;
	padding-left: 10px;
	color: #FFFF00;
}

/*leva navigace*/
ul#left_nav {
	margin: 0 0 15px 5px;
	padding: 0;
}
ul#left_nav li {
	background-image: none;
	list-style-type: none;
	font-weight:bold;
	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 0 0 10px;
	list-style-image: none;
	list-style-type: none;
}
ul#left_nav li a {
	color: #362f2d;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	min-height: 18px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

ul#left_nav li a:hover, ul#left_nav li a.sel, ul#left_nav li a.sel:hover {
	color: #3062a1;
	background-image: url(images/lili.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
/* 2-vrstva */
/*ul#left_nav li ul li a {
	color: #362f2d;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	min-height: 18px;
	padding: 5px 10px 5px 26px;
	background-image: url(images/lili.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
ul#left_nav li ul li a span, ul#left_nav li ul li a:hover span {
 	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
ul#left_nav li ul li a span {
	background-image: url(images/nav_lili.gif);
}
ul#left_nav li ul li a:hover span {
 	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
ul#left_nav li ul li a.sub span {
	background-image: none;
}

ul#left_nav li ul li a:hover {
	color: #3062a1;
	background-image: url(images/lili.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
ul#left_nav li ul li a.sub, ul#left_nav li ul li a.sub:hover  {
	color: #3062a1;
}
ul#left_nav li ul li a.sub span, ul#left_nav li ul li a.sub:hover span {
 	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}*/

/* 3-vrstva */
/*ul#left_nav li ul li ul li a {
	color: #362f2d;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 0.8em;
	min-height: 18px;
	padding: 5px 10px 5px 42px;
	background-image: none;
}
ul#left_nav li ul li ul li a span {
 	background-image: url(../images/nav_subli.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	display: block;
}
ul#left_nav li ul li ul li a.sub span, ul#left_nav li ul li ul li a.sub:hover span {
	background-image: url(../images/nav_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/

/*other divison*/
#left, #middle, #right {
	margin-top: 217px;
	display: inline;
	
}
/*#left { width: 240px; float: left; margin-left: -960px; }*/
#left {
	width: 240px;
	float: left;
	Xmargin-left: -960px;
	XXborder: 1px solid #0000FF;
}
#left p {
	text-align: left;
	font-size: 0.8em;
	padding-left: 3px;
}
/*#right { width: 693px; float: left; margin-left: 267px; }*/
#middle {
	width: 500px;
	float: left;
	CXmargin-left: 645px;
	XXborder: 1px solid #FF0000;
}
#right {
	width: 215px;
	float: left;
	Xmargin-left: -445px;
	XXborder: 1px solid #FF0000;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 960px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0px;
	color: #FFFFFF;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#copy {
	margin: 0 auto;
	padding-top: 10px;
}
#copy p {
	color: #FFFFFF;
	font-size: 0.7em;
	padding-left: 185px;
	line-height: 1.3em;
}
#copy a {
	color: #FFFFFF;
}	
#copy a:hover {
	color: #666666;
}	
#copy img { position: absolute; top: 110px; left: 400px; padding: 0; }

.d2 {
	float: left;
	width: 361px;
}
.d3 {
	float: left;
	width: 250px;
	margin-left: 16px;
}
.d2 p, .d3 p {
	text-align: left;
}	

/*zbozi katalog	*/
.katalog-list {
	padding: 0;
	margin: 10px 0;
}
.katalog-list ul {
	margin: 0;
	padding: 0;
}
.katalog-list ul li {
	width: 160px;
	float:left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image: none;
	display: inline;
}
.katalog-list ul li .specifikace {
	text-align: center;
	margin: 0 6px 0 0;
	height: 220px;
	XXborder: 1px solid #0000FF;
}
.katalog-list ul li .specifikace .spec_img_obal {
	height: 125px;
	text-align: center;
	position: relative;
}
.zbozi_ikon {
	height: 20px;
	display: block;
	float: left;
}
.upoutavka {
	position: absolute;
	left: 5px;
	bottom: 0;
}
/*.katalog-list ul li .specifikace img {
	margin: 0 0 0 0px;
	padding: 0;
	XXborder: 0 none;

}	*/

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

.kat_nadpis a:hover {
	color: #f00;
}
.kat_detail {
	margin-bottom: 10px;			
}
.cena {
	font-size: 1.6em;
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
	color: #477ec2;
}
table#cart_table td.celkova_cena_obal {
	padding: 14px 6px 6px 6px;
	text-align: right;
}	
.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%; }
.popis_kat {
	font-size: 75%;
	text-align: left;
}

/*end of katalog*/

/*detail_zbozi*/
.detail_text p {
	margin-bottom: 15px;
}	
.detpo_left {
	width: 80px;
	float: left;
}
.detpo_right {
	width: 194px;
	float: left;
}
.cen {
	padding: 10px 0;
}	
.photo_relative {
	position: relative;
	width: 336px;
	padding: 0 15px 32px 10px;
	margin: 0 0 10px 0;
	text-align: center;
	background-image: url(../images/detail_photo_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.photo_relative img {
	border: 0 none;
	padding: 0;
	margin: 0 0 -3px 0;
}	
.photo_relative a:hover img {
	border: 0 none;
}	
.zoom { 
	background-color: #FFFFFF; 
	Xposition: absolute;
	bottom: 6px;
	right: 3px;
	z-index: 1; 
	padding: 3px 3px 3px 5px;
}
.zoom p {
	margin: 0;
}		
.zoom a { 
	color: #000000; 
	font-size: 80%; 
	background-image: url(../images/zoom.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	padding-left: 25px; 
}
.zoom a:hover { color: #f00; }

.other_photo_left, .other_photo_right {
	position: relative;
	Xwidth: 170px;
	Xheight: 170px;
	float: left;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 15px;
}
/*	
.other_photo_left img, .other_photo_right img {
	Xposition: absolute;
	Xright: 12px;
	Xbottom: 30px;
}
.other_photo_left a:hover img, .other_photo_right a:hover img {
	XXborder: 0 none;
}
*/ 
#zbozi_objednavka {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 1px;
}
#zbozi_objednavka table {
	border: 0 none;
	width: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 30;
}
#zbozi_objednavka table td {
	padding-right: 20;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#zbozi_objednavka table .obj_inp {
	width: 40px;
	margin-right: 5px;
}	


.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: 1.8em;
}
.cena_puvodni {
	font-size: 1.1em;
}
.cross { text-decoration: line-through;
		color:#FF0000; }
.ikon_video, .ikon_zvuk {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.ikon_video {
	background-image: url(../images/ikon_video1.gif);
}
.ikon_zvuk {
	background-image: url(../images/ikon_zvuk.gif);
}

/*trideni*/
#trideni {
	background-image: url(../images/trideni_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 620px;
	margin-bottom: 10px;
}
#trideni_in p { 
	text-align: left;
}
#trideni_in {
	padding: 5px 15px 0 15px;
}
#trideni_foot { 
	background-image: url(../images/trideni_box_foot.gif); 
	background-repeat: no-repeat; 
	height: 5px; 
	overflow: hidden;
}

.vyrobce_left {
	float: left;
	width: 100px;
}
.vyrobce_right {
	float: left;
	width: 490px;	
}
.tr_vybrano {
	color: #FFFFFF;
	background-color: #a79801;
	padding: 2px 5px;
}
.subkat_popis {
}

/*strankovani*/
.strankovani {
	padding: 5px 0;
	margin-right: 7px;
}
.strankovani_left { float:left; }
.strankovani_right { float:right; }
.larger {
	background-color: #477ec2;
	padding: 2px 6px;
	color: #FFFFFF;
	font-weight:bold;
}

a.str_box {
	background-color: #e3e3dd;
	padding: 2px 6px;
	color: #000000;
}
a:hover.str_box {
	padding: 2px 6px;
	color: #ED1C24;
}
a.str_dalsi {
	background-color: #e3e3dd;
	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: #e3e3dd;
	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;
}
	
.uvod_pict {
	position: relative;
	float: right;
	width: 370px;
	height: 254px;
	margin: 0 0 5px 10px;
	background-image: url(../images/uvod_pict_bg.gif);
	background-repeat: no-repeat;
}
.uvod_pict img {
	position: absolute;
	right: 18px;
	bottom: 16px;
	border: 0 none;
	padding: 0;
}
/*box*/
.box1 {
	margin-bottom: 10px;
	border: 2px solid #b9b9b9;
	margin-right: 3px;
	margin-left: 3px;
}
.box2 {
	margin-bottom: 10px;
	border: 2px solid #b9b9b9;
	margin-right: 3px;
	margin-left: 3px;
}
.box2 p {
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.trevos {
	color: #2f619f;
	font-weight: bold;
}
/*kosik*/
ul#kosik_nav { font-size: 105%; text-align: left; margin-bottom: 40px; margin-left: 0; padding-left: 0; }
ul#kosik_nav li { margin-right: 15px; padding-top: 23px; padding-bottom: 25px; list-style-type: none; display: inline; }
.kosik_one_light { background-image: url(../images/kosik_one_light.gif); }
.kosik_one_dark { background-image: url(../images/kosik_one_dark.gif); }
.kosik_two_light { background-image: url(../images/kosik_two_light.gif); }
.kosik_two_dark { background-image: url(../images/kosik_two_dark.gif); }
.kosik_three_light { background-image: url(../images/kosik_three_light.gif); }
.kosik_three_dark { background-image: url(../images/kosik_three_dark.gif); }
.kosik_one_light, 
.kosik_one_dark, 
.kosik_two_light, 
.kosik_two_dark, 
.kosik_three_light, 
.kosik_three_dark { background-repeat: no-repeat; background-position: left center; padding-left: 50px; }

.cartcol_left {
	float: left;
	width: 280px;
	margin-right: 67px;
}
.cartcol_right {
	float: right;
	width: 280px;
}
/*.btn_obj, .btn_zbo {
	border: 2px solid #ed2024;
	width: 276px;
	text-align: center;
	padding: 25px 0;
}	
.btn_zbo {
	border: 2px solid #c4df9b;
}*/	



/*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; }

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.inner {
	margin: 5px;	
}
.inner2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}	
.seminar_linka {
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.align_right { text-align:right;}
.center { text-align: center; }
.nobr_mar { margin: 0px; padding: 0px; border-style: none; border-width: 0; }
.nobr {
	border: 0 none;
	padding: 0; 
}
a img.nobr, a:hover img.nobr {
	border: 0 none;
	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;
}
.redfont {
	color: #FF0000;
}
.red {
	color: #790000;
}	
.video {
	font-weight: 400;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

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 { width:60px; float:left;}
	
.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;
}
.user {
	border-top: 1px solid #cdbaa3;
	border-bottom: 1px solid #cdbaa3;
	background-image: url(../images/icon_user1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 10px 10px 15px 60px;
	background-color: #FAF9F0;
}
.kont_udaje {
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding: 0 0 10px 60px;
	/*border-bottom: 1px solid #a79801;*/	
}
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 label { 
	font-size: 0.9em; 
	width: 130px; 
	text-align: right; 
	margin-right: 10px;  
}
#kontakt input.inp {
	width: 280px;
}
#kontakt textarea {
	width: 280px;
	height: 155px;
}
.mapa a img {
	border: 4px solid #D9F3FD;
}
.mapa a:hover img {
	border: 4px solid #ED1C24;
}

.news_inp {
	height: 20px;
	border: 1px solid #585757;
	vertical-align: bottom;
	font-size: 1.3em;
	width: 120px;
}
.posledni_clanky {
	background-color: #FAF9F0;
	border-top: 1px solid #cdbaa3;
	border-bottom: 1px solid #cdbaa3;
	padding: 10px;
	margin-top: 20px;
}
.posledni_clanky h2 {
	margin-top: 0;
}		

.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: 227px;
}
.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;
	padding: 15px 15px 15px 35px;
	font-weight: bold;
	color: #5ca353;
	margin: 0;
}

.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;
	padding: 15px 15px 15px 35px;
}

#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 {
	color: #999999;
}
.novinka_nadpis, .novinka_archiv {
	color: #477ec2;
	font-weight: bold;
	font-size: 0.8em;
}
	
/*BTNS*/
.btn, .btn_find {
	padding: 5px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #477ec2;
	border: 1px solid #333333;
}
.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; 
}
/*
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
*/
.btn.blue { background: #477ec2; }
.btn.oranz { background: #f7ac18; }
.btn:hover { background-color: #c69025; color: #FFFFFF; }
.btn:active { background-color: #c69025; color: #FFFFFF; }
.btn[class] {
	background-image: url(images/XXX.png);
	background-position: bottom;
}

.btn_find.oranz { background: #f7ac18; }
.btn_find:hover { background-color: #c69025; }
.btn_find:active { background-color: #c69025; }
.btn_find[class] {  background-image: url(images/XXX.png); background-position: bottom; }



/* fotky - novinky, fotogalerie */
.foto_novinka_obal, .foto_seznam_obal, .foto_kat_obal{
	margin: 0;
	width: 199px;
	float: left;
	margin-right: 15px;	
	margin-bottom: 15px;
}
.foto_novinka_obal2, .foto_seznam_obal2, .foto_kat_obal2 {
	margin: 0;
	width: 199px;
	float: left;
	
}

.foto_novinka_obal p, .foto_novinka_obal2 p, .foto_seznam_obal p, .foto_seznam_obal2 p, .foto_kat_obal p, .foto_kat_obal2 p {
	text-align: center;
}	

.foto_novinka, .foto_seznam, .foto_kat {		
	text-align: center;
	padding: 1px;
	background-color: #FFFFFF;
	border: 2px solid #014B80;
}
.foto_novinka:hover, .foto_kat:hover, .foto_seznam:hover {
	padding: 1px;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
}	
.foto_novinka a img, .foto_kat a img, .foto_seznam a img  {
	padding: 0;
	margin-bottom: -3px;
	border: 0 none;
}

.mapa1stranka a img {
	border: 4px solid #014B80;
}
.mapa1stranka a:hover img {
	border: 4px solid #ED1C24;
}

div.left p {text-align:left;}
.rychle {
	border: 2px solid #b9b9b9;
}
.banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 300px;
	width: 490px;
}
.banner p {
	height: 300px;
	width: 350px;
	padding-top: 2px;
	padding-left: 6px;
}
.heslo {
	font-weight: bold;
	color: #477ec2;
	font-size: 0.8em;
	margin-left: 5px;
}
.box2 input, .registration input, .order input, .shop input {
        background-image: url(images/input.gif);
        background-repeat: no-repeat;
        height: 25px;
        width: 186px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        text-indent: 3px;
}
