/**
 *
 * CartXE CLIENT CSS File
 *
 * Use this file to override the base styling or to customize any styles specific to your site
 * 
 * 
**/





#xe h4 {
	background-color:transparent;
	border-bottom:3px solid #CC8C1E;
}



.xe-fielderror {
	background-color:#990000;
	color:white;
}



/* =Loader Styles ---------------------------------------- */


/* Remember that the following class is NOT contained within #xe div. Customize to use your own spinner graphic if desired ... */
p.xe-spinner {
	margin-top:50px;
	margin-left:50px;
	padding-left:50px;
	padding-bottom:100px;
	background:url(../img/ajax-loader.gif) no-repeat left 10px;
	color:green;
	font-weight:bold;
	font-size:150%;
}



/* =Catalog ----------------------------------- */

#xe #xe-catalog .xe-product td {
	padding:15px 0;
	border-bottom:1px solid #666;
}


/* =ProductNotices ----------------------------------- */

#xe-catalog .xe-product .xe-product-notices {
}

#xe-catalog .xe-product .xe-product-notices ul {
	margin-top:10px;
	margin-left:25px;
	padding:0;
	list-style-type:disc;
}
#xe-catalog .xe-product .xe-product-notices li {
	margin:0;
	padding:0;
	padding-bottom: 4px;
	font-style: normal;
}




/* =Order Options----------------------------------- */

#orderoption-referrer-fieldset {
 margin:15px 0;
}

