/*
Theme Name: San Marco
Theme URI: http://www.webagentur.at
Description: Classic Theme for San Marco Baden
Author: Robert Mayer @ Webagentur (http://www.webagentur.at)
Version: 1.0
*/


html, body{
    margin: 0;
	padding: 0;
}

body{
    background: #fff url(../img/bg_body.png) repeat-x;
	font-style: normal;
	line-height: 18px;
	text-align: center;
}

body, table, input, textarea, select{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #2a2a2a;	
}

h1, h2, h3, h4, h5, legend, #nav, #claim{
	font-family: Arial, Helvetica, sans-serif;
}


p, dl{
    margin: 0 0 1.6em 0;
	padding: 0;
}
p.last{
    margin: 0;
}

a{
	color: #2a2a2a;	
	text-decoration: underline;
}
a:hover{
	color: #2796b8;
}

a.noline{
	text-decoration: none;
}
a.noline:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, legend{
    padding: 0;
	margin: 0 0 0.5em 0;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, legend{
	color: #087bae;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color: #e23109;
	text-decoration: none;
}

h1, h2{
    font-size: 24px;
}

h3, legend{
    font-size: 16px;
}

table h3{
	margin: 0;
}

h4{
    font-size: 18px;
}

img{
    border: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden{
    display: none !important;	
}

.cl{
    clear: both;
	font-size: 1%;	
}

.clr{
	clear: right;
}

.fr{
    float: right;	
	width: auto;
}
.fl{
    float: left;
	width: auto;	
}

.block{
    float: none;
	display: block;	
}

.center{
   text-align: center;	
}

.js{ /* hide js-related elements ...and show them via jQuery */
    display: none;	
}

hr{
	padding: 0;
	margin: 9px 0;
	height: 1px;
    background: #fff;
	font-size: 1%;
	color: #fff;
	border: none;
	border-top: 1px solid #dbdbdb;
}

.gallery a{
    cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: url(/img/zoom_in.cur),pointer; /* absolute url! */
}

ul.simple_vertical, ol.simple_vertical, .simple_vertical li, .simple_vertical li{
    margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.simple_horizontal, ol.simple_horizontal, ul.simple_horizontal li, ol.simple_horizontal li{
    margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.simple_horizontal li, ol.simple_horizontal li{
    float: left;
}

ul.simple_inline, ol.simple_inline, ul.simple_inline li, ol.simple_inline li{
    margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.simple_inline li, ol.simple_inline li{
    display: inline;
}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.alignright{
	text-align: right;
}

.alignleft{
	text-align: left;
}

.aligncenter{
	text-align: center;
}


#page{
	width: 970px;
	margin: 17px auto 0 auto;
	text-align: left;
}
#page.uc{
	width: 800px;
}

	
/*-----------------------   CONTENT   -----------------------*/
#main{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg_main.png) repeat-y top center;
}
.uc #main{
	width: 770px;
	background: url(../img/bg_main_uc.png) repeat-y top center;
}

#content {
	float: left;
	width: 706px;
	min-height: 690px;
	margin: 0 15px;
}
.uc #content{
	float: none;
	width: 706px;
	min-height: 400px;
	margin: 0 15px;	
}

.content_col{
	float: left;
	margin: 0 0 0 32px;
}

.content_col.full{
	float: none;
}
.content_col.main{
	width: 380px;	
}
.content_col.medium{
	width: 258px;	
}

.content_col.half{
	width: 321px;	
}

#content .bigger{
	font-size: 18px;
	line-height: 26px;	
}
#content ul.bigger{
	line-height: 30px;	
}

h2.icon span{
	position: relative;
	top: -4px;
	float: left;
	width: 40px;
	height: 31px;
	margin: 0 3px 0 -9px;
	background: url(../img/title_wrap.png) no-repeat;
}

h2.icon span span{
	display: block;
	top: 0;
	width: 20px;
	height: 27px;
	margin: 0 10px 0px 10px;
	background: none;
	background-repeat: no-repeat;
	background-position: center center;
}

#ie7 h2.icon{
	padding-left: 32px;
}

#ie7 h2.icon span{
	top: -24px;
}

#ie7 h2.icon span span{
	top: 0;
}

h2.icon.top span span{
	background-image: url(../img/award_star.png);
}
h2.icon.new span span{
	background-image: url(../img/time.png);
}
h2.icon.buy span span{
	background-image: url(../img/cart_put.png);
}
h2.icon.category span span{
	background-image: url(../img/book_open.png);
}
h2.icon.price span span{
	background-image: url(../img/money.png);
}
h2.icon.info span span{
	background-image: url(../img/information.png);
}
h2.icon.search span span{
	background-image: url(../img/magnifier.png);
}
h2.icon.tlds span span{
	background-image: url(../img/world.png);
}
h2.icon.faqs span span{
	background-image: url(../img/help.png);
}
h2.icon.request span span{
	background-image: url(../img/book_add.png);
}


/* Sections */
.section{
	position: relative;
	margin-bottom: 26px;
	padding: 14px 12px;
	background: #fff;
	border: 1px solid #dbdbdb;	
}

.section.first_content{
	margin-top: 20px;
}

.section.first{
	padding-top: 4px;
}

.text{
	width: 726px;
}

img.flag{
	width: 16px;
	height: 11px;
	margin-right: 8px;	
}

.img{
	width: 180px;
	text-align: center;
}

.section.img_left .text{
	float: right;
}
.section.img_left .img{
	float: left;
}

.section.img_right .text{
	float: left;
}
.section.img_right .img{
	float: right;
}

.query{
	background: #ffffa5;	
}


.orange{
	color: #e63909;	
}
h2 strong.orange{
	
}

small{
	line-height: 90%;	
}

small.help{
	display: inline-block;
	padding: 4px;
	margin-bottom: 1em;
	background: #fffdea;	
}


span.price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1f1f1f;
	text-decoration: none;
}

.price sup{
	font-size: 15px;
	vertical-align: text-top;
}


.domain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1f1f1f;
	text-decoration: none;	
}
.domain .tld{
	color: #696868;
}

h2.domain{
	margin-bottom: 30px;	
}

.date{	
	padding-left: 16px;
	color: #686868;
	background: url(../img/icon_time.png) no-repeat left 4px;
}

td .date{
	display: none !important;	
}

.cats{
	padding-left: 16px;
	color: #686868;
	background: url(../img/icon_tags.png) no-repeat left 4px;
}

.cats a{
	color: #686868;	
	text-decoration: none;	
}

.cats a:hover{
	text-decoration: underline;	
}

.social{
	height: 34px;
	padding-top: 8px;
	border-top: 1px solid #DBDBDB;
}

#slider-range, #slider-range a{
	border-color: #CCC;
}


/* Home */
#home_intro{
	height: 234px;
	padding: 20px 20px 0 340px;
	background: url(../img/bg_intro.jpg) no-repeat;	
}
#home_intro.uc{
	background: url(../img/bg_intro_uc.jpg) no-repeat;	
}

#home_intro h1{
	color: #1f1f1f;
	line-height: 24px;
}

#home_intro h1 a{
	color: #1f1f1f;
	text-decoration: none;
	border-bottom: 1px solid #1f1f1f;
}
#home_intro h1 a:hover{
	color: #e73b09;
	border-bottom: 2px solid #e73b09;
}


/* Domains */
ul.domains{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

ul.domains li{
	position: relative;
	height: 64px;
	margin: 0 0 6px 0;
	padding: 0;
	background: #fff url(../img/top3.png) no-repeat left 2000px;
	border: 1px solid #dbdbdb;	
}

ul.domains li.top1{
	height: 74px;
	background-position: left 10px;
}
ul.domains li.top2{
	background-position: left -70px;
}
ul.domains li.top3{
	background-position: left -150px;
}

ul.domains a.domain{
	position: absolute;
	left: 58px;
	top: 13px;
}


ul.domains a.domain:hover, ul.domains a.domain.focus{
	color: #087bae;
	text-decoration: underline;
}
ul.domains a.domain:hover .tld, ul.domains a.domain.focus .tld{
	color: #1ca7e9;
	text-decoration: underline;
}

ul.domains li.top1 a.domain{
	top: 17px;
	font-size: 22px;
}


ul.domains .price{
	position: absolute;
	right: 16px;
	bottom: 10px;
}


ul.domains .date, ul.domains .more_tlds, ul.domains .cats{
	position: absolute;
	left: 50px;
	bottom: 8px;
	padding-left: 16px;
	color: #686868;	
	text-decoration: none;
}

ul.domains .more_tlds{
	left: 154px;
	padding-left: 14px;
	background: url(../img/icon_plus.png) no-repeat left 4px;
}
ul.domains .more_tlds:hover{
	text-decoration: underline;
}

ul.domains .cats{
	left: 180px;
}
ul.domains.new .cats{
	left: 264px;
}

ul.check_list{
	margin: 0 0 2em 0;
	padding: 0;
	list-style-type: none;	
}

ul.check_list li{
	margin: 0 0 0.8em 1em;
	padding: 0 0 0 20px;
	background: url(../img/dot_check.png) no-repeat;
}

h3.check{
	padding-left: 38px;
	height: 36px;
	line-height: 36px;
	background: url(../img/dot_check_big.png) no-repeat;
}

h3.question{
	padding-left: 38px;
	height: 36px;
	line-height: 36px;
	background: url(../img/dot_question_big.png) no-repeat;
}

h3.num1{
	padding-left: 38px;
	height: 36px;
	line-height: 36px;
	background: url(../img/dot_num1.png) no-repeat;
}

h3.num2{
	padding-left: 38px;
	height: 36px;
	line-height: 36px;
	background: url(../img/dot_num2.png) no-repeat;
}

h3.num3{
	padding-left: 38px;
	height: 36px;
	line-height: 36px;
	background: url(../img/dot_num3.png) no-repeat;
}

/* Tabellen */
table{
	border: none;
	border-spacing:0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
	font-size: 14px;
}

table.nomargin{
	margin-bottom: 0;
}

table.border-bottom{
    border-bottom: 1px solid #d6d6d6;
}

td, th{
	border: none;
    border-top: 1px solid #d6d6d6;
	margin: 0;
	padding: 3px 6px;
	vertical-align: top;
}

table.noborder td{
	border: none !important;
}

.row_1 td{
	border-top: none;
}

tr:hover td, tr:hover th, tr.focus td{
    background-color: #f4f4f4;
}

.cell_domain{
	padding-left: 2px;	
}

.cell_domain a{
	text-decoration: none;
}

tr:hover .cell_domain, tr.focus .cell_domain, tr:hover .cell_domain a, tr.focus .cell_domain a, .cell_domain a:hover{
	color: #087bae;
	text-decoration: underline;
}

.cell_price{
	text-align: right;
	white-space: nowrap;
}

tr:hover .cell_price{
	font-weight: bold;	
}

#ie6 tr .cell_price,
#ie7 tr .cell_price,
#ie8 tr .cell_price,
#ie9 tr .cell_price
{
	padding-right: 2px;
}

/* nicht fett auf startseite in der rechten spalte */
/*
#ie6 .content_col.medium tr:hover .cell_price,
#ie7 .content_col.medium tr:hover .cell_price,
#ie8 .content_col.medium tr:hover .cell_price,
#ie9 .content_col.medium tr:hover .cell_price
*/
.content_col.medium tr:hover .cell_price{
	font-weight:normal;
}

tr.status_sell:hover .cell_price{
	color: #900;
	text-decoration: line-through;	
}

table.domains tr{
	cursor: pointer;
}

table.domains tr.status_sell{
	cursor: not-allowed;
}


.purchase_box{
	position: relative;
	margin: 20px 20px 2px 50px;
	min-height: 78px;
	background: #e3eef4;
	border: 1px solid #abcdde;
}
.purchase_box:hover{
	background: #c8dee9;
}


.purchase_box img.logo{
	position: absolute;
	left: -17px;
	top: -14px;
	width: 253px;
	height: 73px;	
}

.purchase_box button{
	position: absolute;
	right: 22px;
	top: 21px;
	padding: 4px 8px;
	font-size: 18px;
	font-weight: bold;
}

#purchase_request button{
	font-size: 14px;
	height: 35px;
}

.purchase_box .desc{
	position: absolute;
	left: 20px;
	top: 48px;
}

.purchase_box .hotline{
    position: absolute;
	left: 275px;
    top: 9px;
}

.purchase_box .request{
    position: absolute;
	border-top: 1px solid #8db0c1;
	left: 20px;
	right: 20px;
    top: 60px;
	padding-top: 25px;
}

.purchase_box .hotline strong{
	display: block;
	margin-top: 4px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}


div.forms_sold{
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
    filter: alpha(opacity=60);
	opacity: 0.60;	
	cursor: not-allowed;
	
}

#domain_gplus{
	float: left;
	margin-right: 6px;
	vertical-align: middle;
}

#domain_tw{
	float: left;
	width: 75px;
	vertical-align: middle;
}

#domain_fb{
	float: left;
}


/* advantages */
.advantage{
	padding: 20px 0;
	border-top: 1px solid #DBDBDB;
	background: url(../img/arrow_big_down.png) no-repeat left bottom;	
}

.advantage p{
	padding-left: 30px;
}

.advantage h3{
	padding-left: 62px;
}


/* Pager */
.section.pager{	
	padding-top: 10px;
}

.pager ul {
	list-style: none;
	padding: 0;
}
.pager li {
	float: left; margin: 0 6px 6px 0;
}

.pager li a, .pager li.active {
	display: block;
	padding: 4px 8px;
	border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background: #f3f3f3 url(images/page_nav.png) repeat-x left top;	
}
.pager li.active {
	background-color: #000; border-color: #000; color: #fff;
}


/* Cart */
#cart_popup{
	position: absolute;
	width: 370px;
	height: 250px;
	z-index: 9;	
}

#cart_popup .inner{
	width: 346px;
	height: 143px;
	margin-top: 20px;
	padding: 32px 12px 0 12px;
	font-size: 13px;
	background: url(../img/cart_popup.png) no-repeat left top;
}

#cart_popup button{
	margin-bottom: 12px;
	padding: 4px 12px;
	font-size: 16px;
	font-weight: bold;
}

#popup_fb{
	display: block;
	text-align: left;
	margin: 0 0 4px 12px;
}

#popup_gplus, #cart_popup .inner #___plusone_0{
	display: block;
	float: left !important;
	margin: 0 8px 0 12px !important;
}

#popup_tw{
	display: block;
	float: left;	
}

/* Definition List */

.country_info dl{
	float: right;
	width: 268px;
	margin: 0 0 16px 24px;
}

.country_info dt, .country_info dd{
	border-top: 1px solid #D8D8D8;
}

.country_info dt.first, .country_info dd.first{
	border-top: 2px solid #D8D8D8;
}

.country_info dt{
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;

}

.country_info dd {
	margin: 0 0 0 102px;
	padding: 0 0 0.5em 4px;
}

#priceinfo_popup{
	text-align: left;	
}

/* Forms */
#content form{
	margin-bottom: 1.6em;
}

#main form p{
	margin-bottom: 10px;	
	display: table;
	width: 100%;
}

.tf{
	margin: 1px;
	padding: 2px;
	width: 72%;
	background: none;
	border: 1px solid #6ebadc;
	-moz-box-shadow: 1px 1px 3px #cecece inset;
	-webkit-box-shadow: 1px 1px 3px #cecece inset;
	box-shadow: 1px 1px 3px #cecece inset;
}

.tf:focus{
	margin: 0;
	background: #fff;
	border: 2px solid #6ebadc;
	-moz-box-shadow: 0 0 5px #cecece;
	-webkit-box-shadow: 0 0 5px #cecece;
	box-shadow: 0 0 5px #cecece;
}

input.date{
    width: 80px;	
}

.btn, a.clicks, #content .form-submit input{
	width: auto;
	margin: 1px;
	padding: 2px 6px;
	border: 1px solid #a8a8a8;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: #ff610b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff610b 0%, #d41b07 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff610b), color-stop(100%,#d41b07)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff610b 0%,#d41b07 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff610b 0%,#d41b07 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff610b 0%,#d41b07 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff610b 0%,#d41b07 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff610b', endColorstr='#d41b07',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.btn img{
	float: left;
	margin-right: 8px;	
}

.btn:hover{
	background: -moz-linear-gradient(top,  #ffb03e 0%, #ef5713 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb03e), color-stop(100%,#ef5713)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb03e 0%,#ef5713 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb03e 0%,#ef5713 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb03e 0%,#ef5713 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb03e 0%,#ef5713 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb03e', endColorstr='#ef5713',GradientType=0 ); /* IE6-9 */
}

.btn:focus{
	background: -moz-linear-gradient(top,  #d41b07 0%, #ff610b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d41b07), color-stop(100%,#ff610b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d41b07 0%,#ff610b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d41b07 0%,#ff610b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d41b07 0%,#ff610b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d41b07 0%,#ff610b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41b07', endColorstr='#ff610b',GradientType=0 ); /* IE6-9 */
}

.btn_top_info{
	/*float: right;*/
	padding: 3px 6px;
	font-weight: bold;
	border: 1px solid #a3a3a3;
	color: #e73b09;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.btn_top_info:hover{
	background: #fffbb9;	
}

.btn.important, .btn.big{
	font-weight: bold;

}

a.btn{
	padding: 3px 6px;
    color: #000000;
}

input.readonly{
	background: #fff;
	border: 1px solid #fff;	
}

label{
    display: block;
	float: left;	
	width: 16%; /* default */
	padding-right: 1%;
	text-align: right;
	color: #747474;
}

label.inline{
	display: inline;
	width: auto;
	margin: 0;
	float: none;
	text-align: left;
}

label .req, small .req{
    color: red;
	font-size: 120%;
	font-weight: bold;	
	line-height: 20%;
}

label span.input_counter{
	display: block;
	font-size: 12px;
}

label.default{
	color: #747474;
}

label.focus{
	color: #239cbf;
}

.input_block{ /* more blocks fpor one label */
	display: block;
	margin-left: 18%;
}
.input_block label{
	text-align: left;	
}
.input_block .tf, .tf.block{
	width: 98%;
}

.allowed_tags{
	font-size: 11px;
	line-height: 11px;	
}

fieldset{
	margin: 0 0 2em 0;
	border: 1px solid #e1dacb;
}

legend{
	font-weight: bold;
	padding: 0 8px;	
}

img#captcha{
	float: left;
	margin-right: 6px;	
}

.msg{
	margin: 2em 0 1em 0;
	padding: 0 0 2px 36px;
}

.error, .error h3, .error a{
	color: #e61010;	
}
.error{
	background: url(images/msg_error.png) no-repeat left top;	
}

.ok, .ok h3, .ok a{
	color: #659021;	
}
.ok{
	background: url(images/msg_ok.png) no-repeat left top;	
}

.inbox, .inbox h3, .inbox a{
	color: #659021;	
}
.inbox{
	background: url(images/msg_inbox.png) no-repeat left top;	
}

.warning, .warning h3, .warning a{

}
.warning{
	background: url(images/msg_warning.png) no-repeat left top;	
}

/* small tabs */
.tabs{
	position: relative;
	margin: 0 0 1.6em 0;
	padding: 0;
	height: 23px;
	list-style-type: none;
	border-bottom: 1px solid #c3c3c3;
}

.tabs li{
	margin: 0;
	padding: 0;
	display: inline;
}

.tabs a{
    display: block;
	float: left;
	height: 22px;
	margin: 0 8px;
	padding: 0 8px;
	color: #9c9c9c;
	line-height: 22px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #c3c3c3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabs .active a{
    position: relative;
	bottom: -1px;
	color: #3a3a3a;
	background: #fff;
	border-bottom-color: #fff;
}




/*-----------------------   SIDEBAR   -----------------------*/
#sidebar{
	position: relative;
	top: 0;
	float: right;
	width: 186px;
	margin: 38px 28px 0 0;
	padding: 0;
	font-size: 12px;
	color: #363636;
}

#sidebar h2{
	font-size: 18px;
}
#sidebar h2, #sidebar h2 a{
	color: #2796b8;
}

#sidebar .section{
	padding: 14px 12px 12px 12px;
}

#sidebar .section.nopadding{
	padding: 0;
}

#sidebar p{
	margin-bottom: 0.5em;	
}

#sidebar .fb-like-box{
	width: 178px !important;
	height: 78px !important;
	overflow: hidden;	
}


#top_domains ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #dbdbdb;
}

#top_domains ul li{
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #dbdbdb;
}

#top_domains ul a{
	display: table;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
}

#top_domains ul a strong{
	display: block;
}

#top_domains ul a strong .tld{
	color: #696868;
}

#top_domains ul .sb_time{
	float: left;
	display: block;
	font-weight: normal;
	padding-left: 16px;
	color: #686868;
	background: url(../img/icon_time.png) no-repeat left 4px;
}

#top_domains ul .sb_price{
	float: right;
	display: block;
	font-weight: normal;
	text-align: right;
	color: #087BAE;
}



/*-----------------------   HEADER   -----------------------*/
#header{
	position: relative;
	height: 109px;
	background: url(../img/bg_header.png) no-repeat center top;
}
.uc #header{
	background: url(../img/bg_header_uc.png) no-repeat center top;
}

#logo{
	float: left;
	margin: 22px 0 0 26px;
	height: 65px;
	padding: 0 40px 0 0;
	line-height: 65px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -1px;
	background: url(../img/bg_logo.png) no-repeat right top;
}

#logo.smaller{
	font-size: 20px;
}

#logo a{
	text-decoration: none;	
}

#logo a span{
	color: #888787;
}

#logo img.signet{
	vertical-align: -6px;
	width: 62px;
	height: 33px;
}

#logo.smaller img.signet{
	vertical-align: -8px;
}

#logo_big{
	position: absolute;
	left: 50%;
	top: 36px;
	margin-left: -149px;
}

#logo_big, #logo_big img{
	width: 298px;
	height: 201px;	
}

#nav{
	float: left;
	margin: 28px 0 0 0;
	height: 52px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li{
	position: relative;
	float: left;
	height: 52px;
	margin: 0;
	padding: 0 2px 0 0;
	background: url(../img/navitem.png) no-repeat right center;
}

#nav ul a{
	display: block;
	height: 34px;
	margin: 9px 12px 0 9px;
	padding: 0 4px;
	line-height: 34px;
	text-decoration: none;
	color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#nav ul a:hover, #nav ul a.focus, #nav ul li.active a{
	background: #ef5713; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb03e 0%, #ef5613 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb03e), color-stop(100%,#ef5613)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb03e 0%,#ef5613 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb03e 0%,#ef5613 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb03e 0%,#ef5613 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb03e 0%,#ef5613 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb03e', endColorstr='#ef5613',GradientType=0 ); /* IE6-9 */
}

#nav ul ul{
	display: none;
	position: absolute;
	z-index: 999999;
	top: 40px;
	left: 9px;
	padding: 4px 8px;
	background: #ef5713;
	font-size: 14px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#nav li li {
	float:none;
	height: auto;
	padding: 0;
	background: none;
	border-top: 1px solid #fa9531;
}

#nav li li a {
	height: auto;
	margin: 2px 0;
	padding: 4px;
	line-height: 1;
}

#nav ul li li a:hover{
	background: #fa9230;
	filter: none;
}


#nav button{
	position: absolute;
	right: 35px;
	top: 37px;	
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
	border-color: #bb1e07;
	cursor: pointer;
}


* html li li { display:inline; } /* IE6 Bugfix... */


/*-----------------------   FOOTER   -----------------------*/
#footer{
	height: 50px;
	padding: 14px 40px;
	text-align: left;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bg_footer.png) no-repeat top center;
}
.uc #footer{
	background: url(../img/bg_footer_uc.png) no-repeat top center;
}

#footer, #footer a{
	color: #8f8f8f;
	text-decoration: none;	
}

#footer a:hover{
	color: #575757;
}

#footer p{
	margin-bottom: 0.4em;	
}

#footer_nav{
	float: left;
	height: 290px;
	border-right: 2px solid #fff;
	padding: 32px 24px 0 0;
}

#footer_nav ul{
	width: 124px;
	border-top: 1px solid #c4c4c4;
}
#footer_nav ul li{
	border-bottom: 1px solid #c4c4c4;
}


#footer_logos{
	float: left;
	height: 290px;
	border-right: 2px solid #fff;
	padding: 28px 24px 0 24px;
}

#footer_logos ul{
	float: left;
	width: 96px;
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
    filter: alpha(opacity=60);
	filter: gray; /* IE5+ */
	opacity: 0.60;	
}
#footer_logos ul:hover{
	-ms-filter: none;
	-khtml-opacity: 1;
	-moz-opacity: 1;
    filter: none;
	opacity: 1;	
}

#footer_logos li{
	padding: 0 0 8px 0;
}

#footer_portfolio{
	float: right;	
	padding: 28px 0 0 0;
}

#footer_portfolio ul{
	width: 460px;
	font-weight: normal;	
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
    filter: alpha(opacity=60);
	filter: gray; /* IE5+ */
	opacity: 0.60;	
	color: #3e3e3e;
}
#footer_portfolio ul:hover{
	-ms-filter: none;
	-khtml-opacity: 1;
	-moz-opacity: 1;
    filter: none;
	opacity: 1;	
}

#footer_portfolio li{
	width: 76px;	
}

#footer_portfolio li a{
	display: block;
	color: #3E3E3E;
}
#footer_portfolio li a:hover{
	text-decoration: underline;
}

#footer_portfolio li img{
	width: 16px;
	height: 11px;
	margin-right: 3px;
	vertical-align: middle;
}

/*-----------------------   DEBUG   -----------------------*/
code{
	display: block;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	background: #FFC;	
}