/*
	CSS definitions
	
	(c) 2009 Jiri Lysek
	jlx@seznam.cz
*/

@IMPORT url("forms.css");
@IMPORT url("links.css");
@IMPORT url("paging.css");
@IMPORT url("menu.css");
@IMPORT url("tables.css");
@IMPORT url("helpers.css");


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ebebeb;
	background: url('../images/background.png');
}

h1, .header1 {
	font-size: 17px;
	font-weight: bold;
}

h2, .header2 {
	font-size: 14px;
	font-weight: bold;
}

h3, .header3 {
	font-size: 12px;
}

p {
	text-align: justify;
}

ul {
	/*list-style-type: none;*/
}

img {
	border: 0px;
}

/* -------------------------------------------------------------------------- */

#container {
	width: 998px;
	margin: 2px auto 2px auto;
}

#logo {
	width: 993px;
	height: 189px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

#logo a.home {
	display: block;
	width: 720px;
	height: 150px;
	text-decoration: none;
}

#content {
	background: url('../images/main.png') repeat-y;
	padding-bottom: 30px;
}

#footer {
	height: 17px;
	background: url('../images/footer.png') no-repeat;
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
}

/* -------------------------------------------------------------------------- */

#company_web {
	text-align: center;
	background: url('../images/company_row.png') bottom left repeat-x;
	padding: 3px 15px 3px 15px;
	color: #E8E8E8;
	height: 16px;
}

#company_web a {
	color: #E8E8E8;
	padding: 0px 5px 0px 18px;
}

#company_web a.cze {
	background: url('../images/flag_czech.png') left 2px no-repeat;
}

#company_web a.svk {
	background: url('../images/flag_slovakia.png') left 2px no-repeat;
}

#company_web a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

#left_panel {
	float: left;
	margin-left: 8px;
	width: 177px;
	display: inline;
}

#main_panel {
	float: left;
	margin-left: 4px;
	width: 656px;
	padding: 0px 8px 0px 8px;
}

#right_panel {
	float: right;
	margin-right: 8px;
	width: 120px;
	display: inline;
}

/* -------------------------------------------------------------------------- */

.left_panel {
	background-color: #FFF5EB;
	border: 1px solid #888888;
	margin-top: 4px;
}

.left_panel div.header, .right_panel div.header {
	background: url('../images/header_orange.png') bottom left;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}

.right_panel {
	border: 1px solid #888888;
	margin-top: 4px;
	background-color: #FFF5EB;
	padding-bottom: 2px;
}

.right_panel a.contact {
	display: block;
	margin: 2px auto 2px auto;
	width: 55px;
	height: 54px;
	background: url('../images/phone.png') no-repeat;
}

.right_panel a.cart {
	display: block;
	margin: 2px auto 2px auto;
	width: 55px;
	height: 54px;
	background: url('../images/cart.png') no-repeat;
}

/* ------------------------------ cat tree ---------------------------------- */

.cat_tree {
	margin: 0px;
	padding: 2px;
	list-style-type: none;
}

.cat_tree ul {
	padding-left: 12px;
}

.cat_tree li {
	background: url('../images/list_item.gif') repeat-y;
}

.cat_tree li.last {
	background: url('../images/list_item_last.gif') 0px -8px no-repeat;
}

.cat_tree a {
	text-decoration: none;
	padding-left: 9px;
	padding: 3px;
	display: block;
	padding-left: 10px;
	background: url('../images/list_item_path.gif') 3px 10px no-repeat;
}

/* --------------------------- product table -------------------------------- */

#product_table {
	width: 100%;
}

#product_table td {
	vertical-align: top;
	width: 33%;
}

#product_table div.item, #product_info div.item {
	border: 1px solid #AAAAAA;
	width: 100%;
}

#product_table div.item a {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	display: block;
	text-decoration: none;
}

#product_table div.item h2, #product_info h2.header {
	margin: 0px;
	padding: 0px;
	background: url('../images/header_orange.png') no-repeat bottom left;
	background-color: #EC964E;
	color: #FFFFFF;
	padding: 3px;
}

#product_table div.item a.images, #product_info div.images {
	display: block;
	text-align: center;
	margin: 4px;
}
	
#product_table div.item img, #product_info img {
	border: 1px solid #AAAAAA;
	padding: 4px;
	width: 120px;
	height: 120px;
	color: #000000;
	background-color: #FFF5EB;
	cursor: pointer;
}

#product_table div.item p, #product_info p, #product_info div.par {
	margin: 0px;
	padding: 6px;
	background-color: #FFF5EB;
}

#product_table div.item span.price, #product_info div.item span.price {
	font-weight: bold;
	font-size: 14px;
	color: #888888;
	float: left;
	margin: 3px;
}

#product_table div.item span.price_tax, #product_info div.item span.price_tax {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
	float: right;
	text-align: right;
	margin: 3px;
}

#product_table div.item div.rating_star, #product_info div.item div.rating_star {
	background: url('../images/star.gif') repeat-x;
	height: 20px;
	margin: 2px;
}

#product_table div.item span.code {
	font-weight: bold;
	margin: 2px;
}

#product_info div.item #free_transport, #product_info #top_product {
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	float: right;
}

#product_info #top_product {
	float: left;
}

.sale_details {
	width: 80%;
	margin: 10px auto 10px auto;
	border: 1px solid #AAAAAA;
	font-size: 13px;
}

.sale_details div.header {
	display: block;
	padding: 2px;
	background: url('../images/header_orange.png') no-repeat bottom left;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.sale_details div.header span {
	color: #FFFF00;
}

#product_info .video {
	width: 400px;
	margin: 10px auto 5px auto;
}

/* -------------------------------------------------------------------------- */

#odkazy {
	background: url('../images/main.png') repeat-y;
	padding: 2px 150px 2px 200px;
	text-align: center;
	font-size: 10px;
}

#odkazy a {
	color: #FF0000;
}

/* ------------------------------ news -------------------------------------- */

.news_item {
	background-color: #FFF5EB;
	border: 1px solid #888888;
	margin: 0px 0px 5px 0px;
}

.news_item h2 {
	margin: 0px;
	float: left;
}

.news_item .header {
	background: url(../images/header_orange.png) bottom left;
	padding: 5px;
	color: #FFFFFF;
	line-height: 18px;
}

.news_item .content {
	padding: 5px;
}

.news_item .date {
	float: right;
	font-size: 10px;
	margin: 0px;
}