* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	background-color: #87775C;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align:center;
}

#wrapper{


width: 770px;
height:auto;
margin: 0 auto;
text-align:left;
}

a:link, a:visited{

color:#333;


}

a:hover{

color:#000;


}

#header h1 {
	font-size: 18px;
	margin: 1em 1.5em;
}

#header a{

position:relative;
float:right;
margin:0 80px 0 0;
}


a.cart{

text-decoration:none;

color:#fff;
padding:10px 10px 10px 30px;
background:#333 url(../images/cart_add.png) 5px 10px no-repeat;


}

a.cart:hover{

text-decoration:none;

color:#333;
padding:10px 10px 10px 30px;
background:#999 url(../images/cart_add.png) 5px 10px no-repeat;


}

img{

border:0;

}


.small{

width:30px;

}

#nav{

	position: relative;
	float:left;
	height: 60px;
	width: 700px;
	margin:20px;


}


#messages{

	position: relative;
	float:left;
	height: auto;
	width: 700px;


}

#shoppingcart {
	position: relative;
	float:left;
	height: auto;
	width: 700px;
	background: #efefef;
	/* border: 1px solid #444; */
	border-bottom:1px solid #ccc;
	
}

#shoppingcart p {
	margin: 0 2em 1em;
}



#shoppingcart ul{

list-style-type:none;
padding:0 0 0 20px;
}

h1 {
	font-size: 16px;
	margin: 1em 1.5em;
}

h2 {
	font-size: 14px;
	
}

#productlist, #contents {
	position: relative;
	float:left;
	width: 700px;
	background: #efefef;
	/* border: 1px solid #333; */
}

#productsOuter{

position:relative;
float:left;
width: 640px;
height:auto;
margin:20px;
display:inline;
}

.productHolder{

position:relative;
float:left;
width: 640px;
height:auto;
margin:20px 0 20px 0;
padding:0 0 40px 0;
border-bottom:1px solid #ccc;
}

.photoHolder{

position:relative;
float:left;
width: 300px;
height:auto;

}

.productInfo{

position:relative;
float:left;
width: 320px;
margin:0 0 0 20px;
height:auto;
display:inline;
}

.productInfo p{

margin:10px 0 10px 0;

}

p.price{

font-size:14px;

}

#myDiv ul {
	list-style-type: none;
}

#myDiv ul li {
	margin: 0;
}

#contents table {
width:100%;
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 1px solid #999;
	width: 25%;
}

#contents button {
	margin: 1.7em;
}

#contents p{

margin: 1.7em;

}

input.submit{

margin: 1.7em;

}

table{

margin:0 0 0 20px;

}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #fff;
	border-left: 1px solid #333;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #333;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background:#333;
	}


td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

form {
	width: 600px;
	text-align: left;
	margin:0 0 0 20px;
}

fieldset {
	margin: 15px 0 5px 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form label {
	display: block;
	width: 300px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin: 3px 0 10px 0;
	
}

form textarea {
	display: block;
	margin: 3px 0 10px 0;
	width:500px;
	height:200px;
}

form input.small {
	display: inline;
	margin: 0;
	
}


#nav ul{

list-style:none;


}

#nav ul li{

position: relative;
float: left;
margin:0 0 0 5px;
}

#item_list li{

border-bottom:1px solid #666;
padding:10px;
background:#fff;
margin:0 0 10px 0;
}



