#mPart {
	background: #000000 url(images/bg/products.jpg) no-repeat;
}

#leftCol {
	padding-top: 150px;
}

#rightCol {
	padding-top: 20px;
}

.qjmp {
	font-size: 11px;
	color: #9B9D9F;
}

.qjmp span, .qjmp a {
	white-space: nowrap;
}

.qjmp a {
	color: #cccccc;
}

h2 {
	color: #EB2027;
	font-size: 185%;
	margin-top: 5px;
	margin-bottom: 0.7em;
}

.pTitle {
	/*color: #BCBDBF;*/
	color: #ffffff;
	/*color: #FFCC00;*/
	font-size: 140%;
	line-height: 1.1em;
	margin-top: 25px;
	margin-bottom: 15px;
}

.pTitle span {
	font-size: 250%;
	letter-spacing: -1px;
}

p {
	margin-top: 0px;
}

.prodTable {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.prodTable td {
	padding: 4px 7px;
	color: #ffffff;
	vertical-align: top;
	/*text-align: right;*/
}

.ptHead td {
	border-bottom: 1px solid #444444;
	color: #ffcc00;
	vertical-align: bottom;
}

.even {
	background-color: #222222;
}

.paramTitle {
	padding-bottom: 2px;
	color: #ffffff;
	font-size: 120%;
	margin-top: 7px;
}

.param {
	/*border-top: 1px solid #444444;*/
	margin-bottom: 10px;
	line-height: 1.4em;
}

.param span {
	white-space: nowrap;
	margin-right: 5px;
}

.param span span {
	color: #ffffff;
	margin-right: 0px;
}

.prodNcont {
	position: relative;
}

td.pname {
	text-align: left;
	font-size: 110%;
	white-space: nowrap;
}

.pname a, .pname a:visited {
	color: #EB2027;
}

.pname a:hover {
	color: #ffcc00;
	text-decoration: none;
}

.prodView {
	position: absolute;
	top: 0;
	right: 100%;
	display: none;
	padding: 20px;
	background-color: #555555;
	min-width: 10px;
	text-align: center;
	z-index: 1000;
}

* html .prodView {
	width: 10px;
	right: 95%;
}

.alcentre {
	text-align: center !important;
}

.alleft {
	text-align: left !important;
}


.legendTitle {
	font-size: 110%;
	margin-bottom: 10px;
	color: #555555;
	font-weight: bold;
	border-bottom: 1px solid #444444;
}

/*.legend div {
	width: 90px;
	float: left;
	padding-left: 27px;
	margin-right: 7px;
	margin-bottom: 7px;
	position: relative;
	font-size: 11px;
	color: #aaaaaa;
	min-height: 25px;
}

.legend img {
	position: absolute;
	top: 0.3em;
	left: 0;
}*/

.legend {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.legend td {
	width: 50%;
	padding-right: 5px;
	vertical-align: top;
}

.legend table {
	margin-bottom: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.legend td td {
	width: auto;
	padding-right: 2px;
	vertical-align: middle;
}

.legend td.ico {
	vertical-align: top;
}

.legend td.ico img {
	margin-top: 2px;
}


