
/*
                                                 
-> Project: najboljeknjige.com                    
-> Author: Igor Gotal-Luksa / Dobbin			 
-> Copyright (c) 2010: Dobbin
                   							                         
*/

	.hidden {
		display: none;
	}

	
/* TEXTUAL PAGES
----------------------------------------------------------------------------*/

	.textual-page-block p {
		font: normal 1.25em/145% Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		margin-bottom: 20px;
		width: 860px;
		margin-left: 30px;
		}
		
	.textual-page-block p a {
		color: #d75115;
		text-decoration: underline;
		}
		
	.textual-page-block p a:hover {
		text-decoration: none;
		}
		
	.textual-page-block h3 {
		font: normal 2.4em/145% "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		color: #d75115;
		margin: 0 0 20px 30px;
		border-bottom: 1px dotted #919191;
		padding-bottom: 5px;
		width: 860px;
		}
		
	.textual-page-block h4 {
		font: bold 1.3em/145% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		margin-left: 30px;
		padding-bottom: 3px;
		}
		
			
/* BOOK TRAILERS
----------------------------------------------------------------------------*/

	#trailers-inner-wrapper {
		padding-left: 30px;
		}

	.book-trailer-block {
		float: left;
		border: 1px solid #cfdbe1;
		background: #f5f8f9 url("../../assets/images/trailer_block_bg.gif") bottom right no-repeat;
		padding: 10px 10px 0 10px;
		display: block;
		margin: 0 20px 10px 0;
		height: 155px;
		border-radius: 3px;  
		-moz-border-radius: 3px;  
		-webkit-border-radius: 3px; 
		width: 390px;
		}
	
	.trailer-thumbnail {
		float: left;
		width: 160px;
		margin-right: 20px;
		}
		
	.trailer-details {
		float: right;
		width: 210px;
		}
	
	.book-trailer-block h3 {
		font: bold 1.2em/125% Verdana, Arial, Helvetica, sans-serif !important;
		border: none;
		margin: 0 0 10px 0 !important;
		padding: 0px !important;
		max-width: 160px;
		}
		
	.trailer-thumbnail-homepage {
		width: 300px;
		margin-bottom: 5px;
		padding: 0 0 25px 0;
		background: #000 url("../../assets/images/fake_player.gif") bottom right no-repeat;
		}
		
		
/* QUOTATIONS
----------------------------------------------------------------------------*/

	.quotation-title {
		font: normal 1.4em/145% "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 10px 15px;
		color: #d75115;
		}
		
	.quotation-text {
		font: italic 1.3em/145% Georgia, "Times New Roman", Times, serif;
		margin: 0 0 10px 15px;
		color: #000;
		}
		
		
		


