﻿.cima *
{
	display: none;
}


.print
{
	border: 1px solid #000000;
	width: 850px;
	float: left;
	display: block;
	padding-bottom: 40px;
}

.print h1
{
	color: #015D86;
	font-size: 22px;
	font-weight: bold;
	width: 350px;
}

.print .header
{
	height: 125px;
	overflow: hidden;
	margin-bottom: 20px;
	width: 850px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}

.print .header img
{
	float: left;
	margin-left: -80px;
}

.print .productheader
{
	overflow: hidden;
	height: 110px;
	float: left;
	position: relative;
	z-index: 11;
}

.print .productheaderbottom
{
	position: relative;
	top: -5px;
	z-index: 1;
}

.print .tabcontainer
{
	padding-left: 20px;
	margin-bottom: 60px;
}

.print .tabcontent
{
	display: none;
	width: 540px;
	overflow: hidden;
	float: left;
}

.print .tabcontent div
{
	float: left;
	width: 100%;
}

.print div.sidebar
{
	width: 154px;
	float: right;
	background-color: #EDF3C1;
	margin-left: 15px;
	margin-right: 15px;
	height: 242px;
	border: 1px solid #CCCCCC;
}

.print div.sidebar .headercaption
{
	background-color: #C1D72E;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px;
	float: left;
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.print .sidebar ul
{
	float: left;
	width: 113px;
	padding-right: 10px;
	padding-left: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	_margin-bottom: 10px;
	
}