/* ShopToEarn Style Sheet
 * 1/08/06 Created by DR Ashe
 * modified 01/27/2010 DR Ashe
 */

body {
	background-color: #ffffff;
}
.style1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
  	text-align: left;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.paragraph {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9c9c9c;
	font-size: 12px;
   line-height: 16px;
}

.style2 {color: #666666;}
.style3 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; }
.style4 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #990000; }
.style5 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #cc3333; }
.style7 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
   font-size: 12px;
   color: #ffffff;
   font: bold;
   background-color: #9acd32;
}
.style8 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
   font-size: 12px;
   color: #9932cc;
   font: normal;
}

IMG {
	border-style: none;
}

/* Class struct defines structural tables (no visible border, etc.) */

TABLE.struct {
   vertical-align: top;
	border: 0px none white;
}

TR.struct {
   vertical-align: top;
	border: 0px none white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

TD.struct {
	vertical-align: top;
	border: 0px none white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* menucolumn must inherit from TD.struct */

TD.menucolumn {
	vertical-align: top;
	background-attachment : fixed;
	background-image : url(ytbnet_left.jpg);
	background-repeat : no-repeat;
}

/* Invoice Table is used for orders, stats and other tables with
   visible borders and a well-defined header row */

TABLE.inv {
   vertical-align: top;
	border: 1 solid #000000;
}

TR.invhdg {
}

TD.invhdg {
	vertical-align: top;
	border: 1px solid black;
	padding: 0px 5px 0px 5px;
   background-color: #000000;
   text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
   color: #ffffff;
}

TD.invprice {
	vertical-align: top;
	border: 1 solid black;
	padding: 2px 5px 2px 5px;
   background-color: #eeeeee;
   text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 10pt;
   color: #000000;
}

TD.invquan {
	vertical-align: top;
	border: 1 solid black;
	padding: 2px 5px 2px 5px;
   background-color: #eeeeee;
   text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
   color: #000000;
}

TD.invtext {
	vertical-align: top;
	border: 1 solid black;
	padding: 2px 5px 2px 5px;
   background-color: #eeeeee;
   text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
   color: #000000;
}

UL {
	list-style: disc outside;
}

LI {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	margin-top: 1px;
}

h1 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
   font-size: 10pt; 
   color: #000000;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
}

.CommonFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.highlite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Yellow;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #666666;
}

.info {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.backto { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.bullet {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.boxed {
	border-style: solid;
	border-width: thin;
	border-color: #999999;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	color: #ff8000;
}

.catname { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	color: #999999;
}

.prodname { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 12pt;
	color: #000000;
}

.catproddesc { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.prodsummary { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.catprice { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 10pt;
	color: #000000;
}

.proddetail { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.prodimage { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.catprod { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 10pt;
	color: #000000;
}

.prodname { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	color: #999999;
}

.prodprice { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 12pt;
	color: #000000;
}

.catthumb { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.prompt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.featured {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
}

.standout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #666666;
}

.capblack {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}

.smallprint {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	background-color : White;
}
	
.techwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	color: White;
}

.highlighttext{ 
   background-color:yellow; 
   font-weight:bold; 
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #a9a9a9;
}.reppagename {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.greensince {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.quote {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.repbio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

