/*-------------------------------------------------------- */
/* EMAIL POPUP
-------------------------------------------------------------- */


/* =emailpopup */
.emailhelp {
	width: 710px;
	min-height:70px;
	margin: 30px auto;
	margin-top: 5px;
	background: #df1e26 url(../images/cart_gradient.gif) repeat-x left bottom;
	padding-bottom: 20px;
}
.emailpopup a {
	text-decoration: underline;
	color: #d10015;
}

.emailpopup a:hover {
	text-decoration: none;
}
.emailhead {
	margin: 0 15px;
	background: url(../images/email_top_new.gif) left bottom no-repeat;
	height: 68px;
}
.emailhead img {
	float: left;
	margin: 10px 5px;
}
.emailhead .buttons {
	float: right;
	margin-top: 5px;
}
.emailhead .buttons img {
	margin-right: 0;
	margin-left: 5px;
}
.emailbody {
	overflow: auto;
	clear: both;
	background: #fff url(../images/email_bottom.gif) no-repeat left bottom;
	margin: 0 15px 0 15px;
	padding-bottom: 10px;
	min-height: 220px;
	_height: 220px;
	_overflow: hidden;
	
}
.emailbody h2 {
	margin-bottom: 13px;
}
.emailpopup h3 {
	color: #CC0000;
}
fieldset.buttons {
	float: right;
	width: 61%;
	text-align: right;
	padding-left: 0;
}
fieldset.buttons {
	padding-left: 0;
}
.emailpopup .submit {
	margin-left: 10px;
	margin-right: 40px;
}
/* table */


/* =email a friend */


form.emailform {
	width: 244px;
	float: left;
	margin-top: 20px;
}

form.emailform p {
	color: #808080;
	margin-left: 25px;
}

form.emailform fieldset, form.emailform ol  {
	margin: 0;	
	padding-left: 15px; /*added this for out of stock notice popup */
}

form.emailform fieldset.submit  {
	text-align: center;
	padding-right: 60px;
	padding-top: 20px;
}

form.emailform fieldset.buttons  {
	margin-right: 20px;
}

form.emailform label.label {
	display: block;
	float: none;
	line-height: 20px;
	margin-right: 0px;
	text-align: left;
	width: auto;
}

form.emailform .text {
	width: 190px;
}

form.emailform .textarea {
	width: 200px;
}

form.emailform .size {
	margin-top: 20px;
}

form.emailform .chooser {
	width: 178px;
}

form.emailform .choosefield {
	padding-left: 75px;
}

form.emailform .sizetable {
	color: #fff;
}

.emaildetail {
	float: left;
	background: url(../images/email_product_bg.gif) no-repeat;
	height: 299px;
	width: 341px;
}

.emaildetail .visual {
	margin: 10px;	
}

.emaildetail h2 {
	margin-left: 10px;
	font-size: 3.2em;
	color: #CC0000;
	letter-spacing: -2px;
}

.emaildetail .description {
	margin-left: 60px;
	color: #808080;
}


.thankyou {	
	text-align: center;
	width: 400px;
	margin: 0 auto;
}

.thankyou h2, .thankyou p {
	margin-left: 10px;
}

.thankyou h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.thankyou h3 {
	color: #808080;
	text-transform: none;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-left: 10px;
}

.thankyou p {
	text-align: left;
	color: #808080;
}

.newsletterform input.submit {
	margin-top: 5px;
}











