@import "global.css";
@import "main.css";
@import "menu.css";
@import "form.css";

body.contentPage {
	background-image: url(/images/header-LeftSide.gif);
	background-repeat: repeat-x;
}
/*
body.splashPage {
	background-image: url(/images/home/body-BG.gif);
	background-repeat: repeat-x;
}
*/
/* *** Header Area **************************************************/
.contentPage #Header {
	background-position: 0 42px;
	background-repeat: no-repeat;
	position: relative;
	height: 169px;
	width: 780px;
}
#Header a#logoLink {
	position: absolute;
	margin-top: -2px;
	display: block;
	height: 115px;
}
/*
.splashPage #Header {
	position: relative;
	width: 780px;
	z-index: 10;
}
*/
	#Header img.pageTitle {
		position: absolute;
		right: 13px;
		bottom: 36px;
	}

	#SearchBox input.text  {
		height: 17px;
		width: 118px;
		margin: 4px 3px 0 3px;
		padding: 0 0 0 3px;
		vertical-align: top;
	}
	#SearchBox input.image  {
		vertical-align: top;
		margin: 4px 0 0 0;
	}

/* *** Footer Area **************************************************/
#Footer {
	background-repeat: no-repeat;
}
	#Footer ul {
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		font-family: kroeger05_55, Verdana, Geneva, Arial, sans-serif;
		color: #FFFFFF;
		font-size: 8px;
		font-weight: bold;
	}
		#Footer ul li {
			float: left;
		}
		#Footer ul li.separator {
			margin: 0 3px 0 3px;
		}

		#Footer ul a {
			color: #dec057;
			text-decoration: none;
		}

.contentPage #Footer {
	background-image: url(/images/footer-BottomBorder.gif);
	background-position: bottom;
	background-color: #343434;
	position: relative;
	margin-left: 11px;
	height: 81px;
	width: 767px;
}
	.contentPage #Footer ul {
		bottom: 3px;
		right: 22px;
	}
/*
.splashPage #Footer {
	position: relative;
	height: 250px;
	width: 784px;
}
	.splashPage #Footer ul {
		top: 72px;
		left: 41px;
	}
*/

/* *** Content Area *************************************************/
.banner {
	margin: 15px 1px 10px 3px;
}
.mainTitle {
	border-bottom: 1px solid #736f69;
	width: 722px;
}
.mainTitle img {
	margin: 4px 0 1px 2px;
}
.divider {
	border-top: 1px solid #736f69;
}
#ContentWrapper {
	width: 785px;
	margin: 0 auto 0 auto;
}

.contentPage #Content {
	padding: 0 0 0 11px;
	width: 780px;
}
/*
.splashPage #Content img.attention {
	position: absolute;
	top: 285px;
}
*/

/* *** Store ********************************************************/
.contentWrapperTop {
	background-image: url(/images/border-BottomHalfTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 4px;
}
.contentWrapperBottom {
	padding-bottom: 4px;
	margin-bottom: 12px;
}
.contentWrapperLeft {
	width: 757px;
	/*padding-left: 10px;*/
}
.contentWrapperRight {
	width: 747px;
	padding-right: 10px;
}
.contentWrapperRightNoPad {
	width: 757px;
	padding-right: 0px;
}

#ProductSelection, .ContentArea {
	width: 747px;
}
#ProductSelection, .ContentAreaNoPad {
	width: 747px;
}
.ContentArea {
	width: 727px;
}
	#ProductSelection .mainTitle {
		margin-left: 28px;
	}
	#ProductSelection .banner {
		margin-top: 0px;
	}
#ProductDisplay {
	width: 297px;
	margin-top: 5px;
	margin-right: 15px;
}
	#ProductDisplay .productButton {
		border-top: 1px solid #595959;
		border-right: 1px solid #595959;
		border-left: 1px solid #595959;
	}
	#ProductDisplay #Product {
		z-index: 0;
		position: relative;
		border: 2px solid #595959;
		height: 349px;
		width: 293px;
		background-color: white;
	}
		#ProductDisplay #Product .productTitle {
			position: absolute;
			background-image: url(/images/icon/shadowLight.png);
			width: 283px;
			padding: 6px 0 5px 10px;
		}
			#ProductDisplay #Product .productTitle img {
				margin-right: 10px;
			}
		#ProductDisplay #Product .productFooter {
			position: absolute;
			margin-top: 290px;
			background-image: url(/images/icon/shadowDark.png);
			height: 48px;
			width: 283px;
			padding: 6px 0 6px 10px;
		}
			#ProductDisplay #Product .productFooter img {
				border: 1px solid #595959;
				margin-left: 5px;
				margin-right: 10px;
				cursor: pointer;
				margin-bottom: 5px;
			}
			#ProductDisplay #Product .productFooter img.selected {
				border: 5px solid #595959;
				margin-bottom: 0;
			}

/* Detail Page */
#ProductDisplay #Product .productTitle {
	font-family: kroeger05_55, Arial, sans-serif;
	color: #FFAE00;
	font-size: 9px;
}
#ProductDisplay #Product .productTitle img {
	color: #595959;
}
.productInfo label {
	font-family: Arial, sans-serif;
	/*color: #D5C299;*/
	color: #D80000;
	font-size: 14px;
	font-weight: bold;
}

.productInfo {
	padding: 5px 32px 8px 5px;
}
	.productDetailForm .productInfo {
		width: 370px;
	}
	.productInfo #productTitle {
		/*color: #FFAE00;*/
		color: #000;
	}
	.productInfo .price {
		/*color: #FFAE00;*/
		color: #000;
		font-size: 14px;
	}
	.productInfo h2 {
		margin-top: 5px;
		margin-left: 0px;
		padding-bottom:0px;
		margin-bottom:3px;
	}
	.productInfo p {
		margin-left: 5px;
	}
	.productInfo h3 {
		margin-left: 5px;
	}
	.productInfo ul {
		list-style: none;
		margin: 5px 0 0 0;
		padding: 0;
	}
	.productInfo ul li {
		float: left;
		margin-top: 7px;
	}
	.productInfo ul li.selected {
		padding-top: 10px;
		background-image: url(/images/store/swatchSelectedBg.gif);
		background-repeat: no-repeat;
		margin-top: -3px;
	}
	.productInfo ul li a {
		display: block;
		width: 49px;
		height: 49px;
		text-align: center;
	}
	.productInfo ul li.selected a {
		width: 49px;
		height: 49px;
	}
	.productInfo ul img {
		border: 1px solid #736F69;
		margin: 5px 5px 5px 5px;
	}
	.productInfo .purchaseInfo {
		padding-right: 20px;
	}
	.productInfo label {
		margin-right: 10px;
		margin-left: 5px;
	}
	.productInfo img {
		margin-left: 10px;
	}

#ProductNavigation {
	width: 747px;
}
#ProductType {
	width: 702px;
	margin-top: 18px;
}
.additionalProducts {
	width: 165px;
	margin: 20px 0 30px 10px;
}
	.additionalProducts .promoImage {
		border: 1px solid #575757;
		height: 152px;
		width: 158px;
		margin: 3px 0 3px 0;
	}