@import url("master.css");
/* -- ** SIGN IN PANEL ** -- */

h1 {
	font-size:1em%;
	font-weight:bold;
	}

#top_news {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:20px;
	z-index: 999;
	text-align: center;
	text-transform:uppercase;
	color:#ccc;
	margin-left: auto;
	margin-right: auto;
	font-size:0.76em;
	background:#808080;
}

.top_span {
	text-transform:uppercase;
	color:#cc9900;
	}

.top_space {
	padding-left:50px;
	}

#toppanel {
	position: absolute;
	top: 20px;
	left: 0;
	width:100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}

#top_news a {
	color:#fff;
	text-decoration:underline;
	}

#top_news a:hover {
	color:#000;
	text-decoration:none;
	}

#panel {
	width:100%;
	height:240px;
	color:#000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background:#808080 url(../images/panel_bg.png) repeat-x top;
}
#panel h1 {
	font-size:1.4em;
	padding: 5px 0 10px;
	margin: 0;
	color:#202020;
	text-align: left;
}
#panel h2 {
	font-size:1em;
	padding: 10px 0 5px;
	margin: 0;
	color:#202020;
	text-align: left;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration:underline;
	color: #990000;
}
#panel a:hover {
	color:#000;
	text-decoration:none;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
#panel .panel_content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size:0.9em;
}
#panel .panel_content .left {
	width: 280px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}
#panel .panel_content .border {
	border-left: 1px solid #333;
}
#panel .panel_content .narrow {
	width:120px !important;
}
#panel .panel_content form {
	margin: 0 0 10px 0;
}
#panel .panel_content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .panel_content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .panel_content input:focus.field {
	background: #545454;
}

.header {
	width: 870px;
	margin-top:10px;
}
.header h1 {
	font-size:200%;
	padding-top:30px;
}
.header h1 a {
	color: #740d77;
	text-decoration: none;
}
.header p {
	color:#990000;
	font-size:140%;
	margin: 0px;
	font-style:italic;
	text-transform:uppercase;
}
.header h1 a:hover {
	color: #000000;
}

.header a {
	color:#0000FF;
	}

.header_left p {
	color:#990000;
	font-size:90%;
	margin: 0px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}

.header_left h1 {
	padding-top:10px;
	white-space:nowrap;
	}

.header img {
	float:left;
	padding-top:20px;
	}

#user-photo {
	float:right;
	border: solid 5px #EEEEEE;
}
#sticky {
	background-color: #FFFBCC;
}
.header_left {
	float: left;
}
.header_right {
	float: right;
	width:300px;
}
.header_login {
	border: 1px #ffb9d7 solid;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-size: 11px;
	width: 100px;
}

.header_logout {
	font-size:70%;
	}

.header_ad {
	display:block;
	width:100%;
	margin-top:10px;
	padding:6px;
	border:dotted 3px #990000;
	font-size:140%;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#990000;
	}

.header_ad a {
	color:#990000;
	text-decoration:underline;
	}

.header_ad a:hover {
	color:#000;
	text-decoration:none;
	}
/* BUTTONS */
/* Login and Register buttons */
#panel .panel_content input.bt_login, #panel .panel_content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .panel_content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}
#panel .panel_content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/* Panel Tab/button */
.tab {
	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
}
.tab ul.login li.left {
	background: url(../images/tab_l.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li.right {
	background: url(../images/tab_r.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background: url(../images/tab_m.png) repeat-x 0 0;
}
.tab ul.login li a {
	color: #fff;
}
.tab ul.login li a:hover {
	color:#e8e8e8;
}
.tab .sep {
	color:#414141
}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	cursor: pointer;
	display: block;
	width:110px;
	position: relative;
	top: 11px;
	text-align:center;
}
.tab a.open {
}
.tab a.close {
}
.tab a:hover.open {
}
.tab a:hover.close {
}
.header h1 a {
	color: #005870;
	text-decoration: none;
}
.header p {
	background: #edfbff;
	border: solid 10px #edfbff;
	color: #1599BC;
	font-size: 14px;
	margin: 0px;
}
.header_right a {
	font-size:10px;
	color:#0496BB
}

.top_nav {
	width:800px;
	margin:10px auto 0 auto;
	color: #999;
	font-size:120%;
}

.top_nav ul {
	margin: 0;
	float: left;
	padding:10px 0 0;
	width:auto;
}

#nav li ul li {
	border-bottom:1px solid #eee;
	background:#f3fcfe
}
#catnav a {
	padding:12px;
	display: block;
	border-right:solid 1px #666;
	font-size:1.1em;
	text-decoration: none;
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
	white-space:nowrap;
	z-index:100
}
#catnav li.current-cat a {
	display:block;
	color:#fff;
	background-color:#808284;
}
#catnav li a:hover {
	color:#fff;
	background-color:#808284;
}
#catnav li ul li {
	border-left:solid 1px #666;
	border-bottom:dotted 1px #999;
	background: url(../images/topbarbg.jpg) repeat-x;
}
.topbar {
	width:100%;
	margin:10px auto 0;
	padding:0;
	height:40px;
	background: url(../images/topbarbg.jpg) repeat-x;
}

.topnav {
	width:980px;
	margin:0 auto;
	padding:0 auto;
	}

.search {
	width:404px;
	height:40px;
	float:right;
	background: url(../images/searchbg.jpg) no-repeat center top;
	}

.postbutton {
	float: right;
	width: 231px;
	background: url(../images/postbuton.jpg) no-repeat center top;
	display: block;
	font-size:110%;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 14px 0;
	outline: none;
}
.main {
	border: solid 20px #e8e8e8;
}
.in {
	width: 980px;
}
.listing .head {
	font-size: 17px;
	color: #fff;
	padding: 10px 0 13px 0;
	background: url(../images/headbg.jpg);
}
.list div a {
	text-decoration: none;
	color: #666;
}
.list div.no {
	background: #fff;
}

.list div.no:hover, .list div.alt:hover, #sticky:hover {
	background: #ccc;
}
.list div.alt {
	background: #e8e8e8;
}
.footer {
	border: solid 20px #e8e8e8;
	width: 940px;
	margin: 20px auto 0px auto;
	color: #000;
}
.footer a {
	color: #000;
}

.footer a:hover {
	color: #000;
	text-decoration:none;
}
.left .title h2 {
	font-size:160%;
	font-weight: bold;
	line-height: 30px;
	color: #990000;
}
.left .title .prices {
	padding:5px;
	margin-top:6px;
	font-size:1.6em;
	color: #fff;
	background: #FF2A00;
	}

.left .product h3 {
	font-size:140%;
	font-weight: bold;
	line-height: 17px;
	color: #990000;
	border-bottom: double 3px #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	clear:both;
}

.ins {
	background: #e8e8e8;
}

.ins .right {
	width: 270px;
	float: right;
	padding:10px;
	border: solid 1px #ccc;
	background: #fff;
}
.ins .right h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	font-weight: bold;
	color: #005A7C;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}
.classform {
	display:block;
	width: 940px;
	background: #e8e8e8;
	padding: 20px;
	margin: 20px auto;
}
.classform .adfields {
	border: solid 1px #fff;
	padding: 5px;
	margin-bottom: 10px;
}
.classform select {
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #fff;
	width:200px;
}
.classform input.postit {
	border: solid #fff;
	font-size: 17px;
	color: #fff;
	background:#ff0000;
	cursor: pointer;
}
input.lbutton {
	background:#069BC3 none repeat scroll 0 0;
	border:none;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	font-size:13px;
	padding:5px;
}
.button2 {
	background: url(default/post-now.jpg) top center no-repeat;
	width:148px;
	height:41px;
}
.post_head_button {
	background: url(default/post-now.jpg) top center no-repeat;
	width:148px;
	height:41px;
}
.next_post_link {
	background: url(default/next.jpg) top center no-repeat;
	width:119px;
	height:33px;
}
.previous_post_link {
	background:url(default/back.jpg) top center no-repeat;
	width:119px;
	height:33px
}
.email_form {
	color:#375158;
	border-top:1px #ccc solid;
	padding-top:15px;
	padding-left:15px
}
.email_form a {
	font-size:110%;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-decoration:underline;
	text-align:center;
	color:#990000;
}
.email_form input {
	margin-bottom:5px;
	background-color:#e8e8e8;
	border:1px #ccc solid;
	padding:2px 5px;
	width:228px
}
.email_form textarea {
	margin-bottom:5px;
	background-color:#e8e8e8;
	border:1px #ccc solid;
	padding:5px;
	width:228px;
	height:150px
}
input.email_captcha {
	vertical-align:middle;
	width:30px;
	text-align:center;
	border:1px #DF0005 solid;
	padding:2px
}
.like_input {
	margin-bottom:5px;
	background-color:#e8e8e8;
	border:1px #ccc solid;
	padding:3px 5px;
	width:228px
}
.register_button_img {
	background:url(default/register.jpg) top center no-repeat;
	width:87px;
	height:17px
}
.sidebar_box {
	
}
.sidebar_box h3 {
	margin:0;
	padding:7px 0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:17px;
	color:#9F3353;
}
.subnav {
	padding:5px 10px 0px 10px;
}
.post_now_box {
	width:148px;
	margin:0 auto;
	color:#018fb7;
	font-weight:bold;
	font-size:15px;
	font-family:"Trebuchet MS";
	text-align:left
}