* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #a2bd30;
	min-width: 1012px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*elements*/
h1, h2 {
	background-color: #8b7d62;	
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
}
	
h2 {
	font-size: 0.9em;
	border: 0 none;
}
h3 {
	color: #545949;
	font-size: 0.9em;
}
h4 {
	background-color: #545949;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0 10px 0 18px;
	line-height: 47px;
	margin-left: 1px;
}	
h4#first {
	border-top: 3px solid #FFFFFF;
	margin: 0;
}
h5 {
	background-color: #62624f;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0 10px 0 20px;
	line-height: 47px;
}	

p { 
	color: #363636;
	font-size: 0.8em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a { color: #414c40; }
a:hover { color: #9d0a0e; }
a:focus { outline:none; }

img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #545949;
}
a img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #545949;
}
a:hover img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #ED1C24;
}

ul, ol { color: #000000; }
ul { font-size: 80%; margin: 10px 0 10px 25px; padding-left: 0; }
ol { font-size: 80%; margin-left: 19px; }

ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/simply_li.gif);
	background-position: left 7px;
	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%; }

/*/// TABULKY ///*/
table {
	width: 462px;
	font-size: 80%;
	margin: 10px 0;
	border-collapse: collapse;
}
th { color: #FFFFFF; background-color: #545949; }
th, td { padding: 2px 10px; border: 1px solid #E1DDD6; }

/*/// TABULKA VELIKOSTI OBLECENI ///*/
table.velikosti col.col1 {
	width:170px;
}
table.velikosti tr td {
	text-align:center;
	padding:2px 5px;
	/*width:10px;*/
}
table.velikosti tr.radek th {
	background-color:#545949;
}
table.velikosti tr th {
	background-color:#8b7d62;
}
table.velikosti tr.sudy th {
	background-color:#a99876;
}
table.velikosti tr.sudy td {
	background-color:#f7f7f7;
}


/*/// konec tabulky velikosti ///*/

form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 0 none;
}
fieldset h2 {
	margin-top: 0;
}
label {
	float: left;
	width: 130px;
}
hr { display: none; }

/*division*/
#content {
	width: 1012px;
	position: relative;
	text-align: left;
	margin: 10px auto 0 auto;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
}
#main {
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 16px;
}
#main_in, #main_in_uvod {
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
#main_in {
	background-image: url(../images/bg_main_in.gif);
}
#main_in_uvod {
	background-image: url(../images/bg_main_in_uvod.gif);
}

#header {
	position: absolute;
	top: 0;
	left: 16px;
	width: 980px;
	height: 254px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#logo, #logo span {
	position: absolute;
	left: 0;
	top: 0;	
	width: 390px; 
	height: 254px; 
	overflow: hidden; 
}
#logo span {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 390px;
	height: 254px;
	cursor: pointer;
	display: block;	
}
#top {
	position: absolute;
	top: 20px;
	left: 490px;
	color:#FFFFFF;
	font-weight: bold;
}	
#top a {
	color: #FFFFFF;
}
#top a:hover {
	color: #9d0a0e; 
}	
#find {
	position: absolute;
	top: 17px;
	right: 25px;
}
#find p {
	margin: 5px 0 0 0;
	float: left;
}	
#find input.find_inp {
	color: #1b1919;
	font-size: 1.3em;
	width: 180px;
	height: 26px;
	border: 1px solid #1b1919;
	margin: 0 5px 0 0;
	padding: 5px 0 0 5px;
	vertical-align: bottom;
}	


#left, #right {
	display: inline;
}
#left {
	width: 250px; 
	float: left; 
	margin: 254px 0 0 -980px;
	
}
#left p { 
	text-align: left;
	color: #414c40;
}
#left img {
	padding: 0;
	border: 0 none;
}	
#right { 
	width: 730px; 
	float: left; 
	margin: 304px 0 0 250px;
}
	
#footer {
	width: 1012px;
	height: 212px;
	margin: 0 auto;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}	
#copy p {
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0;
	position: absolute;
	left: 100px;
	top: 11px;
}	
#copy p a {
	color: #FFFFFF;
}
#copy img {
	position: absolute;
	top: 18px;
	left: 35px;	
}
p.nahoru {
	margin: 0;	
}
p.nahoru a {
	background-image: url(../images/nahoru.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 87px;
	height: 33px;
	line-height: 33px;	
	margin: 0;
	position: absolute;
	padding-left: 13px;
	top: -33px;
	right: 3px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
p.nahoru a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	
	

/*navigace*/
#navigace {
	background-color: #414c40;
	width: 731px;
	height: 47px;
	position: absolute;
	top: 254px;
	left: 265px;
	margin: 0;	
	border-top: 3px solid #FFFFFF;
}	
#navigace ul  {
	margin: 0 0 0 2px;
}
#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: 47px; 
	text-decoration: none; 
	background-image: url(../images/nav_delic.gif); 
	background-repeat: no-repeat; 
	background-position: right top; 
	height: 47px; 
	padding: 0 14px 0 13px;
	
}

#navigace ul li a.sel, #navigace ul li a:hover {
	color: #414c40;
	background-image: url(../images/navigace_hover.gif); 
	background-repeat: repeat-x; 
	background-position: left top; 
	position: relative;
	margin-left: -1px; padding-left: 14px;
}


#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: 1px solid #999999;
}
#left_nav li a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	min-height: 22px;
	margin-left: 0;
	padding: 10px 15px 7px 15px;
	display: block;		
}	
#left_nav li a:hover, #left_nav li a.sel {
	color:#FFFFFF;
	background-color: #363636;
}
#left_nav li ul {
	background-color: #F5F4F1;
	margin: 0;
	padding: 5px 0;
}	
#left_nav li ul li {
	margin-left: 25px;
	border-bottom: 0 none;	
}
#left_nav li ul li a {
	color: #363636;
	font-size: 1.2em;
	background-image: url(../images/left_nav_subli.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
	list-style-position: outside;
	padding: 3px 15px 3px 10px;	
}
#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: #363636;
	background-color: transparent;
	text-decoration: underline;
}
/*
#left_nav {
	margin: 10px 10px 10px 19px;
	background-image: none;
}	
#left_nav li {
	padding-left: 0;
	margin-bottom: 3px;
	font-weight: bold;
	list-style-type: none;
	background-image: none;
}
#left_nav li a {
	font-size: 1.1em;
}	
#left_nav li a.sel {
	color: #9d0a0e; 
}	
#left_nav li ul {
	margin: 0 0 10px 5px;
}	
#left_nav li ul li {
	background-image: url(../images/left_nav_subli.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-position: outside;
	padding-left: 10px;	
}
#left_nav li ul li a {
	font-size: 1.2em;
}	
#left_nav li ul li a.subsel {
	color: #9d0a0e; 
}	*/

/*zbozi katalog	*/
	
.katalog_list_uvod, .katalog_list {
	width: 462px;
	padding: 0;
	margin: 10px 0;
	background-image: url(../images/zbozi_bg1.gif);
	background-repeat: repeat-y;
}
.katalog_list {	
	width: 704px;
}
.katalog_list_uvod ul, .katalog_list ul {
	margin: 0;
	padding: 0;
}
.katalog_top {
	background-image: url(../images/zbozi_top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}
.katalog_list_uvod ul li, .katalog_list ul li {
	width: 231px;
	float:left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image: none;
}
.katalog_list_uvod ul li .specifikace, .katalog_list ul li .specifikace {
	margin: 0 10px;
}
.katalog_list_uvod ul li .specifikace .spec_img_obal, .katalog_list ul li .specifikace .spec_img_obal {
	display: table;
	#position: relative;
	overflow: hidden;
	height: 175px;
}
.katalog_list_uvod ul li .specifikace .spec_img_obal_middle, .katalog_list ul li .specifikace .spec_img_obal_middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}	
.katalog_list_uvod ul li .specifikace .spec_img_obal_vertical, .katalog_list ul li .specifikace .spec_img_obal_vertical{
	#position: relative;
    #top: -50%;
	text-align: center;
	width: 211px;
}
	
.katalog_list_uvod ul li .specifikace .spec_img_obal a img, 
.katalog_list_uvod ul li .specifikace .spec_img_obal a:hover img, 
.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_uvod ul li .specifikace p, .katalog_list ul li .specifikace p {
	text-align: left;
	height: 70px;
	padding: 0 10px;
	font-size: 0.7em;
	overflow: hidden; 
}
.katalog_list_uvod ul li p.kat_nadpis, .katalog_list ul li p.kat_nadpis {
	background-image: url(../images/zbozi_nadpis.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0 11px 0 9px;
	padding: 2px 4px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	height: 4em;
	line-height: 1.3em;
	position: relative;
	top: -13px;
}
.kat_nadpis a {
	color: #FFFFFF;
}
.kat_nadpis a:hover {
	color: #9d0a0e;
}

.specials {
	height: 41px;
	position: relative;
	top: -12px;
}	

.ikon_oblibene, .ikon_oblibene_smaz {
	position: absolute;
	top: 0;
	right: 21px;
	margin: 10px 0 0 0;	
}	
.ikon_oblibene a, .ikon_oblibene_smaz a {
	background-image: url(../images/ikon_oblibene.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 25px;
	display: block;	
}
.ikon_oblibene_smaz a {
	background-image: url(../images/xdel.gif);
}	
img.ikony {
	padding: 0;
	border: 0 none;
	position: absolute;
	top: 0;
	left: 9px;
}	

.katalog_list_uvod ul li .specifikace2, .katalog_list ul li .specifikace2 {
	background-image: url(../images/zbozi_nadpis.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0 11px 0 9px;
	padding: 5px 10px;
}
.katalog_list_uvod ul li .specifikace2 p, .katalog_list ul li .specifikace2 p {
	text-align: right;
	margin: 0;
	color: #FFFFFF;
	font-size: 1em;	
}
.katalog_list_uvod ul li .specifikace2 p a, .katalog_list ul li .specifikace2 p a {
	color: #FFFFFF;
}
.katalog_list_uvod ul li .specifikace2 p a:hover, .katalog_list ul li .specifikace2 p a:hover {
	color: #9d0a0e;
}	
.katalog_list_uvod ul li .specifikace2 p.cena, .katalog_list ul li .specifikace2 p.cena {
	color: #fff200;
	font-weight: bold;	
}
.cena_puvodni {
	text-decoration: line-through;
	font-size: 75%;
	color: #FFFFFF;
}	
.mensi { font-size: 75%; }



.katalog_oddelovac {
	float: none;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/zbozi_bottom1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*end of katalog*/

	
/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}
.inner_uvod {
	margin: 13px;
}
.inner_uvod h2 {
	background-color: #FFFFFF;
	color: #414C40;
	font-size: 1em;
	line-height: 1.3em;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 20px 0 5px 0;
	padding: 0 0 0 22px;
}
.inner {
	margin: 0 13px 50px 13px;
}
.inner2 {
	margin: 5px 19px;
}	
.inner2 ul {
	margin-left: 0;
}	
.uvod_col1 {
	float: left;
	width: 488px;
	padding: 0 1px;
}
.uvod_col1 h1 {
	margin-bottom: 0;
}	
.uvod_col2 {
	float: left;
	width: 240px;
	padding-bottom: 35px;
}
.uvod_col2 p {
	text-align: left;
}
.uvod_col2 img {
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #FFFFFF;
}
.uvod_col2 .in {
	margin: 20px;
}
.vypis_blogu_datum {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	margin: 0.3em 0;
	color: #898989;
}
.vypis_blogu_odkaz {
	margin: 0.3em 0;
}	
.vypis_blogu_odkaz a {
	color: #111111;
}
.vypis_blogu_text {
	margin-bottom: 20px;
}		

.blog_seznam_foot {
	padding-bottom: 3px;
	border-bottom: 1px solid #8B7D62;
}
.blog_date {
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.blog_autor {
	background-image: url(../images/user2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
}
.blog_detailcoment p.blog_comentw {
	background-image: url(../images/comment.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	margin-left: 0;
}
.blog_detailcoment p {
	margin-left: 20px;
}	

	
.main_popis {
	min-height: 105px;
	padding: 15px;
	/*background-color: #a19580;*/
	border-bottom: 1px solid #FFFFFF;
}
.main_popis p {
	color: #000000;
	margin: 0;
}	
.main_popis a {
	color: #FFFFFF;
}
.main_popis a:hover { 
	color: #9d0a0e; 
}
.main_popis ul {
	margin: 5px 0 0 10px;
}	
.main_popis ul li {
	background-image: url(../images/main_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}		
.kosik_small {
	background-color: #e1d419;
	background-image: url(../images/bg_kosik.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 0 0 40px;
	margin: -3px 0 0 0;
	height: 45px;
	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: #363636;
}	
.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: 549px;
	margin-right: 10px;
}
.d3	{
	float: left;
	width:373px;
}
.block_size { width:60px; float:left;}

.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; }

.nobr, a img.nobr, a:hover img.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 {
	color: #9D0A0E;
}	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.drobky {
	width: 700px;
	padding: 0 15px;
	background-color: #FFFFFF;	
}
p.left_side {
	float: left;
	width: 570px;
	font-size: 0.75em;
	margin: 0.5em 0;
	padding: 0 20px;
	background-image: url(../images/drobky.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
p.right_side {
	float: right;
	width: 65px;
	font-size: 0.75em;
	margin: 0.5em 0;
	background-image: url(../images/printer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.detail_col1 {
	float: left;
	width: 231px;
	margin-right: 13px;
}
.detail_col2 {
	float: left;
	width: 460px;
	padding-top: 9px;
}
.detail_col2 h2 {
	margin-bottom: 0;
}
.popis_vyrobku, .objednavka_in {
	padding: 15px;
}

/*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;
	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: #E1DDD6;
	padding: 0 10px 1px 10px;
	margin: 0;

}
#zbozi_objednavka table {
	border: 0 none;
	margin: 5px 20px 0 0;
	width: 440px;
	font-size: 90%;
}
#zbozi_objednavka table th, #zbozi_objednavka table td {
	color: #363636;
	/*border-bottom: 1px solid #D6D0C7;*/
	border: 0 none;
}	
#zbozi_objednavka table th {
	background-color: #E1DDD6;
	font-size: 110%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8B7D62;
}	
.objednavka_col1 {
	background-color: #E1D419;
}	
	
#zbozi_objednavka table td {
	padding: 0;
	padding: 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CDC2;
}
#zbozi_objednavka table td.nazev {
	padding: 0 0 0 5px;
}
#zbozi_objednavka table .obj_inp {
	width: 40px;
	margin-right: 5px;
	text-align: center;
	clear: both;
	float: none;	
}
.preskocit {
	margin-top: 0;
}		
.pridat {
	margin: 10px 0;
}	
.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;
}
.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;
}	


/*registrace*/
ul#kosik_nav { font-size: 105%; text-align: left; margin: 25px 13px; }
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; }

#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 {
	width: 674px;
	border-top: 1px solid #E6E6E6;
}	
#reg table.dodani tr.radek_doprava td {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}
.doprava_vlajka {
	width:40px;
	}
/*cart*/
.cartcol_left {
	float: left;
	width: 300px;
	margin-right: 90px;
}
.cartcol_right {
	float: right;
	width: 300px;
}
.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: 704px;
}	
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;
}
.trideni {
	margin: 0 15px 20px 0;
	padding: 8px;
	background-color: #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.trideni p {
	margin: 0.3em 0;
}	
.vyrobce_left {
	float: left;
	width: 100px;
}
.vyrobce_right {
	float: left;
	width: 572px;
}
.tr_vybrano {
	background-color: #E1D419;
	color: #000000;
	padding: 2px 5px;
}
.strankovani {
}
.strankovani_left { 
	float: left;
	margin: 0; 
}
.strankovani_right { 
	float:right;
	margin: 0 15px 0 0;
}
.larger {
	background-color: #E1D419;
	color: #000000;
	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: #fff; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn_find {
	padding: 0 5px;
	height: 27px;
}
	
.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.green { background: #a2bd30; }
.btn.red { background: #ed1c24; }
.btn:hover { background-color: #8b7d62; color: #FFFFFF; }
.btn[class] {  background-image: url(../images/shade.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/shade.png); background-position: bottom; }
/*
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn:hover { border-color: #a00; }
*/
#player {
	margin-bottom:20px;
	}
	
	
.foto_seznam, .foto_seznam2 {
	float: left;
	margin-right: 3px;
} 	
.foto_seznam2 {
	margin-right: 0;
}	
.foto_seznam a img, .foto_seznam2 a img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #545949;
}
.foto_seznam a:hover img, .foto_seznam2 a:hover img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #ED1C24;
}

	
