@charset "utf-8";
/* CSS Document */

#shop_button {
	color:#666666;
	border: 1px solid #666666;
	font-weight: 500;
	background-color:#d6d6d6;
	background: url(webpilot/shop/button_background.png);
	background-repeat:repeat;
	padding: 2px 10px 2px 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	width: 150px;
	text-align:center;
}
#shop_button a {
	color:#000;
	text-decoration:none;
	font-weight:600;
}
#shop_basket_button {
	color:#666666;
	border: 1px solid #666666;
	font-weight: 500;
	background-color:#d6d6d6;
	background: url(webpilot/shop/button_background.png);
	background-repeat:repeat;
	padding: 2px 10px 2px 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	width: 200px;
	text-align:center;
}
#shop_basket_button a {
	color:#000;
	text-decoration:none;
	font-weight:600;
}
#shop_basket_box {
	color:#333333;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 10px 10px 10px 10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 15px;
}
#shop_basket_box H1 {
	font-size: 1.2em;
	font-weight: 700;
}
#shop_basket_box H2 {
	font-size: 1.1em;
	font-weight: 400;
	background-color:#FFFFFF;
}
#shop_basket_box H3 {
	font-size: 0.8em;
	font-weight: 300;
}
#shop_mini_basket {
	color:#333333;
	border: 1px solid #2a1942;
	background-color:#ffffff;
	padding: 0px 10px 10px 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 15px;
	text-align:center;
	width: 125px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;	
}
#shop_mini_basket H1 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	background-color: #fff;
	color: #2a1942;
	padding: 2px 2px 2px 2px;
	
}
#shop_mini_basket H2 {
	font-size: .9em;
	font-weight: 500;
	background-color: #FFFFFF;
}
#shop_mini_basket a {
	font-size: .9em;
	font-weight: 500;
	background-color: #FFFFFF;
}
.shop_basket_row {
	background-color:#ecf1f9;
}



