@import url(product.listitem.css);


#layout_content h2 {
	margin-bottom: 10px;
	color: #1b5c9d;
	font-size: 18px;
}

#layout_content h3 {
	color: #900b09;
	font-size: 16px;
}

p.requiredfields {
	font-size: 11px;
	color: #555;
	text-align: right;
}

#activemailer_stats {
	display: none;
}



/* Active Mailer */

#product_activemailer {
	margin-top: -10px;
}

body.js #activemailer_form div.optional {
	display: none;
}

body.js #activemailer_form div.optional.active {
	display: block;
}



/* Active Mailer form */

#activemailer_form {
	width: 100%;
	margin: 5px 0;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#activemailer_form div#product_activemailer_submit{
	margin: 10px 0;
}

#activemailer_form form fieldset {
	border: none;
	font-size: 12px;
}

#activemailer_form #product_activemailer_footer {
	width: 240px;
	height: 35px;
	padding: 5px 0 0;
	position: absolute;
	left: 5px;
	bottom: 0;
	border-top: 1px solid #ddd;
}

#activemailer_form div.row {
	height: 1%;
	padding: 4px 5px;
	overflow: hidden;
	background: #f7f7f7;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #fff;
}

#activemailer_form div.row.highlighted {
	background: #e8e8e8;
}

#activemailer_form div.row.disabled {
	color: #b6b6b6;
}

#activemailer_form fieldset {
	border: none;
	background: #f5f5f5;
}

#activemailer_form legend {
	margin-bottom: 4px;
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
	font-weight: bold;
}

#product_activemailer div.optional div.row {
	padding-left: 12px;
	background: #fff;
	border-top: 0;
	border-left: 1px solid #e4e4e4;
}

#product_activemailer div.optional div.row.highlighted {
	background: #e8e8e8;
}

#activemailer_form button#product_activemailer_send {
	width: 240px;	
	height: 29px;
	background:transparent url(/images/default/activemailer_submit.png) no-repeat scroll 0 0;
	border: 0;
	cursor: pointer;
}

#activemailer_form button#product_activemailer_send span {
	display: none;
}

#product_activemailer button#product_activemailer_send:hover {
	background-position: 0 -29px;
}

#activemailer_form div.row.disabled input.text {
	border-color: #b3b3b3 #cecece #cecece #b3b3b3 !important;
	background: #e0e0e0;
}

#activemailer_form div.row label {
	width: 140px;
	float: left;
	font-weight: bold;
	line-height: 19px;
}

#activemailer_form div.row label span {
	color: #555;
}

#activemailer_form div.row input.text {
	width: 172px;
	padding: 1px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #4c4c4c #848484 #848484 #4c4c4c;
	font: 12px Arial, Helvetica, Verdana, Sans-Serif;
}



/* Form row containing radio buttons */

#activemailer_form div.row.radio span {
	width: 140px;
	float: left;
	font-weight: bold;
	line-height: 19px;
}

#activemailer_form div.row.radio label {
	width: auto;
	margin-right: 5px;
	float: none;
	font-weight: normal;
	vertical-align: middle;
}



/* Activemailer checkbox*/

#activemailer_form div.row.checkbox label {
	width: auto !important;
	float: none !important;
	font-weight: normal !important;
}


/* Captcha */

#product_activemailer_captcha img {
	border: 1px solid #ddd;
}

#product_activemailer_captcha_text {
	width: 193px !important;
	margin: 5px 0 0 140px;
}





/* Activemailer validation */

ul#activemailer_validationerrors {
	margin: 5px 0;
	padding-bottom: 5px;
	background: #f7f7f7;
	border-top: 1px solid #f00;
	color: #f00;
	font-size: 12px;
	text-align: left;
}

ul#activemailer_validationerrors li span {
	font-style: italic;
}

#activemailer_validationerrors a {
	color: #f00;
}

#activemailer_validationerrors a:hover {
	color: #fe8b8b;
}

#activemailer_validationerrors li {
	margin-top: 5px;
	padding-left: 26px;
	background: url(/images/default/validation_failed_background.png) no-repeat 8px 2px;
}

#activemailer_form div.row.validation.failed input.text {
	border-color: #f00 !important;
}

#activemailer_form div.row.failed span.validation {
	font-size: 11px;
	font-style: italic;
}

#activemailer_form div.row span.validation img {
	margin: 4px 5px 0 3px;
	vertical-align: top;
}

#activemailer_form div.row span.validation {
	color: #555;
}