/*----------------------Meyer's CSS reset----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
/*.credit_limit {
	float:right;
	padding:0 7px 0 0;
	clear:none;
	}*/
	
.half-box .zone-description  ul.delivery_address {
	padding:4px 0 4px 6px;
	}
	
.half-box .zone-description  ul.delivery_address li{
	padding:0;
	margin:0;
	}

/*------------------------End Meyer's CSS Reset-------------------*/

/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	/*background: url(../images/main-bg-repeat.gif) left top repeat #575e61;*/
	
	/*background: url(../images/worldcup-england-bg.jpg) center top no-repeat #636a6d;*/
	/*background-attachment: fixed;*/
	
	background: url(../images/homepageXmasbg.jpg) center top repeat-x #a9b8c2;
	
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	

img{
	border: none;
	}

a{
	color: #2a89ff;
	}

a:hover, a:focus{
	text-decoration: underline;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

.hide{
	display: none;
	}

h1{
	float: left;
	width: 830px;
	color: #5c727f;
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	display: block;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #b2bdc2;
	}


h2{
	float: left;
	width: 830px;
	color: #5c727f;
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	display: block;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #b2bdc2;
	}



.small{
	font-size: 80%;
	}

.alert{
	color: #ff5704;
	}

.highlighted{
	border: #00FF99;
	}
.form_warnings{
	float: left;
	clear: both;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	color: #D71056;
	font-size: 90%;
	}
	
	
#content-container .cms-page h2{
	/*----------style from 2010-01-19---------*/
	/*float: left;
	width: 810px;
	color: #5c727f;
	font-weight: bold;
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	display: block;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #b2bdc2;*/
	
	float: left;
	width: 100%;
	color: #5c727f;
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	display: block;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #b2bdc2;
	}

#content-container .cms-page h3{
	float: left;
	width: 810px;
	color: #000;
	font-weight: bold;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	display: block;
	margin: 10px 0 0 0;
	}
#content-container .cms-page h4{
	color: #5c727f;
	font-size: 110%;
	border-bottom: 1px solid #5c727f;
	}
	#content-container .cms-page ul{
		float: left;
		width: 770px;
		padding: 0 0 3px 0;
		display: inline;
		margin: 5px 0 15px 20px;
		font-size: 85%;
		}
		#content-container .cms-page ul li{
		float: left;
		width: 100%;
		padding: 0 0 3px 0;
		display: inline;
		margin: 0;
		}