﻿a:link              { color:black; text-decoration:underline; }
a:visited           { color:black; text-decoration:underline; }
a:hover             { color:#FF6699; text-decoration:underline; }
a:active            { color:black; text-decoration:underline; }



a.otherLink:link    { color:black; text-decoration:none; }
a.otherLink:visited { color:black; text-decoration:none; }
a.otherLink:hover   { color:#FF6699; text-decoration:underline; }
a.otherLink:active  { color:black; text-decoration:none; }

.product
{
	margin:15px 0px 15px 9px;
	top:5px;
	height: 240px;
	width: 700px;
	padding:30px 35px 10px 15px;
	background:url("../images/bigPad.jpg") no-repeat;
}
.productPic
{
	height: 200px;
	width: 200px;
	float: left;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px black;
}

.productInfo
{
	height: 200;
	width: 480px;
	float: left;
	padding: 2px 5px 5px 5px;
	line-height:17px;
	border-bottom: 1px black;
}

.productInfo a
{
	font-family:Arial;
	font-size:12px;
}

#wrap { height:1300px; }

.disclaimer
{
	top:5px;
	height: 90px;
	width: 700px;
	background-color: white;
	padding:10px 35px 10px 35px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:Black;
}

.disclaimerText
{
	margin:0 65;
}

.price
{
	font-weight:bold;
	color:#f68de2;
	padding:0 0 0 10px;
}