/**
 * COLORING
 */

* {
    outline: none;
}

a img {
    border: none;
}

.clr_thumb_container {
    padding: 0 10px;
}

.clr_thumb {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #DADDE4;
    border: 1px solid #D4D8E1;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
    height: 140px;
    width: 125px;
}

.clr_large {
    -moz-box-shadow: 0 1px 2px #D1D8DF;
    border: 1px solid #D1D8DF;
    width: 500px;
    text-align: center;
    margin: 20px 0 20px 33px;
}

.clr_tags {
    margin: 0 20px;
}

.clr_tags h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    line-height: 110%;
    padding: 10px 0;
    margin-bottom: -10px;
    border-bottom: 2px solid #D3D3D3;
}

.clr_tags h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 110%;
    padding: 10px 0;
    margin-top: 10px;
}

.clr_tags a {
    color: #18558E;
}

.downloadlink_container {
    padding: 0 0 15px 33px;
    width: 300px;
}

.downloadlink_top_container {
    padding: 27px 0 0px 33px;
    width: 300px; 
}

.downloadlink{
    background-image: url('../../../../images/design/download.png') !important;
    background-position: left top;
    
    color: #fff;
    			
    height: 20px;
    width: 146px;
    
    padding: 15px 0 5px 0;
    margin: 0 5px 0 0;
    
    font-weight: bold;
    display: block;
    text-align: center;
    
    font-size: 16px;
    line-height: 90%;
    
    text-shadow: 0 1px 1px #595;
}

.downloadlink:hover {
    background-position: left 80px;
}

.downloadlink:active {
    background-position: left 40px;
}

.clr_tag_container {
    margin: 0 20px;
}

.clr_beforetext {
	position: relative;
	left: 15px;
	width: 540px;
	color: #660000;
}

.clr_aftertext {
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
}