body
{ 
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f5b7ff;
	font-size: 12px;
	color: #666666;
	
	scrollbar-base-color: #ffd9ff;
	scrollbar-face-color: #ffd9ff;
	scrollbar-track-color: #fffaff;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #ffd9ff;
	scrollbar-shadow-color: #ffd9ff;
	scrollbar-darkshadow-color: #ffd9ff; 
}
A
{
	text-decoration: none;
}

a:link  	  {   	color: #da8ee6  }
a:visited 	  {  	color: #da8ee6 }
a:active 	  {  	color: #da8ee6 }

table
{
	background-color: #FFFFFF;
}
.listpreview
{
	background-color: #ffd9ff;
	filter:alpha(opacity=70);   /* Internet Explorer       */
    -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
    opacity: 0.7;               /* newer Mozilla and CSS-3 */
	
}
.listpreviewdiv
{
	background-color: #ffd9ff;
	filter:alpha(opacity=70);   /* Internet Explorer       */
    -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
    opacity: 0.7;
	position: relative;
	max-height: 250px;
	height: expression( document.body.clientHeight > 185 ? "185px" : "auto" ); /* sets max-width for IE */
	width: 150px;
	overflow: scroll;
	overflow-x: hidden;
	left: 10;
}
.divider
{
	color: #aa6ab4;
}


.productname {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aa6ab4;
}

.collectionname {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fab5ff;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a96eb3;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cc99cc;
}

.detail_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #666666;
}

.detail_bullets {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.detail_cost_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.detail_cost_number {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: ##000000;
}
