/* 
Title:		Drop Down Alert Box
Author:		Chase Barrett
Created:	09.28.09
------------------------
Updated:	09.28.09
Updater:	Chase Barrett
 */
 
#imt-product-alert {
	padding-bottom:20px;
	overflow:hidden;
	position:relative;
	width:615px;
	margin:0 auto;
	}
	
#imt-product-alert h2  {
	color:#1E3465;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:0.02em;
	line-height:110%;
	margin:10px 25px 10px 5px;
	padding:0;
	}

#imt-product-alert p {
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#1E3465;
	line-height:22px;
	margin:35px 0 5px 5px;
	}
	
#imt-product-alert p a:link,
#imt-product-alert p a:visited{
	font-size:17px;
	font-weight:bold;
	color:#551A8B;
	text-decoration:none;
	}
	
#imt-product-alert p a:hover {
	text-decoration: underline;
	}
	
#product-toc {
	background:#FFF;
	border:2px solid #BBBBBB;
	margin:0 auto;
	position:relative;
	width:600px;
	}	
	
#product-toc-inner {
	}	

#product-toc-inner ul {
	margin:0;
	padding:0;
	}	

#product-toc-inner li {
	border-bottom:1px solid #ddd;
	}
	
#product-toc-inner li.nobotm {
	border-bottom:none;
	}
	
#product-toc-inner li a {
	display:block;
	padding:8px 0;
	text-align:center;
	}
	
#product-toc-inner li a:hover {
	background:#EEEEEE;
	}
	
#product-toc-inner li a img{
	display:block;
	margin:0 auto;
	}
	
#product-toc .tl-alert {
	background:url('../images/alertbox/tl-alert.gif') no-repeat top left;
	height:10px;
	left:-2px;
	position:absolute;
	top:-2px;
	width:10px;
	}	
	
#product-toc .tr-alert {
	background:url('../images/alertbox/tr-alert.gif') no-repeat top right;
	height:10px;
	position:absolute;
	right:-2px;
	top:-2px;
	width:10px;
	}	
	
#product-toc .br-alert {
	background:url('../images/alertbox/br-alert.gif') no-repeat bottom right;
	bottom:-2px;
	height:10px;
	position:absolute;
	right:-2px;
	width:10px;
	}	
	
#product-toc .bl-alert {
	background:url('../images/alertbox/bl-alert.gif') no-repeat bottom left;
	bottom:-2px;
	height:10px;
	left:-2px;
	position:absolute;
	width:10px;
	}	
	
	
/* DROP DOWN CONTROLS */

#jsDropDownAlert {
	position:relative;
	background:#FFEFB4;
	width:660px;
	}

#jsDropDownAlert-inner {
	}
	
.blRc {
	background:url(../images/corners/special/bl.gif) no-repeat bottom left;
	height:10px;
	width:10px;
	position:absolute;
	bottom:0;
	left:0;
	}

.brRc {
	background:url(../images/corners/special/br.gif) no-repeat bottom right;
	height:10px;
	width:10px;
	position:absolute;
	bottom:0;
	right:0;
	}
	
#closeSpecial {
	float:right;
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;
	color:#666666;
}