body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(../design/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 15px 0 20px 0;
	text-align: center;
}

h1 {
	font-size: 16px;
	color: #1d3888;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1d3888;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #007f2d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	clear: both;
}

.text_center {
	text-align: center;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
img.float_left {
	margin-right: 5px;
}
img.float_right {
	margin-left: 5px;
}

.error {
	font-weight: bold;
	color: #ff0000;
	padding-bottom: 10px;
}

#page {
	position: relative;
	width: 931px;
	padding-top: 173px;
	margin: 0 auto;
}

#header {
	width: 931px;
	height: 173px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
}

#hp_flash {
	position: absolute;
	top: 0;
	right: 0;
	margin: 9px 9px 0 0;
	width: 726px;
	height: 156px;
}

#link_hp {
	display: block;
	width: 185px;
	height: 160px;
	margin: 6px 0 0 6px;
}

#content_cover {
	width: 919px;
	background-image: url(../design/shadows.jpg);
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;
}

#content {
	width: 919px;
	background-image: url(../design/cont_bg.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 192px;
	text-align: left;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left ul li {
	margin: 0;
	padding: 0 20px;
}

#left ul li ul li {
	margin: 0;
	padding: 0 0 0 5px;
}

#left_top_menu {
	background-image: url(../design/left_menu.jpg);
	background-repeat: repeat-y;
}
#left_top_menu ul li {
	color: #fff;
}
#left_top_menu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px 0 7px 0;
	border-bottom: 1px dotted #fff;
}
#left ul li a:hover {
	text-decoration: underline;
}
#left ul li a.no_border {
	border: none;
}

#left_top_menu ul li ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 3px 0 3px 10px;
	background-image: url(../design/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	border-bottom: none;
}
#left_top_menu ul li ul li a.active_item {
	color: #1d3888;
	background-image: url(../design/arrow_blue.png);
}
#left_top_menu ul li ul li.indent {
	padding-left: 5px;
}
#left_top_menu ul li ul li.indent strong {
	display: block;
	font-size: 12px;
	padding-top: 10px;
}
#left_top_menu ul li ul li.indent a {
	margin-left: 10px;
}

#left_top_menu ul li ul li.padd {
	padding: 10px 0 10px 5px;
}

#left_bottom_menu {
	width: 189px;
	padding-bottom: 30px;
	background-color: #d6d6d6;
}

#left_bottom_menu ul li a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 8px 0 5px 0;
	border-bottom: 1px dotted #000;
}

#left_top_menu_footer {
	width: 192px;
	height: 6px;
	background-image: url(../design/left_menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#right {
	float: right;
	width: 725px;
}

#main_right {
	float: right;
	width: 170px;
	padding: 20px 10px;
	text-align: left;
	background-color: #dbf1ff;
}

#main_right h2 {
	position: relative;
	color: #1b3691;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #3c89b7;
}
#main_right h2 span {
	position: relative;
	padding: 0 10px;
	background-color: #dbf1ff;
	top: -8px;
}

#main_right p {
	line-height: 17px;
}

.news {
	margin-bottom: 20px;
}

.news h3 {
	font-size: 11px;
	color: #007f2d;
	padding: 0 0 3px 0;
	margin: 0;
}

a.more {
	background-image: url(../design/more_arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 6px;
	font-weight: normal;
	color: #007f2d;
}

a.more2 {
	background-image: url(../design/more.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 11px;
	font-weight: normal;
	color: #007f2d;
}

#main {
	float: left;
	width: 509px;
	padding: 20px 10px 20px 10px;
	text-align: left;
}

#main p {
	line-height: 17px;
}

.row {
	padding: 0 0 30px 0;
}

.hp_box {
	float: left;
	width: 208px;
	height: 93px;
	padding: 10px 0 0 10px;
	background-repeat: no-repeat;
}

.hp_box h2 a {
	text-decoration: none;
	color: #1d3888;
}
.hp_box h2 a:hover {
	text-decoration: underline;
}

.hp_box p {
	line-height: 16px;
	margin-bottom: 2px;
}

.left_box {
	margin-right: 40px;
}

.kopirky_sharp {
	background-image: url(../design/bg_kopirky_sharp.png);
}
.papir {
	background-image: url(../design/bg_papir.png);
}
.faxy {
	background-image: url(../design/bg_faxy.png);
}
.mult_tiskarny {
	background-image: url(../design/bg_mult_tiskarny.png);
}
.skartovacky {
	background-image: url(../design/bg_skartovacky.png);
}
.reseni_skoly {
	background-image: url(../design/bg_reseni_skoly.png);
}


#footer {
	width: 919px;
	background-image: url(../design/shadows.jpg);
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;
}
#footer p {
	margin: 0;
	padding: 15px 0 10px 0;
	text-align: center;
	background-image: url(../design/footer_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#products_list {
	background-color: #00b13c;
	padding: 7px 7px 5px 7px;
	color: #fff;
	font-weight: bold;
}
#products_list h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
	float: left;
}
#products_list .float_right {
	font-size: 13px;
}

.product_itm {
	padding: 20px 0;
}
.product_itm_img {
	position: relative;
	float: left;
	width: 130px;
	height: 105px;
	text-align: center;
}
.l_action {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../design/l_akce.png);
	background-repeat: no-repeat;
}
.l_news {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../design/l_novinka.png);
	background-repeat: no-repeat;
}

.l_action_d {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 180px;
	background-image: url(../design/l_akce.png);
	background-repeat: no-repeat;
}
.l_news_d {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 180px;
	background-image: url(../design/l_novinka.png);
	background-repeat: no-repeat;
}

.product_itm_desc {
	float: right;
	width: 360px;
}
.product_itm_desc h2 a {
	color: #000;
	text-decoration: none;
}
.product_itm_desc h2 a:hover {
	text-decoration: underline;
}

.product_itm_desc .product_itm_footer {
	padding: 5px;
	background-color: #f3f3f3;
}

.product_itm_desc .product_itm_footer .price {
	color: #d7221b;
	font-size: 12px;
	font-weight: bold;
}

.link_back {
	font-size: 14px;
	display: block;
	text-align: right;
	padding: 5px 0;
}

.product_detail_img {
	position: relative;
	float: left;
	width: 160px;
	text-align: center;
}
.product_detail_img .invis {
	display: none; 
}
.product_detail_img img {
	margin-bottom: 10px;
}
.product_detail_img .price {
	font-size: 13px;
	color: #fff;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background-color: #d92517;
	margin-bottom: 10px;
}
.product_detail_desc {
	float: right;
	width: 320px;
}
.product_detail_desc h1 {
	color: #d92517;
	font-size: 22px;
	text-decoration: none;
}
.product_detail_desc h2 {
	background-color: #dbf1ff;
	padding: 3px;
	font-size: 12px;
}

.product_itm table td {
	vertical-align: top;
	padding: 3px 0;
}

.blue_row {
	background-color: #dbf1ff;
	font-weight: bold;
	color: #1d3888;
	padding: 3px;
	font-size: 12px;
}

#form_poptavka textarea {
	width: 200px;
	height: 50px;
}

div.sub li {
	padding: 5px 0;
}
div.sub li.indent {
	margin-left: 30px;
}
div.sub li.padd {
	padding: 10px 0 0 0; 
	margin-left: 17px;
}
div.sub li.main_prod {
	font-size: 12px;
	list-style: none;
	padding: 10px 0 0 0; 
	margin: 0;
}