body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
.background {

	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 20px;
	background-attachment: fixed;
}
a:link, a:hover, a:visited {
	font-weight: bold;
	color: #0066CC;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0099CC;
}
.wowbox {
	width: 638px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wowboxtop {
	background-image: url(../images/wowbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 54px;
	width: 638px;
	position: relative;
}
.wowboxmid1 {
	background-color: #EFEFEF;
	background-image: url(../images/wowbox_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 638px;
}
.wowboxmid2 {
	background-image: url(../images/wowbox_gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 20px;
	position: relative;
	width: 598px;
	text-align:left;
}
.wowboxbot {
	background-image: url(../images/wowbox_bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 638px;
}
.wowboxmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
.wowboxmenuitem {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	cursor: pointer;
}
.bottomlinks {
	text-align: center;
	margin-top: 3px;
	font-size: 12px;
}
.highlight {
	background-color: #FFFF66;
	padding-left: 5px;
	padding-right: 5px;
}
h1,h2,h3 {
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }

.mycartitem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}
.error {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	background-color: #CC0000;
}
.happymessage {
	font-size: 11px;
	font-weight: bold;
	color:#006600;
	padding: 8px;
	border: solid 2px #00CC00;
	background-color: #E2FF8A;
	margin-bottom: 10px;
}
.copyright {
	font-size: 10px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
}
.helpquestion {
	font-size: 17px;
	color:#FF6600;
	font-weight: bold;
}
.helpanswer {
	margin-top: 10px;
	margin-left: 30px;
	border-left: dashed 1px #CCCCCC;
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 20px;
}

