* {
	outline: none;	
}
body{
	margin:0;
	color:#000;
	font:13px/16px Helvetica, Arial, sans-serif;
	background:#fff;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#d85d31;
}
a:hover{color: #0191EC;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input,
textarea,
div.input-like {
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;	
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;	
}
input {
	color: #000000;
}
input.blur {
	color: #EEEEEE;	
}
input.active {
	color: #000000;	
}

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #EEEEEE; 
	margin:0; 
	padding:0; 
	transparency: 0.8;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // first!
	filter: alpha(opacity=80);					// second!
	border:0; 
	color:#1F1F1F; 
	font-family:arial,helvetica,sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	display: none;
	z-index: 998;
}

#splash .title {
	font-size: 24px; 
	line-height: 28px;	
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.logo{
	background:url(../../img/interface/logo.gif) no-repeat;
	width:209px;
	height:28px;
	margin:0 33px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}
.logo {
background:transparent url(../../img/interface/logo-color.gif) no-repeat scroll 0 0;
height:49px;
width:232px;
}
.logo a{
	height:100%;
	display:block;
}
#wrapper{
	padding:0 23px 0 22px;
	margin:10px auto;
	width:920px;
	position:relative;
}

#wrapper {
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	padding:0 23px 0 22px;
}

#header{
	padding:0 0 0px;
	margin:0 22px 0;
	width:922px;
}
#header:after{
	display:block;
	clear:both;
	content:"";
}
#header .holder{
	width:905px;
	padding:12px 0 12px 17px;
	background:url(../../img/interface/bg-header.gif) no-repeat;
}
#header .holder:after{
	clear:both;
	content:"";
	display:block;
}
#header .slidedown {
	margin:7px 15px 0;
	background:url(../../img/interface/btn-slidedown.gif) no-repeat 100% 100%;
	padding:0 18px 0 0;
	float:right;
	color:#fff;
	text-shadow: #982e0c 1px 1px 1px;
}
#header .slidedown:hover{
	background:url(../../img/interface/btn-slidedown.gif) no-repeat 100% 0;
	text-decoration:none;
}

#header .bar{
	float:right;
	margin:0;
	padding:0px 20px 0 0;
	list-style:none;
}
#header .bar li {
	float:left;
	padding:0px;
	font-weight:bold;
}
#header .bar li a{
	color:#fff;
	line-height:29px;
	float:left;
	height:29px;
	padding:0 0 0 4px;
}
#header .bar li a span{
	float:left;
	text-shadow: #982e0c 1px 1px 1px;
	height:29px;
	padding:0px 8px 0px 4px;
	cursor:pointer;
}
#header .bar li a:hover span, #header .bar li.active a span {
	text-shadow: none;
}
#header .bar li a:hover, #header .bar li.active a {
	color:#000000;
	text-decoration:none;
	background:url(../../img/interface/bg-hover-menu.png) no-repeat;
}
#header .bar li a:hover span, #header .bar li.active a span{background:url(../../img/interface/bg-hover-menu.png) no-repeat 100% 0;}
#header .bar .lang{
	position:relative;
	margin:7px 0 0 8px;
	text-indent:-9999px;
	height:16px;
	width:38px;
	padding:0;
}
#header .bar .lang a{
	margin:0;
	padding:0;
	height:16px;
}
#header .bar .lang a:hover{text-decoration:none !important;}
#header .bar .lang img{
	float:left;
	width:20px;
}
#header .bar.left{
	float:left;
}
.lang-popup{
	position:absolute;
	left:-80px;
	top:23px;
	width:120px;
	display:none;
}
.lang-popup .popup-holder{
	width:100%;
	overflow:hidden;
	background:url(../../img/interface/bg-lang-popup.gif) no-repeat;
}
.lang-popup .bottom{
	float:left;
	background:url(../../img/interface/bg-lang-popup.gif) no-repeat 0 100%;
	width:120px;
	height:6px;
	font-size:0;
	line-height:0;
}
.lang-popup ul{
	float:left;
	width:108px;
	overflow:hidden;
	margin:0;
	padding:6px 0 2px 12px;
	list-style:none;
	text-indent:0;
}
.lang-popup ul li{
	width:75px;
	padding:0 0 0 26px !important;
	margin:0 0 -2px;
	font-weight:normal !important;
}
.lang-popup ul li a{
	height:auto !important;
	color:#d85d31 !important;
}
.lang-popup ul .es{background:url(/img/flag/es.gif) no-repeat 0 4px;}
.lang-popup ul .de{background:url(/img/flag/de.gif) no-repeat 0 4px;}
.lang-popup ul .ro{background:url(/img/flag/ro.gif) no-repeat 0 4px;}
.lang-popup ul .po{background:url(/img/flag/po.gif) no-repeat 0 4px;}
.lang-popup ul .ru{background:url(/img/flag/ru.gif) no-repeat 0 4px;}
.lang-popup ul .en{background:url(/img/flag/en.gif) no-repeat 0 4px;}
.lang-popup ul .cn{background:url(/img/flag/cn.gif) no-repeat 0 4px;}
.lang-popup ul .jp{background:url(/img/flag/jp.gif) no-repeat 0 4px;}
.lang-popup ul .pt{background:url(/img/flag/pt.gif) no-repeat 0 4px;}
.lang-popup ul .fr{background:url(/img/flag/fr.gif) no-repeat 0 4px;}
.lang-popup ul li a:hover{
	color:#0191ec !important;
	background:none !important;
}
#header .bar .slidedown{
	background:url(../../img/interface/btn-slidedown.gif) no-repeat 100% 100%;
	padding:0;
	margin:0;
	float:right;
	height:16px;
	width:13px;
	font-size:0;
	line-height:0;
}
#header .bar .slidedown:hover{background:url(../../img/interface/btn-slidedown.gif) no-repeat 100% 0;}
#login h3 {
	padding: 0px 0px 15px;
	margin: 0px;	
}
#popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index:999;
	top: 0px;
	margin:0; 
	padding:0; 
	border:0; 
	display: none;	
}
.pop{
	padding:25px 30px 25px 34px;
	width:600px;
	display:block;
}
.pop .header{
	background:#A52419 url(../../img/interface/bg_alert.gif) repeat-x scroll 0 0;
	padding: 7px 10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 10px;
	text-align:left;
	text-shadow:1px 1px 1px #982E0C;
}
.pop .frame{
	overflow:hidden;
	background:#FFFFFF;
	border-bottom:1px solid #BBB;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
}
.pop .frame .message {
	padding: 25px 25px 40px;	
}
.pop .frame .message h3 {
	float: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-top: -2px;
}
.pop .frame .message h3.big {
	margin: 0 0 25px;
	text-align: left;	
}
.pop .frame .message h3.big.loader {
	text-align: center;	
	width: 100%;
}
.pop .frame .actions {
	padding: 7px 10px;
	border-top:1px solid #BBB;
	background: #EEEEEE;
	height: 24px;	
	clear:both;
}
.pop .frame .actions a {
	float: right;
	margin-left: 7px;
}

.pop .holder {
	-moz-box-shadow: 1px 1px 12px #DDD;
	box-shadow: 1px 1px 12px #DDD;
	-webkit-box-shadow: #DDD 1px 1px 12px;	
}
.login-popup{
	padding:23px 30px 25px 34px;
	z-index:5;
	width:365px;
	left:273px;
	top:14px;
	position:absolute;
	background:#d7d7d7;
	display:block;
}
.login-popup .holder{
	width:100%;
	overflow:hidden;
	background:#fff;
}
.login-popup .header{
	background:#f6f6f6 url(../../img/interface/bg-login-header.png) no-repeat;
	height:54px;
	text-indent:-9999px;
}
.login-popup .frame{
	padding:26px 23px 23px;
	overflow:hidden;
}
.login-popup .login-form{
	background:url(../../img/interface/bg-login-form.gif) no-repeat 0 100%;
	width:317px;
	padding:0 0 4px;
	margin:0 0 24px;
}
.login-popup .login-form fieldset{
	background:url(../../img/interface/bg-login-form.gif) no-repeat;
	width:288px;
	padding:23px 0 20px 29px;
	overflow:hidden;
}
.login-popup .login-form .row{
	margin:0 0 10px;
	width:100%;
	float:left;
}
* html .login-popup .login-form .row{margin:0 0 4px;}
.login-popup .login-form label{
	color:#3a3a3a;
	font-weight:bold;
	display:block;
	margin:0 0 6px;
}
.login-popup .login-form label.error{
	color: #ff0000;
}
.login-popup .login-form .text{
	margin:0;
	padding:7px 8px;
	font-weight:bold;
	font-size:17px;
	overflow:hidden;
	float:left;
	width:237px;
}
.login-popup .login-form p{
	width:262px;
	font-size:12px;
	color:#535353;
	margin:0 0 5px;
}
.login-popup .button-list{
	margin:0 0 6px;
	width:319px;
	padding:0 0 16px;
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #a5a5a5;
}
.login-popup .button-list li{
	margin:0 4px 0 0;
	float:left;
	display:inline;
	font:bold 17px/38px Arial, Helvetica, sans-serif;
}
.login-popup .button-list li span{
	float:left;
	cursor:pointer;
	color:#fff;
	text-shadow:1px 1px 1px #982E0C;
	width:285px;
	height:42px;
	padding:0 0 0 16px;
	background:url(../../img/interface/bg-buttons.gif) no-repeat;
}
.login-popup .button-list li em{
	font-style:normal;
	float:left;
	background:url(../../img/interface/ico-arrow.gif) no-repeat 100% 50%;
	width:252px;
}
.login-popup .button-list li a{
	float:left;
	height:42px;
	background:url(../../img/interface/bg-buttons.gif) no-repeat 100% 0;
	padding:0 18px 0 0;
}
.login-popup .button-list a:hover{
	text-decoration:none;
	background:url(../../img/interface/bg-buttons.gif) no-repeat 100% 100%;
}
.login-popup .button-list a:hover span{background:url(../../img/interface/bg-buttons.gif) no-repeat 0 100%;}
.login-popup .button-list.noborder {
	border: none;
	padding: 0px;	
}
.login-popup .popup-list{
	margin:0px;
	padding:0;
	height:1%;
	list-style:none;
	overflow:hidden;
}
.login-popup .popup-list li:first-child,
.login-popup .popup-list li.first-child{background:none;}
.login-popup .popup-list li{
	float:left;
	font-weight:bold;
	padding:0 3px;
}
.title-block{
	width:891px;
	padding:0 13px 0 18px;
	margin:20px 23px 22px;
	overflow:hidden;
	font-size:14px;
}
#appName {
	width:854px;
	overflow:hidden;
	font-size:14px;
	margin:20px 23px 12px;
}
#appName .holder {
	width: 468px;	
}
#appName strong {
	color:#777777;
	font-size:16px;
	line-height: 17px;
}
#appName h2 {
	font-size:32px;
	line-height:36px;
	margin:0 0 0;	
}
.title-block .holder{
	float:left;
	width:510px;
}
#appName .icon, .container-frame .title-box .icon {
	float: left;
	margin-left:-16px;
	margin-right:11px;
	padding-top:0px;
}
.container-frame .title-box .icon {
	margin-left: 0px;	
}
.title-block .holder .icon img {
}
.title-block h1{
	margin:0 0 5px;
	font-size:33px;
	line-height:36px;
	color:#000000;
}
.title-block p{margin:0;}
.title-block .frame{
	width:380px;
	float:right;
	margin:0 1px 0 0;
	font-size:12px;
}
.title-block .frame .section{float:right; height: 35px;}
.title-block .frame h3{
	background:transparent url(../../img/interface/ico-cart.gif) no-repeat scroll 100% -3px;
	margin:0 0 2px;
	padding:0 52px 0 0px;
	font-size:33px;
	line-height:35px;
	color:#525252;
}
.title-block .frame h3.full{
	background:transparent url(../../img/interface/ico-cart-full.gif) no-repeat scroll 100% -3px;
}
.title-block .frame p{padding:0 0 0 5px;text-align: right;}
.title-block .frame ul{
	width:100%;
	float:right;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.title-block .frame li:first-child,
.title-block .frame li.first-child{background:none;}
.title-block .frame li{
	float:right;
	font-weight:bold;
	font-size: 13px;
	padding:0 0 0 8px;
}
.title-block .frame input {
	color: #000000;
}

.title-block.clear {
	padding: 20px 0px 0px;
	width: 920px;
	clear: both;
	margin: 0px;	
}

.box-rose{
	background:url(../../img/interface/box-rose.gif) no-repeat 0 100%;
	overflow:hidden;
	padding:0 0 4px;
	margin:0 23px 3px 21px;
	width:922px;
}
.box-rose .holder{
	background:url(../../img/interface/box-rose.gif) no-repeat;
	overflow:hidden;
	width:893px;
	padding:9px 12px 7px 17px;
}
.box-yellow{
	background:url(../../img/interface/box-yellow.gif) no-repeat 1px 100%;
	overflow:hidden;
	padding:0 0 0px;
	margin:0 23px 0 21px;
	width:923px;
}
.box-yellow .holder{
	background:url(../../img/interface/box-yellow.gif) no-repeat 1px 0;
	overflow:hidden;
	width:893px;
	padding:11px 12px 9px 17px;
}
.box-rose h2,
.box-yellow h2{
	float:left;
	width:820px;
	font-size:23px;
	line-height:27px;
	margin:1px 0 0;
	padding:0 0 0 32px;
	background:url(../../img/interface/ico-info.gif) no-repeat 0 6px;
}
.link-cancel{
	margin:3px 2px 0 0;
	float:right;
	width:22px;
	height:23px;
	overflow:hidden;
	text-indent:-9999px;
}
.box-rose .link-cancel{background:url(../../img/interface/ico-cancel.gif) no-repeat;}
.box-rose .link-cancel:hover{background:url(../../img/interface/ico-cancel.gif) no-repeat 0 -23px;}
.box-yellow .link-cancel{background:url(../../img/interface/ico-cancel.gif) no-repeat 0 100%;}
.box-yellow .link-cancel:hover{background:url(../../img/interface/ico-cancel.gif) no-repeat 0 -46px;}
#main{
	overflow:hidden;
	margin:0;
	padding:0 23px 29px 22px;
	width:921px;
	background:url(../../img/interface/bg-main.gif) no-repeat 0 100%;
}
.icons li{
	float: left;
	text-align: center;
	margin-right: 30px;
}
.icons li a {
	min-width: 60px;
	display: block;
	text-align: center;
}

.icons li a img {
}

.icons li a em {
}
 
.tab-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
.tabs{
	border-top:1px solid #c5c5c5;
	margin:0 0 -1px;
	width:910px;
	overflow:hidden;
	padding:10px 0 0 10px;
	list-style:none;
	background:#fafafa url(../../img/interface/bg-tabs.gif) repeat-x scroll 0 5px;
}
.tabs.nobg {
	background: none;
	border-top: 0px;	
}
div.tabs {
	padding: 0px 5px;	
}
.tabs.tight {	
	padding:2px 0 0 10px;
}
.tabs li{
	position:relative;
	float:left;
	font-weight:bold;
	font-size:12px;
	height:98px;
	padding:0 0 0 13px;
	text-align: center;
}
.tabs .last-tab{
	display:inline;
	float:right;
	margin:0 20px 0 0;
}
.tabs li em{
	text-indent:-9999px;
	height:98px;
	width:52px;
	position:absolute;
	top:11px;
	left:0;
	float:left;
	font-style:normal;
}
.tabs li span{
	float:left;
	height:98px;
	padding:0 4px 0 0;
}
.tabs li a{
	color:#d85d31;
	position:relative;
	float:left;
	padding:68px 10px 0;
	min-width: 50px;
	font-size: 13px;
}
.tabs li a:hover{
	color:#0191ec;
	text-decoration:none;
}
.tabs li.active a{
	color:#000;
	padding:69px 10px 0;
	min-width: 50px;
}
.tabs .last-tab.active{margin:-1px 10px 0 0px;}
.tabs .last-tab.end.active{margin:-1px -10px 0 0px;}
.tabs .last-tab.end {
	margin: 0px;	
}
.tabs li.active{
	margin:-1px -12px 0 0px;
}
.tabs li.active span{
	padding:0 16px 0 0;
}
.tabs .home{
	background:url(../../img/interface/tab-home.png) no-repeat;
	left:19px;
}
.tabs .mailboxes{
	left:35px;
	background:url(../../img/icons/small/email.gif) no-repeat;
}
.tabs .earth{
	left:48px;
	background:url(../../img/interface/tab-earth.png) no-repeat;
}
.tabs .subdomain{
	left:48px;
	background:url(../../img/interface/tab-subdomain.png) no-repeat;
}
.tabs .pencil{
	left:33px;
	background:url(../../img/interface/tab-pencil.png) no-repeat;
}
.tabs .db{
	left:46px;
	background:url(../../img/interface/tab-db.png) no-repeat;
}
.tabs .dbs{
	left:46px;
	background:url(../../img/interface/tab-dbs.png) no-repeat;
}
.tabs .file{
	left:46px;
	background:url(../../img/interface/tab-file.png) no-repeat;
}
.tabs .lamp{
	left:18px;
	background:url(../../img/interface/tab-lamp.png) no-repeat;
}
.tabs .invoices{
	left:18px;
	background:url(../../img/interface/tab-invoices.png) no-repeat;
}
.tabs .preference{
	left:18px;
	background:url(../../img/interface/tab-preference.png) no-repeat;
}
.tabs .users{
	left:30px;
	background:url(../../img/interface/tab-users.png) no-repeat;
}
.tabs .payment{
	left:30px;
	background:url(../../img/interface/tab-payment.png) no-repeat;
}
.tabs .password{
	left:30px;
	background:url(../../img/interface/tab-password.png) no-repeat;
}
.tabs .details{
	left:30px;
	background:url(../../img/interface/tab-details.png) no-repeat;
}
.tabs .flows{
	left:30px;
	background:url(../../img/interface/tab-flows.png) no-repeat;
}
.tab-frame{
	width:920px;
	background:transparent url(../../img/interface/bg-submenu.gif) repeat-x scroll 0 88px;
	overflow:hidden;
	position:relative;
}
.submenu{
	margin:0 16px -3px;
	width:560px;
	float:left;
	padding:9px 0 0 13px;
	list-style:none;
}
.submenu li{
	position:relative;
	float:left;
	font-weight:bold;
	font-size:12px;
	background:url(../../img/interface/tabs-separator.gif) no-repeat 100% 0;
	height:64px;
	padding:0 0 0 4px;
}
.submenu li span{
	float:left;
	height:64px;
	padding:0 4px 0 0;
}
.submenu li strong{
	font-size:22px;
	margin:0 0 6px;
	display:block;
	color:#d85d31;
}
.submenu li.inactive strong{
	color: #969696;
}
.submenu li.active strong,
.submenu li.active a:hover strong{color:#b93f27;}
.submenu li.inactive a:hover strong{color:#969696;}
.submenu li a:hover strong{color:#0191ec;}
.submenu li a{
	color:#d85d31;
	position:relative;
	float:left;
	padding:16px 10px 0;
}
.submenu li.inactive a, .submenu li.inactive a:hover {
	color:#969696;
	cursor: default;
}
.submenu li a:hover{
	color:#0191ec;
	text-decoration:none;
}
.submenu a.home{
	background:url(../../img/interface/ico-house.gif) no-repeat 10px -35px;
	padding:39px 10px 0;
}
.submenu a.home:hover{background:url(../../img/interface/ico-house.gif) no-repeat 10px -86px;}
.submenu .active a.home{background:url(../../img/interface/ico-house.gif) no-repeat 10px 12px;}
.submenu a.trash{
	background:url(../../img/interface/ico-trash.gif) no-repeat 10px -35px;
	padding:38px 10px 0;
}
.submenu a.trash:hover{background:url(../../img/interface/ico-trash.gif) no-repeat 10px -86px;}
.submenu .active a.trash{background:url(../../img/interface/ico-trash.gif) no-repeat 10px 12px;}
.submenu li.active a{color:#000;}
.submenu li.active{
	background:url(../../img/interface/bg-submenu-active.gif) no-repeat;
	margin:-1px -9px 0 -11px;
	font-size:12px;
	padding:0 0 0 11px;
}
.submenu li.active strong{font-size:28px;}
.submenu li.active span{
	background:url(../../img/interface/bg-submenu-active.gif) no-repeat 100% 0;
	padding:0 11px 0 0;
}


.tab-framemenu{
	width:920px;
	background:url(../../img/interface/bg-smenu.gif) repeat-x;
	overflow:hidden;
	position:relative;
}
.smenu{
	margin:0 0px -3px;
	width:910px;
	border-top: 1px solid #C5C5C5;
	float:left;
	padding:4px 0 0 0px;
	list-style:none;
}
.smenu li{
	position:relative;
	float:left;
	font-weight:bold;
	font-size:12px;
	background:url(../../img/interface/tabs-separator.gif) no-repeat 100% 0;
	height:38px;
	padding:0 0 0 4px;
}
.smenu li span{
	float:left;
	height:34px;
	padding:0 4px 0 0;
}
.smenu li strong{
	font-size:22px;
	margin:0 0 6px;
	display:block;
	color:#969696;
}
.smenu li.active strong,
.smenu li.active a:hover strong{color:#b93f27;}
.smenu li a:hover strong{color:#0191ec;}
.smenu li a{
	color:#d85d31;
	position:relative;
	float:left;
	padding:8px 10px 0;
}
.smenu li a:hover{
	color:#0191ec;
	text-decoration:none;
}
.smenu a.home{
	background:url(../../img/interface/ico-house.gif) no-repeat 10px -35px;
	padding:9px 10px 0;
}
.smenu a.home:hover{background:url(../../img/interface/ico-house.gif) no-repeat 10px -86px;}
.smenu .active a.home{background:url(../../img/interface/ico-house.gif) no-repeat 10px 12px;}
.smenu a.trash{
	background:url(../../img/interface/ico-trash.gif) no-repeat 10px -35px;
	padding:38px 10px 0;
}
.smenu a.trash:hover{background:url(../../img/interface/ico-trash.gif) no-repeat 10px -86px;}
.smenu .active a.trash{background:url(../../img/interface/ico-trash.gif) no-repeat 10px 12px;}
.smenu li.active a{color:#000;}
.smenu li.active{
	background:url(../../img/interface/bg-smenu-active.gif) no-repeat 0px -8px;
	margin:-1px -16px 0 -11px;
	font-size:12px;
	padding: 0 0 0 11px;
}
.smenu li.active strong{font-size:28px;}
.smenu li.active span{
	background:url(../../img/interface/bg-smenu-active.gif) no-repeat 100% -8px;
	padding:0 15px 0 0;
}



.search-form{
	margin:20px 78px 0 0;
	display:inline;
	float:right;
	width:165px;
}
.search-form .input-holder {
	background:#fff url(../../img/interface/ico-search.gif) no-repeat 6px 7px;
	height:26px;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;	
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}

.search-form .text {
	color:#000000;
	float:left;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	border:0;
	width:190px;
	background:none;
	padding:6px 2px 5px 0;
	margin:0 0 0 23px;
}
.search-form .text.blur {
	color: #555555;
}
* html .search-form .text{line-height:14px;}
* +html .search-form .text{line-height:14px;}
#main .container-holder{
	width:100%;
	overflow:hidden;
	margin:20px 0 0;
}
#main .container{
	width:850px;
	padding:0 35px 0px;
	margin:0 0 24px;
	overflow:hidden;
}
#main .container-box.large {
	margin-bottom: 40px;	
}

#main .container-box.order {
	margin-top: 20px;
	margin-bottom: 22px;
}
#main .container-box.order h2 {
	font-size:18px;
	line-height:22px;
	margin:0 0 10px;
}

#main .container-section{
	padding-left:32px;
	width:854px;
	margin:0 0 33px;
	overflow:hidden;
}
#main .container-block{
	width:870px;
	padding:0 19px 13px 33px;
	margin:0 0 24px;
	overflow:hidden;
	border-bottom:1px solid #dcdcdc;
}
#main .container-frame{
	width:868px;
	padding:0 25px 30px;
	margin:0 0 30px;
	overflow: hidden;
}
#main .container-box{
	width:859px;
	padding:0 32px 0 29px;
	margin:0 0 11px;
	overflow:hidden;
}
#main .container-box.small{
	margin:0 0 11px;
	overflow:hidden;
	padding:0 0;
	width:615px;
}
.container-box.small .box {
	float:left;
	width:610px;
}
#content{
	background:url(../../img/interface/bg-content.gif) repeat-y;
	width:922px;
	padding:0 0 0 1px;
	overflow:hidden;
}
.container .block-holder{
	width:290px;
	padding:10px 26px 0 0;
	float:left;
	border-right:1px solid #CCCCCC;
}
.block-holder .title{margin:0 0 21px;}
.block-holder .title h2{
	margin:0 0 2px;
	font-size:24px;
	line-height:24px;
	color:#000;
}
.block-holder .title strong{
	font-size:12px;
	color:#6c6c6c;
}
.block-holder .add-items{
	width:100%;
	overflow:hidden;
	margin:0 0 0px;
	padding:0 0 0px;
	list-style:none;
}
.block-holder .add-items li{
	font-weight:bold;
	float:left;
	padding:0 0 4px;
	width:100%;
	font-size: 15px;
	line-height:28px;
}
.block-holder .add-items li a{
	background:url(../../img/interface/ico-plus.gif) no-repeat;
	float:left;
	padding:0 0 0 34px;
	color:#d85d31;
}
.block-holder .add-items li a:hover{
	background:url(../../img/interface/ico-plus.gif) no-repeat 0 -33px;
	text-decoration:none;
	color:#0191ec;
}
.block-holder .list-items{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	padding:0 0 10px;
	list-style:none;
}
.block-holder .list-items li{
	font-weight:bold;
	width:100%;
	float:left;
	margin:0 0 4px;
	font-size: 15px;
	line-height:28px;
}
.block-holder .list-items li a{
	background:url(../../img/interface/ico-list.gif) no-repeat;
	float:left;
	padding:0 0 0 40px;
	color:#d85d31;
}
.block-holder .list-items li a:hover{
	background:url(../../img/interface/ico-list.gif) no-repeat 0 -33px;
	text-decoration:none;
	color:#0191ec;
}
.block-frame{
	padding-top: 10px;
}
.block-frame table{
	width:505px;
	border-collapse:collapse;
	margin:15px 0 0px;
}
.block-frame table .date{width:165px;}
.block-frame table .head td{font-size:14px;}
.block-frame .odd td{background:#f1f8fa;}
.block-frame table td{
	border-bottom:1px solid #cccccc;
	padding:4px 11px 5px;
	color:#000;
}
.block-frame .title strong {
	color:#6C6C6C;
	font-size:12px;
}
.block-frame .title h2 {
	color:#000000;
	font-size:24px;
	line-height:24px;
	margin:0 0 2px;
}
.block-frame table td img{vertical-align:top; cursor: default;}
.block-frame table span{
	color:#787878;
	font-weight:bold;
}
.block-frame table .icon{padding:4px 11px 5px;}
.block-frame table .text{padding:4px 11px 5px 0;}
.block-frame ul{
	width:100%;
	overflow:hidden;
	margin:10px 0 21px;
	padding:0;
	list-style:none;
}
.block-frame ul li:first-child,
.block-frame ul li.first-child{background:none;}
.block-frame ul li{
	font-size:14px;
	float:left;
	font-weight:bold;
	margin: 0 20px 20px 0px;
}
.block-frame ul.icons li {
	width: 111px;
	height: 95px;	
}
.block-frame ul.signets li {
	margin: 0 10px 0px 0px;
	height: 20px;	
}
.block-frame ul li a:hover{
	color:#0191ec;
	text-decoration:none;
}
.block-frame p{
	margin:0 0 10px 10px;
	line-height:18px;
}
.button-menu{
	background:url(../../img/interface/bg-button-bar.gif) no-repeat 2px 100%;
	overflow:hidden;
	margin:0 auto 0px;
	overflow:hidden;
	padding:0px;
	width:924px;
	padding-left: 2px;
}
.button-menu ul li {
	
}
.button-bar{
	background:url("../../img/interface/breadbg.gif") no-repeat scroll 2px 0 transparent;
	margin:0 auto;
	overflow:hidden;
	padding:10px 25px 5px 28px;
	width:921px;
}
.container-section .button-bar .holder{
	background:url(../../img/interface/bg-button-bar.gif) no-repeat ;
	width:100%;
	padding:0;
	overflow:hidden;
}
.button-bar ul, .button-menu ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.button-bar ul li {
	float:left;
	line-height:17px;
	font-size:11px;
	font-weight:bold;
	padding:7px 0 1px 5px;
}
.button-menu ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 10px;	
	border-right: solid 1px #AAA;
}
.button-menu ul li.active {
	background: #A52419 url(../../img/interface/bg_alert.gif) repeat-x scroll 0 0;
}
.button-menu ul li.active a, .button-menu ul li.active a span {
	color: #FFFFFF;
}
.button-menu ul li:first-child.active {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
}
.button-bar ul li a, .button-bar ul li span {
	background:url(../../img/interface/btn-arrows.gif) no-repeat;
	float:left;
	padding:0 0 0 21px;
}
.button-menu ul li a, .button-menu ul li span {
	
}
.button-bar ul li a.home, .button-bar ul li span.home {
	background:url(../../img/interface/btn-home.gif) no-repeat;
}
.button-bar ul li a.home:hover{
	background:url(../../img/interface/btn-home.gif) no-repeat;
}
.button-bar ul li a:hover{
	background:url(../../img/interface/btn-arrows.gif) no-repeat 0 100%;
	text-decoration:none;
	color:#0191ec;
}
.items-holder{
	width:100%;
	overflow:hidden;
}
.items-holder table{
	width:100%;
	border-collapse:collapse;
	margin:0 0 13px;
}
.items-holder .table-head td{
	font-weight:bold;
	padding:4px 8px;
}
.items-holder .table-head td:first-child {
	border-left: none;
}
.items-holder .table-head td:last-child {
	border-right: none;
}
.items-holder .table-head .slidedown{
	padding:0;
	margin:0;
	height:16px;
	margin-right: 5px;
	width:13px;
	font-size:0;
	line-height:0;
}
.items-holder .table-head .slidedown.asc{ 
	background:url(../../img/interface/heading-desc.gif) no-repeat 100% 100%;
}
.items-holder .table-head .slidedown.asc:hover{
	background:url(../../img/interface/heading-desc.gif) no-repeat 100% 0;
}

.items-holder .table-head .slidedown.desc{ 
	background:url(../../img/interface/heading-asc.gif) no-repeat 100% 0;
}
.items-holder .table-head .slidedown.desc:hover{
	background:url(../../img/interface/heading-asc.gif) no-repeat 100% 100%;
}
.slidedown.left {
	float: left;
}
.slidedown.right {
	float: right;	
}
.items-holder .table-head strong{
	font-size:15px;
	color:#000;
}
.items-holder .table-head strong.left {
	float: left;	
	margin-right: 5px;
}
.items-holder .table-head strong.right {
	float: right;	
	margin-right: 5px;
}
.items-holder table .odd td{background:#f1f8fa;}
.items-holder table .odd:hover td{background:#fff5cc;}
.items-holder table .selected td, .items-holder table tr:hover {background:#fff5cc; }
.items-holder table tr:first-child:hover { background: #FFFFFF; height: 20px; }
.items-holder table .selected span{color:#3f3f3f;}
.items-holder table .hidden {
	display: none;	
}
.items-holder table tr td.hide {
}
.items-holder table tr td.hide a {
	visibility: hidden;
}
.items-holder table tr:hover td.hide a {
	visibility: visible;	
}
.items-holder table td.wide {
	width: 400px;	
}
.items-holder table td.mediumwide {
	width: 200px;	
}
.items-holder table tr:hover .hidden {
	display: block;
}
.items-holder table tr:hover span.bolder {
	font-weight: bold;
}
.items-holder table a.show {
	cursor: pointer;
}
.items-holder table td{
	line-height:18px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:6px 8px 8px;
}
.items-holder table td:first-child {
	border-left: 0px;
}
.items-holder table ul.actions {
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.items-holder table ul.actions li{
	float:left;
	margin:0 0 0 6px;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:24px;
	font-size:0;
	line-height:0;
}
.items-holder table ul.actions li a{
	float:left;
	overflow:hidden;
	width:24px;
	height:24px;
}
.items-holder table tr ul.actions {
	visibility: hidden;
	float: right;
}
.items-holder table tr:hover ul.actions {
	visibility: visible;	
}
.items-holder table .ico-agree{background:url(../../img/interface/table-icons.gif) no-repeat;}
.items-holder table .ico-agree:hover{background:url(../../img/interface/table-icons.gif) no-repeat 0 100%;}
.items-holder table .ico-edit{background:url(../../img/interface/table-icons.gif) no-repeat -26px 0;}
.items-holder table .ico-edit:hover{background:url(../../img/interface/table-icons.gif) no-repeat -26px 100%;}
.items-holder table .ico-remove:hover{background:url(../../img/interface/table-icons.gif) no-repeat -52px 100%;}
.items-holder table .ico-remove{background:url(../../img/interface/table-icons.gif) no-repeat -52px 0;}
.container-row{
	width:100%;
	margin:0 0 20px;
	font-size: 12px;
}
.container-row .pages-form{
	margin-left: 8px;
	float:left;
	width:300px;
}
.container-row .pages-form label{margin:0 4px 0 0;}
.container-row .pages-form span{margin:0 0 0 4px;}
.pages-form select{
	width:55px;
	line-height:18px;
	margin:-2px 0 0;
	padding:0;
}
.container-row p{
	float:right;
	margin:0 8px 0 0;
}
.pages{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	text-align:center;
	margin-top: 45px;
}
.pages li{
	display:inline-block;
	height: 19px;
	padding:0px 3px;
	font:bold 14px Arial, Helvetica, sans-serif;
}
* html .pages li{
	display:inline;
	padding:0 3px 0 4px;
}
* +html .pages li{
	display:inline;
	padding:0 3px 0 4px;
}
.pages li a{
	float:left;
}

.pages .active{
	background:url(../../img/interface/bg-pages-active.gif) no-repeat 1px 0px;
	color:#FFFFFF;
	padding:0 7px 2px;
	margin:0 0px -2px;
}
.pages .back{
	background:url(../../img/interface/bg-pages.gif) no-repeat 0 -21px;
	padding:0 0 0 25px;
	margin:0 28px 0 0;
	color:#d85d31;
}
.pages .back:hover{
	background:url(../../img/interface/bg-pages.gif) no-repeat 0 -21px;
	color:#0191EC;
}
.pages .next{
	background:url(../../img/interface/bg-pages.gif) no-repeat 100% -63px;
	padding:0 25px 0 0;
	margin:0 0 0 28px;
	color:#d85d31;
}
.pages .next:hover{
	background:url(../../img/interface/bg-pages.gif) no-repeat 100% -63px;
	color:#0191EC;
}
.container-block .article{
	width:100%;
	overflow:hidden;
}
.container-block .article img{
	float:left;
	margin:0 20px 0 0;
}
.container-block .article .text{
	overflow:hidden;
	height:1%;
	font-size:15px;
	line-height:19px;
}
.article .text h2{
	font-size:18px;
	line-height:25px;
	margin:0 0 10px;
}
.article .text a{
	text-decoration:none;
	font-weight:bold;
}
.article .text a:hover{text-decoration:underline;}
.article .text p{margin:0 0 8px;}
.credits-form{
	width:651px;
	overflow:hidden;
	font-size:14px;
	margin:0 0 10px;
}
.credits-form .row{
	float:left;
	width:100%;
	margin:0 0 10px;
}
.credits-form .row label{
	float:left;
	font-weight:bold;
	text-align:right;
	width:200px;
	margin:0 13px 0 0;
}
.credits-form .select-holder, .block-holder .select-holder, .container-section .select-holder {float:left;}
.credits-form .select-holder ul, .block-holder .select-holder ul, .container-section .select-holder ul {
	margin:0 0 5px 0;
	height:1%;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.credits-form .select-holder li, .block-holder .select-holder li, .container-section .select-holder li{
	height:28px;
	line-height:26px;
	font-size:11px;
	float:left;
	margin:0 9px 0 0;
	font-weight:bold;
}
.credits-form .select-holder li a, .block-holder .select-holder li a, .container-section .select-holder li a {
	color:#fff;
	text-decoration:none;
	height:28px;
	float:left;
	padding:0 11px 0 0;
	font-size: 12px;
	background:url(../../img/interface/bg-buttons-small.gif) no-repeat 100% 0;
}
.credits-form .select-holder li a, .block-holder .select-holder li a {
	width: 275px;
}
.block-holder .select-holder li, .container-section .select-holder li {
	padding:0 11px 5px 0;
}
.credits-form .select-holder li a:hover, .block-holder .select-holder li a:hover, .container-section .select-holder li a:hover{background:url(../../img/interface/bg-buttons-small.gif) no-repeat 100% 100%;}
.credits-form .select-holder li a span, .block-holder .select-holder li a span, .container-section .select-holder li a span{
	padding:0 0 0 11px;
	cursor:pointer;
	height:28px;
	text-shadow:1px 1px 1px #982E0C;
	background:url(../../img/interface/bg-buttons-small.gif) no-repeat;
	float:left;
	font-weight: bold;
}
.container .select-holder li a span {
	padding: 0 0 0 16px;
}
.credits-form .select-holder li a:hover span, .block-holder .select-holder li a:hover span, .container-section .select-holder li a:hover span {
	text-shadow:1px 1px 1px #006ca0;
}
.credits-form .select-holder li a:hover span, .block-holder .select-holder li a:hover span, .container-section .select-holder li a:hover span{background:url(../../img/interface/bg-buttons-small.gif) no-repeat 0 100%;}
.credits-form .select-holder label{
	float:none;
	font-weight:normal;
}
.container-frame .holder{
	width:641px;
	float:left;
	line-height:19px;
	background:url(../../img/interface/bg-sidebar.gif) 100% 100% no-repeat;
	padding:0 0 60px;
	margin:0 0 -56px;
}
.container-frame .frame{
	width:611px;
	padding:0 30px 0 0;
	background:url(../../img/interface/bg-sidebar.gif) 100% 0 no-repeat;
}
.container-frame .title-box{
	width:100%;
	overflow:hidden;
	margin:0 0 24px;
}
.container-frame .title-box h2{
	margin:0 0 0px;
	font-size:32px;
	line-height:36px;
}
.container-frame .title-box strong{
	color:#777;
	font-size:16px;
}
.container-frame .title-box.text h4 {
	padding: 0px 0 0;
	margin: 15px 0 0;
}
.container-frame .title-box.text h4:first-child {
	margin: 0px;
}
.container-frame .title-box.text p {
	padding: 0px;
	margin: 0px;
}
.container-frame .error-bar{
	background:url(../../img/interface/bg-error-bar.gif) no-repeat 0 100%;
	padding:0 0 5px;
	display: none;
	overflow: hidden;
	width:100%;
	margin:0 0 -9px;
}
.container-frame .error-bar a {
	text-decoration: underline;
	color: #ad2422;
}
.container-frame .error-bar a:hover {
	text-decoration: none;
}
.error-bar .holder{
	overflow:hidden;
	margin:0;
	border-bottom: 1px solid #d33737;
	padding:10px 15px 9px;
	width:581px;
	background:url(../../img/interface/bg-error-bar.gif) no-repeat;
}
.error-bar strong{
	font-size:17px;
	line-height:20px;
	background:url(../../img/interface/ico-info.gif) no-repeat 0 1px;
	padding:0 0 0 25px;
}
.reg-form{
	background:url(../../img/interface/bg-form.gif) 0 100%;
	padding:0 0 8px;
	margin:0 0 27px;
	width:610px;
	overflow:hidden;
}
.reg-form fieldset{
	background:url(../../img/interface/bg-form.gif);
	overflow:hidden;
	width:581px;
	padding:21px 0 20px 29px;
}
.reg-form .row{
	margin:0 0 8px;
	width:290px;
	float:left;
}
* html .reg-form .row{margin:0 0 3px;}
.reg-form .row label{
	margin:0 0 4px;
	display:block;
	color:#3a3a3a;
	font-weight:bold;
}
.reg-form .error label{color:#ff0000;}
.reg-form .confirm label{color:#777;}
.confirm .text,
.passe .text{background:#f8f8f8;}
.reg-form .row .text{
	float:left;
	width:255px;
	padding:5px 2px;
	border:1px solid #cccccc;
}
.reg-form p{
	margin:0;
	font-size:12px;
	color:#535353;
}
.form-box{
	width:100%;
}
.form-box h2{
	font-size:18px;
	margin:0 0 10px 19px;
}
.profile-form{
	font-size:12px;
	width:562px;
	padding:22px 20px 9px 29px;
	background:#f4f4f4;
	overflow:hidden;
	margin:0 0 20px;
}
.profile-form .select-holder{
	float:left;
	width:376px;
}
.profile-form .row{
	width:100%;
	float:left;
	overflow:hidden;
	margin:0 0 15px;
}
.profile-form p{
	margin:0 0 7px;
	color:#535353;
}
.profile-form label{
	width:125px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#3a3a3a;
}
.profile-form select, .frame select {
	float:left;
	margin:0 10px 0 0;
	height:21px;
}
.profile-form .day-select{width:68px;}
.profile-form .month-select{width:160px;}
.profile-form .year-select{width:110px;}
.profile-form .sex-select{width:111px;}
.profile-form .choose-select, .frame .choose-select {width:240px;}
.profile-form .area-holder{
	width:290px;
	float:left;
	padding:5px;
	height:20px;
	background:#fff;
	border:1px solid #cccccc;
}
.profile-form textarea{
	background:0;
	border:0;
	margin:0;
	padding:0;
	max-width:288px;
	max-height:20px;
	overflow:auto;
}
* html .profile-form textarea{
	width:288px;
	height:20px;
}
.identify-form{
	font-size:12px;
	width:581px;
	padding:25px 0 28px 28px;
	background:#f4f4f4;
	margin:0 0 20px;
	border:1px solid #CCCCCC;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;	
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
}
.identify-form .row-holder{
	width:100%;
	overflow: hidden;
	margin:0 0 5px;
}
.identify-form .row-holder.combox {
	width:100%;
	overflow: visible;
	margin:0 0 25px;
}
.identify-form .row-holder.show {
	overflow: visible;
	height: 50px;	
}
.identify-form .row.show {
	margin: 0 0 10px;	
	height: 63px;
}
* html .identify-form .row-holder{margin:0 0 2px;}
.identify-form label{
	font-weight:bold;
	color:#3a3a3a;
	font-size:14px;
	display:block;
	margin:0 0 4px;
}
.identify-form .row-holder .text{
	float:left;
	padding:7px 8px;
	width:530px;
	font-size:17px;
	color: #000000;
	margin:0 0 10px;
}
.identify-form .row-holder .text.errors {
	border: solid 1px #ff0000;	
}
.identify-form .row .text.errors {
	border: solid 1px #ff0000;	
}
.identify-form .row .text.readonly,.identify-form .row-holder .text.readonly {
	font-size: 30px;
}
.identify-form .btn-help{
	background:url(../../img/interface/btn-help.gif) no-repeat;
	width:13px;
	height:13px;
	margin:6px 0 0 14px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
.identify-form .btn-help.next {
	margin: 2px 7px 0 0px;
}
.identify-form p{
	float:left;
	margin:0;
	width:550px;
	color:#535353;
}
.identify-form .row{
	float: left;
	width:290px;
	margin:0 0 18px;
	height: 55px;
}
.identify-form .row.multiple {
	float: none;	
}
.identify-form .row .text, .promocode {
	float:left;
	padding:7px 8px;
	width:240px;
	font-size:17px;
	color: #000000;
	background: #FFFFFF;
	font-weight: normal;
}

.promocode {
	padding: 5px 4px;
	font-size: 12px;
	width: 150px;	
	margin-right: 5px;
}
.promoblock {
	height:35px;
	line-height:26px;
	width:500px;	
}
#promocodeConfirm {
	margin-right: 5px;	
}
.input-promocode {
	margin: 10px 0px;	
}
.text-promocode {
	margin-left: 5px;	
}
.code-form{
	font-size:12px;
	width:562px;
	padding:20px 20px 20px 28px;
	background:#f4f4f4;
	overflow:hidden;
	margin:0 0 20px;
}
.code-form .row-holder{
	width:100%;
	float:left;
	overflow:hidden;
	margin:0 0 16px;
}
.code-form .captcha{
	float:left;
	width:302px;
	margin:0 26px 0 0;
}
.code-form img{vertical-align:top;}
.code-form .row-holder .text{float:left;}
.code-form p{
	margin:0 0 4px;
	color:#3a3a3a;
}
.code-form .row-holder ul{
	margin:0 0 0 -5px;
	width:239px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.code-form .row-holder ul li{
	float:left;
	padding:0 11px;
	color:#3a3a3a;
}
.code-form .row-holder ul li a{
	padding:23px 0 0;
	float:left;
	color:#3a3a3a;
}
.code-form .row-holder .refresh{background:url(../../img/interface/ico-refresh.gif) no-repeat 50% 0;}
.code-form .row-holder .sound{background:url(../../img/interface/ico-sound.gif) no-repeat 50% 0;}
.code-form .row-holder .help{background:url(../../img/interface/ico-help.gif) no-repeat 50% 0;}
.code-form .row{
	float:left;
	width:100%;
	overflow:hidden;
	margin:0 0 25px;
}
.code-form .row label{
	color:#3a3a3a;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin:0 0 4px;
}
.code-form .check-row{margin:20px 0 0;}
.code-form .check-row .check{
	margin:3px;
	padding:0;
	float:left;
}
* html .code-form .check-row .check{margin:0 -3px 0 0;}
* +html .code-form .check-row .check{margin:0;}
.code-form .check-row label{
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#3a3a3a;
}
.code-form .row .text{
	width:296px;
	padding:5px 2px;
	border:1px solid #cccccc;
}
.code-form .row .check{float:left;}
.password-form{
	font-size:12px;
	width:562px;
	padding:20px 20px 20px 28px;
	background:#f4f4f4;
	overflow:hidden;
	margin:0 0 5px;
}
.password-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 25px;
}
.password-form label{
	color:#3a3a3a;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin:0 0 5px;
}
.password-form .area-holder{
	width:399px;
	height:56px;
	padding:5px;
	border:1px solid #cccccc;
	overflow:hidden;
	margin:0 0 10px;
	background:#fff;
}
.password-form textarea{
	float:left;
	max-width:397px;
	max-height:56px;
	overflow:auto;
	border:0;
	padding:0;
	margin:0;
	background:none;
}
* html .password-form textarea{
	width:400px;
	height:56px;
}
.confirmation-box{
	width:614px;
	overflow:hidden;
	float:left;
}
.confirmation-box.right {
	float: right;
}
.confirmation-box p{
	margin:0 0 19px;
	font-weight:bold;
}
.confirmation-box .button-list{
	margin:0;
	padding:0;
	float: right;
	list-style:none;
	overflow:hidden;
}
.confirmation-box .button-list.left {
	float: left;	
}
.button-list li{
	margin:0 0 0 10px;
	float:left;
	display:inline;
	font:bold 17px/38px Arial, Helvetica, sans-serif;
}
.button-list li span{
	float:left;
	cursor:pointer;
	color:#fff;
	height:42px;
	text-shadow:1px 1px 1px #982E0C;
	padding:0 0 0 16px;
	background:url(../../img/interface/bg-buttons.gif) no-repeat;
}
.button-list li em{
	font-style:normal;
	float:left;
	text-shadow:1px 1px 1px #982E0C;
	background:url(../../img/interface/ibutton-arrow.png) no-repeat 100% 50%;
	padding:0 34px 0 0;
}
.button-list li em:hover {
	text-shadow:1px 1px 1px #006ca0;
} 
.button-list li em.arrow {
	background:url(../../img/interface/ibutton_arrow.png) no-repeat 100% 12px;	
}
.button-list li a{
	float:left;
	height:42px;
	background:url(../../img/interface/bg-buttons.gif) no-repeat 100% 0;
	padding:0 18px 0 0;
}
.button-list a:hover{
	text-decoration:none;
	background:url(../../img/interface/bg-buttons.gif) no-repeat 100% 100%;
}
.button-list a:hover span{background:url(../../img/interface/bg-buttons.gif) no-repeat 0 100%;}
.container ul.button-list {
	float:left;
	margin:0;
	padding:0;	
}
.container .button-list li {
	width: 290px;
	margin: 0px;
	margin-bottom: 5px;
}
.container .button-list li a {
	width: 288px;	
	padding: 0px;
}
.container .button-list li a:hover span {
	text-shadow:1px 1px 1px #006ca0;	
}
.container .button-list li span {
	padding: 0 0 0 16px;	
}
#sidebar{
	float:right;
	width:206px;
	margin:7px 0 0;
}
#sidebar .section{
	width:100%;
	overflow:hidden;
	margin:0 0 41px;
}
#sidebar .section img{
	float:left;
	margin:0 8px 0 0;
}
#sidebar .section ul{
	height:1%;
	overflow:hidden;
	margin:0 0 21px;
	padding:19px 0 0 5px;
	list-style:none;
}
#sidebar .section ul li{
	margin:0 0 2px;
	background:url(../../img/interface/ico-point.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
}
#sidebar .section ul li a{color:#000;}
#sidebar .section p{
	margin:0 0 4px;
	color:#a69999;
	line-height:18px;
}
.remarks-block{
	background:url(../../img/interface/bg-remarks.gif) no-repeat 0 100%;
	overflow:hidden;
	width:206px;
	padding:0 0 5px;
	margin:0 0 39px;
	position: absolute;
	left: 714px;
	display: none;
}
.remarks-block .holder{
	background:url(../../img/interface/bg-remarks.gif) no-repeat;
	overflow:hidden;
	width:180px;
	padding:10px 10px 10px 16px;
	margin:0;
}
.remarks-block ul{
	margin:0;
	padding:0;
	list-style:none;
}
.remarks-block li{
	background:url(../../img/interface/remark-bullet.gif) no-repeat 0 8px;
	padding:0 0 0 12px;
	line-height:19px;
}
.remarks-block li a{color:#0d0a00;}
#sidebar .text{
	font-size:11px;
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
}
#sidebar .text strong{
	font-size:13px;
	color:#414141;
}
#sidebar .text p{
	margin:0 0 13px;
	color:#414141;
}
#sidebar .box{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
	font-size:11px;
}
#sidebar .box img{
	display:block;
	margin:0 0 13px;
}
#sidebar .box strong{font-size:13px;}
#sidebar .box p{
	margin:0 0 23px;
	color:#414141;
}
.hostings li {
	border:2px solid #000000;
	float:left;
	height:50px;
	list-style-position:inside;
	list-style-type:none;
	margin:0 15px 4px 0;
	width:200px;	
}
.hostings li a {
	width:200px; display: block; height: 200px;	
}
.hostings {
	width: 495px;
	margin-bottom: 5px;
}
.cards, #sidebar .cards{
	width:185px;
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.cards {
	width: 495px;
	margin-bottom: 5px;
}
.cards li, #sidebar .cards li{
	margin:0 5px 4px 0;
	width:39px;
	height:24px;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	border: solid 3px #f4f4f4;
}
.cards li a, #sidebar .cards li a {
	height:22px;
	border: solid 1px #a5a5a5;
	display:block;
}
a.card {
	height: 22px; 	
}
.cards li.active, #sidebar .cards li.active {
	border: solid 3px #aa3124;
}
.cards li.active a, #sidebar .cards li.active a {
	border: solid 1px #FFFFFF;
}
.cards .visa{background:url(../../img/interface/pic-visa.gif) no-repeat;}
.cards .mastercard{background:url(../../img/interface/pic-mastercard.gif) no-repeat;}
.cards .american-ex{background:url(../../img/interface/pic-american-ex.gif) no-repeat;}
.cards .discover{background:url(../../img/interface/pic-discover.gif) no-repeat;}
.cards .paypal{background:url(../../img/interface/pic-paypal.gif) no-repeat;}
.cards .wire-transfer{background:url(../../img/interface/pic-bank.gif) no-repeat;}
.container-box .block{
	float:left;
	width:400px;
}
.container-box .block h2{
	margin:0 0 10px;
	font-size:18px;
	line-height:22px;
}
.container-box .block table{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	margin:0 0 10px;
}
.container-box .block table td{
	border-top:1px solid #cccccc;
	vertical-align:top;
	padding:7px 0 8px;
}
.container-box .block table td.column{
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	width:124px;
}
.container-box .block table td img{vertical-align:top;}
.container-box .box{
	float:right;
	width:426px;
}
.container-box .box table{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	margin:0 0 10px;
}
.container-box .box table .head td{padding:5px 10px;}
.container-box .box table td{
	border-bottom:1px solid #cccccc;
	vertical-align:top;
	padding:7px 10px;
}
.container-box .box table tr.total td {
	border-bottom: 0px;
}
.container-box .box table tr:first-child td {
	border-top:1px solid #cccccc;	
}
.container-box .box table td.column{text-align:right;}
.container-box .box table .odd td{background:#f1f8fa;}
.container-box .box table .selected td{background:#fff5cc;}
.container-box .box table h2{
	margin:0;
	font-size:18px;
	line-height:20px;
	vertical-align:top;
}
.container-box .largebox{
}
.container-box table td.wide {
	width: 400px;	
}
.container-box .largebox table{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	margin:0 0 10px;
}
.container-box .largebox table .head td{padding:5px 10px;}
.container-box .largebox table td{
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
	padding:0 10px;
}
.container-box .largebox table td.actions {
	padding: 0px;
	width: 30px;
}
.container-box .largebox table tr.total td {
	border-bottom:0px;	
}
.container-box .largebox table tr.total td, .container-box.small table tr.total td {
	padding-bottom:15px;
	padding-top:15px;
	font-size: 170%;
	font-weight: bold;
}
.container-box .largebox table td.column{text-align:right;}
.container-box .largebox table td.unit{text-align:right;}
.container-box .largebox table .odd td{background:#f1f8fa;}
.container-box .largebox table .selected td{background:#fff5cc; height: 30px;}
.container-box .largebox table h2{
	margin:0;
	font-size:18px;
	line-height:20px;
	vertical-align:top;
}
.container-box .largebox table.items tr:first-child:hover td {
	background:white;
}
.container-box .largebox table.items tr:hover td span {
	font-weight: bold;
}
.container-box .largebox table tr td div.hidden {
}
.container-box .largebox table tr:hover td div.hidden {
	display: block;	
}
.container-box .largebox table tr.white:hover td {
	background:white;
}
.container-box .largebox table.items tr:hover td {
	background:#fff5cc;
}

.container-box .largebox table tr ul.actions {
	float:right;
}
.container-box .largebox table tr td.actions ul.actions{
	float: left;
	padding-left: 5px;
}
.container-box .largebox table tr:hover ul.actions {
	visibility: visible;
}
.container-box .largebox table ul li {
	float:left;
	margin:0 0 0 6px;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:24px;
	font-size:0;
	line-height:0;
}
.container-box .largebox table .ico-remove {
	background:transparent url(../../img/interface/table-icons.gif) no-repeat scroll -52px 0;
}
.container-box .largebox table .ico-remove:hover {
	background:transparent url(../../img/interface/table-icons.gif) no-repeat scroll -52px 100%;
}
.container-box .largebox table ul li a {
	float:left;
	overflow:hidden;
	width:24px;
	height:24px;
}

.include{
	width:918px;
	margin:5px 23px 38px;
	overflow:hidden;
}
.include .info{
	float:left;
	width:250px;
}
.include .info img{
	float:left;
	margin:0 14px 0 0;
}
.include .info .text{
	overflow:hidden;
	height:1%;
}
.include h2{
	margin:0 0 13px;
	font-size:18px;
	line-height:20px;
}
.info .text-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
	color:#3a3a3a;
}
.info .mail-link{color:#3a3a3a;}
.info .text-holder p{margin:0;}
.include .block table{
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	margin:0 0 10px;
}
.include .block table td{
	border-bottom:1px solid #cccccc;
	vertical-align:top;
	padding:4px 0;
}
.include .block table td.column{
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.include .block table td img{vertical-align:top;}
.include .box{
	float:right;
	width:648px;
}
.include .box table{
	font-size:12px;
	border-top:1px solid #cccccc;
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	margin:0 0 10px;
	color:#3a3a3a;
}
.include .box table td{
	border-bottom:1px solid #cccccc;
	padding:5px 0px;
}
.include .box table td span{display:block;}
.include .box table td img{margin:0 9px 0 0;}
.include .box table td a{font-weight:bold;}
.include .box table td p{margin:0;}
.include .box table td div p{
	float:left;
	margin:0px 4px 0 0;
}
.include .box table form select{
	margin:0 0 5px;
	width:325px;
}
.include .box table form ul{
	margin:0 0 5px 0;
	height:1%;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.include .box table li{
	height:28px;
	line-height:26px;
	float:left;
	margin:0 9px 0 0;
	font-weight:bold;
}
.include .box table li a{
	color:#fff;
	text-decoration:none;
	height:28px;
	float:left;
	padding:0 11px 0 0;
	background:url(../../img/interface/bg-buttons-small.gif) no-repeat 100% 0;
}
.include .box table li a:hover{background:url(../../img/interface/bg-buttons-small.gif) no-repeat 100% 100%;}
.include .box table li a span{
	padding:0 0 0 11px;
	cursor:pointer;
	height:28px;
	background:url(../../img/interface/bg-buttons-small.gif) no-repeat;
	float:left;
}
.include .box table li a:hover span{background:url(../../img/interface/bg-buttons-small.gif) no-repeat 0 100%;}
.include .box table td.column{vertical-align:top;}
.include .box table .selected td{background:#fff5cc;}
#footer{
	background:url(../../img/interface/bg-footer.gif) repeat-x;
	width:100%;
	overflow:hidden;
}
#footer .holder{
	padding:17px 0 90px;
	font-size:11px;
	width:917px;
	margin:0 auto;
}
#footer .holder a{color:#414141;}
#footer .holder a:hover{
	color:#0191ec;
	text-decoration:none;
} 
#footer .holder form{
	float:left;
	width:184px;
	margin:0 9px 0 0;
}
#footer .holder form select{
	width:184px;
	line-height:20px;
}
#footer .holder ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#footer .holder ul li:first-child,
#footer .holder ul li.first-child{background:none;}
#footer .holder ul li{
	float:left;
	padding:0 3px;
	line-height:20px;
}
#footer .holder .rights{
	position:relative;
	float:right;
	margin:0 -10px 0 0;
	padding:0;
	list-style:none;
	color:#414141;
}
#footer .holder .rights li:first-child,
#footer .holder .rights li.first-child{background:none;}
#footer .holder .rights li{
	float:left;
	padding:0 3px;
}

#ResultContainer {
	display: none;	
	color: #ff0000;
}
#alert {
	display: none;	
}
#domainList, #languageList {
	margin:5px 0 0;
	display: none;
	padding:0 0px 0 7px;
	float:right;
}
#languageList select {
	width: 105px;	
}
.boxy {
	display: none;	
}

#confirmCustom {
	display: none;	
}
ul.buttons li a.ibutton {
}
ul.buttons li {
	list-style:none;
	float: left;
	line-height:0;
	margin-right: 3px;
}
ul.buttons {
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
	overflow:hidden;
	float: right;
}
a.ibutton{
	color:#fff;
	text-decoration:none;
	height:24px;
	float:left;
	padding:0 11px 0 0;
	line-height: 23px;
	font-size: 13px;
	background:url(../../img/interface/bg-buttons-smaller.gif) no-repeat 100% 0;
}
a.ibutton.icon {
	padding: 0 4px 0 0;	
}
a.ibutton:hover{background:url(../../img/interface/bg-buttons-smaller.gif) no-repeat 100% -25px;}
a.ibutton span{
	padding:0 0 0 11px;
	cursor:pointer;
	height:24px;
	font-weight: bold;
	text-shadow:1px 1px 1px #982E0C;
	background:url(../../img/interface/bg-buttons-smaller.gif) no-repeat;
	float:left;
}
a.ibutton:hover span {
	text-shadow:1px 1px 1px #006ca0;
}
a.ibutton.grey {
	color: #888888;
	cursor: default;
	background:url(../../img/interface/bg-buttons-smaller-grey.gif) no-repeat 100% 0;
}
a.ibutton.grey span{
	cursor: default;
	text-shadow: none;
	background:url(../../img/interface/bg-buttons-smaller-grey.gif) no-repeat;
}
a.ibutton.grey:hover{background:url(../../img/interface/bg-buttons-smaller-grey.gif) no-repeat 100% -25px;}
a.ibutton.grey:hover span{background:url(../../img/interface/bg-buttons-smaller-grey.gif) no-repeat 0 -25px;}
a.ibutton:hover span{background:url(../../img/interface/bg-buttons-smaller.gif) no-repeat 0 -25px;}
a.ibutton span em {
	float:left;
	font-style:normal;
	padding:0 25px 0 0;
}
a.ibutton span em.correct {
	background:transparent url(../../img/interface/ibutton_correct.png) no-repeat scroll 100% -30px;
}
a.ibutton span em.add {
	background:transparent url(../../img/interface/ibutton_add.png) no-repeat scroll 100% -31px;
}
a.ibutton span em.close {
	background:transparent url(../../img/interface/ibutton_close.png) no-repeat scroll 100% -30px;
}
a.ibutton span em.arrow {
	background:transparent url(../../img/interface/ibutton_arrow.png) no-repeat scroll 100% -30px;
}
a.ibutton span em.lock {
	background:transparent url(../../img/interface/ibutton_lock.png) no-repeat scroll 100% -30px;
}
a.ibutton span em.unlock {
	background:transparent url(../../img/interface/ibutton_unlock.png) no-repeat scroll 100% -30px;
}
a.ibutton span em.print {
	background:transparent url(../../img/interface/ibutton_print.png) no-repeat scroll 100% -30px;
}
a.ibutton span em.download {
	background:transparent url(../../img/interface/ibutton_download.png) no-repeat scroll 100% -30px;
}
a.ibutton span em.mail {
	background:transparent url(../../img/interface/ibutton_mail.png) no-repeat scroll 100% -31px;
}
a.ibutton span em.shop {
	background:transparent url(../../img/interface/ibutton_shop.png) no-repeat scroll 100% -31px;
}
a.ibutton span em.next {
	background:transparent url(../../img/interface/ibutton_next.png) no-repeat scroll 100% -31px;
}
#breadcrumb {
	font-size:11px;
	margin:30px auto;
	padding:0 0 30px;
	width:917px;
	border-bottom: 1px solid #C5C5C5;
}

#breadcrumb ul li {
	float: left;	
}

#breadcrumb ul li.spacer {
	margin: 0 3px 0 8px;
}

#breadcrumb ul li a, #breadcrumb ul li span {
	font-size: 12px;
	display:block;
	font-weight:bold;
	padding-bottom:6px;
	text-align:left;
}

#breadcrumb ul li.spacer span { 
	margin-top: 4px;
	display: block;
	width: 10px;
	height: 10px;
	background: url(/img/interface/arrow.gif) no-repeat;	
}

#breadcrumb .icons {
	margin-left: 10px;
	margin-top: 10px;	
}

#breadcrumb .icons img {
	width: 50px;
	float:left;
	margin-left:-22px;
	margin-top:-9px;
}

#breadcrumb  ul.applications li { 
	
}

#breadcrumb .icons img {
	margin-top: -11px;
}
.loader {
	float: left;
	padding-bottom:20px;
	padding-right:20px; 
	text-align: center;	
}
div.empty-select {
	font-size: 15px;
	font-weight: bold;	
}
#bank {
	display: none;	
}
.frame.hide {
	display: none;	
}

.box .total {
	font-size: 16px;	
}
.text:focus, .identify-form .row .text.focus, .identify-form .row-holder .text.focus, .login-popup .login-form .text.focus {
	background: #fffde3;	
}
.identify-form .row .text.readonly.focus, .identify-form .row-holder .text.readonly.focus, .login-popup .login-form .text.readonly.focus {
	background: #FFFFFF;
}

.ro {
	background-color: #f0fcff;
}

.identify-form .row .text.ro.focus, .identify-form .row-holder .text.ro.focus, .login-popup .login-form .text.ro.focus {
	background: #f0fcff;	
}

#steps .bar, #cart .bar {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:10px 0px 0 0;
}

#steps .bar li, #cart .bar li  {
	float:left;
	font-weight:bold;
	padding:0 0px 0 4px;
}

#steps .step {
	clear: both;
	padding: 0 0 20px 0;	
}

#steps .step .bar {
	float: left;
	width: 926px;	
}

#steps .step .bar li {
	padding:0 5px 0 0px;
}
#steps .step .bar li span.arrow {
	display: block;
	width: 16px;
	float: left;
	height: 22px;
	background: url(../../img/interface/but_arrow.gif) no-repeat 0 4px;
}

#steps .step .bar li span.arrow.grey {
	background: url(../../img/interface/but_arrow_grey.gif) no-repeat 0 4px;
}
.nobg {
	background: none;	
}
.basic-features {
	border:medium none;
	width:545px;
}
.basic-features ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.basic-features li {
	border-bottom:1px solid #DDDDDD;
	height:37px;
	background-color:#FFFFFF;
	cursor:pointer;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:6px 10px 2px;
}
.basic-features img.tick {
	float:right;
}
.list-below {
	background-color:#FFFFFF;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:1px;
	width:545px;
}
.list-below .vue .name {
	display: block;
	background: url( /img/interface/silk-tick.png ) no-repeat;	
	padding-left: 25px;
}
.list-below .vue.cross .name {
	background: transparent url(/img/interface/cross-icon.gif) no-repeat scroll 3px 4px;	
}
.list-below li span.name {
	float:left;
}
.list-below li span.price {
	float:right;
}
.list-below li.vue div.desc {	
	padding-left: 25px;
	clear:both;
	font-weight:normal;
}
.btn-help {
	cursor: help;	
}

.gridCol3 {
display:inline;
float:left;
margin:0 10px;
min-height:1px;
width:205px;
}

.gridCol3 h3 {
color:#2C2C2C;
font-size:18px;
letter-spacing:-0.01em;
margin:6px 0 0;
padding:4px 0 0;
}

.gridCol3 p {
	padding-left:0;	margin:0 0 16px;
padding:5px 0 0;
}

p.imageContainer {
line-height:0;
margin:0;
padding:0;
}

.htmlInclude .contentTitle h3 {
color:#B2B2B2;
letter-spacing:-0.01em;
line-height:27px;
margin-bottom:42px;
font-size: 24px;
}

.gridRow {
margin:0 auto;
overflow:hidden;
padding:0px;
width:915px;
}

div.horizontalSeparator, div.toggleSeparator {
	background:white url(/img/interface/separator.png) repeat-x scroll 0 0;
	clear:both;
	height:12px;
	margin-bottom:15px;
	margin-top:30px;
}

.icons li a.add {
	display: none;	
}