#shopping_cart {
  width: 200px;
}

#shopping_cart ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font: normal 110% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
#shopping_cart li {
	list-style: none;
  	margin-left: 0;
	padding-left: 0;
	
}

#shopping_cart div.title {
	color: #2175bc;
	border-bottom: 1px solid #2175bc;
	padding: 1px 0;
	padding-left: 2%;
	font: bold 130% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
#shopping_cart h4{
	font-size: 100%;	
}
#shopping_cart p{
	padding-left: 40px;
}

#cart_notice {
	padding: 1em; 
	margin-bottom: 2em; 
	background-color: #f0f0f0;
}



#checkout fieldset { 
  border-top: 1px solid #efefef; 
  border-left: 1px solid #efefef; 
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc; 
  padding: 1em 1em 1em 1.5em; 
  width: 300px; 
  margin-bottom: 10px; 
} 

#checkout fieldset:hover { 
  border: 1px solid #3A789D; 
} 

#checkout legend { 
  	font: bold 110% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

} 

#checkout fieldset input { 
  margin: 1px; 
} 

#order_card_verification_value { 
  width: 50px; 
} 

#checkout fieldset input:focus { 
  background-color: #cccccc; 
} 

#checkout input { 
  margin: 1px; 
}

#checkout input:focus { 
  background-color: #cccccc; 
} 

