img
{
	border-style: none;
	border-width: 1px;
}
img.detail_picture
{
	margin-right: 8px;
	margin-top: 12px;
	margin-bottom: 8px;
}

h1
{
	font-size: 22px;
	padding: 0px 0px 20px 0px;
	line-height: 30px;
}
h2
{
	font-size: 19px;
	padding: 0px 0px 16px 0px;
	line-height: 24px;
}

h3
{
	font-size: 15px;
	padding: 0px 0px 10px 0px;
	line-height: 19px;
}

p,
td,
li,
span,
div,
strong
{
	line-height: 14px;
	font-size: 12px;
}

p
{
	padding: 0px 0px 12px 0px;
	text-align: justify;
}

table.producer-files
{
	width: 400px;
	border-style: none;
}

table.producer-files td.pdf
{
	width: 45px;
	height: 45px;
	background: transparent url('/images/pdf_image.gif') top left no-repeat;
}
table.producer-files td.xls
{
	width: 45px;
	height: 45px;
	background: transparent url('/images/xls_image.gif') top left no-repeat;
}

div.producer-logo
{
	float: right;
}

table.sizes-delimeters
{
	border-style: none;
}

table.sizes-delimeters td
{
	border-right: 1px dotted gray;
}


img.float-left
{
	border-style: none;
	float: left;
	margin: 0px 12px 4px 0px;
}

img.float-right
{
	border-style: none;
	float: right;
	margin: 0px 0px 4px 12px;
}

.contacts
{
    color: #999999;
    font-size: 15px;
    text-align: center;
	font-weight: bold;
}

.contacts small
{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
