/* 
	Legendary CDC
	Master Screen CSS
	Alison Endacott
	10/2008
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}
	
 body {
 	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
 	background: #8a8f95 url(/images/cdc/bg.gif) repeat-x top;
	font-size: 62.5%;
	}
 
 a {
 	color:#FFDF00;
 }
 	a:hover {
		text-decoration: none;
	}
	
	a:visited {
		
	}
 
#container {
	width: 712px;
	margin: 19px auto; /*centers container if there is a width */
	background: #000;
	font-size: 118%;
}
 
 #head {
 	width: 712x;
	height: 126px;
	background: url(/images/cdc/head.jpg) no-repeat;
 }
 
 	h1 {
		text-indent: -9999px;
		overflow: hidden;
	}
	
#content {
	position: relative;
	padding: 0 20px 50px 20px;
	min-height: 369px;
	_height: 369px;
	background: url(/images/cdc/bg-content.jpg) no-repeat bottom;
 }
 
 	fieldset {
		width: 480px;
		margin: 0 auto;
		border: 0;
	}
	
		h2 {
			text-align: center;
			padding: .5em 0; 
			font-size: 140%;
			text-transform: uppercase;
		}
		
		fieldset label {
			display: block;
			width: 230px;
			float: left;
			_display: inline;
			text-align: right;
			padding-right: 5px;
			margin: .7em 0;
			font-weight: bold;
			text-transform: uppercase;
			position: relative;
			top: 3px;
		}
		
		fieldset select {
			float: left;
			width: 200px;
			margin: .7em 0;
			font-size: 90%;
		}
			fieldset select:focus {
				background: #FFDF00;
			}
		
		#Button1 {
			clear:both;
			float: none;
			display: block;
			margin: 1em auto;
			width: 160px;
			cursor: pointer;
			position: relative;
			top: 1em;
		}
		
 
 	#content p {
		text-align: center;
		font-weight: bold;
		padding: 1em 0 1em 0;
		font-size: 110%;
		font-style: italic;
		clear: both;
	}
	

 
 #accessibility {
 	position: absolute;
	left: -9999px;
 }
 

h3 {
	font-size: 120%;
	text-align: center;
	padding: 2em 40px;
	line-height: 2;
}

		
#checkbox {
	width: 500px;
	text-align: left;
	text-transform:none;
}

	#checkbox em {
		color: red;
		font-style: normal;
		text-transform: uppercase;
		font-size: 120%;
	}
	
table {
	text-align: left;
}

	table td {
		text-align: left;
	}

	.CartHeading {
		font-weight: bold;
		padding-bottom: 3px;
	}
	
/* login form */
h5 {
font-size:105%;
margin-bottom:1.5em;
}

#content select {
	position: relative;
	z-index: 1;
}


#content .error {
	display: block;
	background: #FFFDE3;
	border: 1px solid #f00;
	color: #BA395A;
	margin: 1em auto;
	padding: 1em;
	width: 480px;
}
	.error ul {
		margin-left: 1em;
	}

.login h5 {
	font-size: 105%;
	margin-bottom: 1.5em;
}

	a#lBtnYes,
	a#lBtnNo {
		display: block;
		float: left;
	}
	
	.login #content p {
		clear: both;
		display: block;
	}
	
	.login label em {
		font-size: 85%;
		font-style: normal;
			}
#member {
	margin-top: 1em;
}
		
.form-container {
	width: 270px;
	margin: 1em 0;
	position: relative;
}
	#billingInfo,
	#shippingInfo {
		float: left;
	}
	
	.form-container label,
	#member label {
		display: block;
		width: 120px;
		text-align: right;
		margin-top: -.8em;
		
	}
		#member label {
			width: 200px;
			margin: 0;
		}
		
		#member p.forgot {
			font-size: 90%;
			width: 100%;
		}
			p.forgot strong {
				display: block;
			}
	
	#member input#Username {
		position: absolute;
	}
	
	.form-container input,
	.form-container select,
	#member input#Username,
	#member input#Password {
		width: 140px;
		margin-left: 125px;
		position: relative;
		top: -1.2em;
		
		/*border: 1px solid #333;*/
		color: #333;
	}
		#member input#Username,
		#member input#Password  {
			margin-left: 205px;
		}
		
		#member input#Username:focus,
		#member input#Password:focus,
		.form-container input:focus,
		.form-container select:focus {
			background: #FFFDE3;
			color: #000;
		}
		
input#cboxSame {
	margin: 0;
	width: auto;
	display: inline;
	top: 0;
	border: 0;
}
	label#lbl_cboxSame {
		display: inline;
		width: 500px;
	}
	
#submit-form {
	clear: both;
}

	#submit-form label{
		margin-top: 1em;
		display: block;
		clear: both;
	}


/* ------------------------ 
		FOOTER
------------------------ */

p#legendaryLink a {
	position: absolute; 
	bottom: 15px; 
	right: 15px; 
	text-indent: -9999px; 
	overflow: hidden; 
	height: 49px; 
	width: 155px;
	background: url(/images/cdc/logo-bottom.gif) no-repeat;
}		

	p#legendaryLink a:hover {
		background-position: 0 -50px;
		}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

