/* HotMags style sheet designed by Terry Church Design */
body {
	font: small Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background: #000000;
}
#wrapper {
	margin: 0px auto;
	padding: 0;
	width: 840px;
}
#masthead {
	background: url(../images/header.jpg) no-repeat;
	height: 200px; 
}
#logo {
	width: 462px;
	height: 150px;
	margin-left: 330px;
}
#navigation {
	margin-left: 330px;
}
#navigation ul {
	margin: 0px;
	padding: 30px 0 0 0;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin-left: 30px;
}
#navigation a:hover {
	color: #733D7D;
}
#navigation a:active {

}
#content {
	padding: 27px 0px 20px 0px;
	width: 840px;
}

#footer {
	color: #dddddd;
	text-align: center;
	padding: 10px 10px;
	clear: both;
	border-top: 1px solid #dddddd;
}
#footer p {
	font-size: 11px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 15px;
	color: #000;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px; 
	padding: 0 15px;
	color: #FDB813;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px; 
	padding: 0 15px;
	color: #733D7D;	
}

p {
	font-size: 12px;
	margin: 0;
	padding: 15px 20px 0 15px;
}

#content p {
	line-height: 1.4em;
}

a {
	color: #FDB813;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

a.viewCart {
	display: block;
	margin: -40px 0 5px 650px;
	padding: 10px 40px 0 0;
	font-weight: bold;
	float: right;
	color: #FDB813;
	text-decoration: none;
	height: 25px;
	background: url(../images/cart.jpg) no-repeat right center;	
}
a:hover.viewCart  {
	text-decoration: none;
}

#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {	
	color: #FDB813;
}

.columnLeft {
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 40px;
	width: 235px;
	/*height: 500px;*/
	background: url(../images/yellow-line.jpg) no-repeat right top;	
}
.lastParam {
	padding-bottom: 30px;
}
.columnLeft .error {
	color: #990000;
	font-weight: bold;
	padding-bottom: 0;
}
.columnLeft .thankyou {
	color: #733D7D;
	font-weight: bold;
	padding-bottom: 0;
}
.columnLeft h2 {
	padding: 0 0 0 15px;
	color: #733D7D;
}
.columnRight {
	float: left;
	width: 462px;
}
.sideHeading {
	background: url(../images/but-purple.jpg) no-repeat left top;
	width: 225px;
	height: 52px;
}
.mainHeading {
	background: url(../images/but-yellow.jpg) no-repeat left top;
	width: 462px;
	height: 52px;
}
.longHeading {
	background: url(../images/longbar_yellow.jpg) no-repeat left top;
	width: 786px;
	height: 52px;
	margin-left: 40px;
}
.sideHeading h1 {
	color: #FFF;
}
.columnRight #seachBox {
	height: 283px;
	background: url(../images/stripes.jpg) no-repeat right top;
}

/* FORMS */
#registerForm label, #registerForm input, #registerForm select, #registerForm textarea {
	font: small Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 80px;
	float: left;	
	margin-bottom: 15px;
	border: 1px solid #333;
}
#registerForm label {
	border: none;
}
#registerForm .longLabel {
	width: 150px;
	margin-bottom: 0;
}
#registerForm input {
	width: 180px;
}
#registerForm textarea {
	width: 250px;
}
#registerForm {
	margin-left: 15px;
	margin-top: 20px;
}
#registerForm .smallInputBox {
	width: 100px;
}
#registerForm .mediumInputBox {
	width: 250px;
}
#registerForm .purpleSubmitButton, #registerForm .yellowSubmitButton, #registerForm .greySubmitButton, #registerForm .bigSubmitButton  {
	border: 1px solid #333;
	background: #733D7D;
	font-weight: bold;
	color: #FFF;
	width: 80px;
	cursor: pointer;
}
#registerForm .yellowSubmitButton {
	background: #FDB813;
	color: #000;
}
#registerForm .greySubmitButton {
	background: #333;
}
#registerForm .bigSubmitButton {
	background: #FDB813;
	width: 120px;
	color: #000;
}
#registerForm br {
	clear: left;
}

#searchForm {
	width: 300px;
	margin-left: 15px;
	margin-top: 10px;
}
#searchForm label, #searchForm input, #searchForm select {
	font: small Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	margin-top: 7px !important;
	margin-top: 0;
}
#searchForm .goButton {
	background: url(../images/but-go.jpg) no-repeat center center;
	width: 105px;
	height: 64px;
	cursor: pointer;
	border: none;
}
#searchForm .smallInputBox {
	width: 120px;
}

.listingForm label, .listingForm input, .listingForm select, .listingForm textarea {
	font: small Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 300px;
	float: left;	
	margin-bottom: 10px;
	border: 1px solid #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.listingForm label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	border: none;
}
.listingForm select {
	width: 224px;
}
.listingForm input.hidden {
	width:0px;
}
.listingForm input.checkBox {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
.listingForm input.radioButton {
	width: 15px;
	margin: 5px 5px 0 0;
}
.listingForm label.checkboxLabel {
	text-align: left;
}
.listingForm .submitButton {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #000;
	font-size: 12px;
	color: #FFF;
	width: 100px;
	cursor: pointer;
}
.listingForm br {
	clear: left;
}
.listingForm .smallInputBox {
	width: 100px;
}
.listingForm .wideInputBox {
	width: 500px;
}
.listingForm .wideLabel {
	width: 200px;
}

/* MISC */
.cartButton {
	border: 1px solid #333;
	background: #333;
	font-size: 12px;
	color: #DDD;
	width: 80px;
	cursor: pointer;
}
.buyButton {
	border: 1px solid #333;
	background: #FDB813;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 100px;
	cursor: pointer;
	margin-top: 3px;
	padding: 2px;
}
.processButton {
	border: 1px solid #FDB813;
	background: #FDB813;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
	color: #000;
	width: 200px;
	cursor: pointer;
}
.invisibleSeparator {
	clear: both;
}

#mincart {
	margin-top: 40px;
}

.indentedHeading {
	padding-left: 60px;
}
.yellow {
	color: #FDB813;
}
.purple {
	color: #733D7D;
}
.grey {
	color: #999999;
}
.warning {
	color: #CC0000;
	font-weight: bold;
}
a.searchLink {
	font-weight: bold;
	text-decoration: underline;
}
a.searchLink:hover {
	font-weight: bold;
	text-decoration: none;
}
#popupwrapper {
	margin: 0px auto;
	padding: 0;
	width: 550px;
}

/* GALLERY */
.gallery {
	margin: 10px 55px;
}
.img-wrapper {
	width: 100px;
	height: 150px;
	float:left;
	margin: 0 20px 20px 0;
	padding: 0;
}
.img-wrapper .galleryHeading {
	background: #333;
	padding: 0 5px;
}
.img-wrapper .galleryHeading h2 {
	margin: 0px;
	padding: 3px 0px;
	font-weight: bold;
	color: #FDB813;
}

#advertising img {
	margin-left: 20px;
}