div#scroll_list_holder {
   display: block;
   height: 177px;

   padding: 5px;
   margin-bottom: 13px;
   border: 1px solid #cee0ec;
}

div#scroll_list {
   display: block;
   height: 177px;
   *height: 175px;
   width: 100%;

   position: relative;
   overflow: hidden;
}

div#scroll_list .scroll_list_item {
   display: block;
   width: 116px;
   height: 175px;

   position: relative;
   border: 1px solid #9cbbd7;
}

div#scroll_list .scroll_list_item .line1 {
   display: block;

   padding-top: 2px;

   color: #03459b;
   text-align: center;
   font-weight: bold;
   text-transform: uppercase;
}

div#scroll_list .scroll_list_item .line2 {
   display: block;

   padding-bottom: 2px;

   color: #e92c32;
   text-align: center;
   font-weight: bold;
   text-transform: uppercase;
}

div#scroll_list .scroll_list_item .line3 {
   display: block;

   padding-top: 2px;
   padding-bottom: 2px;

   background-color: #004998;
   color: #ffffff;
   text-align: center;
   font-weight: bold;
}

div#scroll_list .scroll_list_item .line3 span {
   display: block;
   font-size: 10px;
}

div#scroll_list .scroll_list_item .line4 {
   display: block;

   padding-top: 3px;
   padding-bottom: 2px;

   color: #03459b;
   text-align: center;
   font-weight: bold;
   text-transform: uppercase;
}

div#scroll_list .scroll_list_item .line5 {
   display: block;

   padding-bottom: 2px;

   color: #03459b;
   font-size: 10px;
   text-align: center;
   font-weight: normal;
   text-transform: uppercase;
}

div#scroll_list .scroll_list_item .button {
   display: block;

   padding-bottom: 4px;
   padding-left: 13px;
   position: absolute;
   bottom: 0px;
   left: 0px;
}

div#scroll_list .scroll_list_item .button button {
   display: block;
   width: 92px;
   height: 15px;

   border: 0px;
   background-image: url(../Images/button.gif);
   background-position: top left;
   background-repeat: no-repeat;
   background-color: white;

   font-weight: bold;
   font-size: 11px;
   color: #ffffff;
}

.specialOfferTitle,
#specialOfferHeaderTable {
	margin: 0px;
	border: 0px;
	width: 100%;
}
.specialOfferTitle .header {
	background: url('../../../../UI/Images/specialOfferTitle.gif') top left no-repeat;
	height: 30px;
	width: 528px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.specialOfferTitle .header a,
.specialOfferTitle .header a:visited,
.specialOfferTitle .header a:hover {
	color: #1e5596;
}


#specialOfferHeaderTable .selectorCell,
#specialOfferHeaderTable .selectorCellOn {
	padding: 0px;
	height: 32px;
	text-align: left;
	vertical-align: top;
}
#specialOfferHeaderTable .selectorCell .selectorTable,
#specialOfferHeaderTable .selectorCellOn .selectorTable {
	width: 100%;
	border: 0px;
	margin: 0px;
}
#specialOfferHeaderTable .selectorCell .selectorTable {
	background: #ffffff url('../../../../UI/Images/upperAboveMainBckLeft.gif') top left no-repeat;
}
#specialOfferHeaderTable .selectorCellOn .selectorTable {
	background: #eb2b37 url('../../../../UI/Images/upperAboveMainBckLeftOn.gif') top left no-repeat;
}
#specialOfferHeaderTable .selectorCell .selectorTable td,
#specialOfferHeaderTable .selectorCellOn .selectorTable td {
	padding: 0px;
	padding-left: 11px;
	padding-right: 11px;
	height: 32px;
	vertical-align: middle;
	text-align: center;
}
#specialOfferHeaderTable .selectorCell .selectorTable td {
	background: url('../../../../UI/Images/upperAboveMainBckRight.gif') top right no-repeat;
}
#specialOfferHeaderTable .selectorCellOn .selectorTable td {
	background: url('../../../../UI/Images/upperAboveMainBckRightOn.gif') top right no-repeat;	
}
#specialOfferHeaderTable a {
	font-weight: bold;
	font-size: 10px;
}
#specialOfferHeaderTable .selectorCell a,
#specialOfferHeaderTable .selectorCell a:visited,
#specialOfferHeaderTable .selectorCell a:hover {
	color: #004998;
	text-decoration: none;
}
#specialOfferHeaderTable .selectorCell a:hover {
	text-decoration: underline;
}
#specialOfferHeaderTable .selectorCellOn a,
#specialOfferHeaderTable .selectorCellOn a:visited,
#specialOfferHeaderTable .selectorCellOn a:hover {
	color: #ffffff;
	text-decoration: none;
}
#specialOfferHeaderTable .selectorCellOn a:hover {
	text-decoration: underline;
}