@charset "utf-8";
/********************************************
   HTML ELEMENTS
********************************************/ 
/*html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p{margin:0px;padding:0px;}table{border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

.clearfix:after {   content: ".";   display: block;   clear: both;   visibility: hidden;   line-height: 0;   height: 0;}

.clearfix { display: inline-block;}

html[xmlns] .clearfix { display: block;}

* html .clearfix {height: 1%;}*/
body {
	background-image:none;
	background-color: #fff;
}
#columnHolderCMS {
	float:left;
}
#columnHolderCMS .tabBox {
	min-height:80px;
}
.contentArea {
	background-image:url(../images/content_bg.png);
}
#c1 {
	background-color:#f6edd8;
}
#c3 {
	margin-top:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	padding-bottom:.25em;
}
h1 {
	font-size:22px;
	line-height:24px;
	color:#1F0506;
	font-style:italic;
	padding-top:10px;
}
h2 {font-size:20px; line-height:22px; color:#1F0506;}
h2.originals-H2 {margin-bottom:10px;}
h3 {font-size:18px; line-height:20px; color:#1F0506; margin-top:3px;}
h4 {font-size:16px; line-height:18px; color:#1F0506;}
h5 {font-size:14px; line-height:16px; font-weight:bold; margin:8px 0px;}
h6 {font-size:12px; line-height:14px;}
p {line-height:16px; padding-bottom:6px;}
b, strong {font-weight:bold;}

a {
	outline:none;
	color:#C41C22;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
/*
ul, ol {margin: 10px 0px; padding-left:40px;}
ul ul, ol ol, ul ul ul, ol ol ol {margin:0;}
ul li {list-style-type:disc;}
ol li {list-style-type:decimal;}
h3 {font-size:18px; margin-top:10px;}
h4 {font-size:16px; margin-top:8px;}
h5 {font-size:14px; margin-top:6px;}
h6 {font-size:12px; margin-top:4px;}
*/
td {font-size:12px;}

.darkred {color:#c51c22;}

table.dataTB1 {
	width:100%;
	border-collapse:collapse;
	border:1px solid #F4ECD5;
}
table.dataTB1 th, table.dataTB1 td {
	font-size:11px;
	padding:5px;
	border:1px solid #F4ECD5;
}
table.dataTB1 th {
	background-color:#F9F6E5;
	font-weight:bold;
	padding:7px 5px;
	vertical-align:bottom;
}
#coupons table.dataTB1 th {				
	font-size:8px;
}
.odd td{
	background-color:#FFF9F2;
}
.even td{
	background-color:#FFFFFF;
}

