html {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial;
	background-color: #fffebb;
	background-color: #f8f69f;
	background-color: #d0e2f0;
}

body {
	margin: 0px;
	padding: 12px;
}

h1 {
	margin: 0px 0px 10px 0px;
	color: #9dd044;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 22pt;
}

h2, h2 a {
	margin: 0px 0px 12px 0px;
	color: #9dce50;
	color: #ecc904;
	color: #7eafd4;
	font-weight: normal;
	font-size: 15pt;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0px 0px 8px 0px;
	color: #7aabd5;
	font-family: helvetica, arial;
	font-weight: bold;
	font-size: 12pt;
}

h4 {
	margin: 0px 0px 8px 0px;
	color: #7aabd5;
	font-family: helvetica, arial;
	font-weight: bold;
	font-size: 12pt;
}

a {
	color: #a5d454;
	font-size: 11pt;
	outline: none;
}

p {
	margin: 0px 0px 12px 0px;
	font-size: 11pt;
	color: #666;
}

img {
	border: none;
}

form {
	margin: 0px;
}

button, .button {
	background-color: #b1dc68;
	padding: 2px 12px 2px 12px;
	height:28px;
	color: #fff;
	font-family: helvetica, arial;
	font-size: 10.5pt;
	font-weight: bold;
	border: 1px solid #9cbd43;
	cursor: pointer;
}

#page {
	border: 1px solid #b3cfe6;
	background-color: #fff;
	width: 950px;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	height: 188px;
	background: #ffffe0 url('../image/headerbg.gif') left top repeat-x;
	border-bottom: 6px solid #d6efa1;
}

#header.header1 { border-bottom: 6px solid #82b3dd; }
#header.header1 { border-bottom: 6px solid #aed6f2; }
#header.header2 { border-bottom: 6px solid #ffa6c6; }
#header.header2 { border-bottom: 6px solid #ffcbdb; }
#header.header33 { border-bottom: 6px solid #a8db73; }

#header h1 {
	position: relative;
	float: left;
	z-index: 3;
	padding: 0px;
	text-indent: -20000px;
	height: 182px;
	width: 220px;
	background: transparent url('../image/logo.gif') 6px 4px no-repeat;
}

#header h1 a {
	display: block;
	height: 210px;
}

#headerRight {
	float: right;
	background: transparent url('../image/tagline.gif') left bottom no-repeat;
	padding: 14px 12px 0px 0px;
	text-align:right;
	font-size: 11pt;
	width: 630px;
	height: 104px;
}

#headerLinks {
	color: #555;
}

#headerLinks a {
	font-size: 10.5pt;
	font-weight: bold;
	color: #7aabd5;
	color: #619ecd;
	text-decoration: none;
	margin: 0px 0px 0px 4px;
}

#headerLinks a:hover {
	text-decoration: underline;
}

#customerLabel {
	font-size: 9pt;
	color: #666;
	float: right;
	margin-top: 20px;
	margin-right:22px;
}

#customerLabel a {
	font-size: 9pt;
}

#searchBox {
	margin-top:44px;
}

#searchBox table {
	border-collapse: collapse;
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#searchBox table td {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	color: #ccc;
}

#menu {
	position: absolute;
	z-index: 1px;
	height: 42px;
	width: 720px;
	left: 230px;
	top: 146px;
}

#menu ul {
	margin: 0px;
	margin-left: 40px;
	padding-left: 180px;
	text-indent: 0px;
	list-style: none;
}

#menu ul li {
	text-indent: 0px;
	text-align: center;
	list-style: none;
	list-style-type: none;
	float: left;
	line-height: 44px;
	height: 42px;
	padding: 0px;
	margin: 0px 6px 0px 0px;
}

#menu ul li a {
	margin: 0px;
	font-size: 14pt;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 42px;
}

#menu .tab1 { background: transparent url('../image/tab1bg.gif') left top no-repeat; }
#menu .tab2 { background: transparent url('../image/tab2bg.gif') left top no-repeat; }
#menu .tab3 { background: transparent url('../image/tab3bg.gif') left top no-repeat; }

#miniCart {
}

#miniCart h2 {
}

#miniCart div {
	padding: 0px 10px 8px 10px;
}

#miniCart div p {
	color: #444;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

#miniCart div a {
	font-size: 8pt;
	margin: 0px 0px 4px 0px;
}

#accountMenu {
	border: 1px solid #d0e2f0;
	padding: 2px;
}

#accountMenu h2 {
	height: 31px;
	line-height: 32px;
	background-color: #b1dc68;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	font-family: helvetica, arial;
	padding: 0px 8px 0px 12px;
	margin: 0px !important;
}

#accountMenu ul {
	margin: 0px !important;
}

#accountMenu ul li {
	text-indent: 0px;
	list-style: none;
	margin: 0px;
}

#accountMenu ul li a {
	height: 24px;
	line-height: 24px;
	margin-top: 2px;
	background-color: #e1eec2;
	padding: 0px 0px 0px 8px;
	display: block;
	text-decoration: none;
	color: #222;
	font-size: 10pt;
}

#accountMenu ul .sel a {
	font-weight: bold;
}

#content {
	margin: 0px;
	min-height: 340px;
}

#wideContent {
	padding: 20px;
}

#leftCol {
	position: relative;
	float: left;
	width: 224px;
	margin-top: 16px;
	background-position: absolute;
	bottom:0px;
	left: 0px;
	border-right: 1px solid #ddd;
}


#leftCol h2 {
	margin-left: 10px;
}

#leftCol h3 {
	font-weight: bold;
	font-size: 9pt;
	margin-left: 10px;
}

#leftCol ul {
	margin: 0px 0px 12px 0px;
}

#leftCol li {
	list-style: none;
	margin: 0px 0px 4px 20px;
}

#leftCol li a {
	font-size: 9pt;
}

#contentR {
	width: 688px;
	margin-left: 248px;
	padding-top: 20px;
}

#contentL {
	padding-top: 20px;
	width: 710px;
	padding-left: 20px;
}

#contentL h1 {
	margin-bottom: 16px;
}

#rightCol {
	float: right;
	margin: 2px 20px 0px 0px;
}

#footer {
	padding: 24px 0px 0px 0px;
	height: 16px;
}

#footer p {
	color: #a5d454;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#footer p a {
	font-size: 10pt;
	font-weight: normal;
}

#copyright {
	text-align: center;
	font-size: 8pt;
	color: #7aabd5;
	padding: 12px;
}

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

li {
	margin: 0px 0px 4px 20px;
	font-size: 11pt;
	color: #666;
}

.edit {
	padding: 1px;
	margin: 0px;	
	font-size: 9pt;
	height: 15px;
}

.prodTitleLink {
	font-weight: bold;
}

#productList {
	border: 1px solid #d0e2f0;
	padding: 2px;
	padding: 6px 12px 12px 12px;
}

.group1 {
	border: 1px solid #d0e2f0;
	padding: 2px;
}

.group1 h2 {
	height: 31px;
	line-height: 32px;
	background-color: #b1dc68;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	font-family: helvetica, arial;
	padding-left: 8px;
	margin-bottom: 2px;
}

.imgCaption {
	color: #777;
	font-size: 7.5pt;
	text-align: center;
	padding: 0px 0px 4px 0px;
}

.groupHeader {
	background-color: #82b3dd;
	padding: 5px 4px 4px 8px;
}

.groupHeader h2 {
	color: #fff;
	font-family: helvetica, arial;
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
}

.infoBox {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d0e2f0;
}

.infoBox tr th {
	padding: 2px;
}

.infoBox tr th h2 {
	background-color: #82b3dd;
	text-align: left;
	font-size: 11.5pt;
	font-weight: bold;
	font-family: helvetica, arial;
	color: #fff;
	padding: 4px 4px 4px 8px;
	margin: 0px;
}

.infoBox tr th h3 {
	background-color: #aed6f2;
	text-align: left;
	font-size: 11.5pt;
	font-weight: bold;
	font-family: helvetica, arial;
	color: #fff;
	padding: 4px 4px 4px 8px;
	margin: 0px;
}

.infoBox td {
	padding: 8px 16px 8px 16px;
	margin: 0px;
	font-size: 10pt;
}

.infoBox td p {
	font-size: 10pt;
	margin: 0px 0px 6px 0px;
}

.infoBox td a {
	font-size: 10pt;
	font-weight: bold;
}

.shoppingCart {
	width: 100%;
	margin: 16px 0px 24px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	text-align: left;
}

.shoppingCart th {
	background-color: #99b9d5;
	color: #fff;
	padding: 6px 4px 6px 8px;
	font-size: 11pt;
}

.shoppingCart td {
	padding: 6px;
	font-weight: bold;
	color: #444;
}

.shoppingCart input {
	border: 1px solid #b1dc68;
	padding: 2px;
	text-align: center;
}

.cartSubItem td {
	font-size: 9pt;
}

.cartTotal {
	font-size: 15pt;
	font-weight: bold;
	padding: 24px 12px 24px 0px;
	color: #444;
}

.estimateShipping {
	margin-top: 24px;
	border: 1px solid #d0e2f0;
	background-color: #f6eed4;
	padding: 8px;
	width:292px;
}

.estimateShipping input {
	font-size: 9pt;
	height: 16px;
}

.estimateShipping .dataForm td {
	vertical-align: middle;
}

#shipPrices td {
	font-size: 9pt;
}

.estimateShipping button {
	padding: 0px;
	width: 48px;
	font-size: 10pt;
	height: 21px;
}

.thumbnail, .thumbnailSel {
	float: left;
	width: 64px;
	border: 1px solid #ccc;
	margin: 6px 6px 0px 0px;
}

.thumbnailSel {
	border: 1px solid #b1dc68;
}

.thumbnail img, .thumbnailSel img {
	border: none;
}

.breadcrumbs {
	position: absolute;
	top: -40px;
	left: 197px;
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	border-left: 1px solid #fff;
/*	background: #ffbad2 url('../image/bcbg.gif') left top; */
	background-color: #f8b8d2;
	width: 732px;
	color: #fff;
	font-size: 11pt;
}

.breadcrumbs a {
	font-size: 11pt;
	color: #fff;
}

.prodPrice {
	color: #b1dc68;
	font-weight: bold;
	font-size: 20pt;
}

.prodPriceLabel {
	font-size: 12pt;
	font-weight: bold;
}

.dataForm {
	margin: 0px;
	border: none;
}

.dataForm tr th {
	text-align: left;
	margin: 0px;
	padding: 8px 2px 2px 2px;
	font-size: 10pt;
}

.dataForm tr td {
	margin: 0px;
	padding: 2px;
	vertical-align: bottom;
}

.dataForm tr .errorField {
	margin: 0px;
	padding: 2px;
	background-color: #fcfcc1;
	border: 1px solid #f1a543;
	color: #d26718;
}

.dataForm tr .errorField p {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px 0px 2px 2px;
	color: #e78a1d;
}

.checkoutCart {
	border: 1px solid #d0e2f0;
	margin: 0px 0px 16px 0px;
}

.checkoutCart table {
	width: 100%;
	border-collapse: collapse;
}

.checkoutCart tr th {
	background-color: #b1dc68;
	border: 0px solid #b1dc68;
	border: 2px solid #fff;
	color: #fff;
	text-align: left;
	padding: 4px 6px 4px 6px;
}

.checkoutCart tr td {
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #d0e2f0;
	font-size: 10.5pt;
	font-weight: bold;
	color: #444;
}

.checkoutCart .cartSubItem td {
	font-size: 9pt;
	color: #666;
}

.receipt {
	border: 2px solid #000;
	margin: 0px 0px 16px 0px;
}

.receipt table {
	width: 100%;
	border-collapse: collapse;
}

.receipt tr th {
	color: #000;
	text-align: left;
	padding: 4px 6px 4px 6px;
	font-size: 10.5pt;
}

.receipt tr td {
	padding: 4px 6px 4px 6px;
}

.errorBox {
	border: 1px solid red;
	margin: 0px 0px 16px 0px;
	background-color: #fbdacf;
	padding: 12px;
	color: red;
}

.errorBox h2 {
	font-family: arial, helvetica;
	font-size: 11pt;
	color: red;
	font-weight: bold;
}

.errorBox p {
	font-weight: bold;
}

.orderList {
	width: 100%;
}

.orderList th {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #c13100;
}

.orderList td {
	font-size: 11pt;
}

.aButton {
	background-color: #b1dc68;
	padding: 5px 12px 5px 12px;
	color: #fff;
	font-size: 10.5pt !important;
	font-family: helvetica, arial;
	font-weight: bold;
	border: 1px solid #9cbd43;
	text-decoration: none;
	height: 28px;
	position: relative;
	vertical-align: 2%;
}

.hr {
	border-top: 1px dashed #b8ac96;
	height: 12px;
	margin-top: 14px;
}

.hl1 {
	color: #7eafd4;
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 12pt
}

.hl2 {
	color: #fe93b3;
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 12pt
}

.hl3 {
	color: #9dd044;
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 12pt
}

.error p {
	color: red;
	font-weight: bold;
}

#banner{
	width: 717px;
	height: 190px;
	background: transparent url('../image/banner.jpg');
	float: right;
	margin-top: 8px;
}
#banner div{
	padding: 20px;
}

#banner .span1{
	font-size: 33px;
	color: #a09c7a;
	font-family: helvetica, arial;
	font-weight: bold;
}

#banner .span1 a{
	color: #598bb1;
	font-size: 33px;
	text-decoration: none;
	font-family: helvetica, arial;
	font-weight: bold;	
}

#banner .span2{
	font-size: 28px;
	color: #a09c7a;
	font-family: helvetica, arial;
	margin-top:40px;
	display: block;
}

#banner .span2 a{
	color: #598bb1;
	font-size: 28px;
	text-decoration: none;
	font-family: helvetica, arial;
}

