

/* CSS Dropdowns */
.dropContainer { width: 1px; /* for IE6 */ }
 
head:first-child + body .dropContainer { width: auto; /* for all other browsers */ }
 
.dropDown, .dropDownFN { height: 16px; width: 150px; width: 252px; color: #000000; cursor: pointer; background: url('/images/dropdown_bg.gif') repeat-x; }

.dropDownFN { background: url('/images/gq/dropdown_bgFN.gif'); }

.dropDown .dropLabel, .dropDownFN .dropLabel { float: left; margin: 0; padding: 1px 0 0 5px; color: #333333; font-weight: normal; text-transform: none; font-size: 10px; }

.dropDown .dropLeft, .dropDownFN .dropLeft { float: left; width: 2px; height: 15px; background: url('/images/dropdown_left.gif') no-repeat; }

.dropDownFN .dropLeft { background: url('/images/gq/dropdown_leftFN.gif'); }

.dropDown .dropRight, .dropDownFN .dropRight { float: right; width: 2px; height: 15px; background: url('/images/dropdown_right.gif') no-repeat; }

.dropDownFN .dropRight { background: url('/images/gq/dropdown_rightFN.gif'); }

.dropDown .dropPlus, .dropDownFN .dropPlus { float: right; width: 16px; height: 15px; background: url('/images/gq/dropdown_plus.gif') no-repeat; }

.dropDownFN .dropPlus { background: url('/images/gq/dropdown_plusFN.gif'); }

.dropDown .dropClear, .dropDownFN .dropClear { clear: both; height: 0; }

/* drop down table styles */  
.dropList { position: absolute; border: 1px solid #666666; overflow: hidden; background: #F1F2F4; z-index: 2000; }

.dropList table { width: 174px;  width: 276px; white-space: nowrap; padding: 0; z-index: 2000; }
 
.dropList td, .tbar .dropList td { border-bottom: 1px solid #CCCCCC; padding: 0; color: #000000; }
 
.dropList a, #left .dropList a { text-decoration: none; white-space: nowrap; z-index: 1500; display: block; padding: 0 5px 0 5px; font-weight: bold; color: #333333; font-size: 10px; line-height: 13px; }

.dropList a { width: 100%; /* for IE6 */ } 
head:first-child + body .dropList a { width: auto; /* for all other browsers */ } 

.dropList a.mnu, .dropList a.mnu:visited { color: #333; font-size:10px; line-height: 16px; }

.dropList a.mnu:hover { background: #FFFFFF; color: #333333; font-size:10px; text-decoration:none; }
/* use this class to make the news hed lower */
.news_hed_lower { text-transform: lowercase; }

.news_hed_line_thru { text-decoration: line-through; }
 


  .dropContainer { position:relative; top: 4px; margin-left:0px; }
  .dropDown { width: 146px; width: 248px; }
  .dropDown .dropPlus { background-image: url(/images/homepage/dropdown_plus.gif); }
    head:first-child + body #Lst1.dropList { width: 152px; width: 254px; /* for IE7 and applies to Mac IE5*/ } 
    head:first-child + body #Lst1.dropList:not([xxx]) { width: 155px; width: 257px; /* for Firefox and Safari */ } 
  .dropList table { width: 135px; width: 237px; }










#runway_shows_dropdown.dropContainer
{
	margin-left: 0px;
}

#runway_shows_dropdown .dropDown
{
	background-image: url("rs_dropdown_bg.gif");
	height: 20px;
	width: 142px; width: 244px;
}

#runway_shows_dropdown .dropDown .dropLeft
{
	background-image: url("rs_dropdown_left.gif");
	height: 20px;
}

#runway_shows_dropdown .dropDown .dropLabel
{
	padding: 2px 0 0 7px;
	color: #333;
	font-size: 10px;
}

#runway_shows_dropdown .dropDown .dropRight
{
	background-image: url("rs_dropdown_right.gif");
	width: 2px;
	height: 20px;
}

#runway_shows_dropdown .dropDown .dropPlus
{
	background-image: url("rs_dropdown_plus.gif");
	background-repeat: no-repeat;
	width: 17px;
	height: 20px;
}





           

