/* Common Layout */

body {
	width:742px;
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	letter-spacing: 1px;
	word-spacing: 1px;
/*	background: #99B7FB url(../images/skin/Tile_BG.jpg) repeat-x top;*/
	background: #90B1D4 url(../images/skin/Tile_BG.jpg) repeat-x top;
}

h1 {
	font-size: 16px;
	color:#CC0000;
}

h2 {
	font-size: 15px;
	color:#CC0000;
}

h3 {
	font-size: 14px;
	color:#CC0000;
}

a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#993333;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color:#FF0000;
}

.subnav{
	background-color:#FFFFFF;
	z-index:900;
	position:absolute;
	margin-top:24px;
	margin-left:-1px;
	width:19em;
	border:1px solid #333333;
	border-top:none;
}

a.subnavitem {
	text-decoration:none;
	display:block;
	height: 1.6em;
	margin:0.1em;
	padding:0.1em 0.5em;
	background: #C6D7E9;
	color: #4F7BAC;
	font-weight:bold;
}

a.subnavitem:hover {
/*	background-color: #BACEFC;*/
	color:#FFFFFF;
	text-decoration:none;
}

#bodyarea {
	background: url(../images/skin/Tile_InnerBG.jpg);
	padding: 20px;
}

#listbodyarea {
	padding: 20px;
	padding-top: 0;
	margin-top:-19px;
	background: url(../images/skin/Tile_InnerBG.jpg);
}

#searchform {
	padding: 0;
	margin: 0;
}

#searchbutton {
	background: url(../images/skin/Tile_InnerBG.jpg);
	padding: 20px;
	padding-bottom: 5px;
}

#searchfields {
	background: url(../images/skin/Tile_InnerBG.jpg);
	padding: 20px;
	padding-bottom: 5px;
}

#header {
	margin: 0;
	padding: 0;
	height: 158px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 25px;
}

#footer{
	height: 125px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom:10px;
}

#footer a {
	font-weight:normal;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

/* Content Formatting */

.featurebox {
	background: #FFCC33;
	padding: 0;
	margin: 5px 10px;
	color: #000000;
	float: left;
	width: 342px;
	background: url(../images/skin/FeatureTile.jpg) repeat-y left;
	font-weight: 800;
}

.featurebot {
	background: url(../images/skin/FeatureFoot.jpg) no-repeat bottom left;
}

.featuretop {
	background: url(../images/skin/FeatureHead.jpg) no-repeat top left;
}

.featurebox:hover {
	cursor: pointer;
}

.featurebox h2 {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}

.featureboxprice {
	font-size: 18px;
	color: #CC0000;
	font-weight:bold;
}

.entrytile {
	background: url(../images/skin/EntryTile.jpg) repeat-y left;
	width: 200px;
	vertical-align: top;
}

.entrybot {
	background: url(../images/skin/EntryFoot.jpg) no-repeat bottom left;
}

.entrytop {
	background: url(../images/skin/EntryHead.jpg) no-repeat top left;
}

.pictile {
	background: url(../images/skin/EntryTile.jpg) repeat-y left;
	height: 150px;
	width: 200px;
}

.picbot {
	background: url(../images/skin/EntryFoot.jpg) no-repeat bottom left;
	height: 150px;
	width: 200px;
}

.pictop {
	background: url(../images/skin/EntryHead.jpg) no-repeat top left;
	height: 150px;
	width: 200px;
}

.dltile {
	background: url(../images/skin/EntryTile.jpg) repeat-y left;
	height: 80px;
	width: 200px;
}

.dlbot {
	background: url(../images/skin/EntryFoot.jpg) no-repeat bottom left;
	height: 80px;
	width: 200px;
}

.dltop {
	background: url(../images/skin/EntryHead.jpg) no-repeat top left;
	height: 80px;
	width: 200px;
}

.viewlistingbutton{
	background: #FFCC33;
	border: #CC0000 1px dotted; 
	padding: 2px;
	margin: 5px 10px;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	float: left;
	width:336px;
}

.viewlistingbutton:hover {
	background: #FFCC66;
	border: solid 1px #CC0000;
	cursor: pointer;
}

#detailsfoot {
	background: #99B7FB url(../images/skin/Tile_BG.jpg) repeat-x bottom;
	color: #FFFFFF;
	font-weight: bold;
	border: #000099 1px solid;
}

#producttitle {
	margin: 0 auto;
	width: 586px;
	background: #99B7FB url(../images/skin/Tile_BG.jpg) repeat-x top;
	color: #0000CC;
	font-weight: bold;
	border: #CCCCFF 1px solid;
	text-align: center;
	margin-top: 1px;
	padding: 2px;
	padding-left: 10px;
	font-size: 12px;
}

#productprice {
	margin: 0 auto;
	width: 586px;
	background: #99B7FB url(../images/skin/Tile_BG.jpg) repeat-x top;
	color: #CC0000;
	font-weight: bold;
	border: #CCCCFF 1px solid;
	text-align: center;
	margin-top: 1px;
	padding: 2px;
	padding-right: 10px;
	font-size: 14px;
}

#productdescription {
	margin: 0 auto;
	width: 586px;
	margin-top: 1px;
	padding: 2px;
	padding-right: 10px;
}

.formfields {
	border:solid #000099 1px;
	background: #FFFFCC;
	color:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	line-height: normal;
}

#catdescript {
	color: #000000;
	font-weight: bold;
}

/*
Picture Fade Zoomer
*/

#ZoomPic{
	z-index:1002;
	border:#FFFFFF solid 1em;
	cursor:pointer;
	margin: 0 auto;
	text-align:center;
}

#PicZoom{
	z-index:1001;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	margin:20px auto;
	color:#000000;
	text-align:center;
}

#PicZoomCaption{
	padding:10px;
	margin:10px auto;
	width:700px;
	background:#FFFFFF;
	color:#666666;
	font-weight: bold;
	z-index:1002;
	text-align:center;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
}

#PicZoomLayon{
	z-index:1000;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background: #99B7FB url(../images/skin/Tile_BG.jpg) repeat-x top;
	margin:0;
	text-align:center;
}
