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

body {
	margin:0px;
	background-color:#EBEBEB;
	background-image:url(images/top_gradient.gif); 
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}

#wrapper {
	text-align:center;
	width:756px;
	background-image:url(images/main_midle.gif);
	margin:auto;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}


#top_corners {
	background-image:url(images/main_top.gif);
	background-repeat:no-repeat;
	font-size:0px;
	height:10px;
	width:756px;
	clear:both;
}

#bottom_corners {
	background-image:url(images/main_bottom.gif);
	background-repeat:no-repeat;
	font-size:0px;
	height:10px;
	width:756px;
	clear:both;
}

#left_col {
	width:200px;
	float:left;
	line-height:18px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

#main_col {
	width:515px;
	/*overflow:hidden;*/
	float:right;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

h1 {
	font-size:16px;
	margin-top:20px;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}

#top_menu{
	width:100%;
	clear:both;
	height:26px;	
}

#top_menu a:link, #top_menu a:visited {
	display:block;
	width:110px;
	height:22px;
	background-color:#0099CC;
	color:#FFFFFF;
	float:left;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	/*background:url(/images/top_link.gif);*/
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:13px;
	margin-right:10px;
}

#top_menu a:hover {
	background-color:#336699;
	/*background:url(/images/top_link_over.gif);*/
	background-repeat:no-repeat;
}

.message_success {
	padding:4px;
	background-color:#009900;
	border:1px solid #006600;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}

.message_error {
	padding:4px;
	background-color:#CE0000;
	border:1px solid #990000;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}


.message_info {
	padding:4px;
	background-color:#FFFFCC;
	border:1px solid #993300;
	color:#990000;
	margin-top:10px;
	margin-bottom:10px;
}


a:link, a:visited {
	color:#0066CC;	
}

a:hover {
	color:#0099FF;
}




.left_categories {
	overflow:hidden;
	clear:both;
	width:200px;
}

.breadcrumb {
	color:#999999;
	margin-top:-5px;
	font-size:11px;
	height:20px;
	line-height:15px;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color:#999999;
}

.breadcrumb a:hover {
	color:#000000;
}

.left_categories a:link, .left_categories a:visited {
	float:left;
	width:93px;
	text-align:left;
	text-decoration:none;
	background-color:#EBEBEB;
	border:1px solid #DDDDDD;
	border-top:1px solid #F5F5F5;
	border-left:1px solid #F5F5F5;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	overflow:hidden;
}
.left_categories a:hover{
	background-color:#FAFAFA;
}

.red_text{
	color:#FF0000;
}






.browse_listing_title a:link, .browse_listing_title a:visited{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#3366CC;
	text-decoration:underline;
}

.browse_listing_description{
	display:block;
	clear:both;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
}







.admin_menu {
	background-color:#FF6600;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	line-height:23px;
	display:block;
	font-size:12px;
}

.admin_menu a:link, .admin_menu a:visited{
	color:#FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
}
.admin_menu a:hover{
	background-color:#FF9900;
}

#footer {
	background-color:#EBEBEB; 
	text-align:center;
	font-size:12px;
	color:#999999;
	padding-top:3px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}