/* CSS Document */
body {
	background:black url(/pic/bgr.gif) repeat-x top;
	color:white;
}
p.lead {
	text-align:justify;
}
#header {
	color:black;
}
#headerMenu, #headerMenu a {
	color:black;
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:18px;
}
#headerMenu2, #headerMenu2 a {
	color:white;
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:15px;
}
#headerMenu2 img {
	margin:0 5px 0 5px;	
}
#headerMenu2 a.active {
	color:#ff9600;	
}

.sectionArticle {
	margin:0 0 12px 20px;
	border-bottom:1px solid #333333;
}
.sectionArticle td{
	padding-bottom:10px;
}
.sectionArticle h4{
	margin:0;
	font-size:13px;
	font-weight:bold;
}
.sectionArticle h4 a{
	text-decoration:none;
}
.sectionArticle h6{
	margin:0;
	font-size:13px;
	font-weight:normal;
}

.sectionArticle .fakeImage {
	width:33px;
	height:45px;
	line-height:45px;
	color:#c3c2c7;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-right:10px;
	background-color:white;
}
#languageSelect {
	position:absolute;
	margin-left:-100px;
	color:#afafaf;
	font-family:Tahoma, Verdana, Helvetica;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
}
#languageSelect a {
	color:#8a8a8a;
	font-family:Tahoma, Verdana, Helvetica;
	margin-left:10px;
	text-decoration:none;
}
#languageSelect a.active {
	color:black;
	font-family:Tahoma, Verdana, Helvetica;
}
.dbProductList {
	width:300px;
	position:relative;
	margin-top:-35px;
}

.dbProductList .dbProducts a {
	display:block;
	float:left;
	width:90px;
	height:90px;
	margin: 0 10px 10px 0;
	background-color:white;
}
.dbProductList .dbProducts a span {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color:black;
	line-height:14px;
}
.dbProductList .dbProducts a:hover {
	background-color:#FF9600;
}
.productDetails td.firstrow {
	padding-top:60px;	
}
.productDetails img.main {
	position:relative;
	margin-top:-95px;
}
.searchPageList a {
	text-decoration:none;
}
.searchPageList a.active {
	font-weight:bold;
}
.searchPageList span.firstAndPrevious  {
	display:none;
}
.searchPageList span.nextAndLast  {
	display:none;
}
.galleryPictureList {
	margin-top:10px;
}
.galleryPictureList a {
	display:block;
	float:left;
	width:auto;
	height:90px;
	margin: 0 10px 10px 0;
	background-color:white;
}
table.productParameters  {
	margin:30px 0 30px 0;
}
table.productParameters th, table.productParameters td {
	font-size:12px;
	vertical-align:top;
	padding:0 0 5px 0;
}
table.productParameters th {
	font-weight:normal;
	padding-right:10px;
	text-align:left;
}
table.productParameters td {
	font-weight:bold;
}
.jScrollPaneTrack {
	background-color:black!important;
}
.jScrollPaneTrack {
	background-color:black!important;
	margin-left:10px;
}
.jScrollPaneDrag {
	background-color:#333333!important;
}
a.jScrollArrowUp {
	background: url(/pic/scrollArrows/up.gif) repeat-x 0 0;
	height: 7px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -10px;
}
a.jScrollArrowDown {
	background: url(/pic/scrollArrows/down.gif) repeat-x 0 0;
	height: 7px;
}
a.jScrollArrowDown:hover {
	background-position: 0 -10px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -20px;
}
