﻿div.cdd_wrapper
{
    margin:0px;
    padding:0px;
	height:24px;
	overflow:visible;
	float:none;
	vertical-align:top;
	text-align:left;
}
div.cdd_content
{
    float:right;
    margin:0px;
    padding:0px;
    padding-top:0;
    margin-top:0;
    position:absolute;
    cursor:pointer;
}
div.cdd_header
{
    margin:0px;
    padding:0px;
    height:24px;
    overflow:hidden;
}
table.cdd
{
	padding:0;
	margin:0;
}
table.cdd tr th.hmid
{
	background:url(/img/des/dd/dropdown_m.png) repeat-x top;
	height:24px;
	color: #333333;
	text-align:center;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 11px;
	padding:2px 5px 2px 2px;
    background-color :White;
}
table.cdd tr th.hleft
{
	background:url(/img/des/dd/dropdown_l.png) no-repeat left top;
	width:6px;
	padding:0;
	height:24px;
}
table.cdd tr th.hright
{
	background:url(/img/des/dd/dropdown_r.png) no-repeat right top;
	width:22px;
	padding:0;
	height:24px;
}
table.cdd tr.over th.hmid
{
	background:url(/img/des/dd/dropdown_m_on.png) repeat-x;
}
table.cdd tr.over th.hleft
{
	background:url(/img/des/dd/dropdown_l_on.png) repeat-x;    
}
table.cdd tr.over th.hright
{
	background:url(/img/des/dd/dropdown_r_on.png) repeat-x;
}


table.cdd tr td.iteml
{
	background:url(/img/des/dd/dropdown_ll.png) repeat-y;
	padding:2px;
    padding-left:7px;
    font-family:  Arial, helvetica, Sans-Serif;
    font-size:11px;
    background-color:White;
}
table.cdd tr td.itemr
{
    background:url(/img/des/dd/dropdown_rr.png) repeat-y right top;
    width:6px;
    background-color:White;
}
table.cdd tr.hover td{
   background-color:#FF6600;
   color:White;
}


table.cdd tr td.bleft
{
    background:url(/img/des/dd/dropdown_bl.png) no-repeat left top;
    width:4px;
}
table.cdd tr td.bbottom
{
   height:4px;
   background:url(/img/des/dd/dropdown_bm.png) repeat-x top;
}
table.cdd tr td.bright
{
    background:url(/img/des/dd/dropdown_br.png)  no-repeat right top;
    width:4px;
}
