
root {
	display: block;
}

a {
	color: #0066cc;
	text-decoration: none;
}

label {
	display: block;
}

select, input.text, input.number, input.zip {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	width: 260px;
	margin-bottom: 2px
}

input.number {
	width: 28px;
}

input.zip {
	width: 44px;
}

input.submit, input.close {
	width: 60px;
	height: 20px;
	background: #aaffaa;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
}

input.close {
	background: #ffaaaa;
}

a:hover {
	text-decoration: underline;
	color: #0099cc;
}

a:hover img {
	text-decoration: none;
}

body {
	background: #fff;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 ;
	padding: 0;
}

img {
	border: 0px;
}

#main {
	width: 990px;
	color: black;
	margin: 0 auto 0 auto;
	margin-top: 20px;
	min-height: 550px;
}

.media {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar { width: 240px; }

#left {
	float: left;
}

#right { float: right;}

#center {
	width: 480px;
	float: left;
	margin: 0 15px 0px 15px;
}

#top {
	text-align: center;
}

#top p {
	text-align: left;
}

ul#easybuy { margin-bottom: 20px; padding: 0; width: 480px; }
ul#easybuy li { list-style-type: none; margin: 0px 0px 5px 0px; height: 80px; width: 480px; }
ul#easybuy li a { display: block; background-color: #fff; font: bold 22px/82px helvetica, arial, sans-serif; padding: 0px 0px 0px 100px; height: 80px; }
ul#easybuy li a:hover { display: block; background-color: #b2e2ff; text-decoration: none; }
ul#easybuy li#easy_order a { background: url(thumbs/t_order_cd.png) left top no-repeat; }
ul#easybuy li#easy_digital a { background: url(thumbs/t_digital-tunes.png) left top no-repeat; }
ul#easybuy li#easy_stupido a { background: url(thumbs/t_stupido.png) left top no-repeat; }

ul#easybuy li#easy_order a:hover { background: #e2faff url(thumbs/t_order_cd.png) left top no-repeat; }
ul#easybuy li#easy_digital a:hover { background: #e2faff url(thumbs/t_digital-tunes.png) left top no-repeat; }
ul#easybuy li#easy_stupido a:hover { background: #e2faff url(thumbs/t_stupido.png) left top no-repeat; }

div#order { width: 466px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
			 border: 1px solid #ccc; background: #fff; padding: 5px; }

#orderform div { margin-bottom: 3px; }

.error { background-color: #ffaaaa; }
