body {
	background-color: #c0c0c0;
	background-image: url('images/body-bg.gif');
	margin: 0px;
	font-family: Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
a {color: #3d75bd; text-decoration:none !important;}
a:hover {text-decoration: underline;}
#main_wrapper {
	background-image: url('images/body-gradient.gif');
	background-repeat: repeat-x;
	padding-top: 8px;
	//padding-top: 1px;
}

#logo {
    z-index: 3;
	width: 1000px;
	//width: 1001px;
	//margin-top: -2px;
	height: 70px;
    background: black;
	background-image: url('http://i3.ironworld.ru/bitrix/templates/iwnew_columns/images/logo.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	position:relative;
}

#logo_ban {
	position:absolute;
	bottom:0;
	right:0;
	z-index:5;
	width:300px;
	height:70px;
}

#logo_bigban {
    display: none;
    background: black;
    z-index: 0;
    overflow: hidden;
    position:absolute;
    width: 740px;
    right: 0;
    bottom: 0;
    height: 70px;
}

.logo_shorted {
    background-position: -62px 100% !important;
}

.logo_shorted #logo_bigban {
    display:block;
}

#logo_bigban a
, #logo_bigban div {
    float: left;
}

#logo_bigban a {
    margin-top: -5px;
    margin-right: -3px;
    display: block;
}

#main-column {
	//margin-top: -10px;
	text-align: left;
	background-color: #ffffff;
}
#content-column {
	float: left;
	width: 100%;
}

#content-column a {
text-decoration:none !important;
}


#content-column a:hover {
text-decoration:underline;
}

#adv-top {
	height: 72px;
	margin: 5px 0 10px 7px;
	width: 770px;
}

#adv-top a{
	float: left;
	margin: 0 2px 0 2px;
}

#adv-top div{
	float: left;
	margin: 0 0px 0 0px;
}

#search {
	height: 34px;
	width: 210px;
	float: right;
	margin-top: 5px;
}
#search input.txt {
	color: #cdcdcd;
	border: 1px solid #c0c0c0;
	background-color: #2B2B2B;
	width: 170px;
	padding-left:2px;
}
#search-btn {
	position: relative;
	top: 4px;
}
ul.breadcrumb-navigation {
	padding:0; margin:0;
	list-style:none;
	margin-bottom: 10px;
}
ul.breadcrumb-navigation li {
	display:inline;
}
ul.breadcrumb-navigation li strong {
	color: #002C40;
	font-size: 12px;
}
ul.breadcrumb-navigation a {
	font-size: 13px;
	text-decoration: none;
}
ul.breadcrumb-navigation a:hover {
	text-decoration: underline;
}
#content {
	margin: 2px 0 20px 7px;
	padding: 0 5px 0 5px;
	width: 760px;
	//width: 753px;
	float: left;
}
#right-column {
	width: 215px;
	margin-left: 780px;
	margin-top: -82px;
    /*margin-top: 4px;*/
}
#copy {
	width: 1000px;
	margin-top: 10px;
	font-size: 7.5pt;
}

#main {
	width: 1000px;
	//width: 1001px;
	text-align: left;
	background-color:#ffffff;
	margin-top: -9px;
}
.starrequired {
	color: red;
}
/*------------------- middle menu ------------------*/
#middle-menu {
	height: 36px;
	background-image: url('images/middle-menu-bg.gif');
	width: 1001px;
	float: left;
	border-bottom: 0px solid #c0c0c0;
}
#middle-menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}
#middle-menu ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#middle-menu ul li a {
	padding: 7px 12px 14px 12px;
	text-decoration: none;
	color: #cccccc;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#middle-menu li a:visited {
	text-decoration: none;
	color: #cccccc;
}
#middle-menu li a:hover, #middle-menu .current_page_item a {
	text-decoration: none !important;
	background: transparent url('images/middle-menu-hover.gif') repeat-x;
	color: #ffffff;
}
/*------------------- middle menu ------------------*/

/*-------------------- top menu ------------------*/
.top-menu-wrapper {
	width: 758px;
	//width: 755px;
	background-color:#f3f3f3;
	margin-top: -8px;
	//margin-top: -14px;
	margin-bottom: 10px;
	border: 1px solid rgb(186, 186, 186);
}
.top-menu {
	list-style: none;
	list-style-image:none;
	list-style-type:none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.top-menu li {
	padding: 4px 15px 4px 0;
	background-color:#f3f3f3;
	float: left;
}
.top-menu li a {
	color:#008000;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
}
.top-menu li span {
	color: #cdcdcd;
	margin-left: 9px;
}
li.ti-selected a {
	color:rgb(255, 102, 0);;
}
/*-------------------- right menu ------------------*/

/*--------------------- lblocks --------------------*/
.info-block {
	width: 195px;
	background-color: #E9E9E9;
	border: 1px solid #BABABA;
	padding: 5px 10px 5px 7px;
}
.info-block-delimeter {
	font-size: 0;
	background-color: #EFEFEF;
	height: 2px;
	margin: 5px 0 5px 0;
}
.info-block a {
	color: #0D4473;
	font-size: 13px;
	text-decoration: none;
}
.info-block a:hover {
	text-decoration: underline !important;
}
.info-block-header,
.info-block-header-green {
	color: #BD414F;
	font-weight: bold;
	font-size: 14px;
}
.info-block-header-green {
	color: #008000;
}
/*--------------------- lblocks --------------------*/

/*---------------------- forum  --------------------*/
.frm-last-item {
	margin-bottom: 8px;
}
.frm-last-item span {
	color: #ababab;
	font-size: 11px;
}
.frm-last-item a {
	font-weight: normal;
}
.frm-last-item a:hover {
	text-decoration: underline !important;
}
/*---------------------- forum  --------------------*/

.system-nav-blue {
	color: #999;
	font-size:12px;
}
.system-nav-blue .nav-current-page {
	color:white;
	background-color: #6183AB;
	font-weight: bold;
	padding:1px 0px;
}
.form-i {
	margin-bottom: 5px;
	height: 15px;
	font-size: 12px;
	width: 300px;
	border: 1px solid #ababab;
}
.form-s {
	margin-bottom: 5px;
	font-size: 12px;
	border: 1px solid #ababab;
}
.forum-t {
	margin-bottom: 5px;
	font-size: 12px;
	border: 1px solid #ababab;
	width: 300px;
}
.form-label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
}
div.form-note-box {border-width:1px; border-style: solid; margin: 1.117em 0; padding: 0.4em 1.117em;}
div.form-note-box ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.form-note-box ul li {margin:0; padding:0;}
div.form-note-box {border-color: #ffc34f; background: #fffdbe; }

#column-left-div {
	width: 220px;
	float: left;
}
#column-center-div {
	width: 525px;
	//width: 520px;
	float: left;
	margin-left: 9px;
	//margin-left: 13px;
}
.iwtube-block-header {
	color: green;
	font-weight: bold;
	font-size: 14px;
}

/*-------------------- data table ------------------*/
table.data-table {
	border:1px solid #bababa;
	border-collapse:collapse;
}
table.data-table td {
	border:1px solid #bababa;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}
table.data-table thead td, table.data-table th {
	background-color:#EAEAEA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #bababa;
	padding:4px;
	color:#333;
}
table.data-table thead td a {
	font-size: 15px;
	text-decoration: none;
}
table.data-table tbody td {
	background-color:#FFF;
	background-image:none;
	color:#333;
}
table.data-table tfoot td {
	background-color:#EAEAEA;
	padding:4px;
	color:#333;
}
/*-------------------- data table ------------------*/
hr {
	border: none;
	height: 1px;
	color: #cdcdcd;
	background-color: #cdcdcd;
}
.block-info {
	padding-bottom: 10px;
}
.errortext {
	color: red;
}

#login-box-wrapper {
	width: 300px;
	float: right;
	margin-top: -27px;
	color: #ffffff;
	padding-top: 5px;
	font-size: 11px;
	text-align: right;
}
#login-box-wrapper a {
	color: #ffffff;
}
#login-form-window
{
	display:none;
	border:1px solid #000;
	background:#F5F5ED;
	padding:10px;
	z-index:666;
	position:absolute;
	top:10%;
	left:45%;
	width:200px;
	color: #454545;
}
#logout-button {
	color: #ffffff;
	background: none;
	border: none;
	font-size: 11px;
}
.news-item a {
	color: #0D4473;
}
.news-item span {
	color: #999999;
}
.info-block-b-link-orange a {
	color: #FF6600;
}

.group-color-admin {color: #800000;}
.group-color-moder {color: #0000FF;}
.group-color-authors {color: #FF0000;}
.group-color-sports {color: #008000;}
.group-color-coaching {color: #800080;}
.group-color-functionaries {color: #808000;}
.group-color-med {color: #00FF00;}
.group-color-chatter {color: #FF6600;}
.group-color-photographer {color: #336666;}

.forum-user-1-status {
	height: 30px;
	background: url('/images/forum/status_1.gif') bottom left no-repeat;
}
.forum-user-2-status {
	height: 30px;
	background: url('/images/forum/status_2.gif') bottom left no-repeat;
}
.forum-user-3-status {
	height: 30px;
	background: url('/images/forum/status_3.gif') bottom left no-repeat;
}
.forum-user-4-status {
	height: 30px;
	background: url('/images/forum/status_4.gif') bottom left no-repeat;
}
.forum-user-5-status {
	height: 30px;
	background: url('/images/forum/status_5.gif') bottom left no-repeat;
}
.forum-user-6-status {
	height: 30px;
	background: url('/images/forum/status_6.gif') bottom left no-repeat;
}
.forum-user-7-status {
	height: 30px;
	background: url('/images/forum/status_7.gif') bottom left no-repeat;
}
.forum-user-8-status {
	height: 30px;
	background: url('/images/forum/status_8.gif') bottom left no-repeat;
}
.forum-user-9-status {
	height: 30px;
	background: url('/images/forum/status_9.gif') bottom left no-repeat;
}
div.forum-user-signature { margin-top: 1em; color: #aaaaaa;}
.comment-rate {
	float: left;
	margin: 0 5px 0 0;
}
.comment-rate img {
	border: none;
}
.comment-rate span {
	font-size: 12px;
	font-weight: bold;
}
.comment-rate-res {
	font-size: 10px;
}
.good-comment {
	color: Green;
}
.bad-comment {
	color: Red;
}
.info-box {
	border-style: solid;
	border-color: rgb(225, 225, 225);
	border-width: 1px;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 0.5em 1.117em;
	zoom: 1;
	background: rgb(251, 251, 251);
}

.i-item {
	margin-bottom: 15px;
}
.i-item-pic {
	margin: 0 5px 10px 0;
	float: left;
	border: none;
}
.i-item-name {
	font-weight: bold;
	font-size: 13px;
}
.i-item-date {
	font-weight: bold;
	font-size: 12px;
}
.i-detail-text {
	padding-top: 8px;
}
.i-detail-pic {
	margin: 0 10px 10px 0;
	float: left;
	border: none;
}
.i-legend-date,
.i-legend-author,
.i-legend-forum {
	background-image: url(images/icon_author.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	margin-right: 10px;
	float: left;
}
.i-legend-forum {background-image: url(images/icon_forum.gif); height: 16px;}
.i-legend-date {background-image: url(images/icon_calendar.png); height: 16px; font-weight: bold;}

.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}

.vopros {width:729px;height:135px;background-color:#fbfbfb;border: 1px solid #e1e1e1;margin:10px 0 15px 0;padding: 6px 14px;position:relative;overflow:hidden;}
.vopros #str_r {position:absolute;width:12px;height:39px;padding:0;margin:0;background: url('/images/vopros/stpr.png') no-repeat;right:2px;top:50px;cursor:pointer;}
.vopros #str_l {position:absolute;width:12px;height:39px;padding:0;margin:0;background: url('/images/vopros/stlv.png') no-repeat;left:2px;top:50px;cursor:pointer;}
.vopros span.title {color:#ff6600;font-size:9pt;font-weight:bold;}
.vopros ul, .vopros ul li{list-style-type:none;padding:0 0 0 5px;}
.vopros ul li {width:75px;height:120px;padding:0 5px 0 0;float:left;overflow:hidden;}
#specDeals_spec_for_home {overflow:hidden;width:725px;height:125px;}
.vopros .uphoto {width:75px;height:77px;}
.vopros2  .vopros {width:495px;height:135px;background-color:#fbfbfb;border: 1px solid #e1e1e1;margin:10px 0 15px 0;padding: 6px 14px;position:relative;overflow:hidden;}
.vopros2	#specDeals_spec_for_home {overflow:hidden;width:490px;height:120px;}

.coolphoto {width:729px;height:185px;background-color:#fbfbfb;border: 1px solid #e1e1e1;margin:10px 0 15px 0;padding: 6px 14px;position:relative;overflow:hidden;}
.coolphoto #coolphoto_str_r {position:absolute;width:12px;height:39px;padding:0;margin:0;background: url('/images/vopros/stpr.png') no-repeat;right:2px;top:50px;cursor:pointer;}
.coolphoto #coolphoto_str_l {position:absolute;width:12px;height:39px;padding:0;margin:0;background: url('/images/vopros/stlv.png') no-repeat;left:2px;top:50px;cursor:pointer;}
.coolphoto span.title {color:#ff6600;font-size:9pt;font-weight:bold;}
.coolphoto ul, .vopros ul li{list-style-type:none;margin:0 0 0 17px;}
.coolphoto ul li {width:170px;height:190px;padding:0 5px 0 0;float:left;overflow:hidden;}
#cool_photo_albums {overflow:hidden;width:725px;height:190px;}
.coolphoto2  .coolphoto {width:725px;height:195px;background-color:#fbfbfb;border: 1px solid #e1e1e1;margin:10px 0 15px 0;padding: 6px 14px;position:relative;overflow:hidden;}
.coolphoto2	#cool_photo_albums {overflow:hidden;width:720px;height:190px;}

.vopros_v2 ul li {
    height: 105px;
    width: 84px;
    padding: 0;
    margin: 0 0 20px 5px;
    overflow: visible;
}

.vopros_v2 .uphoto {
    display: block;
    height: 105px;
    width: 84px;
    overflow: hidden;
    text-align: center;
    background: lightgray;
}

.vopros_v2 .uphoto:hover {
    box-shadow: 0px 0px 10px #888;
}

.vopros_v2 .uphoto img {
    height: 105px;
}

.vopros_v2 .uphoto:hover {
    text-decoration: none !important;
}

.vopros_v2 .uphoto:hover .link_title {
    opacity: 0.9;
}

.vopros_v2 .link_title {
    cursor: pointer;
    display: block;
    height: 25px;
    width: 84px;
    overflow: hidden;
    background-color: black;
    z-index: 5;
    position: relative;
    padding-top: 1px;
    margin-top: -26px;
    opacity: 0.3;
    color: white;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
}

.sonet_f_group {width:729px;height:135px;background-color:#fbfbfb;border: 1px solid #e1e1e1;margin:10px 0 15px 0;padding: 6px 14px;position:relative;overflow:hidden;}
.sonet_f_group .str_r_f_group {position:absolute;width:12px;height:39px;padding:0;margin:0;background: url('/images/vopros/stpr.png') no-repeat;right:2px;top:50px;cursor:pointer;}
.sonet_f_group .str_l_f_group {position:absolute;width:12px;height:39px;padding:0;margin:0;background: url('/images/vopros/stlv.png') no-repeat;left:2px;top:50px;cursor:pointer;}
.sonet_f_group span.title {color:#ff6600;font-size:9pt;font-weight:bold;}
.sonet_f_group ul, .sonet_f_group ul li{list-style-type:none;padding:0 0 0 5px;}
.sonet_f_group ul li {width:105px;height:120px;padding:0 5px 0 0;float:left;overflow:hidden;}
.sonet_f_group_cont {overflow:hidden;width:725px;height:120px;}
.sonet_f_group .gr_photo {width:100px;height:100px;}
.sonet_f_group2  .sonet_f_group {width:705px;height:135px;background-color:#fbfbfb;border: 1px solid #e1e1e1;margin:10px 0 15px 0;padding: 6px 14px;position:relative;overflow:hidden;}
.sonet_f_group2	.sonet_f_group_cont {overflow:hidden;width:700px;height:120px;}

.photoalbum_one {background: url('images/photoalbum_bg.png') top left no-repeat; width: 168px; height: 144px; padding: 8px 0 0 20px; margin: 10px 0 0 10px;}
.photoalbum_one_title {margin: 0 0 0 10px;}
div.photo-photo-list div.photo-photo-item-ascetic {padding: 2px; border: 1px solid; margin: 0 0.2em 0.6em 0;}
div.photo-photo-list div.photo-photo-item-ascetic {border-color: #D4D4D4;}


/*------------------- sonet ------------------*/
.personal-notes {color: #656565;font-style: italic;margin-bottom: 10px;margin-left: 5px;margin-top: -12px;}
.hello-text {padding: 10px 5px;;}
.bx-user-control li.bx-icon-rating {background-image: url('images/icons_sonet_user.png') !important;background-position: 0 -20px;}
.bx-user-control li.bx-icon-forum-mess {background-image: url('images/icons_sonet_user2.png') !important;background-position: 0 0;}
.bx-user-control li.bx-icon-pm {background-image: url('images/icons_sonet_user.png') !important;background-position: 0 -40px !important;}
.bx-user-control li.bx-icon-ban, div.bx-user-control li.bx-icon-black {background-image: url('images/icons_sonet_user.png') !important;background-position: 0 -60px;}
.fields .boolean {float: left;margin-top: -2px;margin-right: 2px;}
.forum-cell-contact div.sonet-chat {margin-top: 5px;height: 16px;display: block;padding-left: 16px;background-image: url(images/chat_pencil.png);background-repeat: no-repeat;width: 135px;}
.sonet-user-menu-inner a {font-size: 14px; font-weight: bold; text-decoration: none; color: #3D75BD;}
.sonet-user-menu-inner span {margin: 0 3px 0 3px; color: #000;}
.sonet-user-menu-inner .sonet-user-menu-selected {color: #000!important; text-decoration: none;}
/*------------------- sonet ------------------*/

.asd_fav_input {width: 140px;}
.asd_fav_input input {width: 120px;}
.blog-post-line {border-bottom: 1px dotted; border-bottom-color: #CCC; height: 5px; font-size: 0;}
.asd_fav_menu {text-align: right;}

.bottom_fader {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(images/v-grad.png);
    height: 100px;
}

/*.gd-page-column1 .gdparent {

    overflow-x: auto;
    height: auto;
    overflow-y: hidden;
}*/

.no_div_border div {
	float: left;
}
