body {
	margin: 0px 0px 0px 10px;
	background-color: black;
	background-image: url(imagesPage/leatherBG.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
	font-size: 11px;
}

img {
	border: 0px;
}

div {
	float: left;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #CCC;
	text-decoration: underline;
}

h1 {
	display: block;
	margin-top: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	margin: 10px 0px 10px 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

h3 {
	margin: 0px;
	color: #820000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

h4 {
	font-size: 16px;
}

input,textarea,select {
	background-color: #333 !important;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	overflow: hidden;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

input:hover,textarea:hover,select:hover {
	background-color: #333 !important;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	overflow: hidden;
/*	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4; */
}

form {
	padding: 0px
	border: 0px;
	margin: 0px;
}

.clrBttn {
	background-color: transparent !important;
	border: 0px;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

.clrBttn:hover {
	background-color: transparent !important;
	border: 0px;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

#storeItem {
	width: 574px;
	vertical-align: bottom;
}

#storeItem div {
	float: right;
	margin: 0px 26px 10px 10px;
}

#storeItem p {
	text-align: right;
}

#storeItem strong{
	font-size: 14px;
}

#catDesc {
	float: none;
	margin-top: 30px;
	width: 550px;
	height: 100px;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: normal;
}

#storeOptions {
}

#storeOptions div {
	width: 102px;
	height: 62px;
	margin: 5px 10px 5px 0px;
}

#prodDesc {
	float: right;
	border: 0px;
	margin-right: 22px;
	text-align: right;
	padding: 0px;
}

.imageTrans {
	border: 1px solid #666;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

.imageTransOver {
	border: 1px solid #820000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#storeOptions img:active {
	border-color: #820000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#cartTable {
	width: 95%;
	border-collapse: collapse;
}

#cartTable th{
	background-color: #333;
	color: #666;
	font-size: 9px;
}

#cartTable td{
	border-bottom: 1px solid #333;
}

.tableCO {
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tableCO strong {
	color: #CCC;
}

.tableCO input,.tableCO textarea,.tableCO select {
	background-color: #333 !important;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	overflow: hidden;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

.tableCO input:hover,.tableCO textarea:hover,.tableCO select:hover {
	background-color: #333 !important;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	overflow: hidden;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

#cartScroll {
	float: none;
	width: 100%;
	height: 180px;
	overflow: auto;
}

#links {
	margin-top: 20px;
	width: 560px;
}

#links div{
	width: 185px;
	height: 40px;
	font-size: 9px;
	color: #CCC;
	overflow: hidden;
}

#dealers {
	margin-top: 18px;
	width: 560px;
}

#dealers div {
	width: 185px;
	height: 109px;
	font-size: 10px;
	color: #CCC;
	overflow: hidden;
}

#albumDetail {
	width: 580px;
	height: 212px;
	padding-top: 35px;
}

#albumDetail div {
	float: right;
	margin: 0px 62px 10px 10px;
}

#albumThumbs {
}

#albumThumbs div {
	width: 62px;
	height: 62px;
	margin: 6px 52px 6px 0px;
}

.searchBox {
	padding: 10px 50px 10px 0px;
	width: 220px;
	height: 70px;
	border-bottom: 1px solid #333;
}

.searchBox img {
	margin: 3px 3px 3px 0px;
	border: 1px solid #666;
}

.searchBox img:hover {
	border-color: #820000;
}

