body {
	background-color: #000000;
	margin: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.table1 {
	background-color: #292929;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
.table2 {
	background-color: #404040;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.table3 {
	background-color: #383838;
	border: 1px solid #555555;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.sideLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;

}
.homepageProductHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #C0C0C0;
	text-decoration: none;
}
.productHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
.productHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.productText12small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.productText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.productTextBoldItalic12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
.availableProductHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4E4E4E;
	text-decoration: none;
}
.criticsSideLines {
	background-image: url(../images/critics_side_lines.gif);
	background-repeat: repeat-y;
}
.specSideLines {
	background-image: url(../images/spec_side_lines.gif);
	background-repeat: repeat-y;
}
.quotesSideLines {
	background-image: url(../images/quotes_side_lines.gif);
	background-repeat: repeat-y;
}

.categoriesTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.ornageTest12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.ornageTest12Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.ornageTest12Linksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.pinkText12Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B077AC;
	text-decoration: none;
}
.whiteText12, .whiteText12 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.whiteText12 a{
	color: #FF6600;
	}

.whiteText11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteText12Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteText12Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteText16Bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blackText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blackText12Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.adminTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.imageBorder {
	border: 2px solid #333333;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}

div.transOFF {width: 100%; background-color: silver;border:0px solid black; }
div.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:0px solid black; }
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:0px solid black; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:0px solid black; }

.table-padding-left-distribution{
padding-left:40px;
}

.td-padding{
width:256px;
padding:5px;
padding-left:40px;
}

.home_page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #dddddd;
}

.featureTitle {
	position:absolute;
	width:250px;
	height:auto;
	z-index:1;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
}
