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

/* Global Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

/* Base Styles ------------------ */
body {
	font: 22px/26px "Times New Roman", Times, serif;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#wrapper {
    background: url(/images/bgrnd.jpg) no-repeat;
	width:1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}
a:link, 
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, 
a:visited:hover {
	color: #ccc;
	text-decoration: underline;
}
img, table, td {
	border: 0;
	margin: 0;
	padding: 0;
}
a img {
	text-decoration: none;
}
i, em {
	font-style:italic;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
}
p {
	padding-bottom: 10px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clear_both {
	clear: both;
}
h1, 
h1 a:link, 
h1 a:visited {
	font: 28px/32px "Times New Roman", Times, serif;
	color: #fff;
	padding-bottom: 10px;
	text-decoration: none;
}
a:hover h1 {
	text-decoration: underline;
}
h2, 
h2 a:link, 
h2 a:visited {
	font: 18px/24px "Times New Roman", Times, serif;
	color: #ececec;
	padding-bottom: 10px;
	text-decoration: none;
}
h2 a:hover,
h2 a:visited:hover {
	text-decoration: underline;
}
h3, 
h3 a:link, 
h3 a:visited {
	font: bold 16px/20px "Times New Roman", Times, serif;
	color: #ececec;
	padding-bottom: 10px;
	text-decoration: none;
}
h3 a:hover,
h3 a:visited:hover {
	text-decoration: underline;
}
h4, 
h4 a:link, 
h4 a:visited {
	font: 14px/18px "Times New Roman", Times, serif;
	color: #ececec;
	padding-bottom: 10px;
	text-decoration: none;
}
h4 a:hover,
h4 a:visited:hover {
	text-decoration: underline;
}
h5, 
h5 a:link, 
h5 a:visited {
	font: bold 12px/16px "Times New Roman", Times, serif;
	color: #ececec;
	padding-bottom: 10px;
	text-decoration: none;
}
h5 a:hover,
h5 a:visited:hover {
	text-decoration: underline;
}
h6, 
h6 a:link, 
h6 a:visited {
	font: 12px/16px "Times New Roman", Times, serif;
	color: #ececec;
	padding-bottom: 10px;
	text-decoration: none;
}
h6 a:hover,
h6 a:visited:hover {
	text-decoration: underline;
}
.caption {
	font: 8px/12px "Times New Roman", Times, serif;
}
.accent {
	color: #fff;
}
ol {
	margin-left: 20px;
}
/* Custom Styles Styles ------------------ */
div#theron_ears {
	width: 100px;
	height: 100px;
	margin-top: 0;
	margin-left: 920px;
}
div#content {
	text-align:center;
	width: 260px;
	margin-top: 180px; /*180px*/
	margin-left: 671px;
	padding: 30px 20px 10px 20px;
}
div#price {
	font-size: 30px;
	padding: 25px 0 0 0;
}
div#buybutton {
	padding-top: 15px;;
}
div#or_email {
	font-size: 18px;
	padding-top: 10px;
	font-style:italic;
}
div.exclude {
	display: none;
}
