/* Hi-Fi Buys Nashville Default Style Sheet */


/* GENERAL DECLARATIONS
------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #333 url(../images/bg.jpg) repeat-x;
	font-size: 80%; /* Set a base font size */
	margin: 0;
	padding: 0;
}
body, div, p, th, td {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	color: #999;
	line-height: 1.5;
}
p {
	margin: 0 0 1em;
}
h1 {
	color: #cc3333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}
h2 {
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin: 0;
}

/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
	padding-bottom: 20px;
	border-bottom: 1px dotted #222;
	margin-bottom: 20px;
}
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;
}

/* PAGE LAYOUT
------------------------- */

#header {
	position: relative;
	width: 731px;
	height: 110px;
	padding: 0;
	margin: 20px auto 0;
	text-align: right;
	overflow: visible;
	background: transparent url(/images/hi-fi-buys-logo.gif) 0 100% no-repeat;
}
#header p {
	padding-top: 20px;
	font-size: 13px;
	color: #ccc;
	line-height: normal;
}
#container {
	position: relative;
	width: 734px;
	background: black url(../images/reflection.jpg) 10px 2px no-repeat;
	border: 1px solid #333;
	margin: 0 auto 30px;
	padding: 32px;
}
#leftCol {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
#rightCol {
	float: left;
	width: 450px;
	margin-left: 34px;
}
#nav {
	width: 248px;
	border: 1px solid #333;
	margin: 0 0 15px;
	padding: 0;
}
#footer {
	font-size: 10px;
	text-align: center;
}
#signup {
	width: 248px;
	background: #141414;
	border: 1px solid #333;
	margin: 0;
	padding: 5px;
	display: none;
}
#photoBlock {
	width: 448px;
	height: 298px;
	border: 1px solid #333;
	margin: 0 0 20px;
}
#clickHere {
	text-align: center;
}
.section {
	margin-top: 20px;
}
.sectionHeader {
	margin: 20px 0 15px;
}
.colBlock {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #333;
	border-top: none;
	background: #181818;
}
.colBlock img, embed {
	vertical-align: bottom;
}
.hotBuys {
	width: 250px;
	height: 60px;
	margin: 15px 0 0;
	padding: 0;
	background: transparent url(../images/hot-buys.gif);
}
.separator {
	padding-bottom: 15px;
}
.padded {
	width: 140px;
	margin: 0 10px 0 0;
	float: left;
}
.unpadded {
	width: 140px;
	margin: 0;
	float: left;
}

/* LINK STYLES
------------------------- */
a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: silver;
}
a:hover {
	color: #ff3333;
}
a:active {
	color: red;
	text-decoration: none;
}
#header a {
	color: #ff3333;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}


/* FORM STYLES
------------------------- */

#signup table {
	display: table;
	border-collapse: collapse;
}
#signup td {
	padding: 0 0 5px 0;
	vertical-align: baseline;
}
#signup td.labels {
	text-align: right;
	padding-right: 5px;
	width: 100%;
}
#signup td.checkLabels {
	padding-left: 5px;
	width: 100%;
}	
.entry {
	width: 143px;
}
label {
	display: block;
	margin: 0 0 1em;
}
.smallInput {
	width: 125px;
}
.medInput {
	width: 300px;
}
.largeInput, textarea {
	width: 400px;
}
.tinyInput {
	width: 20px;
}

/* MISC CLASSES
------------------------- */
.alignright {
	text-align: right;
}
.floatRight {
	float: right;
	margin: 0 0 5px 5px;
}
.clearing {
	clear: both;
}
.centered {
	text-align: center;
}
.large {
	font-size: 120%;
	font-weight: bold;
}
.tabbed {
	float: left;
	width: 5em;
}
.imgWrapper img {
	display: block;
	border: 1px solid #333;
	padding: 2px;
	float: right;
}
.priceBlock {
	float: right;
	text-align: right;
	width: 181px;
	margin: 0 0 5px 5px;
}
.saleInfo {
	color: #ddd;
	font-size: 90%;
	font-style: italic;
}
.saleItem {
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
	padding-bottom: 10px
}
.itemDescription {
	float: left;
	width: 239px;
}
.salePrice {
	color: #de1800;
	font-weight: bold;
	font-size: 120%;
}
.saleNotes {
	font-style: italic;
	font-size: 90%;
}
.msrp {
	text-decoration: line-through;
}
.saleEnds {
	font-size: 90%;
	color: white;
	font-style: italic;
}
.separate {
	margin-bottom: 15px;
}
.nopad {
	padding: 0;
}
.bordered {
	border: 1px solid #333;
}
/* 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;
}