/*margin: top right bottom left; */

* {
margin: 0;
}
html, body {
height: 100%;
}

body, table, tr, td, input, select, textarea { 
	font-family: Verdana, Arial; color: #585552; 
}

body { 
    background: url("bg_body4.png") repeat-y scroll left top #DBD5CC;
}

.mainWrapper { 
	min-height: 100%;
	height2: auto !important;
	height: 100%;
	margin: 0px auto -85px;
	width:100%;
	display: table;
	position:relative;
}

.mainWrapper2 { 
	z-index2:-1;
	position:absolute; 
	top:0px; 
	left:0px; 
	bottom:0px; 
	right:0px;
	background-color: #00a000;
}


.extraSpaceTop {
	height: 38px;
}

.extraSpaceBottom {
	clear: both;
	height: 120px;
	background2: url("bg_body4.png") repeat-y scroll left top #e3e0db;
}


.panelTitle {margin: 10px 0 5px 5px;}

.blockTitle {margin: 0 0 0 25px;}

.page-title {margin: 0 0 15px 15px;}

.panelLine {border-top: 1px solid #615A52; height:1px;}

a.anchor{position:absolute;margin-top:-50px;}


/* Header */

.headerPanel:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.headerPanel {
	position: fixed;
	top: 0;
	width: 100%;
	height: 38px;
	min-width: 1260px;
	color:#222;
	overflow:hidden;
	border-top:1px solid #e5dfd5;
	border-bottom:1px solid #94908A;
	background-color:#BDB8B0;

	background2:-moz-linear-gradient(top, #DAD4CB, #BBB6AE);
	background2:-o-linear-gradient(top, #DAD4CB, #BBB6AE);
	background2:-webkit-linear-gradient(top, #DAD4CB, #BBB6AE);
	background2:-ms-linear-gradient(top, #DAD4CB, #BBB6AE);
	background2:linear-gradient(top, #DAD4CB, #BBB6AE);
	filter2:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAD4CB', endColorstr='#BBB6AE');
	z-index: 100;
}


.headerRegion {
	position: absolute;
	height:22px;
	width:260px;
	left:5px;
	top:8px;
	border: 1px solid #94908A;
	padding-left:5px;
	font-size: 16px;
	line-height:21px;
	color: #68635E;
    cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}

.headerRegionName {
    color: #F3F1EE;
    font-weight: bold;
    text-shadow2: 0 1px 1px rgba(100, 100, 100, 0.4);
    text-transform2: uppercase;
}

.headerCity:hover {
	background-color:#d4cec5;
}

.headerPanelMain {
    left: 286px;
    position: absolute;
	height: 33px;
	width: 900px;
}

.headerPanelRight {
    position: absolute;
    padding-top:11px;
    padding-right:9px;
    right: 0px;
}

.headerPanelRight a {
	padding-right: 10px;
	color: #585552;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.headerPanelRight a:hover {
	color: #fff;
}

.headerSearch {
    max-width: 1200px;
    padding-bottom: 6px;
}

.headerBlockLinks {
	height2: 33px;
	float:right;
}

.headerLinks  {
	padding-top: 11px;
}

.headerBlockLinks a {
	padding-right: 20px;
	color: #585552;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.headerBlockLinks a:hover {
	color: #fff;
    text-decoration2: underline;

}


.headerSearchFrame {
	background: none repeat scroll 0 0 #fcfaf6;
    border-bottom-left-radius2: 2px;
    border-top-left-radius2: 2px;
    display: inline-block;
    margin-top: 8px;
    padding: 0 4px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 400px;
}

.headerSearchFrame input {
    -moz-appearance: none;
    border: 0 none;
    color: #000000;
    font-family: arial,sans-serif;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    outline: medium none;
    padding: 1px 0px 2px;
    width: 99%;
    background: none repeat scroll 0 0 #fcfaf6;
}

.headerSearchButton {
    background: url("search-btn-bg.png") repeat scroll 0 0 transparent;
    border: 0 none;
    border-bottom-right-radius2: 2px;
    border-top-right-radius2: 2px;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-left: -3px;
    margin-top: 8px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 50px;
    outline: 0px;
}

.headerSearchButton:hover {
    background-position: 0px -29px;
}

.headerSearchButton:active {
    background-position: 0px -58px;
}


.headerSearchButton i {
    background-position: -24px 0px;
    height: 20px;
    width: 20px;
}

.headerSearchButton::-moz-focus-inner { border: 0; padding: 0; }

.headerSearchButton:focus {
outline: 1px dotted;
}



/* Footer */

.footerWrapper {
    border2: 1px solid blue;
	border-top2: 1px solid #e3e0db;
	height: 85px;
	min-width: 1100px;
	position:relative;
}

.footerPanel {
    height: 15px;
    background-color:#BDB8B0;
    background2: none repeat scroll 0 0 #c9c1b8;
	border-top: 1px solid #a4a099;
	border-bottom: 1px solid #a4a099;
	margin: 0 0 10px 0;
	position2: relative;
	min-width: 980px;
	padding-bottom: 3px;
    padding-top: 2px;

    position:absolute;
	bottom: 80px;
	left: 0px;
	right: 0px;
	z-index: 2;
	min-width2: 1302px;
}

.counter-buttons {
	display:none;
}

.footerWrapper:hover .counter-buttons {
display: table;
}

.footerPanelLinks {
	min-width: 700px;
	position: absolute; 
	left: 0; 
	right: 0;
}


.footerPanelLeft {
	padding-left: 6px;
}


.footerPanelRight {
	position: absolute;
    right: 0;
    top: 0px;
}

.footerPanelLeft a, .footerPanelRight a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 18px;
}

.footerPanelLeft a:hover, .footerPanelRight a:hover {
	text-decoration: underline;
}



/* Left Panel*/

.leftPanel {
	float:left;
	width:220px;
	border2:1px solid red;
	margin:15px 0px 0px 25px;
}

.leftPanel.fixed
{
	left:0px;
	top: 0px;
	position:fixed;
	margin: 53px 0 0 25px;
}


.mainContent {
	padding-left: 282px; 
	padding-bottom: 50px;
	min-width:600px; 
	min-height:400px;
}

.navigation-trail {
	color: #e0e0e0; 
	font-size: 12px; 
	background-color:#827C75;
	margin: 10px 0 25px -11px;
	height:17px;
	padding-left:23px;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
	min-width: 810px;
}

.navigation-trail a {
	color: #e0e0e0;
	text-decoration: none;
}

.navigation-trail a:hover {
	color: #FFAE21;
}




.mainCatWrapper {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 370px;
	height:150px;
	margin: 5px 5px 10px;
	padding: 0px;

}

.mainCatBlock {
	background-color: #dbd5cc;
	border: 1px solid #585552;
	border-radius: 5px; 
	width: 360px;
	height:145px;
	padding: 5px 5px 0px 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.mainCatBlock:hover {
	height:auto;
	min-height: 145px;
	padding: 5px 5px 20px 5px;
	z-index: 3;
	background: #e0dad1;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

.mainCatBlock .hidder {
    background: url("cover.png") repeat-x scroll left bottom transparent;
    position: absolute;
    width: 360px;
    left: 5;
    bottom: 0;
    height: 100px;
    padding2: 0px 5px 0px 5px;
    margin2: 0px 15px 0px 5px;
    z-index: 2;
}

.mainCatBlock:hover .hidder  {
	background: none;
	display:none;
}

.mainCatBlockImg {
float:left;
}

.mainCatBlockContent {
padding-left:80px;
}

.mainCatBlockContent, .mainCatBlockContent a {
font-size:12px;
color:#585552; 
text-decoration: none;
}

.mainCatBlockContent a:hover {  color: #000000 }


.mainCatName {
	position: relative;
}

.mainCatName:hover {
	background-color: #d4cec5;
}

.mainCatLink {
	display: block;
	padding: 0 30px 0 0px;
}

.mainCatAdd {
	position: absolute;
	right: 0px;
	width: 36px;
	height:100%;
	display: none;
	background:url("add.gif") no-repeat center;
	opacity: 0.7;
}

.mainCatCount {
	color: #b1aca5;
	display: none;
}

.mainCatBlock:hover .mainCatCount {
	display: inline;
}


.mainCatName:hover .mainCatAdd {
	display: block;
}


.mainCatAdd:hover {
	background-color: #cbc5bd;
	opacity: 1;
}






ul.topButtons2:after {
    clear2: both;
    content: ".";
    display: block;
    font-size: 1px;
    height: 0;
    visibility: hidden;
}

ul.topButtons {
    display: block;
    list-style: none outside none !important;
    padding: 1px !important;
    vertical-align: top;
	list-style-type: none;
	margin: 8px 0 5px 14px;
}

ul.topButtons li{
	display: inline-block;
	padding:2px;
    vertical-align: top;
	line-height2: 25px;
	margin2: 2px;
}

ul.topButtons li a {
	color: #585552;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
	padding: 3px 6px;
}

/* left menu */
ul.left-menu {
    display: block;
    list-style: none outside none !important;
    padding: 1px !important;
	list-style-type: none;
	margin: 8px 0 10px 0px;
}

ul.left-menu li{
	display: block;
	padding2: 2px 2px 2px 7px;
}

ul.left-menu li a {
	display: block;
	line-height: 27px;
	color: #585552;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 5px;
}

ul.left-menu li a:hover {
color: #000;
background-color: #cbc5bd;
}




.nv_block { font-size: 11px; font-weight:bold; color:#5C5853; text-decoration: none; white-space: nowrap;margin-top:2px;margin-bottom:2px;padding-left:3px;}
.nv_block a {color:#5C5853;text-decoration: none;}
a.nv {padding:2px;}
a.nv:hover {color: #5C5853;background-color: #fff;}
.nv_c { color:#fff;background: #5C5853;padding:2px;}
.nv_block form {display:inline;}
.nv_block input {font-size:11px;color: #5C5853;line-height: 10px;text-align:right;width:40px;height:15px;border: 1px solid #5C5853;}
.nv_top {margin-bottom:0px;}
.nv_bottom {margin-top:10px;}

.nv-first {padding:2px; background:url("nav_icons.gif") no-repeat scroll -24px -1px transparent;}
.nv-prev {padding:2px; background:url("nav_icons.gif") no-repeat scroll -45px -1px transparent;}
.nv-next {padding:2px; background:url("nav_icons.gif") no-repeat scroll -65px -1px transparent;}
.nv-last {padding:2px; background:url("nav_icons.gif") no-repeat scroll -84px -1px transparent;}
.nv-index {padding:2px; background:url("nav_icons.gif") no-repeat scroll -4px 0px transparent;}

.nv-first:hover, .nv-first:focus {background:url("nav_icons.gif") no-repeat scroll -24px -21px #fff;}
.nv-prev:hover, .nv-prev:focus {background:url("nav_icons.gif") no-repeat scroll -45px -21px #fff;}
.nv-next:hover, .nv-next:focus {background:url("nav_icons.gif") no-repeat scroll -65px -21px #fff;}
.nv-last:hover, .nv-last:focus {background:url("nav_icons.gif") no-repeat scroll -84px -21px #fff;}
.nv-index:hover, .nv-index:focus {background:url("nav_icons.gif") no-repeat scroll -4px -20px transparent;}



.item_wrapper {
display:inline-block;
margin: 0px;
position:relative;
vertical-align:top;
width:390px;
height:170px;
margin: 5px 0 5px 5px;
padding: 0px;
border2: 1px solid blue;
}

.item {
color: #585552; 
font-size: 11px;
text-decoration: none;
border:1px solid #827c75;
width:380px;
height:160px;
padding: 5px 5px 5px 5px;
overflow : hidden;
position: relative;
z-index: 2;
}

.item:hover {
height:auto;
min-height: 160px;
padding: 5px 5px 20px 5px;
z-index: 3;
top:-1px;
left:-1px;
background: #DBD5CC;
border:2px solid #827c75;
box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.25);
}

.item.vipi {
border:2px solid #1eb5e6;
}

.item.vipi:hover {
top:0px;
left:0px

}


.item_right {
float:right;
text-align:right;
white-space:nowrap;
color: #000;
font-weight:bold;
padding: 0 0 0 5px;
margin: 0 0 0 5px;
width:100px;
overflow : hidden;
}

.icost {
border-left:1px solid #e0e0e0;
background:#cdc3b8; 
padding-left:5px;
}

.iauthor { color: #fafafa; }
a.iauthor:hover {color: #000;}

.item_name {padding-right:100px;}
.item_name a {color: #5C5853; font-weight:bold; font-size: 12px;text-decoration: none;}
.item_name a:hover {color: #000;}

.item_name_vip {padding-right:100px;}
.item_name_vip a {color: green; font-weight:bold; font-size: 12px;text-decoration: none;}
.item_name_vip a:hover {color: #000;}

.item_sub {color: #a0a0a0;}

.scost {color: #3EAA3C;}
.iim {margin-top:5px;}
.iim img {float:left;  margin-bottom: 5px;margin-right: 5px;}
.iimo img {margin-top:5px; float:left;  margin: 0px;}



/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-size: 11px; color:#e0e0e0;}
.nav_c { font-size: 11px; color:#000000;}
a.nav { font-size: 11px; text-decoration: none; color : #e0e0e0; }
a.nav:hover	{color: #FFAE21;}
a.nav_s { font-size: 9px; font-weight:normal; text-decoration: none; color : #e0e0e0; }
a.nav_s:hover	{color: #FFAE21;}

/*left panel*/
input.plf { padding:1px;margin:0px; font-size:12px; color: #54514C;font-weight: bold; height2:13px; background: #FFFFFF; border: 1px solid #ADABA4;}

/*list*/
input.prf { padding:0px;margin:0px; font-size:12px; line-height: 18px; height:18px; color: #54514C; background: #F4F0EB; border: 1px solid #99948B;}
select.prf { padding:0px;margin:0px; font-size:12px; color: #54514C; background: #F4F0EB; border: 1px solid #ADABA4;}
textarea.prf { font-size:12px; color: #54514C; background: #F4F0EB; border: 1px solid #ADABA4;}

input.main { font-size:10px; color: #54514C;font-weight: bold; height:14px; padding: 0; line-height: 11px; background: #FFFFFF; border: 1px solid #ADACA5;}
select.main { background: #FFFFFF; border: 1px solid #ADACA5;}
textarea.main { background: #FFFFFF; border: 1px solid #ADACA5;}
input.main_s { font-size:12px; color: #54514C;font-weight: bold; height:18px; padding: 0; background: #FFFFFF; border: 1px solid #ADACA5;}
input.edit { font-size:12px; color: #54514C;font-weight: bold; background: #FFFFFF; border: 1px solid #ADACA5;}
select.edit { font-size:12px; color: #54514C;font-weight: bold; background: #FFFFFF; border: 1px solid #ADACA5;}
textarea.edit { font-size:12px; color: #54514C;font-weight: bold; background: #FFFFFF; border: 1px solid #ADACA5;}

.input-image {
	padding-right: 23px;
	display: inline-block;
	background: #F4F0EB;
	border: 1px solid #99948B;
}

.input-image .prf {
border: 0px;

}

.calendar {
	background-image: url(calendar_input.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right;
}

.eld {color: #615A52; font-size: 11px; line-height: 11px;}
.eld a {color: #615A52;  text-decoration: none;}
.eld a:hover {color: #1A1812;}

a.rg { color: #C83D25; font-size: 09px; text-decoration: none; }
a.rg:hover {  color: #f00000 }

a.lb { color: #000000; font-size: 11px; font-weight:bold; text-decoration: none; }
a.lb:hover {  color: #7B786E }

a.a_pl { color: #615A52; font-size: 12px; line-height: 11px; font-weight:bold; text-decoration: none;}
a.a_pl:hover {  color: #1A1812; }

a.link_l { color: #FFFFFF; font-size: 11px; text-decoration: none; }
a.link_l:hover {  color: #7B786E }

.panel { color: #585552; font-size: 12px; font-weight:bold; text-decoration: none;}
.panel:hover {  color: #000000 }


.plt {font-size:11px;color:#615A52;}
.plft {font-size:10px;color:#615A52;}

.fb {font-size:12px;color:#000000;}
.fb_s {font-size:10px;color:#000000;}

.fdd {font-size:12px;color:#3D3B39;}
.fdd_s {font-size:10px;color:#3D3B39;}

.fdark {font-size:12px;color:#585552; text-decoration: none;}
.fdark_m {font-size:11px;color:#585552;}
.fdark_s {font-size:10px;color:#585552; text-decoration: none;}
a.fdark:hover {  color: #000000 }
a.fdark_s:hover {  color: #000000 }

.flig {font-size:12px;color:#f0f0f0;}
.flig_m {font-size:11px;color:#f0f0f0;}

.font_d_s { font-size:8pt; color:#DAD9D7;}

.scn { color: #615A52; font-size: 12px; font-weight:bold; text-decoration: none;}
.sci { color: #615A52; font-size: 11px; font-weight:bold; text-decoration: none;}

a.d { color: #615A52; font-size: 11px; line-height: 11px; font-weight:normal; text-decoration: none;}
a.d:hover {  color: #1A1812; }


.h_si { font-size:11px; color:#000000; font-weight:bold;}
.si { font-size:11px; color:#585552; font-weight:normal;}
.si tr td { font-size:11px; color:#585552; font-weight:normal;}

.si a { color: #585552; font-size: 11px; font-weight:normal; text-decoration: none;}
.si a:hover {  color: #ffffff }

/* catalog */
.cn { color: #585552; font-size: 12px; font-weight:bold; text-decoration: none;}
.cn:hover {  color: #000000; }
.ci { color: #585552; font-size: 11px; font-weight:bold; text-decoration: none;}
.ci:hover {  color: #000000; }
.cic { color: #585552; font-size: 10px; text-decoration: none;}

/* adv links */
.ll {font-size: 11px; line-height: 13px;color: #615A52;padding-left: 10px;text-decoration: none;
background-repeat: no-repeat;background-position: left top;}
.ll a {color: #615A52;text-decoration: none;}


/*
body, table, tr, td, input, select, textarea { font-size:12px; font-weight:normal; font-family: Verdana, Arial; color:#000000; }
table.c, tr.c, td.c { font-size:3px; vertical-align:middle; text-align:left; }
a.fr {font-size: 12px;font-weight:bold;}
.clr {clear:both; height:1px !important;}

*/

a.common { color: #615A52; font-size: 12px; font-weight:normal; text-decoration: none;}
a.common:hover {  color: #1A1812; }



.box_cat a, .box_child_cat a {
	display:block;
	padding: 4px 0;
	color: #615A52; 
	font-size: 12px; 
	font-weight:normal; 
	text-decoration: none;
}

.box_cat a:hover, .box_child_cat a:hover {
	color: #000;
	background-color: #cbc5bd;
}

.box_cat span, .box_child_cat span {
	margin-left:14px;
	display:block;
	font-weight:bold;
}

.box_cat i, .box_child_cat i {
	margin-right: 5px;
	margin-top: 4px;
	background-position: -130px -44px;
	width: 9px;
	height: 9px;
	float:left;
}

.box_child_cat a {
	padding-left:12px;
}

.box_child_cat span {
	font-weight:normal;
}

.box_child_cat i {
	background-position: -162px -44px;
}



/* my */
/*
.mydialog .ui-dialog-titlebar { padding: .3em .5em .3em; }

.mydialog .ui-dialog-titlebar { padding: .3em .5em .3em; }
.mydialog .ui-dialog-title { font-family: Verdana; float: none; display:block;margin-right:25px;  }
.mydialog .ui-dialog-content { position: static; margin-bottom:15px;}

@media not all and (-webkit-min-device-pixel-ratio){
 .mydialog .ui-helper-clearfix:after { content: ""; }
 }

*/
.mydialog {background:#ffffff;}

.ui-widget-content {border-color:#756d63;}
.ui-widget-header {border-color:#756d63;color2:#ffffff;}

/*
.mydialog .ui-icon-closethick { background-position: 0px 0px;background-image:url("/img/close.gif"); }

.mydialog p {margin: 0;}
*/
.mydialog .ui-icon-gripsmall-diagonal-se { background-position: 0px 0px;background-image:url("/img/resize.gif");height:16px;width: 16px;right: 0px;bottom:0px;}
.mydialog .ui-state-hover { border-color:#615A52; background2: #827C75; }
.mydialog .dialog-title { width:100%; overflow:hidden; white-space:nowrap; }
.mydialog .dialog-statusline { position:absolute; bottom:3px;height:14px;left:3px;width:14px; z-index: 1001; -moz-user-select: none; }


/* calendar */
.ui-widget-content .ui-state-highlight {
border: 1px solid #739a4d;
}


/* arrow box */
.arrow_box { 
    border-radius: 6px;
    height: 160px;
    padding: 5px;
    width: 250px;
	position: fixed;
	background: #ececeb;
	border: 1px solid #71653a;
	box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.4);
	top:100px;
	left: 50px;
	display:none;
	z-index:200;
} 

.arrow_box:after, .arrow_box:before {
	bottom: 100%; 
	left: 50px; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 

.arrow_box:after { 
	border-color: rgba(236, 236, 235, 0); 
	border-bottom-color: #ececeb; 
	border-width: 10px; 
	margin-left: -10px; 
} 

.arrow_box:before { 
	border-color: rgba(60, 54, 31, 0); 
	border-bottom-color: #3c361f; 
	border-width: 11px; 
	margin-left: -11px;
}

/*
right
.arrow_box { position: relative; background: #88b7d5; border: 1px solid #c2e1f5; } .arrow_box:after, .arrow_box:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(136, 183, 213, 0); border-left-color: #88b7d5; border-width: 20px; margin-top: -20px; } .arrow_box:before { border-color: rgba(194, 225, 245, 0); border-left-color: #c2e1f5; border-width: 21px; margin-top: -21px; }

left 
.arrow_box { position: relative; background: #88b7d5; border: 1px solid #c2e1f5; } .arrow_box:after, .arrow_box:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(136, 183, 213, 0); border-right-color: #88b7d5; border-width: 20px; margin-top: -20px; } .arrow_box:before { border-color: rgba(194, 225, 245, 0); border-right-color: #c2e1f5; border-width: 21px; margin-top: -21px; }

bottom
.arrow_box { position: relative; background: #88b7d5; border: 1px solid #c2e1f5; } .arrow_box:after, .arrow_box:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(136, 183, 213, 0); border-top-color: #88b7d5; border-width: 20px; margin-left: -20px; } .arrow_box:before { border-color: rgba(194, 225, 245, 0); border-top-color: #c2e1f5; border-width: 21px; margin-left: -21px; }
*/

.region-popup {
	overflow: auto;
	height: 100%;
}

.region-popup-item {
    cursor: pointer;
	line-height: 16px;
}

.region-popup-item:hover {
	background-color: #dbd5cc;
}



/* Icons */
.icon {
    background-image: url("icons.png?4");
    background-repeat: no-repeat;
    display: inline-block;
    font: 0px/0 a;
    height: 16px;
    overflow: hidden;
    position: relative;
    vertical-align: baseline;
    width: 16px;
}

.icon_main {
	background-position: 0 -24px;
}

.icon_add {
	background-position: -32px -24px;
}

.icon_search {
	background-position: -64px -24px;
}

.icon_options {
	background-position: -160px -24px;
}

.icon_user_items {
	background-position: -192px -24px;
}

.icon_archive {
	background-position: -224px -24px;
}

.icon_login {
	background-position: -96px -24px;
}

.icon_logout {
	background-position: -128px -24px;
}

.icon_main_light {
	background-position: 0 -56px;
	width: 17px;
}

.icon_baby {
	background-position: -34px -56px;
	width: 19px;
}

.icon_repair {
	background-position: 0px -40px;
}

.icon_faq {
	background-position: -32px -40px;
}

.icon_rules {
	background-position: -64px -40px;
}

.icon_about {
	background-position: -96px -40px;
}

.icon_item_edit {
	background-position: -192px -40px;
}

.icon_item_del {
	background-position: -224px -40px;
}

.icon_item_vip {
	background-position: -256px -40px;
}

.icon_item_up {
	background-position: -288px -40px;
}

.icon_email {
	background-position: -256px -24px;
}



.headerLinks a i, .headerPanelRight a i, .left-menu a i, .footerPanelLinks a i {
	margin-bottom: -3px;
	margin-right: 5px;
}


.two-col-group {
	overflow: hidden;
}

.two-col-group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.left-column, .right-column {
	float: left;
	width: 50%;
	min-width2: 800px;
}

.block-item-simple {
    margin-right:20px;
    margin-bottom: 20px;
	border-top: 1px solid #615A52;
    padding-top:8px;
}

.block-item-simple:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.block-item-left {
    float: left;
    min-width: 100px;
    text-align: center;
}

.block-item-cost {
	margin-top:2px;
	background-color: #aca7a0;
	color:#fff;
	overflow:hidden;
	max-width:100px;
	white-space: nowrap;
}

.block-item-right {
    padding-left: 115px;
}

.block-item-right a {
	color: #585552;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.block-item-city {
	color:#A0A0A0;
}



.input-file-upload {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-appearance2: none;
    -moz-binding2: none;
    border-color: rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 0 0 160px 200px;
    cursor: pointer;
    height: 300px;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -30px;
    transform: translate(0px, 100px) scale(7);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.btn-file-upload {
	display: inline-block;
    background: none repeat scroll 0 0 #f4f0eb;
    border: 1px solid #99948b;
    box-shadow2: 0 0 3px #CCCCCC;
	box-shadow2: 3px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    height: 120px;
    overflow: hidden;
    padding: 6px;
    position: relative;
    width: 170px;

    background-image: url("bg_add_photo.gif");
    background-repeat: no-repeat;

    background-position: 45px 10px;
}

.btn-file-upload a {
    color2: #2F2F2F;
    display: block;
    font-size2: 1.2em;
    font-weight: bold;
    height: 50px;
    left: 0;
    padding-top: 102px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 180px;
    z-index: 2;
}



.page-content {
	margin-left: 10px; 
	margin-right: 40px; 
	max-width:1300px;
}


/* item page */
.item-left-column {
	float: left;
    width: 250px;
   	overflow:hidden;
   	border-top: 1px solid #7F7B73;
   	border-right: 1px solid #7F7B73;
   	min-height:400px;
}

.item-left-column.fixed
{
	left:0px;
	top: 0px;
	position:fixed;
	margin2: 53px 0 0 25px;
}


.item-right-column {
	padding-left: 260px;
	min-height: 400px;
}

.item-name {
	background-color: #908c86;
    color: #FFFFFF;
    font-weight: bold;
	margin-left: -10px; 
	padding: 1px 1px 1px 5px;
	margin-bottom:5px;
}

.item-info {
	color: #A0A0A0;
	margin-bottom:10px;
	position: relative;
}

.item-date {
	top:0px;
	right: 5px;
	position: absolute;
}

.item-cost {
    color: #585552;
    font-size: 12px;
    margin: 1px 1px 5px 0;
    padding:5px;
	background-color: #aca7a0;
    min-width:120px;
}

.item-cost span {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 5px;

}

.item-details-block {
	margin:0px 5px 20px 5px;
}

.item-details-block div {
	padding:1px 5px 1px 0px;
	margin-bottom: 1px;
	background-color: #d4cec5;
	overflow: hidden;
    white-space: nowrap;
}

.item-details-block span {
	float: left;
	width:95px;
	padding:0px 5px 0px 5px;
	margin-right:5px;
	background-color: #cac4bc;
}

/* send mail form */
.item-send-email {
	padding:5px;
	border: 1px solid #ACA7A0;
	max-width:800px;
	background-color: #d4cec5;
	margin-top:10px;
	margin-bottom:20px;
}

.item-send-email > div {
	padding:1px 5px 1px 0px;
	margin-bottom: 1px;
	overflow: hidden;
    white-space: nowrap;
}

.item-send-email > div > div {
	margin-left: 140px;
}

.item-send-email span {
	float: left;
	width:125px;
	padding:0px;
	margin-right:5px;
	background-color2: #cac4bc;
}


/* item menu */
ul.item-menu {
	border-bottom: 1px solid #ACA7A0;
	min-width:600px;
    display: block;
    list-style: none outside none !important;
    padding: 1px !important;
	list-style-type: none;
	margin: 0px 5px 10px 0px;
    font-size: 0px;
	background2:-moz-linear-gradient(left, #ACA7A0, #d1cbc2);
	background2:-o-linear-gradient(top, #DAD4CB, #BBB6AE);
	background2:-webkit-linear-gradient(top, #DAD4CB, #BBB6AE);
	background2:-ms-linear-gradient(top, #DAD4CB, #BBB6AE);
	background2:linear-gradient(top, #DAD4CB, #BBB6AE);
	filter2:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAD4CB', endColorstr='#BBB6AE');

}

ul.item-menu li{
	display: inline-block;
    background-color: #ACA7A0;
}

ul.item-menu li + li {
	border-left: 1px solid #d1cbc2;
}

ul.item-menu li a {
	display: block;
	line-height: 25px;
	color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
}

ul.item-menu li a:hover {
	color: #000;
	background-color: #cbc5bd;
}

ul.item-menu a i {
	margin-bottom: -3px;
	margin-right: 5px;
}


ul.item-panel-menu {
    display: block;
    list-style: none outside none !important;
    padding: 1px !important;
	list-style-type: none;
	margin: 8px 5px 10px 0px;
}

ul.item-panel-menu li{
	display: block;
}

ul.item-panel-menu li a {
	display: block;
	line-height: 27px;
	color: #585552;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 5px;
}

ul.item-panel-menu li a:hover {
	color: #000;
	background-color: #cbc5bd;
}

.item-panel-menu a i {
	margin-bottom: -3px;
	margin-right: 5px;
}

 

.common-button {
    background: url("search-btn-bg.png") repeat scroll 0 0 #a09990;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    color: #FFFFFF;
    font-weight: bold;
}

.common-button:hover {
    background-position: 0px -29px;
}

.common-button:active {
    background-position: 0px -58px;
}

