html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}
table {
	border-color:#333333;
}
table td {
	font-size:12px;
	padding:5px;
	border-color:#333333;
	line-height:140%;
	text-align:left;
}
strong {
	color:#96C7FF;
	/*
	font-family:Arial, Helvetica, sans-serif;
*/
}

html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:5em;

}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
	background-image:url("../images/common/footerAndHeader.jpg");
	color:#FFFFFF;
}

html>body #wrap {height:100%;} /* 100 % height */
#header1 {
	width:100%;
	height:5em;

}
html>body #header1 {
	background-image:url("../images/common/footerAndHeader.jpg");
	color:#FFFFFF;
}

html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:5em 6em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:100%;
	height:5em;
}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
	background-image:url("../images/common/footerAndHeader.jpg");
	color:#FFFFFF;
}

@media print {
	html>body #footer {
		position:static;
		bottom:100%;
	}
}

/* Styling to make this demo page look just a little bit better */
html,
body {
	color:#DDD;
	background:#45484D url("../serena/bg.gif") fixed;

}

p {margin:1em 0;}
.info {
	position:relative;
	width:40em;
	margin:0 auto;
	padding:0.5em;
	border:2px solid #999;
	background:#fff;
}
a:link,
a:visited {
	border-bottom:1px dotted;
	color:#AE4F0C;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}
#header,
#footer {
	color:#111;
	background:#363A3D;
	text-align:center;
	font-size:12px;
}
#header1 {
	color:#FFF;
	background:#363A3D;
	text-align:center;
	font-size:12px;
	margin:0px;
}
#content-wrap,
#content {background:#000000 ;}
#footer a {color:#111;}

a.imageHref {
	text-decoration:none;

}
a {
	color:#FFFFCC;
}
div.product {
	height:20px;
	line-height:20px;
	vertical-align:middle;
	background:#222222;
	margin-bottom:2px;
}

p.subtitle {
	color:#ffffee;
	margin:0px;
}
img.miniImage {
	width:100px;
	vertical-align:middle;
}
td.titleLine {
	background:#444444;
}
h1 {
	font-size:18px;
margin-top:5px;
	margin-bottom:0px;
}
h2 {
	font-size:14px;
	margin:5px;
}
table.productsTable td {
	height:100px;
	background:#2b2b2b;
	border-bottom:solid 2px #000000;
}
table.productsTableMini td {
	background:#222222;
	border-bottom:solid 2px #000000;
}
.prodLink {
	display:block;
	width:100px;
	height:70px;
	background:#333333;
	padding:30px 30px 30px 30px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;

}
span.price {
	font-size:14px;
	font-weight:bold;
	color:FFFFEE;
}
input.putBt {
	border:solid 1px #FFFFFF;
	color:#FFFFFF;
	height:25px;
	background-image:url("../images/common/inputBack.jpg");
}
div.present {
	width:80%;
	height:30px;
	border:solid 1px #333333;
	background:#fff3b8;
	color:#000000;
	font-weight:bold;
	}
	
td.small{
	font-size:11px;
	}
td.smallcenter{
	font-size:11px;
	text-align:center;
	}
td.normalprice {
	font-family:arial;
	font-size:12px;
	text-align:center;
	}
td.discountprice {
	color:#FFF1C2;
	overflow:auto!important;
	overflow /**/: hidden;
	background-image:url('../images/img/priceback.jpg');
	font-weight:bold;
	font-size:14px;
	text-align:center
	}
table.discount {
	border-color:#C5C5C5;
	}
table.discount tr td {
	border-color:#C5C5C5;
	}
table.line {
	border-color:#C5C5C5;
	}
table.line td {
	border-color:#C5C5C5;
	}
hr.border {
	border:none;
	border-top:dashed 1px #FFf;
	height:1px;
	color:#FFFFFF;
	}
div.spec {
	padding-left:5px;
	}
td.gradeupPrice{
	width:100px;
	text-align:right;
	}
	
	.wheel {
		font-size:10px;
		width:85px;
		background:#000;
	}
	.wheel img {
		width:85px;
		height:85px;
	}
	.wheelCheck {
		background:#121212;
		padding:5px;
	}