/* ==============================================================*/
/* 				CSS Document 							*/
/*				this should be incorp into main_style		*/
/*				Seven								*/
/*	individual colors,bg, and etc. assigned on product_xx.css	*/
/* ==============================================================*/


div#feature div.sidebar ul
{
list-style-type: none;
margin: 5px 0px 0px 8px !important;
margin: -5px 0px 0px 8px;
padding: 0px 0px 0px 5px;
}

div#feature div.sidebar ul li,
div#feature div.sidebar ul li a
{
color:white;
font-size: 11px;
font-weight:normal;
margin: 0px;
padding-top:1px;
padding-bottom:3px;
text-decoration:none;
}

/* ==============================================================*/
/*			New-li bg broken out to indidv CSS				*/
/* ==============================================================*/

div.featureArea h2
{
font: lighter 18px "Gill Sans", GillSans, "Gill Sans MT", Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin:0px;
padding:0px 0px 0px 0px;
}

div.featureArea span
{
font-size:13px;
padding-left:2px;
font-weight: bold;
color: #202020;
}

div.featureArea p
{
padding: 14px 0px 0px 17px;
margin:0px;
font-size:13px;
color: #FFFFFF;
}

div.featureArea p a, 
div.featureArea p a:visited
{
color:#ffffff;
text-decoration:none;
}

div.featureArea p a:hover
{
color:#ffffff;
text-decoration:underline;
}

div.featureMain div.featureArea
{
background: url(../images/bg/fm_feature.jpg) no-repeat;
height:125px;
padding-left:187px;
padding-right:18px;
padding-top:32px;
padding-bottom:14px;
}

div.featureArea p.tag
{
font: lighter 26px "Gill Sans", GillSans, "Gill Sans MT", Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin:-8px 0px 0px 0px;
padding:0px;
}

div#featureL3
{
background-color: #CC9933;
background-image: url(../images/bg/fm_l3_titlebar.jpg);
background-repeat: no-repeat;
float:left;
/*DW Hack*/
float:none !important;
/*DW Hack*/
width: 960px;
height: 35px;
}

div#featureL3 h2
{
color: white;
font-size: 22px;
font-weight: lighter;
margin:0px;
padding-top: 6px;
padding-left: 20px;
}

div.midCol
{
width:341px;
}

table.solutionOptions th
{
text-align: left;
font: normal 15px "Gill Sans", GillSans, "Gill Sans MT", Arial, Helvetica, sans-serif;
color: #FFFFFF;
padding: 6px 5px 6px 10px;
background-color: #577EA9;
}

table.solutionOptions th.left
{
background:#577EA9 url(../images/bg/solutions_corner_topleft.gif) no-repeat top left;
border-right:1px solid #CCCCFF;
}


table.solutionOptions th.right
{
background:#577EA9 url(../images/bg/solutions_corner_topright.gif) no-repeat top right;
border-left:1px solid #CCCCFF;
}

table.solutionOptions td.bottomLeft
{
background:url(../images/bg/solutions_corner_bl.gif) no-repeat bottom left;
}

table.solutionOptions td.bottomRight
{
background:url(../images/bg/solutions_corner_br.gif) no-repeat bottom right;
}

table.solutionOptions td 
{
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 2px;
}

table.solutionOptions td.left
{
border-left: 1px solid #CCCCCC;
}

table.solutionOptions td p 
{
margin: 8px;
color:#6e6e6e;
}

div.rightCol div.why
{
background-color:#ffffff;
width:155px;
}

div.rightCol div img
{
display:block;
margin:0px;
padding:0px;
border:0px;
}

div.rightCol div.why ul
{
border-right:1px solid #629BDA;
border-left:1px solid #629BDA;
margin:0px;
padding-left:18px;
background-color:#EAF1FB;
}

div.rightCol div.why li ul
{
border:none;
margin:0px;
padding-left:12px;
background-color:#EAF1FB;
}

div.rightCol div.why li
{
background-image: url(none);
list-style-type: none;
font-color:#000000;
list-style-image: url(none);
margin-left:0px;
margin-right:4px;
margin-top:0px;
margin-bottom:0px;
padding-left:0px;
padding-right:5px;
padding-top:2px;
padding-bottom:0px;
}

div.rightCol div.why li li
{
margin:0px;
background-image: url(none);
font-color:#000000;
padding-left:0px;
padding-right:0px;
padding-top:2px;
padding-bottom:2px;
}

div.rightCol div.why h3
{
background-image: url(none);
background-color:#EAF1FB;
border-right:1px solid #629BDA;
border-left:1px solid #629BDA;
font-size:12px;
padding-left:13px;
padding-right:2px;
padding-top:2px;
padding-bottom:0px;
}


