@charset "UTF-8";
/* CSS Document */


#feat_merch_left_col {
	width: 312px!important;
	width: 310px; 
	height: 525px;
	float: left;
	background: url(../images/feat_merch_title.jpg) no-repeat top left;
	background-color: #000000;
}

#feat_merch_mid_col {
	width: 130px !important;
	width: 133px; /* IE6 3px bug fix */
	height: 475px;
	background-color: #003366;
	float: left;
	padding-top: 50px;
}

#feat_merch_mid_col a {
	height: 25px;
	width: 130px;
}

#feat_merch_right_col {
	width: 282px;
	height: 525px;
	background-color: #000000;
	float: left;
	text-align: center;
}

#image_box {
	width: 282px;
	height: 304px;
	background-color: #666666;
	text-align: center;
}

#image_box * {
	margin: 0px;
	padding: 0px;
}

#thumbnails {
	background-color: #000000;
	width: 274px;
	height: 213px;
	overflow-y: scroll;
	text-align: left;
	padding: 4px;
}

#thumbnails img {
	width: 55px;
	height: 55px;
	margin: 3px;
}

.merch_title{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:9px;
	padding: 0px;
	margin:0;
	cursor: hand;
	cursor: pointer;
	color: #cccc99;
	float: left;
	width: 130px;
	height: 25px;
	background: url(../images/feat_merch_roll_bg.jpg) repeat-x top left;
}

.merch_title img {
	float: left;
	margin-right: 5px;
}

.merch_title p {
	height: 15px;
	padding: 5px;
	margin: 0px;
}

.merch_text {
	color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 15px;
}


/*============================================================================== 
 * Accordian Content
==============================================================================*/

.merch_headers{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:9px;
	padding: 0px;
	margin:0;
	cursor: hand;
	cursor: pointer;
	color: #cccc99;
	float: left;
	width: 130px;
	height: 25px;
	background: url(../images/feat_merch_roll_bg.jpg) repeat-x top left;
}

.merch_headers img {
	float: left;
	margin-right: 5px;
}

.merch_headers p {
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}

.merch_content {
	background-color: #252525;
	margin: 0px;
	float: left;
	width: 130px;
	padding-bottom: 10px;
	color: #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.merch_content ul {
	margin: 0px;
	font-size: 9px;
	padding: 0px;
	list-style-type: none;
}

.merch_content ul li {
	background: transparent url(../images/bullet_star.jpg) no-repeat scroll left center;
	padding: 5px;
	padding-left: 15px;
}

.openmerch{ /*class added to contents of headers when they are open*/
	color: #cccc99;
}

.closedmerch{ /*class added to contents of headers when they are closed*/
	color: #cccc99;
}
