body         { font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
     font-size:10pt; color:#696969;
}
p            { font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;font-size: 10pt; color:#696969;
}
li
{
font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;font-size: 10pt; color:#696969;}
ul { margin-top:0;
    margin-bottom:0}
td           { font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;font-size: 10pt; color:#696969;
}
.subcategorytext   { text-decoration:none;font-size: 10pt; color:#000000  }
:hover.subcategorytext 
{
	text-decoration:underline;
}
.maincategorytext  { text-decoration:none;font-size: 10pt; color:#660066; font-weight:bold  }
:hover.maincategorytext 
{
	text-decoration:underline;
}
.subcategorytext2  {text-decoration:none; 
					font-size: 10pt; 
					color:#000000; 
					font-weight:bold }
:hover.subcategorytext2 
{
	text-decoration:underline;
}
.informationAndBasketText
{
	text-decoration:none;
	color:Blue;
}
:hover.informationAndBasketText
{
	text-decoration:underline;
}
.blackLink
{
	text-decoration:none;
	color:#000000;font-weight:bold
}
:hover.blackLink
{
	text-decoration:none;
	color:Black;font-weight:bold
}
.titleLink
{
    text-decoration:none;
    color:#0000FF;
}
:visited.titleLink
{
    text-decoration:none;
    color:#0000FF;
}
H1
{
    font-weight: bold;
    font-size: 18pt;
    font-family: Helvetica;
    margin:0;
    text-decoration:none;
    color:Navy;
}
H2
{
    font-weight: bold;
    font-size: 14pt;
    color: Navy;
    font-family: Helvetica;
    margin:0;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.infoCell 
{
    font-weight:bold;
    background-color:#415090;
    color:White;
    font-size:11pt;
}

div.rounded 
{
 padding-bottom:15px;
 background-image: url(Images/200pxbottom.gif);
 background-repeat:no-repeat;
 background-position:bottom center;
}
div.rounded h3 {
 padding-top: 15px;
 background-image: url(Images/200pxtop.gif);
 background-position:top;
 background-repeat:no-repeat;
}
div.rounded h3, div.rounded p {
  padding-left: 5px;
}

.txtbox{
background-color:#EEEEEE;
color:#000000;
border:1px solid;
border-top-color:#777777;
border-left-color:#777777;
border-right-color:#777777;
border-bottom-color:#777777;}

A:link {text-decoration: none; color:#006699; font-weight: bold;
    text-align: right;
}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color:#006699;}

.AddToBasketButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #3947e3) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #3947e3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#3947e3');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.AddToBasketButton:hover {
	cursor:pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3947e3), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #3947e3 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3947e3', endColorstr='#79bbff');
	background-color:#3947e3;
}.AddToBasketButton:active {
	position:relative;
	top:1px;
}

.viewBasketButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #268a16;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:1px 8px;
	text-decoration:none;
}.viewBasketButton:hover {
	cursor:pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.viewBasketButton:active {
	position:relative;
	top:1px;
}


.checkoutButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}..checkoutButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}..checkoutButton:active {
	position:relative;
	top:1px;
}
