@charset "UTF-8";
body  {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(http://weightlossjoy.com/images/070801images/background.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.alignleft
{clear: right;
float: left;}

.alignright
{clear: left;
float: right;}

.twoColHybRtHdr #container { 
	width: 756px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColHybRtHdr #mainContentContainer { 
	width: 714px;  /* this will create a container 80% of the browser width */
	margin: 0 15px 0 15px;
	padding:0;
	background-color:#FFFFFF;
	border-left:1px solid #613a1e;
	border-right:1px solid #613a1e; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.twoColHybRtHdr #header { 
	width:746px;
	padding:0;
	margin:0;
	text-align:center;
	height:243px;
	}

#content {
	text-align:left;
	margin-top:10px;
	}
	
.alignleft
{
clear:right;
float:left;
}

.alignright
{
clear:left;
float:right;
}
	
	
#aboutLinda {
	width:149px;
	height:87px;
	text-align:center;
	vertical-align:middle;
	float:right;
	margin:126px 30px 0 0;
	}	

#nav {
	margin:0;
	text-align:center;
	vertical-align:middle;
	height:15px;
	position: relative;
	top: 225px;
	left: 100px;
	}	
	
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#nav ul li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*display: inline;*/
	display: box;
	float: left;
	padding-right:10px;
	}

#nav ul li a {
	color:#613a1e;
	text-decoration: none;
	}

#nav ul li a:hover {
	color:#3D006B;
	text-decoration: underline;
	}

 #footerNav {
 	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	width:746px;
	margin:0;
	text-align:center;
	vertical-align:top;
	padding-bottom:5px;
	}	
	
#footerNav ul li {
	display: inline;
	padding-right:20px;
	}

#footerNav ul li a {
	color:#613a1e;
	text-decoration: none;
	}

#footerNav ul li a:hover {
	color:#3D006B;
	text-decoration: underline;
	}

.twoColHybRtHdr #sidebar1 {
	float: right;
	margin:5px 0 0 0; 
	width: 180px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
}

.twoColHybRtHdr #sidebar2 {
	float: right;
	margin:10px 10px 0 10px; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
}

.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
  margin: 0 180px 0 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

.twoColHybRtHdr #mainContent2 {
  margin: 0 222px 0 0;
  padding:10px;
  text-align:center;
  }

.twoColHybRtHdr #mainContentOneCol {
  margin: 0;
  padding:10px;
  text-align:center;
  }

.twoColHybRtHdr #footer { 
	width:746px;
	margin:0;
	height:15px;
	background-image:url(http://weightlossjoy.com/images/070801images/070801contentBottom.png);
	background-repeat:no-repeat;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	width: 714px;  /* this will create a container 80% of the browser width */
	margin: 0 15px 0 15px;
	padding:0;
	background-color:#FFFFFF;
	border-left:1px solid #613a1e;
	border-right:1px solid #613a1e; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}











td.challenge {
	text-align:center;
	padding:0 15px 0 15px;
	background-image:url(http://weightlossjoy.com/images/070801images/100days_02.png);
	background-repeat:repeat-y;
	}

p.challengeText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}

td.wlcContent {
	background-image:url(http://weightlossjoy.com/images/070801images/wlcBox_02.jpg);
	background-repeat:repeat-y;
	padding:5px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#663300;
	text-align:center;
	}

td.wlcEnter {
	background-image:url(http://weightlossjoy.com/images/070801images/wlcBox_03.jpg);
	background-repeat:no-repeat;
	vertical-align:middle; 
	text-align:center;
	}

td.grayBox {
	background-color:#e3fbc0;
	padding:5px 5px 5px 10px;
	text-align:left;
	vertical-align:top;
	}

table.gray {
	margin-top:3px;
	}
	
#featureDetails {
	float:left;
	text-align:left;
	vertical-align:top;
	margin:0 0 0 5px;
	}
	
#featureDetails img
{margin: 10px 15px 10px 0;}	
	
#featureDetails h3
	{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin: 10px 10px 10px 0;
	}
	
#featureDetails p
 {
	color:#333333;
	font-size:12px;
	line-height:16px;
	}
	
a:link, a:visited {
	color:#3D006B;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	}
	
.white
{ 
	width: 250px;
	margin: 5px;
	padding: 8px;
	background-color: #fff;
}	
	
.white p {
	color:#000000;
	font-size:11px;
	}
	
.blue
{ 
	width: 250px;
	margin: 5px;
	padding: 8px;
	background-color: #ade0fd;
}	
	
.blue p {
	color:#000000;
	font-size:11px;
	}	
	
#bottomStrip {
	padding:0 5px 0 5px;
	margin-bottom:-10px;
	width:705px;
	text-align:center;
	}
	
td.welcomeMessage {
	background-image:url(http://weightlossjoy.com/images/070801images/welcome_02.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	width:389px;
	height:60px;
	}

td.welcomeMessage p {
	padding-top:2px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:16px;
	margin-bottom:-2px;
		}
	
.emphasis {
	color:#3D006B;
		}
		
p.introHeadline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:22px; 
	font-weight:bold;
	color:#3D006B;
	margin:0 0 15px 0;
	}	

p.mainTextSubhead {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:15px;
	line-height:18px;
	color:#333333;
	font-weight:bold;
	margin:0 0 8px 0;
	}

p.mainTextTestimonials {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:15px;
	color:#333333;
	margin:0 0 15px 0;
	}

p.mainTextIndent {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	padding-left:40px;
	padding-right:40px;
	}

p.mainTextIndent2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	padding-left:20px;
	padding-right:20px;
	}

p.mainText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	}

table.mediaContact {
	background-color:#D1EBEF;
	border:1px dotted #3D006B;
	}

td.mediaContact {
	padding:2px;
	vertical-align:top;
	}
	
p.mediaContact {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:13px;
	color:#333333;
	margin:0;
	}

td.emotionalEater {
	background-color:#FFFFCC;
	border:1px dotted #3D006B; 
	padding:5px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height:16px;
	color:#666666;
	}

td.mainContentTestimonials {
	padding:20px 4px 10px 4px;
	background-color:#FFFFFF;
	vertical-align:top;
	}

p.productTag {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px; 
	font-weight:bold;
	color:#3D006B;
	}	

.productTable {
	background-color:#CDDFE5;
	}
	
.productLeft {
	padding:3px; 
	vertical-align:top;
	}

.productRight {
	padding:8px;
	vertical-align:top;
	}

.productMiddle {
	padding:8px;
	vertical-align:top;
	background-color:#FFFFFF;
	}

.productLeftColumn {
	padding:8px;
	vertical-align:top;
	background-color:#FFFFFF;
	border-right:1px solid #CDDFE5;
	}

.productRightColumn {
	padding:8px;
	vertical-align:top;
	background-color:#FFFFFF;
	border-left:1px solid #CDDFE5;
	}


.productTitle {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:13px;
	line-height:16px;
	}

.productPrice {	
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	padding:0 3px 5px 3px; 
	vertical-align:top;
	}

.productNote {	
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:11px;
	padding:0; 
	}

.productPrice2 {	
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	padding:3px; 
	border-right:1px dotted #3D006B;
	border-bottom:1px dotted #3D006B;
	}

.productImagePrice {
	width:250px;
	padding:0 5px 0 0; 
	float:right;
	}
p.mainContentSubhead {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:15px;
	line-height:18px;
	color:#333333;
	font-weight:bold;
	margin:0 0 8px 0;
	}

p.mainContentSubhead2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:14px;
	line-height:17px;
	color:#3D006B;
	font-weight:bold;
	margin-bottom:-13px;
	}

p.mainContentSubSub2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:13px;
	line-height:15px;
	color:#3D006B;
	}

p.mainContentIndent {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	padding-left:40px;
	padding-right:40px;
	}

p.mainContentIndent2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	padding-left:20px;
	padding-right:20px;
	}

.signUpNew {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:14px;
	color:#333333;
	margin:0;
	text-align:center;
	}

.signUpNew2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:14px;
	color:#333333;
	margin:0 0 0 15px;
	text-align:left;
	}

.signUpNew2top {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:14px;
	color:#333333;
	margin:5px 0 0 0;
	text-align:center;
	border-left:1px solid #009897;
	border-right:1px solid #009897;
	}

.signUpTitleNew {
	font-family:Times New Roman, serif; 
	font-size:14px;
	line-height:16px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	background-image:url(images/indexImages/yellowBurst.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:3px;
	margin-bottom:5px;
	text-align:center;
	}

.signUpTitleNew2 {
	font-family:Times New Roman, serif; 
	font-size:14px;
	line-height:16px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	background-image:url(images/indexImages/yellowBurst.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:3px 0 10px 22px;
	text-align:left;
	}

.signUp2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:10px;
	line-height:13px;
	color:#333333;
	margin:0;
	text-align:left;
	}


div.quote2 {
	width:200px;
	float:none;
	padding:5px;
	background-color:#d2ebc3;
	border:1px dotted #3D006B;
	}
.quoteText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:15px;
	margin:0 5px 10px 5px;
	color:#3D006B;
	text-align:left;
	font-style:italic;
	}
	
.quoteText2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:15px;
	color:#333333;
	padding:0 10px 0 10px;
	}
.quoter {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:15px;
	color:#3D006B;
	text-align:right;
	margin-top:-8px;
	margin-right:25px
	}
.tipBox {
	background-image:url(http://weightlossjoy.com/images/ornaments/tipBoxTable_02.png);
	background-repeat:repeat-y;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#006666;
	font-size:12px;
	line-height:15px;
	vertical-align:top;
	padding-left:22px;
	padding-right:22px;
	}
div.contactLogo {
	width:250px;
	float:right;
	margin-left:10px;
	margin-top:6px;
	padding:5px;
	}
.contactLogoText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:15px;
	color:#333333;
	padding:0 10px 0 10px;
	text-align:center;
	}
.bookSpecifics {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:14px;
	color:#333333;
	}

.bookLink {
	color:#336600;
	text-decoration:underline;
	}

.bookSpacer {
	margin-top:20px;
	margin-bottom:20px; 
	}
.WLJprice {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	}

.WLJshipping {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

.successStory {
	background-color:#62C486;
	padding:5px;
	vertical-align:top;
	}

.successStoryTitle {
	background-color:#006699;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0 5px 0; 
	margin:0 0 -15px 0;
	}
	
.successStoryText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding:5px 10px 5px 10px; 
	}

.rightAlign {
	text-align:right;
	padding-right:50px;}
	
.productTable {
	background-color:#CDDFE5;
	}
	
.productRight {
	padding:8px;
	vertical-align:top;
	}

.productMiddle {
	padding:8px;
	vertical-align:top;
	background-color:#FFFFFF;
	}

.productTitle {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:13px;
	line-height:16px;
	}

.productPrice {	
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	padding:3px; 
	vertical-align:top;
	}

.productImagePrice {
	width:250px;
	padding:0 5px 0 0; 
	float:right;
	}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px; 
	color:#FFFFFF;
	text-align:center;
	}

.footer a {
	text-decoration:underline;
	color:#FFFFFF;
	}

.indexBooksNote { 
	font-family:Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:15px; 
	color:#003300;
	text-align:center;
	padding:0 5px 0px 5px;
	margin-top:-7px;
	margin-bottom:15px; 
	}
.tipBox {
	background-image:url(http://www/weightlossjoy.com/images/ornaments/tipBoxTable_02.png);
	background-repeat:repeat-y;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#006666;
	font-size:12px;
	line-height:15px;
	vertical-align:top;
	padding-left:22px;
	padding-right:22px;
	}

.wljStepsResources {
	background-color:#3D006B;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	padding:5px;
	vertical-align:middle;
	text-align:center;
	letter-spacing:.1em;
	}

.wljStepsResources2 {
	border-left:1px dotted #3D006B;
	border-right:1px dotted #3D006B;
	border-bottom:1px dotted #3D006B;
	padding:5px;
	vertical-align:middle;
	text-align:left;
	background-color:#FFFFFF;
	height:20px;
	}

.wljStepsResources3 {
	background-color:#3D006B;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-size:13px;
	padding:5px;
	vertical-align:middle;
	text-align:center;
	}

p.productTag {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px; 
	font-weight:bold;
	color:#3D006B;
	}	
.indexLindaText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:22px; 
	font-weight:bold;
	color:#3D006B;
	margin:45px 0 2px 0;
	padding-left:5px;
	}	
	
	
.twoColHybRtHdr #secondContentContainer { 
	width: 714px;  /* this will create a container 80% of the browser width */
	margin: 0 15px 0 15px;
	padding:0;
	background-color:#FFFFFF;
	border-left:1px solid #613a1e;
	border-right:1px solid #613a1e; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.twoColHybRtHdr #secondContent {
  margin: 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

.content2 {
	text-align:left;
	}

.twoColHybRtHdr #secondSidebar {
	float: right;
	margin:10px 26px 0 10px; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
}

p.mainContent {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	}
p.mainContentSubhead {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:15px;
	line-height:18px;
	color:#333333;
	font-weight:bold;
	margin:0 0 8px 0;
	}
	
td.mainContent {
	padding:20px 8px 10px 8px;
	background-color:#FFFFFF;
	vertical-align:top;
	}

td.outerTable {
	width:716px;
	background-image:url(../images/070901images/tableBackground.jpg);
	background-repeat:repeat-y;
	padding:10px 0 10px 0; 
	border-bottom:1px solid #603b20;
	}

td.innerLeftColumn, td.innerRightColumn {
	text-align:left;
	vertical-align:top;
	}

td.innerCenterColumn {
	width:10px;
	}
	
p.footer070901 {
	margin:10px;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

p.footer070901 a {
	color:#000000;
	text-decoration:none;
	}

p.footer070901 a:hover {
	color:#000000;
	text-decoration:underline;
	}

.quoteText2small {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height:13px;
	color:#333333;
	padding:10px;
	}
	
td.dietPlans {
	padding:5px;
	background-color:#FFFFFF;
	vertical-align:top;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	}

td.dietPlansLeft {
	padding:5px;
	background-color:#FFFFFF;
	vertical-align:top;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	border-left:1px dotted #999999;
	}

td.dietPlansTop {
	padding:5px;
	background-color:#FFFFFF;
	vertical-align:top;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	border-top:1px dotted #999999;
	}

td.dietPlansTopLeft {
	padding:5px;
	background-color:#FFFFFF;
	vertical-align:top;
	border:1px dotted #999999;
	}


td.dietPlansBottomLeft {
	padding:5px;
	background-color:#FFFFFF;
	vertical-align:top;
	border-left:1px dotted #999999;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	}

