/* CSS Document */
:focus
{
  -moz-outline-style: none;
}

h1 {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 18px;
	color: #aeaeae;
	font-weight: normal;
	margin-bottom: 5px;
}


h2 {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 13px;
	color: #FFFF00;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-top: 0px;
}
h2 a {
	color: #FFFF00;
	border-bottom: 1px solid #320809;
	text-decoration: none;
}
h2 a:link {
	color: #FFFF00;
	border-bottom: 1px solid #320809;
	text-decoration: none;
}

h2 a:visited {
	color: #FFFF00;
	border-bottom: 1px solid #320809;
	text-decoration: none;
}

h2 a:hover {
	color: #FFFF00;
	border-bottom: 1px solid #5e0e10;
	text-decoration: none;
}


.prod_header {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 24px;
	color: #b11e20;
	font-weight: bold;
	margin-bottom: 5px;
}

.prod_subheader {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 16px;
	color: #b7b7b7;
	font-weight: none;
	margin-bottom: 5px;
	text-transform:uppercase;
}

.paddright {
	margin-right: 20px;
}

.text {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 13px;
	color: #b7b7b7;
	font-weight: normal;
	line-height: 18px;	
}

.text a {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 13px;
	color: #b7b7b7;
	text-decoration: none;
	border-bottom: 1px solid #4b4b4b;
}

.text a:hover {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 13px;
	color: #b7b7b7;
	text-decoration: none;
	border-bottom: 1px solid #b7b7b7;
}

.text_grey_s {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 10px;
	color: #767676;
	font-weight: normal;
}

.text_grey_s a {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 10px;
	color: #767676;
	text-decoration: none;
	border-bottom: 1px solid #535353;
}

.text_grey_s a:hover {
	color: #767676;
	border-bottom: 1px solid #767676;
}

.text_detail_title {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 10px;
	color: #cacaca;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

.text_black_s {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.text_black_s a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.text_black_s a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;
}

.text_white_s {
	font-family: Helvetica, Arial, Times, serif;
	font-size: 10px;
	color: #dddddd;
	font-weight: normal;
}

.text_white_s a {
	color: #dddddd;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.text_white_s a:hover {
	color: #dddddd;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;
}


.spacerclass {
	padding-left: 30px;
}







