.storeform {}

/* List categories and products styles*/
.categorylink {
	font-size: 11px;
}

.productlink {

}

.pricetext {

}

.price {

}

.listpricetext {

}

.listprice {

}

.yousavetext {

}

.yousave {

}


.prevbutton {

}

.nextbutton {

}

.addtocart {}


#itemimage {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*  Cart Buttons  */
/* cart colors should be defined in header file.  */

.keepshopping {
	background-color: #fff68f;
}

.keepshoppinghover {
}

.checkoutBtn {
background-color: #fff68f;
}

.checkoutBtnHover {
	background-color: #FFF9BC;
}