body, html {
	margin: 0px;
	padding: 0px;
	background: #EFDEE7;
	background: url('../images/bg1.gif') center top repeat;
	color: #000;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	line-height:1.5em;
}

body {
	min-width: 750px;
}

a {
	color: #4B507F;
	text-decoration: none;
}

a:hover {
	color: #4B507F;
	text-decoration: overline underline;
}

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: #C5D6E4;
	padding: 5px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
}

/* The styles for the main content area of the page */
#main {
	background: #FFF;
	width: 520px;
	padding: 10px;
	vertical-align: top;
}

/* The styles for the side navigation area of the page */
#sidebar {
	background: #E4ECF3;
	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: #FFF;
	padding: 4px;
}

/* The styles for the footer section of the page */
#footer {
	text-align: center;
	/*background: #89A8C9;*/
	/*background: #f7738c;*/
	/*background: #f8e0e0;*/
	background:#C5D6E4;
	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 #89A8C9;
	background-color: #C5D6E4;
}

div.alert strong {
	color: #FF0000;
}

.warn {
	color: #FF0000;
}

div.shoppe_item {
	padding-top: 10px;
	margin: 10px;
	border-top: 1px dashed #89A8C9;
}

div.item_details {
	text-align: center;
}

div.pagination {
	padding-top: 10px;
	margin: 10px;
	border-top: 1px dashed #89A8C9;
	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: #FFFFFF;
	border: 1px solid #666;
	border-collapse: collapse;
	text-align: left;
}

table.cart th {
	font-weight: bold;
	color: #666;
	background-color: #C5D6E4;
	border: 1px solid #666;
	padding: 4px;
}

table.cart td {
	border: 1px solid #666;
	padding: 4px;
}

.small {
font: 9px verdana;
color: #5A3073;
}