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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	line-height: 1.3em;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #F00;
}
a:link {
	text-decoration: underline;
	color: #F00;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
}
a#b1, a:link#b1, a:visited#b1 {
	background: url(../images/b1.jpg) no-repeat left top;
	width: 67px;
}
a#b2, a:link#b2, a:visited#b2 {
	background: url(../images/b2.jpg) no-repeat left top;
	width: 70px;
}
a#b3, a:link#b3, a:visited#b3 {
	background: url(../images/b3.jpg) no-repeat left top;
	width: 112px;
}
a#b4, a:link#b4, a:visited#b4 {
	background: url(../images/b4.jpg) no-repeat left top;
	width: 147px;
}
a#b5, a:link#b5, a:visited#b5 {
	background: url(../images/b5.jpg) no-repeat left top;
	width: 81px;
}
a:hover#b1  ,a:hover#b2,a:hover#b3,a:hover#b4,a:hover#b5{
	background-position: left -43px;
	color: #FFF;

}

h1, h2, h3, h4, h5, h6 {
	font-family: "Antique-Olive Wd", Arial, Helvetica, sans-serif;
	color: #F00;
	line-height: 1em;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
.clearer {
	clear: both;
}
.wrapper {
	width: 100%;
	background: url(../images/header.jpg) no-repeat center top;
	min-height: 198px;
}

.wrapper .wrapper_inner {
	width: 948px;
	margin: 0 auto;
	overflow: visible;
}
.header {
	text-align: right;
	padding-top: 10px;
}
.boddy {
	clear: both;
	margin: 60px 0 10px 0;
	position: relative;
	width: 958px;
}
.boddy_contents {
	position: relative;
	margin: 0 0 0 -5px;
	z-index: 2;
	top: 28px;
}
#tabsJ {
	position: relative;
	clear: both;
	z-index: 1;
}

.boddy_contents-top {
	background: url(../images/boddy_top-bg.png) no-repeat left top;
	height: 14px;
}
.boddy_contents-inner {
	background: url(../images/boddy_bg.jpg) repeat-y left top;
	padding: 30px 50px 30px 50px;
}
.boddy_contents-bottom {
	background: url(../images/boddy_bottom-bg.png) no-repeat left top;
	height: 14px;
}


.menu {
	position: relative;
	width: 100%;
	height: 43px;
}


.menu .box_top_shadow {
	background: url(../images/box_top_nextMenu_bg.png) no-repeat left top;
	height: 43px;
	width: 474px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.menu ul  {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: -3px;

}
.menu ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu ul li a {
	display: block;
	padding-top: 12px;
	text-decoration: none;
	color: #333;
	text-align: center;
	height: 31px;
}


.box {
	position: relative;
	left: -3px;
	width: 954px;
	clear: both;
}

.box .box_top_bg {
	background: url(../images/box_top_bg.png) no-repeat left top;
	height: 10px;
}
.box_contents {
	background: url(../images/box_bg.png) repeat-y left top;
}
.box_contents_inner {
	margin: 0 25px;
}

.box_bottom_bg {
	background: url(../images/box_bottom_bg.png) no-repeat left top;
	height: 15px;
}
.wrapper_panelBoxes {
	width: 720px;
	margin: 0 auto;
}
.panelBox {
	width: 337px;
	float: left;
	margin: 10px;
}


.panelBox_header {
	background: url(../images/panel_top_bg.jpg) no-repeat left top;
	height: 50px;
}
.panelBox_header h1{
	color: #fff;
	font-size: 1.5em;
	padding: 10px 0 0 15px;

}
.panelBox_contents {
	border-right: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	background: #F1F1F1;
}
.panelBox_contents_inner {
	padding: 10px 10px;

}

.panelBox_bottom {
	background: url(../images/panel_bottom_bg.jpg) no-repeat left top;
	height: 10px;
}




ul , ul li{
	margin: 0;
	padding: 0;
}
.footer {
	text-align: center;
	font-size: 9pt;
	padding-top: 35px;
	font-family: Arial;
	color: #333;
	clear: both;
}
.footer_note {
	font-size: 7pt;
	padding-top: 20px;
	line-height: 9pt;
	text-align: center;
	clear: both;
	padding-bottom: 5px;
}

.search {
	float: right;
	clear: both;
}
#catagories_holder {
	width: 100%;
	padding-top: 10px;
}
#catagories {
	width: 100%;
}
.mainCategoryBox {
	background-color:#FFF;
	border:solid 1px #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.mainCategoryBox_header {
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #323232;
	padding: 5px 15px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	color: white;
	font-family: "Antique-Olive Wd", Arial;
}
.mainCategoryBox_header a:link, .mainCategoryBox_header a:visited{
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	color: white;
}
.mainCategoryBox_contents {
	padding: 15px;
}
.newestads {
	clear: both;
	margin-top: 25px;
}
.newestads_header {
	clear: both;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #EFEFEF;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:5px 15px;
}
.newestads_contents {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:5px 15px;
}
input[type=button],input[type=submit],input[type=reset]{
	color:#FFF;
	background-color:#F00;
	padding:3px 7px;
	font-weight:bold;
	border:none;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover{
	background-color:#333;

}
pre{
	font-family:Consolas, monospace;
	clear:both;
	padding:5px;
}


#kpw{
	background-color:#fff;
	position:relative;
	display:none;
	z-index:9998;
	top: 30px;
}
#keypassWrapper 
{
display:block;
width:300px;
position:absolute;
left:100px;

text-align:left;
background-color:#fff;
padding:10px;
border:2px #ccc outset;

}
#keypass_advise{
	display:none;
background-color:#FFEAEA;
font-size:9pt;
font-weight:bold;
padding:3px;
clear:both;
color:#F00;
border:1px solid #ccc;
}

#keypass_x{

clear:both;

}

