@charset "utf-8";
/* CSS Document */
.clear{
clear: both;        /* extend height of .main to longest column */
height: 1px;
overflow: hidden;   /* prevent IE expanding the container */
margin: 0;          /* keep flush with surrounding blocks */
}
div#content-inner-article{
margin:0;
float:left;
min-height:585px;
width:540px;
}
div#content-inner-sidebar-right{
position:relative;
float:right;
/*margin-left:570px;*/
top:0;
width:210px;
height:auto;
}
/* SIDEBAR */
/* CONTROL-CONTAINERS */
#cb-c-sb, #nl-subs-c-sb{
background-color:#a2cd51;
width:210px;
height:25px;
text-align:right;
font-weight:normal;
vertical-align:bottom;
margin:5px 0 0 0;
}
/* CALLBACK-FORM-CONTAINER */
#cb-sb{
width:210px;
height:95px;
margin-bottom:2px;
vertical-align:bottom;
font-weight:normal;
display:none;
color:#FFF;
}
#cb-c-sb a, #cb-c-sb a:visited,
#nl-subs-c-sb a, #nl-subs-c-sb a:visited{
font-weight:normal;
color:#fff;
text-decoration:none;
}
/* COMMON LINK AND PICTURE CONTAINER CONFIG */
#cb-link,#subs-link{padding-top:4px;}
/* COMMON CONTROL LINK CONFIG */
#callback-link,#animate-link{
margin-right:8px;
font-size:14px;
font-weight:lighter;
font-family:"Trebuchet MS";
cursor:pointer;
width:100%;
}
/* NEWSLETTER-SIDEBAR */
/* NEWSLETTER-CONTROL-CONTAINER*/
/* NEWSLETTER-FORM-CONTAINER */
div#nl-subs-sb{
width:210px;
height:115px;
vertical-align:bottom;
font-weight:normal;
display:none;
}
/* BECAUSE OF GENDER RADIO BUTTONS */
#nl-subs-sb ul,#newsletter-form-main ul{
padding:0;
margin:0;
margin-left:0px;
}
#nl-subs-sb li,#newsletter-form-main li,#gender li{ display:inline; }
#nl-subs-sb li { color:#787f78; }
#nlsb-form-tbl,#cb-form-table,#newsletter-form-main,#newsletter-form-main li{ color:#787f78; }
#nlsb-form-tbl,#cb-form-table{ width:210px;border:1px solid #999;}
#content-inner-sidebar-right img {padding-right:5px; }