@import url(list.css);
@import url(product_detail.css);
@import url(slimbox.css);
@import url(content.css);
@import url(cart.css);
@import url(forms.css);

body {
	margin: 0px;
	padding: 0px;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.cleaner {
	clear: both;
}

.hide {
	display: none;
}

div#top {
	width: 980px;
	margin: auto;
	position: relative;
	height: 255px;
}

div#banners {
	width: 150px;
	position: absolute;
	left: 980px;
	top: 0px;
	z-index: 0;
}

div#banners img {
	border: none;
	display: block;
}

h1 {
	margin: 0px;
	width: 320px;
	height: 255px;
	background: url(../images/logo_upper.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

h1 span {
	display: none;
}

div#topRight {
	width: 780px;
	height: 255px;
	position: absolute;
	left: 200px;
	top: 0px;
	z-index: 1;
	background: url(../images/top_bg.png) repeat-x top;
}

div#topFrms {
	font-size: 0.9em;
	width: 200px;
	height: 245px;
	padding: 5px 130px 5px 5px;
	background: url(../images/top_center.png) no-repeat right bottom;
}

div#topFrms form {
	margin: 0px;
	padding: 0px;
}

div#topFrms h2 {
	margin: 5px 0px 0px 0px;
	font-size: 0.8em;
	font-weight: normal;
}

.tfField {
	padding: 3px 0px 0px 0px;
}

.tfSubmit {
	padding-right: 10px;
}

input.slField {
	width: 195px;
}

div#quickNav {
	position: absolute;
	left: 335px;
	top: 0px;
	width: 445px;
	height: 255px;
	background: url(../images/top_left.jpg) no-repeat right top;
	font-size: 0.9em;
}

div#quickNav h2 {
	margin: 10px 0px 0px 0px;
	font-size: 0.8em;
	font-weight: normal;
}

div#quickNav ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

div#quickNav ul li {
	margin: 2px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/quick_menu_bullet.png) no-repeat left center;
	/*font-size: 0.8em;*/
}

div#quickNav ul li a {
	color: black;
	text-decoration: none;
}

div#quickNav ul li a:hover {
	font-weight: bold;
}

div#middle {
	background: url(../images/main_bg.png) repeat-y center;
}

ul#mainMenu {
	width: 980px;
	height: 81px;
	background: white url(../images/main_menu_bg.png) repeat-x;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	font-size: 0.9em;
}

li.mmItem {
	float: left;
	background: url(../images/main_menu_sep.png) no-repeat left center;
	height: 51px;
	padding: 0px 0px 0px 7px;
}

li.mmFirst {
	background: none;
}

li.mmItem a {
	height: 51px;
	line-height: 51px;
	padding: 0px 27px 0px 20px;
	float: left;
	color: black;
	text-align: center; 
	text-decoration: none;
}

li.mmItem a:hover {
	background: url(../images/main_menu_active.png) no-repeat 50% 95%;
}

li#mmHome {
	width: 350px;
	height: 81px;
	float: left;
}

li#mmHome a {
	width: 320px;
	height: 81px;
	display: block;
	background: url(../images/logo_lower.png) no-repeat;
}

li#mmHome a span {
	display: none;
}

div#middleContent {
	width: 980px;
	background: url(../images/main_sub_bg.png) repeat-y left;
	margin: 0px auto;
}

div#leftBar {
	width: 200px;
	height: 312px;
	background: url(../images/product_menu_bg.png) repeat-x top;
	float: left;
}

div[id]#leftBar {
	height: auto;
	min-height: 312px;
}

div#mainBar {
	width: 740px;
	float: left;
	padding: 10px 20px;
	position: relative;
	background-color: white;
}

ul#basicProductMenu {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	list-style: none;
/*	border-left: 2px solid #363636;*/
	background: url(../images/product_menu_sep.png) no-repeat bottom;
}
li.pauza{height: 20px; background: url('../images/product_menu_sep.png') no-repeat top;}

li.menuItemLevel1 {
	border-left: 2px solid #363636;
	padding: 6px 0px 0px 0px;
	background: url(../images/product_menu_sep.png) no-repeat top;
}

a.menuItemLevel1 {
	height: 20px;
	display: block;
	padding: 5px 10px 5px 35px;
	font-size: 0.9em;
	color: black;
	text-decoration: none;
}

a[class].menuItemLevel1 {
	height: auto;
	min-height: 20px;
}

a.menuItemLevel1:hover {
	background: url(../images/product_menu_active.png) no-repeat left center;
}

ul.menuLevel2 {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

li.menuItemLevel2 {
	font-size: 0.7em;
}

a.menuItemLevel2 {
	color: black;
	text-decoration: none;
	display: block;
	padding: 0px 10px 2px 45px;
	height: 17px;
}

a[class].menuItemLevel2 {
	height: auto;
	min-height: 17px;
}

a.menuItemLevel2:hover {
	text-decoration: underline;
}

div#bottom {
	background: url(../images/footer_outer_bg.png) repeat-x;
	height: 47px;
}

div#footer {
	background: url(../images/footer_bg.png) repeat-x;
	height: 47px;
	width: 980px;
	margin: 0px auto;
	position: relative;
}

p#cloud {
	font-size: 0.9em;
	color: white;
	background: url(../images/tag_cloud.png) no-repeat left;
	padding: 0px 5px 0px 80px;
	margin: 0px;
	width: 715px;
	height: 47px;
	line-height: 47px;
	position: absolute;
	left: 0px;
	top: 0px;
}

p#copy {
	font-size: 0.9em;
	color: white;
	margin: 0px;
	width: 180px;
	height: 47px;
	line-height: 47px;
	position: absolute;
	left: 800px;
	top: 0px;
}

p#cloud a, p#copy a {
	color: white;
	text-decoration: none;
}

p#cloud a:hover, p#copy a:hover {
	text-decoration: underline;
}

div.commonMessage, div.commonFrmMessage, div.naMessage {
	width: 500px;
	margin: 50px auto;
	padding: 40px;
	text-align: center;
	border: 1px solid #696969;
	background-color: #e8e8e8;
	font-size: 0.9em;
}

div.naMessage {
	width: 500px;
	padding: 20px;
	margin: 20px auto;
}

div.commonFrmMessage {
	width: 490px;
	margin: 50px 0px;
	padding: 30px;
	text-align: center;
	border: 1px solid #696969;
	background-color: #e8e8e8;
	font-size: 0.9em;
}

div.commonMessage a, div.commonFrmMessage a {
	color: #D49100;
	text-decoration: none;
}

div.commonMessage a:hover, div.commonFrmMessage a:hover {
	text-decoration: underline;
}

h2.commonHeader {
	color: #323232;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}

p.commonSubtitle {
	font-size: 0.8em;
	margin: 0px;
}

.button194, .button103, .button148, .button95 {
	width: 194px;
	height: 23px;
	background-color: #333333;
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	font: normal 12px/23px Verdana,Geneva,Arial,Helvetica,sans-serif;
	border: 0px;
	cursor: pointer;
	padding: 0px;
}

.button103 {
	width: 103px;
}

.button95 {
	width: 95px;
}

.button148 {
	width: 148px;
}

.btLeft {
	float: left;
}

.btRight {
	float: right;
}

.logout {
	margin: 3px 0px;
}

div.loginMessage {
	width: 190px;
	text-align: center;
	border: 1px solid #696969;
	background-color: #e8e8e8;
	font-size: 0.8em;
	padding: 5px;
	margin: 10px 0px;
}

div.loginMessage a, div.loginMessage a {
	color: #D49100;
	text-decoration: none;
}

div.loginMessage a:hover, div.loginMessage a:hover {
	text-decoration: underline;
}

div#loginLoader {
	width: 200px;
	height: 90px;
	background: url(../images/login_loader.gif) no-repeat center center;
	display: none;
}

div#links {
	text-align: center;
	margin: 5px 0px;
	color: #404042;
	font-size: 0.8em;
}

div#links a {
	color: #404042;
}