@IMPORT url("productDetail.css");
@IMPORT url("header.css");
@IMPORT url("footer.css");
@IMPORT url("tabs.css");
@IMPORT url("listings.css");
@IMPORT url("leftListings.css");
@IMPORT url("rightListings.css");
@IMPORT url("bar.css");
@IMPORT url("navbar.css");
@IMPORT url("form.css");
@IMPORT url("checkout.css");
@IMPORT url("featuredItems.css");
@IMPORT url("button.css");
@IMPORT url("basic.css");
.label {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	font-weight: bold;
}	
.heading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
}

.error {
	color: red;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	font-weight: bold;
}

.contentDiv {
	/*width: 950px;*/
	margin: auto; 
	background-color: white; 
	/*padding: 10px;*/
}