/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML GENERAL 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input
{
    margin: 0;
    padding: 0;
}

body
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;		
	font-size: 62.5%;	
	background-color: #ffffff;
	background-image: url('https://s3-eu-west-1.amazonaws.com/progenexscan/images/bgDotSilver.gif');
	background-repeat: repeat;
}

a
{
	color: #3664A5;
	text-decoration: none;
}

a:hover
{
	color: #3664A5;
	text-decoration: underline;
}

a img
{
	border: 0;
}

img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

h2, h3
{
    font-size: 2em;
}

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

	MASTER PAGE WRAPPERS

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

.master-wrapper-page
{
	margin: 0 auto;
	width: 1024px;
	background-color:#ffffff;
	padding:0;
}

.master-wrapper-content
{
	float: left;
	text-align: left;
	background: #FFF;
}

/* two column master page */
.master-wrapper-side
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 610px;
	background: #FFF;
	color: #000;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

/* one column master page */
.master-wrapper-center-1
{
	float: left;
	width: 830px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/* three column master page */
.master-wrapper-leftside-3
{
    float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center-3
{
    float: left;
	width: 430px;
	margin: 0px 0 0 10px;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-3
{
    float: left;
	width: 420px;
	background: #FFF;
	color: #000;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

.master-wrapper-rightside-3
{
    float: right;
	width: 180px;
	margin: 0 10px 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}


#mostTopBar {
	height: 36px;
	background:#313131;
}

/*                
 SHOPPING CART TOP

*/

#shoppingCart {
	background: url('https://s3-eu-west-1.amazonaws.com/progenexscan/assets/basket_gray_20.png');
	background-repeat: no-repeat;
/*	background-position: 0px -5px;*/
	background-position: 0px 4px;
	padding-left: 25px;
	height: 20px;
	padding-top: 11px;
}

#shoppingCartContents {
	float: left;
}

div.shoppingCartLine {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

div.shoppingCartLine span {
	float: right;
	margin-left: 10px;
}

div#shoppingCartContentsAndLine {
	float: left;
}

#shoppingCartContents {
	float: left;
}

#subShoppingCart {
	float: left;
/*	font-family: Regular, Helvetica, Arial;*/
}

#shoppingCartHeader, #subShoppingCart, #subShoppingCart span, #subShoppingCart strong {
/*	font-family: Regular, Helvetica, Arial;
	font-weight: bold;
	font-size: 16px;*/
	font-weight: normal;
}


#shoppingCart {
	float: right;
	color: #ccc;
	font-size: 12px;
/*	font-weight: bold;*/
}

#shoppingCart a, #shoppingCart a:visited {
	color: #c20000;
}

#shoppingCartHeader {
	float: left;
	color: #777;
 	text-transform: capitalize; 
}

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

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#topbarfiller
{
	position:absolute;
	width:100%;
	height: 36px;
	background-color: #313131;
	z-index:-1;
	left:0;
}

#topbar
{
	background-color: white;
	width:1024px;
}

ul#top-nav
{
	margin: 0;
	padding:0;
	list-style:none;
	height:86px;
}
ul#top-nav li
{
	width: 170px;
	background: #aaa;
	margin-left:1px;
	font-family: Regular, Helvetica, Arial;
	font-weight: bold;
	float: left;
	height:86px;	
}

ul#top-nav li a
{
	display: block;
	color: white;
	height: 86px;
	padding-top: 49px;
	padding-left: 20px;
	font-size: 26px;
	text-transform: uppercase;
}

#logo_image {
	height:86px;width:340px;border-width:0px;
}

#footer
{
	text-align:center;	
	clear: both;	
}

ul#nav-footer
{
	padding:0;
	margin: 0 1px 0 0;
/*	background-color:yellow; */
	list-style:none;
	height:29px;
	width:1024px;
	display: none;
}

div.footer-long {
	background-color: #444444;
	padding: 15px;
	font-size: 12px;
	border-top: 1px solid white;
}

ul#nav-footer li
{
	display:inline;
}

ul#nav-footer li a
{
	background-color: #959595;
	float:left;
	display:block;
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size: 1.3em;
	width:168px;
	height:29px;
	line-height:2.8em;
	margin-right:1px;
	font-size:1em;
}

ul#nav-footer li#footer-faq a
{
	width:170px;
}

ul#nav-footer li#footer-contact a
{
	width:174px;
	margin-right:0px;
}

ul#nav-footer li#footer-shipping-info a
{
	width:171px;
}

.footer-disclaimer
{
	background-color:#d7d7d7;
	font-size: 1.2em;
	color: #606060;
	text-transform:uppercase;	
	margin-top:1px;
	line-height:2.3em;
	border-top: 1px solid white;
	margin-bottom: 50px;
/*	width: 1024px;*/
}

#footer-disclaimer-text {
	text-align: left;
	width: 700px;
	float: left;
	padding-left: 15px;
}

.footer-poweredby
{
	background-color:#d7d7d7;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ALL PAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#breadcrumb
{
	background-color:#e6e6e6;
	padding-left:27px;
}

div#breadcrumb ul
{
	padding: 0;
	margin: 0;
	background-color: #e6e6e6;
	list-style:none;
	height:29px;
}
div#breadcrumb ul li
{
	display: inline;
}

div#breadcrumb ul li span
{
	float:left;
	display:block;
	color:#a2a2a2;	
	text-decoration:none;
	font-size: 1.2em;
	height:29px;
	line-height: 29px;
	margin: 0 7px 0 0;
	text-transform:uppercase;
}

div#breadcrumb ul li a
{
	float:left;
	display:block;
	color:#a2a2a2;	
	text-decoration:none;
	font-size: 1.2em;
	height:29px;
	line-height: 29px;
	margin: 0 7px 0 0;
	text-transform:uppercase;
}

h1
{
	background-color: #000000;
	padding-left:27px;
	color: #ffffff;
	font-size: 1.4em;
	height:29px;
	font-weight:bold;
	width:997px;
	line-height:29px;
}

.topic-content
{
/*	padding:25px;*/
	font-size:1.1em;
}

.topic-content h1
{
	font-size:1.2em;
	font-weight:bold;
}

.topic-content h2
{
	font-size:1.1em;
	font-weight:bold;
}




/* Front page caroussel begin*/

.frontCarrouselHeading {
	font-family: Regular;
	font-weight: bold;
}

.frontCarrouselHeadingSpecialChars {
	font-family: Helvetica, Arial;
}

#frontPageCarrousel {
	width:1024px;
	height:466px;
	float: left;
}

#frontPageCarrouselNavigatorWrapper {
	position: relative;
}

#frontPageCarrouselNavigator {
	padding:0;
	margin:0;
	list-style:none;
	position: absolute;
	float: right;
	top: 440px;
	right: 2px;
	display: inline;
	z-index: 1000;
	font-family: Regular, Helvetica, Arial;
	font-weight: bold;
}

#frontPageCarrouselNavigator li {
	float:left;
	margin: 1px;	
}
#frontPageCarrouselNavigator li a {
	display:table-cell;
	vertical-align:middle;
	width:22px;
	height:22px;
	text-align: center;
	background:#ccc;
	color: #333;
	font-size: 14px;
}

#frontPageCarrouselNavigator li a:hover {
	text-decoration:none;
	background:rgb(100,100,100);
}

#frontPageCarrouselNavigator li a.activeSlide {
	background:#666;
}
/* Front page caroussel END*/



/* Product show page. based on gg html BEGIN ----> */
div.reviews {
	display: none;
}
div.productPicture img {
	width: 512px;
	height: 612px;
	float: right;
}

div.productExtra {
	position: relative;
	top: -560px;
	left: 530px;
	width: 500px;
	
	font-family:Arial Narrow;
	font-size:1.6em;
	font-weight:bold;
	line-height:200%;
	
}

div.productExtra span {
	font-size:2.5em;
}

div#addThis {
	display:none;
}

.productInfosContainer {
	width: 505px;
	float: left;
}
/*
#product-details-shortdescription
{
	padding-left:25px;
	padding-top:25px;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;	
	font-family:Arial Narrow;
	line-height:1.2em;	
}
*/
.productFlavours {
	padding-top:25px;
	padding-left:25px;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;	
	font-family:Arial Narrow;
}

.productBuy {
	position: relative;
	top: -560px;
	left: 530px;
	width: 300px;
}

.productPrice {
	position: relative;
	top: -360px;
	left: 530px;
	width: 300px;

}

.productText {
	position: relative;
	top: -460px;
	left: 530px;
	width: 450px;
	
	font-family: arial, helvetica, sans-serif; font-size: 10pt
	
}

.productAssessment {
	display: none;
}

/* Things specific to GG. hiding uneeded things and such END <---- */

#add_to_cart_text p {
	width: 160px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRODUCT DETAIL PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#product-details-page
{
	padding-top:1px;
}

#product-details-picture
{
	width:512px;
	height:633px;
	float:left;
	padding-right:1px;
	padding-bottom:1px;
}

#product-details-info
{
	float:left;
	width: 500px;
}

.productDescriptionLongText {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	padding-left:25px;
	padding-top:25px;
}

#product-details-shortdescription
{
	padding-left:25px;
	padding-top:25px;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;	
	font-family:Arial Narrow;
	line-height:1.2em;	
}

#product-details-shortdescription span
{
	font-size:3.2em;
	line-height:1em;
}

#product-details-variants
{
	padding-top:25px;
	padding-left:25px;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;	
	font-family:Arial Narrow;
}

#product-details-variants span
{
	display:inline-block;
	width:80px;
}

#product-details-quantity
{
	padding-top:15px;
	padding-left:25px;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;	
	font-family:Arial Narrow;
	padding-bottom:40px;
}

#product-details-quantity span
{
	display:inline-block;
	width:80px;
}

#product-details-buy
{
	color:#000000;
	font-size:2em;
	font-weight:bold;
	line-height:78px;
	width:511px;
	background-color:#eeeeee;
	position:relative;
	height:78px;
	border-bottom:solid 1px #ffffff;	
}

#product-details-buy div
{
	position:absolute;
	bottom:0px;
	right:0px;
	height:78px;
}

#product-details-buy span
{
	font-size:1.4em;
}

.product-details-price
{
	color:#ff0000;
}

.product-details-price p {
	padding-left: 25px;
}

#product-details-buy sup
{
	color:#ff0000;
}

.product-details-price-app
{
	float:right;
	padding-right:170px;
}

/* GREY THEME */

.grey .ajax__tab_header
{
	font-size: 1.1em;
	font-weight:bold;
	display: block;
	background-color:#808080;
}

.grey .ajax__tab_header .ajax__tab_outer
{
	background-color:#808080;
	width:101px;
	text-align:center;
	line-height:2.3em;
	border-right: solid 1px #ffffff;
	height:25px;
	cursor:pointer;
}

.grey .ajax__tab_header .ajax__tab_inner
{
	color: #ffffff;
	padding: 0px;
	margin:0px;
}

.grey .ajax__tab_hover .ajax__tab_inner
{
	color: #000;
}

.grey .ajax__tab_active .ajax__tab_inner
{
	color: #ffffff;
	background-color:#000000;
	width:100%;
}

.grey .ajax__tab_body
{
	padding:25px;
	background-color: #fff;
	font-size:1.2em;
	width:461px;
	text-align:justify;
}

.grey .ajax__tab_header span
{
	height:25px;
}

#product-details-desc-header
{
	background-color:#000000;
	color:#ffffff;
	height:25px;
	width:486px;
	padding-left:25px;
	font-size:1.1em;
	font-weight:bold;
	line-height:25px;
}

#product-details-desc
{
	padding:25px;
	background-color: #fff;
	font-size:1.2em;
	width:461px;
	text-align:justify;
}

#product-details-attributes
{
	color:#000000;
	font-family:Arial Narrow;
	font-size:1.6em;
	font-weight:bold;
	padding-left:25px;
}

#product-details-attributes span 
{
	padding-top:15px;
	display:inline-block;
	width:84px;
}

#product-details-attributes span span
{
	display:inline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRODUCT DETAIL PAGE END
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SHOP PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#shop-main
{
	background-image:url('images/bg-shop.jpg');
	width:1024px;
	height:377px;
}

#shop-main-buttons
{
	padding-left: 715px;
	padding-top: 235px;
}

#shop-products
{
	padding-top:1px;
}

.product-item-supp
{
	width:255px;
	padding-right:1px;
	float: left;
}

.product-title-row
{
	margin-top:1px;
	background-color:#dfdfdf;
	position:relative;
	height:46px;
}

.product-title
{
	background-image:url('images/bg-shop-main-prd-title.gif');
	background-repeat:no-repeat;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:25px;
}

.product-buttons
{
	position:absolute;
	right:0px;
	top:0px;
	background-color:#ffffff;
	padding-left:1px;
}

.product-button-1
{
	height:25px;
}


.product-button-2
{
	height:22px;
}

.product-item-shop-picture
{
	height:200px;
	text-align:center;
	overflow:hidden;
}

.product-item-supp-over
{
	display:none;
	background-color:#ff0000;
	width:254px;
	height:200px;
	padding-right:1px;
	margin-bottom:1px;
	cursor:pointer;
	position:relative;
}

.product-item-supp a:hover, .product-item-supp a:active
{
	text-decoration: none; 
}

.product-item-supp-over-msg
{
	padding-left:25px;
	padding-top:25px;
	color:#ffffff;
	font-size:1.6em;
	font-weight:bold;
	font-family:Arial Narrow;
	line-height:1.2em;	
}

.product-item-supp-over-msg span span
{
	font-size:2.1em;
	line-height:0.9em;
}

.product-item-supp-over-price
{
	font-size:1.4em;
	font-weight:bold;
	position:absolute;
	bottom:8px;
	right:15px;
	font-family:Arial Narrow;
	color:#000000;
}

.product-item-supp-price
{
	color:#ffffff;
}

.product-item-supp-over-price span span
{
	font-size:2.5em;
}

.product-item-supp-over-price span sup
{
	vertical-align:top;
	font-size:1.4em;
	line-height:1.7em;
}

.product-item-access
{
	width:255px;
	padding-right:1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	GG LAYOUT FOR CHECKOUT ETC. BEGIN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* shop/order list */
.productListHeader {
	color:rgb(100,100,100);
	text-transform:uppercase;
}
.productListCell {
	text-align:left;
	border-right:1px dotted rgb(200,200,200);
	border-bottom:1px solid rgb(200,200,200);
	padding:5px 10px 4px;
}

th.productListCell {
	height:30px;
}

.productListCell.cell {
	width:59px;
}

.productListCell.cell img {
	margin-right:10px;
}
.productListCell.first {
	width:299px;
	padding-left:20px;
}

body.orderPage .productListCell.first {
	width:379px;
}

.productListCell.last {
	border-right:none;
	width:150px;
}

.productListCell.total {
	font-weight:bold;
	border-top:1px solid rgb(200,200,200);
	border-bottom:3px double rgb(200,200,200);
	padding-bottom:1px;
}

.productListCell.subtotal {
	font-weight:bold;
}

.proceedSteps {
	height:25px;
	padding-top:5px;
}

.proceedSteps .goBack {
	float:left;
}

.proceedSteps .proceed {
	float:right;
	/*margin-right:26px;*/
}


#orderSteps {
	height:39px;
	border-bottom:1px solid rgb(200,200,200);
}

.orderStep {
	float:left;
	background:url(../img/stripeBack.png);
	padding:3px 20px 3px;
	height:33px;
}

.orderStepActive {
	float:left;
/*	background:url(../img/greenBack400x40.png); */
	background: #333333;
	padding:3px 20px 3px;
	height:33px;
}

.orderStepText {
	color:rgb(100,100,100);
	font-size:28px;
	text-transform:uppercase;
}

.orderStepActive .orderStepText {
	color: #ffffff;
	font-size:28px;
	text-transform:uppercase;
}

.orderStepTextSmall {
	font-size:14px;
}

.step1 {
	border-right:1px solid rgb(200,200,200);
	width:209px;
}

.step2 {
	border-right:1px solid rgb(200,200,200);
	width:209px;
	padding-left:10px;
}

.step3 {
	width:220px;
	padding-left:10px;
}

/* legacy
.step1 {
	border-right:1px solid rgb(200,200,200);
	width:129px;
}

.step2 {
	border-right:1px solid rgb(200,200,200);
	width:129px;
	padding-left:10px;
}

.step3 {
	border-right:1px solid rgb(200,200,200);
	width:129px;
	padding-left:10px;
}

.step4 {
	width:220px;
	padding-left:10px;
}*/

.defaultInput {
		width:134px;
		height:14px;
		border:1px solid rgb(200,200,200);
		padding:2px;
		margin-left:10px;
	}
	
	
.required {
	color:rgb(200,0,0);
}

.radioCheckFix {
	margin-top:-2px;
}

/* form */
.formFieldLabel {
	padding-left:20px;
	width:70px;
}

.formFieldInput {
	padding-right:20px;
}

td.singleLine {
	border-bottom:1px solid rgb(200,200,200);
	padding-left: 20px;
}

.dateSelect {
	width:60px;
	margin:0;
}

input.safetyCode {
	width:60px;
}

.commentText {
	width:100%;
	height:98px;
	border:1px solid rgb(200,200,200);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:-5px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	GG LAYOUT FOR CHECKOUT ETC. END
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#shoppingCartMain, #checkoutMain, #orderConfirmedMain, #creditCardEntryMain {
	position:relative;
	float:left;
	width:740px;
	margin-left: 275px;
}


/* Layout for article columns*/

div.articleColumnLeft {
	width: 630px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}

div.articleColumnRight {
	width: 288px;
	float: left;
	margin-left: 2px;
	padding-left: 20px;
	padding-right: 5px;
	border-left: 1px solid #ccc;
	overflow: hidden;
}
/* ----------------------- */

/* Affiliate sessions BEGIN */

div#affiliate_sessions_wrap {
	background: black;
	color: white;
	background: url(https://progenexusa.com/App_Themes/Progenex/images/bg-generic-tire.jpg);
	font-size: 11px;
	font-weight: bold;
	height: 500px;
}

div#affiliate_sessions_wrap_inner {
	margin-left: 420px;
}

div#affiliate_sessions_wrap_inner form p {
	text-transform:uppercase;
	color: #ccc;
	font-weight: bold;
	font-size: 13px;
}

h2#affiliate_login_heading {
	padding-top: 39px;
	color: red;
}

#new_affiliate_session_after_form p {
	font-weight: bold;
}

div#affiliate_sessions_wrap_inner form {
	width: 250px;
	float: left;
}

#new_affiliate_session_after_form {
	width: 250px;
	float: left;
	margin-left: 30px;
}

a#affiliate_sign_up_button, a#affiliate_log_in_button, a#affiliate_sign_up_submit_button, a#affiliate_this_is_my_gym_button {
	height: 16px;
	background: red;
	color: white;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
}

/* Affiliate sessions END */

h2#affiliate_signup_page_heading {
	padding-top: 39px;
	color: red;
	margin-left: 420px;
}

div.password_reset_page h1 {
	padding-top: 30px;
	color: red;
	margin-left: 392px;	
}

div#affiliate_signup_page, div#affiliate_signup_accepted, div.password_reset_page {
	font-size: 12px;
	background: black;
	color: white;
	background: url(https://progenexusa.com/App_Themes/Progenex/images/bg-generic-tire.jpg);
}

div#affiliate_signup_accepted, div.password_reset_page {
	height: 500px;
/*	margin-top: -10px;*/
}

div#affiliate_signup_accepted p, div.password_reset_page p {
	margin-left: 420px;
	padding-top: 50px;
	font-weight: bold;
	font-size: 12px;
}

div#affiliate_signup_form {
	margin-left: 420px;
/*	float: left;
	width: 720px;*/
}

div.listed_gym_selector {
/*	float: left;*/
	margin-left: 420px;
	width: 580px;
}

/* AFFILIATE BEGIN */

div.affiliate_main_screen {
	float: left;
	width: 800px;
	padding-left: 20px;
	margin-top: 2px;
	font-size: 12px;
}

/*div.affiliate_main_screen h2 {
	background: white;
	color: black;
}*/


ul#affiliate_menu
{
	margin: 0;
	padding:0;
	list-style:none;
	float: left;
	width: 170px;
}
ul#affiliate_menu li
{
	width: 170px;
	background: #aaa;
	margin-left:1px;
	font-family: Regular, Helvetica, Arial;
	margin-top: 1px;
}

ul#affiliate_menu li a
{
	display: block;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

div#affiliate_total_earnings_info p {
	font-size: 14px;
}

/* AFFILIATE END */


/*div#countrySelect {
  float: left;
	position: relative;
	margin-left: 12px;
	margin-top: 10px;
	height: 15px;
	width: 140px;
}

div#countrySelect select {
	width: 120px;
}*/

div.affiliate_signup_form_col1, div.affiliate_signup_form_col2 {
	float: left;
	width: 250px;
}

div#affiliate_login_link_front {
  float: left;
	margin-left: 15px;
	margin-top: 3px;
	height: 15px;
	z-index: 100;
}

div#affiliate_login_link_front a {
	font-family: Regular, Helvetica, Arial;
	color: #ccc;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

div#affiliate_login_link_front a:hover {
	text-decoration: none;
}

div#affiliate_login_link_front img {
	margin-top: 5px;
	margin-right: 10px;
}

/* form errors BEGIN */

div.fieldWithErrors input {
	border: 2px solid red;
}

/* form errors END */

#facebooklike {
/*	display: none;*/
	float: right;
	width: 145px;
	overflow: hidden;
	margin-top: 2px;
/*	height: 10px;
	width: 135px;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: -135px;*/
}

#extra_facebook_icon {
  float: left;
	/*position: absolute;*/
	/*left: 165px;
	top: 5px;*/
	
	margin-left: 0px;
	margin-right: 5px;
}

#extra_facebook_icon img {
	margin-top: 4px;
	width: 16px;
	height: 16px;
}

#footer_youtube_icon {
	float: right;
	margin-right: 15px;
}

#footer_youtube_icon img {
  margin-top: 3px;
}

div#footer-icons {
/*	width: 220px;*/
	float: right;
}



div#new_product_price {
	float: left;
	width: 400px;
	height: 40px;
/*	left: -500px;*/
	text-align: left;
	position: relative;
	top: -80px;
	left: -86px;
	z-index: 9999;
	color: red;
}

.clear_both {
	clear: both;
}






#countrySelectFirst {
	width: 150px;
	padding: 3px;
}

#countryselect {
/*	display: none;*/
/*	position: absolute;
	top: 7px;
	left: 0px;*/
	position: relative;
	float: left;
	color: white;
	width: 150px;
	background: #666666;
	z-index: 9999;
	margin-top: 8px;
}
#countryselect img {
	position: relative;
	top: 2px;
	margin-left: 2px;
	margin-right: 3px;
}  
#countryselect ul li, #countryselect dt, #countryselect ul { margin: 0; padding: 0; }
#countryselect ul li { position: relative; }
#countryselect ul li a { background: #666666; display: block; padding-right: 2px; width: 150px; padding-top: 3px; padding-bottom: 3px;}
#countryselect * { font-size: 11px; color: #ffffff; }
#countryselect a:hover { text-decoration: none; }
#countryselect ul {
	background: #666666;
/*	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: block;*/
	list-style: none;
	padding: 5px 0px;
	width: auto;
	min-width: 150px;
}
#countryselect dd ul li a { padding: 2px; display: block;}

#countryselectCountries ul {
	list-style-type:none;
}

#countryselectCountries {
	position: absolute; 
	left: 0px;
	top: 2px;
	float: left;
	z-index: 9999;
}

