@charset "utf-8";
/* CSS Document */
.WADADetailsContainer {
	font-size: 11px;
	width: 750px;
}
#WADADetails {
	padding-top: 5px;
}
.WADADetailsLinkArea {
	padding-top: 2px;
	padding-bottom: 2px;
}
.WADADetailsImageInfoArea {
	margin-top: 5px;
	margin-bottom: 5px;	
}
.WADADetailsMainImageArea {
	float: left;
}
.WADADetailsMainImage {
	float: left;
}
.WADADetailsProductInfo {
	margin-left: 0px;
	height: auto;
	padding: 5px;
	background-color: #FFFFE6;
	border: 1px solid #CCCCCC;
}
.WADADetailsSubHeading {
	font-weight: bold;
}
.WADADetailsSubText {}
.WADADetailsPriceButton {
	margin-top: 5px;
}
.WADADetailsPrice {
	float: left;
}
.WADADetailsButton {
	float: left;
	margin-left: 5px;
}
.WADADetailsShortDesc, .WADADetailsLongDesc {
	margin-top: 5px;
	margin-bottom: 5px;
}
.WADADetailsShortDesc, .WADADetailsImageInfoArea {}
.WADADetailsShortDesc1 {	margin-top: 5px;
	margin-bottom: 5px;
}
.body_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}	
	.PageTitle {
	font-size: small;
	color: #003366;
	font-style: italic;
	font-weight: bold;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	text-indent: 50px;
	line-height: 25px;
	}
	
	.moreinfo {
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FFFFCC;
	}

.TitleSubs {
	font-size: medium;
	color: #FF6600;
	font-weight: bold;
	line-height: normal;
	}
.TitleSubsSmall {
	font-size: 10;
	color: #FF6600;
	line-height: normal;
	}
	body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

