﻿body {
	font-family:  Arial, sans-serif;
	font-size: .76em;
	text-align:center;
}

a {
	color:#242021;
	text-decoration:underline;
}
a:hover {
	color:#999;
	text-decoration:none;
}

div#container {
	width:770px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
}

div#header {
	height:50px;
	background:url(../images/retal-logo.png) no-repeat;
	padding-left:100px;
	position:relative;
}
div#header h2 {
	border-bottom:solid 1px #666;
	padding-bottom:2px;
	margin-bottom:7px;

}
div#header ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#header li {
	display:inline;
	padding:0 15px 0 0;
}

a#homeLink {
	position:absolute;
	display:block;
	width:53px; 
	height:50px;
	top:0; left:0;
}

div#main {
	margin-top:30px;
}
div#navigation {
	float:left;
	width:200px;
}
div#content {
	float:right;
	width:560px;
}
div#content h1 {
	margin-top:0;
}

div#footer {
	clear:both;
	padding:10px 0;
}


/** PRODUCT LIST **/

div.productItem {
	clear:both;
}
div.productItemSeparator {
	border-top:solid 3px #eee;
	padding-top:10px;
}
div.productItem h2, div.productItem p {
	margin-top:0;
}


div.productItem img.photo {
	float:left;
	padding:0 10px 10px 0;
}

/** PRODUCT VIEW **/

div#productViewText {
	width:300px;
	float:right;
}
div#productViewText p {
	margin:0 0 50px 0;
}
div#productViewPhoto {
	width:250px;
	float:left;
}


/** CART **/

div#totalBox {
	clear:both;
	border-top:solid 3px #eee;
	margin:10px 0;
	padding:10px 0 0;
}

/** FORM **/

form.standard {
	width:350px;
}
form.standard label {
	display:block;
	float:left;
	width:125px;
}
form.standard input, form.standard select {
	border:solid 1px #999;
}
form.standard .fullsize {
	width:213px;
}

div.errorBox {
	width:350px;
	margin:15px 0;
	border:solid 1px #B30000;
	color:#B30000;
}
div.errorBox p {
	color:#B30000 !important;
	font-weight:bold;
	margin:5px 5px;
}
 
