@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}
body, td {font: 12px Arial, Verdana, Geneva, sans-serif; color: #383c4b;}
body { background: #f5f5f5; color:#595959; text-align:left; }
body:before {content:""; height:100%; float:left; width:0; margin-top:-32767px;}
html, body {height: 100%;}
#wrap {min-height:100%; width:100%;}
#main {overflow:auto; padding-bottom:154px;}
a {color: #329fba; text-decoration: none;}
a:hover {text-decoration: underline;}
ul.pager {float:right;list-style:none;}
ul.pager li {float:left; margin-left:3px; display:block;}
ul.pager li a {padding:3px 5px; color:#333; background:#F0F0F0; border:1px solid #CCC; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
ul.pager li a:hover {background:#57bbd4; border:1px solid #57bbd4; color:#ffffff; text-decoration:none;}
ul.pager li span {padding:3px 5px; color:#000; background:#F0F0F0; border:1px solid #f40; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.selectors {float:left; margin-right:5px;}

.box-error,
.box-ok,
.box-info {
	padding: 10px;
	text-align: left;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.box-error { background-color: #FFD0D0; }
.box-ok { background-color: #D0FFD0; }
.box-info { background-color: #FFFFD0; }

@font-face {
	font-family: Santor;
	src: url('fonts/santor.otf');
}

h1,
h2 {
	line-height: 38px;
	font-size: 28px;
	color: #595959;
	font-family: Santor;
}

h1 b,
h2 b {
	color: #505050;
}

td, td img {
	vertical-align:top;			
}

label, input[type="button"], input[type="submit"], button {
	cursor:pointer;
}

.centered {
	width: 1000px;
	text-align: left;
}

.content {
	display: block;
	padding: 20px;
	background-color: #ffffff;
	line-height: 16px;
	-webkit-border-radius: 10px;
	 -khtml-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

#footer {
	position: relative;
	background: #222222;
	margin-top: -154px;
	height: 154px;
	clear: both;
}

#h-menu {
	float: right;
	margin: 10px 50px 0px 0px;
	line-height: 30px;
}

#h-menu span,
#h-menu a {
	display: inline-block;
	color: #707070;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	-webkit-border-radius: 6px;
	 -khtml-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

#h-menu .active,
#h-menu a:hover {
	color: #ffffff;
	background-color: #57bbd4;

}

#h-btn-box {
	float: right;
	margin: 10px 5px 0px 0px;
	line-height: 28px;
}

#h-btn-box a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	color: #808080;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

#h-btn-box a:hover {
	background: #57bbd4;
	border-color: #57bbd4;
	color: #ffffff;
}

#h-btn-box a i {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 12px;
}

.f-box {
	float: left;
	width: 160px;
}

.f-box ul {
	display: block;
	list-style-type: none;
	padding: 16px 0;
}

.f-box li {
	list-style-type: none;
	padding-left: 10px;
	background: url(http://cdn.hornyspots.com/img/f-l-arr.png) no-repeat left center;
	line-height: 20px;
}

.f-box li.title {
	background: none;
	font-weight: bold;
	color: #a1a1a1;
	padding-bottom: 10px;
}

.f-box a {
	color: #e0e0e0;
}

.slider-wrap {
	background: #fdfdff;
	border: 1px solid #cecece;
	margin: 5px;
	position: relative;
	box-shadow: 5px 5px 0 0 #cbcbcb;
}

.slider-wrap .slider {
	margin: 15px;
	display: block;
}

.slider-wrap .slider-left,
.slider-wrap .slider-right {
	position: absolute;
	width: 53px;
	height: 42px;
	top: 116px;

}

.slider-wrap .slider-left {
	left: 15px;
	z-index:5;
	background: url(http://cdn.hornyspots.com/img/slider-left.png);
}

.slider-wrap .slider-right {
	right: 13px;
	z-index:5;
	background: url(http://cdn.hornyspots.com/img/slider-right.png);
}

.slider-wrap .slider-more {
	position: absolute;
	right: 18px;
	bottom: 20px;
	z-index:5;
}

.slider-wrap .slider-more a {
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.slider-wrap .slider-more a:hover {
	background: #57bbd4;
	border-color: #57bbd4;
	color: #ffffff;
}

#slideshow {
    position:relative;
    height:246px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:4;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:3;
}

.ico-dgr,
.ico-clock {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin: 10px 10px 15px 10px;
	vertical-align: middle;
}

.ico-clock {
	background: url(http://cdn.hornyspots.com/img/ico-b1.png) no-repeat center center;
}

.ico-dgr {
	background: url(http://cdn.hornyspots.com/img/ico-b2.png) no-repeat center center;
}

.info-box {
	display: block;
	background-color: #ffffff;
	border: 1px solid #f7f7f7;
	color: #525252;
	line-height: 16px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.info-box table {
	border: none;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.info-box table th {
	color: #383838;
	font-size: 13px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
}

.info-box table td {
	border: 1px solid #dadada;
	line-height: 20px;
	padding: 4px;
}

.info-box table tr:nth-child(2n) {
	background: #f0f0f0;
}

.news-title {
	background: url(http://cdn.hornyspots.com/img/box-arr.png) no-repeat left center;
	margin-left: 1px;
	margin-bottom: 3px;
	padding-left: 10px;
}

.info-box2 {
	width: 315px;
	min-height: 230px;
	display: block;
	float: left;
	background-color: transparent;
	border: 1px solid #dddddd;
	color: #5f5f5f;
	font-size: 11px;
	line-height: 16px;
	margin: 25px 0px 0px 15px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.info-box2 .info-box-content {
	margin: 12px;
	background: transparent;
	border: none;
}

.info-box2 .info-box-title {
	text-align: center;
	font-family: Santor;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.info-box2:hover{
	background: #fff;
	border-color: #fff;
	color: #464646;
}

.ico-box-h1,
.ico-box-h2,
.ico-box-h3 {
	height: 41px;
	display: inline-block;
	vertical-align: middle;
}

.ico-box-h1 {
	width: 44px;
	background: url(http://cdn.hornyspots.com/img/ico-h1.png) no-repeat center center;
}

.ico-box-h2 {
	width: 41px;
	background: url(http://cdn.hornyspots.com/img/ico-h2.png) no-repeat center center;
}

.ico-box-h3 {
	width: 48px;
	background: url(http://cdn.hornyspots.com/img/ico-h3.png) no-repeat center center;
}

.info-box-content ul {
	list-style-type: none;
	display: block;
}

.info-box-content li {
	background: url(http://cdn.hornyspots.com/img/box-arr.png) no-repeat left 5px;
	font-size: 13px;
	margin: 5px 0;
	padding-left: 10px;
}

.message-box {
	width: 300px;
	float: left;
	margin: 0 10px;
	color: #383838;
	line-height: 15px;
	margin-bottom: 10px;
}

.message-box-title {
	color: #329fba;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 10px;
}

.ico-babl-1,
.ico-babl-2,
.ico-babl-3,
.ico-babl-4 {
	vertical-align: middle;
	width: 44px;
	height: 39px;
	display: inline-block;
	margin-right: 5px;
}

.ico-babl-1 { background: url(http://cdn.hornyspots.com/img/ico-babl-1.png) no-repeat center center; }
.ico-babl-2 { background: url(http://cdn.hornyspots.com/img/ico-babl-2.png) no-repeat center center; }
.ico-babl-3 { background: url(http://cdn.hornyspots.com/img/ico-babl-3.png) no-repeat center center; }
.ico-babl-4 { background: url(http://cdn.hornyspots.com/img/ico-babl-4.png) no-repeat center center; }

.more-btn-big {
	padding: 0px 10px;
	width: 180px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	float: none;
	display: block;
	margin: 15px auto 0px auto;
	text-align: center;
	background: transparent;
	border: 1px solid #c8c7cc;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.more-btn-big:hover {
	color: #ffffff;
	background: #57bbd4;
	border-color: #57bbd4;
	text-decoration: none;
}

.message-line {
	min-height: 90px;
	margin-bottom: 25px;
}

.message-line .ico-msg {
	margin-right: 10px;
	float: left;
}

.message-title {
	color: #329fba;
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
}

.question {
	margin: 8px 0px 8px 0px;
}

.question a {
	font-size: 15px;
}

.answer {
	display:none;
	margin: 5px 0px 20px 0px;
}

.ico-faq {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 5px 0px 0px;
	background: url(http://cdn.hornyspots.com/img/ico-faq-arr.png) no-repeat;
}

#ac-menu {
	float: left;
	margin: 5px 0px 0px 0px;
	line-height: 28px;
}

#ac-menu span,
#ac-menu a {
	display: inline-block;
	color: #707070;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px 20px 2px 20px;
	border-bottom: 5px solid transparent;
}

#ac-menu .active,
#ac-menu a:hover {
	color: #ffffff;
}

#ac-menu .active {
	border-bottom: 5px solid #57bbd4;
}

#ac-menu a:hover {
	border-bottom: 5px solid #999;
}

#ac-menu i {
	width: 10px;
}

.ac-submenu {
	display: none;
	position: absolute;
	z-index: 10;
	background: #ccc;
	text-align: left;
	border-top: 5px solid #999;
}

.ac-submenu a {
	display: inline-block;
	color: #707070;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
}

.ac-submenu a:hover {
	color: #ffffff;
}

img.flag {
	width: 18px;
	height: 12px;
}