/* TMSR4 Styles */

/*@font-face {
font-family: PegasysFont;
src: url('../fonts/KozGoPro-Regular.otf')
}

@font-face {
font-family: PegasysFont;
src: url('../fonts/KozGoPro-Medium.otf')
font-weight: bold;
}*/

#main_contents {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	width:846px; 
	margin: 0px 17px;
	padding: 0px;
	float: left;
	color: #fff;
	background: #000;
	overflow: hidden;
}

h1, h2, h3, h4 {
	text-transform: none;
}

h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 42px;
}

h2 {
	font-size: 30px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

.gradient_bg {
	float: left;
	clear:both;
	padding: 10px 20px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
} 

.textHero {
	clear: both;
	float: left;
	width: 746px;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

p {
	margin: 10px 0px 0px;
}

.dropShadow {
	box-shadow: 3px 3px 10px 0 #000;
	-webkit-box-shadow: 3px 3px 10px 0 #000;
}

#youAreHere p {
	margin-top: 0;
}

a {
	color: yellow;
}

.productNav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	width: 846px;
	border-bottom: 1px solid #000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.productNav ul li {
	display: inline;
	float: right;
	padding: 15px 10px 10px;
}

.subMenu .productNav ul li {
	padding: 10px;
}

.productNav li.overview {
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-top: 16px;
	padding-left: 15px;
}

.productNav a {
	color: #fff;
	text-decoration: none;
}

.productNav a:hover {
	color: yellow;
}

.productNav li.buyNow {
	padding: 0;
	margin: 13px 15px 1px 10px;
}

.productNav li.buyNow a {
	display: block;
	padding: 3px 10px;
	border: #fff 1px solid;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier */
	background: rgb(59,103,158); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.productNav li.buyNow a:hover {
	background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(32,124,202,1) 49%, rgba(43,136,217,1) 50%, rgba(59,103,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(49%,rgba(32,124,202,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(100%,rgba(59,103,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(43,136,217,1) 50%,rgba(59,103,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(43,136,217,1) 50%,rgba(59,103,158,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(43,136,217,1) 50%,rgba(59,103,158,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(43,136,217,1) 50%,rgba(59,103,158,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */

}

div.roundedBox {
	border: #fff 1px solid;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}

.priceBox {
	margin-top: 20px;
	color:#000;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 14%, rgba(239,231,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,rgba(255,255,255,1)), color-stop(100%,rgba(239,231,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 14%,rgba(239,231,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 14%,rgba(239,231,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 14%,rgba(239,231,179,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 14%,rgba(239,231,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe7b3',GradientType=0 ); /* IE6-9 */
}

.priceBox p.dataLabel {
	font-size: 16px;
	font-weight: bold;
}

.priceBox p.dataPrice {
	color: blue;
	font-size: 42px;
	margin-top: 5px;
	font-weight: bold;
}

.priceBox  p.dataDescription {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom:10px;
}

.priceBox a {
	color: blue;
}

.priceBox a.buttonDownload {
	color: yellow;
}

a.buttonBlackGlass {
	padding: 10px 15px;
	margin: 10px auto;
	display: block;
	box-shadow: 3px 3px 10px 0 #000;
	-webkit-box-shadow: 3px 3px 10px 0 #000;
	border: #fff 1px solid;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	background: rgb(22,22,22); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(22,22,22,1) 0%, rgba(12,12,12,1) 16%, rgba(68,68,68,1) 50%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(22,22,22,1)), color-stop(16%,rgba(12,12,12,1)), color-stop(50%,rgba(68,68,68,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(22,22,22,1) 0%,rgba(12,12,12,1) 16%,rgba(68,68,68,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(22,22,22,1) 0%,rgba(12,12,12,1) 16%,rgba(68,68,68,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(22,22,22,1) 0%,rgba(12,12,12,1) 16%,rgba(68,68,68,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(22,22,22,1) 0%,rgba(12,12,12,1) 16%,rgba(68,68,68,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.buttonBlackGlass:hover {
	background: rgb(0,12,150); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,12,150,1) 0%, rgba(64,52,229,1) 22%, rgba(89,172,255,1) 50%, rgba(0,6,188,1) 50%, rgba(61,119,255,1) 76%, rgba(0,12,150,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,12,150,1)), color-stop(22%,rgba(64,52,229,1)), color-stop(50%,rgba(89,172,255,1)), color-stop(50%,rgba(0,6,188,1)), color-stop(76%,rgba(61,119,255,1)), color-stop(100%,rgba(0,12,150,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(0,12,150,1) 0%,rgba(64,52,229,1) 22%,rgba(89,172,255,1) 50%,rgba(0,6,188,1) 50%,rgba(61,119,255,1) 76%,rgba(0,12,150,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(0,12,150,1) 0%,rgba(64,52,229,1) 22%,rgba(89,172,255,1) 50%,rgba(0,6,188,1) 50%,rgba(61,119,255,1) 76%,rgba(0,12,150,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(0,12,150,1) 0%,rgba(64,52,229,1) 22%,rgba(89,172,255,1) 50%,rgba(0,6,188,1) 50%,rgba(61,119,255,1) 76%,rgba(0,12,150,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(0,12,150,1) 0%,rgba(64,52,229,1) 22%,rgba(89,172,255,1) 50%,rgba(0,6,188,1) 50%,rgba(61,119,255,1) 76%,rgba(0,12,150,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c96', endColorstr='#000c96',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


a.buttonDownload {
	padding: 8px 15px;
	display: block;
	margin: 10px auto;
	box-shadow: 3px 3px 10px 0 #000;
	-webkit-box-shadow: 3px 3px 10px 0 #000;
	border: #fff 1px solid;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}

a.buttonDownload:hover {
	background: rgb(0,102,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,102,237,1) 0%, rgba(66,161,244,1) 25%, rgba(0,133,242,1) 46%, rgba(30,75,255,1) 49%, rgba(90,163,237,1) 79%, rgba(36,106,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,237,1)), color-stop(25%,rgba(66,161,244,1)), color-stop(46%,rgba(0,133,242,1)), color-stop(49%,rgba(30,75,255,1)), color-stop(79%,rgba(90,163,237,1)), color-stop(100%,rgba(36,106,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,102,237,1) 0%,rgba(66,161,244,1) 25%,rgba(0,133,242,1) 46%,rgba(30,75,255,1) 49%,rgba(90,163,237,1) 79%,rgba(36,106,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,102,237,1) 0%,rgba(66,161,244,1) 25%,rgba(0,133,242,1) 46%,rgba(30,75,255,1) 49%,rgba(90,163,237,1) 79%,rgba(36,106,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,102,237,1) 0%,rgba(66,161,244,1) 25%,rgba(0,133,242,1) 46%,rgba(30,75,255,1) 49%,rgba(90,163,237,1) 79%,rgba(36,106,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,102,237,1) 0%,rgba(66,161,244,1) 25%,rgba(0,133,242,1) 46%,rgba(30,75,255,1) 49%,rgba(90,163,237,1) 79%,rgba(36,106,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ed', endColorstr='#246af4',GradientType=0 ); /* IE6-9 */

}

div.infoAlert {
	color: red;
	font-size: 24px;
	text-align: left;
	padding: 5px 50px 5px 10px;
	background: yellow;
	float: right;
	font-weight: bold;
	box-shadow: 8px 8px 10px 0 #000;
	-webkit-box-shadow: 8px 8px 10px 0 #000;
}

div.infoAlert p {
	margin: 0;
}

#productHeader {
	position:relative;
	float:left;
}

#productFooter {
	float: left;
	clear: both;
	width: 746px;
	padding: 0px 50px 40px;
	text-align: center;
}

div.copyright {
	margin-top:20px;
	float: left;
	clear: both;
	font-family:arial, verdana, sans-serif;
	font-size: 10px;
}

div.productFeature {
	float: left;
	text-align: center;
	clear: both;
	width: 746px;
	padding: 40px 50px;
	background: url("../images/endproduct/tmsr4/tmsr4_gradient_red.gif") top left repeat-x;
}

div.productFeature ul li {
	text-align: left;
}

.formatRight img, .formatRight .floatBox {
	float: left;
	margin-right: 50px;
}

.formatLeft img, .formatLeft .floatBox {
	float: right;
	margin-left: 50px;
}

.formatCenter img {
	clear:both;
	display:block;
	margin: 20px auto 0px;
}

.formatCenter h2 {
	clear:both;
}

.productFeature .roll {
	float:left; /*required to make rollover work */
	margin-top:20px;
}

.productFeature .roll img {
	margin-top:0;
}

.floatBox {
	width: 300px;
}

div.productHero {
	float: left;
	text-align: center;
	clear: both;
	width: 846px;
	padding: 0;
	background: url(../images/tmsr4/tmsr4_gradient_red.gif) top left repeat-x;
}

.greyBoxFlat {
	padding: 10px;
	float:left;
	background: -moz-linear-gradient(top,  rgba(76,76,76,0.85) 0%, rgba(76,76,76,0.85) 1%, rgba(76,76,76,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,0.85)), color-stop(1%,rgba(76,76,76,0.85)), color-stop(100%,rgba(76,76,76,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94c4c4c', endColorstr='#334c4c4c',GradientType=0 ); /* IE6-9 */
}

.greyBoxFlat p {
	margin:0;
	padding:0;
	text-align:left;
}

.greyBoxFlat img {
	margin:0;
}

.infoBoxGrey {
	float: left;
	clear: both;
	width: 724px;
	margin: 20px auto;
	border: 1px solid #fff;
	padding: 10px;
	background: -moz-linear-gradient(top,  rgba(76,76,76,0.85) 0%, rgba(76,76,76,0.85) 1%, rgba(76,76,76,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,0.85)), color-stop(1%,rgba(76,76,76,0.85)), color-stop(100%,rgba(76,76,76,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,76,0.85) 0%,rgba(76,76,76,0.85) 1%,rgba(76,76,76,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94c4c4c', endColorstr='#334c4c4c',GradientType=0 ); /* IE6-9 */

}

.productFeature .infoBoxGrey {
	margin-bottom: 0;
}

.infoBoxGrey ul {
	font-size: 14px;
}

.infoBoxGrey ol {
	margin-left:20px;
}

.infoBoxGrey ol li {
	margin-top:10px;
	margin-bottom:10px;

}

.sealSet {
	float: left;
	clear: both;
}

.sealSet img {
	float:left;
	margin: 0 20px;
}	

/* Spec Table Styles */

.table_heading {
	margin: 10px 50px;
	width: 746px;
	float: left;
	clear: both;
}

.spec_table .backtotop {
	margin: 0px 50px 20px;
	width:746px;
	float:left;
	text-align: right;
	clear: both;
}

.spec_table table {
	margin-bottom: 20px;
	background: #000;
	clear:both;
}

.spec_table table td, .spec_table table th {
	padding: 5px 10px;
}

.spec_table td {
	font-size:14px;
	background: #000;
}

.spec_table table, .spec_table td, .spec_table tr, .spec_table th {
	border: 1px solid #fff;
}

.spec_table table th {
	background:#7e2821 url(../images/bg_cellhr_darkred.png) repeat-x;
	color:#fff;
	font-size: 16px;
	text-align: left;
}

.spec_table table td.blue {
	background: #7e2821 url(../images/bg_cellhr_darkred.png) repeat-x;
	color:#fff;
	font-weight: bold;
	text-align:center;
}

.spec_table table td.item {
	background:#000 url(../images/bg_cell_darkred.png) repeat-x;
	color:#fff;
	vertical-align: top;
}

div.qa {
	margin:10px 20px 10px 50px;
	float:left;
	clear:both;
	display:inline;
	width: 528px;
}

#product div.qa {
	margin: 10px 50px 10px 80px;
	width:694px;
}

.qa ol {
	margin-left:0px;
}

.qa ol li {
	margin-left:0px;
	padding-left:0px;
	font-size:1.3em;
	font-style:italic;
	font-weight: bold;
}

.qa ol li p.qa_answer {
	margin:10px 0px 20px 30px;
	font-size:0.8em;
	font-weight: normal;
	font-style:normal;
	color:#fff;
}

.qa ul li .qa_answer {
	margin:10px 0px 20px 30px;
	font-size:0.8em;
	font-weight: normal;
	font-style:normal;
	color:#fff;
}

.qa dt {
	font-size:1.3em;
	padding: 10px 0px;
	font-style:italic;
	color: #fff;
	text-indent:-30px;
}

.qa dd {
	margin-left:20px;
	margin-bottom:20px;
	font-size:1.1em;
}

.qa dd p {
	margin-bottom: 10px;
}
