/* tonic box text & image style 2007 */
/* default styles */
p, h1, h2, h3, h4, h5 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
p {
	font-size: 0.7em;
	color: #000000;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #224501;
	margin-bottom: 12px;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	color: #717171;
}
h3 {
	font-size: 0.95em;
	font-weight: bold;
	color: #06084f;
}
h4 {
	font-size: 0.85em;
	font-weight: bold;
	color: #ab0707;
}
h5 {
	font-size: 0.85em;
	font-weight: bold;
	color: #1b5c9d;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.descriptionContent h1, .catdescriptionContent h1 {
	margin-bottom: 6px;
}
/* custom styles */
.shoppingBasketContent p {
	font-size: 0.65em;
	line-height: 1.2em;
}
.hpContent p {
	margin-bottom: 10px;
}
.subnavContent p {
	font-size: 0.65em;
	color: #555554;
}
.subnavCredits p {
	font-size: 0.65em;
	color: #999999;
}
.controlsContent p {
	font-size: 0.65em;
	line-height: 2em;
}

.controlsContent p.stock {
	line-height: 1.5em;
	padding-bottom: 3px;
}
.productImage img, .xsellContent img, .subRightImage img {
	margin-bottom: 5px;
}
.productImage p, .subRightImage p {
	color: #7b7b7b;
}
.xsellContent p {
	margin-bottom: 7px;
}
/* link styles */
a:link, a:visited {
	font-weight: normal;
	color: #224501;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.shoppingBasketContent p a:link, .shoppingBasketContent p a:visited {
	font-weight: normal;
	color: #9c0f0f;
	text-decoration: underline;
}
.shoppingBasketContent p a:hover, .shoppingBasketContent p a:active {
	text-decoration: none;
}
.subnavContent p a:link, .subnavContent p a:visited {
	font-weight: normal;
	color: #555554;
	text-decoration: none;
}
.subnavContent p a:hover, .subnavContent p a:active {
	text-decoration: underline;
}
.subnavCredits p a:link, .subnavCredits p a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.subnavCredits p a:hover, .subnavCredits p a:active {
	text-decoration: underline;
}
.controlsContent p a:link, .controlsContent p a:visited {
	font-weight: bold;
	color: #224501;
	text-decoration: none;
}
.controlsContent p a:hover, .controlsContent p a:active {
	text-decoration: underline;
}
.xsellContent p a:link, .xsellContent p a:visited {
	font-weight: normal;
	color: #224501;
	text-decoration: none;
}
.xsellContent p a:hover, .xsellContent p a:active {
	text-decoration: underline;
}
/* form styles */
form {
	margin: 0;
	padding: 0;
}
form p {
}
.quantityForm {
	width: 28px;
	height: 17px;
	padding: 1px;
	border: 1px solid #738a5f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.mainBodyArea input.newsletter {
	margin: 5px 0px 10px 0px;
	color: #000000;
	padding: 2px;
	border: 1px solid #224501;
	background: #ffffff;
	width: 200px;
}
.mainBodyArea input.formButton {
	margin: 5px 0px 10px 0px;
	color: #000;
	font-weight: bold;
	border: 1px solid #224501;
	background: #acd585;
	width: 200px;
}
/* image styles */
img {
	border: 0;
}
.basketButton {
	margin-top: 5px;
}
/* sub navigation styles */
.subNavArea {
	font-size: 0.8em;
	z-index: 100;
	margin-bottom: 15px;
	padding-left: 2px;
}
/* remove all the bullets, borders and padding from the default list styling */
.subNavArea ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	list-style: none;
	padding: 0;
	margin-top: -12px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown subNavArea positon */
.subNavArea li {
	float: left;
}
/* style the links for the top level */
.subNavArea a, .subNavArea a:visited {
	font-size: 0.8em;
	font-weight: normal;
    text-decoration: none;
	color: #224501;
	margin: 0px 15px 0px 0px;
	padding: 3px 5px;
}
/* style the top level hover */
.subNavArea a:hover, .subNavArea a.current {
	text-decoration: underline;
}
.subNavArea :hover > a, .subNavArea ul ul :hover > a {
	text-decoration: underline;
}
/* make the second level visible when hover on first level list OR link */
.subNavArea ul li:hover ul,
.subNavArea ul a:hover ul{
	visibility: visible;
	height: auto;
}
