html, body, P, A, A:LINK, A:VISITED, A:ACTIVE, A:HOVER, INPUT, TEXTAREA, SELECT {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #BBBBBB;
	list-style-image: url(../img/block.gif);
}
body{
	background-attachment: fixed;
	background-image: url(../img/background_big2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
H6 {
	color:#FF6600;
	font-size: 11px;
	margin-bottom: 0px;
}	
H5 {
	font-size: 9px;
	font-weight: normal;
	}
	
H4 {
	font-size: 10px;
	font-weight: normal;
	}
	
H3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	}	

H2 {
	text-transform:capitalize;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
H1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	}

A, A:LINK, A:VISITED, A:ACTIVE {
	text-decoration: none;
	font-weight: normal;
	border: 0px none;
}

A:HOVER {
	text-decoration: none;
	color:#FF6600;
	border: none;
}

div.content A:Link, div.content A:VISITED, div.moreItems A:link, div.moreItems A:VISITED {
	color:#FF6600
}
div.showroom A:Link, div.showroom A:VISITED {
	color:#666666
}
div.showroom A:HOVER {
	color:#FF6600;
}

HR {
	color: #999999;
	height: 1px;
}

INPUT, TEXTAREA, SELECT {
	background-color: #CCCCCC;
	border: 1px solid #FF6600;
	color: #333333;
	width: 99px;
}
.specs INPUT {
	background-color: #EEEEEE;
	border: 2px solid #FF6600;
	color: #FF6600;
	width: 130px;
	font-weight: bold;
	cursor: hand;
}
.small {
	width: 10px;
}
.button {
	width: 94px;
}
.grey{
	color:#666666;
}
.active {
	color:#FF6600;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.noline {
	border: 0px none;
}
.coloredline {
	border: 1px solid #FF6600;
}
.smallTxtInput {
	width: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #888888;
	margin-bottom: -8px;
}
.shopidbutton {
	width: 45px;
	height: 15px;
	background-image: url(../img/shop_id.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: none;
	cursor: hand;
	margin-bottom: -8px;
}
.amountbutton {
	width: 45px;
	height: 15px;
	background-image: url(../img/amount.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: none;
	cursor: hand;
	margin-bottom: -8px;
}
.pricebutton {
	width: 45px;
	height: 15px;
	background-image: url(../img/price.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: none;
	cursor: hand;
	margin-bottom: -8px;
}
.subscribeField {
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 240px;
	height: 15px;
}
.subscribeButton {
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 102px;
	height: 17px;
	font-weight: bold;
}
div.backButton A:Link, div.backButton A:VISITED {
	font-size: 18px;
	font-weight: bold;
	color: #DDDDDD;
}
div.backButton A:HOVER {
	color:#FF6600;
}
.float {
	float: left;	
}
.big{
	width: 200px;	
}
.superbig{
	width: 500px;	
}