* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1010px;
	padding-bottom: 50px;
}
#body_in {
	/*background-image: url(../images/bg_body_in.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
/*elements*/
h1, h2, h3 {
	color: #6c9719;
}
h1 {	
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 25px 0 10px 0;
}
h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 35px 0 10px 0px;
}
h2 a {
	color: #6c9719;
}
h3 {
	font-size: 1em;
	margin: 20px 0 10px 0;
}
h4 {
	background-image: url(../images/bg_h4.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 6px 0;
	margin: 6px 0 15px 0;
	font-size: 1.1em;
	color: #b88a7a;
}
h4#first {
	font-size: 1.2em;
	font-weight: normal;
	color: #eeedb4;
	position: absolute;
	top: 131px;
	left: 0;
	background-image: none;
	margin: 18px 0 0 0;
	padding: 0 19px;
}
h5 {
	background-image: url(../images/bg_h5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 184px;
	height: 32px;
	padding: 0 15px;
	text-align: center;
	line-height: 32px;
	color: #5C5043;
	font-size: 1em;
	margin: 30px 0 5px 0;
}
h5.first {
	margin-top: 0;
	background-image: none;
}

p { 
	color: #362f2d;
	font-size: 0.9em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a { color: #362f2d; }
a:hover { color: #C40000; }
a:focus { outline:none; }

img, a img {
	border: 0 none;
}
a:hover img {
	border: 0 none;
}
.img_obal {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #545949;
}	
.img_obal a img, .img_obal a:hover img {
	padding: 0;
	border: 0 none;
}

ul, ol {color: #363636; }
ul { font-size: 80%; margin: 10px 0 10px 10px; padding-left: 0; }
ol { font-size: 80%; margin-left: 19px; }

ul li {
	margin-bottom: 2px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	list-style-position: outside;
}

.informace_left ul li {
	background-image: url(../images/li.gif);
	background-position: left center;
	padding-left: 20px;
}
ul li ul {
	margin-left: 0;
}	
ul li ul li, ol li ul li, ol li ol li { font-size: 115%; }
table {
	width: 690px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
th {
	background-image: url(../images/bg_th.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #759220;
	color: #FFFFFF;
	height: 40px;
}
th, td { padding: 2px; border: 1px solid #afc361; }
td {
	background-color: #E6E0D7;
}
form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	border: 0 none;
	border-left: 5px solid #D15C6E;;
}
fieldset h3 {
	margin-top: 0;
}
label {
	float: left;
	width: 130px;
}
hr { display: none; }

/*division*/
#content {
	width: 980px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 70px;
}
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 181px;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;	
}
#logo a, #logo a span {
	width: 430px; 
	height: 131px; 
	overflow: hidden; 
}
#logo a span {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;	
}


#kosik_obal {
	position: absolute;
	top: 14px;
	right: 20px;
	width: 260px;
	height: 41px;
	background-image: url(../images/bg_kosik.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#kosik_obal p.oblibene, #kosik_obal p.kosik,
#kosik_obal p.oblibene a, #kosik_obal p.kosik a {
	font-weight: bold;
	color: #FFFFFF;
}
#kosik_obal p.oblibene a:hover, #kosik_obal p.kosik a:hover {
	font-weight: bold;
	color: #FFFF00;
}
#kosik_obal p.oblibene {
	position: absolute;
	margin: 0;
	top: 9px;
	left: 37px;
}
#kosik_obal p.kosik {
	position: absolute;
	margin: 0;
	top: 9px;
	left: 141px;
}
#find {
	position: absolute;
	top: 76px;
	right: 20px;	
}
#find p {
	margin: 0;
	float: left;
}	

input.find_inp {
	background-image: url(../images/find_inp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #1b1919;
	font-size: 1.1em;
	width: 160px;
	height: 24px;
	border: 0 none;
	margin: 0 6px 0 0;
	padding: 7px 0 0 10px;
	vertical-align: bottom;
}	
input.find_btn {
	background-image: url(../images/find_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
	width: 77px;
	height: 31px;
	border: 0 none;
}	

		
/*navigace*/
#navigace {
	width: 729px;
	height: 50px;
	position: absolute;
	top: 131px;
	left: 266px;
	margin: 0;
}		
#navigace ul {
	height: 50px;
	margin: 0;
}
#navigace ul li {
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	background-image: none;
	margin: 0 1px 0 0;
	padding-left: 0;
}
#navigace ul li a { 
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block; 
	color: #736357;
	font-size: 1em; 
	font-weight: bold;
	line-height: 50px; 
	text-decoration: none; 
	height: 50px; !important;
	padding: 0 10px 0 10px;
}
#navigace ul li a.sel, #navigace ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigace ul li.last a {
	background-image: none;
}	
/*end navigace*/
	
		


#left, #right {
	display: inline;
}
#left {
	width: 251px; 
	float: left; 
	margin: 166px 0 0 -980px;
}
#left p { 
	text-align: left;
}

#right { 
	width: 729px;
	float: left; 
	margin: 180px 0 0 251px;
}


#footer {
	width: 980px;
	height: 68px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
p.nahoru {
	position: absolute;
	top: 0;
	right: 37px;
}
p.nahoru, p.nahoru a {
	color: #e6dcd4;
	font-size: 0.9em;
	margin: 7px 0 0 0;
}
p.nahoru a:hover {
	color: #000000;
}
#copy p {
	background-image: url(../images/logo_2m.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0.8em;
	margin: 7px 0 0 20px;
	padding-left: 60px;
}	
#copy p {
	text-align: left;
}	
#copy p, #copy p a {
	color: #e6dcd4;
}	
#copy p a:hover {
	color: #000000;
}


.leftbox {
	background-image: url(../images/boxleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	margin-left: 1px;	
}
.leftbox_in {
	padding: 10px 20px;
}
.leftbox_in ul {
	margin-top: 20px;
}
.leftbox_in ul li {
	background-image: url(../images/left_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.leftbox_foot {
	background-image: url(../images/boxleft_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	margin-left: 1px;
	overflow: hidden;		
}	

.nav_nadpis {
	margin: 15px 0 0px 0;
	font-size: 1.1em;
	font-weight: normal;
}
.nav_nadpis a {
	color: #eeedb4;
}
.nav_nadpis a:hover {
	color: #FFFFFF;
}	


/*left_nav*/
#left #obal_left_nav {
	background-image: url(../images/bg_left_nav.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 13px 0;
}
#left #obal_left_nav .in {
	padding: 14px 17px 0 18px;
}
#left #obal_left_nav .in ul.left_nav {
	margin: 10px 0 10px 0;
	padding: 0;
}	
.left_nav li {
	background-image: url(../images/nav_li.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 2px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.left_nav li a {
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0;
	padding: 0 0 0 20px;
	display: block;
	width: 190px;		
}	
.left_nav li a:hover, .left_nav li a.sel, .left_nav li a.subsel {	
	color: #FFFF00;
	text-decoration: underline;
}
.left_nav li ul {
	margin: 0 0 0 10px;
	padding: 5px 0;
}	
.left_nav li ul li {
	padding: 0;
	border-bottom: 0 none;	
}
.left_nav li ul li a {
	width: 160px;
	font-size: 1em;
	background-image: url(../images/left_nav_subli.png);
	background-repeat: no-repeat;
	background-position: left -32px;
	list-style-position: outside;
	padding: 0 0 0 10px;	
}
.left_nav li ul li a.last {
	background-image: url(../images/left_nav_subli_last.png);
	background-repeat: no-repeat;
	background-position: left -32px;
}		
.left_nav li ul li a:hover, .left_nav li a.subsel {
	text-decoration: underline;
	color: #FFFF00;
}
#left ul.odsaz_aktualne {
	margin: 18px 0 0 0;
}	
.left_nav_footer {
	background-image: url(../images/bg_left_nav_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 251px;
	height: 10px;
	overflow: hidden;
}


/*akce*/
#left ul.left_akce {
	margin: 5px 15px;
	padding: 0;
	background-image: none;
}	
.left_akce li {
	background-image: none;
	margin: 0;

	padding: 5px 0 3px 0;
	list-style-type: none;
	list-style-image: none;
}
.left_akce li a {
	font-size: 1.1em;
	min-height: 20px;
	color: #004a80;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0;
	padding: 0;
	display: block;
	width: 170px;	
}	
.left_akce li a:hover, .left_akce li a.sel {	
	color: #000000;
	text-decoration: underline;
}
.left_akce li ul {
	margin: 0 0 0 10px;
	padding: 5px 0;
}	
.left_akce li ul li {
	padding: 0;
	border-bottom: 0 none;	
}
.left_akce li ul li a {
	width: 160px;
	font-size: 1em;
	background-image: url(../images/left_nav_subli.png);
	background-repeat: no-repeat;
	background-position: left -32px;
	list-style-position: outside;
	padding: 0 0 0 10px;	
}
.left_akce li ul li a.last {
	background-image: url(../images/left_nav_subli_last.png);
	background-repeat: no-repeat;
	background-position: left -32px;
}		
.left_akce li ul li a:hover, .left_akce li ul li a.subsel {
	color: #000000;
	text-decoration: underline;
}


/*zbozi katalog	*/
.katalog_list {
	width: 690px;
	padding: 0;
	margin: 10px 0;
	background-image: url(../images/katalog_bg.gif);
	background-repeat: repeat-y;
}
.katalog_list ul {
	margin: 0;
	padding: 0;
}
.katalog_top {
	background-image: url(../images/katalog_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 10px;
	overflow: hidden;
}
.katalog_list ul li {
	width: 217px;
	float: left;
	padding: 0 13px 0 0;
	margin: 0;	
	list-style-type: none;
	background-image: none;
}
.katalog_list ul li .specifikace {
	position: relative;
	margin: 0;
}
.katalog_list ul li .specifikace .spec_img_obal {
	display: table;
	#position: relative;
	overflow: hidden;
	height: 162px;
}
.katalog_list ul li .specifikace .spec_img_obal_middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}	
.katalog_list ul li .specifikace .spec_img_obal_vertical{
	#position: relative;
    #top: -50%;
	text-align: center;
	width: 217px;
}
.katalog_list ul li .specifikace .spec_img_obal a img,
.katalog_list ul li .specifikace .spec_img_obal a:hover img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.katalog_list ul li p.kat_nadpis {
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	height: 3em;
	margin: 0 15px 15px 15px;	
}
.kat_nadpis a {
	color: #362f2d;
}
.kat_nadpis a:hover {
	color: #FFFF00;
}
.katalog_list ul li .specifikace2 {
	margin: 0 10px 10px 10px;
}
.katalog_list ul li .specifikace2 p {
	text-align: left;
	margin: 2px 0;
}
.katalog_list ul li .specifikace2 p.center {
	text-align: center;
}	
.katalog_list ul li .specifikace2 p.cena {
	color: #b88a7a;
	font-size: 1.5em;
	line-height: 25px;
	font-weight: bold;
	/*float: left;*/
	text-align: right;
}	
.katalog_list ul li .specifikace2 p.cena span.vetsi {
	font-size: 120%;
}	
.puvodni {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 90%;
}
.katalog_list ul li .specifikace2 p.zbozi_popis {
	font-size: 1em;
	margin: 5px 0 7px 0;
	height: 70px;
}
.katalog_list ul li .specifikace2 p.detail {
	float: right;
}	
.katalog_list ul li p a.btn_detail {
	background-image: url(../images/btn_detail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 67px;
	height: 25px;
	line-height: 25px;
	display: block;
	/*float: right;*/
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
.katalog_list ul li p a.btn_detail:hover {
	color: #FFFF00;
	text-decoration: none;
}
/*.katalog_list ul li p a.btn_detail span {
	display: none;
}*/

.katalog_oddelovac {
	float: none;
	clear: both;
	background-image: url(../images/katalog_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 20px;
	overflow: hidden;
}
.favourite {
	background-image: url(../images/icon_star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 24px;
	margin: 0 0 0 10px;
}
.favourite_detail {
	background-image: url(../images/icon_star_detail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 24px;
	margin: 0 0 0 0px;
}

/*end of katalog*/


.btn_odeslat {
	background-image: url(../images/btn_odeslat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 77px;
	height: 31px;
	border: 0 none;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}


div#velikosti table.velikosti {
	text-align: center;
	width: 550px;
}	
div#velikosti h2 {
	margin-bottom: 0;
}	
div#velikosti table th, div#velikosti table td {
	padding: 5px;
	}
div#velikosti table tr.sudy {
	background-color:#f3f3f3;
}	

div#velikosti table th {
	width: 100px;
	padding-left: 10px;
}
div#velikosti table.muzi th {
	background-color:#4ca6e0;
	color:#fff;
}	
	
div#velikosti table.zeny th {
	background-color:#c41c00;
	color:#fff;  
}	 

div#velikosti div.float-img {
	position:relative;
	_height: 264px;
}

div#velikosti div.float-img img {
	position:absolute;
	bottom: 0px;
	right:0px;
}
h2.red_nadpis {
	color: #c41c00;
	border-color: #c41c00;
}
h2.blue_nadpis {
	color: #4ca6e0;
	border-color: #4ca6e0;
}



.uvodbox_right {
	background-image: url(../images/uvodbox_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 245px;
	margin: 0 0 20px 20px;
}
.uvodbox_right_in {
	padding: 7px 15px 0px 15px;	
}
.uvodbox_right_in ul {
	margin: 0;
	text-align: left;
}	
.uvodbox_right_foot {
	background-image: url(../images/uvodbox_right_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	overflow: hidden;
}


/*left-box*/
.leftbox {
	background-image: url(../images/boxleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 251px;
	margin-bottom: 13px;
}
.leftbox_in {
	padding: 7px 17px 0px 19px;	
}
.leftbox_in ul {
	margin: 0;
	text-align: left;
}	
.leftbox_foot {
	background-image: url(../images/boxleft_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	overflow: hidden;
}
	
/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}

p.info {
	background-image:url(../images/icon_info.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 10px 0 10px 40px;
}	
.vetsi {
	font-size: 110%;
}
.mensi {
	font-size: 90%;
}	
.redfont {
	color: #9d0a0e;
}	
.greenfont {
	color: #598527;
}
.yellowfont	{
	color: #fff200;
}
.inner {
	padding: 20px;	
}

.vypis_blogu_vse p {
	margin: 0;
}	
.vypis_blogu_vse p.vypis_blogu_datum {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	margin-bottom: 3px;
	color: #899189;
}
.vypis_blogu_vse p.vypis_blogu_odkaz {

	margin-bottom: 3px;
}	
.vypis_blogu_vse p.vypis_blogu_odkaz a {
	color: #111111;
}
.vypis_blogu_vse p.vypis_blogu_pokracovat {
	margin-bottom: 15px;
}		



/*blog icons*/
.blog_date, .blog_autor, .blog_koment, .blog_kat, .cla  {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.blog_date, .cla {
	background-image: url(../images/icon_datum.png);
}
.blog_autor {
	background-image: url(../images/icon_autor.png);
}
.blog_koment {
	background-image: url(../images/iocn_comments.png);
}
.blog_kat {
	background-image: url(../images/icon_kat.gif);
}

.blog_seznam_in p {
	margin: 0;
}
.blog_seznam_in p.blog_seznam_kat {
	margin-top: 10px;
}		
.blog_detailcoment p.blog_comentw {
	background-image: url(../images/comment.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	margin-left: 0;
}
.blog_detailcoment p {
	margin-left: 20px;
}

.komentar_lichy, .komentar_sudy {
	border-top: 1px dotted #FFFFFF;
}
	
	
.kosik_small {
	background-color: #b93b0c;
	background-image: url(../images/bg_kosik.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 0 40px;
	margin: 0;
	height: 40px;
	width: 200px;
	border-bottom: 1px solid #FFFFFF;
}
.kosik_detail {
	float: right;
	border: 0 none;
	margin: 0;
}	
.kosik_vypis {
	background-color: #e1d419;
	background-image: url(../images/bg_kosik.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 4px 20px;
	margin: 0;
	height: 173px;
}
.kosik_small p, .kosik_vypis p {
	margin: 0;
	font-weight: bold;
}	
.kosik_vypis p {
	margin-left: 20px;
}	
.kosik_small a, .kosik_vypis a {
	color: #FFFFFF;
}	
.kosik_small a:hover, .kosik_vypis a:hover {
	color: #FFFFFF;
}
.kosik_vypis ul {
	margin-left: 0;	
}	
.kosik_vypis ul li {
	padding: 0 0 0 20px;
	background-image: url(../images/kosik_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}	
.dekujeme {
	background-color: #ED1C24;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
	font-size: 105%;
	line-height: 1.2em;
	text-align: center;
	margin-top: 50px;
}	
.d2 {
	float: left;
	margin-right: 20px;
}
.d3	{
	float: left;	
}
.block_size { width:60px; float:left;}
.block_size1 { width:30px; float:left;}
.block_size2 { width:100px; float:left;}

.cleaner { font-size: 1px; line-height: 1px; float: none; clear: both; }
.fl_left { float: left; margin-right: 20px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.nobr {
	padding: 0;
	border: 0 none;
}	
.notop {
	margin-top: 0;
}
.nomar {
	margin: 0;
}
.noscreen { display: none; }
.pdf { 
	background-image: url(../images/icon_pdf.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding-left: 25px; 
}
.redfont, .redfont a {
	color: #9D0A0E;
}	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

p.drobky {
	text-align: left;
}
p.drobky, p.drobky a {
	/*color: #72777c;*/
	margin: 0;
}

.icon_datum, .icon_archiv {
	background-image: url(../images/icon_datum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
}
.icon_archiv {
	background-image: url(../images/icon_archiv.gif);
}
.email_inp {
	background-image: url(../images/email_inp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 119px;
	height: 23px;
	float: left;
	padding: 7px 0 0 10px;
	margin-right: 6px;
	border: 0 none;
}
.email_btn {
	background-image: url(../images/btn_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 77px;
	height: 31px;
	border: 0 none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.btn_dokoncit {
	background-image: url(../images/btn_dokoncit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	height: 31px;
	border: 0 none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.detail_col1 {
	float: left;
	width: 217px;
	margin-right: 20px;
}
.detail_col1 a img, .detail_col1 a:hover img {
	border: 0 none;
	margin-bottom: 5px;
} 
.detail_photo {
	background-image: url(../images/bg_img_detail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 217px;
	height: 251px;
	padding-top: 10px;
	margin-bottom: 11px;
	display: table;
	#position: relative;
	overflow: hidden;
}
.detail_photo p {
	text-align: right;
	font-size: 0.8em;
	margin: 0 10px 0 0;
}
.detail_photo_middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}	
.detail_photo_vertical{
	#position: relative;
    #top: -50%;
	text-align: center;
	width: 217px;
}
	
.other_photo_1, 
.other_photo_2 {
	background-image: url(../images/bg_img_detail_other.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 103px;
	height: 111px;
	padding-top: 6px;
	margin-bottom: 11px;
	display: table;
	#position: relative;
	overflow: hidden;
}
.other_photo_1 {
	float: left;
}
.other_photo_2 {
	float: right;
}
.other_photo_middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}	
.other_photo_vertical{
	#position: relative;
    #top: -50%;
	text-align: center;
	width: 103px;
}

.detail_col2 {
	float: left;
	width: 452px;
}
.detail_col2 h2 {
	margin-bottom: 0;
}


/*objednavka*/
#zbozi_objednavka {
	background-image: url(../images/bg_prodavac.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0 0;
	width: 452px;
	padding-bottom: 5px;
}
#zbozi_objednavka h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 34px;
	padding: 0 20px;
	margin: 0;
}	
.zbozi_objednavka_in {
	margin: 0;
}
#zbozi_objednavka table {
	border: 0 none;
	width: 452px;
	margin: 0 0 10px 0;
}
#zbozi_objednavka table th, #zbozi_objednavka table td {
	color: #363636;
	border: 0 none;
	padding: 4px 20px;
	border-right: 1px solid #ada196;
}	
#zbozi_objednavka table th.nobr, #zbozi_objednavka table td.nobr {
	border-right: 0 none;
}
#zbozi_objednavka table th {
	background-color: #dfdad4;
	font-weight: bold;	
}		
#zbozi_objednavka table td {	
	
}
#zbozi_objednavka table td.nazev {
	padding: 0 0 0 5px;
}
#zbozi_objednavka table td.obj_inp_obal {
	display: block;
	width: 65px;
}
#zbozi_objednavka table .obj_inp {
	width: 40px;
	padding: 3px 0;
	margin-right: 5px;
	border: 3px solid #88a55b;
	text-align: center;
}
.btn_red {
	background-image: url(../images/btn_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 194px;
	height: 53px;
	background-color: transparent;
	border: 0 none;
	color: #FFFFFF;
	font-size: 1.5em;
	cursor: pointer;	 
}
.zbozi_objednavka_foot {
	background-image: url(../images/bg_prodavac_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 452px;
	height: 10px;
	overflow: hidden;	
	margin-bottom: 20px;
}

.kosik_arrow {
	float: left;
}
.btn_kosik_obal {
	float: right;
	margin: 0 10px 0 0;
}
.btn_kosik {
	background-image: url(../images/btn_kosik.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 152px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	border: 0 none;
}
.btn_prepocitat {
	background-image: url(../images/btn_kosik2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	border: 0 none;
}
/*objednavka end*/	

/*prodavac*/
.dotaz_prodavac {
	background-image: url(../images/icon_prodavac.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 58px;
}
#zeptejte_prodavace {
	background-image: url(../images/bg_prodavac.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 452px;
	min-height: 1%;
	margin: 20px 0 0 0;
	padding-bottom: 15px;
}
#zeptejte_prodavace h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 34px;
	padding: 0 20px;
	margin: 0;
}
#zeptejte_prodavace h2 a {
	color: #000000;
}
.prodavac_in {
	margin: 15px 20px 0 20px;

}
.prodavac_scroll {
	display: none;	
}
		
#zeptejte_prodavace .col_1,
#zeptejte_prodavace .col_2,
#zeptejte_prodavace .col_3 {
	width: 129px;
	float: left;
}
#zeptejte_prodavace .col_1,
#zeptejte_prodavace .col_2 {
	margin-right: 10px;
}
#zeptejte_prodavace .col_1 p,
#zeptejte_prodavace .col_2 p,
#zeptejte_prodavace .col_3 p {
	height: 11px;
}
#zeptejte_prodavace label {
	width: 129px;
}
#zeptejte_prodavace input.inp {
	width: 129px;
}
#zeptejte_prodavace textarea {
	width: 407px;
	height: 80px;
}
.btn_pink {
	background-image: url(../images/btn_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 140px;
	height: 29px;
	background-color: transparent;
	border: 0 none;
	color: #FFFFFF;
	font-size: 1.3em;
	cursor: pointer;
	margin: 10px 0 0 0;	 
}
.zeptejte_prodavace_foot {
	background-image: url(../images/bg_prodavac_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 452px;
	height: 10px;
	overflow: hidden;	
	margin-bottom: 20px;
}
/*prodavac end*/

.preskocit {
	margin-top: 0;
}	

.pridat {
	margin: 10px 0;
}	

.zprava_ok, .zprava_bad {
	min-height: 70px;	
	margin-bottom: 10px;
	background-image: url(../images/zprava_ok_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8cd500;
}
.zprava_bad {
	background-image: url(../images/zprava_bad_bg.gif);
	background-color: #9d0b0f;
}
.zprava_ok p, .zprava_bad p {
	min-height: 45px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/zprava_ok.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 15px 10px 10px 80px;
}
.zprava_bad p {
	background-image: url(../images/zprava_bad.gif);
}
.zprava_ok p a, .zprava_bad p a {
	color: #FFFFFF;
}
.zprava_ok p a:hover, .zprava_bad p a:hover {
	color: #000000;
}




/*registrace*/
ul#kosik_nav {
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 105%;
	width: 690px;
	height: 35px; 
	text-align: left; 
	margin: 25px 0; 
}
.obsah {
	background-image: url(../images/kosik_obsah.gif);
}
.udaje {
	background-image: url(../images/kosik_udaje.gif);
}
.dokonceni {
	background-image: url(../images/kosik_dokonceni.gif);
}
ul#kosik_nav li {
	text-align: center;
	color: #FFFFFF; 
	list-style-type: none;
	background-image: none; 
	display: block;
	float: left;
	width: 230px;
	height: 35px;
	padding: 0;
	margin: 0;
	line-height: 35px;
	font-weight: bold;
}

#prih label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

#reg label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#reg table {
	width: auto;
	/*background-color: #999999;*/
}
/*	
#prih h3 {
	margin-bottom: 15px;
}	
#reg table h3 {
	margin-top: 10px;
	margin-bottom: 15px;
}	
#reg table td {
	border: 0 none;
}
#reg table.dodani {
	width: 661px;
	border-top: 1px solid #E6E6E6;
}	
#reg table.dodani h3 {
	margin: 0;
}	
#reg table.dodani tr.radek_doprava td {
	padding: 4px 10px;
	border-bottom: 1px solid #E6E6E6;
}
*/
.reg_obal {
	width: 690px;
	border: 1px solid #898989;
	margin-bottom: 30px;
}
.reg_obal label {
	text-align: left;	
}	
.reg_obal h2.doruceni, .reg_obal h2.platba, .reg_obal h2.udaje {
	background-image: url(../images/reg_h2_doprava.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	line-height: 31px;
	color: #363636;
	margin: 0;
	font-size: 1em;
	padding-left: 15px;
	border-bottom: 1px solid #898989;
}
.reg_obal h2.platba {
	background-image: url(../images/reg_h2_platba.gif);
}
.reg_obal h2.udaje {
	background-image: url(../images/reg_h2_udaje.gif);
}

.reg_radek_all, .reg_radek_all_sudy {
	/*background-image: url(../images/bg_table.gif);
	background-repeat: repeat;
	background-position: left top;*/
	border-bottom: 1px solid #beac96;
	padding: 10px 25px;
}
.reg_radek_all_sudy {
	background-color: #e6e0d7;
	/*
	background-image: url(../images/reg_radek_sudy.gif);*/
}
.reg_radek_all p, .reg_radek_all_sudy p {
	margin: 0.5em 0;	
}


.text_odst1, .text_odst2 {
	width: 295px;
	float: left;
}
.text_odst1 {
	margin-right: 40px;
}	

#prih input.inp {
	width: 170px;
}	
#prih p.inp_obal {
	width: 259px;
	float: left;
}
#prih p.inp_obal input {
	width: 240px;
}	
#prih p.btn_obal {
	width: 80px;
	float: left;
	padding-top: 5px;
}
#prih label {
	width: 240px;
	text-align: left;
}			
.prihlaseni { display: none; }



.reg_radek, .reg_radek_sudy {
	/*background-image: url(../images/bg_table.gif);
	background-repeat: repeat;
	background-position: left top;*/
	border-bottom: 1px solid #beac96;
	padding-bottom: 20px;
}
.reg_radek_sudy {
	background-color: #e6e0d7;
	/*
	background-image: url(../images/reg_radek_sudy.gif);*/
}
.reg_1 {
	width: 60px;
}
.reg_2 {
	width: 436px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 10px 25px;
}
.reg_3 {
	width: 100px;
}
.reg_2 p {
	margin: 0;	
} 
.reg_2 p.platba_karta {
	background-image: url(../images/reg_cards.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.reg_1 p, .reg_3 p {
	text-align: center;
	margin-top: 13px;
} 
.reg_1, .reg_2, .reg_3 {
	float: left;
}
.reg_clear {
	font-size: 1px; 
	line-height: 1px; 
	float: none; 
	clear: both;
}
#reg table.dodani {
	width: 637px;
	margin: 0 20px 0px 20px;
}	
#reg table.dodani td {
	border: 0 none;
	background-color: #FBF8EE;
}	
.delic_doruceni {
	border-bottom: 1px solid #898989;
}	
.delic_doruceni td {
	padding: 0;	
}
.icon_present {
	position: relative;
	left: -10px;
	height: 32px;
	line-height: 32px;
}
.icon_present label {
	background: url(../images/icon_present.png) no-repeat right top;
	margin-right: 10px;
}


/*cart*/
.cartcol_left {
	float: left;
	width: 304px;
}
.cartcol_right {
	float: right;
	width: 304px;
}
.btn_obj, .btn_zbo {
	border: 2px solid #ed2024;
	width: 300px;
	text-align: center;
	padding: 25px 0;
}	
.btn_zbo {
	border: 2px solid #c4df9b;
}
table#cart_table {
	width: 690px;	
}	
table#cart_table th {
	background-color: #BFB4A8;
	color: #000000;
	height: 40px;
}
table#cart_table td.celkova_cena_obal {
	padding: 14px 6px 6px 6px;
	text-align: right;
}	
table#cart_table a img, table#cart_table a:hover img {
	padding: 0;
	border: 0 none;
}	
.celkova_cena {
	color: #ED2024;
	font-weight: bold;
	font-size: 2.2em;
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
}	

#kosik_sez a:hover img {
	border: 0 none;
}	

/*trideni*/
.popis_subkat p {
	margin: 0 0 0 6px;
}
.trideni_popis {
	margin-bottom: 10px;
}
.trideni .cleaner {
	margin-bottom: 10px;
}	
.trideni p {
	margin: 0;
}
/*.trideni a {
	color: #789743;
}
.trideni a:hover {
	color: #000000;
}*/

.vyrobce_left {
	float: left;
	width: 80px;
}
.vyrobce_right {
	float: left;
	width: 609px;
}
.vyrobce_right p {
	line-height: 1.3em;
}	
.tr_vybrano {
	background-color: #6C9719;
	color: #FFFFFF;
	padding: 2px 5px;
}
.strankovani {
	margin: 0 15px 0 0px;
}
.strankovani_left { 
	float: left;
	margin: 0; 
}
.strankovani_right { 
	float: right;
	margin: 0;
}
.larger {
	background-color: #6C9719;
	color: #FFFFFF;
	padding: 0px 4px;
	text-decoration: none;
}
a.str_box {
	color: #070001;
	margin-right: 2px;
}
a:hover.str_box {
	color: #C40000;
}
a.str_dalsi {
	color: #070001;
}
a:hover.str_dalsi {
	color: #C40000;
}
a.str_predchozi {
	color: #070001;	
}
a:hover.str_predchozi {
	color: #C40000;
}

/*BTNS*/
.btn { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #363636; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn * { 
	font-style: normal; 
	/*background-image: url(../images/btn.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.pink { background: #fecbd2; color: #000000; font-weight: bold; }
.btn.red { 
	background: #ed2024; 
	color: #000000; 
	border: 1px solid #666666; 
	width: 290px; 
	display: block; 
	text-align: center;
	background-image: none;
}
.btn.green { background: #acd473; color: #000000; border: 1px solid #666666; width: 290px; display: block; text-align: center; }
.btn:hover { background-color: #333333; color: #FFFFFF; }
.btn[class] { background-image: url(../images/shade.png); background-position: bottom; }

/*
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn:hover { border-color: #a00; }
*/


div.znacky_loga {
	margin-top: 30px;
}

/*a.green { color:#00BA00;}
a.green:hover { color:#f26522;}
*/
.star {
	font-size: 1.6em;
	padding: 0 0px;
	color: #ff0000;
}

/*new btns*/
a.button, p.button_inp,
a.button_black, p.button_inp_black {
	background: transparent url('../images/button_left.png') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Arial;
	line-height: 20px; 
	height: 28px; 
	padding-left: 15px; /* sirka leveho pict */
	text-decoration: none;
}
a.button_black, p.button_inp_black {
	background: transparent url('../images/btn_left_black.gif') no-repeat top left;
}
p.odsaz_right {
	float: right;
	margin: 0;
}
p.odsaz_center {
	float: none;
	margin: 5px 0 5px 15px;
}	
.button_find {
	position: relative;
	top: 6px;
	left: 3px;
}

a.button, /*normal*/
p.button_inp input,
a.button_black, /*black*/
p.button_inp_black input,
#login a.button_black {
	color: #FFFFFF;
	font-weight: bold; 
}
.odsaz {
	margin-right: 5px;
}	
a.button span, p.button_inp input,
a.button_black span, p.button_inp_black input {
	background: transparent url('../images/button_right.png') no-repeat top right;
	display: block;
	padding: 4px 15px 4px 0;
}
a.button_black span, p.button_inp_black input {
	background: transparent url('../images/btn_right_black.gif') no-repeat top right;
}
p.button_inp input,
p.button_inp_black input {
	height: 28px;
	padding: 0px 13px 0px 0; 
	border: 0 none;
}
a.button:hover, p.button_inp:hover,
a.button_black:hover, p.button_inp_black:hover {
	background-position: bottom left;
}
a.button:hover span, p.button_inp:hover input,
a.button_black:hover span, p.button_inp_black:hover input { 
	background-position: bottom right;
	color: black;
}
.buttonwrapper { 
	overflow: hidden; 
	width: 100%;
}
.buttonwrapper_margin { 
	overflow: hidden; 
	width: 100%;
	margin-bottom: 20px;
}

.cont_left, .cont_right {
	float: left;
	width: 249px;
	margin-right: 20px;
}
.cont_right {
	width: 420px;
	margin-right: 0;
}

/*kontakt form*/
#kontakt {
	background-image: url(../images/bg_kontakt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 650px;
	padding: 0 20px 0 20px;
}
#kontakt h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 34px;
	padding: 0 0px;
	margin: 0;
}	
#kontakt p a {	
	color: #000000;
}
#kontakt p a:hover {	
	color: #ff0000;	
}	
.kontakt_tel, .kontakt_mail {
	background-image: url(../images/kont_form_tel2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 49px;
	line-height: 49px;
	margin-right: 20px;
	padding-left: 70px;
	float: left;
	font-size: 1.2em;
}
.kontakt_mail {
	background-image: url(../images/kont_form_mejl2.gif);
	margin-right: 0;	
	padding-left: 55px;
}
.kontakt_delitko {
	border-bottom: 1px dotted #999999;
	float: none;
	clear: both;
}

#kontakt .kont_1 p, #kontakt .kont_last p {
	height: 11px;
}	
#kontakt .kont_1, #kontakt .kont_last {
	float: left;
	width: 212px;
	padding-right: 6px;
}

#kontakt .kont_last {
	padding-right: 0;
}		
#kontakt input.inp {
	width: 208px;
}
#kontakt textarea {
	width: 644px;
}		
#kontakt label.error {
	float: none;
	text-align: left;
	width: 199px;
	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;
	margin-top: 3px;
	margin-left: 130px;
	color: #FF0000;
}
.kontakt_foot {
	background-image: url(../images/bg_kontakt_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 690px;
	height: 10px;
	overflow: hidden;	
	margin-bottom: 30px;
}

.foto_seznam, .foto_seznam2 {
	float: left;
	margin: 0 5px 10px 0;
}
.foto_seznam2 {
	float: right;
	margin: 0 0 10px 0;
}
.foto_seznam a img, .foto_seznam2 a img {
	border: 1px solid #787777;
}
.foto_seznam a:hover img, .foto_seznam2 a:hover img {
	border: 1px solid #FF0000; 
}

.btn_zpet {
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/icon_back3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 0 9px 40px;
	margin-top: 25px;
}
.cont_card {
	float: left;
	width: 280px;
}
.cont_card img {
	border: 0 none;
	float: left;
}
.cont_card p {
	margin: 5px 0 0 74px;
}


.prodejna1, .prodejna2 {
	float: left;
	width: 559px;
	padding-left: 65px;
	background-image: url(../images/icon_prodejna.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.prodejna2 {
	margin-right: 0;
}
.prodejna_img {
	height: 190px;
	float: left;
	margin-right: 10px; 
}



#zbozi_hledat label {
	width: 80px;
	padding-top: 7px;
}


p.btn_fb a {
	width: 252px;
	height: 56px;
	display: block;
	background: url(../images/btn_facebook.gif) no-repeat left top;
}
p.btn_fb a:hover {
	background-position: left -56px;
}	
p.btn_fb a span {
	display: none;
}	

#banner_slide {
	width: 679px;
	height: 120px;
	margin-bottom: 20px;
}
