/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:auto; /* center, not in IE5 */
	width:970px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;

}

div#header {
	width: 970px;
	height: 255px;

}

div#content {
	padding:0em 0px 0px; /* bottom padding for footer */
	background: url(images/backtile.png) repeat-y;
	margin: 0px;

}
#contentFoot {
	padding:0px 0px 110px 175px; /* bottom padding for footer */
	margin: 0px;
	height: 70px;
	width: 794px;
	background: url(images/contentfooter.png) no-repeat;
}



div#footer {
	position:absolute;
	bottom:0;
	height: 98px;
	text-align: center;
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(images/footerBase.gif) no-repeat center bottom;

}
#buyBox {
	background: url(/images/bubox.gif);
	height: 123px;
	width: 328px;
	padding-left: 15px;
	padding-top: 15px;
}
#buyBox select {
	width: 130px;
	float: right;
}
#buyoptions {
	width: 200px;
}

form {
	margin: 0px;
	padding: 0px;
}

.buyButton {
	margin-top: 26px;
	float: right;
}
#leftNav .hyper {
	background: url(none);
	background:none;
	margin: 0px;
	padding: 0px;
	display:inline;
}
div#contentWide {
	padding:0em 0px 0px;
	margin: 0px;
	background: url(images/backtile2.png) repeat-y;
}
.flLeft {
 float:left;
}

.botBord {
	margin-bottom: 9px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;

}
.altertBox {
	background-color: #009BDE;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.altertBox a {
	color: #FFF;
}
.red2 {
	color: #C00 !important;
	font-weight: bold;
}

.altertBox a:hover {
	color: #14BCE7;
}
.saleItem {
}
