/*
	ronzine.net
	styleComm.css
*/


.adRect {
	margin:		10px 9px 10px 10px;
	_margin:	10px 10px 10px 5px;
	*padding-bottom:	10px;
	_padding-bottom:	0;
	width:	 301px;
	height:	 250px;
}

#magdeli img {
	margin-top: 5px;
}

div.news {
	height:	160px;
	overflow-y: scroll;
}

div.news p {
	border-bottom:	#ccc solid 1px;
}

/*
	site page
*/
#siteSortMenu {
/*	width:	168px;
*/
	margin:	10px auto 0 auto;
	border-style:	none;

	_position: relative;
	_left: 40px;
}

#siteSortMenu.sortNone {
	display:	none;
}

#siteSortMenu a {
	border:	1px solid #ccc;
	border-color: #e0e0e0 #a0a0a0 #a0a0a0 #e0e0e0;
	padding:	2px;
	display:	block;
	width:	80px;
	_width:	95px;
	background-color:	#fff;
	font-size:	11px;
	float:	left;
}

#siteSortMenu a:link,
#siteSortMenu a:visited {
	color: #333;
}
#siteSortMenu a:hover {
	color: #666;
}

#siteSortMenu a.selSort {
	background-color:	#eee;
	border-color: #a0a0a0 #c0c0c0 #c0c0c0 #a0a0a0;
}

.gplus1 {
	margin:	0 0 0 8px;
	height:	25px;
	float:	left;
}

/*
	authers
*/
.headerRow td.sorted {
	line-height: 95%;
}

span.triangle {
	color:	#a22;
	font-size:	85%;
}

/*
	link
*/
div.arrowTriangle {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #a22;
}
* html div.arrowTriangle {/*ie6*/
	width:1px;
	height:10px;
	display: none;
}

div.arrowBar {
	width: 2px;
	height: 30px;
	background-color: #a22;
	margin: 0 auto;
}
* html div.arrowBar {/*ie6*/
	height: 1px;
	display: none;
}

/*eof*/