*{
	border:0;
	padding:0;
	margin:0;
	font-family:sans-serif;
	font-size:12px;
	font-weight:normal;
	outline:none;
}
.active{
	background-position:right 12px;
}
iframe.sp{
	display:none;
}
#overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(images/lock2.png);
	display:none;
	z-index:10000;
	overflow:none;
}
.error{
	background-color:#f00;
	color:#fff;
	opacity:.85;
	filter:alpha(opacity=85);
	zoom:1;
	padding-left:5px;
	padding-right:5px;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	display:none;
	-moz-border-radius-bottomleft:40px 10px;
	-moz-border-radius-topleft:40px 10px;
	-webkit-border-bottom-left-radius:40px 10px;
	-webkit-border-top-left-radius:40px 10px;
	z-index:10000;
}
div.jGrowl{
	padding:10px;
	z-index:10000;
	color:#fff;
}
body > div.jGrowl{
	position:fixed;
	color:#fff;
}
body > div.jGrowl.top-left{
	left:0;
	top:0;
}
body > div.jGrowl.top-right{
	right:0;
	top:0;
}
body > div.jGrowl.bottom-left{
	left:0;
	bottom:0;
}
body > div.jGrowl.bottom-right{
	right:0;
	bottom:0;
	color:#fff;
}
body > div.jGrowl.center{
	top:0;
	width:50%;
	left:25%;
}
div.center div.jGrowl-notification,
div.center div.jGrowl-closer{
	margin:0 auto;
	color:#fff
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer{
	background-color:#000;
	color:#fff;
	opacity:.85;
	filter:alpha(opacity=85);
	zoom:1;
	width:300px;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align:left;
	display:none;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
div.jGrowl div.jGrowl-notification{
	min-height:40px;
	color:#fff;
	font-size:16px;
	padding-left:10px;
}
div.jGrowl div.jGrowl-notification img{
	margin-right:10px;
	float:left;
}
div.jGrowl div.jGrowl-notification div.header{
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
div.jGrowl div.jGrowl-notification div.close{
	z-index:99;
	float:right;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	color:#fff;
}
div.jGrowl img.jGrowl-closer{
	position:absolute;
	right:2px;
	top:2px;
}
#adverts{
	width:702px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	z-index:0;
	overflow:none;
	text-align:left;
	outline:none;
}
#adverts a:link,
#adverts a:active,
#adverts a:visited{
	color:#888;
	font-size:10px;
	font-family:serif;
	font-weight:none;
	text-decoration:none;
	outline:none;
}
#adverts a:hover{
	color:#f40;
	text-decoration:none;
	outline:none;
}
#adverts iframe{
	border:0;
	margin:0;
	padding:0;
	width:702px;
	height:102px;
	overflow:none;
}
@media print{
	div.jGrowl{
		display:none;
	}
}
#date{
	width:230px;
	margin:0 auto;
}
div.datepicker{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	width:196px;
	height:147px;
	cursor:default;
	top:0;
	left:0;
	display:none;
}
.datepickerContainer{
	background:transparent;
	position:absolute;
	top:10px;
	left:10px;
}
.datepickerBorderT{
	position:absolute;
	left:10px;
	top:0;
	right:10px;
	height:10px;
	background:url(images/tm.png);
}
.datepickerBorderB{
	position:absolute;
	left:10px;
	bottom:0;
	right:10px;
	height:10px;
	background:url(images/bm.png);
}
.datepickerBorderL{
	position:absolute;
	left:0;
	bottom:10px;
	top:10px;
	width:10px;
	background:url(images/ml.png);
}
.datepickerBorderR{
	position:absolute;
	right:0;
	bottom:10px;
	top:10px;
	width:10px;
	background:url(images/mr.png);
}
.datepickerBorderTL{
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(images/tl.png);
}
.datepickerBorderTR{
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:10px;
	background:url(images/tr.png);
}
.datepickerBorderBL{
	position:absolute;
	bottom:0;
	left:0;
	width:10px;
	height:10px;
	background:url(images/bl.png);
}
.datepickerBorderBR{
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:10px;
	background:url(images/br.png);
}
.datepickerHidden{
	display:none;
}
div.datepicker table{
	border-collapse:collapse;
}
div.datepicker a{
	color:#eee;
	text-decoration:none;
	cursor:default;
	outline:none;
}
div.datepicker table td{
	text-align:right;
	padding:0;
	margin:0;
}
div.datepicker th{
	text-align:center;
	font-weight:normal;
	color:#888;
}
div.datepicker tbody th{
	text-align:center;
}
div.datepicker tbody a{
	display:block;
}
.datepickerDays a{
	width:26px;
	line-height:26px;
	height:23px;
	padding-right:2px;
	text-align:center;
}
.datepickerYears a,
.datepickerMonths a{
	width:44px;
	line-height:36px;
	height:36px;
	text-align:center;
}
td.datepickerNotInMonth a{
	color:#666;
}
tbody.datepickerDays td.datepickerSelected{
	background:#f84;
	color:#000;
	font-weight:bold;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected{
	background:#c40;
	color:#fff;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background:#17384d;
}
div.datepicker a:hover,
div.datepicker a:hover{
	background:#eee;
	color:#f40;
}
div.datepicker td.datepickerNotInMonth a:hover{
	background:#f00;
	color:#000;
}
div.datepicker tbody th{
	text-align:center;
}
.datepickerSpace div{
	width:20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a{
	text-align:center;
	height:20px;
	line-height:20px;
}
.datepickerGoNext a{
	float:right;
	width:20px;
}
.datepickerGoPrev a{
	float:left;
	width:20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears{
	display:none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW{
	display:none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW{
	display:none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color:#333;
}
td.datepickerDisabled a:hover{
	color:#333;
}
td.datepickerSpecial a{
	background:#700;
}
td.datepickerSpecial.datepickerSelected a{
	background:#a00;
}
.jqtp_marker{
	z-index:5;
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	font-family:helvetica;
	font-size:14px;
}
.jqtp_sec{
	width:0;
	height:0;
	font-size:0;
	background:transparent;
	cursor:pointer;
	color:#f40;
	z-index:3;
	top:0;
	left:0;
	position:absolute;
}
.jqtp_min{
	width:2px;
	height:2px;
	font-size:2px;
	background:#f00;
	cursor:pointer;
	color:#f00;
	z-index:1;
	top:0;
	left:0;
	position:absolute;
}
.jqtp_hr{
	width:2px;
	height:2px;
	font-size:2px;
	background:#0f0;
	cursor:pointer;
	color:#0f0;
	z-index:2;
	top:0;
	left:0;
	position:absolute;
}
#jqtp_clock{
	position:relative;
	width:200px;
	height:200px;
}
.clear{
	clear:both;
	width:0;
	height:0;
}

.tl{
	width:10px;
	height:10px;
	background:transparent;
}
.tm{
	width:100%;
	height:10px;
	background:transparent url(images/tm.png) repeat-x;
}
.tr{
	width:10px;
	height:10px;
	background:transparent;
}
.ml{
	width:10px;
	height:100%;
	background:transparent url(images/ml.png) repeat-y;
}
.mr{
	width:10px;
	height:100%;
	background:transparent url(images/mr.png) repeat-y;
}
.bl{
	width:10px;
	height:10px;
	background:transparent;
}
.bm{
	width:100%;
	height:10px;
	background:transparent url(images/bm.png) repeat-x;
}
.br{
	width:10px;
	height:10px;
	background:transparent;
}

