/*
=== Sohu Blog Tool Bar StyleSheet File =======================
	Style Name: default
	Version: 1.0
	Author: Todd Lee
	Last Update: 2005-12-02
==============================================================
*/
/***** button *****/

.b{
	font-weight:bold;
	color: #333;
}
.b a:link,.b a:visited{ font-weight:bold;}
#tool-bar .button {
	width:42px;
	height:18px;
	background: #dfdfdf;
	cursor: pointer;
	margin: 0 0 1px 0;
	vertical-align: top;
}
/***** tool bar style *****/
#tool-bar {
	height: 26px;
	width: auto;
	font-size:12px;
	background: white url(images/bg.png) top repeat-x;
	padding: 5px 5px 0;
	border-bottom: 1px solid #ccc;
}
.decoration a:link,.decoration a:visited{
	text-decoration: underline;
}
#tool-bar img{ 
    margin:0;
    padding:0;
}
/***** logo style *****/
#tool-bar #sohu-blog-logo {
	float: left;
	margin-right: 6px;
}
#tool-bar #sohu-blog-logo img {
}
/***** user tools style *****/
#tool-bar #user-tools {
	float: left;
	font-size:12px;
	margin-top: 2px;
}
#tool-bar #user-tools div, #tool-bar #user-tools div div, #tool-bar #sys-tools div, #tool-bar #sys-tools div div {
	float: left;
}
#tool-bar #user-tools a, #tool-bar #user-tools span, #tool-bar #user-tools .linkbox {
	margin: 0 5px;
}
#tool-bar #user-tools .linkspace {
	padding-top: 3px !important;
	padding-top: 1px;
}
#tool-bar #user-tools .more {
	width: 7px;
	height: 9px !important;
	height: 10px;
	background: url(images/arrow.gif) left center no-repeat;
	margin: 3px 0 2px!important;
	margin: 2px 0 2px;
}
#tool-bar #user-tools .link-arrow-disable .more {
	width: 7px;
	height: 9px !important;
	height: 10px;
	background: url(images/arrow_disable.gif) left center no-repeat;
	margin: 3px 0 2px!important;
	margin: 2px 0 2px;
}
/***** system tools style *****/
#tool-bar #sys-tools {
	float: right;
	margin-top: 2px;
}
#tb_addon{ 
    float:left; 
	width:28%;
	padding:5px 10px 0 10px;
}
#tb_addon a:link,#tb_addon a:visited{ 
    color:#FF0000
}
#tb_search{
	float:left;
}
/***** search tools style *****/
#tool-bar #search-tools {
	float: right;
	margin-right: 12px;
	margin: 2px 0 0 0;

}
#tool-bar #search-tools input, #tool-bar #sys-tools select {
	border: none;
}
#tool-bar #search-tools .text {
	width: 95px;
	background: #d4d4d4;
}
#tool-bar #search-tools .button {
	height: 15px;
}

/***** menu div style *****/
#tool-bar .menu-iframe, #tool-bar .menu-div {
	position: absolute;
	visibility: hidden;
}
.menu-div {
	z-index: 100;
	width: 80px;
	border: 2px solid #ccc;
	padding: 2px;
	background-color: white;
}
.menu-div, .menu-div a, .menu-div td {
	color: #7e7e7e;
}
.menu-div a {
	text-decoration: underline;
}
.menu-div a:hover {
	color: #CD5F60;
	text-decoration: underline;
}
.menu-div input, .menu-div select, .menu-div textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 120%;
	margin: 0px;
}
.menu-div textarea {
	padding: 2px;
	background-color: white;
	border: 1px solid #cecece;
}
.menu-div select {
	background-color: white;
	border: 1px solid #cecece;
}
.menu-div input.text {
	height: 18px;
	line-height: 16px;
	background-color: white;
	border: 1px solid #cecece;
}
.menu-div input.text-error {
	height: 18px;
	line-height: 16px;
	padding: 0px 2px 0px;
	background-color: white;
	border: 1px solid red;
}

.menu-div input.button-submit {
	color: white;
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: #F03309;
	border: 1px solid #cecece;
	cursor: pointer;
}
.menu-div .redfont {
	color: #F03309;
}
.menu-div .notice {
	background-color: #ffffe1;
	border: 1px solid #ccc;
	padding: 5px;
}
.menu-div div {
	width: 92%;
}
/*־ɾȷʾ*/
  .clue_to{
 width:260px;
 position:absolute;
 padding:18px 0px 0px 0px;
 border:1px solid #ddd;
 text-align:center;
 background:#fff;
}
.clue_to p input{
 width:80px;
 height:26px;
}
.clue_to p{
 margin-bottom:18px;
}
.clue_to p.color1{
 font-size:16px;
 font-weight:bold;
}
.clue_to p.color2{
 font-size:14px;
 color:#3366CC;
}
/*־ɾȷʾ*/