@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.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/entry_tile.jpg) repeat-y left;
	width: 200px;
	height:150px;
	vertical-align: top;
}

.entrybot {
	background: url(../images/entry_foot.jpg) no-repeat bottom left;
}

.entrytop {
	background: url(../images/entry_head.jpg) no-repeat top left;
}

.pictile {
	background:url(../images/entry_tile.jpg) repeat-y left;
	min-height:150px;
	width: 200px;
}

.picbot {
	background: url(../images/entry_foot.jpg) no-repeat bottom left;
	height:18px;
	width:180px;
}

.pictop {
	background:url(../images/entry_head.jpg) no-repeat top left;
	height:18px;
	width:200px;
}

/*
td.pictile {
	height: 150px;
	width: 200px;
}

td.picbot {
	background: url(../images/entry_tile.jpg) repeat-y left;
	padding:16px;
	height:110px;
	width:180px;
}

table.pictop {
	background:url(../images/entry_head.jpg) no-repeat top left;
	height:100%;
	width:200px;
}

td.picbot div {
	background: url(../images/entry_foot.jpg) no-repeat bottom left;
}
*/

.dltile {
	background: url(../images/entry_tile.jpg) repeat-y left;
	height: 80px;
	width: 200px;
}

.dlbot {
	background: url(../images/entry_foot.jpg) no-repeat bottom left;
	height: 80px;
	width: 200px;
}

.dltop {
	background: url(../images/entry_head.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;
	text-align:center;
}

#detailsfoot h1 {
	padding:0;
	margin:auto;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#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;
}
