/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; background: #b0b0b2; font: 12px/1.5 Tahoma, Geneva, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; background:url(../i/body_bg.gif) bottom right ; margin:0; padding:0;} /* body height 100% */

a { color:#000; font-family: Tahoma, "Myriad Pro"; text-decoration:none; }
a:visited { color:#555; font-family: Tahoma, "Myriad Pro"; }
a:hover { color: #555; font-family: Tahoma, "Myriad Pro"; }
a:active { color: #555; font-family: Tahoma, "Myriad Pro"; }
			
/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -15px; }
.layout-box { float: left; margin: 0 15px 10px 0; }

.lb-1 { width: 779px; } /* 100% */
.lb-l { width: 20%; float:left; padding-left:40px; } /* 75% */
.lb-c { width: 50%; float:left; margin-left:40px; } /* 50% */
.lb-r { width: 20%; float:right; } /* 25% */
			
/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden;}
.menu-h li { float: left; list-style: none; padding: 0 .5em;}
.menu-h a { text-decoration: none; display: block; padding-top:8px;}
.menu-h a:hover {background:url(../i/mm_ahor.gif) top center no-repeat; text-decoration:none;padding-top:8px; }
			
/* Vertical Menu
------------------------------ */

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }
.menu-v a { text-decoration: none; display: block; }
.menu-v a:hover { text-decoration: underline; }
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Tahoma, Geneva, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img { margin-bottom: 11px; }

.box { margin: 11px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse;  }
table th, table td { padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }

/*IDS*/
#container { background:url(../i/page_bg.gif); width:920px; margin:0 auto;}
#page {  background:url(../i/top.png) top center no-repeat; min-height:350px; position:relative;}
#page #logo {
	position:absolute;
	top:210px;
	left:52px;
}
.mm_hr {width:900px; background-color:#666 !important; color:#666 !important; height:1px !important; border:none; line-height:0; font-size:1px;}
#page #containerMM { width: 860px;  overflow: hidden; text-align: center; margin: 0px auto; z-index:10; margin-bottom:20px;}
.splitter {padding-top:8px !important; color:#666;}
#tableContainer { padding:0 35px 0 35px; display:block; position:relative;}
#butterbread { margin-bottom:20px;}
#butterbread, #butterbread a { color:#555; font-size:11px; font-family:Tahoma, "Myriad Pro"; text-decoration:none;}
#butterbread a:hover, #butterbread a:hover { color:#000;}
.title { background:url(../i/btn.png) no-repeat; height:32px; line-height:32px; padding-left:20px; color:#FFF; font-size:20px;font-family:"Myriad Pro", Tahoma;}
hr.blach_line { color:#929292 !important; background-color:#929292 !important; border:0; height:2px !important; margin-top:5px; margin-bottom:10px; margin-left:10px;}
hr.black_line { color:#585858 !important; background-color:#585858 !important; border:0; height:2px !important; margin-top:5px; margin-bottom:10px;}
hr.black2_line { color:#585858 !important; background-color:#585858 !important; border:0; height:1px !important; margin-top:20px; margin-bottom:10px;}
.itemBox {padding:10px;} .itemBox a{ color:#000 !important; text-decoration:none;} .itemBox a:hover{ color:#555 !important; text-decoration:none;}
#footer { position:relative; height:80px;}
#footer .footer_mm, #footer .footer_mm a { font-size:11px; font-family:Arial; color:#000 !important;}
#footer .footer_mm a:hover { font-size:11px; font-family:Arial; color:#555 !important;}
.footer_info { font-size:10px;}
.footer_info a { font-size:10px; color:#000 !important;} .footer_info a:hover { font-size:10px; color:#555 !important;}
.goodsBox { float:left; display:block; margin:10px 30px 20px 10px; height:190px; padding:10px;}
.goodsBox:hover { float:left; display:block; margin:10px 30px 20px 10px; height:190px; background:url(../i/goods_bg.png); padding:10px;}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
h1 {
font-size:12px;
}
.form {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #544021;
}