/* Reset */
@import 'reset.css';
/* Main Styles */
html {
	font-size: 100%;
	height: 100%;
}

body {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%; 
	color:#383838;
	background: #FFF;
}

a {
	text-decoration: underline;
	color: #0070A0;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	outline: 0
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

.clear-fix {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.fl_l {
float: left
}

.fl_r {
float: right
}

#wrapper  {
	position: relative;
	width: 996px;
	height: 100%;
	margin: 0 auto
}
html>body #wrapper {height: auto; min-height: 100%;}

/* END Main Styles */

/* Header  */
#header{
	height: 100px;
	margin: 0 auto;
}
.logo {
	width:245px;
	float: left;
	position: relative
}
.logo h1 a {
	position: absolute;
	top: 42px;
	width: 245px;
	height: 50px;
	text-indent: -9999px;
	font-size: 3px;
	background: url(../img/logo_customer.png) no-repeat 0 0;
	padding: 0;
	margin: 0
}
.nav {
	float: right;
	width: 725px;
	height: 100px;
	z-index: 900
}
.menu_panel {
	position: relative;
	width: 685px;
	height: 50px;
	padding: 0 20px;
	margin: 34px 0 0;
	background: url(../img/sprite-x.png) repeat-x 0 -493px;	
}
.menu_panel em {
	position: absolute;
	display: block;
	top: 0;
	width: 10px;
	height: 50px;
	font-size: 1px;
	line-height: 1px;
}
.menu_panel em.l {
	left: 0;
	background: url(../img/sprite-y.png) no-repeat -274px -38px;
}
.menu_panel em.r {
	right: 0;
	background: url(../img/sprite-y.png) no-repeat -284px -38px;
}
.menu {
	/*width: 537px;*/
	float: left;
	padding: 0 20px 0 0;
}
.menu ul {
	padding: 0;
	margin: 18px 0 0;
}
.menu ul li {
	display: inline;
	padding: 0 30px 0 0;
	margin: 0;
	font-size: 12px;
	color: #FFF;
}
.menu ul li a, .menu ul li a:hover {
	color: #FFF !important;
}
.user_panel {
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	overflow: hidden;
	color: #434343;
	font-size: 12px;
	text-align: right;
}
.user_panel a, .user_panel a:hover {
	color: #434343;
	text-decoration: none;
	cursor: default;
}
.user_panel span {
	color: #558100;
}
.user_panel span.null {
	color: #A3A3A3;
}
.user_panel ul {
	float: right;
	padding: 0;
	margin: 0;
}
.user_panel ul li {
	display: block;
	float: right;
	padding: 10px;
	margin: 0;
}
.login {
	width: 215px;
	float: right;
	padding: 8px 0 0;
}
.login_ins {
	width:155px;
	height:25px;
	padding: 9px 25px 0;
	font-size: 14px;
	background: transparent url(../img/sprite-y.png) no-repeat -17px 0;
	z-index: 9999
}
.login_ins a, .login_ins a:hover {
	text-decoration: none
}
#log {
}
#reg {
	padding: 0 0 0 35px
}
.popups-holder {
	z-index: 9999;
}	

#login_div {
	z-index: 9999;
}
#login-panel {
	z-index: 9999
}
.username {
	padding: 0 25px 0 0;
}
/* End Header  */


/* Main */
#main {
	padding: 25px 0 80px 0
}
#main .left {
	width: 770px;
	float: left;
	padding: 10px 0 0;
}
#main .right {
	width: 225px;
	float: right;
}
#main .left3 {
	width: 225px;
	float: left
}
#main .right3 {
	width: 770px;
	float: right
}
.support_block {
	width: 224px;
}
.left3 .support_block {
	margin: 25px 0;
}
.support_top, .support_bottom {
	width: 224px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
.support_top {
	background: transparent url(../img/sprite-y.png) no-repeat 0 -568px;
}
.support_bottom {
	background: transparent url(../img/sprite-y.png) no-repeat 0 -578px;
}
.support {
	width: 202px;
	padding: 0 10px;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	background: #DBDBDB url(../img/sprite-x.png) repeat-x 0 -543px;
}
.partner_info {
	font-size: 14px;
	line-height: 19px;
	padding: 0 10px 70px 25px
}
.partner_info.edit {
	padding: 0 0 15px !important
}
.partner_info.edit td {
	white-space: nowrap;
}
.url_edit {
	padding: 20px 0 50px;
}
#main h1 {
	padding: 0;
	margin: 0 0 17px;
	font-size: 30px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	font-family: Arial, Times, serif;
	color: #595959
}
#main h1 a, #main h1 a:hover {
	color: #000;
	text-decoration: none
}
#main h1.last_news {
	margin: 0 0 22px;
}
#main h2 {
	padding: 0;
	margin: 30px 0 10px;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #000;
}
#main h2 a, #main h2 a:hover {
	color: #000;
	text-decoration: none
}
.block {
	position: relative;
	padding: 0 70px 70px 0;
	font-size: 12px;
	color: #000;
	line-height: 18px !important;	
}
#main .block h2 {
	padding: 0;
	margin: 0 0 5px !important;
	font-size: 18px !important;
	line-height: 22px !important;
	color: #FB5A00 !important
}
#main .block h2 a.det {
	font-size: 12px;
	text-decoration: underline;
	color: #107AC2;	
}
.become {
	width: 378px;
	height: 43px;
	margin: 30px auto 0;
	padding: 28px 0 0 0;
	position: relative;
	display: block;
	background: transparent url(../img/sprite-x.png) repeat-x 0 -100px;
}
.become span {
	display:block;
	background: transparent url(../img/sprite-y.png) no-repeat 0 -171px;
	width: 300px;
	height:17px;
	text-indent:-9999px;
	font-size:3px;
	margin: 0 37px 0;
	overflow: hidden;
	cursor: pointer
}
.become em.l,
.become em.r {
	display:block;
	float:right;
	height:71px;
	width:30px;
	position: absolute;
	top: 0;
	right: 0;
	font-size:1px;
	background: url(../img/sprite-y.png) no-repeat -30px -100px;
	margin: 0 !important
}
.become em.l {
	display:block;
	float:left;
	left: 0;
	background: url(../img/sprite-y.png) no-repeat 0 -100px;
}
#main .left2 {
	width: 380px;
	float: left
}
#main .right2 {
	width: 390px;
	float: right
}
.main_pad {
	padding-top: 8px
}
.main_height {
	height: 60px;
}
.proposition_item {
	width: 210px;
	float: left;
	padding: 10px 0 0 0
}
.proposition_item em {
	display: block;
	float: left;
	width: 5px;
	height: 6px;
	margin: 6px 5px 0 0 !important;
	font-size: 1px;
	background: url(../img/sprite-y.png) no-repeat -242px -5px !important;
}
.block em {
	display: block;
	float: left;
	margin: 0 10px 10px 0
}
.block em#conditions {
	width: 58px;
	height: 53px;
	background: url(../img/sprite-y.png) no-repeat -15px -34px;
}
.block em#prizes {
	width: 59px;
	height: 58px;
	background: url(../img/sprite-y.png) no-repeat -73px -34px;
}
.block em#ref_prog {
	width: 55px;
	height: 58px;
	background: url(../img/sprite-y.png) no-repeat -132px -34px;
}
.block em#bonus {
	width: 65px;
	height: 49px;
	background: url(../img/sprite-y.png) no-repeat -187px -34px;
}
.left2 .block h2, .right2 .block h2 {
	padding: 8px 0 0 0 !important;
	margin: 0 !important
}
.left2 .block h2 ul, .right2 .block h2 ul {
	padding:0;
	margin:0;
}
.left2 .block ul li, .right2 .block ul li {
	padding:0 0 0 12px;
	margin: 7px 0;
	background: url(../img/list_item.gif) no-repeat  0 7px;
}

.block2 {
	position: relative;
	padding: 0 0 35px 0;
	font-size: 10px;
	color: #000;
	line-height: 18px !important
}

.call.on  {
	display: block;
	width: 206px;
	height: 87px;
	border-bottom: 1px solid #A9A9A9;
	/*background: url(../img/sprite-y.png) no-repeat  0 -188px;*/
	z-index: 1;
	text-align:center;
	overflow: hidden;
}
.call.off  {
	display: block;
	width: 225px;
	height: 92px;
	background: url(../img/sprite-y.png) no-repeat  0 -280px;
	z-index: 1
}
.webcam {
	padding: 10px 0 0;
	border-top: 1px solid #FFF;
	text-align: center;
}
.webcam h3 {
	padding: 0;
	margin: 0 0 7px;
	font-size: 13px;
	color: #464646;
	font-weight: bold;
	text-transform: uppercase;
}
#onlinevideo img {
	border: 1px solid #4B4B4B;
}
.new {
	padding: 0 0 15px 0;
}
.date {
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
}
.date span {
	display: block;
	float: left;
	padding: 3px 5px;
	background: #FA7206;
	color: #FFF
}
.date span a, .date span a:hover {
	color: #FFF;
}
.new_name {
	overflow: hidden;
	padding: 3px 0 0;
	font-size: 14px;
	line-height: 18px;
}
.new_announce {
	padding: 8px 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #828282;
	
}
.archive {
	padding: 10px 0 0 0
}
.archive em {
	display: block;
	float: left;
	width: 5px;
	height: 6px;
	margin: 4px 5px 0 0 !important;
	background: url(../img/sprite-y.png) no-repeat -242px -5px !important;
}
.block_txt {
	position: relative;
	padding: 0 0 20px 0;
	font-size: 12px;
	color: #000;
	line-height: 18px !important
}
#main .block_txt h1, #main .block_txt h1 a {
	padding: 0;
	margin: 0 0 5px !important;
	font-size: 18px !important;
	color: #FB5A00 !important
}
#main .block_txt h2, #main .block_txt h2 a {
	padding: 0;
	margin: 0 0 5px !important;
	font-size: 14px !important;
	color: #FB5A00 !important
}
.partner_info input.button {
	border: none !important;
	background: transparent url(../img/look_btn.gif) no-repeat ;
	width: 73px;
	height: 26px;
	_height: 24px;
	margin: 3px 10px 0 0;
	font-size: 1px;
	text-indent: -9999px;
	_display: block;
}
*+html .partner_info input.button {
	height: 24px;
	display: block;
	margin: 4px 10px 0 0;
}
.partner_info input.button2 {
	border: none !important;
	background: transparent url(../img/sprite-y.png) no-repeat -143px -452px;
	width: 78px;
	height: 22px;
	margin: 5px 10px 0 0;
	font-size: 1px;
	text-indent: -9999px;
	_display: block;
}
.partner_info input#from, .partner_info input#to {
	margin-left:6px;
	width: 60px
}
.insert_update_title {	
	padding: 0;
	margin: 5px 0 10px 28px !important;
	font-size: 18px !important;
	font-family:   Arial, Times, serif !important;
	color: #333 !important
}
.insert_update_title.edit {
	margin: 5px 0 10px 15px !important;
}
sup.id {
	margin: 0 0 0 7px;
	font-size: 14px;
	color: #6E6E6E;
	vertical-align: super
}
.url_construct {
	float: right;
	padding: 0;
	margin: 10px 0 0;
	font-size: 17px;
}
.url_construct li {
	float: right;
	margin: 0 0 0 15px;
	line-height: 25px;
}
.url_construct .url_const {
	padding: 0 30px 0 0;
}
.url_construct .on.active {
	padding: 0 0 0 27px;
	background: transparent url(../img/on.gif) no-repeat 0 0;
}
.url_construct .on.active a {
	color: #65AF00;
	text-decoration: none;
}
.url_construct .off.active {
	padding: 0 0 0 27px;
	background: transparent url(../img/off.gif) no-repeat 0 0;
}
.url_construct .off.active a {
	color: #BC0000;
	text-decoration: none;
}
.partner_info h3 {
	width: 100%;
	overflow: hidden;
	font-size: 17px;
	color: #FFF;
}
.partner_info h3 span {
	display: block;
	float: left;
	padding: 5px 7px;
	background: #107AC2;
}
/* End Main */

/* Footer */
#empty {height: 40px;}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
#footer a, #footer a:hover {
	color: #FFF
}
.footer {
	background: url(../img/footer_bg.png) repeat-x;
	height: 40px;
	width: 100%;
	position: relative
}
#footer em {
	position:absolute;
	display:block;
	top: 0;
	height:40px;
	width:20px;
	z-index: 9999
}
#footer em.l {
	left: 0;
	_left: -1px;
	background: transparent url(../img/footer_em_l.png) no-repeat 0 0;
}
#footer em.r {
	right: 0;
	_right: -1px;
	background: transparent url(../img/footer_em_r.png) no-repeat 0 0;
}
.copy {
	width: 250px;
	padding: 15px 20px 0 0;
	color: #FFF;
	font-size: 12px;
	float: right
}
#footer ul.menu {
	padding: 15px 0 0 5px;
	margin: 0;
	float: left;
}
#footer ul.menu li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}
/* End Footer */
/* Partner */
.hello_user {
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 0 0 15px 0
}
.partner_info form {
	margin: 0;
	font-size: 12px;
	color: #000
}
.partner_info form  fieldset {
	padding: 0 0 35px 0 !important
}
.partner_info form span {
	color: #C00
}
.partner_info form legend {
	font-size: 14px !important;
	color: #000;
	padding: 0 0 20px
}
input {
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	border-left: 1px solid #7C7C7C;
}
textarea {
	border: 1px solid #D4D4D4;
}
.partner_info form input {
	width: 151px;
	margin: 3px 0 0 0;
	_margin: 7px 0 0 0;
	font-size: 11px;
	height: 14px;
	padding: 3px 2px
}
@-moz-document url-prefix() {
  .partner_info form input {width: 154px;}
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  .partner_info form input {width: 151px;}
}
.partner_info form input.check {
	width: 13px !important;
	height: 13px;
	padding: 0 !important
}
.pagination {
	margin: 20px 0
}
.pagination a {
	margin: 0 5px
}
/* Partner info */

/* Statistic */
tr.head td{
	font-size: 11px;
	height: 38px;
	background: url(../img/sprite-x.png) repeat-x 0 -171px !important;
}
tr.head td {
	vertical-align: middle !important;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #DBDBDB
}
tr.head td.first {
	border-left: none !important;
	height: 38px;
}
tr.head div.first {
	height: 25px;
	padding: 13px 0 0 0;
	background: url(../img/th_left.gif) no-repeat left !important;
}
tr.head td.last {
	border-right: none !important;
	height: 38px;
}
tr.head div.last {
	height: 25px;
	padding: 13px 0 0 0;
	background: url(../img/th_right.gif) no-repeat right !important;
}
tr.row_g td, tr.row_o td {
	vertical-align: middle !important;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EFEFEF;
	background: #F8F8F8
}
tr.row_o td {
	background: #FFF3EA
}
tr.row_g td div, tr.row_o td div {
	padding: 10px;
	font-size: 11px !important;
	line-height: 15px;
}
table.data {
	margin: 10px 0 0 0
}
.stop {
	color: #C00
}
.go {
	color: #006600
}

/* left_menu */
ul.left_menu li a.base {
	display: block;
	height: 45px;
	position: relative;
	background: url(../img/sprite-x.png) repeat-x 0 -209px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal !important;
	text-decoration: none !important;
}
ul.left_menu li a.base span {
	display: block;
	float: left;
	_float: none !important;
	margin: 13px 0 0;
	_margin: 15px 0 0;
	padding: 0 0 0 30px;
	cursor: pointer;
}
*+html ul.left_menu li a.base span {
	float: none !important;
}
ul.left_menu li a.base em.l {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 45px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/sprite-y.png) no-repeat -251px -111px;
}
ul.left_menu li.first a.base em.l, ul.left_menu li.first a.base em.r {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	_right: -1px;
	width: 15px;
	height: 45px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/sprite-y.png) no-repeat -236px -111px;
}
ul.left_menu li.first a.base em.l {
	left: 0;
	width: 23px;
	background: url(../img/sprite-y.png) no-repeat -212px -111px;
}
.sub {
	background: #F3F3F3;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.sub li.sub_li {
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}
.sub2 {
	font-size: 12px !important;
	padding: 0 0 0 10px;
}
.sub2 li {
	padding:0 0 0 12px;
	background: url(../img/list_item2.gif) no-repeat  0 7px;

}
.menu_bottom {
	position: relative;
	top: -2px;
	width: 225px;
	height: 15px;
	font-size: 1px;
	line-height: 1px;
	background: url(../img/sprite-y.png) no-repeat  0 -372px;	
}
.but {
     padding: 0 5px 0 0 
}
a.button {
     float: left;
     display: block;
     position: relative;
     height: 22px;
     text-decoration: none;
     background: transparent url(../img/sprite-x.png) repeat-x 0 -401px;
     padding: 0
}
a.button span {
	display: block;
	float: left;
	font-size: 11px;
	margin: 3px 0; 
	line-height: 17px;
	font-weight: bold;
	color: #3C3C3C;
	padding: 0 10px;
	cursor: pointer
}
a.button em.l, a.button em.r {
     position: absolute;
     top: 0;
     right:-5px;
     width: 5px;
     height: 22px;
     float:right;
     background: transparent url(../img/sprite-y.png) no-repeat -138px -452px;
}
a.button em.l {
     left: -5px;
     width: 5px;
     height: 22px;
     float:left;
     background: transparent url(../img/sprite-y.png) no-repeat -133px -452px;
}


/* new styles */
.input2 {
	width: 77px;
	height: 29px;
	z-index: 9999;
	position: relative;
    background: transparent url(../img/sprite-y.png) no-repeat 0 -455px;
}
.left_margin_bottom {
	padding: 0 0 10px 0
}
	
#main .left_margin_bottom h2 {
	padding: 0;
	margin: 5px 0 5px  !important;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #000;
}
#main .left_margin_bottom h2 a, #main .left_margin_bottom h2 a:hover {
	color: #107AC2;
	text-decoration: none
}

.urlform{
	font-size: 11pt;
	line-height: 15px;
	color: #000;
}
.error{	
	color: #CC0000;
	font-size: 8pt;
	clear: both;
	overflow: hidden;
}
.url_er{
	width: 250px;
	color: #CC0000;
	font-size: 8pt;
	display: block;
	overflow: hidden;
}
.corners {
	position: relative;
	height: 7px;
	width: 100%
}
.corners em.l {
	display: block;
	position: absolute;
	top: 0;
	right: -7px !important;
	float: right !important;
	width: 7px !important;
	height: 7px !important;
	font-size: 1px !important;
	background: url(../img/sprite-y.gif) no-repeat 0 0;
}
.corners em.r {
	display: block;
	position: absolute;
	top: 0;
	left: -7px !important;
	float: left !important;
	width: 7px !important;
	height: 7px !important;
	font-size: 1px;
	background: url(../img/sprite-y.gif) no-repeat -7px 0;
}

/* Feedback */
#feedback_page {
	width: 500px;
	float: left;
	font-size: 12px;
}
input#fromname, input#fromemail, input#title {
	width: 266px
}
input#txtFileName {
	width: 211px
}
/* End Feedback */

/*new css*/
.instruments {
	width: 100%;
	overflow: hidden;
}
.instruments_item {
	width: 100%;
	padding: 15px 0 0;
}
#main .instruments h2 {
	padding: 20px 0 20px 60px;
	margin: 0;
	font-size: 20px !important;
	color: #424242 !important;
	background: url(../img/ico_0.png) no-repeat left;
}
.instruments ul {
	margin: 0 0 0 65px;
}
.instruments li {
	padding: 5px 0 0;
	font-size: 14px;
}
.instruments li a {
	text-decoration: none;
}
.ico_info{
	background-image: url(../img/ico_info.png) !important;
}
.ico_links{
	background-image: url(../img/ico_links.png) !important;
}
.ico_seo{
	background-image: url(../img/ico_seo.png) !important;
}
.ico_production{
	background-image: url(../img/ico_production.png) !important;
}
.ico_catalogs{
	background-image: url(../img/ico_catalog.png) !important;
}
.ico_validation{
	background-image: url(../img/ico_valid.png) !important;
}
.ico_miscellaneous{
	background-image: url(../img/ico_others.png) !important;
}
.first_td {
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}
.last_td {
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}
.id_number {
	text-align: right;
	font-size: 11px;
	color: #828282;
	height:20px;	
	width:170px;
	clear: both;
	display:  block;
}
.url_name {
	font-size: 16px;
	color: #4A4A4A;
	text-decoration: none
}
.span {
	color: #FE8648	
}
.tools_bg {
	margin: 0 5px 0 0;
	background: url(../img/tools_bg.gif) no-repeat 0 4px;
}
.statistic_bg {
	margin: 0 0 0 5px;
	background: url(../img/statistic_bg.gif) no-repeat 0 4px;
}
.url_status {
	padding: 35px 0 5px;
	font-size: 11px;
	line-height: 14px;
	
}
.url_status.url_on {
	color: #65AF00;
	background: url(../img/url_on.png) no-repeat 50% 0;
}
.url_status.url_off {
	color: #858585;
	background: url(../img/url_off.png) no-repeat  50% 0;
}
.url_status.url_blocked {
	color: #BC0000;
	background: url(../img/url_blocked.png) no-repeat 50% 0;
}
.switch_off {
	padding: 0 0 0 15px;
	background: url(../img/switch_off.gif) no-repeat left center;
}
.url_on_white {
	color: #65AF00;
	background: url(../img/url_on_white.png) no-repeat left center;
	font-size: 12px;
	margin-left:20px;
	overflow:hidden;
	padding:6px 4px 4px 24px;
	display: inline;
}
.url_off_white {
	color: #858585;
	background: url(../img/url_off_white.png) no-repeat  left center;
	font-size: 12px;
	margin-left:20px;
	overflow:hidden;
	padding:6px 4px 4px 24px;
	display: inline;
}
.url_blocked_white {
	color: #BC0000;
	background: url(../img/url_blocked_white.png) no-repeat left center;
	font-size: 12px;
	margin-left:20px;
	overflow:hidden;
	padding:6px 4px 4px 24px;
	display: inline;
}
ul.url_action{
	display: block;
	overflow: hidden;
	padding: 20px 0;
}
ul.url_action li{
	list-style: none;
	float: left;
	margin-left:30px;
	background: url(../img/ico_0.png) no-repeat center 4px;
	width: 70px;
	padding-top: 68px;
	overflow: hidden;
	text-align: center;
}
ul.url_action li a{
	color: #107ac2;
	font-size: 12px;
	line-height: 15px;	
	text-decoration: underline;
}
ul.url_action li.ico_stop{
	background-image: url(../img/ico_2.png);
}
ul.url_action li.archive{
	background-image: url(../img/ico_1.png);
}
ul.url_action li.moderate{
	background-image: url(../img/ico_3.png);
}
ul.url_action li.block_construct{
	background-image: url(../img/ico_4.png);
}
/*end new css*/
