body, html {
	margin: 0px;
	padding: 0px;
	background: #B7B9BC;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	line-height:1.5em;
}

body {
	min-width: 750px;
}

a {
	color: #A5697A
}

a:hover {
	color: #A5697A
}

h1, h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

img {
	border: none;
}

#wrap {
	background: transparent;
	margin: 0px auto;
	width: 750px;
}

/* The properties of the header section */
#header {
	background: transparent;
}

/* The styles for the "breadcrumb" navigation under the header */
#nav {
	background:#CABC9E;
	padding: 5px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* The styles for the main content area of the page */
#main {
	background:#EBDBB7;
	width: 520px;
	padding: 10px;
	vertical-align: top;
}

/* The styles for the side navigation area of the page */
#sidebar {
	background: #CABC9E;
	width: 190px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#sidebar ul {
	margin: 0px;
	padding-left: 4px;
	list-style: none;
}

#sidebar li{
	margin: 0px;
	padding: 0px;
}

#sidebar h3, #sidebar p {
	padding: 0px 10px 0px 0px;
}
#sidebar h3 {
	margin: 10px 0px 0px 0px;
}

/* The properties of the mini Shopping Cart */
#minicart {
	background: #EBDBB7;
	padding: 4px;
}

/* The styles for the footer section of the page */
#footer {
	text-align: center;
	background: #B3A68B;
	clear: both;
}

#footer p {
	padding: 5px;
	margin: 0;
}

/* The properties of the alert box received for required products/errors */
div.alert {
	margin: 10px;
	padding: 3px;
	border: 2px solid #B3A68B;
	background-color: #CABC9E;
}

div.alert strong {
	color: #FF0000;
}

.warn {
	color: #FF0000;
}

div.shoppe_item {
	padding-top: 10px;
	margin: 10px;
	border-top: 1px dashed #B3A68B;
}

div.item_details {
	text-align: center;
}

div.pagination {
	padding-top: 10px;
	margin: 10px;
	border-top: 1px dashed #B3A68B;
	text-align: center;
}

div.pagination a {
	text-decoration: none;
}

span.navstrong {
	font-weight: bold;
	text-decoration: underline;
}

span.navdim {
	color: #666666;
}

td.order {
	width: 100px;
	font-weight: bold;
}

form {
	padding: 0px;
	margin: 0px;
}

/* The shopping cart table on the checkout page */
table.cart {
	color: #666;
	width: 512px;
	margin: 10px auto 10px auto;
	background-color: #DDE1E6;
	border: 1px solid #666;
	border-collapse: collapse;
	text-align: left;
}

table.cart th {
	font-weight: bold;
	color: #666;
	background-color: #CABC9E;
	border: 1px solid #666;
	padding: 4px;
}

table.cart td {
	border: 1px solid #666;
	padding: 4px;
}
