/* Basics - general stuff
--------------------------------------------------*/
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana, Geneva, Lucida;
}
html {
	height: 100%;
	width: 100%;
}
body {
	margin:0px; 
	padding:0px;
	
	font-size: 12px;
	color: #444;
	text-align: center;
	background-color: #f2f2f2;
}
a {
	color: #0600ff;
}
a:hover {
	color: #0600ff;
	text-decoration: none;
}
img {
	border: 0;
}
table {
	width: 99%;
}
tr, td {
	padding: 5px 0;
}
td.label {
	width: 230px;
	font-weight: bold;
}
td.input {
	font-size: 90%;
}
div.title {
	font-weight: bold;
	padding-bottom: 10px;
}	
div.price {
	font-weight: normal;
	padding-bottom: 5px;

}

.big_price {
	font-weight: bold;
	font-size: 20px;	

}

div.free {
	font-weight: bold;
}
select,
textarea {
	width: 220px;
	font-size: 97%;
	border: 1px solid #757575;
}
input.image {
	width: auto;
	border: 0;
	padding-top; 10px;
	margin-bottom: -5px;
	_margin-bottom: -4px;
}
label {
	font-weight: bold;
}
.text_green {
	color: #679c20;
}


/* Main
-------------------------------------------------- */
#content {
	width: 100%;
}
#content_wrapper_a {
	text-align: center;
}
#maincontent {
	width: 100%;
	background: #fff;
}
#maincontent_wrapper_a {
	width: 800px;
	margin: 0 auto;
	text-align: center;	
	background: #fff;
}
#maincontent #content {
    text-align: left;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

#body_message {
	position: relative;
	font-weight: bold;
	background: #fff;
	padding-top: 1px;
}


/* Header
-------------------------------------------------- */
#header {
	background: #fff url(/images/bg_header.gif) repeat-x left bottom;
}


#header_wrapper_a {
	padding-bottom: 17px;
	_padding: 0;
}

div#header_section {
	position:  relative;
	width: 900px;
	margin: 0 auto;
	height: 70px;
	padding: 0;
}

div#header_section #leftcontent {
	position: relative;
	float: left;
	top: 5px;
	width: 275px;
}


div#header_section #centercontent {
	position: relative;

	width: auto;
	height: 70px;
	margin-left: 280px;
	padding: 0;
}

#rightcontent {
	position: relative;
	width:auto;
	margin-left: 640px;
}
#logo {
	position: relative;
	height: 70px;
	text-align: right;
}

#header_message {
	position: relative;
	top: 10px;
	z-index: 10;

	margin-right: 35px;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}
/*  top nav system  */
#topnav {
	position: relative;
	left: 10;
	top: 0px;
	font-size:0.8em;
}
#topnav ul {
	position: relative;
	list-style:none;
	margin: 0;
	padding: 0 0 0 10px;
}
#topnav li {
	display:inline;

	margin:0;
	padding:0;
	
	font-size: 120%;
	font-weight: bold;
}
#topnav a {
	float:left; 
	
	text-decoration:none;
	color:#fff;	
}

#topnav a span {
	display:block;
	width: 94px;
	height: 38px;
	margin: 0;
	padding:30px 0px 5px 1px;
	background: transparent url(/images/nav_inactive.gif) no-repeat left top;
	
	cursor: hand;
}


#topnav a:hover, 
#topnav a:hover span {
	background: transparent url(/images/nav_active.gif) no-repeat left top;
}
#topnav a.current span {
	background: transparent url(/images/nav_active.gif) no-repeat left top;
}
#topnav a.first span {
	background: transparent url(/images/nav_inactive_first.gif) no-repeat left top;
}
#topnav a.special span {
	background: transparent url(/images/nav_active.gif) no-repeat left top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a span,
#topnav a.current span,
#topnav a.first span,
#topnav a.special span {
	float:none;
}
/* End IE5-Mac hack */


#searchbox {
	height: 46px;
	background: #fff url(/images/bg_searchbox.gif) repeat-x left top;
	padding-top: 11px;
}

#listing_cat {
	position: relative;
}
#listing_cat ul {
	position: relative;
	list-style:none;
	margin: 0;
	padding: 0;
	padding-left: 25px;
}
#listing_cat li {
	position: relative;
	display:inline;

	margin:0;
	padding:0;

	font-weight: normal;
	margin-bottom: -10px;
}
#listing_cat a {
	position: relative;
	float: left;
	color: #000000;
}
#listing_cat a span {
	position: relative;
	display:block;
	width: 130px;
	height: 30px;
	margin: 0;
	padding-left: 20px;
	background: transparent url(/images/bul_cat.gif) no-repeat left top;
	
	cursor: hand;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#listing_cat a span {float:none;}
/* End IE5-Mac hack */


/* Header
-------------------------------------------------- */
#footer {
	position: relative;
	background: #fff;
}
#footer_wrapper_a {
	position: relative;

	padding-top: 1px;
	background: #fff;
}
#links_footer {
	position: relative;

	padding-bottom: 10px;
	
	font-size: 120%;
	font-weight: bold;
}
#copyright {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 80%;
	text-decoration: none;
	background: #f2f2f2;
}



/* Form Area 
-------------------------------------------------- */
div#formblock {
	position: relative;
	padding-top: 16px;
	
	text-align: center;
}
div.formbox {
	position: relative;
   	width: 772px; /* width of form box */

	margin: 0 auto;
   	background: #e9ffb0 url(/images/box_body.gif) repeat-y top left; 
}
div.formbox.item {
   	background: #fff url(/images/box_body.gif) repeat-y; 
}
div.formbox_head { 
	position: relative;
	padding-right: 1px;
   	background: #fff url(/images/box_head_right.gif) no-repeat top right;
}
div.formbox_head span{ 
	position: relative;
   	overflow: hidden;
	display: block;
	
   	height: 29px; /* height of form box header */
	text-align: left;
   	background: transparent url(/images/box_head_left.gif) no-repeat top left;
}
div.formbox_head #form_title { 
	position: relative;
	float: left;

	padding-top: 5px;
	padding-left: 20px;

	font-size:  120%; /* form header text size */
	font-weight: bold;
	color: #fff;
}
div.formbox_head #form_steps { 
	position: absolute;
	float: right;
	top: 30px;
	_top: 31px;
	right: 0;

	width: 250px;
	height: 10px;

	font-size: 125%; 
	font-weight: bold;

	color: #5170a2;
}
#form_steps ul li {
	position: relative;
	display: inline;
	list-style: none;

	padding: 3px 3px 3px 3px;
	_padding: 5px 3px 13px 3px;
	_margin-right: 5px;
}
div.formbox_head a { /* this is to make form box header link clickable across the entire width */
	display: block;
	width: auto;
	
	margin-top: 9px;
	margin-left: 10px;
}
div.formbox_body {
	position: relative;
	display: block;

	padding: 10px 0 0 0;
	margin-left: 1px;
	text-align: left;
   	background: transparent url(/images/box_body.gif) repeat-y bottom right;
}
div.formbox_body.item {
	padding: 0;
}

div.formbox_foot {  
	position: relative; 
   	background: #fff url(/images/box_foot_right.gif) no-repeat bottom right;
}
div.formbox_foot span {
	position: relative;
	display: block;
   	overflow: hidden;
	
   	height: 15px; /* this is actually the height of the bg image */
   	padding-right: 12px;
	
   	text-align: right;
   	background: transparent url(/images/box_foot_left.gif) no-repeat bottom left;
}
div.formbox_foot_item {  
	position: relative; 
   	background: #fff url(/images/box_foot_right2.gif) no-repeat top right;
}
div.formbox_foot_item span {
	position: relative;
	display: block;
   	overflow: hidden;
	
   	height: 20px; /* this is actually the height of the bg image */
   	padding-right: 12px;
	margin-top: -0px;
   	text-align: right;
   	background: transparent url(/images/box_foot_left2.gif) no-repeat top left;
}
#form_content {
	position: static; /* needs for form box to show correctly in opera */
	overflow: hidden;
	
	width: auto;
	margin-bottom: -10px;
	_margin: 0;
}

#listing_item {
	position: relative;
}
#listing_item ul {
	position: relative;
	list-style:none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#listing_item li {
	position: relative;
	display:inline;

	margin:0;
	padding:0;

	font-weight: normal;
	margin-bottom: -10px;
}
#listing_item li span {
	position: relative;
	float: left;
	display:block;

	margin: 0;
	cursor: hand;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#listing_item span {float:none;}
/* End IE5-Mac hack */

#listing_item li span.image {
	width: 130px;
	border: 0;
}
#listing_item li span.desc {
	width: 180px;
	font-weight: bold;
	text-align: center;
}
#listing_item li span.desc a{
	font-weight: normal;
	text-align: center;
}
#listing_item li span.price {
	width: 100px;
	font-weight: bold;
	text-align: center;
}

.review {
        font-weight: normal;
}

.terms {
	font-weight: normal;
	font-size: 11px;
}

.rating {
	width: 93px; 
	height: 19px; 
    padding-top: 8px;
    text-align: center;
}

table#p_item {
	width: 100%;
	margin-bottom: 10px;
	_margin-bottom: 0;
}
table#p_item tr td {
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
table#p_item tr td.ad {
	border-bottom: 1px solid #d0d0d0;
    border-left: 0;
    text-align: center;
}
table#p_item tr.last td {
	border: 0;
	border-left: 1px solid #d0d0d0;
}
table#p_item tr td.first {
	border-left: 0;
}
