@charset "utf-8";
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
	font-size: small;
	top: 0px;
	bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	bottom: 0px;
	top: 0px;
	height: 145%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0D018B;
	margin-top: 0px;
}
a {
	color: #0D018B;
}

/* Used for product line in the shopping cart */
.Products {
	line-height: normal;
	padding-right: 6px;
	font-size: xx-small;
	font-weight: normal;
}

/* text input area in the shopping cart */
input.CartItemCount{
	width: 15px;
	font-size:x-small;
	color:#FF6600;
	border-color:#FF6600;
	border-style:solid;
	border-spacing: 1px;
	border-width:1px;
	margin-top: 2px;
	}

/* the style common to both buttons in the shopping cart */
.CartButtons{
	font-size: small;
	color:#FF6600;
	background-color:#FFFFFF;
	cursor: hand;
	margin-left: 0px;
	margin-right: 10px;
	
}

/* the container for the buttons in the shopping cart */
#small_cart_controls{
margin-top: 10px;
	
}

/* style specific for the checkout button */
#checkoutButton{
	border-color:#FF6600;
	border-style:solid;
	border-width:1px;
}

/* style specific for the update button */
#updateButton{
	border-color:#FF6600;
	border-style:solid;
	border-width:1px;
}

#cart_layout{
	margin-top: 15px;
	margin-bottom: 15px;
}
#small_cart_total{
	margin-top: 10px;
	line-height: normal;
	padding-right: 6px;
	padding-left: 0px;
	font-size: x-small;
	font-weight: normal;
}
#LogOut{
font-size:xx-small
}
#Update{
font-size:xx-small;
margin-left:10px;
}

#dynamic{
margin-top:20px;
margin-left:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size: small;
}
#dynamic a{
color:#FF6600;
}

#AddButton{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-size: small;
}
#AddButton a{
font-size: small;
color:#FF6600;
}
a.shopcolor{
color:#FF6600;
}
.orange {
	color: #F60;
}

