@charset "utf-8";
body {
	background-image: url(/images/frame_top_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bg {
	background-image: url(/images/frame_top.png);
	background-repeat: no-repeat;
	background-position: 55%;
	height: 91px;
	width: 810px;
	position: absolute;
	top: 0px;
}
.logo {
	padding-top: 6px;

}
#top {
	height: 91px;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
#top table {
	clear: both;
}
#top .article {
	padding: 4px 5px 0px 5px;
	height: 46px;
	width: 390px;
	margin-top: 5px;
	color: #FFFFFF;
	background-image: url(/images/top_article_bg.png);
}
#top .article-arrow {
	float: left;
	padding: 12px 2px 0px 2px;
}
#top .article .article-arrow img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#top .article .article-content {
	float: left;
	width: 312px;
	text-align: left;
	padding-left: 20px;
}
#top .article .article-content a{
	text-decoration: none;
	color: #FFFFFF;
}

#top .article-content img {
	float: left;
	border: 2px solid #9A9338;
	margin-right: 10px;
}

.ad-block {
	height: 40px;
	padding: 5px;
	width: 340px;
	margin: 5px 5px 0px 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	background: url(/images/advert_block.png) no-repeat top left;
}
.ad-block span {
	float: left;
	padding: 13px 0px 0px 5px;
	color: #CBC570;
	width: 60px;
	font-size: 10px;
}
.ad-block p {
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 250px;
}
#top .frame-buttons {
	width: 690px;
	padding-top: 3px;
}
#top .frame-buttons .comments {
	background-image: url(/images/ico_comments.png);
	background-repeat: no-repeat;
}
#top .frame-buttons .offer {
	background-image: url(/images/ico_offer.png);
	background-repeat: no-repeat;	
}
#top .frame-buttons a {
	display: block;
	float: left;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 25px;
	margin-left: 30px;
}
#top .frame-buttons .send {
	background-image: url(/images/ico_send.png);
	background-repeat: no-repeat;
}
#top .frame-buttons .favorites {
	background-image: url(/images/ico_favorite.png);
	background-repeat: no-repeat;
}
#top .frame-buttons .setdefault {
	background-image: url(/images/ico_setdefault.png);
	background-repeat: no-repeat;
}
#top .frame-buttons a:hover {
	text-decoration: underline;
}
#top table {
	height: 61px;
}
#top table td {
	vertical-align: top;
}
.backto {
	margin-left: 10px;
	margin-top: 2px;
}
.backto a {
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 19px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 23px;
	background-image: url(/images/backto_0.gif);
	text-decoration: none;
}
.removeframe {
	float:right;
	margin: 2px 10px 0px 0px;
}
.removeframe a {
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 19px;
	padding: 6px 5px 0px 23px;
	background-image: url(/images/remove_0.gif);
	text-decoration: none;
}
.frame-buttonbar {
	position: relative;
}
/* LAYER BOXES */
.layer-box {
	background-color: #D56500;
	padding: 5px;
	position: absolute;
	top: 100px;
	display: none;
}
.layer-box .layer-box-content {
	background-color: #954700;
	padding: 20px;
	color: #FFFFFF;
	overflow: auto;
}
.layer-box .layer-box-content label{
	display: block;
	padding-top: 3px;
}
.layer-box .layer-box-content h1{
	color: #FFFFFF;
	margin: 0px;
}
.layer-box .layer-box-content .close {
	float: right;
	color: #F5AE03;
}
#frame {
	clear: both;
	width: 100%;
	margin-top: 91px;
}
.comment-item {
	padding: 10px;
	border-top: 1px solid #823E00;
}
div.layer-box-content div.comment-form {
	padding-bottom:10px;
	border-bottom:1px solid #D56500;
}
