/* The Great Reverends CSS Document */
/* recommended MSDN PNG workaround to create compatibility with full-on PNG files*/
img { behavior: url("pngbehavior.htc");}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 60px;
}
a, a:link, a:visited {
	color: #FF05B0;
	text-decoration: none;
}
a:hover, a:hover:visited {
	text-decoration: underline;
}
#container {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 710px;
	height: 276px;
	background-image: url(_img/interim_header.gif);
	background-repeat: no-repeat;
}
#header-msg {
	float: right;
	width: 408px;
	height: 64px;
	border: 1px solid #B2F3FF;
	margin-top: 172px;
	margin-right: 20px;

}
#header-padding {
	padding: 6px 8px 4px 8px;
	color: #0184A2;
	line-height: 17px;
	text-align: left;
}
#nav {
	float: right;
	clear: both;
	margin-top: 17px;
	margin-right: 30px;
}
#content-hold {
	width: 710px;
}
#content {
	padding-left: 50px;
	padding-top: 30px;
}
#aboutContent {
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 10px;
}
.item-hold {
	float: left;
	width: 180px;
	padding-bottom: 30px;
	padding-right: 40px;
	border: 0px solid #f00;
}
.item {
	border: 0px solid #0F0;
}
.item-name {
	margin-top: 3px;
	margin-bottom: 6px;
}
.item-descrip {
	line-height: 17px;
	padding-left: 3px;
	height: 120px;
}
.item-type {
	height: 34px;
	background-image:url(_img/interim_hdot_double.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 3px;
	margin-top: 11px;
}
.item-buy-price {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	background-image: url(_img/interim_price_bg.gif);
	background-repeat: no-repeat;
}
.item-buy-price-padding {
	padding-top: 15px;
	padding-left: 7px;
}
.item-buy-dropdown {
	width: 120px;
	height: 23px;
	float: left;
}
.item-buy-button {
	float: left;
	margin-top: 2px;
}
.item-buy-dd {
	width: 120px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 0px;
}
.clear {
	width: 100%;
	clear: both;
}
.archiveStart {
	width: 100%;
	clear: both;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
	height: 34px;
	padding-top: 12px;
	padding-left: 3px;
	background-image: url(_img/interim_hdot_double.gif);
	background-repeat: repeat-x;
}
.footer {
	margin-bottom: 30px;
	margin-top: 20px;
	width: 99%;
	clear: both;
	border: 1px solid #FFF;
}

/* ABOUT PAGE STYLES */
.aboutImg {
	float: left;
	margin-right: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	width: 390px;
}
.aboutTxt {
	float: left;
	width: 270px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 16px;
}
#aboutSubs {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	clear: both;
	float: left;
	margin-top: 15px;
	padding-top: 8px;
	background-image:url(_img/interim_hdot.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 12px;
}
.aboutSub {
	font-size: 11px;
	line-height: 15px;
	float: left;
	width: 215px;
	margin-right: 3px;
	border: 0px solid #0F0;
	font-weight: normal;
	padding-right: 10px;
}
/* GALLERY PAGE STYLES */
#galleryContent {
	width: 100%;
	text-align: center;
}
.gallery-goods {
	margin-top: 40px;
}
#gallery-msg {
	margin-left: auto;
	margin-right: auto;
	width: 418px;
	border: 1px solid #FF05B0;
}
#gallery-padding {
	padding: 6px 8px 4px 8px;
	color: #000;
	line-height: 17px;
	text-align: left;
}
#gallery-display {
	width: 418px;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
}
.gallery-img {
	width: 80px;
	height: 60px;
	margin-right: 2px;
	text-align: left;
	margin-bottom: 8px;
	border: 0px solid #000;
	float: left;
}
.gallery-img-display {
	border: 1px solid #F00;
	width: 77px;
	height: 58px;
}
.item-sale {
	background-image: url(_img/tag_onsale.png);
	*background-image: url(_img/tag_onsale.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 2;
	position: relative;
	top: -40px;
	*top: -42px;
	left: 92px;
	*left: 93px;
	width: 87px;
	height: 40px;
	margin-bottom: -40px;
}
.item-hold-soldout {
	float: left;
	width: 180px;
	padding-bottom: 30px;
	padding-right: 40px;
	border: 0px solid #f00;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}