﻿

/* = Base/Reset Styles
----------------------------------------------------------------------------------------------------*/

*
{
	/* set all elements to have 0 margin and padding */
	margin: 0;
	padding: 0;
}

p, ul, dl
{
	/* reset specific elements */
	text-align: left;
	list-style: none;
}

p
{
	line-height: 1.4em;
}

fieldset, img
{
	border: 0;
}

address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}

caption
{
	text-align: left;
}

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

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

abbr, acronym
{
	border: 0;
	font-variant: normal;
}

sup, sub
{
	line-height: -1px;
	vertical-align: text-top;
}

sub
{
	vertical-align: text-bottom;
}


body
{
	color: #333333; /* global font color, except for form elements */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 100%;
	background: #005479 url(https://assets.bodybuilding.com/images/BgBottom2.png) bottom left repeat-x;
}

html
{
	min-height: 100%;
	height: auto;
}

.TopBg
{
	background: url(https://assets.bodybuilding.com/images/BgTop2.png) top left repeat-x;
	height: 564px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0
}


input, textarea, select
{
	color: #333333;
}

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

pre, code, kbd, samp, tt
{
	font-family: monospace;
	line-height: 99%;
}

legend
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: normal;
}

del
{
	text-decoration: line-through;
}

/* = Font Sizing
----------------------------------------------------------------------------------------------------*/

/*Base Size*/

#breadCrumb, #columnRight
{
	font-size: 10px;
}

#navColumn ul li a, #navContent
{
	font-size: 11px;
}

ul#mainNav li a, #textPromo, #navContent span
{
	font-size: 12px;
}

#navColumn h4
{
	font-size: 14px;
}

h2
{
	font-size: 16px;
}


/* = Base Links/Anchor
----------------------------------------------------------------------------------------------------*/

a:link, a:visited, a:active, a:focus
{
	outline: none;
	text-decoration: none;
	color: #0e709a;
}

a:hover
{
	outline: none;
	text-decoration: underline;
	color: #00a1de;
}

:focus
{
	-moz-outline-style: none;
	text-decoration: none;
	outline: none;
}


a.greyLink, .greyLink a:link, .greyLink a:visited, .greyLink a:focus
{
	outline: none;
	text-decoration: none;
	color: #666666;
}

.greyLink a:hover
{
	outline: none;
	text-decoration: underline;
	color: #9a9b9c;
}

a.lightBlueLink, .lightBlueLink a:link, .lightBlueLink a:visited, .lightBlueLink a:focus
{
	outline: none;
	text-decoration: none;
	color: #4AA9FF;
}

.lightBlueLink a:hover
{
	outline: none;
	text-decoration: underline;
	color: #66CCFF;
}

/* = Common Styles
----------------------------------------------------------------------------------------------------*/

.clearFloatNoHeight
{
	clear: both;
	line-height: 0;
	height: 0;
	display: block;
	overflow: hidden;
	width: 0;
}

.clearFloat
{
	clear: both;
	display: block;
}

.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}
.textLeft
{
	text-align: left;
}
.textRight
{
	text-align: right;
}
.displayNone
{
	display: none;
}
.displayBlock
{
	display: block;
}
.highlightYellow
{
	background-color: #FFFFCC;
}
p.last
{
	margin-bottom: 0;
}

/* = headings
----------------------------------------------------------------------------------------------------*/
#footer
{
    width: 780px;
    background-image: url(../images/footerLogo.png);
    height:178px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    text-align: left;
    clear: both;
}

#footerNoNav
{
    width: 780px;
    background-image: url(../images/footerLogoNoNav.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    text-align: left;
    height: 182px;
    clear:both;
}

.footerPlaceholder
{
    height:63px;
}

#footerContent
{
    font-size: 11px;
    line-height: 18px;
    margin-bottom:10px;
}

#footerContent h3
{
    font-size: 11px;
    font-weight: bold;
    color: #57595d;
}

table#footerSections
{
    float:right;
    width:386px;
}

table#footerSections td
{
    vertical-align:top;
}


table#footerImages
{
    float: left;
    width: 370px;
    height:50px;
    margin: 30px 0 0 3px;
}

table#footerImages td
{
    vertical-align:top;
}

table#footerImages img
{
    vertical-align:top;
    margin: 0 0 0 2px;
    display:inline;
    border:none;
}


#footerFeedback
{
    width: 105px;
    color: #606266;
    padding:0 3px 0 0;
}

#footerFeedback a
{
    line-height:18px;
}


#footerFollowUs
{
    width: 90px;
    padding:0 3px 0 6px;
    border-left: solid 1px #a2a3a4;
}

#footerFollowUs div
{
    margin-bottom: 5px;
    height: 17px;
    color: #606266;
}

#footerFollowUs div a img
{
    margin-right: 3px;
    border:none;
}

#footerFollowUs a:link
{
    display: block;
    float: left;
}

#footerNewsletter
{
    width: 170px;
    padding:0 1px 0 6px;
    border-left: solid 1px #a2a3a4;
}

#footerNewsletter div
{
    color: #9a9b9c;
}

#footerNewsletter p
{
    line-height:14px !important;
    color: #9a9b9c;
    margin:0;
    padding:0;
}

#footerTextBox
{
    height: 18px;
    width: 150px;
    font-size: 10px;
    margin: 0 0 5px 0;
    vertical-align:top;
}



#header
{
	width: 648px;
	background: #ffffff url(https://assets.bodybuilding.com/images/HeaderBg.png) top left repeat-x;
	height: 99px;
	margin: 0px;
	padding: 0px;
}

#header img.logo
{
	float: left;
}


#navColumn h4
{
	background: #0F5A7F url(https://assets.bodybuilding.com/images/navHeadersBg.png);
	height: 31px;
	width: 111px;
	line-height: 31px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 16px;
}

.StoreNavBg
{
	background: #0F5A7F url(https://assets.bodybuilding.com/images/navHeadersBg1.png) !important;
}



/* = page structue
----------------------------------------------------------------------------------------------------*/

#centerContent
{
	z-index: 10;
	position: relative;
	min-height: 900px; /*min-height to keep bottom bg from colliding with top bg.  FYI: IE6 ignores this */
	margin: 0 auto;
}

#content
{
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 2px solid #9b9b9b;
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
	background-image: url(https://assets.bodybuilding.com/images/contentBg.png);
	background-repeat: repeat-y;
	margin: 0 auto 15px auto;
}

/*
#footerNoNav
{
	width: 780px;
	background-image: url(../images/footerLogoNoNav.png);
	height: 70px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;
}*/

#columnLeft
{
	width: 648px;
	float: left;
}

#columnRight
{
	float: left;
	width: 120px;
	color: #333333 !important;
	margin-left: 6px;
	display: inline;
	line-height: 14px;
}

#logoCon
{
	width: 256px;
	height: 99px;
	float: left;
}

#headerLinksCon
{
	width: 345px;
	height: 99px;
	float: right;
}

#cartLinks
{
	width: 310px;
	height: 32px;
	float: right;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}

#areaTitle
{
	float: right;
	width: 300px;
	height: 22px;
    margin-right:18px;
	margin-top: 7px;
	text-align: right;
    color:#00547A;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

#areaTitle a, #areaTitle a:link, #areaTitle a:visited, #areaTitle a:hover
{
    color:#00547A;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}


/* = #breadCrumb
----------------------------------------------------------------------------------------------------*/
#breadCrumbBg
{
	width: 647px;
	border-left: 0px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
	background: url(https://assets.bodybuilding.com/images/breadCrumb.png) top left repeat-x;
	height: 28px;
	color: #9c9d9c;
	clear: both;
}

#breadCrumb
{
	float: left;
	height: 17px;
	padding-top: 11px;
	padding-left: 10px;
	line-height: 1;
	width: 355px;
	overflow: hidden;
}

#breadCrumb a:link, #breadCrumb a:visited, #breadCrumb a:active
{
	color: #9c9d9c;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

#breadCrumb a:hover
{
	text-decoration: underline;
	color: #bbbdbb;
}

#searchBox
{
	float: right;
	height: 28px;
	width: 270px;
	text-align: right;
    margin-right:11px;
    *margin-right:6px;
}

.searchTable
{
	width: 270px;
	height: 22px;
	margin-top: 5px;
}

.searchTable td
{
	vertical-align: middle;
	text-align: right;
	padding: 0;
	margin: 0;
}

/* Search Bar in Bread Crumb */

.form_no_padding
{
	padding: 0;
	margin: 0;
}

.search_box_input
{
	font-size: 11px;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
	width: 80px;
}

.search_box_input_header
{
	font-size: 11px;
	border: 1px solid #666666;
	width: 110px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

/*----------Green Button----------*/

.btnSearch
{
	border: none;
	background: url(https://assets.bodybuilding.com/images/btnSearch.png) no-repeat top left;
	width: 51px;
	height: 22px;
	cursor: pointer;
	margin-right: 5px;
}

/* = #mainNav
----------------------------------------------------------------------------------------------------*/

ul#mainNav
{
	background: url(https://assets.bodybuilding.com/images/mainNavBg2.png) top left no-repeat;
	width: 340px;
	height: 28px;
	float: right;
}

ul#mainNav li
{
	float: left;
	text-align: center;
}

ul#mainNav li#storeBtn a
{
	width: 66px;
	padding-left: 4px;
}
ul#mainNav li#superStoreBtn a
{
	width: 92px;
}
ul#mainNav li#bodySpaceBtn a
{
	width: 99px;
}
ul#mainNav li#forumsBtn a
{
	width: 79px;
}


ul#mainNav li a, ul#mainNav li a:link, ul#mainNav li a:visited, ul#mainNav li a:active
{
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #675C53;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 25px;
}

ul#mainNav li a:hover
{
	color: #0e709a;
}

#textPromo
{
	float: right;
	width: 281px;
	font-size: 12px;
	line-height: 1.4em;
	margin: 5px 0 0 0;
	padding: 0px;
}

#navColumn
{
	width: 127px;
	float: left;
}

#navColumn ul li a, #navColumn ul li a:link, #navColumn ul li a:visited, #navColumn ul li a:active
{
	color: #4D4F53;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 112px;
	padding-left: 15px;
	line-height: 20px; /**line-height:19px;*/
	background-image: url(https://assets.bodybuilding.com/images/navImgBg.png);
	background-repeat: no-repeat;
}

#navColumn h4 a:link, #navColumn h4 a:visited, #navColumn h4 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


#navColumn ul li a:hover
{
	background-position: left -22px;
	color: #FFFFFF;
}

#navColumn ul li ul li a, #navColumn ul li ul li a:link, #navColumn ul li ul li a:visited, #navColumn ul li ul li a:active
{
	color: #4D4F53;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 101px;
	padding-left: 26px;
	line-height: 20px; /**line-height:19px;*/
	background-image: url(https://assets.bodybuilding.com/images/navImgSubBg.png);
	background-repeat: no-repeat;
}

#navColumn ul li ul li a:hover
{
	background-position: left -22px;
	color: #FFFFFF;
}

#navColumn ul li ul li.navSelected a, #navColumn ul li.navSelected a
{
	background-position: left -22px;
	color: #FFFFFF;
}

#mainContentColumn
{
	width: 521px;
	float: left;
}

#mainContentPromo
{
	background: #04102A url(https://assets.bodybuilding.com/images/mainContentPromo.png) repeat-x;
	height: 287px;
}


#mainContentPromoSuperSite
{
	background: url(https://assets.bodybuilding.com/images/mainContentPromo.png) bottom left repeat-x;
	height: 219px;
}

#navContent
{
	margin: 20px 0 20px 6px;
}

#navContent span
{
	color: #B2541A;
	font-weight: bold;
}


#bodyFooterLinks p
{
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #FFF;
}

#bodyFooterLinks a:link, #bodyFooterLinks a:visited, #bodyFooterLinks a:focus, #bodyFooterLinks a:active
{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#bodyFooterLinks a:hover
{
	text-decoration: underline;
}


#rightLoginCon
{
	width: 110px;
	border: solid 1px #000;
	margin-left: 4px;
}


/* = Product page structue
----------------------------------------------------------------------------------------------------*/

#bodyContainer
{
	width: 980px;
	margin: 0 auto;
}

#headContainer
{
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
}

#headerLiquid
{
	background: #ffffff url(https://assets.bodybuilding.com/images/HeaderBg.png) top left repeat-x;
	height: 99px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#centerContainer
{
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
}

#footerContainer
{
	margin: 0 auto;
	width: 980px;
	height: 182px;
	background: #ffffff url(../images/footerBg980.png) top left no-repeat;
	text-align: left;
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
	border-bottom: 2px solid #9b9b9b;
}


#leftSideCon
{
	width: 300px;
	margin: 0px;
	border-right: solid 1px #b7b1a9;
	background-color: #F4F3F2;
	vertical-align: top;
}


table.orderPriceTable
{
	margin: 0 0 0 0;
    width:290px;
}

table.orderPriceTable td
{
	vertical-align: middle;
	height: 25px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

table.orderPriceTable td span
{
	vertical-align: top;
	height: 25px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

td.priceOrderHeader
{
	vertical-align: bottom;
    padding-left:10px;
}

td.priceOrderHeader h4
{
	font-weight: bold;
	font-size: 14px;
}

.orderLeft
{
	width: 135px;
}

.orderMiddle
{
	width: 50px;
}

.orderRight
{
	width: 95px;
}

.productDetails
{
	width: 680px;
	background-color: Black;
	color: #f0f0f0;
	font-size: 12px;
	line-height: 1.4em;
}

.productDetails p
{
	margin-bottom: 12px;
}

 .productDetails a, .productDetails a:link, .productDetails a:visited
{
	outline:none;
	text-decoration:underline;
	color:#4AA9FF;
}

.productDetails a:hover
{
	outline:none;
	text-decoration:underline;
	color:#66ccff;
}

.productDetails a:active, .productDetails a:focus
{
	outline:none;
	text-decoration:none;
	color:#4AA9FF;
}

h5.productPrice
{
	color: #5b8f06;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

h5.productPrice span
{
	color: #9a9b9c;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: bold;
}

h4.flavor
{
	font-size: 11px;
	font-weight: bold;
}

a.btnOrder
{
	background: url(../images/btnOrder.png) top left no-repeat;
	width: 45px;
	height: 19px;
	display: block;
}

.btnOrder span
{
	display: none;
}


h5.shipAndStock
{
	font-size: 11px;
	color: #9a9b9c;
	font-weight: bold;
}

h5.outOfStock
{
	font-size: 11px;
	color: #ba6f2e;
	font-weight: bold;
}

#leftLinks
{
	height: 100px;
	width: 100%;
	background-color: #fff;
	border-top: solid 1px #b7b1a9;
	border-bottom: solid 1px #b7b1a9;
}

#leftLinks h5
{
	font-size: 10.5px;
	font-weight: bold;
	margin: 8px 0;
}

.manufactureLinks
{
	width: 140px;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

.workdsWellLinks
{
	width: 135px;
	float: right;
	margin: 0 5px 0 0;
	display: inline;
}

.manufactureLinks ul, .workdsWellLinks ul
{
	list-style: none;
}


.manufactureLinks li, .workdsWellLinks li
{
	padding-left: 10px;
	background-image: url(https://assets.bodybuilding.com/images/arrowWhiteBg.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin-bottom: 6px;
	font-size: 11px;
}


.ingredientTable
{
	width: 278px;
	margin-left: 8px;
    font-size:12px;
}

.ingredientTable ul
{
    list-style-type:disc !important;
    margin:5px 0 10px 25px !important;
}

.ingredientTable li
{
    margin:0px 0px 6px 10px !important;
}

/*over riding deprecated font size*/
.ingredientTable p.extraText, .ingredientTable p
{
    font-size:11px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin:10px 0 5px 4px !important;
    color:#2c2b2a;
}

.FDADisclaimer
{
    border: thin solid;
    font-weight:bold;
    font-style:italic;
    font-size:10px;
    font-family: Arial, Helvetica, sans-serif;
    width:268px;
    padding:2px;
    margin-left:3px;
 }

.LearnMoreLinks
{
	width: 274px;
	margin-left: 11px;
    font-size:12px;
}


#rightSideCon
{
	width: 680px;
}

#productArea
{
	width: 678px;
	background-color: #fff;
}

#productAreaImage
{
	width: 200px; 
	text-align: center;
}

.productHeader
{
	background-color: #005479;
	height: 44px;
	line-height: 44px;
	width: 100%;
}

.productHeader h1
{
	color: #fff;
	padding-left: 12px;
	font-size: 22px;
	font-weight: bold;
}

.productBarBg
{
	height: 24px;
	width: 100%;
	line-height: 24px;
	background: #f0f0f0 url(../images/productBarBg.png) top left repeat-x;
}

.productBarBg h3
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.productBarBg a
{
	float: right;
	font-size: 11px;
	padding-right: 10px;
}

.productSquareBg
{
	width: 160px;
	height: 160px;
	background: url(../images/productSquareBg.png) top left no-repeat;
	margin: 0 auto;
}

.productDesc
{
	vertical-align: top;
	width: 290px;
}

.productDesc h2
{
	font-size: 22px;
	color: #004165;
	font-weight: bold;
	line-height: 22px;
	margin: 5px 0 8px 0;
}
.productDesc p
{
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.productDetails ul
{
    list-style-type:disc !important;
    margin:5px 0 10px 25px !important;
}

.productDetails ol
{
    margin:5px 0 10px 25px !important;
}

.productDesc
{
	vertical-align: top;
	width: 290px;
}

.ratingAndQuality
{
	width: 190px;
	text-align: right;
	padding: 0 8px 8px 0;
	vertical-align: top;
	font-size: 12px;
}

.ratingAndQuality h2
{
	font-weight: bold;
	float: right;
	line-height: 20px;
}

.ratingAndQuality h2 span
{
	float: right;
	font-size: 11px;
	color: #666;
	line-height: 20px;
}

.ratingAndQuality h3 a
{
	text-align: right;
	float: right;
	font-size: 11px;
	line-height: 14px;
}

.rateDetailsCon
{
	float: right;
	width: 110px;
    line-height:16px;
}

.rateCon
{
	float: right;
	height: 85px;
	width: 45px;
	margin: 0 2px 0 10px;
}

.rateCon p
{
	text-align: center;
	font-size: 10px;
}

.ratingBg
{
	background: url(../images/rateBg.png) top left no-repeat;
	width: 45px;
	height: 43px;
	line-height: 43px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
    text-decoration: underline;
}

.ratingBg a
{
    color: #fff;
    text-decoration:underline;
}

.ratingBg h3
{
	float: right;
}

.ratingBg p
{
	float: right;
}

.bottomRight
{
	width: 656px;
	margin: 0 auto;
	font-size: 12px;
}

.greyLine
{
	background-color: #ccc; 
	height: 1px; 
	margin: 20px 0 20px 0;
}

/*------Header Bullets---------*/

#headerBulletsCon
{
    width:350px; 
    float:left;
    font-size:12px;
    margin-left:18px;
    margin-top:20px;
}

.headerBullets span
{
    font-size:16px;
    font-style:italic;
    font-weight:bold;
}

.headerBullets a
{
    font-weight:bold;
}


.headerBullets ul
{
   border:solid 5px #000;
}


.headerBullets li
{
    margin-bottom:4px;
}

#freeShipping
{
    line-height:15px;
    background:url(https://assets.bodybuilding.com/images/iconTruck.png);
    background-repeat: no-repeat;
    background-position: 0 9%;
    padding: 2px 0 3px 37px;
    margin: .4em 0;
}


#customerService
{
    background:url(https://assets.bodybuilding.com/images/iconPhone.png) top left;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 2px 25px;
    margin: .4em 0;
}

#moneyBack
{
    background:url(https://assets.bodybuilding.com/images/iconMoneyBack.png) top left;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 2px 25px;
    margin: .4em 0;
}


#freeGift
{
    background:url(https://assets.bodybuilding.com/images/iconFreeGift.png) top left;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 2px 25px;
    margin: .4em 0;
}

/*------Header Bullets END---------*/

/* = Product page structue END
----------------------------------------------------------------------------------------------------*/


/* = Cross Sell Container Styles BEGIN
----------------------------------------------------------------------------------------------------*/

.otherProducts
{
	width:321px;
	height:202px;
	background:url(../images/crossSellBg.png) top left no-repeat;
	float:left;
	display:inline;
	margin:8px 0;
    padding-top:10px;
}

.leftPadding
{
	margin-left:12px;
}


/* = Cross Sell Container Styles END
----------------------------------------------------------------------------------------------------*/

/* = Contest page structue
----------------------------------------------------------------------------------------------------*/
#footerNoNav
{
    clear: both;
}

#contestContainer
{
	width: 920px;
	margin: 0 auto;
}

#contestContent
{
    width:920px;
    background-color:#000;
    border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
    height:700px;
}

#contestFooter
{
    margin: 0 auto;
    width: 920px;
    height: 178px;
    background: #fff url(../images/footerContest.png) top left no-repeat;
    text-align: left;
    border-left: 2px solid #9b9b9b;
    border-right: 2px solid #9b9b9b;
    border-bottom: 2px solid #9b9b9b;
}

/* = Contest page structue
----------------------------------------------------------------------------------------------------*/



/* = Common wrapper width styles  ::: Styles for the 960 width :::  CURRENTLY THE WIDTH IS 940PX.  THIS WILL CHANGE ONCE WE WIDEN THE RIGHT LOGIN BAR :::::
----------------------------------------------------------------------------------------------------*/

#commonContainer
{
    width: 940px;
    margin: 0 auto;
    border-left: 2px solid #9b9b9b;
    border-right: 2px solid #9b9b9b;
    border-bottom: 2px solid #9b9b9b;
    background: #fff url(https://assets.bodybuilding.com/images/contentBg940.png) top left repeat-y;
}


#commonHeader
{
    width: 808px;
    background: #ffffff url(https://assets.bodybuilding.com/images/HeaderBg.png) top left repeat-x;
    height: 99px;
    margin: 0;
    padding: 0px;
}

#commonHeader img.logo
{
    float: left;
}

#commonLeft
{
    width: 808px;
    float: left;
    background-color:#fff;
}


#commonFooter
{
    margin: 0 auto;
    width: 940px;
    height: 182px;
    background: url(https://assets.bodybuilding.com/images/footerLogoBg.png) top left no-repeat;
}

#contentNoNav
{
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 2px solid #9b9b9b;
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
	background-image: url(../images/contentBgNoNav.png);
	background-repeat: repeat-y;
	margin: 0 auto 15px auto;
}

/* = Common END wrapper width styles
----------------------------------------------------------------------------------------------------*/











a.clickToEnlarge
{
    font-size: 11px;
    color: #9a9b9c;
}

a.clickToEnlarge:hover
{
    font-size: 11px;
    color: #9a9b9c;
    text-decoration:none;
}

.badges
{
    height:60px;
}

.badges p
{
   font-size:12px;
   color:#bebdbe;
   margin:8px 0 2px 0;
   font-weight:bold;
}

.badges div
{
    background:url(https://assets.bodybuilding.com/images/badgeDottedTop.gif) top left no-repeat;
    padding:2px 0 0 0;
}





.whosTaking
{
    width:120px;
    background:url(https://assets.bodybuilding.com/images/store/vertDots.png) top right repeat-y;
    float:left;
    padding:15px 8px 15px;
    font-size:12px;
}

.whosTaking h4
{
    color:#9a3b26;
    font-weight:bold;
    margin:5px 0 5px 0;
    font-size:14px;
}

.profilePic
{
    float:left;
    margin-bottom:0;
    padding:8px 6px 0;
    text-align:center;
    width:90px;
    text-decoration:none;
}

.profilePic a
{
    text-decoration:none;
}

.profilePic a span
{
    display:block;
    margin:0 0 3px 0;
}

.picName
{
    color:#0e709a;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    margin:0 0 3px 0;
}

a.report
{
    color:#9a3b26;
    text-decoration:none;
}

a.report:link a.report:visited
{
    color:#9a3b26;
    text-decoration:none;
}

a.report:hover
{
    color:#9a3b26;
    text-decoration:underline;
}

.productBarBg h3 a
{
    float: left;
    font-size: 12px;
    font-weight: bold;
}

/*-------COMMON ERROR BOX ---------*/
.errorBox
{
    background:#a71930 url(https://assets.bodybuilding.com/images/orderhistory/errorIcon.png) top left no-repeat;
    width:380px;
    padding:0 0 0 115px;
    border-top:solid 1px #ddd9d3;
    border-left:solid 1px #ddd9d3;
    border-right:solid 1px #717873;
    border-bottom:solid 1px #717873;
}

.errorBox h4
{
    color:#fff;
    margin:10px 0 10px 0;
    font-size:18px;
}

.errorBox ul
{
    list-style-type:disc;
    margin-left:20px;
}

.errorBox li
{
    color:#fff;
    margin:0 0 10px 0;
    font-size:12px;
    line-height:16px;
}

.errorBox a, .errorBox a:link, .errorBox a:visited
{
    color:#fff;
    font-size:12px;
    text-decoration:underline;
}

.errorBox a:hover
{
    text-decoration:none;
}

/*
--------------- Added Styles fix Footer -----------------*/

div#footer_Logo
{
    height: 56px;
    background: transparent url(https://assets.bodybuilding.com/images/FooterImages/footerLogoBg.png) top left;
    *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://assets.bodybuilding.com/images/FooterImages/footerLogoBg.png', sizingMethod='scale');
    *background: url(https://assets.bodybuilding.com/images/common/pngfix/blank.gif) top left;
}

div#footer_Content
{
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
    font-size: 11px;
    line-height: 18px;
}

div#footer_Content h3
{
    font-size: 11px;
    font-weight: bold;
    color: #57595d;
}

table#footer_Images
{
    float: left;
    width: 380px;
    margin: 0 0 0 5px;
}

table#footer_Images td
{
    vertical-align: top;
}

table#footer_Images img
{
    vertical-align: top;
    margin: 0 0 0 2px;
    display: inline;
    border: none;
}

table#footer_Sections
{
    float: right;
    width: 386px;
    margin: 4px 0 6px 0;
}

table#footer_Sections td
{
    vertical-align: top;
    font-size: 11px;
}

td#footer_TagLine
{
    background: url(https://assets.bodybuilding.com/images/FooterImages/footerLogoTagline.png) top left no-repeat;
    height: 30px;
}

table#footer_Images
{
    float: left;
    width: 380px;
    margin: 0 0 0 5px;
}

table#footer_Images td
{
    vertical-align: top;
}

table#footer_Images img
{
    vertical-align: top;
    margin: 0 0 0 2px;
    display: inline;
    border: none;
}

td#footer_Feedback
{
    width: 105px;
    color: #606266;
    padding: 0 3px 0 0;
}

td#footer_Feedback a
{
    line-height: 18px;
}

td#footer_Follow_Us
{
    width: 90px;
    padding: 0 3px 0 6px;
    border-left: solid 1px #a2a3a4;
}

td#footer_Follow_Us table td
{
    height: 25px;
    color: #606266;
    vertical-align: middle !important;
}

td#footer_Follow_Us td a img
{
    margin-right: 3px;
    border: none;
}

td#footer_Follow_Us a:link
{
    float: left;
}

td#footer_Newsletter
{
    width: 170px;
    padding: 0 1px 0 6px;
    border-left: solid 1px #a2a3a4;
}

td#footer_Newsletter div
{
    color: #9a9b9c;
}

td#footer_Newsletter p
{
    line-height: 14px !important;
    color: #9a9b9c;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

input#footer_Text_Box
{
    height: 16px;
    width: 150px;
    font-size: 10px;
    margin: 0 0 5px 0;
    vertical-align: top;
}

a.font-orange
{
    color: #B2541A;
}

a.font-red
{
    color: #A71930;
}

/*
--------------- END Footer Styles -----------------*/


