/* reset */

html, body, div, span, h1, h2, h3, p, a, em, font, img, ol, ul, li, form, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
ul li {
	list-style-type: square !important;
	color: #004a8f;
}
ol {
	list-style-position: inside;
}
ol li {
	margin: 10px 0;
}

/* end reset */

/* special classes */

.tnu {
	text-decoration: none;
}
.tb {
	color: #000;
}
.mt10 {
	margin-top: 10px;
}
.t4 {
	font-size: 14px;
}

/* end special classes */

/* global */

html, body {
	width: 100%;
	min-width: 1003px;
	/* new background */
	background: #5e8aa4 url('/img/base3-background.jpg') no-repeat center 0;
	/* old background */
	/* background: #5e8aa4 url('/img/background-gradient.gif') repeat-x 0 0; */
	/* new year background */
	/* background: #5e8aa4 url('/images/bg.jpg') no-repeat center 0; */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1;
	font-size: 12px;
	_width: expression(body.clientWidth>1003 ? "auto" : "1003px");
}
div.global {
	width: 1000px;
	position: relative;
	left: 50%;
	font-size: 1em;
	margin: 0 0 0 -500px;
	background: #fff;
	overflow: hidden;
}
a {
	color: #1278b4;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.dashed {
	text-decoration: none;
	border-bottom: 1px dashed #1278b4;
}
a.dashed:hover {
	border-bottom: none;
}
a.big {
	font-size: 1.2em;
	color: #3d7698;
	border-bottom: 1px dashed #3d7698;
	text-decoration: none;
	font-weight: bold;
}
a.big:hover {
	border-bottom: 1px solid #fff;
}
a.who-is {
	color: #ff0000;
}
p.line-height {
	line-height: 5px;
}
div.both {
	clear: both;
}
input {
	font-size: 0.9em;
}
input.text {
	border-top: 1px solid #999;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #e1e1e1;
	padding: 3px;
	vertical-align: middle;
}
input.checkbox {
	width: 16px;
	height: 16px;
}
input.button {
	border: 1px solid #1279b5;
	padding: 2px;
	width: auto !important;
	overflow: visible;
	color: #fff;
	background-color: #006aa7;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url("/img/button-gradient.gif");
	cursor: pointer;
	height: 22px;
}
h1 {
	color: #0f4c73;
	font-weight: bold;
	font-size: 1.5em;
}
h2 {
	color: #0f4c73;
	font-size: 1.4em;
	font-weight: bold;
}
b.price {
	color: #ff1d00;
	font-size: 1.5em;
}
a.more {
	position: absolute;
	right: 0;
	padding: 6px;
}
ul {
	margin: 0 0 0 20px;
}
ul li {
	list-style-type: disc;
	margin: 2px 0;
}
i.description {
	font-style: normal;
	color: #999;
}
option {
	cursor: pointer;
}

/* end global */

/* header */

div.header {
	background: #edf7fd url("/img/top-background.gif") repeat-x;
	position: relative;
	padding: 0;
}
div.header div#flash {
	height: 98px;
}
div.header div.logo {
	width: 755px;
	height: 98px;
}
div.header div.top-logo {
	width: 1000px;
	height: 120px;
	overflow: hidden;
	/*background: url('/img/top-background.jpg') no-repeat 0 0;*/
}
.openx {
	float: left;
	height: 120px;
}
.openx-first {
	width: 225px;
}
.openx-second {
	width: 775px;
}
div.header div.links {
	position: absolute;
	top: 10px;
	right: 30px;
}
div.header div.links img {
	vertical-align: middle;
	margin: 0 5px 0 20px;
}
div.header div.links a {
}
div.header div.links a:hover {
	color: #205c83;
}
div.header div.search form {
	position: absolute;
	top: 67px;
	right: 25px;
}
div.header div.search input {
	vertical-align: middle;
	color: #bebebe;
}
div.header div.search input.search {
	width: 145px;
}
div.header div.top-menu {
	background: #1279b5;
	color: #f5f5f5;
	text-align: center;
	padding: 8px 0;
}
div.header div.top-menu a {
	color: #fff;
	padding: 0 8px;
}
div.header div.top-menu a.on {
	text-decoration: none;
}
div.header div.top-menu a.on:hover {
	text-decoration: underline;
}
div.header div.top-menu-dev {
	background: #1279b5;
	text-align: center;
	padding: 8px 0 8px 5px;
	overflow: hidden;
	width: 1000px;
}
div.header div.top-menu-dev a {
	color: #f5f5f5;
	float: left;
	margin: 0 12px 0 11px;
	text-align: center;
	position: relative;
	border: 1px solid #1279b5;
}
div.header div.top-menu-dev a.on {
	text-decoration: none;
	font-weight: bold;
}
div.header div.top-menu-dev a em {
	white-space: nowrap;
	display: block;
	font-style: normal;
	margin-top: 30px;
}
div.header div.top-menu-dev img {
	height: 24px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
}
div.popup {
	width: 505px;
	background: #fff;
	border: 1px solid #999;
	position: fixed;
	text-align: center;
	display: none;
	padding: 3px 0;
	left: 50%;
	top: 50%;
	margin-left: -252px;
	margin-top: 0;
	z-index: 5;
}

/* end header */

/* whois */

div.whois {
	background: #e7f7ff url("/img/top-gradient.gif") repeat-x bottom left;
	/* background: #e7f7ff url('/images/top.jpg') no-repeat 0 0; */
	border-top: 1px solid #c7d2d9;
	border-bottom: 1px solid #a2c2d9;
	margin: 0 0 2px 0;
	padding: 5px 0 3px 0;
	overflow: hidden;
	height: 1%;
	position: relative;
}
div.whois a {
	font-size: 0.9em;
}
div.whois span {
	float: left;
	margin: 0 0 0 40px;
}
div.whois span.phones {
	padding: 15px 0 13px 10px;
	margin-right: 10px;
}
div.whois span.whois {
	padding-top: 6px;
	line-height: 20px;
}
div.whois input.whois {
	width: 200px;
	color: #bebebe;
}
div.whois span.domains a {
	text-decoration: none;
	border-bottom: 1px dashed #1278b4;
	margin: 0 0 0 7px;
}
div.whois span.domains a:hover {
	border-bottom: none;
}
div.whois span.domains div {
	position: relative;
	margin: 7px 0;
}
div.whois span.domains input {
	margin: 0 30px 0 0;
	position: relative;
	cursor: pointer;
}
div.whois span.domains label {
	cursor: pointer;
	position: absolute;
	margin: 3px 0 0 -27px;
}
div.whois span.link div {
	margin: 8px 20px 0 5px;
	text-align: right;
}
div.whois span.link input {
	margin: 0;
	width: 70px;
}
div.whois span.login {
	color: #305a9e;
	line-height: 14px;
	padding: 7px 0 0 0;
}
div.whois span.login a {
	text-decoration: none;
	border-bottom: 1px dashed #1278b4;
	position: relative;
	top: -7px;
}
div.whois span.login a:hover {
	border: 0;
}
div.whois span.login input {
	margin: -3px 7px 7px 0;
	width: 80px;
	color: #bebebe;
	vertical-align: middle;
}
div.whois span.login input.login {
	width: inherit;
	color: #fff;
}
div.whois span.auth {
	margin-top: 13px;
	position: absolute;
	right: 35px;
	text-align: center;
	line-height: 16px;
}
div.whois span.auth a {
	text-decoration: none;
	border-bottom: 1px dashed #1278b4;
}
div.whois span.auth a:hover {
	border: 0;
}

/* end whois */

/* hr */

div.hr {
	margin: 0;
	border-bottom: 1px solid #cfeeff;
	height: 5px;
	background: #007bbd;
	font-size: 0;
	line-height: 0;
}
div.hr-dotted {
	height: 1px;
	line-height: 0;
	font-size: 0;
	border-top: 1px dotted #a5ceee;
}

/* end hr */

/* content */

div.content {
	border-top: 1px solid #98bbcd;
}
div.leftbox {
	position: relative;
	background: #fff;
	z-index: 10;
	border-left: 1px dotted #98bbcd;
}
div.leftbox, div.rightbox {
	float: left;
	width: 230px;
}
div.leftbox div.border-right {
	border-right: 1px dotted #a5ceee;
}
div.special-bonus {
	border: 1px dotted #a5ceee;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 10px 10px 0 10px;
	color: #414141;
	margin: 10px 0 0 0;
	line-height: 16px;
}
div.special-bonus h1 {
	display: block;
	font-size: 20px;
	color: #920000;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #c7d1d8;
}
div.special-bonus span.nb {
	display: none;
	text-align: left !important;
	margin: 0 0 10px 0;
}
div.special-bonus img {
	float: left;
	margin: 0 10px 0 0;
}
div.special-bonus a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
div.special-bonus a:hover {
	color: #187cb6;
}
div.special-bonus div.spr {
	clear: both;
	margin-top: 7px;
}
div.rightbox {
	border-right: 1px dotted #a5ceee;
	border-left: 1px dotted #a5ceee;
}
div.leftbox div.action {
	float: left;
	width: 100%;
	line-height: 16px;
	position: relative;
	border-bottom: 1px dotted #a5ceee;
}
div.leftbox div.action a {
	text-decoration: none;
	border-bottom: 1px dashed #1278b4;
}
div.leftbox div.action a:hover {
	border: 0;
}
div.leftbox div.action b {
	color: #ff1d00;
}
div.leftbox div.action img {
	float: left;
}
div.leftbox div.action p {
	position: absolute;
	left: 80px;
	top: 50%;
	margin-top: -20px;
}
div.leftbox div.menu {
	margin: 10px 0 0 15px;
	padding-right: 10px;
	font-weight: bold;
	line-height: 20px;
}

/* leftbox and rightbox news */

div.leftbox div.news, div.rightbox div.news {
	clear: left;
	border-bottom: 1px dotted #a5ceee;
	padding: 0 0 10px 0;
}
div.leftbox div.news span.date a, div.rightbox div.news span.date a, div.leftbox div.news span.news a, div.rightbox div.news span.news a {
	text-decoration: none;
	color: #000;
}
div.leftbox div.sp-news {
	border-right: 1px dotted #a5ceee;
	margin-bottom: 10px;
}
div.leftbox div.news a.on {
	color: #000;
	text-decoration: none;
}
div.leftbox div.news a.on:hover {
	color: #444;
	text-decoration: underline;
}
div.leftbox div.news span.date a:hover, div.rightbox div.news span.date a:hover, div.leftbox div.news span.news a:hover, div.rightbox div.news span.news a:hover {
	color: #444;
	text-decoration: underline;
}
div.leftbox div.news span.title, div.rightbox div.news span.title {
	/* background: #3587be url("/img/ht.gif") no-repeat 7px center; */
	/* background: #3587be url('/images/header.jpg') no-repeat 0 center; */
	background: #3587be url('/img/blockline.gif') no-repeat 0 0;
	padding: 6px 0 6px 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 3px;
	display: block;
}
span.date {
	font-weight: bold;
	display: block;
	margin: 10px 10px 0 10px;
}
span.date a {
	color: #797979 !important;
	font-size: 11px !important;
	font-weight: normal !important;
}
span.news {
	display: block;
	margin: 5px 20px 0 10px;
	border-bottom: 1px dotted #a5ceee;
	padding-bottom: 10px;
}
div.nav {
	position: relative;
	margin: 10px 0 20px 0;
	overflow: hidden;
}
div.nav div {
	float: left;
}
div.nav div.center-nav {
	border: 1px solid #000;
	position: absolute;
	left: 50%;
	margin-left: -100px;
}
div.nav div.right-nav {
	float: right;
}
div.nav a {
	padding: 2px 5px;
	background: #3587be;
	text-decoration: none;
	color: #fff;
}
div.nav a:hover {
	text-decoration: underline;
}
div.nav b {
	padding: 2px 3px;
}
div.main {
	float: left;
	line-height: 17px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
	padding: 0 15px;
	position: relative;
}
div.content div.warning {
	background: #ff7474;
	border: 1px solid #ff0000;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	margin: 10px 0;
	padding:  5px 10px;
}
div.main div.warning a {
	color: #fff;
}
div.main p {
	margin: 15px 0;
}
div.rates {
	border-top: 1px dotted #a5ceee;
	padding: 15px 0;
	float: left;
	border-bottom: 1px dotted #a5ceee;
}
div.rate {
	float: left;
	width: 223px;
	height: 1%;
	padding: 0 10px 20px 10px;
	position: relative;
}
div.rate table {
	font-size: 12px !important;
}
div.rate h2 {
	border: 1px dotted #a5ceee;
	padding: 10px 70px 10px 10px;
	background-position: 104% 70%;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.tariffs h2 {
	padding: 0;
	border: 0;
}
div.rate span.bottom {
	width: 220px;
	position: absolute;
	bottom: 0;
	display: block;
	height: 20px;
}
div.end {
	border: 0;
}
table {
	border: 1px solid #3587be;
}
table thead tr {
	background: #3587be;
	color: #fff;
	font-weight: normal;
}
table tr.odd {
	background: #e6e6e6;
}
table tr.even {
	background: #fafafa;
}
table tfoot tr {
	background: #cae1f1;
}
div.informer {
	background: #e2f2ff url("/img/green-ball.gif") no-repeat 15px center;
	padding: 10px 15px 10px 65px;
	border: 1px dotted #a5ceee;
	overflow: hidden;
}
div.informer span {
	width: 221px;
	float: left;
	height: 1%;
	margin-left: 5px;
}
div.informer span a {
	padding: 0;
}
div.informer span img {
	vertical-align: middle;
}
div.no-background {
	background-image: none;
	background-repeat: no-repeat;
	padding: 5px 0;
	width: 100%;
	float: left;
}

ul.tabs {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px;
	height: 24px;
	overflow: hidden;
}
ul.tabs li {
	float: left;
	list-style-type: none !important;
	overflow: hidden;
	margin: 0;
	height: 24px;
	padding: 0;
	text-align: center;
}
ul.tabs li a {
	padding: 2px 10px 0 15px;
	color: #253f4e;
	margin-bottom: 0;
	background: #fff url('/img/tabs-gradient.gif') repeat-x 0 -1px;
	height: 24px;
	display: block;
	text-decoration: none;
	border-color: #b2bdcc;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 0;
}
ul.tabs li a.on {
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	border-color: #818f9f;
	border-style: solid;
	border-right-width: 1px;
}
ul.tabs li a.plusbor {
	border-right-width: 1px;
}
div.tab-content {
	background: #1279b5;
	border: 1px solid #818f9f;
	margin: 0;
}
div.tab-content p {
	background: #ffffff;
	margin: 0;
	padding: 12px;
}
div.registration {
	height: 20px;
	float: left;
	border-bottom: 1px solid #dbdbdb;
}
div.registration span {
	width: 40px;
	height: 28px;
	font-size: 1.5em;
	padding-top: 12px;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	background: #dbdbdb url("/img/registration.gif") no-repeat -40px 0;
	color: #959595;
}
div.registration span.on {
	background: #0089bf url("/img/registration.gif") no-repeat 0 0;
	color: #fff;
}
div.registration span.end {
	margin: 0;
}
sup.req {
	color: #ff0000;
	font-size: 1.3em;
	vertical-align: baseline;
}
ul.err {
	color: #ff0000;
	margin: 0;
}
ul.err li {
	margin: 0 30px;
}
ul.faq, ul.faq li {
	margin: 5px 10px;
}
div.software-block {
	margin: 0 0 0 20px;
}
div.software-block img {
	position: absolute;
}
div.software-block span {
	display: block;
	margin: 0 0 30px 35px;
	line-height: 18px;
}
a.ct-link {
	font-size: 1.4em;
	color: #ff0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
a.ct-link:hover {
	border: none;
	text-decoration: none;
}
table.partners {
	border: none;
	width: 100%;
}
table.partners td {
	border-bottom:1px dotted #a5ceee;
	vertical-align: top;
	padding: 15px;
}
table.partners td img {
	display: block;
}
a.dotted {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
a.dotted:hover {
	border: none;
}
table.datacenter {
	width: 100%;
	background: #3587be;
	border: 0;
}
table.datacenter td {
	background: #fff;
	padding: 3px;
	text-align: center;
}
table.datacenter td img {
	display: block;
	margin: 0 auto;
	width: 115px;
	height: 115px;
}
p.dopServ {
	display: none;
}
input.noneButton {
	display: none !important;
}
div.vps {
	background: #fff3c9;
	border: 1px dotted #ffd236;
	padding: 13px;
	overflow: hidden;
}
div.vps img.vps-title {
	float: left;
	margin-right: 18px;
}
div.vps img.vps-star {
	float: left;
	margin-right: 10px;
}
div.vps em {
	font-size: 15px;
	display: block;
	font-style: normal;
	margin-right: 50px;
	padding-top: 10px;
}
div.vps ul {
	margin-left: 55px;
}
div.twitter {
	background: #ddeefa;
	margin: 10px;
	padding: 7px;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
}
div.twitter img {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
table.table-odd {
	background: #eee;
}
table.table-even {
	background: none;
}
table.table-even {
	
}
table.table-review {
	border: none;
}
table.table-review img {
	vertical-align: middle;
	margin: 0 15px;
}
table.table-review img.quotes {
	margin: 0;
}
table.table-review span {
	color: #777;
	font-style: italic;
}
table.table-review a {
	font-weight: bold;
}
div.review {
	padding: 10px 10px 0 10px;
}
div.review h1 {
	color: #13528d;
	font-size: 14px;
	font-weight: bold;
}
div.review img {
	max-width: 100px;
}
div.review span {
	font-size: 11px;
	color: #777;
	font-style: italic;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dotted #a5ceee;
}
div.review a {
	color: #000;
	text-decoration: none;
}
div.review a:hover {
	text-decoration: underline;
}
div.popup-window {
	background: none;
	background-image: url('/img/transparent-background.png');
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}
div.popup-window table {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0;
	width: 500px;
	z-index: 20000;
}
div.popup-window table img {
	display: block;
}
div.popup-window table img.popup-close {
	float: right;
}
div.popup-window table td.c h1 {
	color: #007cb6;
	font-size: 18px;
	font-weight: normal;
	margin-top: 2px;
}
div.popup-window table td.tl {
	width: 39px;
	height: 39px;
	background: none;
	background-image: url('/img/popup-corners.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.popup-window table td.t {
	width: 100%;
	height: 39px;
	background: none;
	background-image: url('/img/popup-top.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
div.popup-window table td.tr {
	width: 39px;
	height: 39px;
	background: none;
	background-image: url('/img/popup-corners.png');
	background-repeat: no-repeat;
	background-position: -39px 0;
}
div.popup-window table td.l {
	width: 39px;
	height: 100%;
	background: none;
	background-image: url('/img/popup-left.png');
	background-repeat: repeat-y;
	background-position: 0 0;
}
div.popup-window table td.c {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: none;
	padding: 2px 5px;
	line-height: 16px;
}
div.popup-window table td.r {
	width: 39px;
	height: 100%;
	background: none;
	background-image: url('/img/popup-right.png');
	background-repeat: repeat-y;
	background-position: 0 0;
}
div.popup-window table td.bl {
	width: 39px;
	height: 39px;
	background: none;
	background-image: url('/img/popup-corners.png');
	background-repeat: no-repeat;
	background-position: 0 -39px;
}
div.popup-window table td.b {
	width: 100%;
	height: 39px;
	background: none;
	background-image: url('/img/popup-bottom.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
div.popup-window table td.br {
	width: 39px;
	height: 39px;
	background: none;
	background-image: url('/img/popup-corners.png');
	background-repeat: no-repeat;
	background-position: -39px -39px;
}
div.annot {
	color: #999;
}
thead.light-thead, tbody.light-tbody {
	font-size: 12px;
}
thead.light-thead th {
	background: #d9ebf9;
	color: #1179b8;
	padding: 7px 0;
	width: 90px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
thead.light-thead th img {
	vertical-align: middle;
}
tbody.light-tbody td {
	padding: 3px 5px;
	text-align: center;
}
tbody.light-tbody td img {
	vertical-align: bottom;
}
td.info div {
	display: none;
	font-size: 11px;
	color: #444;
	margin: 5px 5px 5px 30px;
}
img.rur {
	vertical-align: baseline !important;
}
span.rur {
	font-size: 16px;
	color: #b80000;
}
i.gray {
	color: #787679;
	font-style: normal;
}
input.inputs {
	color: #fff;
	background: #dc3e3e url('/img/inputs-gradient.gif') repeat-x 0 -20px;
	border-top: 1px solid #a76161;
	border-bottom: 1px solid #e38383;
	border-left: 1px solid #be8282;
	border-right: 1px solid #b67575;
	cursor: pointer;
	padding: 2px 3px;
	margin: 7px 0;
}
input.inputs:hover {
	background: #fc6061 url('/img/inputs-gradient.gif') repeat-x 0 0;
	border-top: 1px solid #d36362;
	border-left: 1px solid #d98789;
	border-bottom: 1px solid #f49998;
	border-right: 1px solid #d67c7c;
}
a.alltariffs {
	color: #ff0000;
}
div.winners {
	border-top: 1px dotted #a5ceee;
	background: url('/img/winners.gif') no-repeat 100% 0;
	margin-top: 10px;
	padding-top: 25px;
}
div.winners table {
	border: 0;
	width: 100%;
}
div.winners table td {
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 12px;
}
div.winners div.frame {
	width: 144px;
	height: 144px;
	margin: 0 auto;
	background: url('/img/frame.gif') no-repeat 0 0;
	position: relative;
}
div.winners div.frame img {
	display: block;
	width: 101px;
	height: 104px;
	position: absolute;
	top: 20px;
	left: 22px;
}
div.winners div.frame span {
	position: absolute;
	width: 38px;
	height: 46px;
	display: block;
	background: url('/img/medal.png') no-repeat 0 0;
	right: 4px;
	bottom: 0;
	z-index: 10;
}

/* end content */

/* domain registration */

input.query {
	border: 1px solid #999;
	background: url('/img/input-text.gif') repeat-x 0 0;
	font-size: 16px;
	padding: 5px;
	width: 420px;
	margin: 0 auto;
	color: #999;
	padding-right: 37px;
}
input.search {
	width: 32px;
	height: 22px;
	top: 5px;
	left: -38px;
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
}
div.domains {
	overflow: hidden;
}
div.domains div.domain {
	float: left;
	width: 100px;
	height: 70px;
	color: #333;
	font-weight: bold;
	margin: 12px;
	background-image: url('/img/grad.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	position: relative;
}
div.domains div.domain input {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -15px 0 0 -10px;
	cursor: pointer;
}
div.domains div.domain span.title {
	position: absolute;
	text-align: center;
	bottom: 7px;
	width: 100%;
}
div.domains div.domain span.title-max {
	font-size: 18px !important;
}
div.domains div.domain span.none {
	color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -3px;
}
div.domains div.domain img.ajaxl {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -16px;
}
p#otherzones {
	display: block;
	cursor: default;
	margin-left: 13px;
}
span.dateright {
	position: absolute;
	right: 20px;
}

/* end domain registration */

table.short_act {
	border: none;
}
table.short_act img {
	width: 75px;
	height: 75px;
	display: block;
}
img.bigpreview {
	max-width: 205px;
	float: right;
	margin: 0 0 15px 15px;
}

/* twitter widget */

#twtr-widget-1 h3, #twtr-widget-1 h4, .twtr-ft span a, img.twtr-profile-img {
	display: none !important;
}
#twtr-widget-1 div {
	border-radius: 0;
}
.twtr-widget p a {
	text-decoration: underline !important;
}
.twtr-widget p a:hover {
	text-decoration: none !important;
}
.twtr-tweet-wrap {
	margin-top: 1px;
}
.twtr-hd {
	padding: 1px 0 0 0 !important;
}

/* end twitter widget */

.noi {
	color: #999 !important;
	font-style: normal !important;
}
div.newpage {
	/*color: #565e62;*/
	color: #000;
	font-size: 12px;
}
div.newpage h1 {
	color: #005787;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 7px;
}
div.newpage div.hr {
	font-size: 0;
	line-height: 0;
	height: 1px;
	border: none;
	background: none;
	border-top: 1px dotted #aeb7c4;
	margin-top: 0;
}
table.newpage {
	margin: 0 50px;
	border: 1px solid #b5c0ce;
}
table.newpage th {
	color: #000;
	background: #dee3eb;
	font-weight: normal;
}
table.newpage tr.odd td {
	background: #f4f6f9;
}
table.newpage td, table.newpage th {
	padding: 7px;
	text-align: center;
}
table.newpage tbody td {
	border-bottom: 1px dotted #aeb7c4;
}
table.newpage tbody tr.noborder td {
	border-bottom: none;
}
table.partner {
	width: 70%;
	margin: 6px auto 0 auto;
	border: 1px solid #b4bfce;
	background: #fff url('/img/partner.jpg') repeat-x 0 100%;
}
table.partner-plus {
	width: 100%;
	background: #fff url('/img/partnersplus.gif') repeat-x 0 100%;
}
table.partner-plus a {
	font-size: 12px;
}
table.partner td {
	padding: 7px;
	font-size: 11px;
	color: #565e62;
}
table.partner td input, table.partner td textarea {
	border: 1px solid #c3c3c3;
	background: #fff;
	resize: none;
	padding: 3px 0;
}

/* cms page */

div.graysquare {
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}
div.graysquare h1 {
	color: #005787;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}
div.graysquare ul {
	line-height: 18px;
	margin-left: 22px;
}
div.graysquare ul li {
	list-style-type: none !important;
	list-style-image: url('/img/labelblue.png') !important;
}

/* end cms page */

/* footer */

div.wrap {
	border-top: 1px solid #cbd9df;
	background: #ecf6fd;
	padding: 2px 0 1px 0;
	border-bottom: 1px solid #c1d2d9;
}
div.footer {
	background: #1278b4;
	color: #fff;
	padding: 7px 15px;
	font-size: 0.9em;
}
div.counters {
	width: 1000px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -500px;
	color: #efefef;
	text-align: center;
	line-height: 35px;
}
div.counters img {
	margin: 0 5px;
}
h1.cmstitle {
	display: block;
	font-size: 18px;
	color: #3d7698;
	font-weight: normal;
	margin-bottom: 13px;
}
h1.cmstitle img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
div.cmstable {
	border: 1px solid #007bbd;
	border-top: 4px solid #007bbd;
	padding: 0 16px;
}
table.cmstable {
	border: none;
}
table.cmstable tr.bottomsolid td {
	border-bottom: 4px solid #007bbd;
}
table.cmstable tr.bottomsolid-mini td {
	border-bottom: 3px solid #007bbd;
}
table.cmstable tr.bottomdotted td {
	border-bottom: 1px dotted #aeb7c4;
}
table.cmstable td {
	text-align: center;
	color: #333;
}
table.cmstable td.td1 {
	color: #00a6b5;
	font-size: 14px;
}
table.cmstable td.td2 {
	color: #cf0000;
	font-size: 14px;
}
table.cmstable td.td3 {
	color: #458b00;
	font-size: 14px;
}
table.cmstable td.td4 {
	color: #bc00c3;
	font-size: 14px;
}
table.cmstable td.td5 {
	color: #ea7400;
	font-size: 14px;
}
table.cmstable td.leftd {
	text-align: left;
	border-right: 1px dotted #aeb7c4;
}
table.cmstable td.infin {
	font-size: 22px;
	color: #444;
}
table.cmstable td.mt {
	font-size: 11px;
	line-height: 12px;
}
table.cmstable td.padd {
	padding-left: 10px;
	font-size: 12px;
}
table.cmstable td.fs {
	font-size: 12px;
}
table.cmstable td.gb {
	background: #f7f7f7;
	font-weight: bold;
	text-align: left;
}
table.none {
	border: none;
	padding: 0;
	margin: 0;
}
table.none td {
	border: none;
	padding: 0;
}

/* end footer */

a.sact {
	line-height: 24px;
}
div.fcol {
	float: left;
	width: 300px;
}
a.dtab {
	float: left;
	color: #000;
	border-top: 1px solid #aeb7c4;
	border-left: 1px solid #aeb7c4;
	border-right: 1px solid #aeb7c4;
	background: #fff url('/img/bt_line.gif') repeat-x 0 100%;
	text-decoration: none;
	margin-right: 2px;
	padding: 3px 13px;
}
a.dtab-on {
	color: #fff;
	background: #007bbd;
	border-color: #007bbd;
	cursor: default;
}
strike {
	color: #999;
}
span.waitfor {
	position: relative;
	top: 3px;
	right: 70px;
	color: #777;
	display: block;
	float: right;
}
div.support {
	border: 1px solid #b2bdcc;
	background: #fff url('/img/support.gif') repeat-x 0 100%;
	padding: 15px 15px 15px 86px;
	overflow: hidden;
	position: relative;
}
div.support img {
	position: absolute;
	margin: 0 0 0 -71px;
	width: 51px;
	height: 42px;
}
div.support h1 {
	font-size: 12px !important;
	color: #000;
}
div.support ul {
	float: left;
	margin: 5px 22px 0 0;
}
div.support ul li {
	margin: 0;
	white-space: nowrap;
	list-style-type: none !important;
}
div.share {
	float: left;
	overflow: hidden;
	position: relative;
}
#facebook {
	width: 135px;
	top: 1px;
}
#vkontakte {
	width: 151px;
}
#google {
	width: 67px;
	top: 1px;
}
#twitter {
	width: 75px;
}
#odnoklassniki {
	width: 69px;
}

.jcarousel-skin-hts .jcarousel-container {
    border: 1px solid #72777f;
    margin-top: 10px;
}

.jcarousel-skin-hts .jcarousel-container-horizontal {
    padding: 10px 55px 5px 55px;
}

.jcarousel-skin-hts .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-hts .jcarousel-item {
    list-style-type: none !important;
    margin: 0 30px 0 0;
}

.jcarousel-skin-hts .jcarousel-next-horizontal, .jcarousel-skin-hts .jcarousel-prev-horizontal {
    position: absolute;
	top: 50%;
	margin-top: -14px;
    width: 16px;
    height: 27px;
    cursor: pointer;
}
.jcarousel-skin-hts .jcarousel-next-horizontal {
    right: 10px;
    background: transparent url('/img/arrow-right-on.gif') no-repeat 0 0;
}

.jcarousel-skin-hts .jcarousel-next-disabled-horizontal {
    cursor: default;
    background-image: url('/img/arrow-right-off.gif');
}

.jcarousel-skin-hts .jcarousel-prev-horizontal {
    left: 10px;
    background: transparent url('/img/arrow-left-on.gif') no-repeat 0 0;
}

.jcarousel-skin-hts .jcarousel-prev-disabled-horizontal {
    cursor: default;
    background: transparent url('/img/arrow-left-off.gif') no-repeat 0 0;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

ul.navi {
	display: block;
	height: 37px;
	overflow: hidden;
	margin: 0;
	background: #3792c8 url('../images/navi-back.gif') repeat-x 0 0;
	padding-left: 6px;
}
ul.navi li {
	color: #fff;
	float: left;
	list-style-type: none !important;
	height: 37px;
	padding: 0 9px !important;
	cursor: pointer;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	margin: 0;
	line-height: 37px;
	background: url('../images/navi-border.gif') no-repeat 100% 5px;
	position: relative;
}
ul.navi li:hover {
	text-decoration: underline;
}
ul.navi li.on {
	cursor: default;
	color: #12374d;
	background: #eef9ff url('../images/navi-on.gif') repeat-x 0 0;
}
ul.navi li.on:hover {
	text-decoration: none;
}
ul.navi li.on img {
	width: 4px;
	height: 37px;
	position: absolute;
	top: 0;
}
ul.navi li.on img.left {
	left: 0;
}
ul.navi li.on img.right {
	right: 0;
}
div.ctd {
	height: 114px;
	background: #fff url('../images/ctd-back.gif') repeat-x 0 0;
	padding: 0;
	margin: 0;
	position: relative;
}
div.ctd-left, div.ctd-ctd, div.ctd-right {
	height: 114px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.ctd-left {
	width: 169px;
	height: 94px;
	left: 0;
	padding: 20px 0 0 90px;
	font-family: Arial;
	background-image: url('../images/ctd-left.jpg');
	line-height: 18px;
}
div.ctd-left span.phone {
	font-size: 16px;
	font-weight: bold;
	color: #b10000;
}
div.ctd-left span.phone strong {
	color: #000;
}
div.ctd-left span.descr {
	font-size: 12px;
	color: #696969;
}
div.ctd-left span.email a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	margin: 0 0 0 3px;
}
div.ctd-left span.email a:hover {
	text-decoration: none;
	color: #000;
}
div.ctd-ctd {
	width: 398px;
	left: 250px;
	background-image: none;
}
div.ctd-ctd span.apple {
	display: block;
	background: url('../images/apple.jpg') no-repeat 11px 0;
	margin: 16px 0 0 0;
	border-bottom: 1px solid #77b2d9;
	height: 32px;
	padding: 10px 10px 0 56px;
	line-height: 18px;
	font-size: 13px;
	text-align: left;
	color: #092738;
}
div.ctd-ctd span.checkdomain {
	margin-top: 17px;
	text-align: center;
	font-size: 14px;
	color: #12374d;
	display: block;
}
div.ctd-ctd span.checkdomain input.checkdomain {
	width: 251px;
	vertical-align: middle;
	position: relative;
	background: #fff url('../images/checkdomain.gif') repeat-x 0 0;
	font-size: 12px;
	color: #bebebe;
}
div.ctd-ctd span.checkdomain input.fix {
	vertical-align: middle;
}
div.ctd-right {
	width: 300px;
	height: 106px;
	right: 0;
	padding: 6px 10px 0 33px;
	background-image: url('../images/ctd-right.jpg');
}
div.ctd-right span.minitab {
	float: left;
	border: 1px solid #b6c0ce;
	height: 22px;
	position: relative;
	z-index: 1;
	background: url('../images/minitab-off.gif') repeat-x 0 100%;
	font-size: 13px;
	cursor: pointer;
	color: #12374d;
	line-height: 20px;
	margin: 0 2px 0 0;
	text-align: center;
}
div.ctd-right span.on {
	font-weight: bold;
	background: #fff;
	z-index: 3;
	border: 1px solid #818f9f;
	border-bottom: none;
	cursor: default;
}
div.ctd-right span.minitab-first {
	width: 153px;
}
div.ctd-right span.minitab-second {
	width: 133px;
}
div.ctd-right span.minicontent {
	width: 276px;
	display: none;
	top: 28px;
	left: 33px;
	border: 1px solid #818f9f;
	background: #fff;
	position: absolute;
	z-index: 2;
	padding: 6px 7px 5px 7px;
}
div.ctd-right span.inputs {
	display: block;
	position: relative;
}
div.ctd-right span.inputs img {
	position: absolute;
	z-index: 10;
	top: 7px;
}
div.ctd-right span.inputs img.login {
	left: 3px;
}
div.ctd-right span.inputs img.password {
	left: 125px;
}
div.ctd-right span.inputs img.dable {
	left: 150px;
}
div.ctd-right span.minicontent input.tabinput {
	background: #fff url('../images/checkdomain.gif') repeat-x 0 0;
	width: 96px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	font-size: 11px;
	color: #bebebe;
	padding-left: 18px;
}
div.ctd-right span.minicontent input.tabmail {
	width: 121px;
}
div.ctd-right span.minicontent input.tabpass {
	width: 71px;
}
div.ctd-right span.minicontent input.subbut {
	width: 31px !important;
}
div.ctd-right span.links {
	display: block;
	margin-top: 6px;
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
	z-index: 10;
}
div.ctd-right span.links a {
	font-size: 12px;
	color: #1278b4;
	text-decoration: underline;
}
div.ctd-right span.links a:hover {
	text-decoration: none;
}
div.ctd-right span.links a.left {
	float: left;
}
div.ctd-right span.links a.right {
	float: right;
}
div.ctd-right span.cart {
	display: block;
	text-align: center;
	margin-top: 10px;
}
div.ctd-right span.cart img {
	vertical-align: middle;
}
div.ctd-right span.cart a {
	font-weight: bold;
	font-size: 12px;
	color: #12374d;
	text-decoration: underline;
}
div.ctd-right span.cart a:hover {
	text-decoration: none;
}

/* index page */

div#contentrotate {
	width: 1514px;
	overflow: hidden;
	height: 440px;
	position: relative;
	z-index: 5;
	left: 0;
}
div#hosting {
	margin-right: 19px;
}
div#vps, div#hosting {
	width: 736px;
	display: inline-block;
	vertical-align: top;
}
div.ind-links {
	overflow: hidden;
	line-height: 30px;
}
div.ind-links a {
	color: #005587;
	font-size: 30px;
	text-decoration: none;
	border-bottom: 1px dashed #005587;
	float: left;
	margin: 0 30px 0 0;
}
div.ind-links a:hover {
	border-bottom: 1px solid #fff;
}
div.ind-links a.on {
	color: #545454;
	border-bottom: 1px solid #fff;
}
div.nwrap {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d1d7da;
	width: 162px;
	height: 149px;
	margin: 0 20px 0 0;
	box-shadow: 0 0 5px #d1d7da;
	-moz-box-shadow: 0 0 5px #d1d7da;
	-webkit-box-shadow: 0 0 5px #d1d7da;
	position: relative;
	color: #545454;
	text-align: center;
	cursor: default;
}
div.last {
	margin-right: 0;
}
div.nwrap div.head, div.nwrap div.head span {
	line-height: 30px;
}
div.nwrap div.head {
	border-bottom: 2px solid #d1d7da;
	font-size: 11px;
	height: 30px;
	position: relative;
	z-index: 2;
	padding: 0 0 0 76px;
	margin: 0 0 15px 0;
	color: #000;
	text-align: left;
}
div.nwrap-vps div.head {
	margin: 0 0 12px 0;
}
div.nwrap-vps span.vps-label, div.nwrap-vps span.vps-param {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 3px 0;
	width: 70px;
	padding: 0;
	color: #545454;
}
div.nwrap-vps span.vps-param {
	color: #000;
	font-size: 14px;
}
div.nwrap div.head span {
	background: #d1d7da;
	color: #fff;
	font-weight: bold;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	height: 32px;
	width: 70px;
	text-align: center;
	overflow: hidden;
}
div.nwrap div.head em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
div.nwrap strong {
	display: block;
	font-size: 40px;
	line-height: 55px;
	font-weight: normal;
}
div.nwrap div.body {
	position: absolute;
	top: 30px;
	left: 0;
	width: 146px;
	height: 95px;
	background: #fff;
	text-align: left;
	color: #000;
	z-index: 1;
	padding: 10px 7px;
	font-size: 11px;
	line-height: 15px;
	display: none;
}
div.nwrap div.body a {
	display: block;
}
div.nwrap span.foot {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 0;
	background: #d1d7da;
	text-align: center;
	width: 100%;
	line-height: 25px;
	height: 25px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
div.label {
	margin: 30px 0;
	width: 736px;
	height: 70px;
	padding: 20px 0 0 0;
	background: #fff url('/img/label.gif') no-repeat 0 0;
	overflow: hidden;
}
div.label span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	color: #545454;
	margin: 0 22px;
	line-height: 13px;
}
div.label span.mdash {
	font-size: 24px;
	margin: 0 auto;
}
div.label span.text {
	color: #717171;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	position: relative;
	top: -5px;
}
div.label span.text strong {
	color: #000;
	font-size: 31px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 30px;
}
h1.nh {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
div.costorder {
	position: relative;
	margin: 5px 0 20px 0;
	height: 33px;
}
div.costorder span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #404040;
	margin: 0 30px 0 0;
	text-align: center;
	line-height: 24px;
}
div.costorder span strong {
	font-size: 24px;
	color: #be1600;
	font-weight: normal;
	vertical-align: middle;
}
div.costorder input {
	border: 1px solid #1279b5;
	background: #006aa7 url('/img/input-button.gif') repeat-x 0 0;
	color: #fff;
	font-size: 14px;
	padding: 4px 15px;
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
	overflow: visible;
}
div.input-emulate {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 33px;
	background: #fff url('/img/input-text2.gif') no-repeat 0 0;
	margin: 0 4px 0 0;
}
div.input-emulate input {
	width: 45px;
	height: 33px;
	border: none;
	position: static;
	line-height: 30px;
	background: none;
	top: 0;
	padding: 0;
	right: 0;
	font-size: 18px;
	text-align: center;
	color: #000;
	cursor: default;
	overflow: hidden;
}

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: move; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { width: 710px; margin: 0 auto; height: 8px; }
.ui-slider-horizontal .ui-slider-handle { top: -1em; margin-left: -1.1em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #5b7280; background: #fafbfc url(images/slider2.png) 0 0 repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #5b7280; background: #8ac0e5; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	width: 33px;
	height: 33px;
	background: url(images/slider.png) 0 0 repeat-x;
	font-weight: bold;
	color: #1c94c4;
}


/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

div.pag {
	width: 726px;
	margin: 5px auto 0 auto;
	white-space: nowrap;
	cursor: default;
}
div.pag b {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	text-align: center;
	font-size: 1em;
	color: #404040;
	font-weight: bold;
}
div.pag b.bull {
	color: #999;
}
div.hint {
	position: relative;
	top: 2px;
	right: 15px;
	float: right;
}
div.collist {
	display: inline-block;
	vertical-align: top;
	width: 316px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
	padding: 3px 0 0 34px;
	line-height: 14px;
	color: #404040;
	margin: 0 0 15px 0;
}
div.collist h1 {
	color: #005587;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 7px 0;
}
div.collist-first {
	margin-right: 20px;
}

/* end index page */

.banners {
	margin: 0;
}
.banners li {
	cursor: pointer;
	float: left;
	list-style-type: none !important;
	list-style-position: outside !important;
	padding: 7px 12px !important;
	margin: 0 !important;
	text-decoration: underline;
	color: #1278b4;
}
.banners li:hover {
	text-decoration: none;
	background: #d7e4f1;
}
.banner-cat-active {
	background: #1278b4;
	color: #fff !important;
	text-decoration: none !important;
}
.banner-cat-active:hover {
	background: #1278b4 !important;
}
.tli {
	background: url('../images/input-text.gif') repeat-x 0 0;
	border: 1px solid #a7a7a7;
	color: #696969;
	padding: 5px;
	width: 340px;
}
.banner-placeholder {
	display: none;
	margin: 15px 0 0 0;
}
