/* @group Resets */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	background: #fff;
	margin: 1.5em 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* @end */

/* @group Defaults */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */

.wrapper {
	font-size: 75%;
}

/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

body {
	color: #222;
	font-family: Geneva, Arial, Helvetica, sans-serif;;
}

h1,h2,h3,h4,h5,h6 {
	color: #111;
	font-family: "Century Gothic", sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}

p.last {
	margin-bottom: 0;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.top {
	margin-top: 0;
}

/* Use this if the image is at the top of the <p>. */

p img.inline {
	float: none;
	margin: 0;
}

img {
	margin: 0 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin-top: 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

a:focus, 
a:hover {
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
	background: #f9e8f2;
}

dfn {
	font-weight: bold;
}

pre,code {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
}

tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}

/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	border-collapse: collapse;
}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}

td {
	border: 1px solid #ddd;
}

th,td {
	padding: 4px 10px 4px 4px;
}

tfoot {
	font-style: italic;
}

caption {
	background: #ffc;
}

/* Use this if you use span-x classes on th/td. */

table .last {
	padding-right: 0;
}

/* Some default classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.quiet {
	color: #666;
}

.hide {
	display: none;
}

.highlight {
	background: #ff0;
}

.added {
	color: #060;
}

.removed {
	color: #900;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.clear {
	clear: both;
}
.error,.success {
margin-bottom:1em;
border:2px solid #ddd;
padding:.8em;
}

.error {
background:#FBE3E4;
color:#D12F19;
border-color:#FBC2C4;
}
.success {
background:#E6EFC2;
color:#529214;
border-color:#C6D880;
}
/* @end */

/* @group HTLGN - Link styles */

a, a:link {
	color: #e54294;
	text-decoration: none;
}

a:visited {
	color: #b93577;
	text-decoration: none;
}

a:hover {
	color: #ff40a0;
	text-decoration: none;
}

/* @end */

/* @group Image with caption */

.figure {
	vertical-align: top;
	display: table-cell;
	display: inline-table;
	display: inline-block;
	float: right;
	margin: 0 0 2em 2em;
}

.figure img {
	margin: 0;
	vertical-align: top;
	display: block;
}

.figure span {
	display: block;
	border-bottom: solid 1px #DEDEDE;
	background-color: #EEE;
	color: #333;
	font-size: 0.9em;
	padding: 0.5em 1em;
}

/* @end */

/* @group HTLGN - Navigation */

#navigation {
	padding: 0 0 40px 0;
	width:  198px;
	float: left;
	margin: 0 20px 0 0;
	font-family: "Century Gothic", sans-serif;
}
#navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: block;
	padding: 0px;
	list-style: none;
	padding-left:  6px;
	margin: 0 0 0.625em 0 !important;
	margin: 0 0 0 0;
	font-size: 13px;
	letter-spacing: -0.02em;
	border-bottom: none !important;
	border-bottom: 1px solid #FFF; /* This fixes nav spacing on IE, for no real reason */	
}
#navigation ul li a {
	color: #ff4fa8;
	line-height:  14px !important;
	line-height:  13px;
	display: block;
	text-transform: uppercase;
}
#navigation abbr {
	border: none;
}
#navigation ul li.selected a {
	color: #000;
}
#navigation ul li.selected a strong {
	font-weight: normal;
}
#navigation ul li.home a, #navigation ul li.first a {
	border-top: none;
}
/* Second level */
#navigation ul ul li {
	font-size: 12px;
	margin: 0 0 0.5em 0 !important;
	margin: 0 0 0em 0;
	padding-left: 2em;
}
#navigation ul li ul {
	margin-top: 4px;
	margin-bottom: 2em;
}
#navigation ul li.selected ul li a {
	color:#ff4fa8;
}
/* @end */

/* @group HTLGN - All */

body {
	background: url(../../images/htlgn/bg.gif) repeat 135px;
	margin: 0;
	padding: 0;
}

.wrapper {
	margin-top: 0px;
	width: 920px;
	background: url(../../images/htlgn/content-bg.gif) repeat 
}

#header {
	margin: 0;
	padding: 0;
	height: 126px;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 126px;
	width: 920px;
	background: url(../../images/htlgn/header.jpg) no-repeat left;
}

#page-10-years-younger #header h1, #page-10-years-younger-product #header h1 {
	background: url(../../images/htlgn/header10yy.jpg) no-repeat left;
}
#page-10-years-younger #content h2, #page-10-years-younger-product #content h2 {
	color:#057914;
}

#header h1 a {
	margin: 0;
	padding: 0;
	height: 126px;
	width: 920px;
	display: block;
	text-indent: -4000px;
}

/* Main content container */

#content {
	float: left;
	padding-bottom: 2em;
	width: 700px;
	min-height: 35em;
	font-family: "Century Gothic", sans-serif;
}

#content .unit {
	margin: 0 12px 12px 11px;
}

#content-inner {
	margin: 0 80px 0 12px;
}

#content h2 {
	font-family: "Century Gothic", sans-serif;
	color: #f01885;
	font-size: 1.6em;
	margin-top: -0.25em;
	text-transform:uppercase;
	font-weight: bold;
}

/* Main content container is thinner on pages
that also have an extras container */

p.features {
	margin-bottom: 10px;
	margin-top: 9px;
}
p.features img {
	float: none;
	margin: 4px 0px 0px 0px;
}

body.has-extras #content {
	width: 467px;
	padding: 0;
}

body.has-extras #content .unit {
	width: 467px;
	margin: 0 0 12px 0;
}

#unit-just-for-you, #unit-just-for-you p, #unit-just-for-you p a {
	margin: 0;
	padding: 0;
}
#unit-just-for-you a {
	display: block;
	height: 221px;
	background: url(../../images/htlgn/feature-fashion.jpg) no-repeat left top;
	text-indent: -4000px;
}
#unit-goks-consultation, #unit-goks-consultation p, #unit-goks-consultation p a {
	margin: 0;
	padding: 0;
}
#unit-goks-consultation a {
	display: block;
	height: 158px;
	background: url(../../images/htlgn/feature-goks-consultation.jpg) no-repeat left top;
	text-indent: -4000px;
}
/* Extras container (second column) */

#extras {
	float: left;
	width: 202px;
	margin: 0 0 0 18px;
	padding-bottom: 2em;
}

#footer {
	clear: both;
	background: url(../../images/htlgn/footer.gif) no-repeat left top;
	padding-top:  12px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ae4b66;
	text-align: center;
	padding-bottom: 8px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer .footer-links {
	font-size: 10px;
	line-height: 12px;
	margin-top: 16px;
	margin-bottom: 6px;
}
#footer .footer-copyright {
	padding-bottom: 30px;
}
#footer a {
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #BBB;
}
#footer a.last {
	border-right: none;
}

.unit img {
	margin: 0;
	padding: 0;
	border: none;
}

.unit h2 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

#extras .unit {
	width: 202px;
	margin: 0 0 12px 0;
}

#extras .extra {
	width: 254px;
}

#extras .extra p {
	padding: 14px;
	background: url(../../images/ei/box_bg.gif) repeat-x left top;
	margin: 0;
	color: #eeffff;
}

/* @end */

/* @group HTLGN - Homepage units */
#extras #unit-login {
	margin-bottom: 0px;
}
#extras #unit-login p a {
	display: block;
	width:  202px;
	height: 30px;
	margin-bottom: 8px;
	background: url(../../images/htlgn/log-in-button.gif) no-repeat;
	text-indent: -5000px;
}
#extras #unit-login p {
	margin-bottom: 0;
}
#extras #unit-logged-in p {
	display: block;
	height: 40px;
	padding: 6px;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 0;
	overflow: hidden;
	background: url(../../images/htlgn/logged-in-button.gif) no-repeat;
}
#extras #unit-logged-in p a {
	display: block;
	color: #FFF;
}


#extras .extra-unit p {
	background: none;
	padding: 0.5em 0.75em;
	margin: 0;
}
#extras .extra-unit p a {
	color: #777;
}
#extras .extra-unit p .more {
	display: block;
	font-style: normal;
	font-weight: normal;
	color: #843d5f;
	
}
#extras .extra-unit {
	display: block;
	width:  202px;
	padding-bottom: 0.33em;
	background: url(../../images/htlgn/extra_unit_bottom.gif) no-repeat bottom left;
}
#extras .extra-unit h2 {
	display: block;
	padding: 0.5em 0.75em;
	background: url(../../images/htlgn/extra_unit_top.gif) no-repeat top left;
	text-transform: uppercase;
	font-size: 1.25em;
}
#extras .extra-unit .more {
	background: none;
	
}


/* @end */

input.placeholder {
	color: #999;
}

/* @group HTLGN - Episode List Page */

#content #episode-list {
	display: block;
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 5em;
}

#content #episode-list .episode {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	padding-bottom: 1em;
	background-color: transparent;
	width: 330px;
	float: left;
}
#content #episode-list .episode .series {
	color: #999;
}
#content #episode-list .episode h3 .quiet {
	color: #CCC;
}
#content #episode-list .even {
	clear: both;
	margin-right: 27px;
}
#content #episode-list .episode h3 {
	font-size:  1.5em;
	padding-top:  0em;
	margin-bottom: 0em;
	background: #FFF;
	position: relative;
	display: inline;
	padding: 4px;
	top:  -1.2em;
}
#content #episode-list .episode .conditions {
	list-style: none;
	line-height: 1.1;
	font-size: 11px;
	margin: 0;
	position: relative;
	top:  -1.2em;
}
#content #episode-list .episode strong {
	display: block;
	position: relative;
	top:  -1.2em;
}
#content #episode-list .episode .conditions li {
	display: inline;
}
#content #episode-list .episode .thumb {
	margin-bottom: -1.5em;
}
#content #episode-list .episode .thumb img {
	margin: 0;
}
/* @end */

/* @group Backstage */

.backstageeditbutton {
	background: #ffe7f3 none repeat left top;
	display: block;
	border: 1px none #e18eb7;
	border-top-style: solid;
	border-bottom-style: solid;
	clear:both;
	padding: 6px;
}

.backstageeditbutton img {
	float: left;
	margin-right: 6px;
}

#errorwrapper {
	border-color: #ea999a;
	border-style: solid;
	border-width: 1px;
	background-color: #f6d9da;
	color: #931515;
	padding: 12px;
	margin: 8px 0;
}

#errorwrapper p {
	margin: 0 0 1em 0;
	font-weight: bold;
}

#errorwrapper .error {
	display: list-item;
	list-style: disc;
	margin-left: 2em;
}

#msgwrapper {
	border-color: #b2e69f;
	border-style: solid;
	border-width: 1px;
	background-color: #e0f4da;
	color: #458e2c;
	padding: 12px;
	margin: 8px 0;
}

#comment-form {
	background-color: #d4e4e5;
	padding: 6px;
	border-color: #f6ecf1;
}

#comments .comment {
	background: url(../../images/ei/comment_light_top.gif) repeat left top;
	margin: 12px 0px;
	padding: 0;
}

#comments .comment div {
	padding: 8px 12px;
}

#comments .comment .comment-footer {
	background: url(../../images/ei/comment_light_bottom.gif) #FFF no-repeat left top;
	margin: 0px;
	padding: 20px 12px 0 108px;
	font-size: 90%;
	color: #666;
}

#comment_txt {
	width: 95%;
}

/* @end */

/* @group Forms */

.form-field, .form-buttons, .form-radios, .form-checkbox {
	clear: both;
		margin-bottom: 1em;
}

form div.full {
	display: block;
	width: 96%;
	clear: both;
	margin-top: 1em;
}
form div.full label {
	float: none;
	width: 90%
}
form div.full input {
	float: none;
}


#content .form-buttons {
	clear: both;
	margin: 1em 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #F0F0F0;
}
#content fieldset {
	padding: 1em;
	border: 1px solid #DDD;
}
#content fieldset legend {
	color: #999;
}
#content fieldset .form-buttons {
	clear: both;
	margin: 1em 0 0 0;
	padding: 1em 1em 1em 1em;
	border-bottom: none;
}

#content .form-radios label {
	position: relative;
	top: 1.5em;
}
#content .form-radios div {
	clear: both;
	padding-left: 10em;
}
#content .form-radios div label {
	top: 0;
}

.form-field label {
	display: block;
	width: 10em;
	float: left;
}
#content form div.full label {
	display: block;
	width: 80%;
}
#content form div.full input {
	float: none;
}
#content form div.full .tip {
	color: #777;
	font-size: 11px;
	width: 14em;
}


.form-field label .required, .form-field label .req {
	color: red;
	border: none;
	vertical-align: super;
	font-size: 0.7em;
	font-style: italic;
}

/* @end */

/* @group HTLGN - Social Bookmark Icons */

#socialbookmarks {
	display: inline;
}
#socialbookmarks strong {
	color: #555;
	font-weight: normal;
	margin-right: 12px;
}
#socialbookmarks a {
	color: #777;
	background: url(../../images/htlgn/bookmark_sprites.gif) no-repeat left top;
	padding: 0 8px 0 24px;
	list-style: none;
	display: inline;
	border: none;
}

#socialbookmarks .digg {
	background-position: 0px -20px;
}

#socialbookmarks .facebook {
	background-position: 0px -40px;
}

#socialbookmarks .reddit {
	background-position: 0px -60px;
}

#socialbookmarks .stumbleupon {
	background-position: 0px -80px;
}

/* @end */
#category-list{
	margin: 0px;
	padding: 0px;
}
#category-list li{
	float: left;
	font-size: 1.2em;
	
	line-height: 1.1em;
	list-style-type: none;
	margin: 0px 14px 14px 0px;
	padding: 0px;
	text-transform: uppercase;
	
}
#category-list li a {
	display: block;
	height: 50px;
	padding: 175px 20px 0px 11px;
	width: 115px;
}

#category-list li#category1{
	background: url(/mmlib/images/htlgn/category_icons/coat-icon.jpg);
}
#category-list li#category2{
	background: url(/mmlib/images/htlgn/category_icons/tops-icon.jpg);
}
#category-list li#category3{
	background: url(/mmlib/images/htlgn/category_icons/dresses-icon.jpg);
	margin-right: 0px;
}
#category-list li#category4{
	background: url(/mmlib/images/htlgn/category_icons/trousers-icon.jpg);
}
#category-list li#category5{
	background: url(/mmlib/images/htlgn/category_icons/jeans-icon.jpg);
}
#category-list li#category6{
	background: url(/mmlib/images/htlgn/category_icons/skirt-icon.jpg);
	margin-right: 0px;
}
#category-list li#category7{
	background: url(/mmlib/images/htlgn/category_icons/accessories-icon.jpg);
	margin-right: 0px;
}
#category-list li#category8{
	background: url(/mmlib/images/htlgn/category_icons/shoes-icon.jpg);
}
#category-list li#category9{
	background: url(/mmlib/images/htlgn/category_icons/underwear-icon.jpg);
}

.product-list{
	margin: 0px;
	padding: 0px;
}
.product-list li {
	background-image: url(/mmlib/images/htlgn/product-view-top.png);
	background-position: 1px 0px;
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	list-style-type:none;
	margin: 0px 10px 14px 0px;
	padding-top: 14px;
	width: 161px;
}
.product-list li.col-3 {
	margin-right: 0px;
}
.product-list li div {
	background: url(/mmlib/images/htlgn/product-view-bottom-half.png) no-repeat left bottom;
	padding: 0px 0.5em 1em 0px;
}
.product-list li div a.thumbnail {
	display: block;
	height: 200px;
	margin-left: 15px;
	padding: 0px;
	position: relative;
	top: -11px;
	width: 134px;
}
.product-list li div * {
	padding-left: 0.9em;
}
.product-list li div h3 {
	font-size: 1em;
	margin-bottom: 0.3em;
	height: 3em;
	text-transform: uppercase;
}
#episode-list li div h3 {
	height: 1.5em;
}
#episode-list li div p .more-info {
	float: none;
}
.product-list li div p{
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.product-list li div p .price{
	font-size: 1.3em;
	font-weight: bold;
}
.product-list li div p a {
	color:#CC0066;
	font-weight: bold;
}
.product-list li div p a.buy-now{
	padding: 0px;
	margin: 0px 0 0px 0px;
}
.product-list li div p a.buy-now img {
	margin: 0px;
	padding: 0px;
	float: none;
}
.product-list li div p a.more-info{
	padding: 0px;
	margin: 0px 6px 0px 8px;
	float: left;
}
.product-list li div p a.more-info img {
	margin: 0px;
	padding: 0px;
	float: none;
}
.product-list li div p .merchant-info{
	display: block;
	margin-top: 0.3em;
	text-transform: uppercase;
}
.product-list li div p .merchant-info strong{
	padding-left: 0px;
}


#content .merchant {
	background: url(/mmlib/images/htlgn/merchant-background.png) repeat-x top left;
	clear: both;
	color:#e22ba5;
	font-size: 1.2em;
	height: 25px;
	margin-top: 1em;
	margin-right: 12px;
	padding-left: 0.6em;
	text-transform: uppercase;
}

.product-view h2{
	text-transform: uppercase;
}

.product-view h3 {
	color:#333;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 0.35em;
}
.product-view #content p{
	color:#666;
}
/*
.product-view #content .figure {
	float: right;
	margin-right: 17px;
	margin-right: 8px;
}
*/
p .merchant-logo {
	display: block;
	float: none;
	margin: 0.7em 0px 0px 0px;
}

.product-view #content .price {
	color:#333;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 0.5em;
}
.product-view #content .buy-now {
	float: left;
}
.product-view #content .buy-now img {
	margin: 0px;
}

.goks-outfits .product-list li {
	height: auto;
}
/* @end */

/* @group Pagination */


ul.paging {
	border: 0;
	margin: 1em 0;
	background-color: #FFF;
}

ul.paging li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: none;
}

ul.paging li a,
ul.paging li {
	display: inline;
}

ul.paging .previous-disabled,
ul.paging .next-disabled {
	color: #888888;
	display: block;
	float: left;
	padding: 3px 4px;
	clear: none;
}

ul.paging .previous-disabled, ul.paging .previous {
	padding-right: 8px;
}

ul.paging .next-disabled, ul.paging .next {
	padding-left: 8px;
}

ul.paging .next a,
	ul.paging previous a {
	border: none;
	font-weight: bold;
}

ul.paging .more,
ul.paging .selected {
	color: #ff4fa8;
	font-weight: bold;
	display: block;
	float: left;
	padding: 3px 6px;
	background: #FFF;
}

ul.paging a:link, 
ul.paging a:visited {
	color: #ff4fa8;
	display: block;
	float: left;
	padding: 3px 6px;
}

ul.paging a:hover {
	background-color: #fceeed;
}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}

/* @end */
#bodytypes {
	margin: 0px;
	padding: 0px;
}

#bodytypes li {
	float: left;
	list-style-type: none;
	margin: 0px 1em 1em 0px !important;
	margin: 0px 0.75em 1em 0px;
	padding: 0px;
}
#bodytypes li img {
	margin: 0px;
}

#quickcheck td, #quickcheck th {
	border: none;
	border-bottom: 2px solid #FCFCFC;
}
#quickcheck td img {
	margin: 0px;
	padding: 0px;
}
#quickcheck th {
	color:#991337;
	font-family:"Century Gothic",sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 11px;
	text-transform: uppercase;
	vertical-align: top;
}

#quickcheck td input {
	margin: 0px;
	padding: 0px;
}

.fashion-landing #content .fashionoption {
	display: block;
	margin: 0px 0px 1.3em;
}
.fashion-landing #content .fashionoption img {
	margin: 0px;
}
#body-summary {
	float: left; 
	margin-left: 1em;
	width: 400px; 
}

#content .register {
	margin: 1em 0;
	font-weight: normal;
}
#content .register a {
	font-weight: bold;
} 

#page-register form {
clear: both;
}
#content #unit-what-bodytype {
	margin-top: 0em !important;
	margin-top: 0.5em;
}
#unit-what-bodytype img {
	float: left;
	margin: 0 2em 6em 0;
}
#unit-what-bodytype a img {
	float: none;
	margin: 0;
}
#unit-product-sort strong, #unit-product-sort label {
	color: #777;
	font-weight: bold;
}
#unit-product-sort a {
	padding-left: 0.5em;
}
#unit-product-sort a.selected {
	font-weight: bold;
}

#unit-product-sort #merchant_search_form {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 24px;
}
.extra-unit p {
	margin-bottom: 0px;
}
.extra-unit img {
	float: right;
	margin: 12px 8px 0 2px;
}
#unit-latest-offers {
	height: 150px;
}
#unit-latest-offers img {
	margin: 0px;
	margin-top: -12px;
	position: relative;
	left: -18px;
	top: -12px;
	
}

#content .widget-heading {
	color: #E54294;
	font: normal normal normal 18px/normal Arial, Helvetica, sans-serif;
	margin: 14px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.widget-box {
	background: url(/mmlib/images/htlgn/widget-bg-top.gif) no-repeat top left;
	width: 465px;
	margin-bottom: 2em;
}
.widget-box .widget-box-inner {
	padding: 1.5em;
	background: url(/mmlib/images/htlgn/widget-bg-bottom.gif) no-repeat bottom left;
}

.widget-box a img {
	float: none;
}

h3.do-you-know-your-body-shape {
	font-family: "Century Gothic", sans-serif;
	color: #f01885;
	font-size: 1.25em;
	margin-top: -0.25em;
	text-transform:uppercase;
}

#unit-your-body-type {
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 24px;
}

#unit-10-years-younger a img {
	margin-top: 15px;
	margin-bottom: 5px;
}
