body{
	text-align: center;
	margin-top: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1{
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	color: #474747;
}
h2{
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #626262;
}

h3{
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #626262;
}
a{
	color: #941215;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#shopContainer{
	width: 800px;
	text-align: left;
	margin:0 auto;
}

#adminContainer{
	width: 800px;
	text-align: left;
	margin:0 auto;
	border: 1px gray solid;
}

#shopHeader{
	background-image: url(../images/hBack.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom: 30px;
	padding-right: 25px;
}

#shopSearch{
	text-align: right;
}

#shopSearch li{
	display: inline;
}


.shopSearchForm{
	border: 1px solid #aaaaaa;
}

#shopHeader img{
	vertical-align:text-top;
	border-width: 0px;
}

#adminHeader{
	border-bottom: 1px gray solid;
	padding-left: 20px;
}

#shopContent{

}

#adminContent{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.headerMenu{
	display: inline;
}

.listItem{
	float: left;
	width: 200px;
	text-align: center;
}

.itemPrice{
	font-size: 1.5em;
}

.itemTitle a{
	color: #474747;
	font-size: 1em;
	text-decoration: none;
}

.itemTitle a:hover{
	text-decoration: underline;
}

.itemImage{
	border-width: 0px;
	height: 200px;
	width: 200px;
}
 .siteLogo{
 
}
.itemPrice a{
	text-decoration: none;
	color: #941215;
}

.itemPrice a:hover{
	text-decoration: underline;
}

#productHeader{
	text-decoration: none;
}

#productDescription{
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
}

.productImage{
	border-width: 0px;
	height: 250px;
	width: 250px;
	margin-right: 10px;
	float: right;
}
.productTitle{
	color: #474747;
	font-size: 2.5em;
	list-style: none;
}
.productSubtitle{
	color: #626262;
	font-size: 1.5em;
	list-style: none;
}
.productPrice{
	color: #941215;
	font-size: 1.5em;
	list-style: none;
}
.productBasket{
	font-size: 1em;
	list-style: none;
}
.productQuantity{
	border: 1px solid #aaaaaa;
}

.basketEmpty{
	
}
.basketTable{
	width: 100%;
}
.basketTableTop{
	font-weight: bold;
}
.basketTableRemove{
	background-color: #EEEEEE;
	text-align: center;
	width: 12%;
}
.basketTableRemove img{
	border-width: 0px;
}
.basketTableQuantity{
	background-color: #EEEEEE;
	text-align: center;
	width: 12%;
}
.basketTablePrice{
	background-color: #EEEEEE;
	text-align: center;
	width: 12%;
}
.basketTableItem{
	background-color: #EEEEEE;
}
.basketTableTotal{
	background-color: #EEEEEE;
	text-align: right;
	font-weight: bold;
}
.basketStockWarning{
	color: #941215;
	font-weight: bold;
}
.checkoutForm label{
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0em;
	display: block
}
.checkoutForm input{
	margin-left: 5.5em;
	width: 25em;
	border: 1px solid #aaaaaa;
}