/* special Offers Pages */
.SOArticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000000;
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 2px solid #bed631;
	width: 212px;
	margin-top: 5px;
	margin: 5px;
	text-align: left;
	padding: 5px;
	line-height: normal;
	float: left;
	height: 157px;
	text-align: center;
}
* html .SOArticle {
	background-position: left center;
}

.SOContent a:link, .SOContent a:visited {
	text-decoration: none;
	color: #bed631;
}
.SOArticle h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF9600;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 5.8em;
	text-decoration: none;
	cursor: pointer;
}

.SOArticle h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 5em;
	padding-bottom: 0px;
	margin: 0px;
	height: 1.2em;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #bed631;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window {
	top: 30%;
}

#TB_title{
	background-color:#000000;
	height:27px;
	color: #FF9600;
	font-size: small;
	font-weight: bold;
}
#TB_window a:link {color: #bed631;}
#TB_window a:visited {color: #bed631;}
#TB_window a:hover {color: #cccccc;}
#TB_window a:active {color: #bed631;}
#TB_window a:focus{color: #bed631;}


