* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, trebuchet ms, verdana, sans-serif;
	font-size: 12px;
	/* color: #666; */
	color: #737373;
}

html, body {
	width: 100%;
	height: 100%;
	background: #434343 url(/pics/common/bg.gif) repeat-y top; 
}

* html .container {
	height: 100%;
}

a {
	/* color: #fe8700; */
	color: #758CC9;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #f90;
	line-height: 25px;
}

h2 {	
	margin:0;
	padding: 3px 0 3px 0;
	width: 100%;
	color:#666;
	font: 18px/20px arial, trebuchet ms, verdana, sans-serif;
	/* text-transform:lowercase; */
	border-bottom: 1px solid #ddd;
	float: left;
	 /* background: #ccc; */
}

h1 {
	margin:0;
	padding: 3px 0 3px 18px;
	width: 450px;
	color:#666;
	font: 22px/30px arial, trebuchet ms, verdana, sans-serif;
	background: url("/pics/common/h1.gif") no-repeat 0px 12px;
	letter-spacing: -1px;
	/* text-transform:lowercase; */
	float: left;
	 /* background: #ccc; */
}

p {
	margin:0;
	padding: 5px 0 5px 0;
	line-height: 16px;
	text-align:justify;
}

.li-item {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	background: url('/pics/common/li.gif') no-repeat 0px 10px;
}

.logo {
	margin: 0;
	padding: 15px 0 0 20px;
	width: 210px; 
	height: 70px; 	
	float: left; 
}

.b-top {
	padding: 0;
	margin: 15px 20px;
	width: 550px; 
	height: 65px;
	border: 1px solid #E4E4E4;	
	text-align: center;
	line-height: 65px;
	float: right;
}

.b-left {
	margin: 0;
	padding: 0 0 0 35px;
	width: 150px; 
	height: 150px; 	
	float: left; 
}

.link-h1-on {
	margin:0;
	padding: 3px 20px 3px 18px;
	color:#666;
	font: 22px/30px arial, trebuchet ms, verdana, sans-serif;
	background: url("/pics/common/h1.gif") no-repeat 0px 12px;
	letter-spacing: -1px;
	/* text-transform:lowercase; */
	float: left;
	 /* background: #ccc; */
}

.link-h1-on a {
	text-decoration: none;
}

.link-h1-on a:hover {
	text-decoration: underline;
}


.link-h1-off {
	margin:0;
	padding: 3px 20px 3px 18px;
	color:#999;
	font: 22px/30px arial, trebuchet ms, verdana, sans-serif;
	background: url("/pics/common/h1.gif") no-repeat 0px 12px;
	letter-spacing: -1px;
	/* text-transform:lowercase; */
	float: left;
	 /* background: #ccc; */
}

.link-h1-off a {
	text-decoration: none;
}

.link-h1-off a:hover {
	text-decoration: underline;
}

/* fields */

.input-field {
	
	margin: 0;
	padding: 1px 0 1px 2px;
	width: 300px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #ccc;
}

.input-field:hover {
	border: 1px solid #666;
}

.file-field {
	margin: 0;
	padding: 1px 0 1px 2px;
	width: 300px;
	height: 20px;
	line-height: 16px;	
	border: 1px solid #ccc;
}

.file-field:hover {
	border: 1px solid #666;
}

.textarea-field {
	margin: 0;
	padding: 1px 0 1px 2px;
	width: 500px;
	height: 100px;
	line-height: 16px;
	border: 1px solid #ccc;
	
}

.textarea-field:hover  {
	border: 1px solid #666;
}

.select-field {
	margin: 0;
	padding: 1px 0 1px 2px;
	width: 304px;
	height: 22px;
	line-height: 16px;	
	border: 1px solid #ccc;
}

.select-field:hover {	
	border: 1px solid #666;
}

.button {
	margin: 0; 
	padding: 0 12px;
	height: 18px;
	background: #f90;
}

.container {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	background:#fff;
	line-height:1.8em;
	
}

.header {
	width: 100%;
	float: left;
	/* background: #cfc; */
	
}

/* top menu start */

.top-menu {	
	margin: 0 0 0 1px;
	padding: 0;
	width: 100%; 
	height: 35px; 
	background: url(/pics/common/top-menu-bg.png) repeat-x;
	/* background: #ffc; */
	
}

.top-menu ul {
	margin: 0 0 0 19px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.top-menu ul li {
	float: left;
	text-align: center;
}

.top-menu .top-menu-el-on a{
	padding: 5px 18px 0 18px;
	height: 27px;
	color: #f90;
	text-decoration: none;
	text-align: center;
	background: #111;
	float: left;
}

.top-menu ul li a{
	padding: 5px 18px 0 18px;
	height: 27px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
}

.top-menu ul li a:hover{
	color: #999;
	text-decoration: none;
	background: #111;
}

.top-sub-menu-line {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	float: left;
}

.top-sub-menu-line a {
	color: #f90;
	text-decoration: none;
}

.top-sub-menu-line a:hover {
	text-decoration: underline;
}

.top-sub-menu-left {
	padding: 0 20px;
	margin: 0;
	float: left;
}

.top-sub-menu-right {
	padding: 0 20px;
	margin: 0;
	float: right;
}

/* login-not-autorization-block */

.l-n-a-b {
	padding: 5px 20px 0 0;
	margin: 0;
	height: 20px;
	float: right;
	 /* background: #1af; */
}

/* login-autorization-block */

.l-a-bl {
	padding: 0;
	margin: 0;
	height: 35px;
	float: right;
	  /* background: #1af; */
}

/* login-autorization-name */

.l-a-n {
	padding: 4px 5px 0 0;
	margin: 0;
	line-height: 12px;
	text-align: right; 
	float: right;
}

/* login-autorization-button */

.l-a-bu {
	padding: 8px 20px 0 0;
	margin: 0;
	float: right;
}

/* login-input-field */
.l-i-f {
	margin: 0 2px 0 0;
	padding: 1px 0 1px 2px;	
	width: 100px;
	height: 16px;	
	line-height: 16px;	
	color: #414141;
}



/* login-input-button */
/*
.l-i-b {
	margin: 0 2px 0 2px;
	width: 70px;
	height: 18px;
	background: #f90;
}
*/


/* top menu end */

.left-menu {
	padding: 0;
	margin: 0;
	width: 260px;
	min-height: 413px;
	height:auto !important;
   	height:413px;	
	float: left;
	background: url(/pics/common/left-column.png) no-repeat;
}

.content-menu {
	padding: 10px 20px 10px 20px;
	margin: 0;	
	width: 220px;
	float: left;
}

.content {
	padding: 0 20px;
	margin: 0;
	width: 600px;
	/*border: 1px solid #999999; */
	/*background: #F4F4F4; */
	float: right;
}

.content-full {
	padding: 0 20px;
	margin: 0;
	width: 860px;
	/*border: 1px solid #999999; */
	/*background: #F4F4F4; */
	float: right;
}



.content-top-menu-line {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top:1px solid #bbb;
	border-bottom:1px solid #ddd;
	float: right;
	 /* background: #f4f4f4; */
}

.content-top-menu-line a {
	/* color: #f90; */
	text-decoration: none;
}

.content-top-menu-line a:hover { 
	text-decoration: underline;
}

.content-top-menu-left {
	text-align: left;
	float: left;	
}

.content-top-menu-right {
	padding: 8px 0 0 0;
	margin: 0;
	text-align: right;
	float: right;	
}

.active-ref {
	color: #b37348;
	text-decoration: none;
}


/* content-separating-line */
.c-s-l {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1px;
	float: left;
	background: #ddd;
}

.c-s-l-2 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 2px;
	border-top: 0px solid #fff;
	float: left;
	background: #939393;
}

ul {	
	padding: 0;
	margin: 0;
	list-style-type: none;
	/* background: #ffc; */
}

/* category-first-level-title */
.c-f-l-t {
	padding: 0;
	margin: 0;
	font-weight: bold;
	width: 180px;
	float: left;
		/* background: #ffc;  	*/
}

/* category-first-level-value */
.c-f-l-v {
	padding: 0;
	margin: 0;
	width: 40px; 
	text-align: right;
	float: right;
		/* background: #fcf; */
}

/* category-second-level-title */
.c-s-l-t {
	padding: 0 0 0 20px;
	margin: 0;
	width: 180px;
	float: left;
	overflow: hidden;
	  /* background: #ffc; */
}

/* category-second-level-value */
.c-s-l-v {
	padding: 0;
	margin: 0;
	width: 20px;
	text-align: right;
	float: right;
	  /* background: #fcf; */
}

.active-link {
	color: #f90;
}

.no-active-link {
	color: #575757;
}

.update-items {
	padding: 0;
	margin: 40px 0 10px 0;
	float: left;
}

.update-items a {
	color: #f90;
	text-decoration: none;
}

.update-items a:hover {
	text-decoration: underline;
}

.clearfloat {
	clear: both;
}

.empty {
	padding: 0;
	margin: 0;
	height: 50px;
	/* background: #00f; */
}

.footer {
	padding: 0;
	margin: -50px auto 0;
	width: 900px;
	height: 50px;
	/* background: #efe; */
}

.hor-line {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1px;
	float: left;
	background: url(/pics/common/pixel.png) repeat-x;
}

.rights {
	padding: 15px 0 0 20px;
	margin: 0;
	float: left;
}

.counters {
	padding: 10px 0 0 385px;
	margin: 0;
	float: left;
}

.bottom-menu {
	padding: 15px 20px 0 0;
	margin: 0;
	color: #f90;
	float: right;
}

.bottom-menu a {
	color: #f90;
	text-decoration: none;
}

.bottom-menu a:hover { 
	text-decoration: underline;
}

/* profile-statistic-title */

.pr-s-t {
	padding: 0;
	margin: 0;
	float: left;
}

/* profile-statistic-title */

.pr-s-v {
	padding: 0;
	margin: 0;
	float: right;
}


.err-msg {
	font-size: 13px;
	color: red;
	font-weight: bold;
}

.title-1 {
	font-size: 14px;
	color: #b37348;
}

.title-1 a {
	text-decoration: none;
}

.title-1 a:hover {
	text-decoration: underline;
}

/* title-1-sort-down */

.title-1-s-d {
	padding: 0 11px 0 0;
	font-size: 14px;
	color: #b37348;
	background: url("/pics/common/sort-arrow-down.gif") no-repeat 100% 5px;
}

/* title-1-sort-up */

.title-1-s-u {
	padding: 0 11px 0 0;
	font-size: 14px;
	color: #b37348;
	background: url("/pics/common/sort-arrow-up.gif") no-repeat 100% 5px;
}

.title-2 {
	font-size: 12px;
	color: #b37348;
	font-weight: bold;
}

.title-2 a {
	text-decoration: none;
}

.title-2 a:hover {
	text-decoration: underline;
}

.text-1 {
	font-size: 13px;
	color: #b37348;
}

.text-2 {
	color: #159700;
}

.text-3 {
	color: #c0c0c0;
}

.line-1 {
	padding: 10px 0 10px 0;
	margin: 0;
 	width: 100%;
 	/* background: #ccc; */
 	float: left;
}

.line-2 {
	padding: 0;
	margin: 0;
 	width: 100%;
 	/* background: #ccc; */
 	float: left;
}

.line-3 {
	padding: 10px 0 0 0;
	margin: 0;
 	width: 100%;
 	/* background: #ccc; */
 	float: left;
}

.line-4 {
	padding: 0 0 10px 0;
	margin: 0;
 	width: 100%;
 	 /* background: #ccc; */
 	float: left;
}

.line-mark {
	padding: 1%;
	width: 98%; 
	background:#FFFAEE; 
	float: left;
}


/* link-1 */

.link-1 {
	font-size: 14px;
	line-height: 18px;
}

.link-1 a {
	text-decoration: none;
}

.link-1 a:hover {
	text-decoration: underline;
}

.link-2 {
	color: #b37348;
}

.link-2 a {
	text-decoration: none;
}

.link-2 a:hover {
	text-decoration: underline;
}


.link-3 {
	font-size: 14px;
	line-height: 16px;
	color: yellow;
}

/* author-online-link */
.a-on-l {
	margin 0;
	padding: 0 0 0 12px;
	background: url("/pics/common/online.gif") no-repeat 0px 4px;
	float: left;
	 /* background: #ccc; */
}

/* author-offline-link */
.a-off-l {
	margin 0;
	padding: 0 0 0 12px;
	background: url("/pics/common/offline.gif") no-repeat 0px 4px;
	float: left;
	 /* background: #ccc; */
}

/* small-desc */

.small-desc {
	font-size: 12px;
	line-height: 15px; 
	color: #c0c0c0;
}

.small-desc a {
	text-decoration: none;
}

.small-desc a:hover {
	text-decoration: underline;
}

.small-desc-2 {
	font-size: 12px;
	line-height: 13px;
	color: #ccc;
}

.small-desc-2 a {
	text-decoration: none;
}

.small-desc-2 a:hover {
	text-decoration: underline;
}

/* option-link */

.option-link {
	font-size: 12px;
	color: #f90; 
	text-decoration: none;
}

/* option-link */

.option-link-add {
    padding: 0 0 0 22px;
	font-size: 14px;
	color: #f90; 
	text-decoration: none;
	background: url("/pics/common/add.gif") no-repeat 0px 0px;
}



.option-link a:hover {
	text-decoration: underline;
}

.small-avatar {
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	float: left;
}

.avatar {
	/* padding: 0 10px 0 0; */
	padding: 0;
	margin: 0;	
	border: 1px solid #ccc;
	float: left;
}

.avatar-block {
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}

/* старое */

.help{
	position: absolute;
	width: 389px;
	border: 1px solid #FF9900;
	padding: 5px 5px 5px 5px;
	background-color: #FFFAEE;
	display: none;
}

.rating-photo {
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}

.rating_bar {
	padding: 0;
	margin: 0;
	width: 60px;
	background: url(/pics/common/star_off.gif) 0 0 repeat-x;
	float: left;
}

.rating_bar div {
	padding: 0;
	margin: 0;
	height: 12px;
	background: url(/pics/common/star_on.gif) 0 0 repeat-x;
	float: left;
}

/* line-height */
.l-h {
	line-height: 15px;
}

