﻿.dropDown
	{
	width:240px;
	font-family:Verdana;
	color:#333333;
	cursor:pointer;
	font-size:11px;
	}
.dropDownTitle
	{
	border-left:1px solid #E00027;
	border-right:1px solid #E00027;
	text-align:center;
	padding:8px 6px 7px 6px;
	font-size:11px;
	}
.dropDownItem
	{
	width:212px;
	border-left:1px solid #E00027;
	border-right:1px solid #E00027;
	display:none;
	font-size:11px;
	padding:6px 13px 6px 13px;
    background-color:#ffffff;
    text-align:left;
	}
.dropDownBottom
	{
	height:5px;
	font-size:0px;
	background-image:url('Images/bottom.gif');
	background-repeat:no-repeat;
	}
.dropDown:hover .dropDownItem
	{
	display:block;
	font-size:11px;
	}
.dropDownItem:hover
    	{
    	background-color:#efefef;
    	}
.dropDownImg
	{
	height:135px;
	width:240px;
	color: #E00027;
	background-image:url('Images/noImg.gif');
	background-repeat:no-repeat;
	}
.dropDownImg img
	{
	border:0px;
	width:240px;
	height:135px;
	}
.bottomHeight{
	height:65px;
}
.dpSmallImg
	{
	height:120px;
	width:130px;
	}
.dpSmallBottom
	{
	background-image:url('Images/headerSmall.gif');
	background-repeat:no-repeat;
	height:33px;
	width:130px;
	padding-top:8px;
	text-align:center;
	font-family:verdana;
	font-size:11px;
	cursor:pointer;
	}
.dpSmallTd
	{
	padding-right:16px;
	padding-left:34px;
	padding-bottom:40px;
	padding-top:0px;	
	}
