* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 981px;
}
/*elements*/
h1 {
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
	font-weight: normal;
	color: #252525;
}		
h2 {
	color: #252525;
	font-size: 1.2em;
	margin: 25px 0 10px 0px;
	line-height: 25px;
}
h2 a {
	color: #252525;
}
h3 {
	color: #414c40;;
	font-size: 1em;
	margin: 20px 0 10px 0;
}
h4 {
	background-color: #636363;
	color: #d7d7d7;
	font-size: 0.9em;
	padding: 0 16px;
	line-height: 41px;
}	
h4 a {
	color: #d7d7d7;
}	
h4#first {
	margin-top: 0;
	border-bottom: 2px solid #e3e3e3;
}
h4.aktualne, h4.novinky, h4.kontakt {
	background-image: url(../images/h4_aktualne.gif);	
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left: 40px;
}
h4.novinky {
	background-image: url(../images/h4_novinky.gif);
}
h4.kontakt {
	background-image: url(../images/h4_kontakt.gif);
}	

p { 
	color: #000000;
	font-size: 0.8em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a { color: #03C; }
a:hover { color: #FF0000; }
a:focus { outline:none; }

img, a img {
	border: 2px solid #787777;
}
a:hover img {
	border: 2px solid #f26522;
}
.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 {
	padding-left: 20px;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/link.gif);
	background-position: left center;
	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 { font-size: 110%; }
table {
	width: 681px;
	font-size: 80%;
	margin: 10px 0;
	border-collapse: collapse;
}
th { color: #FFFFFF; background-color: #8DC63F; }
th, td { padding: 2px; border: 1px solid #E1DDD6; }
form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	background-color: #F6F6F6;
	border-left: 5px solid #A3A3A3;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
}
fieldset h3 {
	margin-top: 0;
}
label {
	float: left;
	width: 130px;
}
hr { display: none; }

/*division*/
#content {
	width: 981px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 981px;
	height: 245px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	position: absolute;
	left: 0;
	top: 31px;	
}
#logo a, #logo a span {	
	width: 420px;
	height: 95px; 
	overflow: hidden; 
}
#logo a span {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;	
}
#find {
	position: absolute;
	top: 203px;
	right: 16px;
}
#find p {
	margin: 5px 0 0 0;
	float: left;
}	

#find input.find_inp {
	color: #1b1919;
	background-color: #d7d7d7;
	font-size: 1em;
	width: 180px;
	height: 18px;
	border: 1px solid #000000;
	margin: 0 5px 0 0;
	padding: 5px 0 0 5px;
	vertical-align: bottom;
}	
#kosik {
	background-image: url(../images/bg_kosik.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 333px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
}
#kosik p {
	margin: 42px 0 0 90px;
	font-weight: bold;
	color: #FFFFFF;
}		
#kosik p a {
	color: #FFFFFF;
}


#left, #right {
	display: inline;
}
#left {
	width: 250px; 
	float: left; 
	margin: 245px 0 0 -981px;
}
#left p { 
	text-align: left;
}
#right { 
	width: 731px; 
	float: left; 
	margin: 245px 0 0 250px;
}
	
#footer {
	width: 981px;
	height: 107px;
	margin: 0 auto 50px auto;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#foot_logo {
	position: absolute;
	left: 0;
	top: 20px;
}
#foot_logo a, #foot_logo a span {	
	width: 285px;
	height: 70px; 
	overflow: hidden; 
}
#foot_logo a span {
	background-image: url(../images/foot_logo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;	
}
	
#copy p {
	font-size: 0.8em;
	margin: 0;
	position: absolute;
	left: 270px;
	top: 37px;
	background-image: url(../images/foot_logo_2m.gif);
	background-repeat: no-repeat;
	background-position: left center;
}	
#copy p, #copy ul li {
	text-align: left;
}	
#copy ul {
	margin: 0;
}	
#copy p, #copy p a {
	color: #666666;
}
#copy p a:hover {
	color: #666666
}	

/*navigace*/
#navigace {
	background-image: url(../images/bg_navigace.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 981px;
	height: 41px;
	position: absolute;
	top: 200px;
	left: 0px;
	margin: 0;
}	
#navigace ul {
	height: 41px;
	margin: 0 0 0 5px;
}
#navigace ul li {
	float: left;
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}
#navigace ul li a { 
	display: block; 
	float: left; 
	color: #FFFFFF;
	font-size: 1em; 
	font-weight: bold;
	line-height: 41px; 
	text-decoration: none; 
	height: 41px; 
	padding: 0 14px 0 13px;
	background-image: url(../images/navigace_delic.gif);
	background-repeat: no-repeat;
	background-position: right 15px;	
}

#navigace ul li a.sel, #navigace ul li a:hover {
	color: #fff200;
}
#navigace ul li a.last {
	background-image: none;
}	


#left ul#left_nav {
	margin: 0;
	padding: 0;
	background-image: none;
}	
#left_nav li {
	background-image: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	/*border-bottom: 2px solid #e3e3e3;*/
}
#left_nav li a {
	font-size: 1.1em;
	color: #262626;
	background-color: #acd473;
	font-weight: bold;
	text-decoration: none;
	min-height: 22px;
	margin-left: 0;
	padding: 10px 15px 7px 40px;
	display: block;		
	border-bottom: 2px solid #e3e3e3;
	background-image: url(../images/h4_sortiment.gif);	
	background-repeat: no-repeat;
	background-position: 16px center;
}	
#left_nav li a:hover, #left_nav li a.sel {
	background-color: #636363;
	color: #d7d7d7;
}
#left_nav li ul {
	margin: 0;
	padding: 0;
	background-image: none;
}	
#left_nav li ul li {
	background-image: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-bottom: 2px solid #e3e3e3;
}
#left_nav li ul li a {
	font-size: 1.1em;
	color: #262626;
	background-color: #acd473;
	font-weight: bold;
	text-decoration: none;
	min-height: 22px;
	margin-left: 0;
	padding: 10px 15px 7px 15px;
	display: block;		
	border: 0 none;
	background-image: none;
}
#left_nav li ul li a.last {
	background-image: url(../images/left_nav_subli_last.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
}		
#left_nav li ul li a:hover, #left_nav li ul li a.subsel {
	color: #000000;
	background-color: #CCCCCC;
}


/*zbozi katalog	*/
.katalog_list {
	width: 701px;
	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_delic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 1px;
	overflow: hidden;
}
.katalog_list ul li {
	width: 233px;
	float: left;
	padding: 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: 156px;
	margin-left: 1px;
}
.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: 231px;
}
.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 {
	background-image: url(../images/zbozi_nadpis.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 10px 5px 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	height: 2.5em;
}
.kat_nadpis a {
	color: #003663;
}
.kat_nadpis a:hover {
	color: #b70707;
}
.kat_nadpis a span {
	color: #9e0039;
}
.katalog_list ul li .specifikace2 {
	margin: 0 20px;
}
.katalog_list ul li .specifikace2 p.cena {
	font-size: 105%;
	font-weight: bold;
}	

.text_kratky {
	margin: 0px 22px;
}
.katalog_list ul li p.detail {
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 1em;
}
.katalog_oddelovac {
	float: none;
	clear: both;
	background-image: url(../images/katalog_delic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 1px;
	overflow: hidden;
}


/*end of katalog*/

/*LEFT katalog*/


#katalog_left {
	width: 227px;
	padding: 0;
	margin: 10px 16px;
}
#katalog_left ul {
	margin: 0;
	padding: 0;
}
#katalog_left ul li {
	width: 227px;
	padding: 0;
	list-style-type: none;
	background-image: none;
	border-bottom: 1px solid #EEEEEE;
}
#katalog_left ul li .specifikace {
	margin: 0;
	position: relative;
}
#katalog_left ul li .specifikace .spec_img_obal {
	display: table;
	#position: relative;
	overflow: hidden;
	height: 239px;
}
#katalog_left ul li .specifikace .spec_img_obal_middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}	
#katalog_left ul li .specifikace .spec_img_obal_vertical{
	#position: relative;
    #top: -50%;
	text-align: center;
	width: 227px;
}
#katalog_left ul li .specifikace .spec_img_obal a img,
#katalog_left ul li .specifikace .spec_img_obal a:hover img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#katalog_left ul li p.kat_nadpis {
	margin: 0;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}
.kat_nadpis a {
	color: #003663;
}
.kat_nadpis a:hover {
	color: #b70707;
}
#katalog_left ul li .specifikace2 p.cena {
	text-align: center;
	font-weight: bold;
	font-size: 120%;	
}
#katalog_left ul li .specifikace2 p.cena span.mensi {
	font-weight: normal;
	font-size: 80%;
}
.cena_puvodni {
	text-decoration: line-through;
	color: black;
}


.uvod_ul {
	float: left;
	width: 212px;
	margin: 0 10px 0 0;
}
.uvod_ul li {
	background-image: url(../images/uvod_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding: 5px 0 5px 30px;
}	

.uvod_box {
	float: right;
	width: 225px;
	margin: 0 0 10px 10px;
	background-color: #d7d7d7;
	border: 1px solid #000000;
}
.uvod_box_title {
	background-color: #c4df9b;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
}
.uvod_box p.link {
	margin: 7px 10px;
	background-image: url(../images/uvod_box_link.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	text-align: left;
}
	
/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}

p.info {
	background-image:url(../images/info2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 15px 0 15px 40px;
}	

#enoviny p {
	margin: 5px 0 0 0;
}
#enoviny p.popis {
	float: none;
}
.email_inp {
	width: 138px;
	font-size: 1em;
	height: 22px;
	margin-right: 5px;
	padding: 6px 0 0 2px;
	vertical-align: bottom;
}	

.vetsi {
	font-size: 110%;
}
.mensi {
	font-size: 90%;
}		
.inner {
	margin: 10px 15px;
}
.inner2 {
	margin: 16px;
}	
.inner2 ul {
	margin-left: 0;
}
.inner2 a {
	color: #363636;
}

.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_seznam h2 {
	margin-top: 0;
}	
.blog_seznam_in p {
	margin: 0;
}
.blog_seznam_in p.blog_seznam_kat {
	margin-top: 10px;
}		
.blog_seznam_foot {
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}
.blog_date {
	background-image: url(../images/date.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.blog_autor {
	background-image: url(../images/user.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
}
.blog_coment {
	background-image: url(../images/comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	/*margin-left: 10px;*/
}	
.blog_detailcoment {
	margin-bottom: 5px;
	background-color: #ecf9fd;
	padding: 5px 10px 5px 5px;
}	
.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: 0 0 0 20px;
}	

	
.main_popis {
	min-height: 105px;
	padding: 15px;
	background-color: #a2a499;
	border-bottom: 1px solid #FFFFFF;
}
.main_popis p {
	color: #FFFFFF;
	margin: 0;
}	
.main_popis a {
	color: #FFFFFF;
}
.main_popis a:hover { 
	color: #9d0a0e; 
}		
.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;
}	
#chyba {
	background-color: #ED1C24;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}
#chyba a {
	color: #FFFFFF;
}
#chyba a:hover {
	color: #000000;
}		
.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;
}	
#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;
}
.d2 {
	float: left;
	width: 330px;
	margin-right: 20px;
}
.d3	{
	float: left;
	width: 330px;
}
.d2_ref {
	float: left;
	width: 440px;
	margin-right: 20px;
}
.d3_ref	{
	float: left;
	width: 220px;
}


/*kontakt form*/
#kontakt {
	width: 661px;
	padding: 10px 20px;
	margin-bottom: 30px;
	border: 1px solid #636363;
	background-image: url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#kontakt p a {	
	color: #000000;
}
#kontakt p a:hover {	
	color: #ff0000;	
}	
.kontakt_tel, .kontakt_mail {
	background-image: url(../images/kont_form_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	height: 48px;
	line-height: 48px;
	margin-right: 20px;
	padding-left: 70px;
	float: left;
	font-size: 1.2em;
}
.kontakt_mail {
	background-image: url(../images/kont_form_mejl.gif);
	margin-right: 0;	
}
.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: 216px;
	padding-right: 6px;
}

#kontakt .kont_last {
	padding-right: 0;
}		
#kontakt input.inp {
	width: 212px;
}
#kontakt textarea {
	width: 656px;
}		
#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;
}

#chyba {
	min-height: 70px;
	margin-bottom: 10px;
	background-image: url(../images/zprava_bad_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9d0b0f;
}
#chyba p {
	min-height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/zprava_bad.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 15px 10px 10px 80px;
}
#chyba p a {
	color: #FFFFFF;
}
#chyba p a:hover {
	color: #000000;
}


/*ostatni pro kontakt*/
ul.nav_kotvy {
	margin: 0;
}	
ul.nav_kotvy li {
	display: inline;
	margin-right: 15px;
}	
.kont_left, .kont_right {
	margin-top: 30px;
	float: left;	
}
.kont_left {
	width: 291px;
	margin-right: 20px;
}
.kont_right {
	width: 390px;
}

.tvare {
	float: left;
	width: 228px;
	padding: 0 3px 0 0;
	margin: 0 1px 5px 0;
}
.tvare img {
	padding: 0;
	margin-top:2px;
	border: 1px solid #999999;
	float: left;
}
.tvare p {
	margin: 0 0 0 66px;
	text-align: left;
}
.icon_mobil, .icon_tel, .icon_mail {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.icon_mobil	{
	background-image: url(../images/icon_mobil.gif);
}
.icon_tel {
	background-image: url(../images/icon_tel.gif);
}
.icon_mail {
	background-image: url(../images/icon_mail.gif);
}  



.block_size { width:60px; float:left;}
.block_size1 { width: 60px; float:left; }
.cleaner { height: 1px; float: none; clear: both; }
.delitko { 
	float: none; 
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0;
}
.fl_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.notop {	
	margin-top: 0;
}	

.nobr {
	padding: 0;
	border: 0 none;
}	
.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: #E10E0E;
}	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

.drobky {
	background-image: url(../images/bg_drobky.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 731px;
	height: 39px;
	margin: 0;
}
p.left_side, p.right_side {
	line-height: 39px;
	color: #363636;
}
.drobky a {
	color: #363636;
}	
p.left_side {
	float: left;
	margin: 0 0 0 15px;
	padding-left: 20px;
	background-image: url(../images/drobky_left.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
}
p.right_side {
	float: right;
	margin: 0 15px 0 0;
	padding-left: 25px;
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.detail_col1 {
	float: left;
	width: 232px;
	margin-right: 20px;
}
.detail_col2 {
	float: left;
	width: 449px;
}
.detail_col2 h2 {
	margin-top: 0;
}
.pridat {}

.main_foto {
	text-align: center;
	width: 320px;
	border: 1px solid #787777;
}
.main_foto a img, .main_foto a:hover img {
	border: 0 none;
	padding: 10px;
}

.other_foto_obal {
	margin-top: 5px;
}
.other_foto a img, .other_foto a:hover img {
	border: 0 none;
	padding: 2px 0 0 0;
}	
.other_foto {
	display: table;
	#position: relative;
	overflow: hidden;
	float: left;
	height: 106px;
	width: 102px;
	margin: 0 5px 5px 0;
	border: 1px solid #787777;
}
.other_foto_middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}	
.other_foto_vertical {
	#position: relative;
    #top: -50%;
	text-align: center;
	width: 102px;
}

/*box*/
.box {
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 231px;
	margin: 0 0 10px 0;
}
.box_in {
	padding: 10px 0;
	text-align: center;
}
.box_in a img, .box_in a:hover img {
	padding: 0;
	border: 0 none;
}
.box_in p {
	text-align: center;
	margin: 0 10px 5px 10px;
	padding-bottom: 3px;
	font-size: 0.7em;
	border-bottom: 1px solid #e1ddd6;
}		
.box_foot { 
	/*background-image: url(../images/box_foot.gif); 
	background-repeat: no-repeat; 
	height: 9px; 
	overflow: hidden;*/
}

#zbozi_objednavka {
	background-color: #eeeeee;
	padding: 0 10px;
}
#zbozi_objednavka table {
	border: 0 none;
	width: 424px;
}
#zbozi_objednavka table th, #zbozi_objednavka table td {
	color: #363636;
	border: 0 none;
	text-align: center;
}	
#zbozi_objednavka table th {
	background-color: #EEEEEE;
	font-weight: bold;	
	border-bottom: 3px solid #8dc63f;
}		
#zbozi_objednavka table td {
	padding: 4px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#zbozi_objednavka table td.nazev {
	padding: 0 0 0 5px;
}
#zbozi_objednavka table td.obj_inp_obal {
	display: block;
	width: auto;
}
#zbozi_objednavka table .obj_inp {
	width: 40px;
	margin-right: 5px;
	text-align: center;
}	

.preskocit {
	margin-top: 0;
}	
.oblibene {
	background-image: url(../images/icon_oblibene.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

.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-color: #A3A3A3;
	font-size: 105%;
	height: 45px; 
	text-align: left; 
	margin: 25px 0; 
}
ul#kosik_nav li { 
	margin-right: 25px; 
	list-style-type: none; 
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
}
.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; }


#reg label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#reg table {
	width: auto;
}	
/*
#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-bottom: 4px 10px;
	border-bottom: 1px solid #E6E6E6;
}
*/
.reg_obal {
	width: 701px;
	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/reg_radek.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 25px;
}
.reg_radek_all_sudy {
	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 p {
	float: left;
	width: auto;
}	
#prih p.inp_obal {
	width: 259px;
}
#prih p.inp_obal input {
	width: 240px;
}	
#prih p.btn_obal {
	width: 80px;
}
#prih label {
	width: 240px;
	text-align: left;
}*/
#prih input.inp {
	width: 170px;
}	
#prih p.inp_obal {
	width: 255px;
	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/reg_radek.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 1px solid #FFFFFF;
}
.reg_radek_sudy {
	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 {
	margin: 0 20px 20px 20px;
}	
#reg table.dodani td {
	border: 0 none;
}	



/*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: 701px;
}	
table#cart_table th {
	background-color: #ACD473;
	color: #363636;
	padding: 10px;
}	 
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;
}	

/*trideni*/
.popis_subkat p {
	margin: 0 0 10px 0;
}
.trideni {
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(../images/trideni.gif);
	background-repeat: repeat;
	background-position: left top;
}
.trideni .cleaner {
	margin-bottom: 10px;
}	
.trideni p {
	margin: 0;
}	
.vyrobce_left {
	float: left;
	width: 100px;
}
.vyrobce_right {
	float: left;
	width: 550px;
}
.tr_vybrano {
	background-color: #8DC63F;
	color: #FFFFFF;
	padding: 2px 5px;
}
.strankovani {
}
.strankovani_left { 
	float: left;
	margin: 0; 
}
.strankovani_right { 
	float: right;
	margin: 0;
}
.larger {
	background-color: #8DC63F;
	color: #FFFFFF;
	padding: 0px 4px;
	text-decoration: none;
}
a.str_box {
	color: #999999;
	margin-right: 2px;
}
a:hover.str_box {
	color: #9d0a0e;
}
a.str_dalsi {
	color: #999999;
}
a:hover.str_dalsi {
	color: #9d0a0e;
}
a.str_predchozi {
	color: #999999;
	
}
a:hover.str_predchozi {
	color: #9d0a0e;
}

/*BTNS*/
.btn, .btn_find { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #363636; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn_find {
	padding: 0 5px;
	height: 25px;
}
	
.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.oranz { background: #f26522; color: #FFFFFF; }
.btn.red { background: #ed2024; color: #000000; border: 1px solid #666666; width: 300px; display: block; text-align: center; }
.btn.green { background: #acd473; color: #000000; border: 1px solid #666666; width: 300px; display: block; text-align: center; }
.btn:hover { background-color: #8b7d62; color: #FFFFFF; }
.btn[class] { background-image: url(../images/shade.png); background-position: bottom; }

.btn_find.oranz { background: #f26522; color: #FFFFFF; }
.btn_find:hover { background-color: #CCCCCC; color: #000000; }
.btn_find:active { background-color: #c69025; }
.btn_find[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;
}
.star {
	font-size: 1.6em;
	padding: 0 0px;
	color: #ff0000;
}

/*//// FOTKY - fotogalerie, blogy ////*/

.foto_seznam a img, .foto_seznam2 a img {
	border: 1px solid #999999;
	padding: 1px;
}
.foto_seznam a:hover img, .foto_seznam2 a:hover img {
	border: 1px solid #FF0000;
	padding: 1px;
}
.foto_seznam, .foto_seznam2 {
	width:227px;
	margin: 0 10px 10px 0;
	float:left;
	text-align: center;
}
.foto_seznam2 {
	margin-right: 0;
}
.foto_seznam p, .foto_seznam2 p {
	text-align:center;
}


