html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

html, body {
	width: 100%;
	height: 100%;
}

* html body{
	overflow-x: hidden;
}
body, div, span, ul, li, p, table, form { border: 0px; padding: 0px; margin: 0px; }
* html *{
	font-size:13px;
}
body {
	text-align: center;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: black;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #1e1e1e;
}

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

#page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #121212;
}

#main_menu, #header, #footer{
	width: 1000px;
}

#header {
	height: 142px;
	background-color: black;
}

#header .spacer {
	width: 19px;
	height: 142px;
	float: left;
}

#header .logo {
	float: left;
	width: 209px;
	padding-top: 40px;
	margin-right: 22px;
}

#header .header_img {
	float: left;
	width: 750px;
	height: 142px;
	background: #000000 url('../images/header-img.jpg') no-repeat top left;
}
* html #header .logo{
	width: 192px !important;
}

#main_menu {
	height: 54px;
	background: url('../images/menu_bg.gif') no-repeat;
}

#main_menu .inner {
	position: relative;
	top: 10px;
	left: 30px;
	width: 960px;
	height: 34px;
	overflow: hidden;
}

#main_menu .menuitem, #main_menu .menuitem_sep {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
}

#main_menu .menuitem a {
/*	text-transform: uppercase;*/
	color: black !important;
	font-size: 14px !important;
	text-decoration: none;
	outline: 0px;
	font-weight: bold;
	/*CSS3 STUFF*/
	/*text-shadow:  white 1px 1px 1px;*/
}
#main_menu .menuitem {
	/*IE STUFF*/
	/*filter: Shadow(color=#ffffff, strength=2);*/
}

#main_menu .menuitem_sep {
	width: 1px;
	background: url('../images/menuitem_sep.gif') no-repeat; 
	margin: 0px 14px;
}

/*#searchbox {
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
	background: url('../images/searchbg.jpg') no-repeat;
	width: 235px;
	height: 24px;
}*/
#search_input {
	background: url('../images/search-bg.jpg') no-repeat;
	width: 210px;
	height: 24px;
	position: relative; 
	left: 20px;
}

#search_submit {
	
}

#searchbox .input_text {
	border: none;
	border-width: 0;
	width: 168px;
	margin-left: 6px;
	margin-top: 3px;
}

#searchbox span{
	margin-left:16px;font-weight:bold;
}
#searchbox .submit_btn {
	position: relative;
	top: 3px;
	left: 8px;
}

#content {
	background-color: #121212;
}

#left {
	float: left;
	width: 240px;
	background-color: #121212;
}

#loginbox .top, #searchbox .top {
	background: url('../images/login-top.jpg') no-repeat;
	width: 240px;
	height: 6px;
	font-size:1px;line-height: 1px;
}

#loginbox .middle, #left_menu .middle, #searchbox .middle {
	background: url('../images/loginbg.jpg') repeat-y;
	width: 240px;
	height: auto;
}

#loginbox .middle .inner {
	position: relative;
	left: 14px;
}

#loginbox .middle .inner span.login {
	position: relative;
	left: 54px;
	left: 4px;
	font-weight: bold;
	display: block;
	width: 154px;
}

#loginbox .middle .inner table {
	margin-bottom: 5px;
}

#loginbox .middle .inner .login_keys {
	float: left;
}
* html #loginbox .middle .inner .login_keys {
	margin-left: 16px;
	margin-right: -10px;
}

#login_form input {
	border: none;
	border-width: 0px;
}
#login_form .input_text_container{
	background: url('../images/login-email.jpg') no-repeat;
}
* html #login_form .input_text_container{
	width:113px;
}
#login_form .input_text {
	width: 103px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background:none;
}
* html #login_form .input_text{
	width: 109px;
}
#login_form .input_passwd_container{
	background: url('../images/login-passwd.jpg') no-repeat;	
}
#login_form .input_passwd {
	width: 75px;
	padding-left: 5px;
	height: 20px;
	font-size: 12px;
	background:none;
}

#loginbox .bottom, #left_menu .bottom, #searchbox .bottom {
	background: url('../images/login-bottom.jpg') no-repeat;
	width: 240px;
	height: 5px;
	margin-bottom: 10px;
}
* html #loginbox .bottom, * html #left_menu .bottom, * html #searchbox .bottom{
	margin-bottom:0px !important;
	padding:0px;
}

#loginbox span.reg {
	position: relative;
	left: 28px;
}

#loginbox .middle .inner a {
	background: url('../images/arrow-r.jpg') no-repeat center left;
	padding-left: 10px;
}

* html #loginbox .inner form table td {
	font-size: 12px;
	padding: 0px;
}

#loginbox div.welcome {
	position: relative;
	left: 10px;
	width: 190px;
	margin-bottom: 10px;
}

#loginbox span.mod {
	position: relative;
	left: 10px;
}


#left_menu .top {
	background: url('../images/leftmenu-top.jpg') no-repeat;
	width: 240px;
	height: 5px;
	font-size:1px;
	line-height: 1px;
}

#left_menu .middle .cart {
	background: url('../images/chart-bg.jpg') no-repeat;
	width: 221px;
	height: 51px;
	position: relative;
	left: 15px;
}

#left_menu .middle .cart img {
	position: relative;
	top: 11px;
	left: 6px;
	float: left;
}

#left_menu .middle .cart .data {
	float: left;
	margin-left: 14px;
	margin-top: 10px;
	font-size: 12px;
}
* html #left_menu .middle .cart .data{
	font-size: 11px;
}

#left_menu .middle .cart span.buy {
	position:absolute;
	/*margin-right: 20px;*/
	/*top:13px;*/
	margin-left: 96px;
	background: #ffffff url('../images/buy-right-arrow.jpg') no-repeat center right;
	/*padding-right: 10px;*/
	/*line-height: 13px;*/
	float: right;
		top:0px;
}
* html #left_menu .middle .cart span.buy{
	margin-left: 94px;
}
#left_menu .middle .cart span.buy a {
	color: #d2ab66;
	display:block;
	/*font-size:13px;*/
}
#left_menu .middle .cart span.buy a img{
	position: relative;
	top: 5px;
}

/*MENU*/
#left_menu ul {
	margin-top: 8px;
	position: relative;
	left: 26px;
	list-style-type: none;
	width: 207px;
}
#left_menu ul ul{
	left: 12px;
	margin-top:0px !important;
}

#left_menu ul li ul {
	width: 203px;
}
* html #left_menu ul li ul { left: 0px; margin-left: 8px; margin-top:8px; }
* html #left_menu ul li .sep { line-height: 1px; font-size: 1px; }

#left_menu ul li a { color: #676767; font-size: 13px !important; display:block; float:none; margin-left:16px;}
* html #left_menu ul li a{
	margin:0px; padding: 0px; padding-left: 16px; display: block; width: 200px;
}
#left_menu ul li.act a { font-weight:bold; color: #000000; }
#left_menu ul li.act ul li a {font-weight: normal; color: #676767; }
#left_menu ul li.act ul li.act a{ font-weight:bold; color: #000000; }

#left_menu ul li{
	background: url('../images/list-arrow.jpg') no-repeat;;
	background-position: 6px 3px;
}
#left menu ul li ul li{
	background: url('../images/sublist-arrow.jpg') no-repeat;
	background-position: 6px 3px;
}
#left_menu ul li.act, #left_menu ul li.act ul li.act{
	background-image: url('../images/list-arrow-act.jpg');
}
#left_menu ul li .sep {
	height: 2px;
	width: 215px;
	background: url('../images/list-separator.jpg') no-repeat;
	position: relative;
	left: -8px;
	margin-bottom: 2px;
}


#left_menu .middle span {
	position: relative;
	top: 5px;
	left: 18px;
	display: block;
	font-weight: bold;
}

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

#right .top {
	width: 752px;
	height: 6px;
	background: url('../images/textcontent-top.jpg') no-repeat;
	line-height:1px;
	font-size:1px;
}

#right .middle {
	width: 752px;
	background: url('../images/textcontent-bg.jpg') repeat-y;
	padding-bottom: 20px;
}

#right .middle .inner {
	margin-left: 20px;
	padding-top: 10px;
	width: 705px;
}

#right .middle .inner a {
	/*color: #e8d3b0;*/
	color: #b49c75;
}

#right .middle .inner .spec a {
	color: #000000;
}

#right .middle table.reg {
	margin: 30px auto 50px 100px;
}

#right .middle table.reg th {
	padding-right: 15px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

#right .bottom {
	width: 752px;
	height: 12px;
	background: url('../images/textcontent-bottom.jpg') no-repeat;
}

#right .middle table.shoppingcart thead tr {
	background-color: #d0d0d0;
}

#right .middle input, #right .middle textarea {
	border: 1px solid #efe1c9;
}

#right .middle input.input-text-short, #right .middle textarea.input-text-short {
	width: 180px;
}

#right .middle input.input-text-long, #right .middle textarea.input-text-long{
	width: 260px;
}

#footer {
	background: url('../images/footer-bg.jpg');
	height: 54px;
}

#footer .inner {
	position: relative;
	top: 19px;
	left: 21px;
	color: white;
}

#footer .inner a:link, #footer .inner a:active,
#footer .inner a:visited, #footer .inner a:hover {
	color: white;
}

#slider {
	background: url('../images/slider-bg.jpg') no-repeat;	
	width: 752px;
	height: 143px;
	margin-bottom: 10px;
}

#slider .prev {
	float: left;
	position: relative;
	top: 52px;
	left: 6px;
}
* html #slider .prev{
	left: 3px;
}

#slider .next {
	float: right;
	position: relative;
	top: 52px;
	right: 10px;
}
* html #slider .next{
	right: 7px;
}

#slider .inner {
	float: left;
	position: relative;
	top: 7px;
	left: 7px;
	width: 716px;
	height: 126px;
}
* html #slider .inner{
	left: 0px;
}

#slider .inner img {
	float: left;
	margin: 0 5px;
}

#ads img {
	margin: 0 3px;
}

#newsbox_left {
	width: 367px;
	float: left;
}

#newsbox_left .top {
	width: 367px;
	height: 5px;
	background: url('../images/newsbox-left-top.jpg') no-repeat;
	font-size:1px;
	line-height: 1px;
}

#newsbox_left .middle {
	width: 367px;
	background: url('../images/newsbox-left-bg.jpg') repeat-y;
}

#newsbox_left .bottom {
	width: 367px;
	height: 6px;
	background: url('../images/newsbox-left-bottom.jpg') no-repeat;
}

#newsbox_left .middle .inner {
	margin-left: 20px;
	padding-top: 10px;
	width: 335px;
}

#newsbox_left .middle .inner .sep {
	border-bottom: 1px dotted white;
	display: block;
}

#newsbox_right {
	width: 371px;
	float: left;
	margin-left: 12px;
}

#newsbox_right .top {
	width: 371px;
	height: 5px;
	background: url('../images/newsbox-right-top.jpg') no-repeat;
		font-size:1px;
	line-height: 1px;
}

#newsbox_right .middle {
	width: 371px;
	background: url('../images/newsbox-right-bg.jpg') repeat-y;
}

#newsbox_right .bottom {
	width: 371px;
	height: 6px;
	background: url('../images/newsbox-right-bottom.jpg') no-repeat;
}

#newsbox_right .middle .inner {
	margin-left: 10px;
	padding-top: 10px;
	width: 335px;
}

#newsbox_left span.title, #newsbox_right span.title {
	font-size: 16px;
	color: white;
}

#newsbox_left a, #newsbox_right a {
	color: white !important;
}

.clear {
	clear: both;
}

img {
	border: none;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	color: #a2a2a2;
	font-weight: bold;
}

hr {
	background-color: #f3f3f3;
	border: none;
	border-width: 0;
	height: 1px;
}

span.spec {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding-right: 10px;
	background: #ededed url('../images/spec-right-bg.jpg') no-repeat top right;
}
span.spec_grey{
	background-image: url('../images/spec-right-bg-grey.jpg');
}

span.spec img {
	float: left;
	margin-right: 5px;
}
span.kosarba {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding-right: 10px;
	background: #d2ac65 url('../images/kosarba-right-bg.jpg') no-repeat top right;
}
span.kosarba a{
	font-size: 13px;
	color: white !important;
	font-weight: bold;
}
* html span.kosarba a{
	font-weight: normal;
}
span.kosarba img{
	float:left;
	margin-right: 5px;
}

span.error {
	display: block; color: red;
}
span.error a{
	color: red !important; text-decoration: none; 
}
span.error a:hover{ 
	text-decoration:underline; 
}

p.error {
	background-color: red;
	color: white;
}

p.msg {
	background-color: green;
	color: white;
}

div.login_error {
	margin-left: 60px;
	width: 150px;
	height: 52px;
	color: red;
}

table.item_list{
	border-top:1px solid #d9d9d9;
	margin-top: 24px;
	width: 700px;
}
table.item_list td{
	vertical-align:top;
}
table.item_list td.item_image{
	width: 130px;
	text-align: middle;
	padding-top: 12px; 
}
span.item_price_label{
	margin: 4px 2px 0 0;
	color: #838383;
	float: left;
}
span.item_price{
	margin: 4px 10px 0 0;
	float: left;
	font-weight: bold;
	font-size: 120%;
}
span.grey{
	color: #838383;
}

table.basket{
	width: 100%;
}
table.basket td{ padding-right: 16px;}
table.basket thead tr { background-color: #d0d0d0; }
table.basket thead th { text-align:left; }
table.basket tbody tr.zebra0 {
	background-color: #f6f6f6;
}

table.basket tbody tr.zebra1 {
	background-color: #ececec;
}

div.breadcrumb{
	margin: 16px;
	margin-left: 0px;
	border-bottom: 1px solid #dadada;
}
div.breadcrumb img{
	display:block;float:left;margin-top: 4px; margin-right: 16px;line-height: 20px;
}
div.breadcrumb span{
	display:block; float:left;margin-bottom: 4px;line-height: 20px;
}
div.breadcrumb span, div.breadcrumb span a{
	font-size: 16px;vertical-align:top;color: black !important;
}

#acc_slider li{
	width: 239px;
}
table.slider-item {
	height: 126px;
	width:239px;
	empty-cells:show;
}
* html table.slider-item td{ font-size:11px; }
table.slider-item td.left {
	background: #ffffff url('../images/mp-img-left.jpg') no-repeat top left;
}

table.slider-item td.right {
	background: #ffffff url('../images/mp-img-right.jpg') no-repeat top right;
	vertical-align: top;
	width: 3px;
}

table.slider-item td.center{
	background:white;
	vertical-align:top;
}

table.slider-item td.right p {
	overflow: hidden;
	height: 80px;
	font-size: 11px !important;
}

span.mainpage_item_sep {
	display: block;
	float: left;
	width: 8px;
}

table.slider-item span.item-name {
	color: #d2ab66;
	font-size: 12px;
	display:block;margin-top: 6px;
}

table.slider-item span.price {
	color: #d2ab66;
	font-size: 11px;
	font-weight: bold;
	display:block;
	float:left;
}

table.slider-item span.more {
	background: #ffffff url('../images/more-arr.jpg') no-repeat center right;
}

table.slider-item span.more a {
	margin-right: 8px;
}
 
.text_content ul, .text_content ol{
	padding-left: 32px;
}

a#add_to_favorites {
	float: right;
	margin-right: 40px;
}
* html a#add_to_favorites{
	margin-right: 16px;
}
*:first-child+html a#add_to_favorites{
	float:right;
	margin-right:40px;
	position:relative;
	top:-18px;
}

form#order_form table th{
	vertical-align:top;
}

h2.item_title, h2.item_title a{
	font-size: 16px !important;
	margin-top:13px;margin-bottom:13px;
	color: #B49C75;
}


div#category_img{
	margin-left: -12px; 
	width: 732px;
	height: 156px;
	overflow-y: hidden;
}
table#subcategories_table{
	width: 708px;
}
table#subcategories_table td{
	width: 236px;height: 140px;
}
div.subcategory_img{
	width: 222px;height: 120px;
	position: relative; top: 10px; left: 7px;
	overflow:hidden;
}
div.subcategory_text{
	position: absolute;
	margin-top: 102px;width: 222px;
	background: black; opacity: 0.8; filter: alpha(opacity=80);
	color: white; padding-left: 4px;
	font-weight: bold;
}
div.subcategory_fg{
	position: absolute;z-index:100;
	margin-top: -110px;margin-left:7px;
	width: 222px;height:120px;
	background: url(../images/subcategory_list_fg.gif) no-repeat;
	cursor:pointer;
}
table#subcategories_table td.fst div.subcategory_img{
	left: 0px;
}
table#subcategories_table td.fst div.subcategory_fg{
	margin-left: 0px;
}
table#subcategories_table td.lst div.subcategory_img{
	left: 9px;
}
table#subcategories_table td.lst div.subcategory_fg{
	margin-left: 9px;
}

/*menu color mod*/

#left_menu ul.lvl0 li {
	background: url('../images/list-arrow-lvl0.jpg') no-repeat;;
	background-position: 6px 3px;
}
#left_menu ul.lvl0 li a {
	color: #585E5F;
}
#left_menu ul.lvl0 li.act a {
	color: #000000;
}

#left_menu ul.lvl0 li ul.lvl1 li {
	background: url('../images/sublist-arrow.jpg') no-repeat;
	background-position: 6px 3px;
}
#left_menu ul li.act, #left_menu ul li.act ul li.act{
	background-image: url('../images/list-arrow-act.jpg');
}
#left_menu ul.lvl0 li ul.lvl1 li a {
	color: #676767;
}
#left_menu ul.lvl0 li.act ul.lvl1 li.act a {
	color: #000000;
}

.ui-widget, .ui-widget *{
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
.ui-widget-header{
	background: none;
	border: 0px;
}

.ui-widget-content{
	background: none;
	border:0px;
}

.ui-dialog{
	background: url(../images/popup_bg_150.gif) no-repeat;
}
a.ui-dialog-titlebar-close{
	padding-right: 8px;
}
div.input_rounded{
	width: 149px; height: 24px; margin:0px; padding: 0px;
	background: url(../images/input_bg_149.gif) no-repeat;
}
* html div.input_rounded{
	position:relative;left: -3px;
}
div.input_rounded input{
	border:0px; width: 140px; margin-left: 5px; height: 22px;
}

.ui-dialog .ui-dialog-titlebar-close{
	right: 12px;
}
* html .ui-dialog .ui-dialog-titlebar-close{
	right: 8px;
}

#login_modal{
	padding-top: 0px;
}
