/*------------ Organic Green FF3------------ */
body  {
	font-family: Georgia,"Times New Roman", Times, serif;
	background: #CFDB9E url(Images/Organic_bk.png) repeat;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}
a:link, a:visited { 
	color:#FFFFFF; 
	font-size: 12px;
	text-decoration: none;
}
a:hover { 
	color:#FFFFFF; 
	font-size: 12px;
	text-decoration: underline;
}
p { 
	color:#333333; 
	font-size: 12px;
}

h2 { 
	font: 12px;
	color: #981B1E;
}
/* For H3 and Span inner H3  */
h3, h3 span 
{
	margin:0px;
	padding: 15px 0 10px 0;
	font: 16px Georgia,"Times New Roman", Times, serif;
	font-weight:bold;
	color: #D04629;
}
h4, h4 span  
{
   	margin:0px;
	padding: 5px 0 0 0;
	font: 12px Georgia,"Times New Roman", Times, serif;
	font-weight:bold;
	color: #005320;
	width: 260px;
	height: auto;
}
h5 { 
	font: 12px;
	color: #005320;
	margin:2px;
}


h5 span { 
	font: 12px;
	color: #005320;
	margin-top:2px;
	padding: 2px;
	width: 220px;
	border: solid 1px gray;
}
/*------- Disclaimer ------*/
#disclaimer {
	background:#F2F2F2;
	padding:2px 100px;
	text-align:left;
	width:754px;
}
#disclaimer h4, h4 span{
	width: auto;
}
.disclaimerText{
	color:#FFFFFF;
}

/*------- Login ---------*/

#login{ 
}

#login td input{ 
	border:1px solid gray;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	/*line-height:22px;*/
	width:150px;
}
#login .Green_btn{ 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:26px;
	line-height:28px;
	width:165px;
}
/*------- End of Login ---------*/
/* ------ Header --------*/
.thrColAbsHdr #header {
   	height: 251px;
	width: 1105px;
	margin: -10px auto 0 -74px;
	background: transparent url(Images/Organic_header.png) no-repeat 0 0;
	z-index: 99;
} 

.thrColAbsHdr #header #name span {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 28px;
	font-style:normal;
	text-transform:none;
	color:#4E8C40;
	font-weight: normal;
	position: relative;
	top: 40px;
	left: 110px;
} 

.thrColAbsHdr #rank{
    width: 480px;
} 

.thrColAbsHdr #header #rank span{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 14px;
	font-style:normal;
	text-transform:capitalize;
	color:#797979;
	line-height: 20px;
	font-weight: normal;
	position: relative;
	/*top: 45px;*/
	left: 110px;
} 
#nameSite{
	float:right;
	padding-right:0;
	position:absolute;
	right:30px;
	top:121px;
} 
#nameSite span{
	color:#D04629;
} 
#AdminSiteLink {
	float:right;
	font-weight:bold;
	position:relative;
	right:95px;
	top:-88px;
}
#AdminSiteLink a{
	color:#999999;
} 
.thrColAbsHdr #pageStatusDiv {
	margin:10px 844px 0;
	position:absolute;
	z-index:999;
}
.thrColAbsHdr #pageStatusDiv span{
    font-family: Georgia,"Times New Roman", Times, serif;
    color:#4E8C40;
    text-transform:uppercase;
    font-weight:bold;
    font-size:24px;
    padding:5px 15px 0;
}

#rank span.WelcomeMessageHeader{
    font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 16px;
	font-style:normal;
	text-transform:none;
	color:#797979;
	line-height: 18px;
	letter-spacing:2px;
	font-weight: normal;
	position: relative;
	top: 45px;
	left: 110px;
 }
/* ------ End of Header --------*/

/* ----- MAIN MENU ---*/

#menu {
	background:transparent url(Images/menu_bk.png) no-repeat scroll 0 0;
	height:49px;
	margin:0 0 0 -5px;
	padding:0;
	width:960px;
	}

#menu ul{
	padding-left:380px;
	height: 28px;
	display:block;
	text-transform:uppercase;
}
#menu ul li {
	margin: 0; 
	padding: 15px 5px 0px 5px; 
	width: auto;
	height: 30px;
	display: inline;
	list-style: none;
	float: left;
}

#menu ul li a{
	margin: 0; 
	padding: 6px; 
	color: #005320;
	font-size:14px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover{
	margin: 0; 
	padding: 6px; 
	color: #005320;
	font-size:14px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
}

.thrColAbsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColAbsHdr #container {
	position: relative; 
	width: 955px;
	background: #FFFFFF none repeat scroll 0 0;
	margin: 15px auto; 
	border: 1px solid #999999;
} 
.thrColAbsHdr #clear {
	clear:both;
	display: block;
	margin-top: 10px;
	text-align: right;
	height:85px;
	background: transparent url(../Green/Images/clear.png) no-repeat 0 0;
} 
 
#RequiredInfo input {
	border:solid 1px #999999;
    color:#999999;
    font-family:Georgia,"Times New Roman", Times, serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:20px;
    line-height:normal;
    width:220px;
	margin-top:6px;
}
/* Radio buttons*/
#RequiredInfo .options input {
    width : 12px;
	height: 12px;
	border:solid 0px #999999;
	padding:5px;
	color:#999999;
}

/* Text of the Radio buttons*/
#RequiredInfo .options label {
    font: Georgia,"Times New Roman", Times, serif;
    color:#666666; 
	font-size:11px;
}
/*-------- deberķa llamarse  #RequiredInfo .btn_162x23 -------*/
#RequiredInfo .Green_btn {
	border:none;
	background: url(../Green/Images/btn_162x23.png) no-repeat 0 0;
	color:#fff;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	height:25px;
	width: 163px;
	text-transform:uppercase;
	padding: 0 0 3px 0; 
}

/*-- WRAPPER EDIT--*/
.thrColAbsHdr #WrapperEdit  {
	background: #FFF;
	height: 995px;
	margin-top:20px;
	/*overflow:auto;*/
}

#ImageContent {
	background:#E7E8E9 none repeat scroll 0 0;
	float:left;
	height:1075px;
	margin-left:8px;
	padding:20px 5px 15px 10px;
	width:320px;
}

#ImageContent h4 {
	padding:20px 0 8px;
}

#OptionalInfo {
	background:#F2F2F2 none repeat scroll 0 0;
	float:left;
	height:1075px;
	margin-left:8px;
	padding:20px 9px 15px 11px;
	width:260px;
}

#OptionalInfo p { 
	color:#333333; 
	font-size: 12px;
	height: 60px;
}

#RequiredInfo {
	background:#E7E8E9 none repeat scroll 0 0;
	float:left;
	height:1075px;
	margin-left:8px;
	padding:20px 5px 15px 10px;
	width:295px;
}
#RequiredInfo h3, h3 span{
	/*margin-top: 10px;*/
}

#OptionalInfo input {
	border:solid 1px #999999;
    color:#999999;
    font-family: Georgia,"Times New Roman", Times, serif;
    font-size:12px;
    height:20px;
    width:220px;
	margin-top:6px;
}

/* -----MODERATOR NOTES EDIT ----*/

#ModeratorNotes { 
	background:#F2F2F2 none repeat scroll 0 0;
	display:block;
	float:left;
	height:100%;
	width:955px;
	font-size: 14px;
	font-weight:bold;
	color: Orange;
}
input.ModeratorNote{    
	width:240px;    
	height:100px;    
	background:transparent;    
	border:solid 0px #999999;    
	color:#999999;
}
.RequiredModeratorNote {
	border:1px solid orange;
	float:left;
	margin-left:8px;
	padding:0 5px 0px 10px;
	width:283px;
}
.RequiredModeratorNote textarea{
	width:273px;
}
.ImageModeratorNote {
	border:1px solid orange;
	float:left;
	margin-left:8px;
	padding:0 5px 0px 10px;
	width:328px;
}
.ImageModeratorNote textarea{
	width:318px;
}

.OptionalModeratorNote {
	border:1px solid orange;
	float:left;
	margin-left:8px;
	padding:0 5px 0px 12px;
	width:252px;
}
.OptionalModeratorNote textarea{
	width:242px;
}

.StoryWPModeratorNote {
	border:1px solid orange;
	float:left;
	margin-left:0px;
	padding:0 5px 0px 5px;
	width: 283px;
	text-align:left;
}
.StoryWPModeratorNote textarea{
	width:273px;
}

.VideoWPModeratorNote {
	border:1px solid orange;
	float:left;
	margin-left:0px;
	padding:0 5px 0px 5px;
	width: 283px;
	text-align:left;
}
.VideoWPModeratorNote textarea{
	width:273px;
}
.ImageWPModeratorNote {
	border:1px solid orange;
	float:left;
	margin-left:0px;
	padding:0 5px 0px 5px;
	width: 283px;
}
.ImageWPModeratorNote textarea{
	width:273px;
}

.ModeratorViewSitesTable a {
	color: #333333;
}

/* -----EDIT WEB PARTS ---*/
#WrapperWP {
	background:transparent url(images/floral_bk.gif) no-repeat scroll right top;
	border:0 solid red;
	display:block;
	float:left;
	height:auto;
	margin:15px auto;
	width:953px;
} 

#Zone1Edit {
	background:#FFF;
	float:left;
	margin-left:8px;
	padding:0px 0px 15px 0px;
	width:300px;
}
#Zone1Edit span{
	color: #005320;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

/* Modify ZONE 1 / ZONE 2 texts */
#Zone1Edit .ZoneTitle td
{
    background-color:#E7E8E9;
	color: #CCCCCC;
	text-align:left;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 32px;
}

#Zone1Edit .ZoneTitle td div{
	color: #999999;
	text-transform:none;
	font-weight:normal;
	font-size: 12px;
}

#Zone2Edit {
    background:#FFF;
	float:left;
	margin-left:10px;
    padding:0 5px 15px 10px;
	width:330px;
}
#Zone2Edit span{
	color: #005320;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

/* Modify ZONE 1 / ZONE 2 texts */
#Zone2Edit .ZoneTitle td{
	background-color:#E7E8E9;
	color: #CCCCCC;
	text-align:left;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 32px;
}

#Zone2Edit .ZoneTitle td div{
	color: #999999;
	text-transform:none;
	font-weight:normal;
	font-size: 12px;
}


#AddWebParts {
	float:left;
	margin-left:8px;
	width:275px;
}

/* ADD CONTROL  module */
#AddWebParts table { /* Box to include new webparts*/
	background: #D04629;
	font-weight:bold;
	color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    font-family: Georgia,"Times New Roman", Times, serif;
    margin:0 0 0 0;
    padding:3px;
    border-style: none;
    }

#AddWebParts table td {
    vertical-align: middle;
    }

#AddWebParts input {
    border:none;
	color:#FFFFFF;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:14px;
    width:20px;
}

#AddWebParts .ShortBtn_green{
	border:none;
	background: url(Images/btn_59x26.png) no-repeat 0 0;
	color:#fff;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:26px;
	width: 60px;
	text-transform: uppercase;
}

/*
#AddWebParts label {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align: middle;
}
*/
#AddWebParts select{
	font: 12px Georgia,"Times New Roman", Times, serif;
	height: 22px;
	color: #999999;
	width:150px;
}

#AddWebParts span {
	color:#FFFFFF;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	vertical-align: middle;
}
/*-- WRAPPER BROWSE--*/
.thrColAbsHdr #WrapperBrowse {
	background:white none repeat scroll 0 0;
	margin-top:20px;
	display:block;
	float:left;
	height:auto;
	width:955px;
}

.thrColAbsHdr #BrowseContent1 {
	background:#CFDB9E;
	float:left;
	height:auto;
	margin:24px 0 0 8px;
	padding:0 15px 15px 24px;
	width:275px;
}

#BrowseContent1 p{
	background:#CFDB9E;
}

.thrColAbsHdr #BrowseContent1 span p{
	height:30px;
}
.Browse_textarea{
	background: transparent;
	display: block;
	border: none;
	color: #333;
}

.thrColAbsHdr #BrowseContent2 {
	background:#FFF;
	float:left;
	height:auto;
	margin-left:8px;
	padding:0 5px 15px 10px;
	width:330px;
}

.thrColAbsHdr #BrowseContent3 {
	background:#FFF;
	float:left;
	height:auto;
	margin-left:8px;
	padding:0 9px 15px 11px;
	width:250px;
}

#BrowseOptionalData {
	padding: 20px 8px 0px 4px;
}
#BrowseOptionalData span{
	font-weight: normal;
	color: #666666;
	font: 11px Georgia,"Times New Roman", Times, serif;
	text-transform: none;
	font-weight:normal;
	line-height:16px;
}

#BrowseOptionalData p {
	font-weight: normal;
	color: #666666;
	font: 11px Georgia,"Times New Roman", Times, serif;
	text-transform: none;
	font-weight:normal;
	line-height:16px;
}

#BrowseOptionalData p span{
	font-weight: normal;
	color: #666666;
	font: 11px Georgia,"Times New Roman", Times, serif;
	text-transform: none;
	font-weight:normal;
	line-height:16px;
}

#BrowseContent1 h4 {
	font-weight: bold; 
	color: #333;
	font: 14px Georgia,"Times New Roman", Times, serif;
	text-transform: none;
	padding-bottom: 20px;
}

#BrowseContent1 span {
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:16px;
}
/*#BrowseContent1 p span {
	font-weight: normal;
	color: #333;
	font: 12px Georgia,"Times New Roman", Times, serif;
	text-transform: none;
	font-weight:normal;
	line-height:16px;
}*/
#BrowseContent1 span.DistributorName {
	color:#981B1E;	
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:20px;	
	font-weight:normal;	
	text-transform: none;
}

#BrowseContent1 span.DistributorRank 	
{
	color:#666666;	
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:16px;	
	font-weight:normal;	
	text-transform: uppercase;
	}
	
/*------Themes ------------*/

.tit_themes {
	clear:left;
	color:#005320;
	font-size:11px;
	padding:10px 5px 0 0;
}

.tit_themes span{
	font-size: 11px;
	color:#005320;
} 

.thumb_themes{
	padding: 5px;
	float:left;
} 
/*------ End Themes ------------*/

.thrColAbsHdr #QuickShop{
	float:left;
	width: 400px;
	padding: 0px 10px 15px 10px;
	border: 1px gray;
	margin: 35px 0 0 15px;
}
.thrColAbsHdr #ShipTo{
	padding:0 10px 15px;
	width:370px;
}

.thrColAbsHdr #ShipTo .inputText230px{
	width: 310px;
}

#ShipTo h3 {
	margin-top:20px;
}

#ShipTo h4 span {
	margin-top:20px;
}
.thrColAbsHdr #Zone2Browse {
	background:#FFF none repeat scroll 0 0;
	float:left;
	margin-left:8px;
	padding:0px 0px 0px 0px;
	width:330px;
}

.thrColAbsHdr #Zone1Browse {
	background:#FFF none repeat scroll 0 0;
	float:left;
	margin-left:8px;
	padding:0px 0px 15px 0px;
	width:300px;
}

.thrColAbsHdr #Catalog  {
	top: 400px;
	width: 250px; 
	padding: 0px 10px 15px 10px;
	margin-right: 8px;
	left: 600px;
}

#Search {
	width:488px;	
}
#Search input.ShortBtn_green {
font-size:11px;
}

/*  MOVE TO CATALOG PAGE ZONE */
.thrColAbsHdr #TabContent {
	margin:20px 0px 5px 5px;
	padding:0 0 15px 10px;
	width:488px;
	height: auto;
	float:left;
}
/*.thrColAbsHdr #TabContentBorder {
	margin: 40px 378px 15px 5px;
	padding: 5px 0px 15px 10px;
	border: 1px solid #981B1E;
}*/

.thrColAbsHdr #footer {
	background:transparent url(Images/Footer_bk.png) no-repeat scroll 0 0;
	clear:both;
	height:136px;
	margin:0 0 0 -26px;
	width:auto;
	z-index:999;
}  

.thrColAbsHdr #footer p {
	color:#FFFFFF;
	margin:0;
	padding:70px 0 51px 90px;
}

#footer .disclaimerText{
	left:25px;
	margin:70px;
	position:relative;
	top:65px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

/************ Tooltip****/

 .tooltip {
	background: url(Images/help_icon.png) no-repeat 0 0;
	width: 14px;
	height: 24px;
	padding-left: 20px;
} 

/*
a:hover {
	border: none;
	text-decoration:underline;
	font-size: 12px;
	color: #981B1E;
} 
*/
a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-top:8px; 
	width:280px;
	height:auto;
}

a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	background:#FFFACC; 
	border:1px solid #CCCCCC; 
	color:#525252;
	padding: 10px;
	font-weight: normal;
	text-decoration:none;
}
	
/************** Forms elements****/
span { 
	font-weight: normal;
	color: #666;
	font: 12px Georgia,"Times New Roman", Times, serif;
}

span.moreInfo {
    font: Georgia,"Times New Roman", Times, serif;
    color:#666666; 
    font-size: 10px;
    font-weight:normal;
}

#ImageContent span.moreInfo {
    clear: both;
	font: Georgia,"Times New Roman", Times, serif;
    color:#666666; 
    font-size: 10px;
    font-weight:normal;
}
span.subtitle {
    font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding: 0 5px 0 0px;
}

.subtitle{
    font-weight: normal;
	color: #000000;
}

textarea { 
	font: 12px Georgia,"Times New Roman", Times, serif;
	color: #333;
	width: 270px;
	height: auto;
	margin-top:6px;
}

select.jumpMenu {
	font: 12px Georgia,"Times New Roman", Times, serif;
	height: 22px;
	color: #999999;
	width:220px;
	margin-top:6px;
}

select.jumpMenu420 {
	font: 12px Georgia,"Times New Roman", Times, serif;
	padding: 2px;
	color: #999999;
	width: 421px;
	margin: 10px 0 0 0;
	margin-top:6px;
}

input.small {
    border:solid 1px #999999;
    color:#999999;
    font-family:Georgia,"Times New Roman", Times, serif;
    font-size:12px;
    height:20px;
    line-height:normal;
    width:80px;
}
.inputText{	
    border:solid 1px #999;
    padding:3px;	
    color:#333;
	margin-top:6px;
	width: 350px;
}

.inputTextQty{	
    border:solid 1px #999999;
    padding:3px;	
    color:#333;
	margin-top:6px;
	text-align:right;
}

.inputText230px{	
    color:#333;	
    width: 230px;
    border:solid 1px #999999;
    padding:3px;
	margin-top:6px;	
}   

/* Buttons*/
.thrColAbsHdr #BrowseContent3 input.Green_btn{
	background: url(../Green/Images/btn_162x23.png) no-repeat 0 0;
	border:medium none;
	color:#FFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:20px;
	padding:0 0 3px;
	position:relative;
	text-transform:uppercase;
	top:15px;
	width:165px;
	}

.ModalPanel input.Green_btn {
	margin-top:20px;
}

input.Green_btn{
	background: url(Images/btn_162x23.png) no-repeat 0 0;
	border: none;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	width: 163px;
	text-transform:uppercase;
}


/* Buttons*/
.Green_btn{
	border:none;
	background: url(Images/btn_162x23.png) no-repeat 0 0;
	color:#fff;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:23px;
	width: 160px;
	text-transform:uppercase;
}
input.Disabled_btn{
	border:none;
	background: url(Images/btn_large_disabled.png) no-repeat 0 0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	width: 163px;
	text-transform:uppercase;
}
/* Buttons*/
.Disabled_btn{
	border:none;
	background: url(Images/btn_large_disabled.png) no-repeat 0 0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	width: 163px;
	text-transform:uppercase;
}
input#Green_btn{
	border:none;
	background: url(Images/btn_162x23.png) no-repeat 0 0;
	color:#fff;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	width: 163px;
	text-transform: uppercase;
}

input.GObtn_green{
	border:none;	
    background: url(Images/btn_40x23.png) no-repeat 0 0;
	color:#fff;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height: 24px;
	width: 41px;
	text-transform: uppercase;
}

.ShortBtn_green{
	border:none;
	background: url(Images/btn_59x26.png) no-repeat 0 0;
	color:#fff;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:26px;
	width: 60px;
	text-transform:uppercase;
	margin: 6px 0 0 0;
}

#menu .Red_btn{
	margin: 15px 0 0 20px;
}

#clear .Red_btn{
	margin: 14px 0 0 0;
}

.Red_btn{
	border:none;
	background: url(Images/btn_162x23_dark.png) no-repeat 0 0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	text-transform:uppercase;
	width:165px;
	line-height: 20px;
	padding: 0 0 3px 0;
	position: relative;
	/*top: 15px;
	left: 10px;*/
	}

input.GObtn_red{
	border:none;
	background: url(Images/bg_red_go.png) no-repeat 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:23px;
	width: 40px;
	text-transform:uppercase;
}
/*---------- End Buttons --------*/
/*---------- Loading ------------*/
.Catalog_LayerLoading	{
	z-index:999;	
	left:200px;
	position:absolute;
	top:800px;
	text-align:center;
	}

.Loading_Div{
	width: 66px;
	height: 66px;
	background-image: url(Images/loading.gif);
}

.AboutMe_LoadingLayer
{
	position:absolute;
	top: 500px;
	left: 435px;
	background-color: #FFF;
	border: solid 1px #981B1E;
	padding: 10px;
	}
/*---------- End Loading ------------*/
.accordion_header{
	background: url(Images/Accordion_bk.jpg) repeat-x 0 0;
	border-color:#045320;
	border-style:solid;
	border-width:0 0 1px;
	color:#045320;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	padding:6px;
	width:auto;
	height: 17px;
	
}

.accordion_body, .accordion_body table{
	font-size: 11px;
	padding:0px 0px;
}

.accordion_body table tr{
	background-color:#EEE;
}

.accordion_body table, .accordion_body td, .accordion_body th{
	font-size: 10pt;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	color: #555555;
	width: 100%;
	padding: 1px 4px;
}

.accordion_body td a{
	text-decoration:none;
	color: #555555;
}

.accordion_body td a:hover{
	text-decoration:none;
	color: #111111;
	background-color:#FFFFFF;
}

.BackgroundClass{
	background:#111111 none repeat scroll 0 0;
	height:100%;
	left:0;
	opacity:0.5;
	position:fixed;
	top:0;
	width:100%;
	z-index:99999;
}

.ModalPanel{
	background: #FFFFFF;
	font-size: 12px;
	padding: 20px;
}

.ModalPanel table td{
	vertical-align:top;
	font-weight: bold;
}

/*------- MENU STEPS ---------*/

.steps{
	line-height: 24px;
}

#steps_div{
	clear:both;
	font-size:14px;
	color: #999999;
	font-weight: bold;
}

li .currentStep, span .currentStep{
	background: transparent url(Images/triangle.png) no-repeat top center;
	color: #D04629;
	font-weight: bold;
	font-size:12px;
	line-height: 25px;
}	

#steps_div ul{
	display:block;
	height:0px;
	margin:-4px 0 0 -10px;
	padding:0 0 0 20px;
	width:965px;
}
#steps_div ul li span{
	margin: 0; 
	padding: 13px; 
	width: auto;
	height: 0px;
	display: inline;
	list-style: none;
	float: left;
	text-decoration:none;
}
#steps_div ul li {
	margin: 0; 
	padding: 13px; 
	width: auto;
	height: 0px;
	display: inline;
	list-style: none;
	float: left;
	text-decoration:none;
	/*background: url(Images/separator.jpg) no-repeat bottom right;*/
}


#steps_div ul li a{
	margin: 0; 
	padding: 10px; 
	color: #666666;
	font-size:12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

#steps_div ul li a:hover{
	margin: 0; 
	padding: 10px; 
	color: #D04629;
	font-size:12px;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
}

/*-----  END STEPS MENU --------*/


/* TABLES to show data */
.ShoppingCart{
	top: 40px;
	left: 820px;
	position:absolute;
}
.ShoppingCart #cartIcon{
	background:transparent url(Images/cart.png) no-repeat scroll 0 0;
	height:27px;
	padding-left:26px;
}
.ShoppingCart span{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #005320;
}

.ShoppingCartTable{
	border:none;
	width: 200px;
}
.ShoppingCartTable span{
	font-size: 12px;
	color: #D04629;
}

.ShoppingCartTable td, ShoppingCartTable th{
	font-size: 12px;
	color: #000000;
}

.ShoppingCartImg{
	background: transparent url(Images/cart.png) no-repeat 0 0;
}

div.ModeratorPanel{
	background:#FF9200;    
	margin: 0 0 0 0;    
	padding:5px 5px 5px 5px;    
	height: 150px;
}
input.ModeratorNote {
	width:240px;    
	height:100px;    
	background:transparent;   
	border:solid 0px #999999;    
	color:#999999;
	}
.UploadFile input {
	border:solid 1px #999999;	  
	color:#999999;    
	font-family: Georgia,"Times New Roman", Times, serif;  
	font-size:12px;    
	font-style:normal;    
	font-variant:normal;    
	font-weight:normal;    
	height:20px;    
	line-height:normal;
}
.update_btn input
{
    background:transparent url(Images/icon_update.png) no-repeat scroll 0 0;
	border:medium none;
	height:19px;
	width:19px;
}
.delete_btn input
{
    background:transparent url(Images/icon_delete.png) no-repeat scroll 0 0;
	border:medium none;
	height:19px;
	width:19px;
}
.ShoppingCartSummaryTable{
	font-size:12px;	
	width:500px;	
	border: 1px solid #FFF;
	}
.ShoppingCartSummaryTable th{
	font-size:12px;	
	font-weight:bold;	
	color: #005320;
	vertical-align:top;
	padding:5px;	
	text-align:center;	
	background: #CFDB9E;	
	text-transform:uppercase;
	}
.ShoppingCartSummaryTable tr{
	background: #EEE;	
	border-bottom: solid 1px #CFDB9E;	
	}
.ShoppingCartSummaryTable td{
	font-size:12px;	
	color: #333;		
	padding:2px;	
	border-style: none;
	height:25px;	
}
.QuickShopSearchResultTable	{
	font-size: 11px;
	background-color: #FFFFFF;
	color: #555555;
	width: 100%;
	padding: 1px 4px;
}
.QuickShopSearchResultTable th	{
	background: transparent url(../Green/Images/Accordion_bk.jpg) repeat-x scroll 0 0;
	border-style: none;	
	border-bottom: solid 1px #999999;	
	color:#045320;	
	font-size:13px;	
	font-weight:bold;	
	padding:6px;	
	width:auto;
	}
.QuickShopSearchResultTable td{
	text-decoration:none;
	color: #555555;
	font-size: 13px;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 2px 3px;
	}

.QuickShopSearchResultTable td	a{
	text-decoration:none;
	color: #555555;
	}

.QuickShopSearchResultTable td a:hover{
	text-decoration:none;
	color: #111111;
	}
	
	/* End tables to show information*/	
.Catalog_LayerLoading	{
	z-index:999;	
	left:200px;
	position:absolute;
	top:800px;
	text-align:center;
	}
	
/* Enrollment */	
.Enrollment_LeftSide{
	border: solid 2px #981B1E;	
	margin: 40px 20px 0 10px;	
	padding: 10px 15px;
	float:left;
	width: 500px;
}

.Enrollment_RightSide{
	float: left;
	width: auto;
	margin: 0 0 18px 0;
	}
.Enrollment_RightSide .Red_btn {
right:28px;
}

.Label_NotYou{
	background:#FFFFFF none repeat scroll 0 0;
	float:right;
	margin:-25px 40px 0 0;
	padding:3px 5px;
}
	
.Label_ValueName{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:right;
}

/* END ENROLLMENT*/

/* PAYMENT */
.Payment_LeftSide	{
	border: solid 2px #981B1E;	
	margin: 31px 20px 18px 10px;	
	padding: 10px 15px;
	float:left;
	width: 500px;
}

.Payment_RightSide{
	float: left;
	width: 370px;
	margin: 43px 0 18px 0px;
	}

.PaymentInfo td{
	width: 160px; !important	
	}
	
.PaymentInfo h4, h4 span {
	width:160px;
}
.PaymentInfo .inputText{
	width:310px;
}
.inputPayment{
	border:1px solid gray;
	height:21px;
	width:310px;
}
#BillingAddress .InputText100{
width:310px;
}
.Payment_RightSide .InputText100 {
	width:150px;
}

.Payment_RightSide .inputText {
	width:150px;
}

.Payment_RightSide input.Green_btn{
	font-size: 11px;
}

.InputText100{
	border:solid 1px #999999;
    padding:3px;	
    color:#333;
    width:100%;
    margin-top:6px;
	}	
	
.InputText_address {
	border:1px solid gray;
	height:20px;
	margin-top:5px;
	width:314px;
}
	
.icon_update{
	background: transparent url(Images/icon_update.png) no-repeat 0 0;
}
	
.WillCallMessage{
	clear:both;
	float:left;
	padding:0 0 0 0;
	width:200px;
	}	
.WillCallMessage span{
	color: #981B1E;
	font-size:11px;
	}	
	
.FloatRight	{
	float:right;
	margin-top:-20px;
	width:49%;
}

.FloatRight	select{
	margin-top: 6px;
}

.FloatLeft{
	float: left;
	width: 50%;	
	clear:both;
}
	
/* END PAYMENT*/


/* CONFIRMATION */
.Confirmation_LeftSide{
	border: solid 2px #981B1E;	
	margin: 31px 20px 18px 10px;	
	padding: 10px 15px;
	float:left;
	width: 500px;
}

.Confirmation_RightSide{
	float:left;
	margin:43px 0 0 0;
	width:350px;
}
	
.ModalText	{
	font-weight: bold;
	}
/* END CONFIRMATION*/
/* NUTRITIONAL PAGE */

.Nutritional_Content{
	}
.Nutritional_LeftContent{
	float:left;
	margin:10px 0 0 20px;
	width:210px;
}
.Nutritional_LeftContent h3 span{
	margin-top: 20px;
}
.Nutritional_LeftContent span /*text inside Company_LeftContent - quite bigger than H3*/
{
	color:#D04629;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:15px;
	padding:0;
}
.Nutritional_CommonContent{
	width: 300px;
	float: left;
	margin: 3px;
	padding: 20px;
	}
.Nutritional_CommonContent h1, .Nutritional_CommonContent h1 span{
	font: 16px Georgia,"Times New Roman", Times, serif;
	font-weight:bold;
	color: #D04629;
	margin:0;
}
	
.Nutritional_CommonContent span{
	font: 12px Georgia,"Times New Roman", Times, serif;
}
/* COMPANY PAGE*/

.Company_Content
{
}

.Company_LeftTopContent{
display:block;
width:210px;
}

.Company_LeftTopContent span{
	background:#CFDB9E none repeat scroll 0 0;
	float:left;
	font-size:11px;
	margin-left:10px;
	padding:16px 16px 0;
	width:210px;
	}
.Company_LeftTopContent h3 span{
	color: #D04629;
	}

.Company_LeftTopContent ul {
	color:#D04629;
	float:left;
	list-style-type:none;
}
.Company_LeftTopContent ul li {
	margin:0 -6px 0 -36px;
	text-decoration:none;
}
.Company_LeftTopContent ul li p {
	font-size:11px;
	font-weight:normal;
	margin-top:-14px;
	padding-left:47px;
	text-decoration:none;
}
.CompanyLeft {
	float:left;
	margin:20px 0 0;
}

.Company_LeftContent{
	clear:left;
	display:block;
	margin-top:0;
	padding:20px;
	width:210px;
	}
.Company_LeftContent h3 span{
margin-top: 20px;
}

.Company_LeftContent span /*text inside Company_LeftContent - quite bigger than H3*/
{
	color:#D04629;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:15px;
	padding:0;
}
.Company_CommonContent{
	width: 300px;
	float: left;
	margin: 3px;
	padding: 20px;
}

.Company_CommonContent h1, .Company_CommonContent h1 span{
	font: 16px Georgia,"Times New Roman", Times, serif;
	font-weight:bold;
	color: #D04629;
	margin:0;
}

.Company_CommonContent span{
	font: 12px Georgia,"Times New Roman", Times, serif;
}
/* END COMPANY */

/* START ITEM DESCRIPTION STYLES (in ~\UserControls\Ordering_ItemDescription.ascx)*/
.DescriptionAccordion_Header{
	color: #005320;	
	background-color: #CFDB9E;
	font-weight: bold;	
	padding:5px;	
	font-size:12px;	
	border-bottom: solid 1px #FFFFFF;	
	cursor: pointer;
}
.DescriptionAccordion_Header:hover{
	color: #FFFFFF;	
	background:#005320 ;	
	font-weight: bold;	
	padding:5px;	
	display:block;	
	font-size:12px;	
	border-bottom: solid 1px #FFFFFF;	
	cursor: pointer;
	}	
.DescriptionAccordion_Content{
	color: #666;	
	padding: 3px 3px 3px 20px;	
	display:block;
	line-height:18px;	
	font-size:12px;
	}	
.DescriptionAccordion_Content p{
	color:#333333; 
	font-size: 12px;
	height: auto;
	}	
	
.DescriptionAccordion_Selected	{
	color: #981B1E;	
	}
div.ModeratorPanel {
	background:#FF9200;
	height:150px;
	margin:0;
	padding:5px;
}

/*----- Image Profile WebPart --------*/
#ImageProfileWPDiv td {
	color: #999999;	
	margin: 0px;	
	padding: 0px;	
	text-transform:uppercase;
	font-weight:bold;	
	font-size:32px;
}

#ImageProfileWPDiv span {
	color:#333333;
	font-size:10px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-align:left;
	text-transform:none;
}

#ImageProfileWPDiv .UploadFile {
	border:solid 1px #999999;	
	color:#999999;    
	font-family: Georgia,"Times New Roman", Times, serif;  
	font-size:12px;
	font-style:normal;    
	font-variant:normal;    
	font-weight:normal;    
	height:20px;    
	line-height:normal;
}

#ImageProfileWPDiv label {
	color:#333333;	
	font-size:10px;
	font-weight:normal;
}

#ImageProfileWPDiv p .BrowseImageTitle {
	color:#D04629;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:10px 0;
}

#ImageProfileWPDiv img {
	height:auto;
	width:288px;
}
.BrowseImage {
	height:auto;
	width:330px;
	padding-top:25px;
}

.ShoppingCartValues{
		float:right;
	}

/*------- Story WebPart --------*/
#StoryWPDiv {
	background:transparent url(Images/Organic_bk.png) repeat scroll 0 0;
	margin:0;
	padding:15px 10px;
	text-align:left;
}
/*-------- Edit mode -----------*/
#StoryWPDiv span{ 
	color:#333333;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size: 12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
}
#StoryWPDiv h4 span{ 
	font: 12px Georgia,"Times New Roman", Times, serif;
	font-weight:bold;
	color: #D04629;
	text-transform:none;
}
/*  Browse mode*/
#StoryWPDiv p span.Title{ 
	font: 14px Georgia,"Times New Roman", Times, serif;
	color: #333333;
    font-weight:bold;
    text-transform:none;
}
#StoryWPDiv span.ContentText{ 
	font: 12px Georgia,"Times New Roman", Times, serif;
	color: #333333;
    font-weight:normal;
    text-transform:none;
}
#StoryWPDiv input {
	border:solid 1px #999999;
    color:#999999;
    font-family:Georgia,"Times New Roman", Times, serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:20px;
    line-height:normal;
    width:280px;
}

#StoryWPDiv textarea {
    width:280px;
}
/* Mediaplayer Webpart Div */

#MediaplayerWPDiv {
    margin:0px;
	padding: 0px;
}

#MediaplayerWPDiv input {
	border:solid 1px #999999;
    color:#999999;
    font-family:Georgia,"Times New Roman", Times, serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:20px;
    line-height:normal;
    width:220px;
}
#MediaplayerWPDiv span {
    color: #333333;	
	text-align:left;
    margin: 0px;	
    padding: 0px;	
    text-transform:none;
    font-weight:normal;	
    font-size:10px;
}
#MediaplayerWPDiv .UploadFile {
	border:solid 1px #999999;	
	color:#999999;    
	font-family: Georgia,"Times New Roman", Times, serif; 
	font-size: 12px;
	font-style:normal;    
	font-variant:normal;    
	font-weight:normal;    
	height:20px;    
	line-height:normal;
}

#MediaplayerWPDiv input.GObtn_green{
	border:none;	
    background: url(Images/btn_40x23.png) no-repeat 0 0;
	color:#fff;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height: 23px;
	width: 40px;
	text-transform: uppercase;
}
/* YouTube WebPart Video */
#YouTubeWPVideo input {
	border:solid 1px #999999;
    color:#999999;
    font-family:Georgia,"Times New Roman", Times, serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:20px;
    line-height:normal;
    width:170px;
}
#YouTubeWPVideo .UploadFile {
	border:solid 1px #999999;	
	color:#999999;    
	font-family: Georgia,"Times New Roman", Times, serif;  
	font-size:12px;    
	font-style:normal;    
	font-variant:normal;    
	font-weight:normal;    
	height:20px;    
	line-height:normal;
}
	
#YouTubeWPVideo input.GObtn_green{
	border:none;	
   background: url(Images/btn_40x23.png) no-repeat 0 0;
	color:#fff;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height: 24px;
	width: 41px;
	text-transform: uppercase;
}

#YouTubeWPVideo span{ 
	color:#333333;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
}
/* Moderator Pages */

.ModeratorViewSitesTable{
	font-size:12px;	
	width:700px;	
	border: 1px solid #FFF;
	padding:0px 0px 0px 10px;
	}
	
.ModeratorViewSitesTable th	{
	font-size:12px;	
	font-weight:bold;	
	color: #FFF;
	vertical-align:top;
	padding:5px;	
	text-align:center;	
	background: #B9B973;	
	text-transform:uppercase;
	}
	
.ModeratorViewSitesTable tr	{
	background: #EEE;	
	border-bottom: solid 1px #000;	
	}
	
.ModeratorViewSitesTable td	{
	font-size:12px;	
	color: #666666;		
	padding:2px;	
	border-style: none;
}

#ModeratorViewOptions{
    padding:15px 0px 0px 5px; 
    height:50px; 
    vertical-align:middle;
}

#ModeratorViewOptions label{
	font-size:12px;	
	font-weight:bold;	
	color: #333333;
	padding:5px;		
	text-transform:uppercase; 
}

/* Zone styles */

.WebPartInZone1EditStyle {
	background-color:#E7E8E9;
	margin:4px auto;
	padding:0px;
	width:auto;
	height:200px;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.WebPartInZone1BrowseStyle {
	background-color:#D04629;
	margin:2px auto;
	padding:0px;
	height:auto;
	border-width:0px;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.WebPartInZone2EditStyle {
	background-color:#E7E8E9;
	margin:4px auto;
	padding:0px;
	width:100%;
	height:auto;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.WebPartInZone2BrowseStyle {
	background-color:#BAB87E;
	margin:2px auto;
	padding:0px;
	width:100%;
	height:auto;
	border-width:0px;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.ShippingSummaryDiv {
	clear:both;
	text-align: left;
	font-size: 12px;
	background-color: #EEE;
	padding: 10px 10px 10px 15px;
	overflow: auto;
	letter-spacing: 0.05em;
}

.ShippingSummaryDiv p {
	text-align:left;
	font-size: 12px;
	color: #333;
}

/* */

.ShoppingCartSummary_ShippingMethod{
	float: left;
	width: 200px;
	height:90px;	
	}
	
.ShoppingCartSummary_OrderValues{
	float: right;
	width: 250px;
	padding:0 0 12px 20px;	
	}
	
/* -------- SPRY TABBED PANNELS ---------*/

.TabbedPanels {
	margin-top: 8px;
	padding: 0px;
	float: left;
	clear: none;
	height: 100%;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0 0 1px 0;
	font: bold 0.7em sans-serif;
	background-color: #FFF;
	list-style: none;
	background: url(Images/tab_inactive.png) no-repeat 0 0;
	cursor: pointer;
	color: #B9B973;
	width: 122px;
	height: 22px;
	padding: 4px 0 0 0;
	text-align:center;
}

.TabbedPanelsTab span{
	color: #045320;
	font-weight:bold;
}

.TabbedPanelsTabHover {
	background-color: #F2F2F2;
}

.TabbedPanelsTabSelected {
	background: transparent url(Images/tab_active.png) no-repeat 0 0;
	color: #FFF;
	width: 122px;
}

.TabbedPanelsTabSelected span{
	color: #FFF;
	font-weight:bold;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFF;
	height: 100%;
}
p .TabbedPanelsContentGroup{
	color:#333333;
	font-size:12px;
}

.TabbedPanelsContent {
	border: solid 1px #045320;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
	}
.TabbedPanelsContent #ItemImageDiv {
	width:252px;
	float: left;
}

#ItemImageDiv img{
	width:250px;
}
.TabbedPanelsContent #ItemDetailDiv {
	float:left;
	/*height:245px;*/
	left:14px;
	position:relative;
	/*top:50px;*/
	width:214px;
}
#ItemDetailDiv span{
	margin-top: 20px;
}
#ItemDetailDiv p{
	color: yellow;
}
#ItemDetailDiv p span {
	color: #D04629;
	font-weight: bold;
}
.TabbedPanelsContent #ItemDetailDiv span{
	line-height: 22px;
}

.TabbedPanelsContent #ItemDetailDiv input{
	color:#333333;
	margin-top:6px;
	padding:3px;
	text-align:right;
	width:28px;
}

.TabbedPanelsContent #ItemDetailDiv .Green_btn{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:25px;
	text-align:center;
	text-transform:uppercase;
	width:163px;
}

.TabbedPanelsContent #ItemDescriptionDiv {
	clear:both;
	float:left;
	width:430px;
	padding: 30px 20px 15px;
}
.TabbedPanelsContent #ItemDescriptionDiv span{
	line-height: 18px;
}

p .TabbedPanelsContent {
	color:green;
	font-size:12px;
	height:auto;
}

.TabbedPanelsContentProduct {
	margin-top: -430px;
	width: 240px;
	margin-left: 10px;
	position: inherit;
	float: right;	
}

.TabbedPanelsContentVisible {
	border:1px solid #045320;
	color:blue;
	overflow:hidden;
	/*padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;*/
}

/* Image for the content*/

.tabImage { 
	padding-left: 10px;
}

.Confirmation_PrintBtn input {
	border:none;
	background: url(Images/icon_print.png) no-repeat 0 0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	height:20px;
	width: 20px;
	text-transform:uppercase;
}
.Confirmation_PrintBtn {
	padding-left: 330px;
}

.Error_msg {
	background-color:Red;
	color:white;
	display:block;
	font-size:11px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:2px;
	padding-top:8px;
}

#ShipTo .Error_msg {
	width: 310px;
}


#Zone1Edit span .WebPartInZone1BrowseStyle {
	/*border: 1px solid red;*/
	width: 280px;
}

.ShippingSummaryDiv_Left
{
	width: 49%;
	float: left;
	}

.ShippingSummaryDiv_Right
{
	width: 49%;
	float: right;
	}

.error_message{
    border:1px solid #990000;
    padding: 120px 0;
    margin: 50px;
    text-align:center;  
}
.error_message span{
    color: #990000;
    font-size: 14px;
    font-weight: bold;
}
#IndependentDistributorMsg{
	float:left;
	height:auto;
	padding:35px 0 0 110px;
	width:360px;
}

#IndependentDistributorMsg span { 
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 14px;
	font-style:normal;
	text-transform:uppercase;
	color:#005320;
	line-height: 20px;
	font-weight:bold;
} 
#welcomeMessage {
	float:left;
	height:auto;
	padding:0 0 0 110px;
	width:700px;
}
#welcomeMessage span{ 
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 11px;
	font-style:normal;
	text-transform:none;
	color:#666666;
	line-height: 20px;
	font-weight: normal;
	line-height:17px;
} 

#welcomeMessage .WelcomeMessageTitle{ 
	font-size: 14px;
} 

/*------ FIXES --------*/


#ctl00_MainContent_UpdatePanel1{
/*    height: 10px;*/
}

#ctl00_MainMenuUC_OrderingStepsDiv{
	margin-top:-20px;
}

#ctl00_MainMenuUC_MainMenuDiv{
	margin-top:-16px;
}
/*------ END FIXES --------*/
#Catalog_ShoppingCartSummary{
	clear: both;
	width: 430px;
	float: right;
}

#Catalog_ShoppingCartSummary .Red_btn{
	margin-left:246px;
}
