@charset "utf-8";
a.cartSummaryLink {color:#eb3d3e; padding:4px; margin:0 0 0 5px}
a.cartSummaryLink:hover{background:#eb3d3e; color:#FFFFFF;}

#catCartDetails a {color:#eb3d3e; text-decoration:none; padding-left:2px; padding-right:2px;}
#catCartDetails a:hover{background:#eb3d3e; color:#FFFFFF;}

.shopItemSml {
	background-color: #e5e5e5;
	padding: 15px;
	width: 350px;
	margin-bottom:16px;
}

.shopItemSml h2,.shopItemSml h3{
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:22px;
}
.shopItemSml h2{
	font-weight:normal;
	float:left;
}
.shopItemSml h3{
	font-weight:bold;
	float:right;
}

.productTextInput{
	width:25px;
	height:20px;
	line-height:20px;
	color:#000000;
	background:#FFFFFF;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right:8px;
}

.cartButton{
	cursor:pointer
}
