/* CSS */
/* ------ CSS by owystyle ----------------- */


/* ---------------------------------------- */
	.clear {
		clear: both;	
	}
	
	.border {
		border: 1px #171717 solid;
		margin: 2px 0;
	}
	
	a.more {
		color: #e19c00;
		padding: 2px 5px;
		margin:0px;
		text-decoration: none;
	}
	a.more:hover {
		color: #000;
		background-color: #e19c00;
	}
	
	a.link {
		color: #c3c6cc;
		text-decoration: none;
	}
	a.link:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	.float_left {
		float: left;	
	}
	
	.float_right {
		float: right;	
	}
	
	.pt10 {
		padding-top: 5px;
	}
/* ---------------------------------------- */
	.box_title {
		width: 180px;
		height: 32px;
	}
	.box_title span {
		display: none;
	}
	
	.box_main {
		width: 180px;
		background-color: #171717;	
	}
	.box_main div {
		padding: 5px;
	}
/* ---------------------------------------- */
	.title {
		height: 32px;
		width: 501px;
		background: #000 url(../images/bg_title.gif) repeat-x;
	}
	
	.news span {
		height: 32px;
		width: 180px;
		display: block;
		text-indent: -1000em;
		background: #000 url(../images/dt_news.jpg) no-repeat;
	}
	
	.links span {
		height: 32px;
		width: 180px;
		display: block;
		text-indent: -1000em;
		background: #000 url(../images/dt_links.jpg) no-repeat;
	}
	.babes span {
		height: 32px;
		width: 180px;
		display: block;
		text-indent: -1000em;
		background: #000 url(../images/babe_watch.jpg) no-repeat;
	}
/* ---------------------------------------- */
	.news_entry {
		width: 487px;
		padding: 7px;
		background-color: #171717;
		margin: 2px 0;
	}
	
	.news_title {
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.news_left {
		float: left;
		width: 90px;
	}
	
	.news_right {
		float: left;
		width: 387px;
		margin-left: 10px;
	}
/* ---------------------------------------- */	
	.babes_entry {
		width: 487px;
		padding: 7px;
		background-color: #171717;
		margin: 2px 0;
	}
	
	.babes_title {
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.babes_left {
		float: left;
		width: 90px;
	}
	
	.babes_right {
		float: left;
		width: 387px;
		margin-left: 10px;
	}
/* ---------------------------------------- */	
	.links_title {
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.links_left {
		float: left;
		width: 90px;
	}
	.links_right {
		float: left;		
		margin-left: 0px;
	}
/* ---------------------------------------- */
	.iWheel {
		height: 22px;
		background: #171717 url(../images/iWheel.gif) top left no-repeat;
		font-weight: bold;
		
		padding: 10px 0 0 40px;
	}
/* ---------------------------------------- */
	.orange {
		font-family: Tahoma, sans-serif; font-size: 11px; color: #e19c00; font-weight:normal; 
	}

	
/* ---------------------------------------- */
	.show {
 		display: inherit;
 	}
	
	.pointer { 
		cursor: pointer; 
	}	
	
   .hide {
		display: none;
	}