body, html {
	margin: 0px;
	padding: 0px;
	background: #BBB;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	line-height:1.5em;
	background-color: #B6DBE5;
	background-image: url(../images/bg.gif);
}

body {
	min-width: 750px;
}

a {
	color: #FC5C95;
	text-decoration:none;
}

a:hover {
	color: #4BA5C2;
}

h1, h2 {
	color: #4BA5C2;
	font-family: Arial, Verdana, Serif;
	font-size: 20px;
}

h3 {
	color: #4BA5C2;
	font-family: Arial, Verdana, Serif;
}

strong {
	font-weight: bold;
	color: #808080;
}

img {
	border: none;
}

#wrap {
	background: transparent;
	margin: 10px auto 30px auto;
	width: 800px;
}

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

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

#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-color: #FFF;
	width: 568px;
	padding: 30px 10px 10px 10px;
	vertical-align: top;
	border-right: 1px solid #6DA8BE;
}

#main h1, #main h2 {
	margin-top: 0;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #97C0D3;
}

#main h3 {
	margin: 10px 0px 0px 0px;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #97C0D3;
	text-align: left;
}

/* The styles for the side navigation area of the page */
#sidebar {
	background: #FFF;
	width: 190px;
	padding: 0px 10px 10px 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	border-left: 1px solid #6DA8BE;
}

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

#sidebar li{
	margin: 0px;
	padding:3px 0;
	border-bottom: 1px solid #EFEFEF;
	text-align: left;
}

#sidebar h3, #sidebar p {
	font-size:16px;
	border-bottom: 1px dashed #97C0D3;
	padding: 0px;
}
#sidebar h3 {
	margin: 20px 0px 0px 0px;
}

#sidebar li.new {
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 14px;
	font-weight: bold;
}


/* The properties of the mini Shopping Cart */
#minicart {
	border: 1px dashed #C0DEED;
	background-color: #EEF7FB;
	font-size: 0.9em;
	padding: 4px;
	margin-top: 10px;
}

#minicart h3 {
	margin: 0px;
}

/* The styles for the footer section of the page */
#footerbar {
}

#footer {
	text-align: center;
	background: #FFFFFF;
	clear: both;
	border-left: 1px solid #6DA8BE;
	border-right: 1px solid #6DA8BE;
}

#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;
}

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;
}

.advertise {
	margin-top: 14px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 3px;
}

.price {
	font-size: 16px;
	font-weight: bold;
	color: #4BA5C2;
}

.cartlink {
	font-size: 16px;
	font-weight: bold;
}

