.help, .help A { color: #d94902; font-style:italic; }
.error, .error A { color: #CC0000; font-weight: bold; }
.required, .required A { color: #CC0000; font-weight: bold; }

p.help {clear:both;}

p.required {
	clear:both;
	width:90%;
	margin:0 0 5px 0;
	padding-left:5px;
	position:relative;
	}
p.required em {
	position:absolute;
	display:block;
	top:0;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
/*-- Button Styles --*/
.button {
	background-color: #5d5656;
	background-image:url(/images/button_gloss.png);
	background-repeat:repeat-x; background-position:left 3px;
	color: #fff;
	margin: 0;
	width:auto;
	overflow:visible;
	border:none;
	font-size:11px;
	padding:2px 8px;
/*	_padding:2px 6px 1px 6px;*/
	font-family:Arial, Helvetica, sans-serif;
}
	

.button:hover { background-color:#423b3b;}/*--Hover will work on modern browsers only--*/

.button1 {

	background-color: #224f72;
	background-image:url(/images/button_gloss.png);
	background-repeat:repeat-x; background-position:left 3px;
	color: #fff;
	margin: 0;
	width:auto;
	overflow:visible;
	border:none;
	font-size:10px;
	padding:2px 8px;
/*	_padding:2px 6px 1px 6px;*/
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
	

.button1:hover { background-color:#423b3b;}/*--Hover will work on modern browsers only--*/


.button2 {
	float: left;
	background-color: #ba2b0b;
	background-image:url(/images/button_gloss.png);
	background-repeat:repeat-x; background-position:left 3px;
	color: #fff;
	margin: 0;
	padding: 2px 0px;
	width:auto; 
	overflow:visible;
	border:none;
	font-size:10px;
	padding:2px 4px 3px 4px;
	_padding:3px 4px 2px 4px;
	font-weight:bold;
}
	

.button2:hover { background-color:#f73003;}/*--Hover will work on modern browsers only--*/

.buttonCart {
	background-color: #5d5656;
	background-image:url(/images/button_gloss.png);
	background-repeat:repeat-x; background-position:left 3px;
	color: #fff;
	margin: 25px 5px 0 0;
	width:auto;
	overflow:visible;
	border:none;
	font-size:11px;
	padding:2px 8px;
/*	_padding:2px 6px 1px 6px;*/
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}
	

.buttonCart:hover { background-color:#423b3b;}/*--Hover will work on modern browsers only--*/


/*-- image replacement submit button --*/

.submitBtn {
	float:left;
	height:20px;
	width:50px;
	}

.submitBtn a:link, .submitBtn a:visited {
	display:block;
	height:20px;
	width:50px;
	background:url(/images/submitBtn.gif) no-repeat;
	text-indent: -9000px;
	:-moz-any-link:focus;
	outline: none;
	}
.submitBtn a:hover {
	background: url(/images/submitBtnHover.gif) no-repeat;
	}
.fieldset1 .buttonWrap {
	padding:0 0 0 130px;
	}
.fieldset1.stacked .buttonWrap {
	padding:0 0 0 0;
	}
/* -- validatation -- */
.validate {
	margin: 0 5px;
	background: url(/images/icon_alert.png) no-repeat left top;
	height: 20px;
	width: 20px;
	text-indent: -9999em;
	position:absolute;
	right:5px;
	top:5px;
	}
/* -- validate summary -- */
.validateSummary {
	color:#CC0000;
	clear:both;
	font-size:13px;
	font-weight:bolder;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#fdfdd2;
	float:left;
	border:1px solid #CC0000;
	}
.validateSummary ul {
	font-size:12px;
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	}
.validateSummary li {
	margin:0;
	padding:0 20px 0 21px;
	line-height:20px;
	background:url(images/icon_alert.png) no-repeat;
	}

/*-----------------------NEW FIELDSETS--------------------------------------*/

/* -- fieldset1 ------------------------------------------------------------------------ 
This is 850 PX wide and should be used on Full Screen Forms that are contained in Tabs such as the /aspx/Store/Checout.aspx. This fieldset is 2 columns*/

.fieldset1 {
	background-color:#fff;
	float: left;
	border:1px solid;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	clear:both;}
	
.fieldset1 h2 {
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #4C6F91 url(/images/bg1.gif) repeat-x;  
background-color:red;
	font-weight: bold;
	color:#FFFFFF;
	width:840px;}

.fieldset1 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
	
.fieldset1 ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	width:850px;
/*	background-color:green;*/
	float:left;
	}
.fieldset1 li {
	float:left;
	width:415px;
	margin: 0 0 6px 0;
	padding:0 0 0 10px;
	position:relative;
	/*background-color:yellow;*/
	}
.fieldset1 li.alt {
	background-color: #EEEEEE;
	}
.fieldset1 li label {
	width:125px;
	padding:3px 0 0 5px;
	float:left;
	font-weight:bold;
	/*position:relative;
	background-color:blue;*/
	}
.fieldset1 li label.required em {
	position:absolute;
	display:block;
	top:2px;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
.fieldset1 li label.fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset1 li.radio label {
	padding-left:5px;
	}
.fieldset1 li .fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset1 .help {
	clear:both;
	display:block;
	margin: 0 20px 0 130px;
	}

.fieldset1.stacked li label {width:100%;}
.fieldset1.stacked .help {display:block; margin:0;}

.fieldset1 ul li table.radio {
	padding:0;
	border-collapse: collapse;}

.fieldset1 ul li table.radio td {
	padding: 0;}
	
.fieldset1 .radio label  {
	display:inline;
	clear: none;
	float:none;
	font-weight:normal;
	padding:0 15px 0 0;}
	
.fieldset1 .radio input {
	float: none;}




/* -- fieldset2 ------------------------------------------------------------------------
this fieldset is to be used on the My Account Section when there is a left hand navigation column --- */

.fieldset2  {
	float: left;
	clear:both;
	border: 1px solid #5A87C8;
	margin: 0 0 20px 0;
	padding: 0;
	width:630px;
	background-color:#fff;
	}
.fieldset2 h2 {
	width:620px;
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	font-weight: bold;
	color:#FFFFFF;
	background:#5A87C8 url(/images/nav_gradient.png) repeat-x left bottom; 
	}
.fieldset2 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
.fieldset2 ul {
	width:630px;
	list-style:none;
	margin: 0;
	padding: 0;
	}
.fieldset2 li {
	float:left;
	width:300px;
	margin: 0 0 0 0;
	padding:5px 0 5px 15px;
	position:relative;
	}
.fieldset2 li.alt {
	background-color: #EEEEEE;
	}
.fieldset2 li label {
	width:300px;
	padding:3px 0 0 0px;
	float:left;
	font-weight:bold;
	position:relative;
	display:block;
	}
.fieldset2.stacked li label {
	width:100%;
	}
.fieldset2 li label.required em {
	position:absolute;
	display:block;
	top:2px;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
.fieldset2 .help {
	display:block;
	margin: 0 0 0 75px;
	}
.fieldset2.stacked .help {
	display:block;
	margin: 0 0 0 0;
	}

.fieldset2 ul li .select {}

.fieldset2 p { clear:both;}
.fieldset2 p input { margin:10px 0 0 15px;}


/* -- fieldset3 ---------------------------------------------------------------------
this is used one the "add shipping Address" portion of the checkout -- */


.fieldset3 {
	float: left;
	border:1px solid;
	margin: 0px 0 20px 0;
	_margin:20px 0 0 0;
	padding: 0 0 20px 0;
	clear:both;
	background-color:#fff;
	width:730px;
	
	}
.fieldset3 h2 {
	
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #4C6F91 url(/images/bg1.gif) repeat-x;
	font-weight: bold;
	color:#FFFFFF;}

.fieldset3 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
.fieldset3 ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	width:730px;
	}
.fieldset3 li {
	float:left;
	margin: 0 0 0 0;
	width:350px;
	padding:0 0 0 15px;

	}
.fieldset3 li.alt {
	background-color: #EEEEEE;
	}
.fieldset3 li label {
	width:350px;
	padding:3px 0 0 0px;
	float:left;
	font-weight:bold;
	position:relative;
	display:block;
	}
.fieldset3 li label.required em {
	position:absolute;
	display:block;
	top:2px;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
.fieldset3 li label.fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset3 li .fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset3 .help {
	clear:both;
	display:block;
	margin: 0 20px 0 130px;
	}
.fieldset3 ul li .input {width:200px; border:1px solid #496d8f;}
.fieldset3 ul li .input.w600 {width:570px; border:1px solid #496d8f;}
.fieldset3 ul li .select {border:1px solid #496d8f;}

.fieldset3 li.wide {width:640px; float:left; /*background-color:green;*/ padding:0 0 0 30px;}


/* -- fieldset4 ---------------------------------------------------------------------
this is used for the "gift certificate" form on the product detail -- */


.fieldset4 {
	float: left;
	border:1px solid;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	clear:both;
	background-color:#fff;
	width:245px;
	
	}
.fieldset4 h2 {
	
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #cf852c url(/images/bg2.gif) repeat-x;
	font-weight: bold;
	color:#FFFFFF;
	width:235px;}

.fieldset4 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
.fieldset4 ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	width:245px;
	}
.fieldset4 ul li {
	float:left;
	margin: 0 0 0 0;
	width:235px;
	padding:0 0 0 10px;

	}
.fieldset4 li.alt {
	background-color: #EEEEEE;
	}
.fieldset4 li label {
	padding:0px 0 0px 0;
	width:190px;
	float:left;
	font-weight:bold;
	position:relative;
	display:block;
	}
.fieldset4 li label.required em {
	position:absolute;
	display:block;
	top:2px;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
.fieldset4 li label.fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset4 li .fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset4 .help {
	clear:both;
	display:block;
	margin: 0 20px 0 130px;
	}
.fieldset4 ul li table.radio input { float:left;}
.fieldset4 ul li table.radio label { float:left; width:150px; padding:0 0 0px 5px;}

/* -- fieldset5 -- */
.fieldset5 {
	background-color:#fff;
	float: left;
	border:1px solid;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	clear:both;}
	
.fieldset5 h2 {
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #4C6F91 url(/images/bg1.gif) repeat-x;
background-color:red;
	font-weight: bold;
	color:#FFFFFF;
	width:912px;}

.fieldset5 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
	
.fieldset5 ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	width:920px;
/*	background-color:green;*/
	float:left;
	}
.fieldset5 li {
	float:left;
	width:450px;
	margin: 0 0 6px 0;
	padding:0 0 0 10px;
	position:relative;
	/*background-color:yellow;*/
	}
.fieldset5 li.alt {
	background-color: #EEEEEE;
	}
.fieldset5 li label {
	width:125px;
	padding:3px 0 0 5px;
	float:left;
	font-weight:bold;
	/*position:relative;
	background-color:blue;*/
	}
.fieldset5 li label.required em {
	position:absolute;
	display:block;
	top:2px;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
.fieldset5 li label.fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset5 li.radio label {
	padding-left:5px;
	}
.fieldset5 li .fullWidth {
	display: block;
	float: none;
	width: 100%;
	}
.fieldset5 .help {
	clear:both;
	display:block;
	margin: 0 20px 0 130px;
	}

.fieldset5.stacked li label {width:100%;}
.fieldset5.stacked .help {display:block; margin:0;}

.fieldset5 ul li table.radio {
	padding:0;
	border-collapse: collapse;}

.fieldset5 ul li table.radio td {
	padding: 0;}
	
.fieldset5 .radio label  {
	display:inline;
	clear: none;
	float:none;
	font-weight:normal;
	padding:0 15px 0 0;}
	
.fieldset5 .radio input {
	float: none;}
	
