@CHARSET "UTF-8";
.delete_tag{
	color: #009baf;	
}
#add_tag{
	display:none;
}
.tag{
	overflow:hidden;
	padding:10px;
	border-bottom:1px dotted #ccc;
}
.tag_left{
	float:left;
	text-align:center;
	padding:5px;
	width:128px;
	word-wrap: break-word;
}
.tag_right{
	float:left;
	width:365px;
	word-wrap: break-word;
}


h2{
	font:31px/34px 'ralewayregular', Arial, Helvetica, sans-serif;
}
h2 a{
	color: #11B8D3;
}
.avatar > img{
    max-height: 95px;
}
.main-container{
	padding: 20px 0;
	width: 940px;
	min-height: 120px;
}
.main-container .displaying-info label,
.main-container .displaying-info select{
	font:14px/16px 'ralewayregular', Arial, Helvetica, sans-serif;
}
.friends-header{
	border-bottom: 1px #ccc solid;
	min-height: 110px;
}
.friends-header .avatar-container{
	float: left;
	margin-right: 10px;
	position: relative;
}
.friends-header .middle-info{
	float: left;
	width: 580px;
	margin-right: 10px;
}
.friends-header .middle-info h2{
	margin-top: 32px;
	margin-bottom: 8px;
}
.friends-header .pagination-container{
	float: right;
	text-align: right;
	padding-top: 76px;
}
.friends-contanier{
	clear: both;
	padding: 15px 0 17px 0;
}
.friends-footer{
	min-height: 20px;
	padding: 5px 0;
}
.friends-footer .footer-info-left{
	float: left;
}
.friends-footer .footer-info-right{
	float: right;
}
.ImgHolder{
	height: auto !important;
	min-height: 150px;
	text-align: center;
	min-width: 140px;
}
.carousel01 .view{
	max-width: 140px;
}
.carousel01 .view .hov{
	padding:65px 10px 0;
}
.ImgHolder img{
	max-width: 140px;
}
.pagination .page-prev, .pagination .page-next {
    background: url("/images/my_stuff/paging-arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 20px;
    padding-top: 3px;
    text-decoration: none !important;
    text-indent: -9999px;
    width: 7px;
}
.pagination a{
    background: none repeat scroll 0 0 #d2d8d9;
    border-radius: 2px;
    color: #009baf;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    height: 20px;
    margin-right: 5px;
    min-width: 18px;
    padding: 4px 1px 0 !important;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.pagination a:hover{
    background: none repeat scroll 0 0 #11b8cc;
    color: #fff !important;
    text-decoration: none !important;
}
.pagination .page-current{
    background: none repeat scroll 0 0 #11b8cc;
    border-radius: 2px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px !important;
    height: 20px;
    min-width: 18px;
    padding: 4px 1px 0;
    text-decoration: none !important;
}
.pagination .page-prev{
    background-position: 7px 6px !important;
}
.pagination .page-next{
	background-position: -7px 6px !important;
}
.friend-row{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.vip{
    background: none repeat scroll 0 0 #f26522;
    border: 1px solid #ffbf56;
    font: 10px/12px "ralewaybold",Arial,Helvetica,sans-serif;
    height: 16px;
    padding: 0 5px;
    position: absolute;
	right: -1px;
    top: 0px;
    color: #fff;
	opacity: 0.8;
}
.tags{
	padding:28px 0 0;
}
.tags h2{
	margin:0 0 17px;
	padding:0 0 0 8px;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	line-height:20px;
	border-left:4px solid #11b8cc;
}
.tags_left{
	float:left;
}
.tags_box{
	background:#fafafa;
	width:435px;
	border:1px solid #c2c2c2;
	padding:8px 15px 10px 9px;
	margin: 0 0 8px 8px;
	float: left;
}
.tags_box img{
	float:left;
	margin:0 7px 0 0;
}
.tags_box_text{
	overflow:hidden;
}
.tags_box_text h3{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.tags_box_text span{
	display:block;
	font-size:12px;
	color:#333333;
	font-style:italic;
	margin:0 0 6px;
}
.tags_box_text p{
	margin:0px;
	padding:0px;
	line-height:normal;
}
.tags_box_text p em{
	font-size:14px;
	color:#333333;
}
.tags_box:hover, .tags_box.active{
	background:#fff2dc;
	border:1px solid #ffbf56;
}
.tag_image{
	position:relative;
}
.vip2{
	background:#f26522;
	width:27px;
	height:12px;
	border:1px solid #ffffff;
	border-radius:10px;
	position:absolute;
	left:35px;
	top:-3px;
}
.vip2 strong{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:9px;
	color:#fff;
	line-height:13px;
	font-weight:normal;
	font-family: 'ralewaybold';
}
.vip2.odd{
	left:49px;
	top:-3px;
}
.tags_right{
	float:right;
}
.tags_box_text.margin p{
	margin:0 0 7px;
	padding:0px;
}
.spacer1{
	min-height:200px;
}
.clear{
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.tag-name{
	float: left;
}
.tag-date{
	float: right;
	font:12px/14px 'ralewaymedium', Arial, Helvetica, sans-serif;
}
.tag-time-blue{
	color: #009baf;
}