@charset "utf-8";
/* CSS Document */

#productBox-top	{
	background: transparent url(/images/store/store_textbox1.png) no-repeat 0 0;
	width: 600px;
	height: 22px;
	margin-left: 100px;
	clear:both;
}
#productBox	{
	background: transparent url(/images/store/store_textbox1.png) no-repeat bottom;
	width: 510px;
	margin-left: 100px;
	padding:20px 45px 20px 45px;
	clear:both;
}
#productImage {
	float: left;
}

#productImage img {
	border: 2px solid #7F6F55; 
	padding: 2px;

}

#productSpecs{
	float: left;
	width: 200px;
	margin-left:30px;
	font-size:16px;
	text-align:left;
}
#detailDescription-top	{
	background: transparent url(/images/store/store_textbox2.png) no-repeat 0 0;
	width: 600px;
	height: 22px;
	margin-left: 100px;
	margin-top:20px;
	clear:both;
}
#detailDescription	{
	background: transparent url(/images/store/store_textbox2.png) no-repeat bottom;
	width: 550px;
	margin-left: 100px;
	padding:5px 25px 20px 25px;
	clear:both;
}
#addBasket {
	display:inline;
	position:relative;
	top:5px;
}
.productColumn {
    float:left;
	width:280px;
	padding-right: 10px;
	text-align:center;
}
.categoryRow {
    float:right;
    margin: 10px 0;
    width:590px;
}
.catProductBox-top	{
	background: transparent url(/images/store/store_productbox.png) no-repeat 0 0;
	width: 260px;
	height: 22px;
}
.catProductBox	{
	background: transparent url(/images/store/store_productbox.png) no-repeat bottom;
	width: 220px;
	padding:20px 20px 20px 20px;
}
.catProductBox img{
	border: 2px solid #7F6F55; 
	padding: 2px;
}
.listHeader {
	background-color: #B8AB88; 
	color: #000;
    height:20px;
    padding: 4px 5px; 
	border-top: 4px solid #928769; 
	}
#cart_checkout_icons_top{
	float:right;
	width:200px;
}
#viewcart_top	{
	background: url(/images/store/view_cart.jpg);
	height: 40px;
	width: 124px;
	float:right;
	margin-bottom:15px;
}
#checkout_top	{
	background: url(/images/store/checkout.jpg);
	height: 40px;
	width: 124px;
	float:right;
	margin-left:20px;
}
#cart_checkout_icons_bottom{
	float:right;
	width:300px;
	padding-right:100px;
}
.fieldTypeFont {
	width:140px;
	font-size:10px;
	
}
#totalLine{
	background:url(/images/store/total_owed-border.gif) no-repeat right;
	float:right;
	width:300px;
	height:45px;
	clear:both;
	font-weight:bold;
	font-size:24;
	text-align:right;
	padding-right:43px;
	padding-top:25px;
}
#hand {
	baground:url(/images/store/hand.gif);
	height:42px;
	width:83px;
}
#totalBox-left {
	background:url(/images/store/total_owed-border.gif) no-repeat right;
	height:45px;
	width:196px;
}
#totalBox{
	background:url(/images/store/total_owed-border.gif) no-repeat 0 0;
	height:45px;
	width:196px;
}