/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

/* Specific to example two */

#tabs-home  { margin: 10px 0 0 0; }
#tabs-home .list-wrap { background: #eee; padding: 0px; margin:0; width:920px;  }

#tabs-home ul { list-style: none; margin:0;  }
#tabs-home ul li a { display: block; border-bottom: 0px solid #666; padding: 0px; color: #000; list-style: none;  }
#tabs-home ul li a:hover { background: #333; color: #000; }
#tabs-home ul li:last-child a { border: none; }

#tabs-home .tab { overflow: hidden; width:940px;  }
#tabs-home .tab li { width: 175px; height:40px; float: left; margin: 0 11px 0 0; list-style: none;  }
#tabs-home .tab li.last { margin-right: 0; }
#tabs-home .tab li a { display: block; padding: 0px; background: #000; color: #000; text-align: center; border: 0; font: italic normal normal 19px/40px Georgia, Times, 'Times New Roman', serif; }

#tabs-home li a.current, #tabs-home li a.current:hover { background: #c9eaed !important; color: black; }
#tabs-home .tab li a:hover, #tabs-home .tab li a:focus { background: #ec008c;}

#tabcontent { padding:20px !important; background: #c9eaed !important; min-height:340px;}
#tabcontent.tagovi a { color: #FFF !important;}
#tabcontent.tagovi a:hover { color: #FFF !important; background:#000; text-decoration:none;}

#tabs-home .novosti { background:#fff33d !important; color:#000;}
#tabs-home .ocjene { background:#ec008c !important; color:#000;}
#tabs-home .video { background:#00b8f1 !important; color:#000;}
#tabs-home .galerija { background:#8dc63f !important; color:#000;}
#tabs-home .tagovi { background:#f07704 !important; color:#000;}

#tabs-home ul.tab li.tab-one a { background: #fff33d url(images/icon-info.png) 10px 50% no-repeat !important; padding-left:30px;}
#tabs-home ul.tab li.tab-two a { background: #ec008c url(images/icon-ratings.png) 10px 50% no-repeat !important; padding-left:20px;}
#tabs-home ul.tab li.tab-three a { background: #00b8f1 url(images/icon-video.png) 10px 50% no-repeat !important; padding-left:20px;}
#tabs-home ul.tab li.tab-four a { background: #8dc63f url(images/icon-gallery.png) 10px 50% no-repeat !important; padding-left:20px;}
#tabs-home ul.tab li.tab-five a { background: #f07704 url(images/icon-tags.png) 7px 50% no-repeat !important; padding-left:0px;}
