@charset "utf-8";
@import url(CDsreset.css);
body {
	font-size: 100%;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #993300;
	margin: 0;
	padding: 0;
}
#radio {
	margin-left:80px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	text-align: center;
	padding-bottom: 10px;
}
p{
	padding-bottom:10px;
}
a img {
	border: none;
}
a:link {
	color: #33FF00;
	text-decoration: underline;
}
a:visited {
	color: #33FF00;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
.container {
	position: relative;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 auto;
}
header {
	font-size: xx-large;
	font-weight:bold;
	padding-top:50px;
	font-style: italic;
	letter-spacing: 0.1em;
	text-align: center;
}
footer {
	padding: 10px 0px 0px 100px;
	width: 500px;
	position: relative;
	clear: left;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
.shadow {
	-moz-box-shadow: 4px 4px 6px #333;
	-webkit-box-shadow: 4px 4px 6px #333;
	box-shadow: 4px 4px 6px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#333000');
}
#basket {
	position: absolute;
	top: 175px;
	left: 520px;
	width: 150px;
	padding: 5px 5px 5px 10px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	border: 1px solid;
	border-radius: 5px;
}
.checkout1 {
	margin: 10px 24px 2px 24px;
	padding-top: 10px;
	font-size:16px;
	font-weight:bold;
	border-top: 1px solid;
}
a.checkout:link {
	text-decoration:underline;
	color:#0033FF;
}
a.checkout:active {
	text-decoration:underline;
	color:#0033FF;
}
a.checkout:hover {
	text-decoration:underline;
	color:#FF0000;
}
a.checkout:visited {
	text-decoration:underline;
	color:#0033FF;
}
.remove {
	float: right;
}
.remove:link {
	text-decoration:underline;
	color:#0033FF;
}
.remove:active {
	text-decoration: underline;
	color:#000000;
}
.remove:hover {
	color:#FF0000;
	cursor:pointer;
}
.remove:visited {
	color:#FF0000;

}.howmany {
	width:30px;
	padding: 2px 0px 2px 20px;
}
.valuealign {
	text-align: right;
}
.ARmark {
	font-size: 12px;
}
.submitbutton {
	color: #600;
	font-size: 14px;
	width: 80px;
	height: 40px;
	margin: 20px;
	padding: 10px;
	font-weight:bold;
	border:0;
	background:#fece2f url(../sunny/images/ui-bg_gloss-wave_60_fece2f_200x40.png) 50% 50% repeat-x;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
th {
	padding-bottom: 10px;
}
