body {
	margin-top: 25px;
	margin-left: 0px;
	background: url("../images/back.gif") #B3DE5B repeat;
}

/*--- Basic Tags ---*/

ul,ol {
	margin-top: 0;
	margin-bottom: 0;
}

form {
	display: inline;
	margin: 0;
}

a img {
	border: 0;
}

/*--- Image Styles ---*/

img.product {
	border: 1px solid #B1D559;
}

/*--- Link Styles ---*/

a:link,a:active,a:visited {
	color: #CC0066;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
	color: #663366;
}

/*--- Text Styles ---*/

* .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0066;
}
	
* .textbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0066;
	font-weight: bold;
}

* .header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #999999;
}

* .footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

* .style1 {color: #CC0066}

* .style2 {color: #336633}

* .style3 {color: #333333}

* .link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #CC0066;
}

table.products td {
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 20px;
}

table.products td img {
	margin-bottom: 5px;
}

div.detail-image {
	 float: left;
	 padding-right: 15px;
	 margin-bottom: 15px;
}

div.detail-text {
	 float: left;
	 width: 250px;
}

a.ProductLink,
a.ProductLink:link,
a.ProductLink:active,
a.ProductLink:visited,
a.ProductLink {
	text-decoration: underline;
	font-weight: bold;
}

/*--- Edit.com custom Styles ---*/

.NormalText, body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

.WhiteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.SmallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}

.DarkGreenText {
	color: #336633;
}

.DarkGreyText {
	color: #666666;
}

.RedText {
	color: #CC0066;
}

.NoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.SubHeader {
	font-size: 14px;
	color: #CC0066;
	font-weight: bold;
}

.PageTitle {
	color: #CC0066;
	font-size: 20px;
}

td.GreenBackground {background-color: #33CC00;}
td.PinkBackground {background-color: #ff6699;}
