/*  ClipBucket 'ClipBucketBlue' Template Theme
    --------------------------------------------------------------
	Style name:		ClipBucketBlue 
	Based on style:	ClipBucketBlue (this is the default ClipBucket style)
	Original author:	ArslanHassan
	Main Color : #53baff
    --------------------------------------------------------------
*/

@import url("body.css");
@import url("container.css");
@import url("links.css");
@import url("ajaxtabs.css");
@import url("rating_style.css");
@import url("pagination.css");
@import url("ui.tabs.css");

/* ADAPTAÇÕES */
#tabs{
	width:480px; height:33px;
	background:url(../images/nav_banner.gif) no-repeat left center;
}

#tabs .nav{margin:0 0 0 105px;}

#tabs .nav li{
	list-style-type:none;
	float:left;
}

#tabs .nav a{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0 5px 0 5px;
	margin-top:-3px;
	height:33px;
	width:7px;
	text-decoration:none;
	color:#c1c0a3;
}

#tabs .nav a:hover{color:#174959;}

#tabs .nav .selected{
	background:url(../images/nav_banner_selected.gif) 0 24px no-repeat;
	color:#174959;
}