@import url('reset.css?v1.0');
@import url('base.css?v1.0');

body{
	color: #000;
	font-family: Arial, Helvetica, Verdana sans-serif;
	font-size: 0.80em;	
}

a:link, a:visited, a:hover, a:active{
	color: #000;

}

/* General layout styles */

.container{

}

.slogan{
	display: none;
}

.homelink{
	display: none;
}

.navigation{
	display: none;
}

.content{

}

.submenu{
	display: none;
	}

.submenu_img_top, .submenu_img_bottom {
	display: none;
}

	
	.contactbox{
		display: none;
			
	}
	

	.pagesbox{
	}
	
		.pagescontent{
			line-height: 140%;
		}
	
	.pagescontent ul{
		margin: 15px 0px;
	}
	
	.pagescontent ul li{
		background: url(../media/images/bullet.gif) no-repeat 5px 6px;
		padding-left: 25px;
	}

	
.producttitle{
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
	font-size: 1.2em;
}
	
	.producttitle h1{
		font-weight: bold;
		font-size: 1.2em;
		color: #666;
	}
	
	.producttitle .subtitle, .titlesmall .subtitle{
		font-size: 0.8em;
		color: #666;
		display: inline;
		font-weight: bold;
	}
	
	.producttitle .print, .titlesmall .print{
		display: none;	}

.titlesmall{
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}
	
	.titlesmall h1{
		font-weight: bold;
		font-size: 1.2em;
		color: #666;
		height: 20px;
	}

.detailbox{
	width: 970px;
	padding-bottom:  10px;
}	

	.detailbox_bottom{
		margin-top: -20px;
		display: none;
	}
	
	.detailbox_img_top{
		display: none;
	}
	.detailbox .left{
		float: none;
	}
	.detailbox .right{
		width: 100%;
		height: 100%;
	}
	
.detailbox tr {
	page-break-inside: avoid;
}

	.detailbox h2{
		background-color: #b9c4e1;
		font-size: 1em;
		padding: 6px 18px;
		color: #182460;
		font-weight: bold;
	}
	
	.zoom{
		display: none;
	}
	
	.application, .advantages{
		padding: 6px 18px;
	}
	
	.detailbox .right th, .detailbox .right td{
		padding: 5px;
		text-align: center;
		font-weight: bold;
		width: 130px;
	}
	
	.detailbox .right td.blue{
		background-color: #f0f2f8;
	}
	
	.detailbox .right td.price, .detailbox .right th.price{
		width: 135px;
	}
	
	.detailbox .right td.price{
		text-align: right;
		padding-right: 10px;
		border: 0px solid #fff;
	}
	
	.detailbox .right th{
		padding: 0px 0px 6px 0px;
		background-color: #b9c4e1;
	}

.footer{
	color: #999;
	font-size: 0.85em;
	padding-top: 20px;
}
.footer a{
	color: #999;
	text-decoration: none;
}

.images{
	float: right;
	width: 300px;
	margin-left: 15px;
}

.images img{
	display: block;
	margin-bottom: 15px;
}

