span.phperror
{
	font-weight: bold;
	color: red;
}
span.phpsuccess
{
	font-weight: bold;
	color: green;
}
/* Main CSS Styles throughout PC */
img {
	border: 0px;
}

/* layout */
body {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 8px auto;
}
div#header {
	/*border: 2px groove #CC0000;*/
	width: 100%;
}
div#footer
{
	/*border: 1px solid #663399;*/
	text-align: center;
	font-weight: normal;
	font-size: 80%;
	color: #cccccc;
	padding: 5px;
	margin-top: 50px;
	clear: both;
}
div#torso_left
{
	float: left;
	width: 150px;
}
div#torso_right
{
	margin-left: 150px;
}
div#torso
{
	min-height: 500px;
}
/* for Internet Explorer hack*/
/*\*/
* html #torso {
height: 500px;
}
/**/


/* HEADER STYLES */
div#header_top {
	/*border: 1px solid green; */
	width: 100%;
	height: 100px;
	text-align: center;
}
div#header_motto {
	/*border: 1px solid black;*/
	text-align:center;
	padding: 5px;
	font-family: arial;
	font-weight: bold;
	font-size: 120%;
	
 }
 
 
 
 div#header_top_v2 {
	/*border: 1px solid green; */
	height: 90px;
	text-align: center;
}

 div#header_motto_v2 {
	/*border: 1px solid black;*/
	text-align:center;
	padding: 3px;
	font-family: verdana;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
 }
 
/*New Navigation bar */
 ul#menu_v2 {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #f80000;	
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
}

ul#menu_v2 li {
	display: inline;
}

ul#menu_v2 li a {
	font-family: arial;
	font-size: 15px;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 6px 4px;
	display: block;
	float: left;
	width: 95px;
	font-weight: normal;
}

ul#menu_v2 li a:visited { color: white; }
ul#menu_v2 li a:hover { color: #880000; background-color: #ffffff; font-weight: bold; }


.menu_v2hr {
	background-color: #880000;
	height: 2px;
	margin: 1px 0px;
}

#topButtons_v2 {
	list-style-type: none;
	float: right;
	font-size: 80%;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
}


#topButtons_v2 li {
	display: inline;
}

#topButtons_v2 li a {
	display: block;
	float: left;
	text-align: center;
	padding: 3px 10px;
	width: 60px;
	
	color: #483c32;
}

#topButtons_v2 li a:visited { color: #483c32;}
#topButtons_v2 li a:hover { color: #bc987e; }




div#header_navbar {
	/*border: 1px solid red;*/
	color: white;
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
	
}
div#header_search {
	/*border: 1px solid blue; */
	padding: 12px 0px;
}
ul#header_navbar_ul {
	list-style-type: none;
	margin:0px;
	padding:0;
	height: 22px;
}
ul#header_navbar_ul li {
	float:left;
	width: 112px;
	margin-right: 2px;
	display: inline;
	
}
ul#header_navbar_ul li a{
	display:block;
	float: left;
	width: 112px;
	color: white;
	background-color: #ff0000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

ul#header_navbar_ul li a:hover{
	color: #ffdddd;
}

ul#header_navbar_ul li:first-child a {
	border-left: none;
}

#header_loggedin {
	width: 190px;
	float: right;
	font-size: 80%;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px;
	background-color: #f8f8ff;
	border: 1px solid #ddddff;
	text-align: center;
}

#header_loggedin .welcome {
	display: block;
	margin-bottom: 5px;
	font-size: 120%;
}

#header_login {
	width: 236px;
	float: right;
	font-size: 80%;
	padding: 2px 5px;
	margin: 3px 0px 3px 3px;
	background-color: #f8f8ff;
	border: 1px solid #ddddff;
	
}

#header_login label {	
	float: left;
	width: 85px;
	font-weight: normal;
	
}

#header_login input {
	font-size: 85%;
	font-family: verdana;
	font-weight: normal;
	width: 55px;
	display: inline;
}

#header_login .emailbox {
	clear:right;
	width: 140px;
}

#header_login .submit {
	float: right;
}

#header_login .pwbox {
	width: 75px;
}

#header_login form.loginForm {
	margin: 0px;
}

#topButtons {
	float: right;
	width: 400px;

	padding-top: 10px;
	font-size: 95%;
	
}

#topButtons a.button {
	display: block;
	float: right;
	width: 65px;
	height: 12px;
	margin-left: 5px;
	padding: 10px 2px;
	
	text-align: center;
	font-size: 95%;
	font-weight: bolder;
	font-variant: small-caps;
	font-family: verdana;
	letter-spacing: 1px;
	color: #000044;
}

#topButtons a.color1 {background-color: #333399; color: #eeeeee;}
#topButtons a.color2 {background-color: #669966;color: #eeeeee; }
#topButtons a.color3 {background-color: #0066CC;color: #eeeeee;}
#topButtons a.color4 {background-color: #006633;color: #eeeeee;}
#topButtons a.color5 {background-color: #990033;color: #eeeeee;}


#topButtons a.color1:hover { background-color: #4444aa;color:white;}
#topButtons a.color2:hover { background-color: #77aa77;color:white;}
#topButtons a.color3:hover { background-color: #1177dd;color:white;}
#topButtons a.color4:hover { background-color: #117744;color:white; }
#topButtons a.color5:hover { background-color: #aa1144;color:white;}



label.search_label_main {
	display: block;
	float: left;
	width: 70px;	
	text-align: right;
	margin-right: 10px;
	padding-top: 2px;
}

input.search_main {
	width: 200px;
	margin-right: 10px;	
}

select.categ_main {
	width: 150px;
	font-family: arial, verdana;
	font-weight: normal;
	font-size: 12px;
}

select.categ_main .level1 {
	font-weight: bold;
	padding-left: 5px;
}

select.categ_main .level2 {
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
}


/* General */
div.dummyclear {
	clear:both;
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
	color: #3333bb;
}
a:visited {
	color: #3333bb;
}
a:hover {
	color: #5555aa;
	text-decoration: underline;
}

br.halfBr {
	line-height: 50%;
}

.nomargin {
	margin: 0px;
}

/* account pages*/
div#acct_page h2
{
	margin: 0px 0px 30px 0px;
	font-size: 200%;
	background-color: #eeeeff;	
	padding: 2px 5px 1px 15px;
	border-bottom: 2px solid #000099;
	border-left: 15px solid #000099;
}
div#acct_page
{
	/*padding: 0px 5px 5px 5px;*/
	margin-left: 5px;
}

#acct_page .note
{
	font-size: 80%;
}


div#acct_left {
	border: 1px solid #000066;
	
	margin-right: 5px;
	font-size: 80%;
	padding: 5px;
	
}

div#acct_left h4 {
	margin: -4px -4px 2px -4px;
	background-color: #000066;
	color: #eeeeff;
	padding: 2px 5px;
	font-size: 120%;
}

div#acct_left h3 {
	border-bottom: 1px solid black;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 5px;
	font-size: 110%;
}

div#acct_left div.acct_credits {
	text-align: right;
	margin-bottom: 10px;
}

div#acct_left ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px 2px;
	list-style-type: none;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}

div#acct_left ul li {
	margin-bottom: 4px;
	width: 100%;
		
}

div#acct_left ul li a.acctleftbutton {
	display: block;
	padding: 2px;
	text-align: center;
	background-color: #0000aa;
	color: #f8f8ff;
	text-decoration: none;
	width: 98%;
}

div#acct_left a.acctleftbutton:hover {
	background-color: #3333cc;
	text-decoration: underline;
}



/* PC Forms */
.required
{
	font-weight: bold;
}

#pc_form fieldset
{
	border-width: 2px 0px 0px 2px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	padding: 10px;
	
}

#pc_form fieldset label
{
	text-align: right;
	display: block;
}

#pc_form fieldset div.field
{
	margin: 10px 0px;
}

#pc_form fieldset select
{
	width: 150px;
}

#pc_form fieldset legend
{
	font-size: 140%;	
	margin: 0px 0px 0px 20px;
	color: #222277;
	clear: both;
}

/*This is for the buy posting credits page: */
#pc_form div.selectedPlan {
	text-align: center;
	margin: 10px;
	padding: 10px;
	font-weight: bold;	
	font-size: 120%;
}

#pc_form div.verification {
	font-size: 80%;
	padding: 7px 15px;
}

#pc_form #fileinputs
{
	margin-left: 170px;
}

#pc_form select#nonprofit
{
	width: 300px;
}

#pc_form a#addanotherimg
{
	float: right;
	font-size: 80%;
}

#pc_form #npdisplayinfo
{
	margin-left: 170px;
}

#pc_form #nplocation, #pc_form #npsummary,#pc_form #npurl
{
	margin-bottom: 10px;
	font-size: 80%;	
}

#nplocation p, #npsummary p {
	margin-top: 0px;	
}

.buttons
{
	float: right;
	background-color: #ee0000;
	color: white;
	font-family: verdana, arial;
	padding: 3px 10px;
	cursor: pointer;
	margin-left: 10px;
}

#pc_form div.note_region
{

	width: 155px;	
	float: left;	
	display: inline;
}

#pc_form div.note_region label.sectitle
{
	font-weight: bold;	
}

#pc_form div.note_region label.subnote
{
	font-style: italic;
	font-size: 80%;
}

#pc_form div.fields_region
{
	margin-left: 175px;
	margin-bottom: 30px;
}

#pc_form div.fields_line
{
	
	min-height: 45px;
	min-width: 400px;
}
/* for Internet Explorer */
/*\*/
* html .fields_line {
height: 45px;
width: 400px;
}
/**/

#pc_form div.field_group
{
	margin-right: 30px;
	float: left;
	display: inline;	
}

#pc_form div.field_group input, div.field_group select
{
	border: 3px outset #cccccc;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	font-family: verdana;
	font-size:  80%;
	padding: 2px;
	width: 95%;
	margin: 0px;
}



#pc_form div.medfg
{
	width: 150px;
}

#pc_form div.bigfg
{
	width: 420px;
}

#pc_form div.smallfg
{
	width: 70px;
}

#pc_form div.med-smallfg
{
	width: 110px;
}

#pc_form div.med-bigfg
{
	width: 220px;
}

#pc_form div.field_group_name
{
	font-size: 85%;
	margin-left: 5px;
}

#pc_form div.formErrors, #pc_form div.formNeutral {
	background-color: #ffffcc;
	color: red;
	font-weight: bold;
	display: none;
	border: 2px dashed #444444;	
	padding: 10px 15px;
	font-size: 85%;
	margin-bottom: 10px;
}

#pc_form div.formNeutral {
	color: black;
}

#pc_form div.formErrors p, #pc_form div.formNeutral p {
	margin: 5px 8px;
	text-indent: -8px;		
}

#pc_form input.fieldError, #pc_form select.fieldError {
	color: red;
}

#pc_form input.fixedFieldError, #pc_form select.fixedFieldError {
	color: black;
}

#pc_form div.formErrors a {
	color: red;
	text-decoration: underline;
}

/* misc pages */
/* Home Page*/
div.homemainpage_box
{
	border: 1px solid #aaaaaa;
	padding: 10px 10px;
}


div.homemainpage_box h5
{
	/*font-variant: small-caps;*/
	font-weight: bold;
	margin:0;
	padding:0;
	font-size: 120%;
	color: red;
	border-bottom: 1px solid #dd0000;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom:3px;
	margin-top: -7px;
}

a.redlink {
	color: red;
	font-weight: bold;
	font-size: 120%;	
	
}


/**********************************************/
/************-----LISTINGS-----****************/
/**********************************************/
div#categories
{
	background-color: #fafafa;
	border: 1px dashed #bbbbbb;
	font-family: arial;
	font-size: 90%;
	min-height: 200px;
}
/* for Internet Explorer */
/*\*/
* html #categories {
height: 200px;
}
/**/

div#categories ul {
	list-style-type: none;
	padding: 0;
}

div#categories ul li
{	
	margin: 5px 0px;
}

div#categories ul.main {
	margin: 20px 15px 20px 22px;
}

div#categories li.level1 {
	font-weight: bold;
	margin: 10px 0px;
	min-height: 15px;
}
/* for Internet Explorer */
/*\*/
* html div#categories li.level1 {
height: 15px;
}
/**/

div#categories li ul {
	display: none;
	
	font-weight: normal;
	color: #999999;	
	margin-left: 5px;
	font-size: 90%;
}

div#categories li.selected ul {
	display: block;
}

div#categories li.level1 a {	
	color: #666666;
}

div#categories li.level1 a:hover {	
	color: orange;
}

div#categories li.level1 ul li a
{
	color: #999999;		
}

div#categories li.level1 ul li {
	text-indent: -10px;
	margin-left: 10px;
}

div#categories li.level1 ul li.selected
{
	font-weight: bold;
	color: #4444ff;	
}

div#categories li.level1 ul li.selected a
{
	font-weight: bold;
	color: #4444ff;	
}

div#categories li.level1 ul li.selected a:hover
{
	font-weight: bold;
	color: #2222ff;	
}

div#categories ul li.selected > a
{
	color: black;	
}


div.pageNumbers {
	text-align: center;
	font-size: 90%;
	padding: 5px 10px;
	margin-bottom: 7px;
}

div.pageNumbers a {
	text-decoration: underline;
}




div.changePerPage {
	text-align: right;
	font-size: 95%;
	margin-bottom: 5px;
	margin-top: 0px;
	
}

span.changePerPage {
	float: right;
	margin-top: -3px;
	text-align: right;
	font-size: 95%;
}



span.changePerPage select, div.changePerPage select{
	font-family: verdana;
	font-size: 90%;
	margin-left: 10px;
}

div.pageNumbers div.firstPage, div.pageNumbers div.lastPage {
	float: left;
	text-align: left;
	font-size: 95%;
	width: 130px;
	height: 12px;
}

div.pageNumbers div.lastPage {
	float: right;
	text-align: right;
}


div#listings {
	
}

div.queryError {
	background-color: #ffffcc;
	color: red;	
	border: 2px dashed black;
	padding: 10px 15px;
	margin: 20px;
	font-size: 90%;
}

div.querySuccess {
	background-color: #ffffcc;
	color: green;	
	border: 1px dashed black;
	padding: 10px 15px;
	margin: 20px;
	font-size: 90%;
}

div.queryNeutral {
	padding: 10px 25px;
	background-color: #ffffcc;
	border: 1px dashed black;
	font-size: 80%;
	margin: 10px;
}

div.warning {
	background-color: #ffffcc;
	margin: 10px;
	padding: 0px 20px;
	font-size: 80%	
}


div.listingItem {
	border: 1px solid #eeeeee;
	width: 146px;
	height: 180px;
	float: left;
	margin-left: 11px;
	margin-bottom: 12px;
	display: inline;
	font-size: 75%;
	overflow: hidden;
}

div.listingItem img.thumbnail {
	height: 120px;
	width: 146px;
}

div.listingItem div.listingItemInfo {
	padding: 3px;
}

div.listingItem div.listingItemDesc {
	height: 40px;
	overflow: hidden;
}

div.listingItem a.listingItemTitle
{
	font-weight: bold;
	text-decoration: none;
	color: #2222cc;
	text-indent: -5px;
	margin-left: 5px;
	display:block;
}

div.listingItem a.listingItemTitle:hover
{
	color: #5555ee;
}

div.listingItem div.listingItemPrice {
	float: right;
	font-size: 125%;
	text-align: right;
	margin-top: -2px;
}

span.cost {
	color: #005500;
	font-size: 100%;
	font-weight: bold;
}




div#listings_nav
{
	font-size: 80%;	
	background-color: #fafafa;
	color: #999999;
	padding: 3px 3px 3px 8px;
	border-bottom: 3px solid #c9c9c9;
}

div#listings_nav a {
	color: #666666;
	
}

div#listings_nav a:hover {
	color: #444444;
}

/* *****************************
   *****************************
   **** POSTING AN ITEM ********
   *****************************
   *****************************
*/

#subCategories {
	font-size: 80%;
	line-height: 180%;
}

#pc_form #subCategories .Item input {
	width: 25px;	
	margin-right: 10px;
	border: none;
	
}

#subCategories div.Item {
	margin-bottom: 3px;
	width: 47%;
	margin-right: 1%;
	float: left;
	display: inline;
}

div#subCategoriesWithTitle {
	display: none;
}







div#itemlisting
{
	min-height: 500px;
	padding: 0px 10px;
}

/* for Internet Explorer */
/*\*/
* html #itemlisting {
height: 500px;
}
/**/

div.donateditembanner
{
	margin: 0px auto;
	background-color: #222288;
	color: white;
	border: 2px outset gray;	
	padding: 3px;
	width: 90%;
	
	text-align: center;
	margin-top: 5px;
}

div.donateditembanner a {
	font-weight: bold;
	color: white;
}


div#itemlisting .itemTitle 
{
	margin:0;	
	margin-top: 8px;
	
	padding:1px;
	font-size: 130%;
	font-family: sans-serif, arial;
	color: #2222aa;
	border-bottom: 1px solid #222255;
}

div#itemlisting .itemnum
{
	float: right;
	margin-top: 5px;
	font-size: 80%;
	font-weight: normal;	
}

a#enlargetext
{
	font-size: 80%;
	display:block;
	margin-top: 5px;
	margin-bottom: 2px; 
	width: 20%; 
	cursor:pointer;
	font-weight: normal;
}


div#itemlisting img#itemImage {
	background-color: #cccccc;
	cursor: pointer;
}

div#itemlisting img.medium {
	/*margin: 0px 20px 10px 3px;*/
	float: left;
	cursor: pointer;
	width: 300px;
	height: 250px;
}

div#itemlisting img.enlarged {
	width: 600px;
	height: 500px;
	padding: 1px;
	border: 2px outset #2222cc;
}


div.section {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 20px;
	
}

div.section h4 { /* h4 is the section title */
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-bottom: 1px solid #222255;
	font-size: 110%;
	margin-bottom: 3px;
}

div.section h5 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
}

div.section p {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 5px;	
	text-indent: 10px;
}

div#askquestion {
	background-color: #eeeeff;
	padding: 10px;
	margin: 10px 5px;
	padding-bottom: 0px;		
}

textarea.askquestion {
	width: 96%;
	height: 70px;
	margin: 5px;
	font-family: arial;
	font-size: 10pt;
}

#askquestion p {
	font-size: 90%;
}

div#iteminfo p {
	margin-bottom: 10px;
}


div#iteminfo.normal {
	margin: 0px 0px 5px 310px;
	height: 260px;
}

div#iteminfo.narrow {
	width: 600px;
	margin-top: 10px;
}

div#iteminfo ul {
	margin: 10px 0px 10px 15px;
	padding:0;	
	font-size: 90%;
	list-style-position: outside;
}

div#iteminfo ul li {
	margin: 3px 0px;
}

div#iteminfo form.buyform {
	margin: 0px;
}

div#iteminfo form.buyform input.buybutton {
	float: right;
	background-color: #ee0000;
	color: white;
	font-family: verdana;
	font-weight: bold;
	padding: 1px 4px;
	cursor: pointer;
}

div#sellerinfo
{
	width: 150px;
	height: 95px;
	float: right;
	padding: 5px;
	padding-top: 2px;
	background-color: #eeeeff;
}

div#sellerinfo h5
{
	font-size: 110%;
	margin: 0;
	padding: 0;
	border-bottom:1px solid black;
}

div#sellerinfo h6
{
	margin: 0;
	margin-bottom: 2px;
	font-size: 90%;
}


div#sellerinfo div.username
{
	font-size: 130%;
	text-align: center;
	margin-bottom: 8px;
}

div#sellerinfo div.userrating
{
	
	font-size: 110%;
	text-align: center;	
}

div#iteminfo .itemprice
{
	font-size: 140%;
	font-weight: bold;
	color: #228822;
	font-family: arial;
}





div#npinfo 
{
	margin-top: 10px;	
	padding: 10px;
	padding-top: 5px;
	border: 2px outset gray;
	background-color: #ccccff;
}

div#npinfo h4
{
	color: #222288;
}

p.itemStatus {
	text-align: center;
	margin: 5px;
	padding: 10px;
	border: 2px outset black;	
	font-weight: bold;
	background-color: #ffffee;
}

/***********************/
/***********************/
/** ACCOUNT HOME PAGE **/
/***********************/
/***********************/
#account_home h3.welcome {
	text-align: center;	
	margin-top: -5px;
	font-size: 200%;
	color: red;
	font-weight: normal;
	clear:right;
	
}



#account_home h3.what {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 5px;
}

#account_home .credits {
	float: right;
	font-size: 90%;
	margin-top: -10px;
	margin-bottom: 0px;
		
}

.nocredits {
	color: red;
	font-weight: bold;	
}

table.whattodo {
	width: 100%;
}
table.whattodo th,td {
	vertical-align: top;
	padding: 5px 3px;
	padding-top: 0px;
}

table.whattodo td {
	padding: 2px 5px;
}

table.whattodo th.col1 { width: 20%; color: #ff3333;}
table.whattodo th.col2 { width: 20%; color: #00cc00;}
table.whattodo th.col3 { width: 20%; color: #66ccff;}
table.whattodo th.col4 { width: 20%; color: #aa56aa;}
table.whattodo th.col5 { width: 20%; color: #77aa77;}

table.whattodo th.col1,table.whattodo td.col1 { border-right: 1px outset black; }
table.whattodo th.col2,table.whattodo td.col2 { border-right: 1px outset black; }
table.whattodo th.col3,table.whattodo td.col3 { border-right: 1px outset black; }
table.whattodo th.col4,table.whattodo td.col4 { border-right: 1px outset black; }

table.whattodo th div.shopmore {
	font-weight: normal;
	font-size: 70%;
}

table.whattodo ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

table.whattodo ul a.wtdbuttons {
	display: block;
	background-color: #333399;
	color: white;
	font-variant: small-caps;
	padding: 4px 2px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

table.whattodo ul a.color1 {background-color: #333399; color: #eeeeee;}
table.whattodo ul a.color2 {background-color: #669966; color: #eeeeee;}
table.whattodo ul a.color3 {background-color: #0066CC; color: #eeeeee;}
table.whattodo ul a.color4 {background-color: #006633; color: #eeeeee;}
table.whattodo ul a.color5 {background-color: #990033; color: #eeeeee;}


table.whattodo ul a.color1:hover {background-color: #4444aa; color: #ffffff;}
table.whattodo ul a.color2:hover {background-color: #77aa77; color: #ffffff;}
table.whattodo ul a.color3:hover {background-color: #1177dd; color: #ffffff;}
table.whattodo ul a.color4:hover {background-color: #117744; color: #ffffff;}
table.whattodo ul a.color5:hover {background-color: #aa1144; color: #ffffff;}

#account_home h3.newItems {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 130%;	
}

/*Home Page */
div#homemain
{
	/*border: 2px groove #009900; */
	height: 400px;
	padding: 0px 0px 5px 0px;
}

div#homemain_feature
{
	
	width: 500px;
	height: 99%;
	float: left;
}
 
 div#homemain_right
{
	/*border: 1px solid #CCFF33;*/
	margin-left: 535px;
	height: 99%;
}

div#homemain_right_sign-in
{
	
	margin-bottom: 16px;
	height: 240px;
}

div#homemain_right_sign-in .signedIn
{
	text-align: center;
}

div#homemain_right_sign-in .signedIn .username
{
	font-weight: bold;
	display: block;
	margin: 10px 0px 15px 0px;
	font-size: 115%;
}

div#homemain_right_sign-in .signedIn .welcomeBack
{
	display: block;
	margin: 10px 0px 15px 0px;
	font-size: 105%;
	
}


div#homemain_right_register
{
	height: 118px;
}


form.homemain_signin label
{
	display: block;
	font-weight: bold;
}

form.homemain_signin input {
	width: 97%;
}



form.homemain_signin .subbutton
{
	float: right;
	font-family: verdana, arial;
	font-size: 95%;
	background-color: red;
	color: white;
	border: 2px outset maroon;
	padding: 3px;
	width: 70px;
	cursor: pointer;
}

/***************************
***************************
********REGULAR BUY********
***************************
***************************/
div.infoBox {
	width: 90%;
	border: 2px outset black;
	margin: 20px auto;
	background-color: #ffffee;
	padding: 10px;
	line-height: 150%;
}

div.infoBox label {
	float: left;
	width: 170px;
	font-weight: bold;
	font-size: 90%
}

div.infoBox p {
	margin: 0px 0px 0px 180px;
}

#samplenote {
	display: none;
}


/*********************
**********************
**** TEXT PAGES ******
**********************
**********************/
div#acct_page.textpage h4 {
	margin-bottom: 0px;
	font-size: 110%;
	
}

div#acct_page.textpage p,div#acct_page.textpage ol  {
	font-size: 85%;
	margin-top: 5px;
}

div#acct_page.textpage li {
	margin-bottom: 3px;	
}
div#acct_page.textpage p.question {
	font-weight: bold;
	margin-left: 10px;
}

div#acct_page.textpage blockquote {
	margin-top: 0px;	
	margin-bottom: 0px;	
}

/*********************
**********************
***** MY ITEMS *******
**********************
**********************/
table#myitems {
	border: 1px dotted #111177;
	border-top: 0px;
	width: 99.5%;
	margin: 0px;
}




table#myitems tr.even { background-color: #eeeeff;	}
table#myitems tr.odd { background-color: #f8f8f8; }

table#myitems img.thumb{
	width: 100px;
	height: 82px;
}

table#myitems a.itemname {
	font-weight: bold;
}

table#myitems td { 
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	
}

table#myitems th.col1 { width: 10%; padding: 3px 0px; }
table#myitems th.col2 { width: 50%; padding: 3px 0px;  }
table#myitems th.col3 { width: 15%; padding: 3px 0px;  }
table#myitems th.col4 { width: 20%;  padding: 3px 0px; }

table#myitems td.col2 {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

table#myitems td.col3 {
	font-size: 100%;	
}

table#myitems td.col4 {
	font-weight: bold;
	line-height: 140%;
	font-size: 80%	
}

table#myitems div.left {
	display: inline;
	float: left;
	width: 125px;
}

table#myitems div.right {
	width: 125px;
	margin-left: 150px;
}

table#myitems span.red {color: red;}
table#myitems span.green {color: green;}

table#myitems div.donated {
	color: white;
	margin: 0 auto;
	padding: 2px 4px;	
	border: 2px outset gray;
	background-color: #222288;
	text-align: center;
}

table#myitems div.donated a {
	color: white;
	font-weight: bold;	
}

div.noitems {
	text-align: center;
	font-style: italic;
}

h3.tablehead {
	margin-bottom: 0px;
	background-color: #e8e8ff;
	padding: 4px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom: 2px solid #222277;
}


/*********************
**********************
**** EDIT IMAGE ******
**********************
**********************/

fieldset.currentimages div {
	margin: 10px;
}

fieldset.currentimages h4 {
	margin: 2px 0px;
}

/*********************
**********************
***** RATE USER ******
**********************
**********************/
table.ratingstable {
	width: 90%;
	font-size: 80%;
}

table.ratingstable td {
	width: 20%;
	text-align: center;
}

textarea.ratingcomment {
	width: 440px;
	font-family: arial;
	font-size: 10pt;
}
/*********************
**********************
***** VIEW RATING*****
**********************
**********************/
div.userReviews {
	border: 1px solid black;
}

div.userReviews .odd { background-color: #eeeeff;}
div.userReviews .even { background-color: #f8f8f8;}


div.userReview {
	border-top: 1px dashed black;
	padding: 5px;
}

div.userReviews .noborder {
	border: 0;
}

div.userReview .reviewer {
	float: right;
	min-width: 240px;	
	font-size: 80%;
	margin: 0px 0px 5px 5px;
}

div.userReview .reviewer label {
	float: left;
	margin-right: 10px;
	width: 70px;	
	font-weight: bold;
}

div.userReview .rating {
	font-size: 140%;
}

div.userReview p {
	font-size: 80%;
	margin: 2px 0px;
}