@charset "utf-8";
/* CSS Document */

.location {margin-bottom:10px; width:950px; margin-left:auto; margin-right:auto;}

.location a {float:left; margin-right:10px;}
.location a:link, 
.location a:visited, 
.location a:active {
	text-decoration: none;
	color: #7b7a7a;
}
.location a:hover {
	text-decoration: underline; 
	color:#666;
}

.location div.arrow {
	float:left;
	
	width:6px;
	height:6px;
	margin-right:5px;
	margin-top:5px;
	
	background:url(/images/location_arrow.jpg) no-repeat;
}

#content .title {position:relative; height:22px; padding-left:10px; padding-bottom:12px; background-image:url(/images/sort_bg.png); padding-top:5px; }
#content .title h1{ color:#000;}
#content .title .share_container {position:absolute; bottom:-10px; right:0px;}
#content .title .share_container a, #content .title .share_container div {float:left; margin-left:5px;}
#content .cat_title {position:relative; height:20px; padding-left:10px; padding-bottom:12px; padding-top:5px;  background-image:url(/images/cat_title_bg.png);}