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

.tanbox-header {
	clear: both;
	width: 100%;
	background-color: #ddd;
}
.tanbox {
	width: 100%;
	clear: both;
	float: right;
	margin-bottom: 1.5em;
}
.tanbox-header  h3 {
	margin-left: 0.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbcb9a;
	border-right-color: #cbcb9a;
	border-bottom-color: #cbcb9a;
	border-left-color: #cbcb9a;
	margin-right: 0.3em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	color: #333333;
	text-align: center;
}
.tanbox-header-left {
	background-image: url(../images/corners/tan/tan_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tanbox-header-right {
	background-image: url(../images/corners/tan/tan_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tanbox-content {
	clear: both;
	width: 100%;
	float: left;
	background-image: url(../images/corners/tan/tan-content-right-border.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cbcb9a;
	border-bottom-color: #cbcb9a;
}
.tanbox-content p {
	font-size: 0.7em;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	margin-left: 1em;
	margin-right: .6em;
}
.tanbox-content h4 {
	font-size: 0.9em;
	margin: 0.6em;
	margin-bottom: 0.4em;
}
.tanbox-content img {
	float: left;
	margin: 0.6em;
}
.tanbox-content-left {
	background-image: url(../images/corners/tan/tan-content-right-border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	padding-bottom: 1em;
	clear: both;
}
.tanbox-content li {
	font-size: 0.7em;
	margin-left: 1.5em;
	margin-bottom: 0.35em;
	margin-right: 0.6em;
}
.tanbox-content ul {
	margin-left: .6em;

}
.tanbox .rebate-seperator {
	padding-bottom: .7em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.tanbox .flashinbox {
	text-align: center;
	margin: .5em;

}
.tantable {
	font-size: .8em;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	margin-left: 1em;
	margin-right: .6em;
	border: 1px solid #333;
	border-collapse: collapse;
}
.tantable td {
	border: 1px solid #333;
	padding: 0.25em;
}
.tantable th {
	border: 1px solid #333;
	background: #000099;
	color:#fff;
}
.thumbnail {
	float: left;
	text-align: center;
	width: 170px;

}
.thumbnail p {
	font-size: 10px;
}
.tantable .green {
	color: #009900;
}
.tantable .strike {
	text-decoration: line-through;
}
.tantable a {
	color: #0000FF;
	text-decoration: none;
}
.tantable a:visited {
	color: #990066;
	text-decoration: none;
}
.tantable a:hover {
	color: #000000;
	text-decoration: underline;
}
