/* @override 
	http://electradesigns.net/style.css
*/

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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background-color: #000;
	font: 1em/.9em Palatino, Georgia, "Times New Roman", serif;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 70px;
}

body#contact {
	font: 1em/.9em Palatino, Georgia, "Times New Roman", serif;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0;
}

ol, ul {
	list-style: none;
	display: inline-block;
	position: relative;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

#container {
	width: 505px;
	height: 640px;
	background: url(images/index_background.jpg) no-repeat right top;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
	position: relative;
	display: block;
}

#bodytext {
	color: #e8cec1;
	display: block;
	margin: 5px auto 20px;
	text-align: center;
	height: 100%;
	line-height: 1.3em;
	font-size: 1.0em;
	width: 795px;
}

#bodytext p {
	text-align: left;
}

.home_text {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0;
	display: block;
	position: relative;
}

.home_text p {
	color: #e8cec1;
	text-align: center;
}

img.header {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#galrow div.thumbnail img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#galrow div.thumbnail a:hover {
	border-bottom-style: none;
}

.credits {
	color: #000;
	display: block;
	text-align: right;
	font: 8pt/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	top: -30px;
	position: relative;
	width: 285px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	display: block;
	position: relative;
	text-align: right;
	width: 200px;
	right: 215px;
	height: 700px;
	font-style: italic;
	margin-right: 15px;
}

#sidebar ul li {
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.2em;
	padding-right: 15px;
	width: 200px;
}

div#sidebar ul ul,
div#sidebar ul li:hover ul {
	display: none;
}

div#sidebar ul li:hover ul,
div#sidebar ul ul li:hover ul {
	display: block;
	width: 200px;
	position: absolute;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #994736;
}

li a {
	color: #c2a698;
}

#sidebar ul {
	
}

#page_container li a {
	color: #994736;
}

li a:hover {
	color: #b84912;
}

#sidebar li {
	position: relative;
}

#sidebar ul ul {
	position: absolute;
	left: 100%;
	text-align: center;
	background-color: #8a999e;
	width: 100%;
	padding: 5px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
	top: -15px;
}

#sidebar ul li ul li a:hover {
	color: #c2a698;
}

#sidebar ul li ul li a:hover {
	color: #a86572;
}

#sidebar ul li ul li a {
	padding: 3px;
	color: #172844;
	font-size: .8em;
}

a:hover {
	border-bottom: 1px dotted #756b62;
	color: #b22c27;
}

#corset_upgrades a:hover {
	color: #e1d5c7;
	background-color: #4a0001;
	padding: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	margin: -5px;
}

a.info {
	position: relative;
	
/*this is the key*/
    z-index: 0;
	text-decoration: none;
	color: #ae4c36;
}

#bodytext p a.info {
	color: #637f97;
}

#bodytext p strong {
	color: #814b57;
}

a.info:hover {
	z-index: 5;
	border-style: none;
}

a.info span {
	display: none
}

a.info:hover span {
/*the span will display just on :hover state*/
    display: block;
	position: absolute;
	background-color: #d8c9ba;
	color: #814b57;
	text-align: left;
	padding: 9px;
	line-height: 1.5em;
	border: 6px groove #814b57;
	left: 3px;
	font-style: italic;
	height: auto;
	font-size: .75em;
	text-indent: 0;
	-moz-border-radius: 15px; /* FF1-3.6 */
	-webkit-border-radius: 15px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 15px;
	width: 285px;
	top: 5px;
}

#page_container {
	width: 820px;
	word-spacing: .1em;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	background: #e1d5c7 url(images/background-top.jpg) no-repeat center top;
	color: #150d05;
	font: 1em/1.3em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	display: block;
	position: relative;
	padding: 0 10px;
	bottom: 23px;
}

img.chart {
     display: inline-block;
     width: 100%;
     margin-top: 0;
     margin-bottom: 20px;
}

.chart_titles {
     float: left;
     margin-right: 21px;
     width: 47.5%;
     color: #942019;
}

#page_container h2 {
	color: #742500;
	margin-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	font: italic bold 1.8em Palatino, Georgia, "Times New Roman", Times, serif;
}

#page_container h4 {
	margin-top: 10px;
	font: bold 1.2em Palatino, Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	color: #994735;
	border-top: 1px solid #ab5945;
	margin-bottom: 0;
	padding-bottom: 5px;
}

h4#first {
	border-top-style: none;
	margin-top: 0;
}

#corset_styles h4.short_top_border {
}

#page_container h3 {
	color: #942019;
	border-bottom: 1px dotted #641117;
	margin-top: 20px;
	font: bold 1.5em/1.5em Palatino, Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: both;
}

#evaluation h3 {
	margin-bottom: 10px;
}

#page_container span.smaller_h3 h3 {
	border-bottom-style: none;
	font: bold 1.1em Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #884d25;
	background-color: #d6c4ac;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 4px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
}

#page_container ul {
	line-height: 1.7em;
	width: auto;
	font-size: .8em;
	padding-left: 30px;
	list-style-type: circle;
	list-style-position: inside;
	text-indent: -11px;
	margin-right: auto;
	margin-left: auto;
     color: #000;
     text-align: left;
}

#page_container ul li {
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ad h1 {
	color: #4d3d29;
	font-size: 2.5em;
	line-height: 1em;
	border-bottom: 1px dotted #4d3d29;
	margin-top: 0;
	padding-bottom: 5px;
}

#ad h2 {
	color: #edddcc;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: bold 1em/1.6em Georgia, serif;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #4d3d29;
}

#ad img {
	padding: 10px 50px;
}

#ad a:hover {
	border: none;
}

span.coupon {
	height: 40px;
	width: 400px;
	display: inline-block;
	font: bold 2.0em/2em Palatino, Georgia, "Times New Roman", Times, serif;
	color: #4D3D29;
	margin-bottom: 10px;
}

.caption {
	display: block;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	font: oblique .8em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#page_container p {
	font-size: .85em;
	color: #000;
	line-height: 1.5em;
}

#measurement_form p {
     padding-top: 5px;
     padding-bottom: 5px;
}

#corset_upgrades  p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1em;
}

#ad p {
	color: #1c1610;
	line-height: 1.4em;
	margin: 5px auto 10px;
	font-size: .9em;
}

#left_column p {
	bottom: 0;
	padding: 10px;
	margin-bottom: 0;
	display: block;
	position: absolute;
	width: 220px;
	height: auto;
	font-size: .8em;
	color: #55432c;
	line-height: 1.4em;
}

#corset_styles p.discount_spacing {
	margin-bottom: 10px;
}

div.info {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	height: auto;
	margin-top: 0;
}

#wrapper div.info p {
	font-size: .8em;
	margin-top: 20px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
     color: white;
     text-align: left;
}

.price, span.wider_price, span.raised_price {
	display: inline-block;
	color: #9d0000;
	vertical-align: 2px;
	text-align: left;
	position: relative;
     font: bold 1.0em/1.6em Georgia;
	margin-right: 5px;
	width: 35px;
}

span.wider_price {
	width: auto;
	padding-right: 5px;
}

span.raised_price {
	display: block;
	float: left;
}

.indent_left {
	display: block;
	font-size: .9em;
	padding: 5px 20px 25px 115px;
	-moz-border-radius: 10px; /* FF1-3.6 */
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 10px;
	background-color: #dcccb8;
	width: 660px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 25px;
}

#page_container span.indent_left p {
	margin-top: 10px;
}

#page_container span.price_label {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	background-color: #91402d;
	padding: 5px 10px 2px;
	height: 30px;
	font-size: 1.4em;
	line-height: 1.25em;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	margin: 23px 15px 0 20px;
	position: relative;
	top: 5px;
}

.indent_left p b {
	display: inline-block;
	text-indent: 5px;
	font-size: 1.1em;
	letter-spacing: 1px;
}

div.measurements p {
	padding-left: 55px;
	text-indent: -55px;
	margin-top: 15px;
	line-height: 1.4em;
}

#measurement_form p img {
	display: inline-block;
	top: 4px;
	position: relative;
}

.measurements .measurements_less_indent p {
	text-indent: -20px;
	padding-left: 75px;
}

div.line {
	border-bottom: 1px solid #000;
	width: 800px;
	display: block;
	margin-left: 55px;
}

#client_contact_info {
	display: block;
	background-color: #f1e5d9;
	padding: 20px 25px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	border: 6px solid #ceb192;
	margin: 20px auto 10px;
	width: 360px;
	border-radius: 15;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#page_container div.bodytext img {
	display: block;
	margin: 15px auto 10px;
}

img.cincher_adjust {
	position: relative;
	bottom: 3px;
}

img.waspie_adjust {
	position: relative;
	bottom: 3px;
}

img.sal_adjust {
	position: relative;
	bottom: 10px;
}

img.pal_adjust {
	position: relative;
	top: 1px;
	margin-left: 3px;
}

img.ssub_adjust {
	position: relative;
	bottom: 15px;
}

img.psub_adjust {
	position: relative;
	top: 2px;
}

img.slub_adjust {
	position: relative;
	bottom: 5px;
}

img.ssob_adjust {
	position: relative;
	bottom: 19px;
}

img.slob_adjust {
	position: relative;
	bottom: 11px;
}

img.pplsob_adjust {
	position: relative;
	bottom: 3px;
}

img.micromini_adjust {
	position: relative;
	bottom: 110px;
}

img.miniskirt_adjust {
	position: relative;
	bottom: 70px;
}

#page_title h1 {
	width: 580px;
	color: #8ba7a8;
	text-align: center;
	padding: 10px 10px 5px;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
	font: italic bold 2.8em/1em Palatino, Georgia, "Times New Roman", Times, serif;
}

#page_container #page_title h1 {
	color: #942d2d;
	text-shadow: #f5f0ed 0 1px 1px;
	font-size: 3.25em;
}

#page_container #page_title .subtitle {
	color: #a27f60;
}

#page_title h1 span.subtitle {
	display: block;
	color: #5e7879;
	line-height: 1.5em;
	font-size: .5em;
}

.top {
	font-size: .8em;
	text-align: center;
	padding-bottom: 5px;
	color: #000;
}

.policytext p img {
	vertical-align: middle;
}

.copyright a {
	color: #614f46;
}

.copyright a:hover {
	color: #8ba7a8;
	border-bottom-color: #6b503c;
}

#page_container ol {
	list-style-type: decimal;
	display: block;
	width: 92%;
	line-height: 1.5em;
	margin: 10px auto 20px;
	font-size: .85em;
}

#ad {
	margin: 60px auto 40px;
	position: relative;
	padding: 15px;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 40px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 0px;
	border: 10px solid #82766b;
	width: 550px;
	background: url(images/cloudy-ad-background.jpg) center center;
}

#ad2 {
	background: url(./images/ad-background.jpg) no-repeat center;
	width: 600px;
	height: 500px;
	margin: 30px auto;
	position: relative;
	border: 8px outset #a98853;
}

#ad2 h2 {
	width: 250px;
	display: block;
	text-align: center;
	color: #38472c;
	font-size: 2.6em;
	letter-spacing: 0;
	margin-top: 25px;
	height: 160px;
}

#ad2 h2 span.sale {
	font: italic 2.5em/1.2em Palatino;
	color: #d4e9b5;
	letter-spacing: -8px;
	text-shadow: #28321f 1px 1px 2px;
	display: block;
	position: relative;
	margin-top: -10px;
}

#ad .caption a {
	color: #5d4d39;
	font-size: .9em;
	display: block;
	margin-top: 20px;
	padding-top: 3px;
	border-top: 1px dotted #1e1b16;
	line-height: 1.5em;
}

div#callout {
	width: 235px;
	background: url(./images/ad-callout.png) no-repeat center;
	height: 135px;
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 25px;
	padding-right: 15px;
	display: block;
	position: relative;
	right: 20px;
	bottom: 45px;
	padding-top: 40px;
}

#left_column {
	width: 45%;
	height: 500px;
	float: left;
}

#right_column {
	width: 42%;
	float: left;
	height: 500px;
	padding-left: 75px;
}

#fine-print {
	height: 500px;
	display: inline-block;
	width: 220px;
	float: left;
}

#callout span.discount {
	width: 68px;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: .95em;
}

#bottom_text {
	width: 220px;
	margin-left: 20px;
	text-align: center;
}

#bottom_text h1 a {
	line-height: 1.1em;
	color: #ca7;
	font-size: 1.3em;
}

#bottom_text h1 a:hover {
	text-shadow: #26311e 0 1px 3px;
}

#footer {
	background: url(images/background-bottom.jpg) no-repeat center;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	display: block;
	position: relative;
	text-align: center;
	font-size: .7em;
	line-height: 1.4em;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-top: 1px solid #641900;
	padding-top: 10px;
	right: 10px;
	margin-top: 10px;
}

div#form_block ul {
	display: block;
	width: 650px;
	background-color: #f1e5d9;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	list-style-type: none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border: 6px solid #ceb192;
	padding: 15px;
	clear: both;
}

#form_block .form_label {
	display: block;
	text-indent: 0;
	line-height: 1.8em;
	padding-left: 130px;
}

#evaluation div.ratings_block span.form_label, #evaluation div.ratings_indent span.form_label, #evaluation div.ratings_name span.form_label {
	padding: 0;
}

#form_block ul li input {
	width: 50px;
	margin-right: 10px;
	display: block;
	position: relative;
	top: 2px;
	float: left;
	margin-bottom: 0;
	margin-left: 10px;
	height: 25px;
	font: italic 1.8em Palatino, Georgia, "Times New Roman", Times, serif;
	color: #7e5d54;
}

#form_block ul li span.floating_numbers {
	width: 50px;
	float: left;
	color: rgba(106,23,17,0.43);
	font: italic bold 3em Palatino, Georgia, "Times New Roman", Times, serif;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}

#form_block ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #eedbc7;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#client_contact_info label {
	display: block;
	float: left;
	margin-top: 4px;
	width: 230px;
}

input#mc-embedded-subscribe.button, #mc-embedded-subscribe-form div.clear input {
	margin-left: 5px;
	-moz-border-radius: 18px; /* FF1+ */
	-webkit-border-radius: 18px; /* Saf3+, Chrome */
	border-radius: 18px;
	border: 5px solid #ccb09a;
	background-color: #f9f0e8;
	color: #7d6b5c;
	padding: 1px 0 0;
	font: bold .6em/2em Palatino, Georgia, "Times New Roman", Times, serif;
	width: 70px;
	margin-top: 6px;
	position: relative;
	display: inline-block;
	text-align: center;
	float: right;
     margin-right: 10px;
}

#submit_block input:hover {
	border: 5px solid #dfcbbb;
	background-color: #f9f4f1;
}

#submit_block {
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	display: block;
	text-align: center;
	margin-top: 0;
}

#client_contact_info input {
	width: 350px;
	display: inline-block;
	margin-bottom: 10px;
}

#measurement_form p img.inline {
	display: inline;
	margin: 0;
}

.bold {
	font-weight: bold;
	color: #641900;
}

#page_container div.bodytext .centered_caption {
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	font-size: .8em;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	color: #7d2000;
	border-top-style: none;
}

#legend {
	background-color: rgba(219,187,180,0.9);
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 1em;
	display: block;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
     margin: 10px auto 25px;
	top: 10px;
     width: 780px;
}

#legend ul {
	padding-left: 10px;
     list-style-type: none;
	padding-right: 10px;
}

#legend h3 {
	margin-top: 10px;
}

#legend h4 {
	font-size: 1.2em;
	border-style: none;
	line-height: 1em;
	padding: 10px 0 0;
}

#evaluation {
	padding-top: 20px;
	height: auto;
	width: 780px;
}

#evaluation div.ratings_indent span.form_label input {
	width: auto;
	margin-left: 20px;
	display: inline-block;
}

#evaluation .ratings, #evaluation .ratings_indent, #evaluation div.ratings_name, #evaluation div.ratings_block {
	font-size: .9em;
	height: auto;
	margin-bottom: 15px;
}

#evaluation div input {
	width: 300px;
	height: 15px;
	display: block;
	position: relative;
}

#evaluation div.ratings_name select, #evaluation div.ratings select, #evaluation div.ratings_block select {
	margin-right: 10px;
}

#evaluation div.ratings_indent, #evaluation div.ratings_name {
	width: auto;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}

#evaluation div.ratings_block {
	width: 300px;
	display: inline-block;
}

#evaluation div.ratings span.form_label {
	padding-left: 0;
}

#evaluation div.ratings span.form_label textarea {
	width: 525px;
	height: 70px;
	margin-top: 5px;
}

#evaluation div.ratings_indent textarea {
	width: 525px;
	height: 50px;
}

#pinned_note {
	width: 150px;
	height: 160px;
	display: block;
	text-align: center;
	background: url(./images/note_small.png) no-repeat;
	color: #331b0d;
	-moz-transform: rotate(-4deg);	/* FF3.5+ */
	-o-transform: rotate(-4deg); /* Opera 10.5 */
	-webkit-transform: rotate(-4deg);
	font: bold 1.2em/1.12em Palatino, Georgia, "Times New Roman", Times, serif;
	position: relative;
	padding: 35px 35px 50px;
	z-index: 9;
	float: left;
	right: 142px;
	bottom: 370px;
}

#pinned_note #email_form {
	height: 150px;
	width: 170px;
	position: relative;
	right: 13px;
}

#mce-EMAIL {
	width: 140px;
}

#notice {
	background: url(./images/notice.png) no-repeat;
	display: block;
	position: relative;
	width: 305px;
	height: 145px;
	bottom: 380px;
	right: 220px;
	float: left;
	padding: 75px 30px 50px 20px;
	-moz-transform: rotate(8deg);
	/

* FF3.5+ */
       -o-transform: rotate(8deg);
	/

* Opera 10.5 */
  -webkit-transform: rotate(8deg);
	font: 1.1em 'Vollkorn', serif;
}

#notice h2 {
	text-align: center;
	color: #3e2512;
	text-shadow: #e4d4ca 0 2px 1px;
	letter-spacing: -2px;
	font: bold 3.8em/1.0em 'Vollkorn', serif;
}

#notice span.tight_lead {
	display: block;
	margin-bottom: -5px;
	line-height: .6em;
	color: #3e2512;
}

#form_block {
	display: block;
}

#pinned_note span.note_subtext {
	font-size: .8em;
	line-height: 1.2em;
	margin-top: 15px;
	display: inline-block;
}

#mailing_list {
	position: relative;
	font-size: .7em;
	display: inline-block;
	margin: 10px 0 0 3px;
	width: 170px;
}

#pinned_note p, #pinned_note label {
	font-weight: bold;
	font-size: 13px;
	width: 170px;
	margin-top: 25px;
	line-height: 1.1em;
}

#mc-embedded-subscribe-form div.mc-field-group label {
	color: #702b12;
	width: 140px;
	display: block;
	margin: 5px auto;
     font-size: 14px;
}

#mailing_list input {
	font-size: 1em;
	color: #301b08;
	text-align: center;
	opacity: 0.6;
	width: 150px;
}

#pinned_note div.note_content {
	-moz-transform: scale() rotate(-4deg) translate(px, px) skew(deg, deg);
	-webkit-transform: scale() rotate(-4deg) translate(px, px) skew(deg, deg);
	-o-transform: scale() rotate(-4deg) translate(px, px) skew(deg, deg);
	-ms-transform: scale() rotate(-4deg) translate(px, px) skew(deg, deg);
	transform: scale() rotate(-4deg) translate(px, px) skew(deg, deg);
}

p {
	color: #000;
}

.submit {
	margin-left: 12em;
}

label.error {
	color: red;
	padding-left: .5em;
	vertical-align: top;
	float: none;
	margin-top: 5px;
}

.strike {
	border-bottom: 3px solid #e42113;
	height: 8px;
	display: inline-block;
	padding-bottom: 6px;
	width: 50px;
	text-align: center;
	position: relative;
	bottom: 4px;
}

#checkout {
	background-color: #fcf0eb;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	height: auto;
	-moz-border-radius: 25px;


/* FF1+ */
	-webkit-border-radius: 25px;

/* Saf3-4 */
	border-radius: 25px;
	display: block;
	position: relative;
}

#checkout div.product p {
	margin: 10px 20px;
	line-height: 1.4em;
}

#checkout img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 20px;
}

.googlecart-add-button {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

.product {
	margin: 0 auto;
}

.product-image {
	border: solid 1px #ccc;
}

.product-title, .product-price, .product-shipping {
	font-weight: bold;
}

.data-cell {
	padding: 0px 50px 0px 10px;
	border: solid 0px #fff;
	vertical-align: top
}

.align-cart {
	padding-left: 480px
}

span.nowuseeme {
	display: none;
}

div#pros_cons {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	display: block;
	position: relative;
	float: left;
}

#pros_cons span.pros {
	display: block;
	position: relative;
	float: left;
	margin-right: 25px;
	width: 47.5%;
}

#pros_cons span.cons {
	width: 48%;
	display: block;
	position: relative;
	float: right;
}

#pros_cons span ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}

#corset_styles h3 a:hover {
	border-bottom-style: none;
}

span.back a, span.top a, #corset_upgrades h2 span.back a {
	font-weight: bold;
	font-style: italic;
	position: relative;
	bottom: 5px;
	margin-left: 15px;
	background-color: #d0bba9;
	padding: 5px;
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px;
	font-size: .6em;
	line-height: 1.5em;
	border-bottom-style: none;
}

span.back a:hover, span.top a:hover, #corset_upgrades h2 span.back a:hover {
	color: #d0bba9;
	background-color: #994736;
}

span.top a {
	display: block;
	float: right;
	position: relative;
	top: 5px;
}

#corset_styles h4.necklines_no_border {
	border-top-style: none;
}

#corset_styles h3.short_top_border {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-bottom-style: double;
	display: block;
	position: relative;
	height: 16px;
	font-size: 16px;
	line-height: 18px;
	border-bottom-width: 4px;
	clear: both;
}

#thumbnail_box {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d6c4ac;
	margin-top: 15px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	-webkit-box-shadow: inset 0px 1px 5px 1px rgba(151, 142, 132, 0.800);
	-moz-box-shadow: inset 0px 1px 5px 1px rgba(151, 142, 132, 0.800);
	box-shadow: inset 0px 1px 5px 1px rgba(151, 142, 132, 0.800);
	border: 1px solid #c1ab92;
	overflow-x: scroll;
	overflow-y: hidden;
}

#thumbnails {
	width: 1050px;
}

#thumbnail_box img {
	margin-top: 10px;
	float: left;
	width: 95px;
	margin-right: 10px;
	margin-left: 10px;
}

#thumbnails span.img_box {
	height: 150px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	width: auto;
	position: relative;
}

::-webkit-scrollbar {
    width: auto;
    height: 10px;
	display: block;
	position: absolute;
}

::-webkit-scrollbar-button {
}

::-webkit-scrollbar-track {
	background-color: #c5b6a2;
	-webkit-box-shadow: inset 0px 1px 4px 1px rgba(151, 142, 132, 0.800);
}

::-webkit-scrollbar-thumb {
	width: 5px;
	-webkit-border-radius: 4px;
	background: rgb(240,183,161); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* W3C */	
}

#page_container div.img_container {
	border-bottom: 6px ridge #c13f3f;
	text-align: center;
	padding-bottom: 25px;
	margin-top: 10px;
	display: block;
}

#corset_upgrades div.img_container {
	border-bottom-style: none;
	padding-bottom: 0;
}

div.img_container img {
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}

#corset_upgrades img {
	display: block;
	-moz-border-radius: 12px; /* FF1-3.6 */
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 12px;
	margin: 10px auto 5px;
	-webkit-box-shadow: 0px 0px 4px 0px #290b0a;
	-moz-box-shadow: 0px 0px 4px 0px #290b0a;
	box-shadow: 0px 0px 4px 0px #290b0a;
}

#corset_upgrades div.img_container img.borderless  {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-top: 0;
}

#corset_upgrades div.img_container img.pleated_trim_adjust {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-top: 0;
	position: relative;
	bottom: 4px;
}

#corset_upgrades div.img_container img.high_back_adjust {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-top: 0;
	position: relative;
	bottom: 3px;
}

#corset_upgrades span.photo_caption {
	text-align: center;
	display: block;
	padding-left: 0;
	position: relative;
	font: italic .8em Palatino, Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin: 10px auto;
}

#corset_upgrades span.indent_left p {
	display: block;
}

span.arrow {
	display: block;
	color: #942d2d;
	float: right;
	position: relative;
	top: 3px;
	font: italic bold .9em Palatino, Georgia, "Times New Roman", Times, serif;
}

span.arrow img {
	position: relative;
	top: 2px;
	width: 45px;
	padding-left: 3px;
}

#page_container ul.styles_navigation {
	display: block;
	position: relative;
	text-align: center;
	padding: 5px 0 1px 15px;
	width: 785px;
	height: 75px;
}

ul.styles_navigation li, ul.fixed_navigation li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	width: 160px;
	text-indent: 0;
	margin-right: 8px;
	margin-left: 8px;
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px;
	background-color: #d6c4ac;
	padding: 4px 8px;
	float: left;
}

ul.styles_navigation li a {
	border-bottom-style: none;
}

.instructions ol li a {
	list-style-type: none;
	display: block;
	position: relative;
	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px;
	background-color: #d6c4ac;
	padding: 4px 8px;
	margin: 5px 8px 8px 0;
	width: 300px;
}

.instructions ol span {
	display: inline-block;
	margin-left: 40px;
	margin-right: 10px;
}

.top_alignment {
	float: right;
}

ul.styles_navigation li:hover, .instructions ol li a:hover {
     -moz-box-shadow: 0px 0px 4px ; /* FF3.5 - 3.6 */
  -webkit-box-shadow: 0px 0px 4px ; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 6px rgba(74, 36, 33, 0.4);
}

.instructions ol li a:hover {
	display: block;
	border-bottom-style: none;
}

#message_form {
	width: 225px;
	display: block;
	background: url(./images/note.png) no-repeat center top;
	color: #331b0d;
	z-index: 9;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font: bold 1.0em/1.12em Palatino, Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	padding: 85px 65px 60px;
}
#cmxform fieldset {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	display: block;
	position: relative;
	background: url(./images/note_bottom.png) no-repeat center bottom;
	padding: 0 65px;
	right: 65px;
	overflow: hidden;
	height: 360px;
}

form#cmxform.cmxform {
	height: 335px;
	width: 230px;
	background-color: white;
}

#cmxform label {
	display: inline-block;
	font-size: 14px;
	float: left;
	margin-right: 5px;
}
#cmxform label.error { color: red; vertical-align: top;
	display: block;
	width: auto;
	font-size: .8em;
	float: left;
	margin-top: 2px;
	margin-bottom: 5px;
	clear: both;
}
#cmxform p {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: .8em;
	font-size: 1.0em;
}

#cmxform fieldset p em {
	color: #bf4345;
}
#cmxform em { padding-right: 1em; vertical-align: top;
	font-weight: bold;
}
#cmxform #cname, #cmxform #cemail, #cmxform #ccomment {
	position: relative;
	display: block;
	width: 200px;
}

#cmxform #ccomment {
	height: 45px;
	margin-top: 5px;
}

#cmxform fieldset legend {
	margin-bottom: 5px;
	display: block;
	position: relative;
	float: left;
	font: italic bold 1.3em/1.12em Palatino, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#cmxform fieldset p input.submit {
	margin: 0 auto;
	-moz-border-radius: 18px; /* FF1+ */
	-webkit-border-radius: 18px; /* Saf3+, Chrome */
	border-radius: 18px;
	border: 5px solid #ccb09a;
	background-color: #f9f0e8;
	color: #7d6b5c;
	padding: 1px 0 0;
azimuth	position: relative;
	text-align: center;
	display: block;
	width: 80px;
	position: relative;
	font: bold .8em/2em Palatino, Georgia, "Times New Roman", Times, serif;
	left: 140px;
	bottom: 5px;
	float: right;
}

#evaluation div.ratings_block span.form_label span.bold {
	display: inline-block;
}

#evaluation div.ratings_block select {
	display: inline-block;
	float: left;
}

#wrapper {
	display: block;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

ul.fixed_navigation {
	position: fixed;
	z-index: 100;
	display: block;
	width: 825px;
	padding-top: 4px;
	padding-bottom: 10px;
	top: 0;
	padding-left: 15px;
	height: 35px;
	background-color: #260E0B;
	border-bottom: 1px solid #250B06;
	border-top: 1px solid #250B06;
}

ul.fixed_navigation li {
	width: 100px;
	line-height: 1.1em;
	font-size: 14px;
	color: #742500;
	text-align: center;
	position: relative;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 9px 5px 1px;
	-moz-box-shadow: 0px 2px 8px ; /* FF3.5 - 3.6 */
	-webkit-box-shadow: 0px 2px 8px ; /* Saf3.0+, Chrome */
	box-shadow: 0px 2px 8px rgba(27, 7, 0, 0.7);
	border: 1px solid #442418;
}

#wrapper ul.fixed_navigation img.home {
     width: 20px;
     position: relative;
     top: 3px;
     right: 0;
}

ul.fixed_navigation li.home {
     width: 26px;
     margin-top: 5px;
     padding: 0;
     height: 30px;
     margin-right: 8px;
}

ul.fixed_navigation li ul li{
	text-align: left;
	padding-bottom: 8px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	background-color: transparent;
	width: 100px;
	-moz-box-shadow: 0px 0px 0px ; /* FF3.5 - 3.6 */
	-webkit-box-shadow: 0px 0px 0px ; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 0px 0px;
	border-style: none;
	display: block;
	right: 10px;
}

ul.fixed_navigation ul, ul.fixed_navigation li:hover ul {
	display: none;
}

ul.fixed_navigation li:hover ul,
ul.fixed_navigation ul li:hover ul {
	display: block;
	top: 6px;
	width: 90px;
}


ul.fixed_navigation ul li ul li a:hover {
	color: #c2a698;
}

ul.fixed_navigation ul li ul li a:hover {
	color: #a86572;
}

ul.fixed_navigation li a {
	color: #9b4736;
	font-size: .9em;
	line-height: 1.1em;
}

a.twitter, a.facebook {
    border: none;
	width: 60px;
	display: block;
	position: relative;
	background: url(images/twitter.png) 0 bottom;
	height: 44px;
	float: right;
	margin-left: 10px;
}

a:active.twitter {
	background: url(images/twitter.png) 0 89px;
}

a.facebook {
	width: 45px;
	display: block;
	height: 45px;
	background: url(images/fb.png) no-repeat;
	float: right;
	position: relative;
}

.kickstarter img {
	display: block;
	position: relative;
	background-color: #ffffff;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	padding: 10px;
	margin: 20px auto;
}

.kickstarter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 519px;
	position: relative;
}

.kickstarter a {
	display: block;
}

.kickstarter iframe {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 40px;
}

.copyright p {
	color: #ecd0d2;
	font-size: .8em;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}

.copyright {
	border-top: 1px dotted #5b4a41;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 15px;
	position: relative;
}

.kickstarter, .kickstarter iframe, .copyright {
		bottom: 230px;
}
