﻿.h-list ul
{
    list-style: none;
    display: block;
}

.h-list ul li
{
    display: block;
    list-style: none;
    float: left;
    
}

.h-list,
.h-list a,
.h-list a:hover,
.h-list a:visited
{
    color: #203f69;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
    text-decoration: none;
    display:block;
}


.h-list a:hover
{
    text-decoration: underline;
}

.red
{
    background-color:#f32837;
}


.gray-back
{
    background-color:transparent;
    color:#0a59a3;
}
.product-download-box
{
    background: #ececec;
    padding: 10px 75px 10px 5px; 
    width: 110px;
    margin-top: 5px;
    margin-right: 7px;
    background-image: url('images/down-arrows.png');
    background-repeat: no-repeat;
    background-position: 145px center;
    line-height: 50%;
    cursor: pointer;        
}

.product-download-box:hover
{
    background: #dcdcdc;
    background-image: url('images/down-arrows.png');
    background-repeat: no-repeat;
    background-position: 145px center;
    line-height: 50%;    
}
.product-download-box-arrow-right
{
    background: #ececec;
    padding: 10px 75px 10px 5px; 
    width: 110px;
    margin-top: 5px;
    margin-right: 7px;
    background-image: url('images/right-arrows.png');
    background-repeat: no-repeat;
    background-position: 145px center;
    line-height: 50%;
    cursor: pointer;        
}

.product-download-box-arrow-right:hover
{
    background: #dcdcdc;
    background-image: url('images/right-arrows.png');
    background-repeat: no-repeat;
    background-position: 145px center;
    line-height: 50%;    
}
.text-description
{
    color:#ffffff;
}

.production-list-picture
{
    margin-left: 10px;
    margin-right: 13px;
    margin-bottom: 20px;   
    padding: 0px;
}

.alternative-download
{
	color: #93353b;	
	cursor: pointer;
}

.alternative-download:hover
{
	text-decoration: underline;
}

.hidden
{
	display:none;
}

.download-table
{
	padding: 20px;	
	margin-left: 20px;
	background-color: #dddddd;
	width: 50%;	
}

.download-table:hover
{
	background-color: #cccccc;
}

.remarks
{
	font-size: 11px;
	width: 55%;
}
	