/* resultsab */

.category .combo .display .content { padding-left: 5px;}

.subcategory .combo { font: bold 12px verdana,arial,tahoma,"sans serif"; }
.subcategory .combo .display { color: #FFFFFF }
.subcategory .combo .display .content { width: 193px; height: 20px; background: url(../images/ab-combo-sub-category-center.png) repeat-x; padding-left: 15px;  cursor: pointer; font: bold 12px verdana,arial,tahoma,"sans serif"; padding-left: 5px;}
.subcategory .combo .display .right { width: 18px; height: 20px; background: url(../images/abv-btn-subcat-right.gif) no-repeat; cursor: pointer;}

.subcategory .combo .drop { position:absolute; z-index:50; display: none; }
.subcategory .combo .drop .tl{ width: 6px; height: 6px; background: transparent url(../images/ab-combo-sub-category-drop-tl.gif) no-repeat;}
.subcategory .combo .drop .tc{             height: 6px; background: transparent url(../images/ab-combo-sub-category-drop-tc.png) repeat-x;}
.subcategory .combo .drop .tr{ width: 6px; height: 6px; background: transparent url(../images/ab-combo-sub-category-drop-tr.gif) no-repeat;}
.subcategory .combo .drop .ml{ width: 6px;              background: transparent url(../images/ab-combo-sub-category-drop-ml.png) repeat-y;}
.subcategory .combo .drop .mc{  background: #675AAC;}
.subcategory .combo .drop .mr{ width: 6px;              background: transparent url(../images/ab-combo-sub-category-drop-mr.png) repeat-y;}
.subcategory .combo .drop .bl{ width: 6px; height: 6px; background: transparent url(../images/ab-combo-sub-category-drop-bl.gif) no-repeat;}
.subcategory .combo .drop .bc{             height: 6px; background: transparent url(../images/ab-combo-sub-category-drop-bc.png) repeat-x;}
.subcategory .combo .drop .br{ width: 6px; height: 6px; background: transparent url(../images/ab-combo-sub-category-drop-br.gif) no-repeat;}

.subcategory .combo .drop .drop_content
{
	font: 10px verdana,tahoma,arial,'sans serif';
	color:  #FFFFFF;
	background-color: #675AAC;
}

.subcategory .combo .drop .drop_content .row
{
	height: 14px;
}
.subcategory .combo .drop .drop_content .content
{
	font: normal 10px verdana,arial,tahoma,"sans serif";
	height: 14px; 
	width: 103px;
	overflow: hidden;
	cursor: pointer;
	background: #675AAC;
	white-space: nowrap;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.subcategory .name_combo
{
	margin-left: 5px;
}

.subcategory .name_combo .combo .display { display: none; }
.subcategory .name_combo .combo .drop { position: static; z-index: 0; display: block;}
.subcategory .name_combo .combo .drop .drop_content .row { height: 8px;}
.subcategory .name_combo .combo .drop .drop_content .content { width: 12px; font-weight: bold; font-size: 12px; text-decoration: underline; }
.subcategory .name_combo .combo .drop .drop_content .left_spacer { width: 2px; }
.subcategory .name_combo .combo .drop .drop_content .right_spacer { width: 2px; }



