@charset "utf-8";
/* CSS Document */

#dynamic-content-bar-catagoire{
float:left;
height:auto;
margin:8px 0 0 0;
width:959px;

background-color:#F2F2F2;
border:1px solid #D7D7D7;

}

#leftcolumn{
float:left;
width:600px;
height: 200px;
padding-left:20px;
}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
}


#rightcolumn{
float:left;
width:630px;
height: 270px;
padding:10px 0 10px 10px;
margin:0px;
}

* html #rightcolumn{ /*IE only style*/
height: 260px;
}

.rightcolumn-left{
width:220px;
float:left;
margin:0px 10px 0 0;
padding:0px;
}

.rightcolumn-left h2{
font-size:12px;
font-weight:bold;
padding-left:0px;
}

.rightcolumn-left h3{
font-size:11px;
font-weight:normal;
color:#000000;
text-align:left;
line-height:16px;
}
.rightcolumn-left p{
font-size:13px;
font-weight:normal;
color:#333333;
text-align:justify;
line-height:18px;
}

.rightcolumn-left-image{
float:left;
padding:0 10px 0px 0px;
}

.rightcolumn-right{
width:270px;
float:left;
margin:5px 0 0 0px;
padding-left:5px;
border-left:1px dashed #999999;
font-size:13px;
}

.rightcolumn-right h3{
font-size:11px;
font-weight:bold;
text-align:justify;
}

.rightcolumn-right ul{
list-style:none;
color:#333333;

}
.rightcolumn-right p{
color:#333333;
}
.rightcolumn-right ul li{
background-image:url(../stellar-images/bullet-keyword.gif);
background-repeat:no-repeat;
background-position:0px 7px;
padding-left:12px;
line-height:18px;
color:#333333;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
}