a { 
	font-size:9pt 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: blue; 
	text-decoration: none;
}

a:visited { 
	font-size:8pt 
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: blue; 
 	text-decoration: none;
 }
 
a:hover { 
	color: red; 
	text-decoration: underline;
}

a.anchor:link
{
    font-size:10pt 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: blue; 
	text-decoration: underline;
}
a.anchor:visited
{
	font-size:10pt 
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #800000; 
 	text-decoration: underline;
}	

td { 
	font-size:8pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	text-decoration: none;
}
.shipping
{ 
	font-size:12px; 
	font-family:Verdana,Arial, Helvetica, sans-serif; 
	color: black; 
	text-decoration: none;
}
.sold_display
{ 
	font-size:12px; 
	font-family:Verdana,Arial, Helvetica, sans-serif; 
	color: red; 
	font-weight:bold;
	text-decoration: none;
}
a.soldlink:link {color:red;font-size:12px;font-weight:bold;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}
a.soldlink:visited {color:red;font-size:12px;font-weight:bold;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}
a.soldlink:active {color:red;font-size:12px;font-weight:bold;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}
a.soldlink:hover {color:red;font-size:12px;font-weight:bold;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}

.shipping_weight
{ 
	font-size:12px; 
	font-weight:700; 
	font-family:Arial, Helvetica, sans-serif; 
	color: black; 
	text-decoration: none;
}
.shipping_bottom
{ 
	font-size:10pt; 
	font-family:arial,Arial, Helvetica, sans-serif; 
	color: black; 
	text-decoration: none;
}
.shipping1
{ 
	font-size:11pt; 
	font-family:arial, Arial, Helvetica, sans-serif; 
	color: black; 
	text-decoration: none;
}

	
input {
	font-size:8pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:black; 
	text-decoration: none;
}
select {
	font-size:10pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:black; 
	text-decoration: none; 
}

.small { 
	font-size:7pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	text-decoration: none; 
	}
	
.error { 
	font-size:10pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: red; 
	text-decoration: none; 
	font-weight: Bold; 
	}
.sell_error { 
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: red; 
	text-decoration: none;
	font-weight:none;
}
.red { 
	font-size:8pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: red; 
	text-decoration: none; 
	font-weight: Bold; 
	}

.green { 
	font-size:8pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: green; 
	text-decoration: none; 
	font-weight: Bold; 
	}

.orange { 
	font-size:8pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: FF6801; 
	text-decoration: none; 
	font-weight: Bold; 
	}
	
.errorMessage { 
	font-size:8pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: red; 
	text-decoration: none;  
	}

.successMessage { 
	font-size:10pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: green; 
	text-decoration: none;  
	}
	
.siteName { 
	font-size:22pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: Bold;
	text-indent: 10px;
	}
	
textarea { 
	font-size:8pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	text-decoration: none; 
	}
	
BLOCKQUOTE { 
	margin-top: 0em; 
	}

/*.buttons {
	font-family: arial,helvetica,sans-serif;  
	background-color: #010066;  
	font-size: 8pt; 
	font-weight: bold;
	color: #EAEAF7; 
	border-style: outset
	}*/

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}

body {
	background-color: none;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color:  ;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #666666
}

.negative_amount {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: red;
	font-weight : bold;
	}
	
.positive_amount {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: green;
	font-weight : bold;
	}
	
.zero_amount {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight : bold;
	}
	
.pad10 {
	padding: 5px;
	}

.overflow {
	overflow: auto;
	width: 100%;
	height: 280px;
	}
	
.block1 {
	text-align: justify;
	width: 100%;
	height: 300px;
	background: #eeeee;
	margin-bottom: 0px;
	}
	
fieldset {
	border: 1px solid #C9C9C9;
	padding: 2;
}

legend { 
	font-size:11pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: Bold;
	text-indent: 5px;
}
	
td.contents { 
	font-size:9pt 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: blue; 
	text-decoration: none;
}


	#imenus0 li a.iactive 
	{
		background-color:#efefef;
	}

	

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
/*position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: blue;
width: 200px;
visibility: Visible;*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
background-color:#ffffff;
	border-style:none;
	border-color:#6a6a6a;
	border-width:1px;
	padding:0px;
	margin:0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

td.viewhtml { 
	font-size:2px 
	font-family:ArialBlack; 
	color: black; 
	font-weight: bold;
	text-decoration: none;
}
td.viewhtmltop{ 
	color: #000000;
	font-size:12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
}

a.toplinks1:link {
color: #000000;
font-size:12px;
font-family:Arial;
text-decoration:none;
}
a.toplinks1:visited {
color: #000000;
font-size:12px;
font-family:Arial;
text-decoration:none;
}
a.toplinks1:active {
color:#000000;
font-size:12px;
font-family:Arial; 
text-decoration:none;
}
a.toplinks1:hover {
color:blue;
font-size:12px;
font-family:Arial; 
text-decoration:underline;
}

.free_postage {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	}

.free_postagetext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight : bold;
	}
.bold-free{
	font-weight:normal;
}
wbr:after { content: "\00200B" }

.hardbreak
{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-all;       /* Internet Explorer 5.5+ */
 width: 99%;   /* remove horizontal scroll-bar when viewing in IE7 */
}
.member_tabcontent { 
	font-size:8pt; 
	font-family:Verdana; 
	color: black; 
	font-weight:bold;
	text-decoration: none;
	
}
a.member_tab:link { 
color: #3E3EBC; 
font-family:verdana;
size:8px;
font-size:8pt; 
font-weight:bold;
text-decoration: none;
}
a.member_tab:visited { 
color: #3E3EBC; 
font-family:verdana;
size:8px;
font-size:8pt; 
font-weight:bold;
text-decoration: none;

}
a.member_tab:hover {
color: #3E3EBC; 
size:8px;
font-size:8pt; 
font-family:Verdana;
font-weight:bold;
text-decoration: none;
}
.cattextbox{
	height:21px;
	font-size:8pt; 
	font-weight:bold;
	color:#000000;
}
.page_header { 
	font-size:10pt; 
	font-family:Verdana; 
	color: black; 
	text-decoration: none;
	
}
.pagebold_header { 
	font-size:10pt; 
	font-family:Verdana; 
	color: black; 
	text-decoration: none;
	font-weight:bold;
	
}
.page_disable { 
	font-size:10pt; 
	font-family:Verdana; 
	color: #9F9F9F; 
	text-decoration: none;
	
}
a.page_link:link { 
color: #0000FF; 
font-family:verdana;
font-size:10pt; 
font-weight:normal;
text-decoration: none;
}
a.page_link:visited { 
color: #0000FF; 
font-family:verdana;
font-size:10pt; 
font-weight:normal;
text-decoration: none;

}
a.page_link:hover {
color: #0000FF; 
font-size:10pt; 
font-family:Verdana;
font-weight:normal;
text-decoration: none;
}
.store_cat { 
	font-size:8pt; 
	font-family:Verdana; 
	color: black; 
	text-decoration: none;
	
}
a.category_tab:link { 
color: #3E3EBC; 
white-space:nowrap; font-family:Arial;
font-size:10pt; 
font-weight:bold;
text-decoration: none;
}
a.category_tab:visited { 
color: #3E3EBC; 
white-space:nowrap; font-family:Arial;
font-size:10pt; 
font-weight:bold;
text-decoration: none;

}
a.category_tab:hover {
color: #3E3EBC; 
font-size:10pt; 
white-space:nowrap; font-family:Arial;
font-weight:bold;
text-decoration: none;
}
a.category_tab:active { 
color: #3E3EBC; 
white-space:nowrap; font-family:Arial;
font-size:10pt; 
font-weight:bold;
text-decoration: none;
}
.h1,.itemTitle{
	font-family:Arial,Helvetica,sans-serif;font-size:medium;font-weight:bold;margin-bottom:2px;
}
.itemsubTitle{
	font-family:Arial;
	font-size:small;
	margin-bottom:2px;
}
.itemnumber{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom:2px;
	font-weight:bold;
}
.listing_header{
  border-bottom: 1px solid #9999CC;
  border-top: 1px solid #9999CC;
  /*background:url('images/listing_bg.gif');*/
  background-color:#D6DCFE;
  background-repeat:repeat-x
}

A.categoryLink:link {color:  #0000FF;font-size:14px;font-weight:normal;font-family:Arial;text-decoration:none;}
A.categoryLink:visited {color: #0000FF;font-size:14px;font-weight:normal;font-family:Arial;text-decoration:none;}
A.categoryLink:active {color: #0000FF;font-size:14px;font-weight:normal;font-family:Arial; text-decoration:none;font-style:none;}
A.categoryLink:hover {color: #0000FF;font-style:none;font-weight:normal;font-size:14px;font-family:Arial; text-decoration:underline;}

A.maincategoryLink:link {color:  #0000FF;font-size:14px;font-weight:bold;font-family:Arial;text-decoration:none;}
A.maincategoryLink:visited {color: #0000FF;font-size:14px;font-weight:bold;font-family:Arial;text-decoration:none;}
A.maincategoryLink:active {color: #0000FF;font-size:14px;font-weight:bold;font-family:Arial; text-decoration:none;font-style:none;}
A.maincategoryLink:hover {color: #0000FF;font-style:none;font-weight:bold;font-size:14px;font-family:Arial; text-decoration:underline;}
.InputTextbox
{
	width:320px;
	height:23px;
}
 /*Styles for Find Contact Information begins*/

.contactinfotitle{
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
}
.contactinfoheading{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}
.help_text{
	font-family:Arial;
	font-size:10pt;
	font-weight:none;
	color:#666666;
}
  /*Stylesfor Find Contact Information ends*/
.page_statement{
padding-left:10px;
}
.tab_border{
	
	font-size:10pt; 
	font-family:Arial; 
	text-decoration: none;  
	font-weight: bold;
	color:#000000;
	background-color:#DDDDDD;
	width:150px;
}
.page_boldtxt{
	font-size:10pt; 
	font-family:Arial; 
	text-decoration: none;  
	font-weight: bold;
	color:#000000;
	padding-left:5px;
}
.page_boldtext{
	font-size:10pt; 
	font-family:Arial; 
	text-decoration: none;  
	font-weight: bold;
	color:blue;
	padding-left:5px;
}
.sub_headingwhite
{
	font-size:10pt; 
	font-family:Arial; 
	text-decoration: none;  
	font-weight: bold;
	color:#FFFFFF;
	padding-right:20px;
}
a.sitelink:link {color:#0000FF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:none;}
a.sitelink:visited {color:#0000FF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:none;}
a.sitelink:active {color:#0000FF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:none;}
a.sitelink:hover {color:#0000FF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:underline;}

a.normallink:link {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:underline;}
a.normallink:visited {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:underline;}
a.normallink:active {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:underline;}
a.normallink:hover {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:underline;}

.account_heading { font-size:11pt;font-weight:bold;white-space:nowrap; font-family:Arial;color:#000000; }

.account_text { font-size:9pt;font-weight:bold;font-family:Arial;color:#666666; }
.accounttext {color:#000000;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}

a.accountlink:link {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}
a.accountlink:visited {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}
a.accountlink:active {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}
a.accountlink:hover {color:#0000FF;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}

a.feedbacklink:link {color:#0000FF;font-size:12pt;font-weight:bold;font-family:Arial;text-decoration:normal;}
a.feedbacklink:visited {color:#0000FF;font-size:12pt;font-weight:bold;font-family:Arial;text-decoration:normal;}
a.feedbacklink:active {color:#0000FF;font-size:12pt;font-weight:bold;font-family:Arial;text-decoration:normal;}
a.feedbacklink:hover {color:#0000FF;font-size:12pt;font-weight:bold;font-family:Arial;text-decoration:normal;}

.account_pagetext { font-size:9pt;font-weight:normal;font-family:Arial;color:#000000; }
.account_boldtext { font-size:9pt;font-weight:bold;font-family:Arial;color:#000000; }

.account_table{
border: 1px solid #DDDDDD;
}

.legend_heading { font-size:11pt;font-weight:bold;white-space:nowrap; font-family:Arial;color:#666666; }

.account-border{
	background-color:#9999CC;
}
.account-bg{
	font-size:12pt; 
	font-family:Arial,Helvetica,sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
	background-color:#D6DEFF;
}
.account-tbg{
	font-size:12pt; 
	font-family:Arial,Helvetica,sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
	background-color:#D6DEFF;
	border-top:#9999CC solid 1px;
	border-BOTTOM:#FED73B solid 1px;
	padding-left:15px;
	
}
.account-tab{
	font-size:10pt; 
	font-family:Arial,Helvetica,sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
	background-color:#D6DEFF;
	border-top:#9999CC solid 1px;
	border-BOTTOM:#FED73B solid 1px;
}
.profile_bg{
	background-color:#F9F7FF;
	border-BOTTOM:#C4C4C4 solid 1px;
	font-size:10pt; 
	font-family:Arial,Helvetica,sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:normal;
}
.profile_rbg{
	background-color:#FFFFFF;
	border-BOTTOM:#C4C4C4 solid 1px;
	font-size:10pt; 
	font-family:Arial,Helvetica,sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:normal;
}

.feedback_text { font-size:12pt;font-weight:bold;font-family:Arial;color:#666666; }

.feedback-tbg{
	border-BOTTOM:#C4C4C4 solid 1px;
	background-color:#F2F2F2;
	font-size:8pt; 
	font-family:Arial,Helvetica,sans-serif;
	color: #666666; 
	text-decoration: none;
	font-weight:normal;
	
}
.feedback-rbg{
	border-right:#C4C4C4 solid 1px;
	background-color:#F2F2F2;
	border-BOTTOM:#C4C4C4 solid 1px;
	
}
.feedback-lbg{
	border-left:#C4C4C4 solid 1px;
	background-color:#F2F2F2;
	border-BOTTOM:#C4C4C4 solid 1px;
	
}

.account-rbg{
	border-right:#C4C4C4 solid 1px;
	background-color:#DDDDDD;
}
.account-lbg{
	border-left:#C4C4C4 solid 1px;
	background-color:#DDDDDD;
}

.account-wrbg{
	border-right:#C4C4C4 solid 1px;
	background-color:#FFFFFF;
}
.account-wlbg{
	border-left:#C4C4C4 solid 1px;
	background-color:#FFFFFF;
}

.account-grbg{
	border-right:#C4C4C4 solid 1px;
	background-color:#F0F0F0;
}
.account-glbg{
	border-left:#C4C4C4 solid 1px;
	background-color:#F0F0F0;
}
.whitetext{
color:#FFFFFF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:normal;
}
a.whiltelink:link {color:#FFFFFF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:normal;}
a.whiltelink:visited {color:#FFFFFF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:normal;}
a.whiltelink:active {color:#FFFFFF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:normal;}
a.whiltelink:hover {color:#FFFFFF;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:normal;}

.customer_text{
	font-size:30px; 
	font-family:arial, Arial, Helvetica, sans-serif;
	font-style:Lucida Sans Unicode;
	color: #9cff04; 
	text-decoration: none;
	font-weight:bold;
}
.customer_slogan{
	font-size:8pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	text-decoration: none;
	font-weight:bold;
}
.customer_pagetext{
	font-size:10pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #c6e5ff; 
	text-decoration: none;
	font-weight:bold;
}
.contact-border{
	border-left:#90db0e solid 1px;
	border-right:#90db0e solid 1px;
	border-top:#90db0e solid 1px;
	border-BOTTOM:#90db0e solid 1px;	
	background-color:#edffcd;
}
.hr-border{
	border-top:#DDDDDD solid 1px;
}
.box_title{
	font-size:10pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	font-style:Lucida Sans Unicode;
	color: #2636a5; 
	text-decoration: none;
	font-weight:bold;
}
.wel_title{
	font-size:10pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	font-style:Lucida Sans Unicode;
	color: #2636a5; 
	text-decoration: none;
	font-weight:bold;
	background-color:#e6e8e3;
	padding:5px;
}
.message-border{
	border-left:#0023cd solid 1px;
	border-right:#0023cd solid 1px;
	border-top:#0023cd solid 1px;
	border-BOTTOM:#0023cd solid 1px;	
	background-color:#d5deff;
}
.page_text{
	font-size:9pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #000000; 
	text-decoration: none;
	font-weight:normal;
}
.learnpage_text{
	font-size:10pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #000000; 
	text-decoration: none;
	font-weight:normal;
}
.page_btext{
	font-size:9pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #000000; 
	text-decoration: none;
	font-weight:bold;
}
.page_gtext{
	font-size:9pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #696969; 
	text-decoration: none;
	font-weight:normal;
}
.page_title{
	font-size:9pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #2636a5; 
	text-decoration: none;
	font-weight:normal;
}
a.contactlink:link {color:#0022ff;font-size:9pt;font-weight:normal;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}
a.contactlink:visited {color:#0022ff;font-size:9pt;font-weight:normal;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}
a.contactlink:active {color:#0022ff;font-size:9pt;font-weight:normal;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}
a.contactlink:hover {color:#0022ff;font-size:9pt;font-weight:normal;font-family:arial, Arial, Helvetica, sans-serif;text-decoration:normal;}

.textbox{
	height:25px;
	border:1px solid #90db0e;
	font-size:9pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: normal;
	color:#000000;
	line-height:17px;
	
}
.specificbox{
	height:25px;
	border:1px solid #727272;
	font-size:10pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: normal;
	color:#AAAAAA;
	line-height:20px;
	
}
.specific_text{
	font-size:10pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #AAAAAA; 
	text-decoration: none;
	font-weight:normal;
}
.learn_text{
	font-size:30px; 
	font-family:arial, Arial, Helvetica, sans-serif;
	font-style:Lucida Sans Unicode;
	color: #322ad6; 
	text-decoration: none;
	font-weight:bold;
}
.learn_slogan{
	font-size:8pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #0d5cfe; 
	text-decoration: none;
	font-weight:bold;
}
.learn_pagetext{
	font-size:10pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	color: #404040; 
	text-decoration: none;
	font-weight:bold;
}
.red_text{
	font-size:12pt; 
	font-family:arial, Arial, Helvetica, sans-serif;
	font-style:Lucida Sans Unicode;
	color: red; 
	text-decoration: none;
	font-weight:bold;
}

.sell_text{
	font-size:12pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
}
.sell_title{
	font-size:18pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: #333333; 
	text-decoration: none;
	font-weight:none;
}
.grey_title{
	font-size:12pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: #5d5d5d; 
	text-decoration: none;
	font-weight:bold;
}
.grey_text{
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: #5d5d5d; 
	text-decoration: none;
	font-weight:bold;
}
.sell-border{
	border-right:#b6b6b6 solid 1px;
	}

a.selltiplink:link {color:#54b6f8;font-size:12pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}
a.selltiplink:visited {color:#54b6f8;font-size:12pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}
a.selltiplink:active {color:#54b6f8;font-size:12pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}
a.selltiplink:hover {color:#54b6f8;font-size:12pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}

.sellbarheading { font-size:12pt;font-weight:bold;font-family:Arial;color:#4c4c4c;vertical-align:middle;padding-left:5px }
.sellwbarheading { font-size:12pt;font-weight:bold;font-family:Arial;color:#FFFFFF;vertical-align:middle;padding-left:5px }
.custom_title{
	font-size:14pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:none;
}
.sellgreyheading { font-size:12pt;font-weight:bold;font-family:Arial;color:#A8A8A8; }
.site_text{
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:none;
}
.site_boldtext{
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
}
.menubold_text{
	font-size:8pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
}
.menu_text{
	font-size:8pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: grey; 
	text-decoration: none;
	font-weight:none;
}

a.selltablink:link {color:#333333;font-size:9.5pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}
a.selltablink:visited {color:#333333;font-size:9.5pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}
a.selltablink:active {color:#333333;font-size:9.5pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}
a.selltablink:hover {color:#333333;font-size:9.5pt;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-decoration:normal;}
.iframe-border{
	border-right:#b6b6b6 solid 1px;
	border-left:#b6b6b6 solid 1px;
	border-top:#b6b6b6 solid 1px;
	border-bottom:#b6b6b6 solid 1px;
}
.design-border{
	border-right:#696969 solid 1px;
	border-left:#696969 solid 1px;
	border-top:#696969 solid 1px;
	border-bottom:#696969 solid 1px;
}
.picture-border{
	border-top:#DDDDDD solid 1px;
	border-bottom:#DDDDDD solid 1px;
	height:200px;
	background-color:#EFEFEF;
}
.pictured-border{
	border-top:#696969 solid 1px;
	border-bottom:#696969 solid 1px;
	height:130px;
	border-left:#696969 solid 1px;
	border-right:#696969 solid 1px;
}
.desc-border{
	border-top:#696969 solid 1px;
	border-bottom:#696969 solid 1px;
	height:30px;
	border-left:#696969 solid 1px;
	border-right:#696969 solid 1px;
}
.photo-border{
	border-top:#CCCCFF solid 1px;
	border-bottom:#CCCCFF solid 1px;
	border-left:#CCCCFF solid 1px;
	border-right:#CCCCFF solid 1px;
}
.nophoto-border{
	border-top:#696969 solid 1px;
	border-bottom:#696969 solid 1px;
	border-left:#696969 solid 1px;
	border-right:#696969 solid 1px;
	height:100px;
	width:150px;
	background-color:lightyellow;
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:none;
}
.photo-bg{
	background-color:#CCCCFF;
}
.pictured-bg{
	background-color:#FFFFFF;
	height:150px;
	overflow:auto;
}
.upload-border{
	border-right:#DDDDDD solid 1px;
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:none;
	padding-left:5px;
}
.upload-border1{
	border-right:#DDDDDD solid 1px;
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:none;
}
.picture-bg{
	background-color:#EFEFEF;
	height:200px;
	overflow:auto;
}
.cat-scroller{
	border-right:#b6b6b6 solid 1px;
	border-left:#b6b6b6 solid 1px;
	border-top:#b6b6b6 solid 1px;
	border-bottom:#b6b6b6 solid 1px;
	height:250px;
	width:950px; 
	z-index:1;
	overflow:auto;
}
.catsuccess_bar{
	border-right:#b6b6b6 solid 1px;
	border-left:#b6b6b6 solid 1px;
	border-top:#b6b6b6 solid 1px;
	border-bottom:#b6b6b6 solid 1px;
	background-color:#DDDDDD;
}
.categorybold_text{
	font-size:11pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
}
.search_text{
	 font-size:9.5pt;
	 font-weight:bold;
	 white-space:nowrap;
	 font-family:Arial;
	 color:#DDDDDD;
}
.help_title{
	font-family:Arial,Helvetica,sans-serif;font-size:large;font-weight:bold;margin-bottom:2px;
}
.textbox {
	height:25px;
	border:1px solid #b6b6b6;
	font-size:10pt; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	font-weight: normal;
	color:#000000;
	line-height:19px;
}

.sell_line{
	border-bottom:#C9C9C9 solid 1px;
	}

a.sellboldlink:link {color:0000cc;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:none;}
a.sellboldlink:visited {color:0000cc;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:none;}
a.sellboldlink:active {color:0000cc;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:none;}
a.sellboldlink:hover {color:0000cc;font-size:10pt;font-weight:bold;font-family:Arial;text-decoration:underline;}

.feedbacktext{
	 font-size:12pt;
	 font-weight:bold;
	 white-space:nowrap;
	 font-family:Arial;
	 color:black;
}
.menuwhite_text{
	font-size:8pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: white; 
	text-decoration: none;
	font-weight:bold;
}
.sellheading { font-size:12pt;font-weight:bold;font-family:Arial;color:#333333; }

.post_text{
	font-size:12pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:none;
}
a.yellowlink:link {color:#edfe00;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}
a.yellowlink:visited {color:#edfe00;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}
a.yellowlink:active {color:#edfe00;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}
a.yellowlink:hover {color:#edfe00;font-size:10pt;font-weight:normal;font-family:Arial;text-decoration:normal;}

.listingformatborder{
	border-bottom:#C9C9C9 solid 1px;
	border-left:#C9C9C9 solid 1px;
	border-right:#C9C9C9 solid 1px;
	}

.small_text{
	font-size:7pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: #333333; 
	text-decoration: none;
	font-weight:none;
}
.preview_border{
	border-bottom:#ccccff solid 1px;
	border-left:#ccccff solid 1px;
	border-right:#ccccff solid 1px;
	border-top:#ccccff solid 1px;
	}

.grey_border{
	border-bottom:#C9C9C9 solid 1px;
	border-left:#C9C9C9 solid 1px;
	border-right:#C9C9C9 solid 1px;
	border-top:#C9C9C9 solid 1px;
	}

ul.statement_style{
	 
	 padding-left:20px;
	 
}

.simple-border{
	border-right:#dddddd solid 1px;
	border-left:#dddddd solid 1px;
	border-top:#dddddd solid 1px;
	border-bottom:#dddddd solid 1px;
	background-color:#f9f9f9;
}
.simple-gborder{
	border-right:#dddddd solid 1px;
	border-left:#dddddd solid 1px;
	border-top:#dddddd solid 1px;
	border-bottom:#dddddd solid 1px;
	background-color:#80d924;
}
.simple-border1{
	border-right:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-top:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	background-color:#e8e8e8;
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:none;
	padding:5px;
}
.simple-padding{
	padding-bottom:15px;
}

.s-border{
	border-right:#b6b6b6 solid 1px;
	border-left:#b6b6b6 solid 1px;
	border-top:#b6b6b6 solid 1px;
	border-bottom:#b6b6b6 solid 1px;
}

.sl-border{
	border-right:#b6b6b6 solid 1px;
	border-bottom:#b6b6b6 solid 1px;
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:bold;
	padding: 10px;
}
.slv-border{
	border-right:#b6b6b6 solid 1px;
	border-bottom:#b6b6b6 solid 1px;
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:normal;
	padding: 10px;
}
.sr-border{
	font-size:10pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: black; 
	text-decoration: none;
	font-weight:normal;
	border-bottom:#b6b6b6 solid 1px;
	padding: 10px;
}
