

/* ___| CSS document |_____________________ */


body { 
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 70%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #fff url("/graphics/bg.png") repeat-x top;
	color: #000;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}


/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 940px;
	}
	
	
/* ___| header |_____________________ */


#head {
	margin: 0 0 10px 4px;
	width: 929px;
	height: 227px;
	background: url("/graphics/bg_head.png") no-repeat;
	position: relative;
	}
#head div.anim {width: 370px; height: 275px; position: absolute; top: -30px; right: 0}
h1 {
	margin: 32px 0 0 -15px;
	position: relative;
	float: left;
	clear: both;
	}
	
	
/* ___| menu |_____________________ */


ul#tmenu {
	margin: 50px 0 0 14px;
	padding: 0;
	float: left;
	clear: both;
	}
ul#tmenu li {
	margin: 0 12px 0 0;
	padding-right: 12px;
	border-right: 1px solid #000;
	list-style: none;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	}
ul#tmenu li#last {
	border: none;
	}
ul#tmenu li a {
	text-decoration: none;
	color: #000;
	}
ul#tmenu li.now a {
	color: #ff0000;
	}
ul#tmenu li a:hover {
	text-decoration: underline;
	}


/* ___| box |_____________________ */


.box {
	margin: 0;
	width: 210px;
	float: left;
	clear: both;
	}
.box_t {
	margin: 0;
	width: 210px;
	height: 9px;
	font-size: 0;
	background: #F5F5F5 url("/graphics/bg_box_t.png") no-repeat left top;
	float: left;
	clear: both;
	}
.box_m {
	margin: 0;
	padding: 10px 16px 10px 16px;
	width: 178px;
	min-height: 20px;
	background: #F5F5F5 url("/graphics/bg_box_m.png") repeat-y;
	float: left;
	clear: both;
	}
.box_b {
	margin: 0;
	width: 210px;
	height: 9px;
	font-size: 0;
	background: #F5F5F5 url("/graphics/bg_box_b.png") no-repeat;
	float: left;
	clear: both;
	}
.box h3 {
	margin-bottom: 7px;
	padding: 0 0 6px 2px;
	font-size: 100%;
	color: #000;
	text-transform: uppercase;
	background: url("/graphics/bg_line_grey.png") repeat-x bottom;
	}
.box p {
	margin: 0 0 4px 2px;
	line-height: 140%;
	color: #999;
	}
.box p.more {
	margin: 2px 0 0 0;
	text-align: right;
	}
.box p.more a {
	text-decoration: none;
	color: #c93203;
	}
.box p.more a:hover {
	color: #904c37;
	}

	
/* ___| boxh |_____________________ */


.boxh {
	margin: 0;
	width: 210px;
	float: left;
	clear: both;
	}
.boxh_t {
	margin: 0;
	width: 210px;
	height: 28px;
	background: #e50000 url("/graphics/bg_boxh_t.png") no-repeat;
	float: left;
	clear: both;
	}
.boxh_m {
	margin: 0;
	padding: 6px 16px 0 16px;
	width: 178px;
	min-height: 20px;
	background: #F5F5F5 url("/graphics/bg_boxh_m.png") repeat-y;
	float: left;
	clear: both;
	}
.boxh_b {
	margin: 0;
	width: 210px;
	height: 11px;
	font-size: 0;
	background: #F5F5F5 url("/graphics/bg_boxh_b.png") no-repeat;
	float: left;
	clear: both;
	}
.boxh h3 {
	margin: 10px 0 0 49px;
	font-size: 100%;
	color: #fff;
	text-transform: uppercase;
	}
.boxh h3 a {
	text-decoration: none;
	color: #fff;
	}
.boxh p {
	margin-bottom: 4px;
	color: #595959;
	line-height: 140%;
	}
.boxh p.date {
	margin: 0 0 3px 0;
	color: #663300;
	font-weight: bold;
	}
.boxh p.date span {
	float: right;
	}
.boxh p.date a {
	text-decoration: none;
	color: #663300;
	}
.boxh p.date a:hover {
	color: #7e6348;
	}
.boxh a {
	text-decoration: underline;
	color: #595959;
	}
.boxh a:hover {
	text-decoration: none;
	}


/* ___| column left |_____________________ */


#col_left {
	margin: 0;
	width: 210px;
	float: left;
	}
#col_left form {
	margin: 0;
	padding: 0;
	}
#col_left input {
	margin: 3px 0 5px 5px;
	padding: 2px;
	border: 1px solid #000;
	width: 194px;
	}
#col_left input.but {
	margin: 0 0 0 4px;
	padding: 0;
	border: none;
	width: auto;
	font-weight: bold;
	color: #000;
	background: #fff;
	font-size: 90%;
	float: right;
	}
.line {
	margin: 10px 0 10px 0;
	width: 100%;
	height: 2px;
	font-size: 0;
	background: #eebeb0 url("/graphics/bg_line.png") repeat-x;
	float: left;
	clear: both;
	}
	
	
/* ___| menu |_____________________ */


menu {
	margin: 0;
	padding: 0;
	width: 178px;
	}
menu li {
	padding: 5px 4px 5px 0;
	list-style: none;
	width: 174px;
	background: url("/graphics/bg_line_grey.png") repeat-x bottom;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	}
menu li.last {
	background: none;
	}
menu li a {
	margin: 0 0 0 6px;
	padding: 2px 0 2px 10px;
	color: #787878;
	text-decoration: none;
	border-left: 3px solid #ff0000;
	display: block;
	}
menu li a:hover {
	margin: 0 0 0 6px;
	padding: 2px 0 2px 10px;
	color: #fff;
	text-decoration: none;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	text-align: left;
	background: #999;
	display: block;
	}
	

/* ___| content |_____________________ */


#content {
	margin: 0;
	padding: 14px 30px 0 30px;
	width: 458px;
	overflow: hidden;
	min-height: 100px;
	float: left;
	}
#content h2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 110%;
	color: #000;
	text-transform: uppercase;
	background: url("/graphics/bg_line.png") repeat-x bottom;
	}
#content h2 span {
	display: block;
	color: #c93203;
	}
#content p {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 95%;
	}
#content p.red {
	color: #c93203;
	}
	
#content h3.tit3 { margin-bottom: 8px; font-family: Arial; background: none; font-size: 17px; }
#content h3.tit3 span { font-weight: normal; color: #ca0101; }
#content h2.tit2 { margin-bottom: 20px; font-family: Arial; background: none; font-size: 19px; color: #ca0101; }
table.taab { margin: 0 0 0 0; padding: 0; border-collapse: collapse; }
table.taab td { padding: 2px 4px 3px 0; }
table.taab td a { color: #000; text-decoration: underline; }
table.taab td a:hover { text-decoration: none; }

	
/* ___| column right |_____________________ */


#col_right {
	margin: 0;
	width: 210px;
	float: right;
	}
	
	
/* ___| footer |_____________________ */


#footer {
	margin: 20px 0 0 4px;
	width: 930px;
	height: 80px;
	background: url("/graphics/bg_footer.png") no-repeat top;
	float: left;
	clear: both;
	}
#footer p {
	margin: 44px 0 0 0;
	text-align: center;
	font-size: 90%;
	}
#footer p a {
	text-decoration: none;
	color: #999;
	}
#footer p a:hover {
	text-decoration: underline;
	}
	
	
	
	
.over tr td,
.contact .over td {background: #E4E4E4}
.contact caption {text-align: left; padding: 4px; padding-bottom: 0; border-bottom: 1px solid #DDDDDD; font-variant: small-caps}
.contact {width: 464px; b_order-collapse: collapse; margin-bottom: 16px; border-top: 1px solid #999999}
.contact td {padding: 4px; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; margin: 0; background: #F4F4F4}
.contact .c1 {width: 150px; font-weight: bold; text-align: left}
.contact .c2 {width: 120px; text-align: center}
.contact .c3 {width: 200px; text-align: center}


      .discount {width: 450px; margin-bottom: 1em}
      .discount caption {font-size: 90%; text-align: right; font-variant: small-caps; border-bottom: 1px solid #FAA; padding: 2px}
      .discount caption span {display: block; float: left; font-size: 112%; margin-top: -3px; font-weight: bold}
      .discount {border-top: 1px solid #D4D4D4; background: #FDD}
      .discount .c1 {width: 200px; border-right: 1px solid #FBB}
      .discount .c2 {width: 120px; border-right: 1px solid #FBB; vertical-align: middle; text-align: center}
      .discount .c3 {width: 150px; vertical-align: middle; text-align: center}

      a.gallerylist {background: #FDD; text-align: left; font-size: 120%; display: block; padding: 4px; border-top: 2px solid white}
      .floatleft {float: left; margin-left: 0!important}
      .floatright {float: right; margin-right: 0!important}
      .thumb {display: block; width: 152px; height: 117px; background: url(/graphics/thumb.png) no-repeat}
      .thumb img {width: 140px; height: 105px; margin: 6px; border: 0 none}


.box p.date {
	margin: 0 0 3px 0;
	color: #663300;
	font-weight: bold;
	}
.box p.date span {
	float: right;
	}
.box p.date a {
	text-decoration: none;
	color: #663300;
	}
.box p.date a:hover {
	color: #7e6348;
	}


.pl_simple table {margin: 0 0 18px 0; }
.pl_simple table td {padding: 0; vertical-align: top; }
.pl_simple table tr.main td {border-bottom: 0 none}
.pl_simple table tr.price td {border-top: 0 none}
td.simple_item {background: #eee; border: 1px solid #ddd; border-top: 0 none; }
td.simple_item div.simple_item {width: 140px; position: relative; border-top: 1px solid #ddd; }
td.pad {width: 18px; }
td.pad div {width: 1px; overflow: hidden; }
#container .simple_item a {text-decoration: none}
.simple_item img.siimg {position: absolute; top: 0; left: 0; width: 140px; height: 105px; border: 0 none}
#container .simple_item .more {position: absolute; left: 90px; top: 93px; width: 50px; height: 24px; line-height: 24px; background: #f00; text-align: center; text-transform: uppercase; font-weight: bold; font-size: 90%; color: #fff; }
#content .simple_item h3 { margin: 120px 8px 8px 8px; font-size: 100%; background: transparent; padding: 0; text-transform: none; }
.simple_item h4 {margin: 120px 8px 8px; font-size: 100%; }
.simple_item .price {text-align: right; margin: 0 8px 5px; font-size: 130%; color: #f00; font-weight: bold; }
.simple_item .akcni-sleva {margin: 0; border: 0 none; position: absolute; top: -7px; right: -7px;}

