/* INPUT FIELDS AND BUTTONS */

.storebutton {   
   color:#050;   
   font: bold 10px 'tahoma',helvetica,sans-serif;  
   line-height: 16px;
   min-height: 18px;
   height: 18px; 
   background-color:#fed;   
   border: 1px solid;   
   border-color: #696 #363 #363 #696;   
   filter:progid:DXImageTransform.Microsoft.Gradient
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
   vertical-align: middle;
   text-align: center;
   padding: 0;
   width: 30px;
}

.storeinput {
    font: 11px 'tahoma',helvetica,sans-serif; 
    border: 1px solid;
	border-color: #c63 #930 #930 #c63;    
    background: #ffd;
    min-height: 16px;
	height: 16px;
	line-height: 13px;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
}

.genbutton:hover {   
  border-color: #c63 #930 #930 #c63;  
}

.checkoutButton {
color: none;
border: medium none;
font-size: 1px;
margin:0;
padding:0;
width: 166px;
height: 34px;
background-image:url('/images/icons/checkout.png'); 
background-repeat:no-repeat; 
background-position-x:50%; background-position-y:50%
}


.emptycartButton {
color: none;
border: medium none;
font-size: 1px;
margin:0;
padding:0;
width: 166px;
height: 34px;
background-image:url('/images/icons/emptycart.png'); 
background-repeat:no-repeat; 
background-position-x:50%; background-position-y:50%
}


.continueButton {
color: none;
border: medium none;
font-size: 1px;
margin:0;
padding:0;
width: 166px;
height: 34px;
background-image:url('/images/icons/continue.png'); 
background-repeat:no-repeat; 
background-position-x:50%; background-position-y:50%
}



#store_container {
    float: left;
	display: inline;    
	width: 805px;
	margin-left: 5px;
	padding: 0;
	font-size: 13px;
}

#store_left {
	float: left;
	display: inline;
	width: 510px;
}

#shop_header {
	margin-top: 5px;
	display: block;
	padding: 0px;
}

#shop_header h1 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	margin-bottom: 0;
}

#shop_Details {
	display: block;
	padding-left: 5px;
	width: 470px;
	font-weight: bold;
	font-size: 12px;
	font-color: blue;
	padding-bottom:5px;
	padding-right:5px;
	margin-bottom: 10px;
}

div.shopItem {
	float: left;
	display: inline;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 160px;
	height: 220px;
}

img.shopItem {
	display: block;
	border: 1px solid #AAAAAA;
	text-align: center;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

h3.checkout {
margin-left: 50px;
}


p.add_error {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 11px;
}

p.add_success {
	text-align: center;
	color: blue;
	font-weight: bold;
	font-size: 11px;

}

#shopButtons p {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1.shopItem {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	border: 0;
	text-align: center;
}

h2.shopItem {
	font-size: 11px;
	font-weight: normal;
	margin: 2px;
	border: 0;
	padding: 0;
	text-align: center;
}	

p.shopItem {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	border: 0;
	text-align: center;
}


.store_label {
	float: left;
	display: inline;
	width: 150px;
	padding-right: 10px;
	margin: 2px;
	text-align: right;
	line-height: 18px;
}

.store_field {
	float: left;
	display: inline;
	width: 250px;
	padding-left: 5px;
	margin: 2px;
	line-height: 18px;
}


dl.store {
	list-style: none;
	text-indent: none;
}

dl.store dt {
	list-style: none;
	font-size:14px;
	font-weight: bold;
}

dl.store dd {
	list-style: none;
	font-size:12px;
	text-indent: 0px;
	margin: 1px;
	
}

#store_right {
	float: left;
	display: inline;	
	width: 280px;
	margin: 5px;
	border: 1px solid #aaa;
	background: #fec
}

#cart {
}

#cart h1 {
	font-size:18px;
	font-weight: bolder;
	padding: 5px;
	text-align: center;
}


#cart ul {
	list-style: none;
	padding:0;
	margin:8px;
	text-indent: 0;
}

#cart ul li {
	font-size: 11px;
	text-align: right;
}

#cart_subtotal {
	margin: 8px;
	text-align: right;
	border-top: 1px solid #888888;
	font-weight: bold;
	padding: 1px;
}

.cart_buttons {
	margin: 5px;
	text-align: center;
}
