body{
	font: 80% verdana;
	color: #666666;
	margin: 0px;
	background: #ffffff url('images/') repeat-y left top;
	}

p{
	text-indent: 2em;
	line-height: 110%;
}

a { 
	color: #FDFCE3;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


.logo{
	background: transparent url('images/') no-repeat top left;
}

h1{
	font-size: 130%;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	letter-spacing: 2px;
	font-style: italic;
}

h2{
	display: inline;
	font-size: 110%;
	padding-right: 10px;
}

h3{
	font-size: 100%;
	padding-left: 10px;
}

input{
	font-size: 90%;
}

.button{
	padding: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background-color: #efefef;
	text-align: center;
	font-size: 85%;
	color: #666699;
	font-weight: bold;
}

div.logocontainer{
	background: #ffffff url('images/') repeat-y top right;
	margin: 0px;
}

img.logoimg{
	text-align: left;
	vertical-align: middle;
}

div.container{
	text-align: center;
}

div.linkscontainer{
	margin-left: 20px;
	margin-right: 20px;

}

div.links{
	text-align: center;
	background-color: #F3B93B;
	padding: 3px;
	border: 1px solid #413647;
	font-size: 80%;
}

.sidebarcontainer{
	position: absolute;
	left: 17px;
	width: 150px;
	z-index: 2;
	margin-top: 30px;
	height: 100%;
}

.catcontainer{
	text-align: center;
	background-color: #F1D77E;
	border: 1px solid #413647;
}

.sidebar{
	padding: 3px;
	height: 100%;
}

.contentcontainer{
	margin-left: 170px;
}

.content{
	padding: 10px 20px 20px 10px;
	margin-right: 140px;
}

.contentnofeature{
	padding: 10px 20px 20px 10px;
	text-align: left;
}

.featitemcontainer{
	position: absolute;
	top: 70px;
	right: 10px;
	margin-right: -15px;
	width: 150px;
	z-index: 2;
}
/* hide the following from IE5-Mac \*/
.featitemcontainer {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */


.featitem{
	border: 1px dashed #cccccc;
	padding: 2px;
	margin: 8px;
}

.categorylinks{
	text-align: left;
	padding: 4px;
	background-color: #F3B93B;
}

.categorylinks a{
	color: #413647;
}

.bottomcontainer{
	float: left;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
}

.bottom{
	font-size: 85%;
	color: #413647;
	text-align: center;
	background-color: #F3B93B;
	padding: 3px;
	margin-right: 20px;
	margin-left: 10px;
	border: 1px solid #413647;
}

div.viewcartcontainer{
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px dotted #F3B93B;
	border-left: 1px dotted #F3B93B;
	background-color: #FDFCE3;
}

div.viewcartcontainer a{
	color: #666699;
	text-decoration: none;
}

div.viewcart{
	margin: 8px;
	padding: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background-color: #efefef;
	text-align: center;
	font-size: 85%;
}

div.viewcart a{
	color: #666699;
	text-decoration: none;
}

div.checkoutcontainer{
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px dotted #F3B93B;
	border-left: 1px dotted #F3B93B;
	background-color: #FDFCE3;
}

div.checkoutcontainer a{
	color: #666699;
	text-decoration: none;
}
	
div.checkout{
	margin: 8px;
	padding: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background-color: #efefef;
	text-align: center;
	font-size: 85%;
}


div.myaddress{
	background-color: #F3B93B;
	padding: 3px;
	margin: 3px;
	margin-top: 0px;
	font-size: 80%;
	border: 1px solid #413647;
	color: #413647;
}

/* product related */
div.products1{
	position: relative;
	padding: 8px;
	background-color: #F3B93B;
	margin-top: 5px;
	border: 1px solid #413647;
}
div.product1{
	border: 1px solid #FDFCE3;
	background-color: #ffffff;
}

img.prod1{
	position: relative;
	border: 0px;
	text-align: left;
	margin: 5px;

}

p.prodtitle{
	font-weight: bold;
	font-size: 90%;	
	text-indent: 0px;
}

p.price{
	font-size: 90%;
	text-indent: 0px;
	
}

p.moreinfo{
	text-align: right;
	font-size: 85%;
	padding-right: 4px;
}

p.moreinfo a{
	color: #666699;
}

div.pager{
	text-align: center;
	font-weight: bold;
	font-size: 85%;
	width: 100%;
}

div.pager a{
	color: #413647;	
}

/* end product-related */
