@import "template.css";
@import "page.css";
@import "filter.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 971px;}

/*Header height*/
#header {height: 200px;}
#topmenu {height: 46px;}

/*Column's width*/
#left {width: 225px;}
#page {width: 550px;}
#right {width: 180px;}

/*Height of the footer */
#footer {height: 65px;}
#content {padding-bottom: 65px;}

/******************DESIGN OF PAGE***********************/
body {
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
/*Common design*/
#container {
	text-align: justify;
	background-image: url(../images/bg_wrap.gif);
	background-repeat: repeat-y;
  /*  border-right: solid #666 1px;
  border-left: solid #666 1px;*/
}

#header {
	padding: 0;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#logo {
	margin-left: 17px;
	float: left;
	display: inline;
}
/* ----------------------- UTILS  ------------------------ */
#utils {
	width: 600px;
	float: left;
	margin-left: 20px;
}
a.home, a.lang, a.help, a.sitemap {
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a.home:hover, a.lang:hover, a.help:hover, a.sitemap:hover {
	text-decoration: underline;
}
a.home {
	background-image: url(../images/ico_home.gif);
}
a.lang {
	background-image: url(../images/ico_lang.gif);
}
a.help {
	background-image: url(../images/ico_help.gif);
}
a.sitemap {
	background-image: url(../images/ico_sitemap.gif);
}
/* -----------------------  FULLTEXT  ------------------------ */
#fulltext {
	clear: both;
	width: 600px;
	float: left;
	margin: 30px 0 0 40px;
	display: inline;
}
#fulltext form {
	padding: 0; margin: 0;
}
.bg_input {
	background-color: #d6e0ec;
	border: 1px solid #a2acb8;
}
.search_input {
	margin-bottom: -4px;
}
*>.search_input {
	margin-bottom: -5px;
}

/* -----------------------  TOPMENU  ------------------------ */
#topmenu {
	padding: 0;
	background-image: url(../images/bg_topmenu.gif);
	background-repeat: repeat-x;
	margin: 0 4px 0 0;
	width: 742px;
	float: right;
	display: inline;
}
*>#topmenu {
}
#left {
	padding: 0;
}



/* -----------  KATALOG MENU  ------------ */
#katmnu {
	background-image: url(../images/bg_katmnu.jpg);
	height: 46px;
	margin-left: 3px;
	padding-left: 17px;
}
#katmnu .menu li {
	display: inline;

}
#katmnu ul {
	text-align: center;
	padding-top: 10px;
}
#katmnu ul li a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_katmnu_a.jpg);
	height: 18px;
	padding: 0;
	font-weight: bold;
	width: 100px;
	float: left;
}
#katmnu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_katmnu_hover.jpg);
	height: 18px;
	padding: 0;
	font-weight: bold;
	width: 100px;
	float: left;
}


/* ------------ TOP MENU ----------- */
#topmenu ul {
	text-align: right;
	padding-top: 1px;
}
#topmenu li {
/*  width: auto;*/
}
#topmenu ul li a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_topmenu_a.gif);
	height: 19px;
	padding: 13px;
	margin: 0;
/*	float: right;*/
  float: left;
}
#topmenu ul li a:hover {
	color: #ffde00;
	text-decoration: none;
	background-image: url(../images/bg_topmenu_hover.gif);
}

/* -------------------------- LEFT MENU  --------------------------- */
#leftmnu {
	font-size: 0.8em;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-right: 3px;
}
#leftmnu .menu ul {
	margin: 0; padding: 0;
}
*>#leftmnu .menu ul {
	margin: 0; padding: 0;
}
#leftmnu .menu li {
	margin: 0; padding: 0; 
	list-style: none;
}
/* ---- PRVA UROVEN ---- */
#leftmnu .menu ul li a {
	display: block;
	color: #188a00;
	text-decoration: none;
	background-image: url(../images/arrow_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 1.9em;
	padding: 6px 0 0 25px;
}
#leftmnu .menu ul li a:hover {
	background-color: #a6c9a0;
}
/* ---- DRUHA UROVEN ---- */
#leftmnu .menu ul li ul li a {
	background-color: #d9e8d8;
	background-image: url(../images/arrow_left2.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	border-bottom: 1px solid #7fc56e;
	padding: 6px 0 0 45px;
}
/* ---- TRETIA UROVEN ---- */
#leftmnu .menu ul li ul li ul li a {
	background-color: #c7e3c2;
	background-image: url(../images/arrow_left2.gif);
	background-repeat: no-repeat;
	background-position: 40px center;
	border-top: 1px solid #e5e6e8;
	border-bottom: 1px solid #7fc56e;
	padding: 6px 0 0 55px;
}
/* ---- STVRTA UROVEN ---- */
#leftmnu .menu ul li ul li ul li ul li a {
	background-color: #a8e09d;
	background-image: url(../images/arrow_left2.gif);
	background-repeat: no-repeat;
	background-position: 50px center;
	border-top: 1px solid #e5e6e8;
	border-bottom: 1px solid #7fc56e;
	padding: 6px 0 0 65px;
}
/* ----------------------- LEFT BANNERS  ------------------------ */
#banners h1 {
	color: #565656;
	background-image: url(../images/ico_new.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 0 25px;
	height: 16px;
	font-weight: bold;
	font-size: 0.9em;
	margin: 5px 0 0 10px;
}
#banners {
	text-align: center;
	margin-left: 20px;
	margin-right: 4px;
	border: 1px solid #d7e8ee;
	padding: 10px;
}
#banners img {
	margin: 10px 0;
}
#banners a {
	color: #565656;
	text-decoration: none;
	font-weight: bold;
	margin: 10px;
}
#banners a:hover {
	color: #999999;
}

/* ----------------------- PAGE  ------------------------ */
#page {
	text-align: left;
	padding: 10px 5px 10px 10px;
	background-image: url(../images/bg_page.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: inline;
	min-height: 376px;
	_height: 376px;
}
#page a {
	color: #000000;
	text-decoration: none;	
}
#page a:hover {
	color: #666666;
}
/* ----------------------- RIGHT MENU  ------------------------ */
#right .menu ul {
	margin: 0 6px 0 6px; padding: 0;
}
#right .menu ul li {
	margin: -1px 0 0 0; padding: 0; 
	list-style: none;
}
*>#right .menu ul li {
	margin: 0;
}
#right .menu ul li a {
	display: block;
	color: #188a00;
	text-decoration: none;
	background-image: url(../images/arrow_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #f5f5f6;
	height: 1.6em;
	padding: 4px 0 0 35px;
	border-bottom: 1px solid #ebebeb;
	font-size: 0.8em;
}
#right .menu ul li a {
	margin: 0;
}
#right .menu ul li a:hover {
	background-color: #a6c9a0;
}

/********************* SET MENA *******************/
.setmena {
  text-align: center;
  border: 1px solid #d7e8ee;
  margin: 0px 6px 0px 6px;
  padding: 5px 0;
}
.setmena a {
  text-decoration: none;
  color: #66645E;
}
.setmena a:hover {
  text-decoration: underline;
}



/* ----------------------- FILTER  ------------------------ */
.rightbox, .rightbox_new, .rightbox_akcia {
	border: 1px solid #d7e8ee;
	color: #188a00;
	font-size: 0.8em;
	margin: 12px 6px 10px 6px;
	padding: 0;
	color: #565656;
}
*>.rightbox {
	padding: 5px;
}
.rightbox form {
	margin: 0;
}
.filter_inp {
	border: 1px solid #d7e8ee;
	width: 140px;
	margin: 5px 0;
}
.filter_ok {
	text-align: center;
	margin-top: 10px;
}
.rightbox_new, .rightbox_akcia {
	padding: 5px;
	text-align: center;
}
/* -----------------------  NOVINKY A AKCIE NA BOKU  ------------------------ */
.rightbox_new h1, .rightbox_akcia h1 {
	color: #565656;
	background-image: url(../images/ico_new.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px 0 5px 25px;
	height: 16px;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	border-bottom: 1px solid #d7e8ee;
}
*>.rightbox_new h1, .rightbox_akcia h1 {
	margin: 0;
}
.rightbox_new h1 {
	background-image: url(../images/ico_new.gif);
}
.rightbox_akcia h1 {
	background-image: url(../images/ico_action.gif);
}
.rakcieobr {
	margin: 10px 0;
}
/* ----------------------- FOOTER  ------------------------ */
#footer {
	width: 100%;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#foot {
	text-align: right;
	padding: 10px;
}
/* ----------------------- FOOT  ------------------------ */
#foot {
	text-align: center;
	color: #188a00;
	font-size: 0.8em;
	margin-top: 12px;
}
#foot a {
	font-weight: bold;
	text-decoration: none;
	color: #188a00;
}
#foot a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/* ----------------------- MAKED BY  ------------------------ */
#makedby {
	width: 200px;
	display: inline;
	float: left;
	text-align: left;
	color: #188a00;
	font-size: 0.8em;
	margin-left: 60px;
	margin-top: -20px;
}
#makedby a {
	text-decoration: none;
	color: #188a00;
}
#makedby a:hover {
	text-decoration: underline;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
	margin: 10px 5px 5px 5px;
	text-align: left;
	color: #2db7da;
	font-size: 1.4em;
/*	float: left;*/
}

#path {
	font-size: 0.8em;
	color: #9b9b9b;
}
#path a {
	color: #9b9b9b;
	text-decoration: none;
}
#path a:hover {
	text-decoration: underline;
}
.title {
	float: left;
	width: 300px;
	display: inline;
}
.clearing1 {
	clear: both;
	border: 1px solid #eceae6;
}
#krit_tried {
	text-align: right;
	width: 280px;
	display: inline;
	font-size: 0.8em;
	float: right;
	margin-top: 12px;
}
.krit_span {
	background-color: #FFFFFF;
	color: #575757;
	float: left;
	padding: 2px 7px 3px 7px;
	margin-top: 1px;
	height: 1em;
}
.input_krit {
	border: 1px solid #d7e8ee;
	width: 140px;
	float: right;
	margin-left: 5px;
	font-size: 0.9em;
	height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cart {
	color: #66645e;
	text-align: center;
	height: 2.2em;
	font-size: 0.8em;
	font-family: Arial;
	padding: 15px 5px 5px 6px;
}
#cart a {
	color: #66645e;
	text-decoration: none;
	background-image: url(../images/ico_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#cart a:hover {
	text-decoration: underline;
}
.pagelist {
	color: #c1bdb6;
	text-align: center;
	margin: 15px 10px;
	font-size: 0.9em;
	height: 20px;
}
.pagelist img {
	display: inline;
	margin-bottom: -3px;
	margin-left: 15px;
	margin-right: 15px;
}
.pagelist a {
	color: #4c4b46;
	text-decoration: none;
}
.pagelist a:hover {
	color: #4c4b46;
	text-decoration: underline;
}

/*developer*/
body {background-color: #c9e8c2;}
#container {background-color: #ffffff;}
#header {background-color: #a1c8ff;}
#footer {background-color: #c9e8c2;}
#content {background-color: transparent;}
#topmenu {background-color: #0033cc;}
#left {background-color: transparent;}
#page {background-color: transparent;}
#right {background-color: transparent;} 


