HTML {
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
}
BODY {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #eaeaea;
}
#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background-color: white;
	display: block;
}
#body {
	padding: 0 15px;
}
.clear {
	clear: both;
	height: 0px;
}
.white {
	background-color: white;
}


/* --------------
   Header Styling */
  
#header {
	background-image: url(/images/footer.gif);
	background-position: 0 50px;
	background-repeat: no-repeat;
	padding: 20px 15px 0px 15px;
	margin: 0px;
}
#header DIV.nameplate {
	float: left;
	margin-top: 5px;
}
#header .nameplate IMG {
	border: 0px;
}
#header DIV.navbar {
	float: right;
	height: 21px;
	background-image: url(/images/navbar_rgt.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#header DIV.navbar A {
	text-decoration: none;
	color: white;
}
UL#navlist {
	float: right;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	height: 21px;
	background-image: url(/images/navbar_lft.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #323245;
}
#navlist LI.nav_lvl1, 
#navlist LI.user {
	float: left;
	display: block;
	height: 21px;
}
#navlist .nav_lvl1 A, 
#navlist .user A {
	display: block;
	font-size: 0.85em;
	letter-spacing: 1px;
	margin: 0 20px;
	padding-left: 25px;
	padding-top: 3px;
	background-image: url(/images/navbar_arrow_off.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}
#navlist .nav_lvl1:hover A {
	background-image: url(/images/navbar_arrow.gif);
}
#navlist .user A,
#navlist .user:hover A {
	margin: 0 15px 0 20px;
	background-image: url(/images/navbar_user.gif);
	background-position: 10px 6px;
}
#header DIV.banner_row {
	display: block;
     min-height: 64px;
	padding: 40px 0 17px 0;
}
#header DIV.ad_banner {
	text-align: right;
}
#header DIV.ad_banner IMG {
	border: 2px solid white;
}
#header DIV.ad_banner DIV.ad_banner_text {
	border: 2px solid white;
     float: right;
}
#header DIV.header_site_title {
	float: left;
	height: 18px;
	margin: 0px;
	background-image: url(/images/sitenav_toplft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #323245;
}
#header DIV.header_site_title A {
	font-size: 0.85em;
	letter-spacing: 1px;
	color: white;
	display: block;
	text-decoration: none;
	margin-left: 5px;
	padding: 3px 15px 2px 5px;
	background-image: url(/images/sitenav_toprgt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #323245;
}
#header DIV.header_site_stats {
	display: block;
	float: left;
	font-size: 0.85em;
	letter-spacing: 1px;
	color: #8686a6;
	padding: 3px 0 0 10px;
}

	/* ---------------------
	   Header Drop-Down Menu */
	
	#header #navlist {
		position: relative;
	}
	#navlist .nav_lvl1 DIV.nav_lvl2 {
		display: none;
	}
	#navlist .nav_lvl1:hover DIV.nav_lvl2 {
		display: block;
	}
	#header #navlist DIV.nav_lvl2 {
		clear: both;
		padding-top: 10px;
		position: absolute;
		width: 100%;
		top: 21px;
		left: 0;
		font-size: 1em;
          z-index: 1;
	}
	#header #navlist .nav_list_container {
		border: 1px solid #cccccc;
		background-color: #323245;
		margin-left: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#header #navlist .nav_list_container IMG.arrow {
		position: absolute;
		top: 0;
	}
	#header #navlist #cgi_lvl2 .nav_list_container IMG.arrow {
		left: 50px;
	}
	#header #navlist #php_lvl2 .nav_list_container IMG.arrow {
		left: 140px;
	}
	#header #navlist #webapps_lvl2 .nav_list_container IMG.arrow {
		left: 250px;
	}
	#header #navlist #community_lvl2 .nav_list_container IMG.arrow {
		left: 335px;
	}
	#header #navlist #login_div .nav_list_container IMG.arrow {
		left: 206px;
	}
	#header #navlist .nav_lvl2 A {
		background-image: none;
		letter-spacing: 0px;
	}
	#header #navlist .nav_lvl2 UL {
		margin: 10px;
		margin-top: 0;
		margin-right: 20px;
		width: 143px;
		float: left;
		padding: 0;
		padding-left: 20px;
		line-height: 1.3em;
		list-style-type: disc;
		color: #656578;
	}
	#header #navlist .nav_lvl2 UL LI {
		margin: 0;
		padding: 0;
		margin-left: -15px;
		list-style: none;
	}
	#header #navlist .nav_lvl2 UL LI.title {
		font-size: 0.8em;
		font-weight: bold;
		margin-left: -15px;
		margin-top: 15px;
		margin-bottom: 5px;
		padding: 0 3px;
		list-style: none;
		color: white;
		background-color: #434356;
		border: 1px solid #545467;
	}
	#header #navlist .nav_lvl2 UL LI.desc {
		font-size: 0.8em;
		margin-left: -15px;
		margin-top: 15px;
		padding: 5px;
		color: black;
		list-style: none;
		border: 1px dotted #656578;
		background-color: #cccccc;
	}
	#header #navlist .nav_lvl2 LI A {
		margin: 0;
		padding: 0;
		color: white;
		text-decoration: none;
	}
	#header #navlist .nav_lvl2 LI A:hover {
		color: #cccccc;
	}
	
	/* --------------------
	   User Login Drop-Down */
	 
	#header #navlist LI#user {
		position: relative;
          z-index: 1;
	}
	#header #navlist #user A {
		cursor: pointer;
		cursor: hand;
	}
	#header #navlist #user #login_div {
		height: 210px;
		width: 250px;
		left: -157px;
		padding-top: 10px;
	}
	#header #navlist #user #login_div DIV.nav_list_container {
		padding: 5px;
		width: 230px;
	}
	#header #navlist #user IFRAME {
		height: 200px;
		width: 230px;
		border: none;
	}
     #login_panel {
          background-color: #eaeaea;
          border: 1px solid white;
     }
	DIV.menu_login {
		font-size: 0.8em;
		text-align: left;
	}
	.menu_login .msg P,
	.menu_login .msg_error P {
		color: white;
		padding: 5px;
		margin: 5px;
		text-align: center;
	}
	.menu_login DIV.msg {
		background-color: #5c730b;
	}
	.menu_login DIV.msg_error {
		background-color: #970d0d;
	}
	.menu_login DIV.user_login {
		margin: 5px;
	}
	.menu_login FIELDSET {
		border: 1px solid #323245;
		padding: 5px;
	}
	.menu_login LEGEND {
		font-size: 1.2em;
		padding: 0 3px;
		margin-left: 0.5em;
		font-weight: bold;
		font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
		color: #323245;
	}
	.menu_login DIV {
		clear: both;
		margin: 5px 0;
	}
	.menu_login LABEL {
		width: 60px;
		float: left;
		padding-top: 2px;
		margin: 2px 0;
		text-align: left;
	}
	.menu_login INPUT {
		width: 120px;
		font-size: 1em;
		float: right;
		margin: 2px 0;
		padding: 2px 2px;
	}
	.menu_login INPUT.login {
		width: 60px;
		margin-top: 0;
		float: left;
	}
	.menu_login .user_login DIV.links {
		clear: none;
		display: block;
		float: right;
		width: 128px;
	}
     #login_panel div.menu_login div.user_login fieldset div a
     {
		color: #0b6b73;
		text-decoration: none;
          margin: 0;
          padding: 1px 2px;
	}
	#login_panel div.menu_login div.user_login fieldset div a:hover {
		color: #a05002;
	}

	
/* ---------
   Site Menu */
 
#body DIV.sitemenu {
     margin-top: 18px;
	padding-top: 1px;
	background-color: #323245;
	background-image: url(/images/sitenav_toprgt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	zoom: 1.0;
}
.sitemenu UL {
	margin: 0 9px;
	padding: 0;
	float: left;
	letter-spacing: 1px;
}
.sitemenu LI {
	list-style: none;
}
.sitemenu, .sitemenu A {
	color: white;
	text-decoration: none;
}
.sitemenu A:hover {
	border-bottom: 1px dotted white;
}
.sitemenu UL.options {
	width: 170px;
        height: 60px;
	margin-left: 0px;
	margin-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	background-image: url(/images/sitenav_btmlft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.sitemenu .options LI {
	padding: 7px 0px 7px 33px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}
.sitemenu .options LI.whatsnew {
	background-image: url(/images/whats_new.gif);
}
.sitemenu .options LI.addnew {
	background-image: url(/images/add_new.gif);
}
.sitemenu UL.topcats {
	width: 210px;
	height: 65px;
	margin-top: 7px;
	padding-left: 25px;
	background-image: url(/images/topcats_dots.gif);
	background-position: 0 13px;
	background-repeat: no-repeat;
}
.sitemenu .topcats LI {
	padding: 7px 0;
}
.sitemenu DIV.search {
	width: 248px;
	height: 57px;
	padding-top: 17px;
	float: right;
	background-image: url(/images/sitenav_btmrgt.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.sitemenu .search A {
	font-size: 0.8em;
	color: #8686a6;
	clear: both;
}
.sitemenu .search A:hover {
	color: white;
	border: 0;
}
.sitemenu DIV.searchbar {
	width: 100%;
	height: 25px;
	background-image: url(/images/search_glass.gif);
	background-position: 146px 0;
	background-repeat: no-repeat;
	padding-top: 3px;
}
.sitemenu .searchbar INPUT.term {
	float: left;
	font-size: 0.9em;
	height: 16px;
	width: 142px;
	padding: 0px;
	padding-left: 2px;
	border: 1px solid white;
	border-right: 2px solid #eaeaea;
	background-color: #eaeaea;
}
.sitemenu .searchbar INPUT.btn {
	background-color: #a05002;
	border: 0;
	height: 16px;
	color: white;
	vertical-align: middle;
}
.sitemenu .searchbar SPAN.btn {
	float: left;
	border: 1px dotted #323245;
	margin-left: 25px;
	height: 16px;
	background-color: #a05002;
}

/* ------------------
   Main Content Panel */
   
#page_content {
	width: 705px;
	margin-top: 15px;
	margin-bottom: 30px;
	float: left;
	clear: both;
}
#page_content A {
	color: #0b6b73;
	text-decoration: none;
}
#page_content A:hover {
	color: #a05002;
}
#page_content DIV.breadcrumb {
	height: 1.4em;
	border-bottom: 1px solid #0b6b73;
}
#page_content .msg P,
#page_content .msg_error P {
	color: white;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
#page_content DIV.msg {
	background-color: #5c730b;
}
#page_content DIV.msg_error {
	background-color: #970d0d;
}
#page_content P.hint {
     font-size: 1em;
     background-color: #efedb7;
     border: 1px solid #d7d592;
     margin: 1em 0;
     padding: 0.5em 0.5em;
     color: #434343;
}
#resources H3.brief_list {
     font-weight: normal;
     margin: 0.2em 0;
     margin-top: 1.5em;
     padding: 0;
}

	/* -------
	   Subcats */

	#subcats UL {
	   width: 50%;
	   margin: 0;
	   padding: 0;
	}
	#subcats UL LI {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#subcats UL.left {
		float: left;
	}
	#subcats UL.right {
		float: right;
	}
	#subcats .left DIV.subcat {
		float: left;
	}
	#subcats .right DIV.subcat {
		float: right;
	}
	#subcats DIV.subcat {
		width: 340px;
		margin-top: 15px;
	}
	#subcats DIV.index {
		clear: both;
		width: 100%;
		margin-top: 18px;
	}
	#subcats .subcat A {
		width: 100%;
		color: #0b6b73;
		text-decoration: none;
	}
	#subcats .subcat A:hover {
		color: #a05002;
	}
	#subcats .subcat H3 {
		border: 1px solid #cccccc;
		background-color: #eaeaea;
		font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
		font-weight: normal;
		font-size: 1.2em;
                height: 22px;
		padding: 4px 7px;
		margin: 0px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
	}
     #subcats .subcat H3:hover {
          border: 1px solid #aaaaaa;
     }
	#subcats .subcat H3.new {
		padding-right: 60px;
		background-image: url(/images/cat_new.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
     #subcats .subcat H3 DIV.rescount {
          margin: -4px 5px 0px -7px;
          padding: 5px;
          height: 20px;
          color: #effaff;
          float: left;
          text-align: center;
          width: 40px;
          font-size: 1em;
          background-color: #9fc2d4;
          -moz-border-radius-bottomleft: 2px;
          -webkit-border-bottom-left-radius: 2px;
          -khtml-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
          -moz-border-radius-topleft: 2px;
          -webkit-border-top-left-radius: 2px;
          -khtml-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
     }
     #subcats .subcat H3 .rescount IMG {
          border: none;
          margin-top: 5px;
     }
     #subcats .subcat H3 SPAN.indexcount {
          font-size: 75%;
          line-height: 1.8em;
          float: right;
     }
	#subcats .subcat DIV.desc,
	#subcats .subcat DIV.includes {
		padding: 4px 8px;
	}
     #subcats .index_group {
		border: 1px solid #0b6b73;
		background-color: #0b6b73;
          color: white;
		font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
		font-weight: normal;
          font-size: 1.2em;
		padding: 4px 7px;
		margin: 25px 0px 0px 0px;
          height: 22px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
     }


		
	/* ------------------
	   Related Categories */
	   
	#page_content DIV.related {
		margin: 1em 0;
		clear: both;
	}
	#page_content .related H3 {
		margin-bottom: 5px;
	}
	#page_content .related DIV.breadcrumb {
		font-size: 0.8em;
		line-height: 1.4em;
		border-bottom: none;
		padding: 2px 5px;
		margin-bottom: 5px;
		background-color: #eaeaea;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
		
	/* --------------------------
	   Sponsored and Featured Ads */
	   
	#sponsored,
	#featured_ads {
		margin: 15px 0px;
	}  
	#sponsored DIV.head,
	#featured_ads DIV.head {
		background-color: #a05002;
		color: white;
		height: 24px;
		font-size: 0.8em;
		background-image: url(/images/sponsored_lft.gif);
		background-position: top left;
		background-repeat: no-repeat;
		position: relative;
	}
	#sponsored DIV.breadcrumb,
	#featured_ads DIV.breadcrumb {
		float: left;
		border: none;
		padding: 6px 8px;
	}
	#sponsored .breadcrumb A {
		color: white;
		text-decoration: none;
	}
	#sponsored .breadcrumb A:hover {
		color: white;
		border-bottom: 1px dotted white;
	}
	#sponsored DIV.disclose, 
	#featured_ads DIV.disclose {
		position: absolute;
		top: 0;
		right: 0;
		color: #d98330;
		padding: 6px 8px;
		background-image: url(/images/sponsored_rgt.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	#featured_ads DIV.featured_ads {
		clear: both;
		text-align: center;
		margin: 5px 0;
	}
	#featured_ads .featured_ads IMG {
		border: 0;
		margin: 0 30px;
	}
	#sponsored DIV.resource {
		clear: both;
		margin: 10px 0;
          padding: 5px 5px;
	}
	#sponsored .resource IMG {
		float: left;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	#sponsored .resource DIV.listing {
		float: right;
		width: 556px;
		padding: 0 6px;
	}
	#sponsored .listing H3 {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
          line-height: 1em;
	}
	#sponsored .listing H3 A {
		font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
		font-weight: normal;
		color: #0b6b73;
		text-decoration: none;
	}
	#sponsored .listing H3 A:hover {
		color: #a05002;
	}
	#sponsored .listing DIV.details {
		padding: 2px 5px;
		font-size: 0.7em;
		color: #555555;
		border: 1px solid #cccccc;
		background-color: #eaeaea;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#sponsored .listing P {
		margin: 0;
		padding: 0;
	}
	
	/* ------------------------
	   Page Navigation for Cats */
	   
	#page_content DIV.pages {
		clear: both;
		margin: 20px 0px 15px 0px;
		padding: 5px 5px;
		height: 25px;
          background-color: #eaeaea;
          border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#page_content .pages UL {
		float: right;
		margin: 0;
		padding: 0;
		margin-left: 10px;
	}
	#page_content .pages LI {
		float: left;
		display: block;
		background-color: white;
		margin-left: 4px;
		font-size: 1.2em;
		border: 1px solid #cccccc;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
	}
	#page_content .pages LI A {
		display: block;
		color: #0b6b73;
		text-decoration: none;
		padding: 2px 3px 3px 3px;
	}
	#page_content .pages LI:hover {
		border: 1px solid #0b6b73;
	}
	#page_content .pages LI.cur {
		background-color: #0b6b73;
		border: 1px solid #0b6b73;
		color: white;
		padding: 2px 3px 3px 3px;
	}
	#page_content .pages DIV {
		color: #555555;
		padding: 4px 0;
	}
	
	
	/* -------------
	   Resource List */
	   
	DIV#resources {
		margin-bottom: 20px;
	}
	#resources DIV.resource {
		clear: both;
		padding: 20px 0;
	}
	#resources .resource DIV.head {
		width: 600px;
		height: 1.6em;
		margin-bottom: 5px;
	}
	#resources .resource DIV.body {
		float: right;
	}
	#resources .resource DIV.rating {
		float: left;
		width: 100px;
		display: block;
		padding-right: 5px;
   	}
	#resources .resource DIV.data {
		float: right;
		width: 600px;
	}
	#resources .resource .head H3 {
		float: left;
		font-size: 1.3em;
		font-weight: normal;
		font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
		margin: 0;
		padding: 0;
	}
	#resources .resource .head A.more {
		float: right;
		color: #0b6b73;
		text-decoration: none;
		text-align: right;
	}
	#resources .resource .head A.more:hover {
		color: #a05002;
	}
	#resources .resource .head H3 A {
		color: #0b6b73;
		text-decoration: none;
	}
	#resources .resource .head H3 A:hover {
		color: #a05002;
	}
	#resources DIV.breadcrumb {
		font-size: 0.8em;
		height: auto;
		padding: 2px 5px;
		margin: 0;
		margin-bottom: 5px;
		color: #323245;
		background-color: #eaeaea;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		clear: both;
	}
	#resources .resource .rateme,
	#resources .resource .unreg,
	#resources .resource .unreg_count,
	#resources .resource .reg,
	#resources .resource .reg_count {
          margin-top: 4px;
		text-align: center;
	}
	#resources .resource .btm {
		margin-top: 10px;
	}
	#resources .resource .unreg A {
		font-size: 1.3em;
		font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
		color: #0b6b73;
		text-decoration: none;
	}
	#resources .resource .unreg A:hover {
		color: #a05002;
	}
	#resources .resource DIV.rateme {
		text-align: center;
		height: 20px;
		background-image: url(/images/star_add.gif);
		background-position: 10px 0px;
		background-repeat: no-repeat;
	}
	#resources .resource .rateme A {
		color: #888888;
		text-decoration: none;
		padding-left: 20px;
	}
	#resources .resource .unreg_count A,
	#resources .resource .reg_count A {
		color: #555555;
		text-decoration: none;
	}
	#resources .resource .rateme A:hover,
	#resources .resource .unreg_count A:hover,
	#resources .resource .reg_count A:hover {
		color: #222222;
	}
	#resources .resource .reg A {
		display: block;
		margin-left: 3px;
		margin-top: 5px;
	}
	#resources .resource .reg SPAN {
		float: left;
		width: 18px;
		height: 20px;
		padding: 0;
		cursor: hand;
	}
	#resources .resource .reg SPAN.on {
		background-image: url(/images/star_full.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#resources .resource .reg SPAN.off {
		background-image: url(/images/star_empty.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#resources .resource .reg SPAN.half {
		background-image: url(/images/star_half.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#resources .resource .rating IMG.new {
		margin-left: 15px;
	}
	#resources .resource .data DIV.details {
		clear: both;
		font-size: 0.8em;
		color: #555555;
		padding: 2px 5px;
		margin-bottom: 5px;
		background-color: #eaeaea;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#resources .resource .data P {
		float: left;
		margin: 0;
		padding: 0;
		padding-right: 10px;
		width: 460px;
	}
	#resources .resource .data P.full {
		width: auto;
	}
	#resources .resource .data UL.price {
		float: right;
		margin: 0;
		padding: 0;
		width: 128px;
		list-style: none;
		background-color: #eaeaea;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#resources .resource .data .price LI {
		margin: 0 10px;
		padding: 5px 0px;
		font-size: 1.1em;
		font-weight: bold;
		font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
		list-style: none;
		text-align: center;
		border-bottom: 1px solid #cccccc;
	}
	#resources .resource .data .price LI.last {
		border: none;
	}
	
	
		/* ----------------------------
		   New Resources List Additions */
		   
		#resources DIV.additions {
			clear: both;
			margin: 20px 0;
		}
		#resources .additions H3.latest {
               border: 1px solid #0b6b73;
               background-color: #0b6b73;
               color: white;
               font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
               font-weight: normal;
               font-size: 1.2em;
               padding: 4px 7px;
               margin: 18px 0px 0px 0px;
               height: 22px;
               -moz-border-radius: 2px;
               -webkit-border-radius: 2px;
               -khtml-border-radius: 2px;
               border-radius: 2px;
		}
		#resources .additions DIV.resource {
			clear: both;
               padding: 20px 0;
		}
		#resources .additions .posted {
			text-align: center;
			color: #555555;
		}
		#resources .additions .data P.full {
			margin: 0;
			padding: 0;
			clear: both;
		}
		#resources .additions DIV.head {
               float: right;
		}

	/* ----------------
	   Resource Details */
	
	#item_details {
		float: left;
		width: 390px;
	}
	#item_details A {
		color: #0b6b73;
		text-decoration: none;
	}
	#item_details A:hover {
		color: #a05002;
	}
	#item_details H3 {
		margin: 15px 0;
		color: #0b6b73;
		padding: 0;
		font-size: 1.6em;
		font-weight: normal;
		font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	}
	#item_details H3 A {
		color: #0b6b73;
		text-decoration: none;
	}
	#item_details H3 A:hover {
		color: #a05002;
	}
	#item_details DIV.dsc {
		margin-bottom: 20px;
	}
     DIV#ext_rate {
          padding-top: 2px;
     }
	DIV#rate {
		height: 30px;
		width: 110px;
		display: block;
		margin-top: 1em;
	}
	#rate SELECT,
	#rate INPUT {
		font-size: 1em;
		float: left;
	}
	#rate SELECT {
		margin-right: 5px;
		border: 1px solid #0b6b73;
	}
	#rate INPUT {
		border: 1px solid #0b6b73;
		background-color: #0b6b73;
		color: white;
	}
     #ext_rate DIV.stars,
	#rate DIV.stars {
		float: left;
		opacity: 0.5;
		position: relative;
		margin-left: -9px;
	}
     #ext_rate DIV.stars:hover,
	#rate DIV.stars:hover {
		opacity: 1;
	}
	#ext_rate DIV#show_rating {
		padding-left: 100px;
          padding-top: 3px;
	}
	#rate DIV#show_rating {
		padding-top: 19px;
		text-align: center;
	}
     #ext_rate UL,
     #ext_rate LI,
	#rate UL,
     #rate LI {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
     #ext_rate LI,
	#rate LI {
		display-style: inline;
		position: absolute;
		top: 0;
		left: 9px;
		background-image: url('/images/star_empty.gif');
	}
     #ext_rate LI A,
	#rate LI A {
		display: block;
		width: 9px;
		height: 19px;
	}
     #ext_rate LI.rgt,
	#rate LI.rgt {
		background-position: -9px;
	}
     #ext_rate LI:hover,
	#rate LI:hover {
		background-image: url('/images/star_full.gif');
	}
     A#rate_ext_nameplate {
          padding-left: 2px;
     }
     #rate_ext_nameplate IMG {
          border: none;
          width: 158px;
          height: 11px;
     }
     TEXTAREA.rating_code {
          width: 683px;
          height: 40px;
          padding: 10px;
          border: 1px solid #cccccc;
		background-color: #eaeaea;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          border-radius: 5px;
     }
	
		/* ---------------
		   Item Insets */
		        
		#item_inset {
			float: right;
			width: 300px;
			margin-top: 15px;
			margin-left: 15px;
		}
		#item_inset DIV.inset {
			font-size: 0.8em;
			padding: 10px;
			margin-bottom: 15px;
			background-color: #eaeaea;
			border: 1px solid #cccccc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
		}
		#item_inset .inset H3,
		#item_inset .inset P {
			font-size: 1em;
			margin: 0;
			padding: 0;
			line-height: 1.5em;
		}
          #item_inset .inset HR {
               border: none;
			border-bottom: 1px solid #cccccc;
               margin: 1.5em 0;
          }
		#item_inset .inset A {
			text-decoration: none;
			color: #0b6b73;
		}
		#item_inset .inset A:hover {
			color: #a05002;
		}
		#item_inset .inset DIV.price {
			float: left;
			width: 139px;
			display: block;
			border-right: 1px solid #cccccc;
		}
		#item_inset DIV.price_inset {
			padding: 0;
		}
		#item_inset .inset .price H3 {
			margin: 10px 0;
			padding: 5px 10px;
			color: white;
			background-color: #a05002;
		}
		#item_inset .inset UL.price {
			margin: 0 10px;
			margin-bottom: 10px;
			padding: 0;
			text-align: center;
			font-size: 1.5em;
			font-weight: bold;
			font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
			list-style: none;
		}
		#item_inset .inset DIV.details {
			float: right;
			width: 138px;
			padding: 10px;
			margin: 0;
		}
		#item_inset .inset DIV.graph {
			float: left;
			margin-top: 5px;
			width: 160px;
		}
		#item_inset .inset DIV.info {
			float: right;
			margin-top: 5px;
			width: 110px;
		}
		#item_inset .inset .ratings .info H3.rating {
			font-size: 1.5em;
			font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
			font-weight: bold;
		}
		#item_inset .inset .ratings .graph DIV.value_col {
			width: 16px;
			float: left;
		}
		#item_inset .inset .ratings .graph .value_col SPAN {
			display: block;
			background-color: #a05002;
			margin-right: 6px;
		}
		#item_inset .inset .ratings .graph .value_col SPAN.value_num {
			background-color: #eaeaea;
			text-align: center;
			margin-right: 4px;
		}
		
		/* -----------------
		   Resource Comments */
		   
		#item_details .comments .comment .stars DIV {
			display: block;
			width: 9px;
			height: 19px;
			float: left;
			background-position: top left;
			background-repeat: no-repeat;
		}
		#item_details .comments .comment .stars DIV.rgt {
			background-position: -9px;
		}
		#item_details .comments .comment .stars DIV.full {
			background-image: url('/images/star_full.gif');
		}
		#item_details .comments .comment .stars DIV.empty {
			background-image: url('/images/star_empty.gif');
		}
		#item_details .comments .comment P {
			clear: both;
			margin: 0;
			padding: 0;
		}
		#item_details .comments .comment P SPAN.developer {
			font-size: 0.8em;
			line-height: 1.2em;
			padding: 2px 5px;
			margin-right: 5px;
			color: white;
			background-color: #323245;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
		}
		#item_details .comments .comment P A {
			cursor: pointer;
			cursor: hand;
		}
		#item_details .comments .comment DIV.details {
			margin: 10px 0;
			margin-bottom: 30px;
			padding: 5px;
			background-color: #eaeaea;
			border: 1px solid #cccccc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
		}
		#item_details .comments .comment .details P {
			margin: 0;
			padding: 0;
			font-size: 0.8em;
		}
		#item_details .comments .comment .details A {
			text-decoration: none;
			color: #0b6b73;
		}
		#item_details .comments .comment .details A:hover {
			color: #a05002;		
		}
		#item_details .comments UL,
		#item_details .comments LI {
			list-style: none;
			margin: 0;
			padding: 0;
			margin-left: 10px;
		}
		
		/* ----------------
		   New comment form */

		#item_details .comments DIV.add_comment_block {
			padding: 5px;
			margin-bottom: 2em;
			font-size: 0.8em;
			background-color: #eaeaea;
			border: 1px solid #cccccc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
		}
		#item_details .comments DIV.add_comment_block A.comment {
			cursor: pointer;
			cursor: hand;
		}
		#item_details .comments IFRAME.add_comment {
			width: 100%;
			height: 470px;
		}
		#comment_form {
			margin: 5px 0;
			padding: 5px 0;
			border-top: 1px solid #cccccc;
			text-align: left;
		}
		#comment_form DIV.error {
			color: white;
			padding: 5px;
			text-align: center;
		}
		#comment_form DIV.error {
			background-color: #970d0d;
		}
		#comment_form DIV.error A,
		#comment_form DIV.error A:hover {
			color: white;
			text-decoration: underline;
		}
		#comment_form DIV {
			width: 100%;
			clear: both;
			margin: 2px 0;
			padding: 2px 0;
		}
		#comment_form DIV P {
			font-size: 0.8em;
		}
		#comment_form DIV A {
			text-decoration: none;
			color: #0b6b73;
		}
		#comment_form DIV A:hover {
			color: #a05002;		
		}
		#comment_form FIELDSET {
			margin: 0;
			border: 1px solid #cccccc;
			margin-top: 1em;
		}
		#comment_form LEGEND {
			font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
			color: #323245;
			font-weight: bold;
		}
		#comment_form LABEL {
			text-align: right;
			width: 75px;
			margin-right: 5px;
			padding-top: 3px;
			float: left;
		}
		#comment_form INPUT {
			width: 270px;
			padding: 2px;
		}
		#comment_form A.usermode {
			margin-left: 80px;
			font-size: 0.8em;
		}
		#comment_form TEXTAREA {
			clear: both;
			width: 370px;
			padding: 2px;
			height: 70px;
		}
		#comment_form INPUT.comment {
			float: right;
			width: auto;
		}
		#comment_form DIV.stars {
			float: left;
			width: 90px;
		}
		#comment_form DIV.reset_margin {
			margin: 0;
		}
		#comment_form .stars DIV {
			clear: none;
			display: block;
			width: 9px;
			height: 19px;
			position: relative;
			float: left;
			background-position: top left;
			background-repeat: no-repeat;
			margin: 0;
			padding: 0;
		}
		#comment_form .stars DIV.rgt {
			background-position: -9px;
		}
		#comment_form .stars DIV.full {
			background-image: url('/images/star_full.gif');
		}
		#comment_form .stars DIV.empty {
			background-image: url('/images/star_empty.gif');
		}
		#comment_form DIV#show_rating {
			clear: none;
			margin: 0;
			padding: 2px 0;;
			text-align: left;
			margin-left: 100px;
		}
		#comment_form DIV#show_rating A {
			font-size: 0.8em;
			cursor: pointer;
			cursor: hand;
			text-decoration: none;
			color: #0b6b73;
		}
		#comment_form DIV#show_rating A:hover {
			color: #a05002;		
		}
		
			/* -----------------------
			   Comment Form without JS */
			   
			#page_content #comment_form {
				width: 400px;
				border: none;
				float: right;
			}
			#page_content #comment_form DIV.error {
				padding: 5px 0;
			}
			#page_content #comment_form LABEL {
				text-align: right;
				width: 75px;
				margin-right: 5px;
				padding-top: 3px;
				float: left;
			}
			#page_content #comment_form INPUT {
				width: 280px;
			}
			#page_content #comment_form TEXTAREA {
				width: 392px;
			}
			#page_content DIV.comment_msg {
				width: 295px;
				float: left;
			}
			#page_content .comment_msg P.details {
				font-size: 0.8em;
				padding: 5px;
				border: 1px solid #cccccc;
				background-color: #efefef;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
			}
				
		
	/* ---------------------------
	   Search Form and Cat Results */

	DIV#search_basic,
	DIV#search_advanced {
		clear: both;
		padding: 5px 0;
	}
	DIV#search_basic {
		margin: 20px 0;
	}
	#search_basic DIV.msg_error {
		background-color: #970d0d;
		color: white;
		text-align: center;
		padding: 2px;
		margin-bottom: 10px;
	}
	#search_basic LABEL {
		font-family: "Trebuchet MS",Helvetica,Verdana,Arial,sans-serif;
		font-size: 1.4em;
		line-height: 2em;
		clear: both;
	}
	#search_basic INPUT {
		font-size: 2em;
		width: 695px;
		padding: 4px;
		border: 1px solid #323245;
		background-color: #efefef;
		clear: both;
	}
	#search_basic DIV {
		text-align: right;
	}
	#search_basic DIV LABEL {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	#search_basic DIV LABEL,
	#search_basic DIV INPUT {
		width: auto;
		clear: none;
		border: none;
		background-color: inherit;
	}
	DIV#search_advanced {
		padding: 10px;
		border: 1px solid #cccccc;
		background-color: #323245;
		color: white;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#search_advanced FIELDSET {
		width: 190px;
		float: left;
		padding: 0;
		margin: 0 17px;
		border: none;
	}
	#search_advanced H3 {
		margin: 0;
		font-size: 1em;
		padding: 1px 0;
	}
	#search_advanced FIELDSET P {
		margin: 0;
	}
	INPUT.search_btn {
		margin: 5px 0 20px 0;
		float: right;
		font-size: 2em;
	}
	#page_content DIV.search_cats {
		clear: both;
		border-top: 1px solid #0b6b73;
		margin-bottom: 15px;
	}
	#page_content DIV.search_cats H3 {
		font-size: 1em;
		font-weight: normal;
		color: #555555;
		text-align: right;
	}
	#page_content .search_cats DIV.breadcrumb {
		padding: 5px;
		margin: 5px 0;
		background-color: #efefef;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#page_content .search_cats DIV.error {
		padding: 5px;
		margin: 5px 0;
          color: white;
		background-color: #970d0d;
		border: 1px solid #970d0d;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
     }
	
	/* ----------
	   Login Form */
	 
	DIV#page_login {
		margin: 20px 0;
	}
	#page_login FIELDSET {
		padding: 20px;
		border: 1px solid #323245;
		background-color: #eaeaea;
	}
	#page_login LEGEND {
		font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
		font-size: 1.6em;
		color: #323245;
	}
	#page_login DIV {
		margin-bottom: 10px;
		clear: both;
	}
	#page_login DIV LABEL {
		float: left;
		width: 95px;
		margin-bottom: 10px;
		padding-top: 2px;
	}
	#page_login DIV INPUT {
		float: right;
		width: 550px;
		padding: 2px 2px;
		margin-bottom: 10px;
	}
	#page_login DIV INPUT.login {
		margin: 0;
		width: 100%;
	}
	#page_login DIV DIV DIV.links {
		clear: none;
		float: right;
		width: 556px;
	}
	#page_login DIV DIV DIV.links A {
		display: block;
	}
	#page_login A {
		color: #0b6b73;
		text-decoration: none;
	}
	#page_login A:hover {
		color: #a05002;
	}
	#page_login .msg P,
	#page_login .msg_error P {
		color: white;
		padding: 5px;
		margin: 5px;
		text-align: center;
	}
	#page_login DIV.msg {
		background-color: #5c730b;
	}
	#page_login DIV.msg_error {
		background-color: #970d0d;
	}
	#page_login DIV.subscription {
		border: 1px solid #cccccc;
		padding: 10px;
		background-color: white;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#page_login .subscription LABEL,
	#page_login .subscription INPUT {
		margin: 0;
		padding: 0;
		width: auto;
		float: none;
	}
	#page_login .subscription UL {
		list-style: none;
		width: 175px;
		float: left;
		margin: 0;
		margin-right: 35px;
		margin-top: 10px;
		padding: 0;
	}
	#page_login .subscription H3 {
		clear: both;
		margin: 0;
		padding: 0;
		color: #323245;
	}
	#page_login .subscription LI {
		line-height: 2em;
		vertical-align: middle;
	}
	#page_login .subscription LI.title {
		border-bottom: 1px solid #cccccc;
		font-size: 1em;
		line-height: 2em;
		color: #323245;
	}
	#page_login .list_resources UL {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 15px;
	}
	#page_login  .list_resources LI {
		border: 1px solid #cccccc;
		background-color: #eaeaea;
		margin: 5px 0;
		padding: 5px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
	}
	
	/* ------------
	   Unreg Rating */
	   
	#page_content DIV.return_link {
		margin: 2em 0;
	}
	#page_content DIV.return_link A {
		color: #0b6b73;
		text-decoration: none;
	}
	#page_content DIV.return_link A:hover {
		color: #a05002;
	}
	
	/* -----------------
	   Add Resource Page */
	   
	#page_content .error P {
		color: white;
		padding: 10px 0;
		margin: 0 10px;
	}
	#page_content DIV.error {
		background-color: #970d0d;
	}
	#page_content DIV.error A,
	#page_content DIV.error A:hover {
		color: white;
		text-decoration: underline;
	}
	
		/* -----------
		   Input Panel */
		   
		#page_content TABLE.input {
			width: 100%;
			background-color: #eaeaea;
			margin: 10px 0px 10px 0px;
			font-size: 12px;
		}
		#page_content .input TD {
			border: 1px solid white;
			padding: 2px 5px 2px 5px;
			vertical-align: top;
		}
		#page_content .input TD.lft {
			width: 30%;
		}
		#page_content .input TD DIV.recaptcha {
			float: right;
		}
		#page_content .input DIV.bbcode, 
		#page_content .input DIV.bbcode_rgt, 
		#page_content .input .bbcode A {
			font-family: Verdana, Arial, sans-serif;
			font-size: 10px;
			color: #888888;
			padding: 0px;
			margin: 0px;
			margin-right: 5px;
			float: left;
			text-decoration: none;
		}
		#page_content .input TD.rgt {
			width: 60%;
		}
		#page_content .input SPAN.label {
			font-weight: bold;
			font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
		}
		#page_content .input A.help {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #AAAAAA;
			text-decoration: none;
			vertical-align: top;
			margin-left: 5px;
		}
		#page_content .input SPAN.required {
			color: red;
		}
		#page_content .input .rgt INPUT, 
		#page_content .input .full INPUT, 
		#page_content .input .rgt SELECT, 
		#page_content .input .full SELECT, 
		#page_content .input .rgt TEXTAREA, 
		#page_content .input .full TEXTAREA {
			width: 100%;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica;
		}
		#page_content .input .input DIV.no_user, 
		#page_content .input DIV.user_login, 
		#page_content .input DIV.login_status {
			font-size: 10px;
		}
		#page_content .input .no_user A, 
		#page_content .input .no_user A:visited, 
		#page_content .input .user_login A, 
		#page_content .input .user_login A:visited, 
		#page_content .input .login_status A, 
		#page_content .input .login_status A:visited {
			color: #0b6b73;
			text-decoration: none;
		}
		#page_content .input .no_user A:hover, 
		#page_content .input .user_login A:hover, 
		#page_content .input .login_status A:hover {
			color: #a05002;
		}
		#page_content .input .login_status DIV {
			font-size: 10px;
		}
		#page_content .input .login_status DIV.login_details {
			font-size: 12px;
			margin-bottom: 10px;
		}
		#page_content .input .user_login IFRAME {
			width: 100%;
			height: 140px;
		}
		#page_content .input .user_login FIELDSET {
			border: 1px solid #AAAAAA;
			background-color: #EEEEEE;
			width: 200px;
			padding: 5px;
			padding-top: 0px;
		}
		#page_content .input .user_login LEGEND {
			font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
			font-size: 12px;
			color: black;
		}
		#page_content .input .user_login DIV {
			margin-bottom: 3px;
			width: 100%;
		}
		#page_content .input .user_login LABEL {
			padding-top: 2px;
			width: 50px;
			float: left;
		}
		#page_content .input .user_login INPUT {
			font-size: 10px;
			width: 120px;
		}
		#page_content .input .user_login INPUT.login {
			width: auto;
		}
		#page_content .input SELECT.date {
			width: 33%;
			padding: 1px 0px;
		} 
		#page_content .input SELECT.pricetype, 
		#page_content .input SELECT.pricecur {
			width: 25%;
			padding: 1px 0px;
			margin-bottom: 1px;
		}
		#page_content .input INPUT.priceint {
			width: 30%;
		}
		#page_content .input .priceDiv A, 
		#page_content .input .priceDiv A:visited {
			color: red;
			text-decoration: none;
			font-weight: bold;
		}
		#page_content .input .rgt DIV.add_price {
			text-align: left;
			margin: 2px;
		}
		#page_content .input .add_price A, 
		#page_content .input .add_price A:visited {
			padding-left: 15px;
			font-size: 10px;
			color: #0b6b73;
			text-decoration: none;
			background: url(../images/plus.gif) no-repeat bottom left;
		}
		#page_content .input .add_price A:hover {
			color: #a05002;
			background: url(../images/plus_on.gif) no-repeat bottom left;
		}
		#page_content .input .rgt DIV.sub_function {
			padding: 5px;
			background: #7f9db9;
		}
		#page_content .input .sub_function P {
			color: white;
			font-size: 10px;
			padding: 0px;
			margin: 0px;
		}
		#page_content .input DIV.more_cats {
			padding: 3px 0;
		}
		#page_content .input .more_cats A {
			font-size: 0.8em;
			color: #0b6b73;
			text-decoration: none;
		}
		#page_content .input .more_cats A:hover {
			color: #a05002;
		}
		#page_content .input INPUT.radio, 
		#page_content .input INPUT.checkbox {
			width: auto;
		}
		#page_content .input LABEL {
			margin-right: 15px;
		}
		#page_content .input TEXTAREA.sml {
			font-size: 12px;
			height: 80px;
		}
		#page_content .input TEXTAREA.lrg {
			font-size: 12px;
			height: 400px;
			width: 100%;
		}
		#page_content .input INPUT.button, 
		#page_content .input INPUT.button_cancel,
		#page_content .preview_panel INPUT.button, 
		#page_content .preview_panel INPUT.button_cancel {
			color: white;
			font-size: 18px;
			font-weight: bold;
			border-top: 3px solid #007600;
			border-right: 3px solid #007600;
			border-bottom: 3px solid #00a500;
			border-left: 3px solid #00a500;
			background: url(../images/button.gif) repeat;
			background-color: #00a500;
			padding: 8px;
			width: 100%;
		}
		#page_content .input INPUT.button_cancel,
		#page_content .preview_panel INPUT.button_cancel {
			border-top: 3px solid #760000;
			border-right: 3px solid #760000;
			border-bottom: 3px solid #a50000;
			border-left: 3px solid #a50000;
			background: url(../images/button_cancel.gif) repeat;
			background-color: #a50000;
		}
		#page_content .input SPAN.hardValue {
		}
		#page_content .input .hardValue A {
			padding-right: 15px;
			background: url(../images/ext_link.gif) no-repeat right;
		}
		#page_content .input .hardValue A:hover {
			background: url(../images/ext_link_on.gif) no-repeat right;
		}
		#page_content .input DIV.bbcode_rgt {
			float: right;
			margin-right: 0px;
		}
		#page_content .input .bbcode A:hover {
			color: #555555;
		}
		
			/* -----------------------------
			   Resource Addition Login Panel */
			 
			#no_user DIV.get_login {
				font-size: 0.8em;
			}
			.resource_login .msg P,
			.resource_login .msg_error P {
				color: white;
				padding: 5px;
				margin: 5px;
				text-align: center;
			}
			.resource_login DIV.msg {
				background-color: #5c730b;
			}
			.resource_login DIV.msg_error {
				background-color: #970d0d;
			}
			.resource_login FIELDSET {
				border: 1px solid #0b6b73;
				text-align: left;
			}
			.resource_login LEGEND {
				font-family: "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
				font-weight: bold;
                    background: #eaeaea;
			}
			.resource_login FIELDSET DIV {
				clear: both;
			}
			.resource_login LABEL {
				line-height: 2em;
				float: left;
				width: 100px;
			}
			.resource_login INPUT {
				margin: 3px 0;
				float: right;
				width: 300px;
			}
			.resource_login INPUT.login {
				width: 100px;
				float: left;
			}
			.resource_login FIELDSET DIV DIV.links {
				clear: none;
				float: right;
				width: 310px;
				text-align: left;
			}
			.resource_login FIELDSET A {
				font-size: 0.8em;
				color: #0b6b73;
				text-decoration: none;
			}
			.resource_login FIELDSET A:hover {
				color: #a05002;
			}

		/* -------------
		   Preview Panel */
		   
		#page_content DIV.preview_panel {
			padding: 10px 0px;
			font-size: 12px;
			line-height: 16px;
		}
		#page_content .preview_panel TABLE.preview {
			width: 100%;
			font-size: 10px;
			padding: 5px;
			border: 1px solid #cccccc;
			margin-bottom: 5px;
		}
		#page_content .preview_panel .preview TD {
			padding: 2px 5px 2px 5px;
			border: 1px solid #555555;
			background-color: #eaeaea;
			vertical-align: top;
		}
		#page_content .preview_panel .preview TD.lft {
			width: 30%;
			text-align: right;
		}
		#page_content .preview_panel .preview TD.rgt {
			width: 60%;
		}
		#page_content .preview_panel .preview TD.full {
			padding: 2px 0px 2px 0px;
			border: 0px;
			background-color: white;
		}
		#page_content .preview_panel .preview UL.paths {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#page_content .preview_panel #item_inset .inset UL.price LI {
			margin-bottom: 5px;
			font-size: 1.1em;
		}
		#page_content .preview_panel DIV.button_cancel {
			margin: 10px 0;
		}
		   
	/* ------------
	   Contact Page */
	
	#page_content .contact_form P.desc {
		padding: 10px;
		border: 1px solid #cccccc;
		background-color: #eaeaea;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	#page_content .contact_form .msg_error P {
		text-align: left;
	}
	#page_content .contact_form DIV.text,
	#page_content .contact_form DIV.show,
	#page_content .contact_form DIV.textarea {
		margin: 1em 0;
		font-size: 1.3em;
	}
	#page_content .contact_form .text LABEL,
	#page_content .contact_form .show LABEL,
	#page_content .contact_form .textarea LABEL {
		display: block;
	}
	#page_content .contact_form P.hint {
		font-size: 0.6em;
		background-color: #efedb7;
		border: 1px solid #d7d592;
		margin: 2px 0;
		padding: 4px 5px;
		color: #434343;
	}
	#page_content .contact_form .text INPUT,
	#page_content .contact_form .show DIV.input_show,
	#page_content .contact_form .textarea TEXTAREA {
		font-family: Verdana, Arial, Helvetica;
		font-size: 0.8em;
		width: 699px;
		margin: 3px 0;
		padding: 4px 2px;
		line-height: 1.2em;
		border: 1px solid #7f9db9;
	}
	#page_content .contact_form .show DIV.input_show {
	}
	#page_content .contact_form .textarea TEXTAREA {
		height: 300px;
	}
	#page_content .contact_form INPUT.submit {
		margin-top: 2em;
		font-size: 1.3em;
	}

	/* --------------
	   Help text page */

	DIV#help {
		text-align: left;
	}
	#help DIV.close {
		border: 1px solid #cccccc;
		margin: 10px 0;
		padding: 5px;
		font-size: 0.7em;
		background-color: #efefef;
		text-align: right;
	}
	#help DIV.close A,
	#help DIV.close A:hover,
	#help DIV.close A:visited {
		color: #970d0d;
		text-decoration: none;
	}
	#help DIV.container {
		margin: 10px;
		height: 300px;
	}

	   
/* -------
   Sidebar */
   
#sidebar {
	width: 250px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 1.4em;
	float: right;
}

#sidebar DIV.ad_120x120 {
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}
#sidebar .ad_120x120 IMG,
#sidebar .ad_250x250 IMG {
	border: 0px;
}
#sidebar .ad_120x120 SPAN.first {
	margin-right: 10px;
}
#sidebar DIV.sponsored_text {
	margin-top: 15px;
}
#sidebar .sponsored_text P {
	margin: 0;
	padding: 0;
}
#sidebar .sponsored_text P.head {
	font-size: 0.7em;
	color: #555555;
	text-align: right;
	padding-bottom: 2px;
	border-bottom: 1px solid #0b6b73;
}
#sidebar .sponsored_text A {
	color: #0b6b73;
	text-decoration: none;
	font-weight: bold;
}
#sidebar .sponsored_text A:hover {
	color: #a05002;
}
#sidebar UL.links {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	text-align: right;
	list-style: none;
	color: #555555;
	font-size: 0.85em;
	line-height: 1.4em;
}
#sidebar .links LI.title {
	font-weight: bold;
}
#sidebar .links LI A {
	color: #555555;
	text-decoration: none;
}
#sidebar .links LI A:hover {
	color: black;
}
	
/* ------
   Footer */
   
#footer {
	clear: both;
	margin: 40px 0 0;
	padding: 20px 0;
	height: 80px;
	background-image: url(/images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#footer P {
	margin: 0;
	padding: 0 15px;
	line-height: 1.4em;
	text-align: right;
	color: white;
	font-size: 0.85em;
}
#footer P A {
	color: white;
	text-decoration: none;
}


/* -------------------------------------------
   Annoying fix for ReCaptcha CSS interference */
   
#recaptcha TABLE TR,
#recaptcha TABLE TD,
#recaptcha TABLE IMG,
#recaptcha TABLE DIV {
	margin-bottom: 0 !important;
	padding: 0 !important;
}


