/* CSS Document */
body {
	background-image: url(/img/bg.png);
	background-color: #e4e4e5;
	background-repeat: repeat-y;
	background-position: center 0px;
	margin:0px;
}
.clr, #clr {
	clear:both;
}
form {
	margin:0px;
	padding:0px;
}
h1 {
	margin-top:0px;
	margin-bottom:3px;
	background-color: #e5183d;
	height: 30px;
	width: 375px;
	color: #fff;
	text-align: left;
	font-size: 21px;
	font-family: Helvetica;
	padding-top: 2px;
	padding-left: 12px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#cc092f;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:0px;

}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#e5183d;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:0px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#e5183d;
	font-weight: bold;
	margin-top:7px;
	margin-bottom:2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8cbd5;
	padding-top:8px;	
}	
h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#3f3f40;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
}	
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
}
#layoutContainer {
	width: 963px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#contentContainer {
	width: 961px;
	padding-bottom:40px;
	border: 1px solid #e5183d;
	background-color: #FFFFFF;
	background-image: url(/img/bottomGrad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#flashContainer {
	width: 957px;
	border: 1px solid #e5183d;
	background-color: #FFFFFF;
	z-index:0px;
	overflow:hidden;
}
.homeCallouts {
	margin-top:8px;
	float: left;
	margin-right:3px;
}

#topContainer {
	height: 76px;
	vertical-align:bottom;
	background-image: url(/img/logoGeorgeForeman.gif);
	background-repeat:no-repeat;
}
#topNav {
    height: 55px;
    text-align: right;
    margin: 0px;
    width: 921px;
    padding-top: 6px;
    padding-left: 370px;
    overflow: hidden;
}
#topNav input
{
	color: #e5183d;
	border: solid 1px #cc092f;
}
#topNavText input
{
	color: #e5183d;
	border: solid 1px #cc092f;
}
.langdrop
{
	border: solid 1px #cc092f;
	background: url(/img/input-lang-bg.gif) repeat-x;
	color: #e5183d;
	background-color: #fcfcfd;
	font-size: 10pt;
}
.langdrop option
{

}
.itemText
{
	font-size: 10pt;
}
#topNavText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    position: absolute;
    color: #6D6D6D;
    width: 589px;
    float: left;
    padding-top: 2px;
    margin-left: 435px;
}
#topNavText a

{
    color: #6D6D6D;
    text-decoration: none;
}

#topNav .active{
	text-transform:uppercase;
	color: #e5183d;
}


#subscribeContainer{
	display:none;
	background-color:#7f7f7f;
	position:relative;
	z-index:70;
	width:166px;
	border: 1px solid #e5183d;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:5px;
	margin:0px;
	left:810px;
}
#subscribeContainer .field{
	width:120px;
	background-color:#434343;
	border: 1px solid #b8b7b2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	margin-bottom:2px;
	padding: 2px 2px 2px 31px;
}
#subscribeContainer .name{
	background-image: url(/img/label_name.gif);	
	background-repeat:no-repeat;
	background-color:#434343;
}
#subscribeContainer .email{
	background-image: url(/img/label_email.gif);
	background-repeat:no-repeat;
	background-color:#434343;	
}
#emailUpdates{
	background-image: url(/img/button_EmailUpdates.png);
	background-repeat: no-repeat;
	display:block;
	width:142px;
	height:21px;
	background-position: 0px 0px;
	float:left;
	margin-left:5px;
}
#pickLang{
	display:inline;
	margin-left:5px;
}

#langContainer
{
	display:none;
	background-color:#7f7f7f;
	position: relative;
	width:166px;
	border: 1px solid #e5183d;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:5px;
	margin:0px;
	left:730px;
}

#navContainer {
	width:598px;
	z-index:20;
	position:relative;
	top: 45px;
	left:360px;
}
/* Changed #navContainer .xTab names to match folder names */
#navContainer .aboutTab{
	background-image: url(/img/nav_aboutus.png);
	background-repeat: no-repeat;
	display:block;
	width:68px;
	height:32px;
	background-position: 0px 0px;
}
#navContainer .aboutTab:hover{
	background-position:  0px -32px;
}
#navContainer .productsTab{
	background-image: url(/img/nav_ourproducts.png);
	background-repeat: no-repeat;
	display:block;
	width:86px;
	height:32px;
	background-position: 0px 0px;
}
#navContainer .productsTab:hover{
	background-position:  0px -32px;
}
#navContainer .knockoutthefatTab{
	background-image: url(/img/nav_knockout.png);
	background-repeat: no-repeat;
	display:block;
	width:114px;
	height:32px;
	background-position: 0px 0px;
}
#navContainer .knockoutthefatTab:hover{
	background-position:  0px -32px;
}
#navContainer .healthTab{
	background-image: url(/img/nav_yourhealth.png);
	background-repeat: no-repeat;
	display:block;
	width:79px;
	height:32px;
	background-position: 0px 0px;
}
#navContainer .healthTab:hover{
	background-position:  0px -32px;
}
#navContainer .cookingwellTab{
	background-image: url(/img/nav_cookingwell.png);
	background-repeat: no-repeat;
	display:block;
	width:87px;
	height:32px;
	background-position: 0px 0px;
}
#navContainer .cookingwellTab:hover{
	background-position:  0px -32px;
}
#navContainer .supportTab{
	background-image: url(/img/nav_customersupport.png);
	background-repeat: no-repeat;
	display:block;
	width:113px;
	height:32px;
	background-position: 0px 0px;
}
#navContainer .supportTab:hover{
	background-position:  0px -32px;
}
/* end change of class names */
#navContainer .activeTab{
	/* background-position:  0px -65px; !important */
	 background-position:  0px -65px;
}

#navContainer ul.mainNav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float:left;
}
#navContainer li.mainNav {
	float:left;
	display:inline;
}

#navContainer ul.subNav {
	list-style: none;
	margin: 0;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	background-color:#eeeeee;
	border: 1px solid #e5183d;
	position:absolute;
	top:32px;
	left:auto;
	width:120px;
}
	
#navContainer li.subNav {
	border-bottom: 1px solid #c8cbd5;
	margin: 0;
	display:block;
	width:100%;
	clear:both;
}	

#navContainer li.subLast {
	margin: 0;
	
}
#navContainer li.subNav a,#navContainer li.subLast a  {
	display: block;
	padding: 5px;
	color: #7d7d7d;
	text-decoration: none;
	width:110px;
}

html>body #navContainer li a {
	width: auto;
}

#navContainer li.subNav a:hover, #navContainer li.subLast a:hover {
	background-color: #e5183d;
	color: #fff;
	width:110px;
	display: block;
	padding: 5px;
}

#bottomNav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818386;
	text-align:left;
	margin-top:5px;
	padding:2px;
}
#bottomNav a, #topNav a{ 
	color: #818386;
	text-decoration:none;
}
#pathway {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3f3f40;
	font-weight: bold;
	padding: 8px 0px 10px 15px;
}
#pathway a{
	color: #e5183d;
	text-decoration: none;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D6D6D;	
}
#contentProdNav{
    width: auto;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    margin-right: 10px;
    z-index: 99;
}

#contentColNav{
	width:auto;
	float: left;
	padding-top:40px;
	margin-right:10px;

}

#contentColCenter {
	width:380px;
	float: left;
	padding-top:10px;
	margin-right:30px;
}
#contentColCenter h2{
	padding-left:10px;
	padding-right:10px;
}
#contentColLeft {
	width:550px;
	float: left;
	padding-top:10px;
	padding-left:10px;
	padding-right:25px;
}
#contentColRight {
	width:360px;
	float: left;
	padding-top:10px;
	margin-right:10px;
}
#contentColFull {
	width:790px;
	float: left;
	padding-top:10px;
	margin-right:10px;
}
#contentColTotal {
	width:930px;
	padding-top:10px;
	margin-left:15px;
	overflow:hidden;	
}
#contentColNav ul {
	list-style: none;
	padding: 0;
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	width:100px;
	margin-right: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8cbd5;	
}
#contentColNav ul.third {
	list-style: none;
	padding: 7px 0px 0px 4px;
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	width:80px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom:0px;
	border-style: none;	
}
#contentColNav li.third {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8cbd5;
	background-image:none;
	background-repeat: repeat-x;
	padding-left:5px;
	padding-right:4px;
	padding-top:6px;
	padding-bottom:5px;
	border-right: none;
	border-bottom: none;
}	
#contentColNav li {
	margin: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #c8cbd5;
	border-right-color: #c8cbd5;
	background-image:url(/img/sideNav_bg.gif);
	background-repeat: repeat-x;
	padding-left:5px;
	padding-right:4px;
	padding-top:7px;
	padding-bottom:7px;
}
#contentColNav li a {
	color: #3f3f40;
	text-decoration: none;
	width: 100%;
}

html>body #contentColNav li a {
	width: auto;
}

#contentColNav li a:active {
	color: #e72e50;
}
#contentColNav li a.current {
	color: #e72e50;
}
/*
.prodnav {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
    color: #3F3F40;
    width: 100%;
    padding: 4px 4px 2px 5px;
	border: solid 1px #c8cbd5;
	border-left-style: none;
}
*/

.prodnav {
	margin: 0px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
    color: #3F3F40;
    width: 100% !important;
    width: 75px;
    padding: 4px 4px 2px 5px;
	border: solid 1px #c8cbd5;
	border-left-style: none;
}

#contentColCenter p, #contentColLeft p, #contentColFull p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	margin-top:0px;
	margin-bottom:10px;
	color:#646770;
	margin-left:10px;
	margin-right:5px;
}

#contentColCenter li 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	margin-top:0px;
	margin-bottom:10px;
	color:#646770;
	margin-left:10px;
	margin-right:5px;
	}

#voteTopContainer {
	background-image: url(/img/voteTopContainer_bg.png);
	background-repeat: no-repeat;
	width:775px;
	height:387px;
	padding-top:0px;
	padding-left:20px;
}
#uploadContainerVideo, #uploadContainerEmail {
	background-image: url(/img/uploadContainer.gif);
	width:431px;
	height:300px;
	float:left;	
	margin-right:10px;
	margin-top:49px;
	padding-top:14px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;	
	overflow:hidden;
}
#uploadContainerEmail {
	display: none;
}
#uploadContainerVideo p, #uploadContainerEmail p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3f3f40;
	line-height:15px;
	padding-left:6px;
	padding-right:6px;
	text-align:justify;
}
#uploadButtons {
	width:223px;
	position:relative;
	top:19px;
	left:238px;
}
#uploadButtons .videoTab{
	background-image: url(/img/button_videoTab.png);
	background-repeat: no-repeat;
	display:block;
	width:112px;
	height:34px;
	background-position: top;
	position:absolute;
}

#uploadButtons .emailTab{
	background-image: url(/img/button_emailTab.png);
	background-repeat: no-repeat;
	display:block;
	width:111px;
	height:34px;
	background-position: bottom;
	position:absolute;
	left:112px;
}

.uploadIcon {
	width:35px;
	float:left;
	margin-right:5px;
}
.uploadTitles {
	width:130px;
	float:left;
	margin-right:5px;	
}

.uploadTitles .uploadTitleTxt{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3f3f40;
	display:block;
	text-align:right;
	padding:3px;
	background-color:#f5f6f8;
	margin-bottom:5px;
	height:15px;
}
.uploadForms{
	width:215px;
	margin-right:5px;
	float:left;	
}
.uploadForms .formField{
	width:215px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:3px;
	height:16px;	
}
.uploadForms .textArea{
	width: 215px; 
	height: 60px;
}
.uploadForms .dropDown
{
	width: 221px; 
	height: 20px; 
	margin-bottom: 3px;
}

#recentPrizeContainer {
	background-image: url(/img/recentprizeContainer.gif);
	width:240px;
	height:312px;
	background-repeat:repeat-y;
	float:left;
	margin-top:18px;
	padding-top:43px;
	padding-left:24px;
	padding-right:20px;	
}
.recentPrizeItem {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
	line-height:15px;
	margin-bottom:15px;
	
}
.contestantItem {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:13px;
	padding-top:5px;
	padding-bottom:15px;
	float:left;
	width:100px;
	padding-left:10px;
	padding-right:10px;
}
#voteBottomContainer {
	background-image: url(/img/voteBottom_title.gif);
	background-repeat: no-repeat;
	width:790px;
	padding-top:30px;
	margin-top:5px;
}
#voteBottomContainer .description{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3f3f40;
	margin-left:34px;
	margin-bottom:15px;
	display:block;
}

.contestantButton{
	width:133px;
	height:21px;
	display:block;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:3px;
	margin-bottom:7px;
}
.blueButton {
	background-image: url(/img/contestantButton_blue.gif);
}
.greenButton {
	background-image: url(/img/contestantButton_green.gif);
}
.silverButton {
	background-image: url(/img/contestantButton_silver.gif);
}
.orangeButton {
	background-image: url(/img/contestantButton_orange.gif);
}
.blueText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#27b3b8;
	margin:0px;
}
.greenText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#98c516;
	margin:0px;
}
.silverText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#5a7286;
	margin:0px;
}
.orangeText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#ffa440;
	margin:0px;
}
.redText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e5183d
}
.ContestantContainerTopGreen{
	background-image: url(/img/contestantContainerTop_green.png);
	width:185px;
	height:11px;
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);		
}
.ContestantContainerTopSilver{
	background-image: url(/img/contestantContainerTop_silver.png);
	width:185px;
	height:11px;
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);		
}
.ContestantContainerTopBlue{
	background-image: url(/img/contestantContainerTop_blue.png);
	width:185px;
	height:11px;
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);		
}
.ContestantContainerTopOrange{
	background-image: url(/img/contestantContainerTop_orange.png);
	width:185px;
	height:11px;
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);		
}
.ContestantContainer {
	width:185px;
	float:left;
	padding-right:12px;
}

.ContestantContent{
	width:185px;
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646770;
	
}
.ContestantContainerBottom{
	background-image: url(/img/contestantContainerBottom.png);	
	width:185px;
	height:13px;
	display:block;
	overflow:hidden;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);	
	
}
.blueBack {
	background-image: url(/img/contestantContainerBg_blue.gif);

}
.greenBack {
	background-image: url(/img/contestantContainerBg_green.gif);
}
.silverBack {
	background-image: url(/img/contestantContainerBg_silver.gif);
}
.orangeBack {
	background-image: url(/img/contestantContainerBg_orange.gif);
}
.ContestantFavItem {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646770;
	text-align:left;
	width:162px;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:0px;
	padding-right:0px;
	line-height:12px;
}

div.hr {
	margin-top:2px;
	margin-bottom:3px;
  	height: 1px;
}
.grayDivider{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cbd5;
}

.blueDivider{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #26b3ba;
}
.greenDivider{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98c516;
}
.silverDivider{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a7286;
}
.orangeDivider{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ea9233;
}
.smallVideo{
	padding-right:6px;
}
.recentVideo{
	padding-right:10px;
	float:left;
	text-align:center;
}
.viewIdeas{
	margin-top:10px;
	width:148px;
	padding:5px;
	line-height:18px;
}
.blueBorder{
	border: 1px solid #26b3ba;
	background-color:#f6fcfc;
}
.greenBorder{
	border: 1px solid #98c516;
	background-color:#f5fae4;
}
.silverBorder{
	border: 1px solid #5a7286;
	background-color:#f3f4f6;
}
.orangeBorder{
	border: 1px solid #ea9233;
	background-color:#fff9f2;
}
.smallred, a.smallred {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #e5183d;
	clear:both;
	display:block;
	font-size:11px;	
}
.writtenSubmissions {
	line-height:11px;
	padding-left:9px;
	padding-right:9px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:left;
}
#ourProductsContainerTop {
	background-image: url(/img/fullContainer_top.gif);	
	width:930px;
	height:12px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#ourProductsContainer {
	background-image: url(/img/fullContainer_Bg.gif);
	background-repeat: repeat;
	width:930px;
	padding-bottom:20px;
}
#ourProductsContainerBottom {
	background-image: url(/img/fullContainer_bottom.gif);	
	width:930px;
	height:16px;
}

.price{
	font-size: 12px;
}
#videoLibraryContainer{
	width:360px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8cbd5;
	padding-top:10px;
	margin-bottom:25px;
}
#videoLibraryContainer p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:0px;
}

#browseVideosContainer {
	background-image: url(/img/browseVideosContainer.png);
	width:319px;
	background-repeat:no-repeat;
	height:389px;
	padding-left:20px;
	padding-right:10px;	
	padding-top:5px;
	
}
.browseVideosItem {
	background-image: url(/img/videoContainer.png);
	background-repeat: no-repeat;
	width:96px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	float:left;
	margin-right:10px;
}
.browseVideosThumb {
	margin-top: 7px;
	margin-right: 8px;
	margin-bottom: 9px;
	margin-left: 8px;
}	
.pageNav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	clear:left;
	float:right;
	margin-top:10px;
	margin-right:15px;
	color: #7d7d7d;
}
.pageNav a{
	color: #7d7d7d;
	text-decoration:none;
}	
.pageNav .active{
	color: #b41b1b;
	text-decoration:none;
}		
#blogContainerTop {
	background-image: url(/img/blogContainerTop.png);
	width:783px;
	height:18px;
	background-repeat:no-repeat;
	overflow:hidden;	
}
#blogContainerBottom {
	background-image: url(/img/blogContainerBottom.png);	
	width:783px;
	height:25px;
}
#blogContainer {
	background-image: url(/img/blogContainerBg.png);
	padding-left:18px;
	padding-right:15px;
	width:750px;	
}
#blogColLeft{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width:478px;
	font-size: 14px;
	float:left;
	padding-right:15px;
}
#blogColRight {
	width:250px;
	float:right;
}
#webisodesColLeft{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width:430px;
	float:left;
	padding-right:10px;

}
#webisodesColRight{
	width:300px;
	float:left;
	line-height:15px;
}
#webisodesColRight li, #contentColLeft li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	color: #666666;
}
.winnersCol {
	width: 160px;
	padding: 2px 20px;
	margin: 10px 0px;
	float: left;
	border-right: 1px solid #C8CBD5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.winnersCol li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	color: #666666;
	margin-bottom: 7px;
}
.winnersCol a{
	color: #e72e50;
}

.blogPost {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	line-height:18px;
	display:block;
	margin-bottom:10px;
}
.grayPost {
	background-color:#f8f8f8;
}
.blogDate {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	float:left;
	display:block;
}
.blogOptions{
	font-size: 10px;
	float: right;
	font-weight:bold;
	color: #e5183d;
	display:block;
}
.blogCategories{
	margin-top:5px;
	font-size: 10px;
	font-weight:bold;
}
.blogAuthor {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
}
.sideContainerTop {
	background-image: url(/img/sideContainerTop.png);
	width:227px;
	height:23px;
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#e5183d;
	font-weight: bold;
	padding-top:12px;
	padding-left:19px;
}	
	
.sideContainer {
	background-image: url(/img/sideContainerBg.png);
	width:216px;
	background-repeat: repeat-y;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
}
.sideContainer img{
	margin-right:7px;
}
.sideContainerBottom {
	background-image: url(/img/sideContainerBottom.png);
	width:246px;
	height:14px;
	background-repeat:no-repeat;
	margin-bottom:10px;	
}
.contributorsItem {
	height:60px;
	clear:both;
	padding-bottom:10px;
}
.sideContainer ul {
	list-style-image: url(/img/arrowBullet.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e5183d;
	list-style-position: outside;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}
.sideContainer ul li{
	padding-bottom:7px;
}
.sideContainer ul li a{
	color:#e5183d;
	text-decoration:none;
}	
.sideContainer img 
{
	border: none;
}

#latestVideoContainer{
	background-image: url(/img/lastestVideoContainer.png);	
	width:734px;
	height:300px;
	padding-top:15px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	margin-bottom:10px;
}
.flashVideoContainer{
	float:left;
	margin-right:10px;
}
.ContestantContentSmall {
	width:165px;
	background-repeat:no-repeat;
	padding-right:12px;
	padding-left:10px;
	padding-right:10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646770;
	
}
.contestantPictureFrame {
	background-image: url(/img/contestantPictureFrame.png);
	background-repeat: no-repeat;	
	width:141px;
	height:106px;
	padding-top:7px;
	margin-bottom:10px;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);	
}
.contestantWeightTicker{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-image: url(/img/contestantWeightTicker.png);
	background-repeat: no-repeat;	
	width:157px;
	height:auto;
	margin-left:4px;
	azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);	
}
.smallText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}
ul.contestant{
	list-style: none;
	margin:5px;
	padding:0px;
}
.contestant li{
	margin-bottom:3px;
}
#contestantPopupContainer, #ideaPopupContainer {
	position:absolute;
	top:50%;
	left:50%;
	overflow: visible;
	z-index:4;
}
#contestantPopupOrange {	
	background-image: url(/img/contestantPopupContainer_orange.png);
	width:545px;
	height:400px;
	padding-top:13px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:15px;
	display:none;
	position:absolute;
	position:absolute;
	top:-200px;
	left:-272px;
}
#contestantPopupBlue {	
	background-image: url(/img/contestantPopupContainer_blue.png);
	width:545px;
	height:400px;
	padding-top:13px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:15px;
	display:none;
	position:absolute;
	position:absolute;
	top:-200px;
	left:-272px;
}
#contestantPopupSilver {	
	background-image: url(/img/contestantPopupContainer_silver.png);
	width:545px;
	height:400px;
	padding-top:13px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:15px;
	display:none;
	position:absolute;
	position:absolute;
	top:-200px;
	left:-272px;
}
#contestantPopupGreen {	
	background-image: url(/img/contestantPopupContainer_green.png);
	width:545px;
	height:400px;
	padding-top:13px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:15px;
	display:none;
	position:absolute;
	position:absolute;
	top:-200px;
	left:-272px;
}
.contestantPopupLeftCol {
	width:140px;
	float:left;
}
.contestantPopupClose {
	float:right;
	background-image: url(/img/button_close.gif);
	width:56px;
	height:19px;
	display:block;
	position:relative;
	z-index:5;
}
.redPopupClose {
	float:right;
	background-image: url(/img/closelabel.gif);
	background-repeat: no-repeat;
	width:66px;
	height:19px;
	display:block;
	position:relative;
	z-index:5;
}

.contestantPopup {
	width:378px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #828282;
	float:left;
	margin-left:10px;
	overflow:hidden;
	z-index:auto;
}

.contestantPopup p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:3px;
	margin-bottom:12px;
}

.popupNav {
	padding-top:30px;
	height:25px;
	float:left;
	padding-left:10px;
	position:relative;
	width:309px;
	margin-bottom:5px;	
}
.weightBox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:123px;
	margin-top:10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;	
	text-align:center;
}
.orangeBox {
	background-color: #ffa43f;
}
.blueBox {
	background-color: #27b4b7;
}
.silverBox {
	background-color: #587185;
}
.greenBox {
	background-color: #aedc2a;
}
#webisodesCopy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align: justify;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;	
}

#webisodesColRight a, #contentColLeft a, #latestVideoContainer a, #contentColCenter a, #webisodesCopy  a{
 	color:#e5183d;
}
.quickPopup{
	background-color: #e5183d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding:10px;
	display:none;
	width:250px;
	position:absolute;
	left:-125px;
	line-height:15px;
	border: 2px solid #c91132;	
}


.weightTicker {
	position: relative; 
	text-align: center; 
	color: #FF0000; 
	font-weight: bold; 
	width: 17px; 
	height: 40px; 
	margin-top: 5px;
}

sup 
{
	font-size:x-small;
}

#subscribeContainer .button 
{
	padding-right:9px;
}

.quickPopup p
{
	color: #FFFFFF;
	font-size: 11px;
}
.quickPopup a 
{
	color: #FFFFFF;
}


.recentPosts li span 
{
	margin-left: 5px;
	color: #000000;
	font-size: smaller;
}
h4 a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#e5183d;
	font-weight: bold;
	margin-top:7px;
	margin-bottom:2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8cbd5;
	padding-top:8px;	
}	
h4 a:hover 
{
	text-decoration: none;
}
#blogContainer h1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#e5183d;
	font-weight: bold;
	margin-top:15px;
	margin-bottom:0px;
}

/* Applica Changes */

#prod-leftcol 
{
    
    width: 520px !important;
    width: 480px;
    float: left;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: #646770;
    margin: 0 20px 0 20px;
}

#prod-leftcol p 
{
    padding-top: 25px
}

#prod-rightcol {
    
    width: 350px;
    float: left;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    float: left;
    color: #e5183d;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: -30px;
}

.subscript-text
{
    position: relative;
    top: -6px;
    font-size: 9px;
    font-weight: bold;
}



/* august 18 */

#innerProductsContainerTop{
    background-image: url(/img/productsContainerTop.gif);
    width: 633px;
    height: 30px;
    padding: 10px 0px 7px 240px;
    margin: 0px auto 0px auto;
    background-position: 0px bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
#innerProductsContainer{
	background-image: url(/img/productsContainerBg.gif);
	width: 823px;
	margin: 0px auto 0px auto;
	padding: 10px 25px 20px 25px;
	overflow:hidden;		
}
#innerProductsContainerBottom{
	background-image: url(/img/productsContainerBottom.gif);
	width: 873px;
	height: 8px;
	margin: 0px auto 0px auto;		
}

#innerProductsContainerTop ul{
	list-style-type: none;
	float: left;
	margin: 0px -25px;
	padding: 0px;
}
#innerProductsContainerTop li{
	float: left;
	margin: 0px;
	padding: 0px;
}

/*
#innerProductsContainerTop .FeaturedTab{
	background-image: url(/img/productsTab_featured.gif);
	background-repeat: no-repeat;
	display:block;
	width:132px;
	height:30px;
	background-position: bottom;
}
#innerProductsContainerTop .AllTab{
	background-image: url(/img/productsTab_All.gif);
	background-repeat: no-repeat;
	display:block;
	width:132px;
	height:30px;
	background-position: bottom;
}
#innerProductsContainerTop .SmallTab{
	background-image: url(/img/productsTab_small.gif);
	background-repeat: no-repeat;
	display:block;
	width:132px;
	height:30px;
	background-position: bottom;
}
#innerProductsContainerTop .MediumTab{
	background-image: url(/img/productsTab_medium.gif);
	background-repeat: no-repeat;
	display:block;
	width:132px;
	height:30px;
	background-position: bottom;
}
#innerProductsContainerTop .LargeTab{
	background-image: url(/img/productsTab_large.gif);
	background-repeat: no-repeat;
	display:block;
	width:130px;
	height:30px;
	background-position: bottom;
} */

/* rw css */.gray 
.ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(../img/tab-line.png) repeat-x scroll center bottom;
    font-size:13px;
    display:block;
    text-align:right;   
    width:875px;
    margin-left:27px;
   

}
.gray .ajax__tab_header .ajax__tab_outer 
{
    background:url(../img/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.gray .ajax__tab_header .ajax__tab_inner 
{
    background:url(../img/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.gray .ajax__tab_hover .ajax__tab_inner 
{
    color:#e72e50;
}
.gray .ajax__tab_active .ajax__tab_outer 
{
    background:url(../img/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.gray .ajax__tab_active .ajax__tab_inner 
{
    background:url(../img/tab.png) no-repeat right -40px;
    color:#e72e50;
    border-color:#333
}
.gray .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    background-color:#fff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
    margin:0 auto;
    overflow:hidden;
    padding:10px 25px 20px;
    width:823px;
}


.ourProductsItem{
	width:175px;
	height: 255px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;	
	text-align:center;
	float:left;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 0px 10px;
	line-height:14px;
    background-image:url(/img/productItemContainer.gif);
}
.retailimg
{
    padding: 30px 0 0 30px;
}
.videopad
{
    padding: 15px 0 0 7px;
}
#bannerkof
{
    float: left;
    width: 110px;
    height: 500px;
    margin: 240px 0 0 -124px;
}
/* 
#langContainer{
	width:166px;
	float: right;
    padding-top: 4px;
}
*/
.soldatID
{
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#cc092f;
	font-weight: bold;
	padding-top:30px;
}
