body {
	background-color:	#FFF;
	font: 				100% Arial, Helvetica, Verdana, sans-serif;
	color:				#000;
	margin:				40px;
	padding:			0;
}
a {
	font-weight:		bold;
}

h1 {
	font:				1.5em Arial, Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	line-height:		120%;
	letter-spacing:		-0.05em;
	margin:				0;
}
h2 {
	font:				1.5em Arial, Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		110%;
	letter-spacing:		-0.05em;
	margin:				0;
}
body.movie h2 {
	font-size:			1.5em;
}
h3 {
	font:				1.1em Arial, Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	line-height:		120%;
	margin:				0 0 10px 0;
}
h3 span {
	font-size:			0.85em;
}

p {
	font-size:			0.85em;
	line-height:		125%;
	margin:				0 0 10px 0;
}
ul, ol {
	margin:				0 25px 18px 0;
	padding:			0 0 0 25px;
}
li { 
	font-size: 			0.85em;
	line-height:		130%;
	margin-top:			3px;
}
img {
	font-size: 			0.72em;
	border:				none;
}

.large h3 {
	font-size:			1.3em;
}
.large p, .large li {
	font-size:			0.85em;
}
.red {
	color:				#F40504;
}

div.order-now {
	font:				1.3em Arial, Helvetica, Verdana, sans-serif;
	font-weight:		bold;
	line-height:		110%;
	letter-spacing:		-0.05em;
	margin:				0 0 10px 0;
	text-align:			center;
}

#lightboxcaption {
	font-size:			0.85em;
	line-height:		125%;
}

#content, #footer {
	margin:				10px 0 10px 0;
}
#price, #guarantee, #videos, #dont-delay, #safe {
	font-size:			0.72em;
	line-height:		125%;
}
#footer {
	font-size:			0.72em;
	line-height:		125%;
}

/* order form */

form {
	margin:				0;
	padding:			0;
}
.section {
	margin:				10px 0 10px 0;
}
.field, .lastfield, .items .qty {
	font-size:			0.72em;
	margin:				0 0 4px 0;
}
label {
	font-size:			0.72em;
	font-weight:		bold;
}
.field label, .lastfield label {
	font-size:			1.0em;
}
input, select {
	font:				1.2em "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}
.countryfield {
	font-size:			0.85em;
}
input.button {
	font:				0.85em Arial, Verdana, sans-serif;
	text-transform:		uppercase;
	font-weight:		bold;
}
.buttonfield {
	font-size:			1.0em;
}
.items {
	border:				1px solid #000;
}
.items th, .items td.price {
	font-size:			0.72em;
	border:				1px solid #000;
	padding:			15px;
	vertical-align:		top;
}
.items th {
	font-family:		Arial, Helvetica, Verdana, sans-serif;
	font-weight:		bold;
}
.items td {
	border:				1px solid #000;
	padding:			15px 18px;
	vertical-align:		top;
}
.items th.price, .items th.qty,
.items td.price, .items td.qty {
	text-align:			center;
}
.items td.qty input, .items td.qty select {
	margin-top:			6px;
}
.items td .last {
	margin-bottom:		0;
}