/*
	Author: Garovsky Edgar
	Author URI: http://garovsky.com/
*/


/* Global definitions
----------------------------------- */
* { margin: 0; padding: 0; }

html, body { height: 100%; }

body { color: #202020; text-align: left; background: #efefef; }
	body, h1, h2, h3, h4, h5, h6 { font: 14px/18px Arial, Helvetica, "Trebuchet MS", sans-serif; }

button, img, input, label, select { vertical-align: middle; }
	img { -ms-interpolation-mode: bicubic; }

div, textarea, td, th { vertical-align: top; }

fieldset, img { border: 0; }

hr { border: 1; margin: 10px 0px 10px 0px;}

blockquote { font-style: italic; color: #777; margin: 0 0 12px 25px; }
	blockquote * { font-style: italic; }

address { font-style: normal; }

sub, sup { position: relative; line-height: normal; vertical-align: baseline; }
	sub { bottom: -3px; }
	sup { top: -3px; }
	sub, sub a, sup, sup a { color: #c60075; text-decoration: none; }

p, pre { margin-bottom: 20px; }

ol { list-style: decimal outside; }

ul { list-style: none; }
.partners li { margin-bottom: 20px; }

.news-short ul { margin-bottom: 16px; }



ins { position: absolute; left: 0; text-decoration: none; overflow: hidden; }

table { border-collapse: collapse; }
	th, caption { font-weight: 400; text-align: left; }

a, button, label { cursor: pointer; }

:active, :focus { outline: none; -moz-outline-style: none; }

::selection { color: #fff; background: #059bcd; }
::-moz-selection { color: #fff; background: #059bcd; }

a { color: #0e6297; text-decoration: underline; }
	a:hover { color: #000; }


/* Titles */
h1, h2, h3, h4, h5, h6 { font: 24px/28px Arial, Helvetica, "Trebuchet MS", sans-serif; color: #484848; margin: 30px 0 10px; }
	h5, h6 { margin: 0 0 12px; }

h3 { font-size: 21px; line-height: 25px; }

h4 { font-size: 18px; line-height: 22px; margin-bottom: 20px;}

h5 { font-size: 16px; font-weight: 700; line-height: 20px; }

h6 { font-size: 14px; font-weight: 700; line-height: 18px; }

.title { color: #c50074; margin-top: 0; }

.subtitle { margin: 0 0 15px; }



/* Form elements */
input.textual, select, textarea, .select { font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #393939; }

button {
	height: 27px;
	font: 700 13px/26px Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #fff;
	background: #51a0c4 url(bg.png) 0 -542px;
	padding: 0 10px;
	border: 0;
	border-right: 1px solid #0f6994;
	border-bottom: 1px solid #0f6994;
	overflow: hidden;
}
	button:focus, button:hover { color: #000; }

input.textual, select, textarea {
	background: #f6f6f6;
	padding: 6px 8px 7px;
	border: 0;
	border-left: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
}
	input.textual:focus, input.textual:hover, select:focus, select:hover, textarea:focus, textarea:hover { background: #fff6d9; }
	select { padding-right: 8px; padding-bottom: 5px\9 }
	textarea { overflow: auto; resize: none; }


/* Styled form elements */
.input, .textarea, .select .inner { background: #f6f6f6; border: 1px solid; border-color: #aeaeae #f7f7f7 #fbfbfb #b2b2b2; }

.input { height: 26px; }
	.input-focus, .textarea-focus, .select-focus .inner { background: #fff6d9; border-top-color: #b5ae9a; border-bottom-color: #fffbf0; }
	.input div, .select .inner div { height: 28px; background: url(bg.png) 0 -430px no-repeat; margin: -1px; }
		.input-focus .cl, .select-focus .inner .cl { background-position: 0 -486px; }
		.input .cr, .select .inner .cr { width: 100%; background-position: 100% -458px; overflow: hidden; margin: 0; }
			.input-focus .cr, .select-focus .inner .cr { background-position: 100% -514px; }
	.input input.textual, .textarea textarea {
		float: left;
		background: none !important;
		padding: 6px 13px 8px;
		border: 0;
		vertical-align: top;
	}

.select { position: relative; height: 28px; overflow: hidden; white-space: nowrap; }
	.select .inner { position: relative; float: left; height: 26px; }
		.select .inner .cr { width: auto; }
		.select span { float: left; line-height: 26px; background: none !important; padding: 0 27px 0 13px; }
		.select .inner ins {
			left: auto;
			right: 12px;
			top: -1px;
			width: 6px;
			height: 28px;
			background: url(bg.png) 0 -571px;
		}
			.select-focus .inner ins { background-position: 100% -571px; }
	.select select {
		position: absolute;
		left: 0;
		top: 0;
		height: 28px;
		border: 0;
		background: none;
		padding: 0;
		opacity: 0;
		vertical-align: top;
	}

.textarea { position: relative; padding-right: 10px; }
	.textarea .crn { left: -1px; width: 20px; height: 14px; background: url(bg.png) 0 -430px; }
		.textarea .tl { top: -1px; }
			.textarea-focus .tl { background-position: 0 -486px; }
		.textarea .tr { left: -19px; top: -1px; background-position: 0 -458px; margin-left: 100%; }
			.textarea-focus .tr { background-position: 0 -514px; }
		.textarea .bl { bottom: -1px; background-position: 0 -444px; }
			.textarea-focus .bl { background-position: 0 -500px; }
		.textarea .br { left: -19px; bottom: -1px; background-position: 0 -472px; margin-left: 100%; }
			.textarea-focus .br { background-position: 0 -528px; }
	.textarea div { position: relative; width: 100%; overflow: hidden; }
		.textarea textarea { padding-right: 0; }

.button { position: relative; height: 29px; background: #51a0c4 url(button.png) -90px 0; overflow: hidden; }
	.button button, .button-link {
		height: 29px;
		line-height: 28px;
		background: none;
		padding: 0 14px;
		border: 0;
		vertical-align: top;
	}
		.button-link {
			position: relative;
			float: left;
			font-size: 15px;
			font-weight: 700;
			color: #fff;
			text-decoration: none;
			background: #51a0c4 url(button.png) -90px 0;
			overflow: hidden;
		}
			.button-link:hover { color: #000; }
		.button ins, .button-link ins {
			left: -14px;
			top: 0;
			width: 14px;
			height: 29px;
			background: url(button.png) -386px 0;
			margin-left: 100%;
		}



/* Main blocks
----------------------------------- */
#measurer {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

.layout {
	position: relative;
	min-width: 975px;
	min-height: 100%;
	padding: 0 15px;
	overflow: hidden;
}
	.layout-top { top: 0; width: 100%; height: 152px; background: #428fb3 url(layout.png) 50% 0 no-repeat; }
	.layout-inner {
		position: relative;
		min-width: 965px;
		max-width: 1100px;
		background: #fff url(icons.png) -376px 100% no-repeat;
		margin: 50px auto;
	}

.content-holder { float: left; width: 100%; }
	.content { margin: 0 50px 45px 350px; }
		.content-inner { width: 100%; padding: 40px 0 0 15px; margin-left: -15px; overflow: hidden; }

.sidebar {
	position: relative;
	float: left;
	width: 250px;
	margin-left: -100%;
	padding: 0 0 55px 50px;
}

.container:after, .domain-check .cr:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.nobr { white-space: nowrap; vertical-align:middle;}

.br { white-space: normal; }

.over { overflow: hidden; }

.overflow { width: 100%; overflow: hidden; }



/* Header
----------------------------------- */
.header-nav {
	position: relative;
	top: -50px;
	height: 50px;
	line-height: 50px;
	color: #92d3f1;
	text-align: justify;
	text-justify: newspaper;
	margin: 0 -50px -50px 0;
	overflow: hidden;
}
	.wide .header-nav { font-weight: 700; }
	.header-nav li { display: -moz-inline-stack; display: inline-block; text-align: left; }
		.header-nav .blank { width: 100%; text-align: justify; }
	.header-nav a { color: #fff; }
		.header-nav a:hover { color: #fff; text-decoration: none; }
		.header-nav .active a, .header-nav .active a:hover { color: #92d3f1; text-decoration: none; }

.header-banner { min-height: 105px; padding: 50px 0 5px; }  /* 700(570)x105px */
	.header-banner img { vertical-align: top; }

.header {
	position: relative;
	top: -50px;
	width: 300px;
	height: 204px;
	background: #9c005b url(icons.png) -76px -16px no-repeat;
	margin: 0 0 -4px -50px;
}
	.header a { color: #fff; }
		.header a:hover { color: #fff; text-decoration: none; }
	.header .bg {
		left: -76px;
		top: 0;
		width: 76px;
		height: 119px;
		background: url(icons.png) 0 -16px;
	}

.logo a {
	position: absolute;
	left: 2px;
	top: 42px;
	width: 255px;
	height: 30px;
	text-indent: -9999px;
	background: url(logo.png) no-repeat;
}
	.logo ins {
		left: 163px;
		top: -26px;
		width: 92px;
		height: 92px;
		background: url(logo-icon.png);
	}

.live {
	position: absolute;
	left: 50px;
	top: 110px;
	font-size: 15px;
	font-weight: 700;
}
	.live ins {
		left: -24px;
		top: -10px;
		width: 28px;
		height: 27px;
		background: url(icons.png) -42px -135px;
	}

.control-panel { position: absolute; left: 50px; top: 135px; }
	.control-panel .inner {
		position: absolute;
		left: -17px;
		top: -8px;
		display: none;
		width: 256px;
		font: 12px/16px Tahoma, Arial, Helvetica, sans-serif;
		color: #fff;
		background: #428fb3;
		padding: 42px 17px 8px;
	}
		#nojs .control-panel:hover .inner { display: block; }
		.control-panel .field { padding-bottom: 6px; overflow: hidden; }
			.control-panel input { width: 140px; color: #1a5d7c; }
				#nojs .control-panel input { float: right; background: #85bcd6; border-top-color: #5e8598; border-left-color: #5e8598; }
			.control-panel .input { float: right; background: #85bcd6; border-top-color: #5e8598; border-bottom-color: #5da1c1; }
				.control-panel .input-focus, #nojs .control-panel input:focus, #nojs .control-panel input:hover { background: #a8d1e3; border-top-color: #7794a1; border-bottom-color: #6ba9c6; }
				.control-panel .input div { background-position: 0 -318px; }
					.control-panel .input-focus div { background-position: 0 -374px; }
					.control-panel .input .cr { width: auto; background-position: 100% -346px; }
						.control-panel .input-focus .cr { background-position: 100% -402px; }
			.control-panel label { display: block; padding-top: 5px; overflow: hidden; }
				.control-panel label:hover { color: #ddd; }
			.control-panel .submit { padding-top: 1px; overflow: hidden; }
				.control-panel button {
					float: right;
					width: 90px;
					height: 29px;
					font-size: 15px;
					line-height: 28px;
					background: url(button.png);
					padding: 0;
					border: 0;
				}
			.control-panel ul { margin-top: -6px; }
				.control-panel li { padding-bottom: 2px; }
		.control-panel .close {
			position: absolute;
			right: 6px;
			top: -1px;
			width: 20px;
			height: 20px;
			text-indent: -9999px;
			background: #eee url(bg.png) 0 -290px;
		}
			.control-panel .close:hover { -ms-filter: "alpha(opacity=80)"; opacity: .8; }
		.control-panel .top, .control-panel .bottom { top: -8px; width: 290px; height: 8px; background: url(icons.png); }
			.control-panel .bottom { top: auto; bottom: -8px; background-position: 0 -8px; }
	.control-panel .toggle {
		position: relative;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		padding-bottom: 1px;
	}
		.control-panel .toggle span { border-bottom: 1px dotted; }
			.control-panel .toggle:hover span { border: 0; }



/* Content
----------------------------------- */
.content-inner ul { margin-bottom: 12px; }

.pointer { list-style: disc outside; }
.pointer li { margin-bottom: 20px; margin-left: 35px; }

.dash li:before { content:'\2014\a0'; }
.dash li { margin-bottom: 20px; margin-left: 25px; }

.numba li { margin-bottom: 20px; margin-left: 35px; }



.nav {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	padding: 3px 0 43px;
	overflow: hidden;
}
	.nav li { padding-bottom: 8px; }

		.nav .active a { color: #9c9c9c; text-decoration: none; }

.news-short { float: right; width: 215px; margin-left: 50px; overflow: hidden; }
	.news-short ul { margin-bottom: 16px; }
		.news-short li { margin-bottom: 14px; }
			.news-short li span { display: block; color: #999; margin-top: 4px; }


.date1  { color: #999; }

.rounded {
	display: block;
	position: relative;
	min-height: 5px;
	padding: 18px 15px 17px;
	border: 1px solid #c6c6c6;
}
	.sidebar .rounded { margin-left: -25px; }
	.rounded .crn { left: -1px; width: 18px; height: 20px; background: url(bg.png) 0 -105px; }
		.rounded .tl { top: -1px; }
		.rounded .tr { left: -17px; top: -1px; background-position: 0 -145px; margin-left: 100%; }
		.rounded .bl { bottom: -1px; background-position: 0 -125px; }
		.rounded .br { left: -17px; bottom: -1px; background-position: 0 -165px; margin-left: 100%; }
	.rounded-title {
		position: absolute;
		left: 18px;
		top: -11px;
		font-size: 13px;
		font-weight: 700;
		color: #c60075;
		background: #fff;
		padding: 0 4px;
	}

.domain-check .cr { position: relative; width: auto; padding-right: 31px; overflow: visible; }
	.domain-check .cr div { height: auto; background: none; margin: 0; }
	.domain-check .select-holder { float: right; }
	.domain-check .input-holder { padding-right: 26px; overflow: hidden; }
		.domain-check input.textual { width: 100%; }
	.domain-check button {
		position: absolute;
		top: 2px;
		left: -28px;
		width: 26px;
		height: 25px;
		text-indent: -9999px;
		background: url(icons.png) -42px -162px;
		margin-left: 100%;
		padding: 0;
		border: 0;
	}

.domain-check .linkselectLink-holder { position: relative; padding: 0 7px; }
	.domain-check .linkselectLink {
		font: 12px/26px Tahoma, Arial, Helvetica, sans-serif;
		color: #1e6c9e;
		text-decoration: none;
		border-bottom: 1px dotted;
		white-space: nowrap;
	}
	.domain-check .linkselectLink-holder ins {
		left: -1px;
		top: 6px;
		width: 1px;
		height: 16px;
		background: #fff;
		border-left: 1px solid #d0d0d0;
	}

.linkselectContainer {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	font: 12px/22px Tahoma, Arial, Helvetica, sans-serif;
	color: #1e6c9e;
	z-index: 500;
}
	.linkselectContainer .title { display: none; }
	.linkselectContainer .scrollable {
		position: relative;
		left: -5px;
		top: -4px;
		width: auto;
		max-height: 1000px;
		background: #aad5ea;
	}
	.linkselectContainer ul { position: relative; }
		.linkselectContainer li { padding: 0 5px; cursor: pointer; }
			.linkselectContainer li span { color: #1e6c9e; border-bottom: 1px dotted; }
				.linkselectContainer .current span { color: #08446b; }
				.linkselectContainer .selected span { font-weight: 700; color: #1e6c9e; }
	.linkselectContainer .bottom {
		position: absolute;
		bottom: -8px;
		left: 0;
		width: 100%;
		height: 8px;
		overflow: hidden;
	}
		.linkselectContainer .bottomLeft {
			position: static;
			display: block;
			height: 8px;
			background: url(icons.png) -290px -8px;
			margin-right: 8px;
		}
		.linkselectContainer .bottomRight {
			left: -8px;
			top: 0;
			width: 8px;
			height: 8px;
			background: url(icons.png) -368px -8px;
			margin-left: 100%;
		}

.sliders { margin: 15px 0 32px; }
	.sliders .triggers { display: none; color: #484848; margin-bottom: 13px; text-align: right;}
	#js .sliders .triggers { display: block; }
	.sliders .triggers a, .sliders dt a { font-weight: 700; text-decoration: none; border-bottom: 1px dotted; }
	.sliders .triggers .active, .sliders dt.active a { color: #0e6297; }

	
        .sliders em { font-weight: 300; }
        
        
	.sliders dd p, .sliders dd ol { margin-bottom: 20px; }

        .sliders dt { padding-bottom: 20px; }
        .sliders dd { margin-left: 15px;}

       

	#js .sliders dd { display: none; }
		#js .sliders dd.active { display: block; }



.payment { padding-top: 20px; }
	.payment dl { padding-bottom: 25px; overflow: hidden; }
		.payment dt { float: left; width: 130px; height: 95px; overflow: hidden; }
			.payment dt .rounded { display: block; height: 93px; text-decoration: none; padding: 0; }
				.payment dt .rounded .inner {
					display: table-cell;
					width: 128px;
					height: 93px;
					text-align: center;
					vertical-align: middle;
				}
		.payment dd { padding: 10px 0 0 24px; overflow: hidden; }
			.payment h6, .payment p, .payment ol, .payment ul { margin: 0; }

.form { margin: 17px 0 22px; }
	.form fieldset { padding-bottom: 12px; }

.faq ul { list-style: disc outside; }
.faq li { margin-bottom: 20px; margin-left: 0px; }

	.faq h2 { font: 700 16px/18px Arial, Helvetica, "Trebuchet MS", sans-serif; margin: 0 0 6px; }
		.faq h2 a { color: #2e77a5; }
			.faq h2 a:hover { color: #0e6297; }
	.faq div a { color: #1e6c9e; font-weight: 700; }
		.faq div a:hover { color: #000; }
		.faq div a.active { color: #9e005d; }
	.faq p, .faq ol, .faq ul { margin: 8px 0; }
		.faq li li { margin: 0; }

.search { margin: 0 0 35px -15px; padding-top: 5px; }
	.search .input { height: 35px; background: #f6f6f6 url(bg.png); border: 0; }
		.search .input-focus { background: #fff6d9 url(bg.png) 0 -185px; border: 0; }
		.search .input .cl { height: 35px; background: url(bg.png) 0 -35px no-repeat; margin: 0; }
			.search .input-focus .cl { background-position: 0 -220px; }
			.search .input .cr {
				position: relative;
				width: auto;
				height: 35px;
				background: url(bg.png) 100% -70px no-repeat;
				margin: 0;
				padding-right: 90px;
			}
				.search .input-focus .cr { background-position: 100% -255px; }
				.search .input-holder {
					height: 35px;
					background: none;
					margin: 0;
					padding-right: 35px;
					overflow: hidden;
				}
					.search .input input.textual { width: 100%; font-size: 18px; padding: 6px 15px 7px; }
				.search button {
					position: absolute;
					left: -92px;
					top: 3px;
					width: 90px;
					height: 29px;
					font-size: 15px;
					line-height: 28px;
					background: url(button.png);
					margin-left: 100%;
					padding: 0;
					border: 0;
				}

.merged { color: #c60075; }




.table { margin-bottom: 20px; }
	.table table { width: 100%; }
		.table thead { }
		.table thead th, .table thead td { padding: 5px 6px; }
		.table caption { color: #202020; padding-bottom: 16px; }
		.table td, .table th { text-align: center; padding: 12px 15px; border-bottom: 1px solid #b3b3b3; }
			.table th { text-align: left; padding-left: 0; }
			.prices th { width: 28%; }
			.prices td { width: 18%; }
			.table thead td, .table thead th { font-weight: 700; padding-top: 1px !important; padding-bottom: 9px !important; }
		.table .wide { width: 100%; }
		.table .bottom-none { padding-bottom: 0; border-bottom: 0; }
		.table p, .table ol { margin: 0 !important; }
			.table ul { margin-bottom: -5px; }
				.table li { padding-bottom: 4px; }
		.table .purchase { padding: 12px 5px; border-bottom: 1px solid #fff; }

                .table .nobord1 { text-align: center; padding: 12px 15px; border-bottom: 1px solid #fff; }

                .table .trr { margin-left: 300px; }
 
			.table .purchase a {
				display: block;
				width: 84px;
				height: 23px;
				font-weight: 700;
				line-height: 22px;
				color: #fff;
				text-align: center;
				text-decoration: none;
				background: #51a0c4 url(button.png) -400px 0;
				margin: 0 auto;
				overflow: hidden;
			}


				.left .purchase a { margin: 0; }
				.table .purchase a:hover { color: #000; }
	.table .left, .left td, .left th { text-align: left; }
        .table .right, .right td, .right th { text-align: right; }
        .table .center { vertical-align:middle; text-align: left; }

        .table .noline td { border-bottom: 0; }
        .table .vertc td { vertical-align: middle; }

        .table .centern { vertical-align:middle; text-align: left; border-bottom: 1px solid #fff;}
        .table .centern2 { text-align: left; border-bottom: 1px solid #fff;}
       
    
.tablepay { margin-bottom: 45px; }
	.tablepay table { width: 100%; }
		.tablepay caption { color: #202020; padding-bottom: 16px; }
		.tablepay td, .tablepay th { text-align: center; padding: 12px 15px; border-bottom: 1px solid #b3b3b3; }
			.tablepay th { text-align: left; padding-left: 0; }
			
		        .tablepay thead td, .tablepay thead th { font-weight: 700; padding-top: 1px !important; padding-bottom: 9px !important; }
		

                .tablepay .nobord1 { text-align: center; padding: 12px 15px; border-bottom: 1px solid #fff; }


				
	.tablepay.left, .left td, .left th { text-align: left; }
        .tablepay .right, .right td, .right th { text-align: right; }
        .tablepay .center { vertical-align:middle; text-align: left; }

        .tablepay .centern { vertical-align:middle; text-align: left; border-bottom: 1px solid #fff;}
        .tablepay .centern2 { text-align: left; border-bottom: 1px solid #fff;}

.basic { margin: 12px 0 35px; }

.secondary { margin-top: 45px; }
	.secondary p, .secondary ol, .secondary ul, .basic p, .basic ol, .basic ul { margin-bottom: 18px; }

.button-link-holder { margin: -12px 0 -6px; overflow: hidden; }

.short-info { margin: 12px 0 18px; }
	.short-info p, .short-info ol, .short-info ul { margin-bottom: 6px; }

.table-info { margin-top: -22px; }

.packs { margin-top: -2px; }
	.packs li { margin-bottom: 18px; }
		.packs h4, .packs li li { margin: 0; }
		.packs p, .packs ol, .packs ul { margin-bottom: 2px; }



/* Footer
----------------------------------- */
.footer {
	height: 90px;
	margin: 0 50px;
	padding: 20px 0 0 300px;
	border-top: 2px solid #b3b3b3;
	overflow: hidden;
}
	.footer ul { float: right; margin-top: 7px; }
		.footer li {
			display: -moz-inline-stack;
			display: inline-block;
			background: url(cards.png);
			margin-left: 20px;
			vertical-align: middle;
		}
			.footer li a { display: block; height: inherit; text-indent: -9999px; }
			.footer .mastercard { width: 42px; height: 25px; }
			.footer .visa { width: 54px; height: 19px; background-position: -42px 0; }
			.footer .webmoney { width: 80px; height: 22px; background-position: -96px 0; }
			.footer .yandex { width: 66px; height: 29px; background-position: -176px 0; }
	.footer .copyright { overflow: hidden; }
		.footer .copyright p { margin-bottom: 2px; }

.footer-left {
	left: 294px;
	bottom: 54px;
	width: 42px;
	height: 36px;
	background: url(icons.png) 0 -135px;
}

.footer-right {
	left: -42px;
	bottom: 35px;
	width: 136px;
	height: 127px;
	margin-left: 100%;
	background: url(footer.png);
}



/* Brownies
----------------------------------- */
@media screen and (min-width:1050px) {
.header-nav { font-weight: 700; }
}

@-moz-document url-prefix() {
button { padding-bottom: 2px; }
.button button, .control-panel button, .search button { padding-bottom: 4px; }
select { padding-bottom: 5px; }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
body:first-of-type button { line-height: 25px; padding-bottom: 2px; }
body:first-of-type .button button,
body:first-of-type .control-panel button,
body:first-of-type .search button { line-height: 26px; }
body:first-of-type input.textual,
body:first-of-type select,
body:first-of-type textarea { padding-top: 5px; padding-bottom: 8px; }
body:first-of-type select { padding-bottom: 6px; }
}




.dd1 { margin-bottom: 18px; margin-left: 77px; }
.sliders .dd2 { margin-bottom: 18px; margin-left: 77px; }
.ttt { font-weight: 400; }

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;

    text-decoration:none;
}

a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25;  background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	font-size: 11px;

	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
