@charset "utf-8";
/* CSS Document */

.ProductImage {
	margin: 0px;
	padding: 0px;
}

#IndexRightBox {
	float: right;
	display:inline;
	width: 220px;
	background-color: black;
	padding-left: 10px;
}

#IndexRightBox a {
	text-decoration:none;
	color: white;
}

#IndexRightBox a:hover {
	text-decoration:underline;
}

#IndexRightBox #RightBoxHeader {
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	color: #FFF;
	background-color: #141414;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size:9pt;
}

#IndexRightBox ul {
	display: block;
	margin: 0;
	padding:0 10px 0 10px;
}
#IndexRightBox li {
	list-style-type: none;
	font-size: 8pt;
	padding: 8px 0;
	color: #CCC;
}
#IndexRightBox li#last {
/*	border-bottom:none;*/
}
.FadedText {
	color: #666;
	font-weight:normal;
}

#IndexLeftBox {
	float: left;
	display:inline;
	width: 550px;
}

#IndexNoFloatBox {
	float: none;
	display:inline;
	width: 550px;
}

#ContentBlock {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
}

#ProductItem {
	background-color: #141414;
	color: #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

#IndexBannerWrapper {
	padding-top:5px;
	padding-bottom:5px;
}

#IndexContentWrapper {
	display:block;
}
#ContentBlock p {
	margin:0px;
	font-size: 10pt;
	color: #CCC;
}
#ProductItem p {
	margin: 0px;
	color: #CCC;
	font-size: 8pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
#ContentBlock h1 {
	font-size: 12pt;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
	border-bottom:#666 2px solid;
	padding:0px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
#ProductItem h1 {
	font-size: 12pt;
	font-weight: normal;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ProductItem h1 a {
	color: #FFF;
	text-decoration: none;
}

#ProductItem h1 a:hover {
	text-decoration: underline;
}
#ProductItem h3 {
	font-size: 8pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#ProductItem p a {
	color: #CCC;
	text-decoration: none;
}

#ProductItem p a:hover {
	color: #FFF;
	text-decoration: underline;
}

#ContentBlock p a {
	color: #FFF;
	text-decoration: none;
}

#ContentBlock p a:hover {
	text-decoration: underline;
}
#ContentBlock a {
	text-decoration: none;
}
