.storeform {}

/* List categories and products styles*/
.categorylink {

}

.productlink {

}

.pricetext {

}

.price {

}

.listpricetext {

}

.listprice {

}

.yousavetext {

}

.yousave {

}


.prevbutton {

}

.nextbutton {

}

.addtocart {
	font-family: verdana, arial;
	font-size: 10px;
	color:#ffffff;
	font-weight: bold;
	background-color: #033965;
	border: 1px solid #424140;
}

.addtocartActive {	
	font-family: verdana, arial;
	font-size: 10px;
	color:#033965;
	font-weight: bold;
	background-color: #BBD3E7;
	border: 1px solid #424140;
}

#itemimage {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*  Cart Buttons  */
/* cart colors should be defined in header file.  */

.keepshopping {

}

.checkout {

}