/*****************************
 * girl-detail.css
 *****************************/

/* [div#tabs] ////////////////////////*/
#tabs {
	float: left;
	width: 325px;
}
#tabs ul {
	overflow: hidden;
	margin: 0 0 0;
	padding: 0;
	list-style: none;
}
#tabs ul li {
	overflow: hidden;
	float: left;
	background: url(../img/tabs/left.gif) no-repeat left top;
	margin: 0;
	padding-left: 8px;
}
#tabs ul a {
	overflow: hidden;
	display: block;
	float: left;
	background: url(../img/tabs/right.gif) no-repeat right top;
	padding: 5px 10px 4px;
	text-decoration: none;
	color: #333;
	font-size: 10px;
}
#tabs ul a:hover {
	color: #08d;
}
/*
#tabs ul .tab-current a {
	color: #096;
}
*/
#tabs .tab-content {
	overflow: auto;
	width: 305px;
	height: 280px;
	padding: 10px;
	background: #EDF5FF;
	border: 1px solid #aaa;
}
#tabs .current-info,
#tabs .accessibletabsanchor {
	position: absolute;
	left: -9999em;
}

/* [div.diarys] //////////////////////*/
.diarys {
}
.diarys p {
	margin: 0 0 3px;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}
.diarys p .date {
	font: bold 11px Arial;
}

/* [table.profile] ///////////////////*/
.profile {
	margin: 0 0 10px;
	border-collapse: collapse;
}
.profile th,
.profile td {
	padding: 3px 5px;
	border: 1px solid #ccc;
}
.profile th {
	width: 120px;
	background-color: #FFFF99;
}
.profile td {
	background-color: #EDF5FF;
}

/* [img.thumbItems] //////////////////*/
img.thumbItems {
	cursor: pointer;
}
img.thumbItems:hover {
	opacity: 0.6;
}

/* [.invisi] //////////////////*/
.invisi {
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
}
