@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Global Browser Reset )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, table, tr,
td, th, tbody, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
}

input {
	margin: 0;
	padding: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Universal Setting )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, table, tr,
td, th, tbody, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	position: relative;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

html, body, universal styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	background: #FFF;
	font: 12px/1.3 Arial, Helvetica, sans-serif;
	color: #282522;
	text-align: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 800px;
	height: 92px;
	float: left;
}

	.header h1 {
		width: 220px;
		height: 92px;
		float: left;
		text-indent: -9000px;
		background: transparent url(logo.png) top left no-repeat;
	}
	
		.header h1 a {
			width: 220px;
			height: 92px;
			float: left;
			background: transparent;
		}
	
	.header ul {
		padding: 73px 10px 5px 0;
		height: 14px;
		float: right;
		font-size: 11px;
	}
	
		.header ul li {
			height: 14px;
			margin: 0 6px 0 0;
			padding: 0 6px 0 0;
			border-right: 1px #666 solid;
			float: left;
		}
		
			.header ul li.last {
				border: none;
			}
		
			.header ul li a {
				height: 14px;
				float: left;
				color: #666;
			}
			
			.header ul li a:hover {
				color: #000;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Top Nav

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.top_nav {
	width: 800px;
	height: 80px;
	float: left;
	background: transparent url(top-nav-bg.png) top left no-repeat;
}

	.top_nav ul {
		width:475px;
		height: 36px;
		margin: 44px 0 0 0;
		float: left;
	}
	
		.top_nav ul li {
			height: 36px;
			float: left;
			text-indent: -9000px;
		}
		
			.top_nav ul li a {
				height: 36px;
				float: left;
			}
			
			.top_nav ul li.top_nav_home, .top_nav ul li.top_nav_home a {
				width: 93px;
				background: transparent url(top-nav.png) 0px 0px no-repeat;
			}
			
			.top_nav ul li.top_nav_home a:hover {
				background-position: 0px -36px;
			}
			
			.top_nav ul li.top_nav_home a:active {
				background-position: 0px -72px;
			}
			
				.top_nav ul li.top_nav_home a.on {
					background-position: 0px -108px;
				}
			
			
			
			.top_nav ul li.top_nav_male_hair_loss, .top_nav ul li.top_nav_male_hair_loss a {
				width: 129px;
				background: transparent url(top-nav.png) -93px 0px no-repeat;
			}
			
			.top_nav ul li.top_nav_male_hair_loss a:hover {
				background-position: -93px -36px;
			}
			
			.top_nav ul li.top_nav_male_hair_loss a:active {
				background-position: -93px -72px;
			}
			
				.top_nav ul li.top_nav_male_hair_loss a.on {
					background-position: -93px -108px;
				}
			
			
			
			.top_nav ul li.top_nav_testimonials, .top_nav ul li.top_nav_testimonials a {
				width: 119px;
				background: transparent url(top-nav.png) -222px 0px no-repeat;
			}
			
			.top_nav ul li.top_nav_testimonials a:hover {
				background-position: -222px -36px;
			}
			
			.top_nav ul li.top_nav_testimonials a:active {
				background-position: -222px -72px;
			}
			
				.top_nav ul li.top_nav_testimonials a.on {
					background-position: -222px -108px;
				}
			
			
			
			.top_nav ul li.top_nav_order_now, .top_nav ul li.top_nav_order_now a {
				width: 134px;
				background: transparent url(top-nav.png) -341px 0px no-repeat;
			}
			
			.top_nav ul li.top_nav_order_now a:hover {
				background-position: -341px -36px;
			}
			
			.top_nav ul li.top_nav_order_now a:active {
				background-position: -341px -72px;
			}
			
				.top_nav ul li.top_nav_order_now a.on {
					background-position: -341px -108px;
				}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 800px;
	margin: 10px 0 0 0;
	float: left;
}

	.content b, .content strong {
		font-weight: bold;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 760px;
	margin: 20px 0 0 0;
	padding: 20px;
	border-top: 2px #282522 solid;
	float: left;
	font-size: 11px;
	text-align: center;
}

	.footer, .footer a {
		color: #666;
	}
	
	.footer a:hover {
		color: #000;
	}

	.footer ul {
		width: 760px;
		float: left;
	}
	
		.footer ul li {
			display: inline;
			margin: 0 10px 0 0;
		}
	
	.footer p {
		width: 760px;
		margin: 10px 0 0 0;
		float: left;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Home Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.home_content_1 {
	width: 800px;
	float: left;
	background: #223F5B url(home_gradient-bg.png) top right no-repeat;
}

.home_content_2 {
	width: 780px;
	padding: 10px 10px 40px 10px;
	float: left;
	background: transparent url(images/home_bottom-right-couple.gif) bottom right no-repeat;
}
	
.home_left_col {
	width: 262px;
	float: left;
}

.home_video_box {
	width: 242px;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
	background: #E9F0F5;
}

	.home_video_box img, .home_video_box object, .home_video_box embed {
		float: left;
	}

.home_guarantee {
	width: 221px;
	padding: 10px 21px 10px 20px;
	float: left;
}

	.home_guarantee a, .home_guarantee img {
		float: left;
	}

.home_right_col {
	width: 475px;
	padding: 0 10px 135px 0;
	float: right;
	color: #FFF;
}

.home_right_text {
	width: 475px;
	float: left;
	margin: 10px 0;
}

.home_deal {
	width: 475px;
	height: 196px;
	float: left;
	background: transparent url(home_main-deal-bg.gif) top left no-repeat;
}

	.home_deal h2, .home_deal h3 {
		display: none;
	}

	.home_deal a {
		width: 177px;
		height: 58px;
		bottom: 10px;
		right: 72px;
		position: absolute;
		text-indent: -9000px;
		background: transparent url(home_order-now.gif) top left no-repeat;
	}
	
	.home_deal a:hover {
		background: transparent url(home_order-now.gif) bottom left no-repeat;
	}

.home_legal {
	width: 455px;
	padding: 10px;
	float: left;
	font-size: 10px;
	color: #65809A;
}

a.home_other_order_options {
	width: 226px;
	height: 45px;
	bottom: 85px;
	right: 240px;
	position: absolute;
	text-indent: -9000px;
	background: transparent url(home_other-order-options.gif) top left no-repeat;
}

a.home_other_order_options:hover {
	background: transparent url(home_other-order-options.gif) bottom left no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Column Order Now

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h5.left_column_order_now {
	width: 100%;
	margin: 20px 0;
	height: 170px;
	float: left;
	text-indent: -9000px;
}

	h5.left_column_order_now a {
		width: 100%;
		height: 170px;
		padding: 0 0 0 0;
		float: left;
		background: transparent url(follow-on-order-now.jpg) 50% 0% no-repeat;
	}
	
	h5.left_column_order_now a:hover {
		background: transparent url(follow-on-order-now.jpg) 50% 100% no-repeat;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Testimonials Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.testimonial_left_col {
	width: 585px;
	float: left;
}

.testimonial_row {
	width: 585px;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px #CCC dotted;
	float: left;
}

.testimonial_video_box {
	width: 242px;
	padding: 10px;
	float: left;
	background: #E9F0F5;
}

	.testimonial_video_box img, .testimonial_video_box object, .testimonial_video_box embed {
		float: left;
	}

.testimonial_desc {
	width: 293px;
	padding: 10px 10px 0 0;
	float: right;
}

	.testimonial_desc p {
		margin: 0 0 20px 0;
	}

.testimonial_right_col {
	width: 195px;
	padding: 10px 0 0 0;
	float: right;
}

	.testimonial_right_col img {
		float: left;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Multi-Use Stuff

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.gray_box {
	margin: 0 0 15px 0;
	padding: 15px;
	border: 1px #BBB dotted;
	background: #F7F7F7;
}

.multi_left_col {
	width: 555px;
	padding: 0 0 0 10px;
	float: left;
}

	.multi_left_col p, .multi_left_col ul, .multi_left_col ol, .multi_left_col h2, .multi_left_col h3, .multi_left_col h4 {
		margin: 0 0 12px 0;
	}
	
	.multi_left_col h1, .multi_left_col h2 {
		font-size: 18px;
		font-weight: bold;
	}
	
	.multi_left_col h3 {
		font-size: 14px;
		font-weight: bold;
	}
	
	.multi_left_col h4 {
		font-weight: bold;
	}
	
		.multi_left_col ul li {
			margin: 0 0 6px 0;
			list-style: inside disc;
		}
		
		.multi_left_col ol li {
			margin: 0 0 6px 0;
			list-style: inside decimal;
		}
	
.multi_right_col {
	width: 221px;
	float: right;
}

.right_guarantee {
	margin: 0 0 10px 0;
	float: left;
}

	.right_guarantee img {
		float: left;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Male Hair Loss Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.mhl_left_text {
	width: 555px;
	float: left;
}

p.mhl_right_col_order_now {
	width: 167px;
	height: 47px;
	padding: 10px 27px 20px 27px;
	float: left;
}

	p.mhl_right_col_order_now a {
		width: 167px;
		height: 47px;
		float: left;
		text-indent: -9000px;
		background: transparent url(brown_order-now.gif) top left no-repeat;
	}
	
	p.mhl_right_col_order_now a:hover {
		background: transparent url(brown_order-now.gif) bottom left no-repeat;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Order Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.order_row {
	width: 555px;
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #D8D8D8 dotted;
	float: left;
}

	.main_order_row {
		width: 543px;
		padding: 10px 10px 10px 0;
		border: 1px #AAA dotted;
		background: #F7F7F7;
	}

.order_desc {
	width: 339px;
	padding: 10px;
	float: left;
}

	.main_order_row div.order_desc {
		width: 321px;
	}

	.order_desc p {
		margin: 0 0 5px 0;
		font-size: 11px;
		color: #555;
	}
	
	.order_desc p.order_price {
		padding: 0 10px 0 0;
		font-size: 12px;
		color: #000;
		text-align: right;
		font-weight: bold;
	}
	
a.order_purchase_link {
	width: 145px;
	height: 40px;
	float: right;
	text-indent: -9000px;
	background: transparent url(order_purchase-now.gif) top left no-repeat;
}

a.order_purchase_link:hover {
	background: transparent url(order_purchase-now.gif) bottom left no-repeat;
}
	
	.order_desc p strong {
		text-align: right;
	}

.order_pic {
	width: 170px;
	padding: 10px;
	border: 1px #D8D8D8 dotted;
	float: right;
}

	.main_order_row div.order_pic {
		padding: 5px;
		background: #FAFAFA;
	}

	.order_pic img {
		float: left;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Arbitrary Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.arb_col {
	width: 760px;
	padding: 10px 20px;
	float: left;
}

	.arb_col p, .arb_col ul, .arb_col ol, .arb_col h2, .arb_col h3, .arb_col h4 {
		margin: 0 0 12px 0;
	}
	
	.arb_col h1, .arb_col h2 {
		font-size: 18px;
		font-weight: bold;
	}
	
	.arb_col h3 {
		font-size: 14px;
		font-weight: bold;
	}
	
	.arb_col h4 {
		font-weight: bold;
	}
	
		.arb_col ul li {
			margin: 0 0 6px 0;
			list-style: inside disc;
		}
		
		.arb_col ol li {
			margin: 0 0 6px 0;
			list-style: inside decimal;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Cart

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cart {
	width: 750px;
	padding: 0 25px;
	float: left;
}

.ucTableBorderBackground {
	background: #333;
}

.ucTableHeaderBackground {
	background: #DDD;
}

span.ucTableHeader {
	padding-top: 10px;
}

.ucContinueShoppingButton {
	width: 152px;
	height: 24px;
	margin-top: 5px;
	background: transparent url(uc_continue-shopping.gif) top left no-repeat;
}

	.ucContinueShoppingButton input {
		display: block;
		width: 152px;
		height: 24px;
	}

.ucUpdateButton {
	width: 75px;
	height: 24px;
	margin-top: 5px;
	background: transparent url(uc_update.gif) top left no-repeat;
}

	.ucUpdateButton input {
		display: block;
		width: 75px;
		height: 24px;
	}

.ucFinalizeOrderButton {
	width: 118px;
	height: 24px;
	margin-top: 5px;
	background: transparent url(uc_finalize-order.gif) top left no-repeat;
}

	.ucFinalizeOrderButton input {
		display: block;
		width: 118px;
		height: 24px;
	}

#billingDifferent {
	margin-top: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Upsells

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.upsell  {
    float: left;
    width: 100%;
}

.upsell h1 {
	float: left;
	text-align:left;
	font-size:18px;
	font-weight:bold;
        margin: 0 0 10px 0;
}

.image_box {
	float: left;
	width: 100%;
  
	
}

.image_box img {
    float: left;
    width: 240px;
}

.image_box h2 {
    float: left;
    width: 460px;
    text-align: left;
    font-size: 16px;
}

.image_box h3 {
    float:left;
    width: 460px;
    text-align: left;
    font-weight: bold;
    margin: 5px;
    font-size: 14px;
}

.image_box p {
    float: left;
    width: 460px;
    color: #333333;
    font-size: 13px;

}

.upsell p {
   float: left;
   text-align: left;
   margin: 0 0 5px 0;
}

.upsell_buttons {
    float: left;
    width: 600px;
    padding: 0 60px 0 0;

}

.upsell form {
    float: right;
}