/* CSS Document */
html {
overflow: auto;
}
body { margin:0; background: url(../images/bg.jpg) top center no-repeat #000000; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a:link,a:active,a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
}

.PageItemList li {
 height:125px; width:150px; display:block; float:left; margin: 0 20px 20px 0;
}
.PageItem{display:block;height:125px; width:150px;}

a.PageItem:link,a.PageItem:active,a.PageItem:visited {
	color: #FFFFFF;
}
a.PageItem:hover {
	color:#FF6600;
}
.PageItem div{height:17px; bottom:0px; position:absolute; background:#444444; display:block;width:150px; text-align:center; padding-top:3px; overflow:hidden;}
#PageItemWrapper{clear:both;}
#productTabs{
	clear:both;
}
.lineItem{
	clear:both;
	border-bottom:#CCCCCC dotted 1px;
}
.lineLabel{
	width:200px;
	float:left;
	text-align:right;
	font-weight:bold;
	/*background:#CCCCCC;*/
	padding: 2px;
}
.lineValue{
	float:left;
	padding: 2px;
	width: 220px;
}

#productTabs {
margin:auto;
margin-top:35px;
width:900px;
}
#productTabs ul.idTabs li { list-style:none; float:left; margin:0; padding:0;width:86px; height:90px; margin-right:5px;}
#productTabs ul.idTabs {
	width:900px;
	margin:auto;
	margin:0; padding:0;
	list-style:none;
	vertical-align:top;
}


#productTabs li.overview a{
	background: url(../assets/icons-products/overview.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.overview a.selected{
	background: url(../assets/icons-products/overview-active.gif) center no-repeat;
	border:none;
}

#productTabs li.dealers a{
	background: url(../assets/icons-products/dealers.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.dealers a.selected{
	background: url(../assets/icons-products/dealers-active.gif) center no-repeat;
	border:none;
}

#productTabs li.images a{
	background: url(../assets/icons-products/images.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.images a.selected{
	background: url(../assets/icons-products/images-active.gif) center no-repeat;
	border:none;
}

#productTabs li.videos a{
	background: url(../assets/icons-products/videos.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.videos a.selected{
	background: url(../assets/icons-products/videos-active.gif) center no-repeat;
	border:none;
}

#productTabs li.awards a{
	background: url(../assets/icons-products/awards.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.awards a.selected{
	background: url(../assets/icons-products/awards-active.gif) center no-repeat;
	border:none;
}

#productTabs li.specs a{
	background: url(../assets/icons-products/specs.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.specs a.selected{
	background: url(../assets/icons-products/specs-active.gif) center no-repeat;
	border:none;
}

#productTabs li.specials a{
	background: url(../assets/icons-products/specials.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.specials a.selected{
	background: url(../assets/icons-products/specials-active.gif) center no-repeat;
	border:none;
}

#productTabs li.accessories a{
	background: url(../assets/icons-products/accessories.gif) center no-repeat;
	display:block;
	width:86px;
	height:90px;
	margin-right:5px;
}

#productTabs li.accessories a.selected{
	background: url(../assets/icons-products/accessories-active.gif) center no-repeat;
	border:none;
}

#productTabs div.productFrame {
	width:900px;
	background:#333333;
	padding:15px;
	height:auto;
	clear:both;
	overflow:hidden;
	display:none;
	margin:auto
	
}
#idTab1{
	display:block;
}

.nolist, .nolist li{
	list-style-type: none;
	padding: 0;
	margin: 5px;
	clear:none;
}
.nolist li {
	clear:both;
}

.nolist li span{
	margin:3px;
	float:left;
	vertical-align:middle;
	padding: 2px;
}

.nolist img{
	margin:3px;
}



ul.nolistLeft{
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	list-style:none;	
	margin-bottom:20px;
}
.nolistLeft li{
	float:left;
	width:auto;
	padding:3px;
}


.product_text_all{
	width:100%;
	height:auto;
}
#productPrice{
	font-size:22px;
	vertical-align:top;
	margin:auto;
}
#productPrice sup {
	font-size:12px;
}
#currencyProduct-slidetoggle{
	text-decoration:none;
	font-weight:bold;
}
#productCurrency{
	text-align:right;
	padding:5px;
}
.newsActive a {
	color:#666666;
}
.newsActive {
	border-bottom: dotted 1px #CCC;
}
