/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: "Times New Roman", Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top center;
	font-size: 0.8em; 
	color: #202020;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2.5em;
	padding: 0 30px;
	margin: 10px 0 20px 0;
	letter-spacing: 0px;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	margin: 20px 0 10px 0;
}

a {
	color: #b10200;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

select {
	width: 250px;
}

.dob, #productdetails select {
	width: 70px;
}

textarea {
	width: 628px;
	height: 88px;
}

.textbox, .smalltextbox {
	border: 1px solid #ccc;
	width: 238px;
	padding: 5px;
}

.smalltextbox {
	width: 30px;
	text-align: center;
}

#leftcol .textbox, #nav .textbox {
	padding: 2px 5px;
}

#header {
	width: 892px;
	margin: auto;
	padding: 0 20px 15px 30px;
}

#logo {
	float: left;
	position: relative;
	top: 20px;
}

#shoppingbasket {
	float: right;
	height: 58px;
	margin: 10px -15px 0 0;
	padding: 15px 95px 0 0;
	background: url(../images/shopping-basket-bg.png) top right no-repeat;
	color: #fff;
	text-align: right;
	font-size: 1.1em;
}

#shoppingbasket a {
	font-weight: normal;
	color: #fff;
}

#nav {
	float: right;
	width: 600px;
	font-size: 1.1em;
}

#nav ul {
	float: right;
	height: 15px;
	line-height: 15px;
}

#nav li {
	float: right;
}

#nav a {
	display: block;
	padding: 0 6px;
	color: #fff;
	font-weight: normal;
}

#nav .on a, #nav a:hover, #shoppingbasket .on, #shoppingbasket a:hover {
	color: #b10200;
	text-decoration: none;
}

#nav .social {
	padding: 0 2px;
}

#nav .border {
	border-right: 1px dotted #fff;
}

#search {
	float: right;
	margin: -13px 0 0 5px;
	text-align: right;
}

#search .textbox {
	width: 120px;	
}

#search .button {
	position: relative;
	top: 8px;
	padding-left: 5px;
}

#container {
	width: 950px;
	margin: auto;
	text-align: left;
	background: #fff;
	font-size: 1.1em;
	border: 1px solid #fff;
}

#rightcol {
	float: right;
	width: 700px;
	padding-bottom: 15px;
	font-size: 1.1em;
}

#cycle {
	width: 700px;
	height: 226px;
	background: url(../images/cycle-bg.jpg) top no-repeat #000;
}

#cycle img {
	width: 700px;
	height: 226px;
}

#bestsellers {
	width: 700px;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/best-sellers-bg.png) no-repeat;
	margin: 0;
	padding: 0;
}

#productheader {
	float: left;
	width: 660px;
	height: 100px;
	padding: 30px 20px;
	background: url(../images/product-header-bg.jpg) top no-repeat;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 10px;
}

#productheader h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 1.6em;
	text-transform: none;
}

.product {
	float: left;
	width: 183px;
	padding: 0 25px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.1em;
}

.productimg {
	width: 183px;
}

#content, #intro, #noresults {
	padding: 0 30px;
	width: 640px;
}

#content p, #intro p, #noresults p {
	margin: 15px 0;
}

#content ul {
	margin: 10px 0 10px 20px;
}

#content li {
	list-style: disc;
	margin-bottom: 5px;
}

#content table {
	width: 638px;
	margin: 10px 0;
	border: 1px solid #d0d0d0;
}

#content td {
	padding: 5px;
	border: 1px solid #d0d0d0;
}

.header {
	background: #eee;
	font-weight: bold;
}

#share {
	float: right;
	margin: 10px -32px 0 20px;
}

#productimages {
	float: left;
	width: 295px;
}

#productimages img {
	width: 293px;
	border: 1px solid #d0d0d0;
}

#productimages .thumbnail {
	float: left;
	width: 93px;
	margin-right: 5px;
}

#productimages #nomargin {
	margin: 0;
}

.zoom {
	padding-left: 20px;
	background: url(../images/zoom.png) left no-repeat;
}

#productdetails {
	float: right;
	width: 315px;
}

#productprice {
	float: left;
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Arial, Tahoma, Verdana;
}

#productdetails .addthis_default_style {
	padding: 8px 0;
}

.price {
	font-weight: bold;
	color: #b10200;
	font-family: Georgia, "Times New Roman", Arial, Tahoma, Verdana;
}

#leftcol {
	float: left;
	width: 249px;
	padding-bottom: 15px;
}

#leftcol h2 {
	margin: 0;
	padding: 0;
}

#leftcol img {
	margin-top: 1px;
}

#leftcol #payments {
	margin-top: 10px;
}

#subnav {
	padding: 20px 0;
	height: 185px;
	background: #b10200;
	color: #fff;
}

#subnav h2 {
	margin: 0 20px 12px 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
	letter-spacing: 6px;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}

#subnav a {
	display: block;
	width: 209px;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}

#subnav a:hover, #subnav .on a {
	background: #5c0000;
	text-decoration: none;
}

#footer {
	padding: 15px 0;
	width: 900px;
	margin-left: 25px;
	border-top: 2px dotted #ccc;
	color: #666;
}

#footer a {
	color: #666;
	font-weight: normal;
}

#delivery {
	width: auto;
}

.red {
	color: #b10200;
}

.black {
	color: #202020;
}

.small {
	font-size: 0.8em;
}

/* print order */

#printorder {
	width: 800px;
	height: 565px;
	background: url(../images/printorder-bg.png) top no-repeat;
	text-align: left;
	font-size: 1.1em;
}

#printorder #admintable {
	width: 744px;
}

#printorder td {
	padding: 5px;
}

#printorder p {
	margin: 0;
	padding: 0;
}

#deliverto {
	position: absolute;
	top: 45px;
	left: 28px;
}

#invoiceto {
	position: absolute;
	top: 100px;
	left: 430px;
}

#deliverynote {
	position: absolute;
	top: 300px;
	left: 28px;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}
