html, body { height:100%; }

body {
	margin:25px;
	margin-right:5px;
	padding:0;
	background:#353535;
	background-image:url('/images/graveyard.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom left;
	font-size:62.5%; /* ---------- RESETS 1em TO 10px --------- */
	font-family:arial, verdana, sans-serif;
	color:#ffffff;
}

#left-side-wrapper {
	float:left;
	height:100%;
	width:175px;
	margin:0 auto;
	padding:0;
}

#right-side-wrapper {
	 position:absolute;
	 left:200px;
	 float:left;
	 width:auto;
	 min-width:500px;
	 
}

#default-merchants {
	float:left;
	position:relative;
	background-color:#626366;
}

#merchant-list {
	float:left;
	margin:0 0 0 15px; 
	font-size:1.2em;
	line-height:;
}

#merchant-search-wrapper {
	float:left;
	width:273px;
	padding:15px;
	overflow:hidden;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family:arial, verdana, helvetica;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0;
}

h1 { font-size:2.8em; }
h2 { font-size:2.1em; }

h1 .hdr-style, 
h2 .hdr-style, 
h3 .hdr-style, 
h4 .hdr-style, 
h5 .hdr-style, 
h6 .hdr-style, 
h7 .hdr-style {
	background-color:#7c0101;
	padding:0 0 0 2px;
}

h1 .small-text, 
h2 .small-text, 
h3 .small-text {
	font-size:0.5em; 
	padding:0 3px 0 3px;
}

.instructions {
	font-family:arial, verdana, sans-serif;
	font-size:1.4em;
}

img { border:0; }

.clear { clear:right; }



/* ------- START OF LISTS: ORDERED AND UNORDERED ----------------------------------------- */
ol, li { 
	margin:0;
	padding:0;
	font-family:arial, verdana, sans-serif; 
}

#selected_merchants ol {
	font-size:1.4em; 
	line-height:1.6em;
	list-style-position:inside;
	list-style-type:decimal;
}

ol.death-list {
	font-size:2.4em; 
	line-height:1.6em;
	list-style-position:outside;
	margin-left:40px;
}

ol.death-list li a { 
	color:#ffffff;
	text-decoration:none;
	padding:0;
}

.votes { 
	background:#000000;
	font-size:0.9em;
	padding:0 3px 0 3px;
}

ol.small {
	margin:0;
	padding:0;
	font-size:1.3em; 
	line-height:1.4em;
	list-style-position:inside;
}

ul.small {
	margin:0;
	padding:0;
	font-size:1.1em; 
	line-height:1.4em;
	list-style-position:inside;
	list-style:none;
}

ol.small li, 
ul.small li {
	padding:0;
	margin:0;
}

ol.small li a, 
ul.small li a { 
	color:#ffffff;
	text-decoration:none;
	padding:0;
}

ol.death-list li a:hover, 
ol.small li a:hover {
	text-decoration:underline;
}

ul.small li a:hover { 
	text-decoration:underline; 
	background:url(/images/select_retailer_08.gif) no-repeat right;
	background-position:100% 60%;
	padding-right:9px;
}

.remove {
	color:#fe1616;
	text-decoration:none;
}

.remove a:hover {
	text-decoration:underline;
}
/* ------- END OF LISTS: ORDERED AND UNORDERED ----------------------------------------- */


.pagination a {
	color:#ffffff;
	font-size:1.1em;
	border:1px solid #0b203f;
	background-color:#273f61;
	padding:1px 5px 1px 5px;
	text-decoration:none;
}

.text-link { 
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}

#search, .merchant-add {
	height:20px;
	width:180px;
	font-family:arial, verdana, sans-serif;
}

.button {
	color:#ffffff;
	font-size:1.2em;
	border:1px solid #0b203f;
	background-color:#273f61;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
}

.txt-merchant-list {
	width:280px;
}

p.how-to-make-list {
	font-family:arial;
	line-height:1.3em;
	padding-left:10px;
	width:260px;
}

.messages {
	margin:10px 0 10px 0;
	font-size:1.6em; font-family:arial, verdana, sans-serif;
	color:#b8c387;
	font-weight:bold;
}

.messages a {
	color:#ffffff;
	text-decoration:none;
}

ol.small li a.deceased {
	text-decoration:line-through;
	background:url(/images/RIP_icon.gif) no-repeat right;
	background-position:100% 60%;
	padding-right:40px;
}



#hottest_deals {
	background:url("images/hottest_flames.gif") no-repeat top left;
	background-color:#dadada;
	padding:7px;
	margin-top:7px;
	height:100%;
	position:static;
}

.loading_msg {
	background:#d0d0d0 url("images/loading.gif") no-repeat center center;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:100;
	filter:alpha(opacity:40)"public_html/style.css";
	opacity:0.4;
	-moz-opacity:0.4;
	display:none;	
}


