html, body {
	height: 100%;
}
body, textarea {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* js */
.no_js .js, .nojs {
	display: none;	
}
.no_js .nojs {
	display: block;
}
table {
	border-collapse:collapse;
}
ul, table, h3, h2, p, form, textarea, input, html, body, td {
	padding: 0;
	margin: 0;
}
ul li {
	list-style:none;
}
a {
	color: #1442b9;
	text-decoration:none;
}
a:visited {
	color: #2670d5;
}
a:hover {
	text-decoration:underline;
}
.link-treug {
	background: url(img/sprite_icon.gif) top left no-repeat;
	width: 7px;
	height: 6px;
	display: inline-block;
	margin-left:2px;
}
a img {
	border: 0;
}
a.dashed {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.dashed:hover {
	text-decoration: none;
	border-bottom: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right !important;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.cc {
	text-align:center;
}
.del:visited {
	color:#000;
}
.cl, .del {
	color:#000;
	border: 1px solid #deddd5;
	font-size: 18px;
	font-weight:normal;
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 0 5px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 	
	-khtml-border-radius: 12px;
	font-style:normal;
}
.cl:hover, .del:hover {
	text-decoration: none;
}
.del:hover {
	background-color: #a00000;
	border: 1px solid #8d0000;
	color:#fff;
}
.cl:hover {
	border: 1px solid #aaa;
	background-color: #fff;
}
/* clear fix for <div class="clear"></div> */
.clear {
	clear: both;
}
/* clear fix overflow */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: block;
}
.errorka {
	border: 1px solid #9b0000;
	background-color: #f4cece;
	padding: 10px 5px;
	color: #9b0000;
	font-size: 8pt;
	text-align:center;
}
.ui {
	padding-right: 3px; 
	text-decoration: none;
	position: relative;
	top: 2px;
}
.h10, .edtbl li.h10 {
	padding-bottom: 15px;
}
#wfix {
	width: 700px;
	height: 0;
	overflow:hidden;
}
#e404 {
	font-size: 10em;
	padding-left: 200px;
	color: #f89b22;
}
#ahead-l a, #ahead-l a:hover, #ahead-l a:visited {
	color: #fff;
	text-decoration:none;
}
.zagitemlist, .btn {
	background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box; -khtml-background-clip: border-box;
	background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box; -khtml-background-origin: border-box;
	-o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
}

/* buttons */
/* input as button */

.button, .btnlink {
	box-shadow: 0.5px 1px 2px #aaa;
	border-style: solid;
	border-width: 1px;
	-moz-box-shadow: 0.5px 1px 2px #aaa;
	-webkit-box-shadow: 0.5px 1px 2px #aaa;
	display: inline-block;
}
.button {
	height: 20px;
}
.btn {
	vertical-align: middle; /* ubiraem otstupi v ie */
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	border: 0;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	vertical-align:baseline;
	line-height: 20px;
	padding: 0 10px;
	padding-bottom: 2px;
	cursor:pointer;
}
.btnlink .back {
	width: 13px;
	height: 11px;
	background: url(img/sprite_icon.gif) -3px -337px repeat-x; 
	display:inline-block;
}
/* link as button */
.btnlink {
	height: 16px;
	padding: 3px 13px 1px 13px;
	font-weight: bold;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 14px;
}
.btnlink:hover {
	text-decoration:none;
}
.btnlink:active {
	padding: 4px 12px 0px 14px;
}

/* white */
.bwhite, .lwhite {
	border-color: #999;
}
.bwhite input.btn, .lwhite, .lwhite:visited {
	color: #333;
	background: url(img/sprite_icon.gif) 0 -314px repeat-x #eee; 
}
.bwhite input.btn:hover, .lwhite:hover {
	background: #fff;
}
.bwhite input.btn:active, .lwhite:active {
	background: #ddd;
}
/* green */
.bgreen, .lgreen {
	border-color: #71af0d #6aa50b #6aa50b #6aa50b;
}
.bgreen input.btn, .lgreen, .lgreen:visited {
	color: #fff;
	background-color: #7ac419;
	background: -moz-linear-gradient(top,#88d424,#76be18);
	background: -webkit-gradient(linear, left top, left bottom, from(#88d424), to(#76be18));
}
.bgreen input.btn:active, .lgreen:active {
	background: #6e9b26;
}
/* orange */ 
.borange, .lorange {
	border-color: #cd872d;
}
.borange input.btn, .lorange, .lorange:visited {
	color: #fff;
	background-color: #f7a22e;
	background: -moz-linear-gradient(top,#feaf43,#e89422);
	background: -webkit-gradient(linear, left top, left bottom, from(#feaf43), to(#e89422));
}
.borange input.btn:active, .lorange:active {
	background: #df8c1b;
}
/* blue */
.bblue, .lblue {
	border-color: #29447e;
}
.bblue input.btn, .lblue, .lblue:visited {
	color: #fff;
	background: url(img/bblue.gif) repeat-x #637bad;
}
.bblue input.btn:active, .lblue:active {
	background: #4f6aa3;
}
/* red */
.bred, .lred {
	border-color: #ae0101;
}
.bred input.btn, .lred, .lred:visited {
	color: #fff;
	background-color: #c52424;
	background: url(data:image/gif;base64,R0lGODlhAQAYAMQAAAAAAP///8UkJMclJcknJ8soKM0qKtAsLNIuLtUwMNgyMts0NN43N+E5OeQ7O+c+PupAQO1CQvBERPJGRvVISPdKSvlLS/1OTvtNTf5PTwAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAQAYAAAFFGB2YVZFTVIEPU7DLEqCHEZBDEIIADs=) repeat-x #c52424;
	background: -moz-linear-gradient(top,#fe4f4f,#c42323);   
	background: -webkit-gradient(linear, left top, left bottom, from(#fe4f4f), to(#c42323));
}
.bred input.btn:active, .lred:active {
	background: #c31b1b;
}


/* otstup */
.rgtlinks a, #auth-links, .abo {
	padding-left: 10px;
}
.rgtlinks a {
	border: 1px solid #fff;
	display: block;
	width: 210px;
	line-height: 22px;
}
.rgtlinks a:hover {
	background-color:#e5e5e5;
	border: 1px solid #d6d6d6;
	display: block;
	width: 210px;
}
.rgtlinks a.sellink {
	background-color: #ffebc4;
	border: 1px solid #fdd588;
	color: #666;
}

/* captcha */
#captcha {
	width: 140px;
	height: 50px;
	cursor:pointer;
	border: 1px solid #ccc;
}
.cupinp-cont {
	float: left;
	display:block;
	padding: 15px 5px 0 0;
	width: 110px !important;
}
.cupinp {
	width: 100px !important;
}
.cuppod {
	display:block;
	padding: 17px 0 0 5px;
	float: left; 
}

#page {
	background: url(img/bg.jpg) no-repeat right top;
	width: 100%;
}
#page td {
	vertical-align:top;
}
#logo {
	height: 76px;
	padding: 25px 0 25px 25px;
	vertical-align: top;
	font-size:18px;
}
#logo a#logolink {
	color: #000;
	text-decoration: none;
}
#logo i {
	font-size: 0px;
	height: 22px;
	width: 150px;
	display: block;
}
#logo img {
	margin-right: 25px; 
	float: left; 
}
#mainname {
	position: absolute;
	top: 50px;
	left: 120px;
	font-size: 24pt;
}
#mainname span {
	color: #999;
	font-size: 9px;
}
#subheader {
	font-size: 24pt;
	color: #666;
}
#city {
	float: right;
	text-align:right;
	font-size: 12px;
}
#city a {
	font-size:18px;
}
#cityid {
	text-decoration:none;
}
#citylist {
	position:absolute;
	z-index: 20;
	right: 200px;
	top: 50px;
	background-color: #deddd5;
	padding: 25px;
	margin-bottom: 25px;
}
.citylist h3 {
	font-style:italic;
	font-size: 18px;
	color: #888;	
	margin: 0;
	padding: 0;	
}
#citylist a {
	color: #111;	
}
.citylist ul {
	margin-top: 25px;
	float: left;
}
.citylist ul li {
	height: 20px;
}
.citylist ul.col li {
	margin-right: 10px;
}
.citylist .bukva {
	width: 10px;
	height: 12px;
	padding: 0 10px;
	float: left;
	text-align:center;
	color: #666;
	font-weight: bold;
}

/* main block */
#search {
	height: 64px;
	background: url(img/sbg.jpg) #f8b145;
	position: relative;
	margin-left: 25px;
}
#pk, #slt, #srt, #slb, #srb {
	position:absolute;
}
#slt, #srt, #slb, #srb {
	width: 4px;
	height: 4px;
	font-size: 0;
	max-height: 4px;
	z-index: 18;
	overflow:hidden;
}
#pk {
	z-index:19;
	top: 36px;	
	right: 0;
	background: url(img/pk1.jpg) bottom right no-repeat;
	width: 100px;
	height: 28px;
}
#s_top {
	height: 12px;
	width: 120px;
	color: #fff;
	font-size: 9pt;
	line-height: 11px;
	clear: both;
}
#slt {
	background: url(img/se.jpg) -4px -4px no-repeat;
}
#srt {
	margin-left: 100%;
	left: -4px;
	background: url(img/se.jpg) 0 -4px  no-repeat;
}
#slb {
	left: 0;
	top: 60px;
	background: url(img/se.jpg) -4px 0 no-repeat;
}
#srb {
	margin-left: 100%;
	left: -4px;
	top: 60px;
	background: url(img/se.jpg) 0 0 no-repeat;
}
#s_main, #searchinp {
	padding: 0;
	margin: 0;
	width: 100%;
}
#s_main td {
	padding-top: 12px;
}
#searchinp {
	height: 18px;
}
#butsea {
	width: 10px;
	padding-top: 0 !important;
}
.swfth {
	width: 20px;
}
.swfth2 {
	width: 15px;
}
#s_button, #s_button input {
	width: 68px;
}
.marg {
	width: 10px;
}
#primer {
	padding-top: 5px;
	font-size:12px;
	color: #fff;
}
#primer a {
	color: #fff;
}

/* hleb */
#hleb {
	padding-top: 25px;
	padding-left: 25px;
	font-size:12px;
}
#hleb span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* right block */
#ahead, #ahead-l, #rightblock {
	width: 225px;
}
.tovarlist {
	width: 215px;
	font-size:12px;
}
.abody, .tovarlist { 
	margin-bottom: 25px;
}
.tovarlist .noimgmini {
	width: 80px;
	height: 50px;
}
.tovarlist .miniimg {
	float: left;
	margin-right: 10px;
}
.miniimg2 {
	width: 60px;
	height: 45px;
}	
.noimgmini2 {
	font-size: 11pt;
	font-family: Impact, Arial, sans-serif;
	padding: 2px 2px;
	text-decoration:none;	
	width: 54px;
}
#rightblock {
	padding: 25px 25px 0 25px;
	height: 600px;
}
#avtrimg {
	float:left;
	width: 100px;
	height: 100px;
	text-align:center;
	padding: 0 10px 10px 10px;
}
#au-links {
	text-align:left;
	width: 100px; 
	height: 110px;
	float: right;
	text-align:left;
}
hr.rbhr {
	color: #d6d6d6;
	height: 1px;
}
.rbhr2 {
	clear: both;
	display: block;
	line-height: 20px;
	overflow:hidden;
}
.rbhr2 span {
	font-weight:bold;
	background-color: #fff;
	color: #3B352D;
	position:relative;
	display:block;
	float:left;
	z-index: 2;
	padding: 0 10px; 
	font-size: 12px;
	margin-left: 20px;
}
.rbhr2 div {
	margin-top: -4px;
	font-size: 14px;
	line-height:14px;
	border-bottom: 1px solid #d6d6d6;
}

/* loaders */
.loader {
	background: url(img/loader.gif);
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}
.loadermini {
	background: url(img/loadermin.gif);
	width: 15px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}
	
/* .abody(width) = #rightblock(width) - 2 px */
.abody {
	line-height: 20px;
	width: 223px;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	text-align: left;
	font-size:14px;
	padding: 10px 0;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px; 	
	-khtml-border-radius: 0px 0px 4px 4px;
}
.notopborder {
	border-top: 0;
}
#ahead, #ahead {
	height: 36px;
}
#ahead-l {
	background: url(img/a-l.jpg) no-repeat left top;
	padding-top:8px;
	height: 24px;
}
#ahead-r {
	background: url(img/a-r.jpg) no-repeat right top;
}	
#ahead {
	color: #fff;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	background: url(img/a-bg.jpg) repeat-x #ea7c1b;	
}
.a_main {
	width: 193px;
	margin: auto;
	margin-bottom: 7px;
}
.a_main td {
	vertical-align:bottom;
	text-align:left;
}
.a-point-h {
	padding-bottom: 15px;
}
.a-point-h-mini {
	padding-bottom: 7px;
}
.a-enter {
	text-align: center;
	padding: 0 10px;
}
#regkey {
	width: 23px;
	overflow: hidden;
	display: block;
	float: left;
}
#reglink {
	margin-top: -2px;
	display: block;
	float: right;
	margin-left: 2px;
}
#osn {
	padding: 25px 0 0 25px;
}
.line-he {
	height: 25px;
}
.rgtlinks {
	line-height: 25px;
}
.adv-search li {
	padding: 5px 0;
}
.adv-search .adv_sea {
	border: 1px solid #ccc;
	font-weight:bold;
	font-size:14px;
}

/* pred */
#pred {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	margin-bottom: 25px;
	border: 1px solid #e2c822;
	background: #fff4bd;
	color: #363636;
	padding: 0 .7em;
}
#pred p {
	margin: 10px;
}
#pred, .addsteps .this, .rb {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 	
	-khtml-border-radius: 4px;
}
.rb3 {
	border-radius: 4px 4px 0 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
}
.rb2 {
	border-radius: 4px 4px 0 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-top-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
}


/* body */
#osn h2.h2 {
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 25px 0;
}
#osn h3 a {
	color: #036;
	font-size:14px;
} 
#t_main td {
	vertical-align:top;
	padding-bottom: 15px;
}

#osobie {
	border: 1px solid #ffa7a7;
	padding: 10px;
	background-color: #ffe7e7;
	position: relative;
	left: -10px;
	width: 100%;
}
/* red in main page
#osobie h3 a {
	color: #7d0606 !important;
}
#osobie a {
	color: #ac0d0d !important;
}*/
.tdl {
	padding-right: 12px;
}
.tdr {
	padding-left: 12px;
}
.tdl, .tdr {
	font-size:12px;
	width: 50%;
}	
.onfrm {
	padding-left: 180px;
}
.onfrm2 {
	padding-left: 60px;
}
.oneform {
	padding-left: 20px;
	border-left: 1px solid #ddd;
	overflow:hidden;
}
.mename {
	font-size: 10pt;
	height: 15px;
	padding-top: 5px;
	color: #555;
} 
.prop {
	height: 20px;
}
.w100 {
	width: 100%;
}
.w80 {
	width: 80%;
}
.w60 {
	width: 60%;
}
.w50 {
	width:50%;
}
.w40 {
	width: 40%;
}
.w35 {
	width: 35%;
}
.w30 {
	width: 30%;
}
.w15 {
	width:15%;
}
.w10 {
	width:10%;
}
.p60 {
	width: 60px;
}
.p90 {
	width: 90px;
}
.p140 {
	width: 140px;
}
.p400 {
	width: 400px;
} 
.p500 {
	width: 500px;
}
.p200 input {
	width: 200px;
} 
.p40 input {
	width: 40px;
}

.neobzap {
	color: #e10000;
	font-weight: bold;
}
#regpage {
	width: 450px;
	margin: 10px auto;
	text-align: center;
}
#rules {
	font-size: 1.2em;
}
#rules input {
	margin-bottom: 15px;
	margin-right: 5px;
	display:block;
	float: left;
}
#regpage a {
	font-weight:bold;
}
#regpage .regpageinside {
	width: 220px;
	margin: 50px auto;
	text-align: center;
}
#underosn {
	text-align:center;
	margin-top: 40px;   
}
.grouplist {
	line-height: 25px;
	font-size:18px;
}

/* footer */
#footer {
	margin: 25px;
}
#footer a {
	margin-right: 15px;
}
#copy {
	border-top: 1px solid #ccc; 
	padding: 25px 0;
	margin-top: 25px;
	color: #999;
	font-size: small;
	text-align:center;  
}

/* goods list */
.goodslist li.za {
	background: url(img/list-header-bg2.png) repeat-x #ffdc9b;
	padding: 6px 10px;
}
.zagitemlist {
	color: #555;
	font-weight:bold; 
	height: 28px;
	padding: 12px 10px 0;
	background-color: #ffe3bd;
	background: -moz-linear-gradient(top,#ffe3bd,#f4d2a4);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe3bd), to(#f4d2a4));
}
.zagitemlist .za {
	float: right;
	text-align: right;
}
.zagleft, .zagright {
	width: 10px;
	height: 40px;
}
.zagitemlist .locationinlist {
	float: left;
	padding-left: 110px;
}
.tiin {
	text-align: right;
	width: 120px;
	padding-left: 10px;
}
.piin {
	width: 88px;	
	text-align: right;
}
.piin strong, .biid div {
	display:block;
	margin-bottom: 4px;
}
.goodslist li {
	padding: 10px;
	display:block;
}
.goodslist .inlist {
	padding-top: 10px;
	font-size:12px;
}
.inlist2 {
	margin-left: 110px;
}
.inlist2 .inltble {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.biid, .biid, .tiin {
	padding-left: 10px;
}
.biid {
	width: 110px;
	text-align:right;
} 
a.t-link {
	font-weight: normal;
	font-size:16px;
}
.chet, .harak-str1 td {
	background-color: #f7f7f7;
}
.nechet, .harak-str2 td {
	background-color: #e7e7e7;
}
.imageinlist2 {
	width: 100px;
	text-align:center;
	float: left;
}
.noimgmini {
	font-size: 18pt;
	font-family: Impact, Arial, sans-serif;
	padding: 10px;
	text-decoration:none;	
	display: block;
}
a.noimgmini:hover, a.noimgmini2:hover, a.noimgmini:visited, a.noimgmini2:visited{
	color: #fff;
	text-decoration:none;	
}
.warn {
	display: block;
	margin-left: 25px;
}
.podinlist {
	color: #999;
	font-size: 10pt;
	text-align:right;
}

/* icons */
.yes, .deletethisitem, .deletehref, .print, .sled, .info, .accept, .exclamation, .makemeamain {
	background-image: url(img/sprite_icon.gif);
	background-repeat:no-repeat;
}
.yes, .deletethisitem, .deletehref, .sled, .info, .accept, .exclamation, .makemeamain {
	display: block;
	height: 16px;
	width: 16px;
}
.deletehref, .accept, .exclamation, .yes {
	float:left;
}
.deletethisitem, .deletehref {
	background-position: 0 -177px;
}
.yes {/* galka - nigde ne ispolzuetsya */
	background-position:0 -145px;
}
.deletethisitem:hover, .deletehref:hover {
	background-position: 0 -193px;
}
.yes:hover {
	background-position: 0 -161px;
}
.print {
	background-position:0 -31px;
	padding-left: 18px;
	display: inline-block;
	height: 18px;
}
.sled {
	background-position:0 -209px;
	float: right;
	margin-right: 5px;
}
.info {
	background-position:0 -225px;
	text-indent: -99999px;
	overflow: hidden;
	float: left;
	margin: 0 .3em;
}
.accept {
	background-position:0 -241px;
}
.exclamation {
	background-position:0 -257px;
}
.makemeamain {
	background-position:0 -380px;
}
.makemeamain:hover {
	background-position:0 -396px;
}


/* tovar */
#phto {
	width: 420px;
	padding: 0 10px 25px 0;
	vertical-align:top;
	text-align:center;
}
#mainimagecontainer {
	text-align:center;
}
#mainimage {
	margin-top: 5px;
}
#ofotocont {
	position: relative;
	text-align:center;
	min-height: 320px;
}
#loader {
	background: url(img/loader.gif);
	width: 20px;
	height: 20px;
	position:absolute;
	display:none;
}
.noimage, .noimgmini, .noimgmini2 {
	background-color: #ccc;
	color: #fff;
	text-align:center;
}
.noimage {
	font-size: 36px;
	font-family: Impact, Arial, sans-serif;
	padding: 80px 10px;
	width: 420px;
}
#miniimgs a.obminiimg img {
	border: 2px solid #ccc;
}
#miniimgs a.obminiimg:hover img {
	border: 2px solid #444;
}
#miniimgs td {
	width: 66px;
	padding: 3px;
	text-align:center;
	vertical-align: bottom;
	max-width: 66px;
	max-height: 66px;
}
.vibminiimg img {
	border: 2px solid #ffa229;
}
.har {
	padding-bottom: 5px;
	width: 160px;
	padding-left: 10px;
	color: #666;
}
.timeleft {
	color: #ff6600;
	font-weight:bold;
	font-size:16px;	
}
.padtop {
	padding-top: 4px;
}
.bbl {
	background-color: #e2e2e2;
}
.bbl-h {
	height: 10px;
}
.bbl-h2 {
	height: 15px;
}
.bbl-h3 {
	height: 19px;
}
.padl {
	padding-left: 10px;
}
#bid {
	width: 100px;
	float: left;
}


.vozm {
	vertical-align: top;
	padding-top:2px;
	height: 16px;
}
.summa {
	font-size: 18px;
	font-weight:bold;
	color: #000;
}
.bid {
	width: 145px;
}
.bid input {
	width: 120px;
	float: left;
	height: 20px;
	font-weight:bold;
	font-size:16px;
}
.small {
	color: #999;
	font-size:12px;
}
.newsmall {
	color: #777;
	font-size:10px;
}
.har2 {
	width: 210px;
	font-weight:bold;
}
.harak-str1 td, .harak-str2 td {
	padding: 10px 15px;
}
.or {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	overflow:hidden;
	line-height: 20px;
	text-align:center;
}
.or div {
	margin-top: -4px;
	font-size: 14px;
	line-height:14px;
	position:relative;
	border-bottom: 1px solid #ccc;
}
.or span {
	background-color: #e2e2e2;
	color: #3B352D;
	position:relative;
	z-index: 2;
	padding: 0 10px; 
	font-size: 12px;
	float: left;
}
.sellerinfo {
	font-weight:bold;
}


/* add tovar */ 
.har3 {
	width: 200px;
}
.header2 {
	margin-bottom: 25px;
}
.required {
	line-height:7px;
	color: #ea8501;
	font-size: 20px;
	padding-right: 3px;
}
.addsteps {
	font-weight:bold;
	height: 30px;
	background: url(img/head-bg.png) 0px 3px repeat-x;
	margin-bottom: 25px;
	font-size:12px;
}
.addsteps .before {
	margin-top: 3px;
	padding: 2px 10px 0px 10px;
	float:left;
	height: 18px;
	color:  #fff;
	background-color: #f89b22;
}
.addsteps .this {
	float:left;
	background-color: #ffda92;
	padding: 4px 10px 5px 10px;
	border: 1px solid #f89b22;
}
.addsteps .after {
	color: #464646;
	padding: 5px 10px;
	float:left;
}
.addsteps .before a {
	color: #fff !important; 
}
.addsteps .after a {
	color: #000 !important; 
}

/* pagenav */ 
.pagenav {
	text-align:center;
}
.pagenavpages {
	padding-top: 10px;
	float: left;
	font-weight:bold;
}
.pagenavlist {
	font-size: 16px;
	margin: auto;
}
.pagenavlist .pgs {
	margin: 0 15px;
}
.pagenavlist b {
	font-size: 22px;
}
.pagenavlist .pgs span {
	font-weight:bold;

}
.pagenavlist a, .pagenav span {
	padding: 0 6px;
}	


/* new me */ 
#avtr, #lefttd {
	width: 200px;
}
#avatr {
	text-align:center;
	padding: 10px;
}
#avatr, .repass {
	background-color:#fff3de;
}
#lefttd a.spoiler {
	width: 190px;
}
#lefttd h2 {
	margin: 0;
}
#lefttd .spoiler {
	margin-top:10px;
}
.repass input {
	width: 174px;
}
.repass {
 	padding: 4px 10px;
}
#bottominfo {
	padding: 10px 0 0 10px;
	height: 20px;
}
#righttd {
	padding-left: 15px;
}
.avatar {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	-moz-box-shadow: 3px 3px 15px 2px #ccc;
	margin-right: 10px;
}
.shield {
	float: left;
	margin-right: 10px;
}
.crit td {
	padding: 6px 5px 0 5px;
}
.crit .head-crit {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	color: #777;
}
#avargtbl {
	margin-left: 230px;	
}

/* inputs */
.input1 {
	width: 100px;
}
.input2 {
	width: 400px;
}

/* another */
.redtext {
	color: #ac0000;
}
.warning {
	font-size: 12pt;
}
.warning span {
	background: url(img/warn_bg.png) #eea243;
	height: 40px;
	display: block;
	width: 80px;
	float: left;
	margin-right: 25px;
	text-indent: -9999px;
}
.itssold, .itsdelete, .itsedited, .itsmoder, .itsqueue {
	width: 100px;
	font-weight:bold;
	margin: auto;
	clear:both;
	display:block;
	height: 20px;
	position:relative;
	top: -100px;
}
.itsdelete {
	background-color: #999;
	color: #fff;
}
.itssold {
	background-color: #eb8f00;
	color: #fff;
}
.itsedited {
	background-color: #9b0000;
	color: #fff;	
}
.itsmoder {
	background-color: #759b00;
	color: #fff;	
}
.itsqueue {
	background-color: #00459b;
	color: #fff;	
}

/* images */
.onepage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.onepage p {
	text-indent: 25px;
	line-height: 160%;
}
.onepage ul {
	display:block;
	overflow:hidden;
}
.onepage ul li {
	list-style: disc;
	margin-left: 38px;
	line-height: 165%;
}

/* miniimages */
#images {
	padding-bottom: 25px;	
}
#images .loadermini {
	display: none;	
}
.imglistitem {
	border: 1px solid #82d609;
	width: 100px;
	height: 125px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 10px;
	text-align:center;
}
.imglistitem .img {
	width: 100px;
	height: 100px;
	padding-bottom: 10px;
}
.moder {
	border-color: #ffa500;
}


/* help */
.helpblock {
	width: 30%;
	float:left;
	padding: 5px 15px 15px 15px;
}
.cathelp {
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:none;
} 
.cathelp:hover {
	color: #666;
	text-decoration:underline;
}
.cathelp:visited {
	color: #666;
}
.podcathelp {
	margin: 12px;
}
.podcathelp li {
	list-style:disc;
	color: #aaa;
	margin-left: 15px;
}
.podcathelp a {
	text-decoration: none;
}
.podcathelp a:hover {
	text-decoration: underline;
}
.imginbdr {
	border: 1px solid #004f86;
}
.imginbdr p {
	background-color:#004f86;
	color: #fff;
	padding: 10px 15px;
	font-size:14px;
}

/* messages */
.messlist, .message, .answerform {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.messinlist {
	padding: 7px;
	border-top: 1px solid #ddd;
}
.notread {
	border-top: 1px solid #eace55;
	background-color: #fff9df;	
}
.notread:hover .newmessage {
	display: inline-block;	
}
.newmessage {
	display: none;
}
.headmesslist {
	color: #666;
	background-color:#ffebc6;
	padding: 7px;
}
.avainmesslist, .userinmesslist, .chckbxinmesslist {
	height: 50px;
	float: left;
}
.avainmesslist {
	width: 60px;
}
.userinmesslist {
	width: 140px;
}
.minimess {
	margin-left: 240px;
	cursor:pointer;
	min-height: 50px;
	height: 50px;
	height: auto;
}
.no_js .minimess {
	cursor: auto;
}
.chckbxinmesslist {
	width: 20px;
	float: left;
	height: 50px;
}
.chckbxinmesslist .checkinmess {
	height: 50px;
}
.minimess .textmess {
	padding-top: 3px;
	color: #555;
	width: 443px;
}
.minimess .messinlist:hover .textmess {
	color: #000;
}
.btninmesslist {
	padding: 10px;
	background-color: #eee;
	border-top: 1px solid #ccc;
}
.readths {
	color: #F90 !important;
	height: 48px;
	width: 10px;
	display: block;
	background-color: #F90;
	font-size: 0;
	border: 1px solid #F90;
	background-color: #fff;
}
.notread .readths {
	background-color: #f90;
}
/* one mess */
.message {
	padding: 10px 10px 25px;
	border: 10px solid #ffebc6;
	margin-bottom:25px;
}
.mheader {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.mbody {
	padding-top: 10px;
}
.avainmess {
	width: 50px;
	float: left;
	text-align:right;
	padding-right:10px;
}
.messinmess {
	margin-left: 60px;
}
.newmessage {
	color: #edaa2a;
}
.middlemess {
	padding-top: 15px;
	margin-left: 80px;
	overflow: auto;
	font-size: 1.1em;
	color: #333;
	width: 580px;
}
.headerinmess {
	color: #333;
}
.messtext {
	overflow: auto;
}


/* answer */
.answerform {
	padding-top: 10px;
	padding-bottom: 25px;
	clear:both;
}
.answerblock {
	padding-right: 5px;
	padding-left: 60px
}
#answer {
	width: 558px;
	height: 150px;
	font-family: Tahoma, Verdana, "Lucida Console";
	line-height:1.3;
	overflow: auto;
	padding: 3px 5px;
	position: relative;
	z-index: 10;
}
.textarea {
	width: 558px;
	position: relative;
}
.textareaclose {
	width: 570px;
	position: absolute;
	height: 158px;
	opacity: 0.5;
	background-color:#999;
	top:0px;
	left: 0px;
	z-index: 12;
	display:none;
}
/* history mess */
.backmess {
	height: 50px;
	width: 11px;
	display:block;
	font-size: 0;
	background: url(img/backmess.jpg) left no-repeat;
}
.no_js .backmess {
	display: none;
}
.backmess:hover {
	background-position:right;
}
.cancelledmess {
	background-color:#eee;
}
.cancelledmess .middlemess {
	color: #ccc;
}
.cancelledmess .backmess, .cancelledmess .del, .cancelledmess .readths {
	display: none;
}
/* new message */
.innewmess {
	width: 110px;
	padding-right: 5px;
	text-align:right;
	padding-top:3px;
	color: #333;
}
.inpinmess {
	width: 480px;
}
.newmessageblock {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.lineinnewmess {
	padding: 3px 5px;
}
.innewmessrfix {
	padding-left: 120px;
}

/* other */
.grey {
	color: #888;
}
.green {
	color: #259500;	
}
.red {
	color: #950000;		
}
.inl {
	width: 150px;
}
.inl2 {
	width: 70px;
	text-align:center;
}
.zaggodslist {
	padding: 0 10px !important;
	font-size:12px;
}
.onetblinzaglist {
	margin-left: 110px;
}
.actions {
	display: block;
}
.pad1 {
	padding: 2px 6px;
}
.pad2 {
	padding: 1px 5px;
}
.podsk {
	background-color: #fff;
	border: 1px solid #ccc;
}
.podmenu {
	position: relative;
	z-index: 2;
}
.podmenu li {
	padding: 0;
}
.podmenu li:hover {
	background-color: #f7a93a;
}
.podmenu li:hover a {
	color: #fff;
	text-decoration:none;
}
.podmenu a {
	border:1px solid #fff;
	padding: 2px 5px;
	display:block;
}

.rf {
	margin-bottom: 5px;
}
.rf-lab, .rf-after {
	padding-top: 3px;
}
.rf-after input {
	padding-top: 8px !important;
}
.rf-lab {
	text-align:right;
	padding-right: 3px;
	float:left;
	font-size:12px;
	width: 200px;
	color: #4d4230; /* #333 */
}
.rf-inp, .rf-sel, .rf-tarea, .time_picker_addon, #answer {
	position: relative;
	color: #222;
	border: 1px solid #d99f39; /*#cd872d*/
	background-color:#FFF;
}
.rf-int, .rf-text, .rf-datepicker, .rf-tarea, .time_picker_addon {
	padding: 2px;
}
.rf-int, .rf-datepicker  {
	width: 100px;
}
.rf-text {
	width :100%;
}
.rf-sel {
	padding: 1px;
}
.rf-tarea {
	width: 100%;
	height: 100px;
}
.rf-left {
	float: left;
	padding-left: 10px;
}
.rf-finish, .rhint  {
	padding-left: 203px;
}
.rf-radio span {
	line-height: 20px;
}
.rf-radio input {
	position:relative;
	bottom: -3px;
	margin-right: 3px;
}


/* edit item from */ 
.edtbl {
	width: 100%;
	min-width: 600px;
}
.edtbl li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.dev {
	font-size: 1.5em;
	color: #e48a11;
}
.dev span {
	font-size: 1.8em;
	padding-right: 20px;
}
.clearfix {
	display: block;
	padding-top: 15px;
	padding-bottom: 25px;
	overflow:hidden;
	border-top: 1px solid #d6d6d6;
	clear:both;
}
.hdr {
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 5px;
	color: #3b352d;
	font-weight:bold;
}
/* hdr no rf */ 
.no-rf {
	padding-left: 15px;
	margin-bottom: 15px;
}
.stp {
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	background-color: #ffe1aa;
	border: 1px solid #bf8213;
	width: 8px;
	text-align:center;
}
.step-osn {
	margin-left: 45px;
	padding-left: 15px;
}

/* all */
.head, .stp {
	background-color: #ffe1aa;
	padding: 4px 10px;
	font-weight:bold;
	color: #bf8213;
}
.head {
	font-size: 12px;
	text-align:left;
}

/* user info page */
#lui {
	width: 200px;
	padding-right: 10px;
}
#lui .avtr {
	padding-bottom: 15px;
}
.raitings {
	width: 240px;
	padding-left: 10px;
}
.raitings .padreit {
	padding-left: 10px;
	border: 1px solid red;
}
.data {
	padding: 5px 10px;
	font-size:12px;
	overflow:hidden;
}
.data table td {
	line-height: 18px;
}
.zdata, .ratio {
	color: #666;
} 
.zdata {
	width: 120px;
}
.ratio {
	width: 80px;
	height: 22px;
	float: left;
}
.ratio_int {
	float: right;
	padding-left: 12px;
	min-width: 24px
}
.zagr {
	width: 100%;
	border: 1px solid #cb7609;
	background-color: #fff;
	background-image: url(img/sprite_icon.gif);
	background-position: 0 -293px;
	background-repeat:repeat-x;
	height: 16px;
	overflow:hidden;
	font-size: 0px;
}
.zagr .polosa {
	background-image: url(img/sprite_icon.gif);
	background-position: 0 -273px;
	background-repeat:repeat-x;
	background-color: #f6c545;
	height: 16px;
}
.rhint, .hint {
	color: #888;
	font-size: 0.8em;	
	clear: both;
}
.errbox {
	padding: 4px 9px;
	font-size: 0.9em;
	color: #a00;
}
.spoiler {
	padding: 4px 5px;
	display: block;
	background-color: #e6decf;	
	color: #555 !important;
}
.spoiler:hover {
	background-color: #d7cebe;
	text-decoration:none;
}
.spoiler i {
	margin-right: 5px;
	height: 14px;
	width: 12px;
	display:inline-block;
	text-indent: -9999px;
	background-image: url(img/sprite_icon.gif);
	background-position: 0 -113px;
	background-repeat:repeat-x;
}
.spoiler:hover i {
	background-position: 0 -113px;
}
.spoiler i.viewed {
	background-position: 0 -127px;
}
.spoiler:hover i.viewed {
	background-position: 0 -127px;
}
.hideme, .chksts, .chksts2, .chksts3, .chksts4, .chksts5, #chksts6 {
	display: none;
}

/* feedbacks */
.feedbacks {
	margin-top: 15px;
	padding-bottom: 15px;
}
.feedbacks ul {
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
}
.feedbacks li {
	padding: 10px; 
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	overflow: hidden;
}
.fbad {
	background-color: #FFE3E3; 
}
.fbad .golos {
	background-position: 0 -364px;
}
.fneitral {
	background-color: #e4e4e4;
}
.fneitral .golos {
	background: none;
}
.frapture {
	background-color: #DAF1DB;
}
.frapture .golos, .voterapture {
	background-position: 0 -348px;
}
.fbody {
	margin-left: 60px;
}
.fbody .ftime {
	font-size: 10px;
	color: #999;
	padding-bottom: 10px;
	padding-top: 2px;
}
.ftext {
	padding-bottom: 10px;
}
.fhdr {
	padding: 3px 10px 4px 10px;
	border: solid #d6d6d6 1px;
	border-bottom: 0;
	float: left;
}
.feedtext {
	text-align:center;
	padding: 5px 0;
}
.feedtext textarea {
	width: 473px;
}
.frate {
	margin-left: auto;
	margin-right: auto;
}
.pt3 {
	padding-top: 3px;
}
.pt4 {
	padding-top: 4px;
}
.favat {
	width: 50px;
	text-align:center;
}
.golos {
	clear: both;
	width: 16px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/sprite_icon.gif);
	background-repeat:no-repeat;
}
.miniitemlist li {
	padding-bottom: 5px;
}
.miniitemlist .zagol {
	float: left;
	width: 70px;
}
.miniliinitemlist {
	padding: 10px;
}
.miniliinitemlist .noimgmini {
	width: 80px;
}
.bidlist li {
	padding: 10px;	
}
.headerlist {
	background-color: #ccc;
	border-bottom: 1px solid #999;
}
.box {
	position: absolute;
	width: 100%;
	height: 0;
	z-index: 101;
	text-align:center;
}
.box-container {
	position:relative;
	top: 200px;
	margin: auto;
	width: 500px;
}
.box-dialog {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 	
	-khtml-border-radius: 8px;
	background: none repeat scroll 0 0 rgba(236,139,24, 0.85);
	padding:10px;
}
.box-content {
	background-color: #fff;
	text-align:left;
}
.box-inner {
	padding: 10px;
	overflow:auto;
}
.box-header {
	margin:0;
	font-size: 16px;
	color: #666;
	font-style: italic;
	padding: 7px 10px;
	background-color: #deddd5; 
	display: block;
	font-weight: bold;
}
.box-bottons {
	padding: 10px;
	background-color:#ddd;
	height: 22px;
	text-align:right;
}
.box-bottons a, .box-bottons table {
	margin-left:10px;
}
.box .cl {
	margin-top: -2px;
	color: #000 !important;
}
.box-bottons table {
	float: right;
}
.last {
	padding-bottom: 0px !important;
}