
/*
                                                 
-> Project: najboljeknjige.com                    
-> Author: Igor Gotal-Luksa / Dobbin			 
-> Copyright (c) 2010: Dobbin
                   							                         
*/


/* ACCORDION
----------------------------------------------------------------------------*/

	.accordionWrapper {
		display: block; 
		background-color:#fff; 
		overflow: hidden;
		}
		
	.accordionWrapper img {
		vertical-align:top; 
		border:0; 
		margin:0; 
		padding:0
		}
		
	.accordionWrapper div {
		display:inline;
		float:left; 
		margin:auto;
		}
		
	.accordionWrapper div.title {
		cursor:pointer;
		}
		
	.accordionWrapper div.content {
		display:none;
		}
		
		
/* CHARTS
----------------------------------------------------------------------------*/

	#charts .set .title {
		font: normal 0.9em "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		border-radius: 3px;  
		-moz-border-radius: 3px;  
		-webkit-border-radius: 3px;
		width: 285px;
		display: block;
		padding: 5px 5px 5px 10px;
		color: #fff;
		text-decoration: none;
		margin-bottom: 2px;
		}
		
	.chart-one {
		background-color: #cd296b;
		}
		
	.chart-two {
		background-color: #8eba40;
		}
		
	.chart-three {
		background-color: #e1541a;
		}
		
	.chart-four {
		background-color: #f59c04;
		}
		
	#charts .content {
		width: 100%;
	}

	#charts .content ul {
		margin-bottom: 5px;
		}
		
	#charts .content ul li {
		padding: 5px 0 5px 45px;
		border-bottom: 1px dotted #919191;
		}
		
	#charts .content ul li a {
		text-decoration: none;
		}
		
	#charts .content ul li a:hover {
		text-decoration: underline;
		}

	#charts .content ul li span.chart-place {
		font: normal 1.8em/100% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		float: left;
		display: block;
		margin: 5px 0px 0px -35px;
		color: #9589a7;
		}
/*
		margin: 5px 10px 0px 10px;
*/
		
	#charts .content ul li a {
		font: normal 1.2em/100% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #d75115;
		}

