/* CHRISTMAS MERCHANTS PRIMARY STYLE SHEET */
@import url(reset.css);
/* BASIC SELECTORS
==================== */
body {
	background: #2f0606;
	color: #fff;
}
body, p, div, th, td, input, select, textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1;
	font-size: 14px;
	color: #cdb6b6;
}
input, select, textarea {
	color: #8d8b2b;
}
p {
	margin: 0 0 1em;
	line-height: 1.3;
}
p.listing {
	border-top: 1px solid #c1272d;
	padding-top: .3em;
}
strong {
	color: #fff;
}
code {
	display: block;
	padding: 10px;
	color: #000;
	background: #ddd;
	border: 1px solid #8a1c20;
	text-align: left;
}
/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 200%;
	color: #8d8b2b;
	margin-bottom: 1em;
}
h2 {
	font-size: 150%;
	color: #d99c0b;
	padding-bottom: .2em;
	border-bottom: 1px solid #8a1c20;
	margin-bottom: .5em;
}
h3 {
	font-size: 130%;
	margin-bottom: .5em;
	color: #d99c0b;
}
.merchantlist h3, .footnote h3 {
	background: #340507;
	color: #c1272d;
	padding: .3em 1em;
	font-size: 16px;
	border-top: 1px solid;
	margin: 1.5em 0 .5em;
}
.footnote h3, .container h3 {
	margin-top: 0;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}
/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
}
blockquote p {
	line-height: normal;
	padding: 8px 0;
	margin-bottom: 0;
	text-indent: 30px;
}
.cite {
	background: transparent url(/images/close-quote.gif) no-repeat top right;
	padding: 15px 30px 0;
	font: italic 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
}
#nav ul {
	margin: 0;
}
ul.plain {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.plain li {
	padding: .3em 0;
}
.merchantlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.merchantlist li {
	margin: .2em 1em .3em;
}
#packages li {
	margin-bottom: 15px;
}
.footnote ul {
	padding: 5px 5px 0;
}
.footnote li {
	margin: 0 0 .5em;
}
li.cm-nice {
	list-style-image: url(/images/check.png);
}
li.cm-nr {
	list-style-image: url(/images/question-mark.png);
}
li.cm-o {
	list-style-image: url(/images/x.png);
}
li.lc {
	list-style-image: url(/images/l.png);
}
li.ff {
	list-style-image: url(/images/f.png);
}
li.afa {
	list-style-image: url(/images/a.png);
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
table.full {
	width: 100%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
table#banner-downloads td {
	padding: 20px 10px;
	border-bottom: 1px solid #8a1c20;
	text-align: center;
}
td.codeblock {
	padding: 0 30px;
}
.display {
	width: 100%;
	border: 2px solid #fff;
}
.display td, .display th {
	padding: 2px 5px;
	border-left: 1px solid #fff;
}
.display th {
	background: #d99d0a;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	color: #000;
}
/* LINK STYLES
==================== */
a, a:visited {
	color: #d99c0b;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #fff;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}
#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav a, #subnav a:link, #subnav a:visited {
	display: block;
	border-bottom: 1px solid #c1272d;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: .5em;
	background: #610c0d;
}
#subnav a:hover {
	background-color: #8d8b2b;
	border-bottom-color: #fff;
}
/* GENERAL LAYOUT
==================== */
.hidden {
	display: none;
}
.clearing {
	clear: both;
}
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.floatleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.floatright {
	float: right;
	margin: 0 0 .5em 1em;
}
.section {
	margin-bottom: 15px;
}
.callout {
	background: transparent;
	border: 1px solid;
	padding: 1em;
	margin: 15px;
}
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.column {
	float: left;
}
.quarter {
	width: 213px;
	margin-right: 16px;
}
.naughtynice {
	width: 262px;
	margin-right: 16px;
}
.lastcolumn {
	margin-right: 0;
}
.divider {
	padding-bottom: 15px;
	border-bottom: 1px dotted #eee;
	margin-bottom: 15px;
}
/* TYPOGRAPHY
==================== */
.comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/* NOTICE AND WARNING BOXES
==================== */
.largenotice {
	background: #fff7d9 url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.notice {
	background: #fff7d9 url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.largewarning {
	background: #ffefef url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.warning {
	background: #ffefef url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
/* PAGE LAYOUT
==================== */
#navbar {
	float: right;
	margin-right: 30px;
}
#container {
	background: #610c0d url(/images/bg.jpg);
	border-top: 10px solid #2f0606;
	border-bottom: 4px solid #d99c0b;
	padding: 0 0 1px 0;
}
#header {
	width: 960px;
	height: 265px;
	margin: 0 auto;
	position: relative;
	background: transparent url(/images/header-bg.png) no-repeat;
}
#woman {
	position: absolute;
	background: url(/images/woman.png);
	width: 283px;
	height: 255px;
	margin: 0 0 0 260px;
}
#header-search {
	position: absolute;
	background: url(/images/find-nearby.gif) 0 50% no-repeat;
	padding-left: 260px;
	width: 150px;
	margin: 60px 0 0 520px;
}
#search-zip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	width: 90px;
	vertical-align: middle;
	color: #827b00;
}
.gobutton {
	border: none;
	background: transparent url(/images/btn-go.gif) no-repeat;
	width: 36px;
	height: 24px;
	font-size: 0;
	vertical-align: middle;
	margin-left: 5px;
}
.gobutton:hover {
	background-position: 0 -24px;
}
#banner-ads {
	position: absolute;
	width: 304px;
	margin: 110px 0 0 620px;
}
#banner-ad {
	border: 2px solid #c1272d;
	height: 100px;
	overflow: hidden;
}
#banner-ad img {
	vertical-align: bottom;
}
#banner-ad-text {
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	margin: .4em;
}
#page {
	width: 900px;
	margin: 20px auto;
}
#content, .container {
	padding: 15px;
	background: url(/images/transred.png);
	border: 1px solid #8a1c20;
}
.narrowcolumn {
	float: left;
	width: 540px;
}
#sidebar {
	width: 300px;
	float: right;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}
#social-networking {
	text-align: right;
	margin-bottom: 20px;
}
#copyright {
	color: #c1272d;
	text-align: center;
}
#sweepstakes {
	margin: 30px 0;
	background: url(/images/bg-sweepstakes.png) no-repeat;
	padding: 35px 0 3px 300px;
	border: 1px solid #c1272d;
}
img.icon {
	vertical-align: middle;
	margin-left: 5px;
}
.footnote {
	margin: 25px 0 0;
	border: 1px solid #340507;
}
