/* 
	Author: Axl Mulat
	Site: http://istockphp.com
*/
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0; 
	padding:0
}
div#scroll_block {
	width: 250px;
    height: 800px;
    overflow:hidden; /* hide the scroll bar*/
	margin: 0px auto 0 auto;
	background:#F9F9F9;
	position:relative;
} 
div#scroll_content {
    height: 160px;
    width: 235px;
	position:relative;
} 
div#scrollbar_holder {
   	background: #ced0d3;
	border-radius:0px;
	float: right; 
    width: 10px;
	position:absolute;
	margin-right: 3px;
	right:0;
}
div#content {
	padding: 0 5px 0 4px;
}
div.scrollbar {
	background:#068080;
	border-radius:0px;
	width: 10px;
	top:0;
}


.download_box{border:#ccc 1px solid; padding:10px 10px 10px 10px; border-radius:5px; overflow:hidden; margin:10px 10px 0px 0px; background:#902107!important;}
.download_box .left_sec{width:550px; float:left; font-family:"Open Sans"; font-size:16px; font-weight:bold; text-align:left; color:#fff; padding:5px 0px 0px 0px; line-height:28px;}
.download_box .left_sec span{font-family:"Open Sans"; font-size:12px; font-weight:bold; text-align:left; color:#2a4879;}


.download_box .img{float:left; padding-right:15px;}






.pdf_download{ width:110px; float:right; margin:4px 0px 0px 0px; text-align:center; color:#fff; border-radius:5px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-family:"Open Sans"; font-size:15px;

background: #e65853; /* Old browsers */
background: -moz-linear-gradient(top, #7bc7fa 1%, #42a1e2 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7bc7fa), color-stop(99%,#42a1e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7bc7fa 1%,#42a1e2 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7bc7fa 1%,#42a1e2 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7bc7fa 1%,#42a1e2 99%); /* IE10+ */
background: linear-gradient(to bottom, #7bc7fa 1%,#42a1e2 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bc7fa', endColorstr='#42a1e2',GradientType=0 ); /* IE6-9 */

}
.pdf_download a{width:110px; float:right; text-align:center; color:#fff !important; padding:5px 0px; 0px; border-radius:5px; display:block; text-decoration:none; font-family:"Open Sans"; font-size:15px; }

.pdf_download a:hover{font-family:"Open Sans"; font-size:15px; width:110px; float:right; text-align:center; color:#fff; border-radius:5px;  text-decoration:none; transition:all 3s ease;
	
background: #c13a33; /* Old browsers */
background: -moz-linear-gradient(top, #42a1e2 1%, #7bc7fa 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c13a33), color-stop(99%,#7bc7fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #42a1e2 1%,#7bc7fa 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #42a1e2 1%,#7bc7fa 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #42a1e2 1%,#7bc7fa 99%); /* IE10+ */
background: linear-gradient(to bottom, #42a1e2 1%,#7bc7fa 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a1e2', endColorstr='#7bc7fa',GradientType=0 ); /* IE6-9 */
}


