/*
jquery.ui.theme.css
jquery.ui.core.css
jquery.ui.button.css
jquery.ui.dialog.css
*/

#noJSWarning { 
	margin:0 auto;
	width:98%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	padding:1px;
	z-index:1000;
	background:#FCC;
	color:#000;
	font:100% arial;
	text-align: center;
}

.noDisplay { display:none; }

#searchMore {
		padding:14px; 
		border-width:1px; 
		margin-top:22px;
		border-style:solid; 
		width:168px; 
		z-index:1000; 
		background:#FFF; 
		position:absolute;

} 


.ui-effects-transfer { border: 2px dotted gray; } 

.ajaxCartErrorHeading { color:red; text-transform: uppercase; text-align:center; margin:12px; font-weight:bold;}
.ajaxCartAddedHeading { color:green; text-transform: capitalize; text-align:center; margin:10px; font-weight:bold; }

.outlinemenu{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 180px; /*default width of menu*/
	overflow-x: hidden;
}
