a{
color:#000000;
}
#item_manage ul{
	margin: 2px 0 0 5px;
	padding:0px;
}
#item_manage li{
	height:25px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#search_browse_image{
	clear:both; 
	width:175px;
	margin:20px auto;
	line-height:35px;
	text-align:center;
}
#left_photo{
	float:left; 
	width:200px;
	padding-left:8px
}
#search_browse_option{
margin:0px;
padding:0px;
}
#search_browse_option li{
	height:20px;
	width:auto;
	float:left;
	padding:10px 10px 0 10px;
	list-style:none;
}
.item_type{
	width:220px;
	background:#CCCCCC;
}
.item_type ul{
	padding:0px;
	margin:0px;
}
.item_type li{
	height:25px;
	list-style:none;
	padding:0px;
	margin:0px;
}
#item_right{
	float:left;
	width:100%; 
}
#all_item_title{
	width:100px; 
	float:left;
	font-size:14px;
	line-height:35px;
}
#upload_photo{
	float:left;
	line-height:35px;
	margin:12px 0 0 10px;
}
#item_list{
	clear:both;
}
#item_list li{
	float:left;
	width:120px;
	margin-left:30px;
}
#item_list ul{
	padding:0px;
    clear:both;
	margin:0px;
	list-style:none;
}
#public_item_1{
	float:left;
	width:280px;
	border-bottom:#666666 1px dotted;
}
#public_item_2{
	float:left;
	width:190px;
}
#public_item_3{
	float:left;
	width:70px;
	border-bottom:#666666 1px dotted;
}
#item_list{
width:535px;
height:auto;
}
#line_dashed{
	/*
	line-height:20px; 
	border-bottom:#666666 1px dashed;
	margin-top:5px;
	*/
}
#list_control{
/*float:;*/
width:100%;
/*display:none;*/
}
#list_control ul{
list-style:none; 
margin:0px; 
padding:0px;
text-align:center;
}
#list_control li{ 
margin:5px 0 0 0; 
width:30px;
padding:0px;
}
.sec1{
background:#CCCCCC;
cursor:pointer;
}
.sec2{
background:#FFFFFF;
border:#CCCCCC 1px solid;
cursor:pointer;
}
#title_option{
	margin:0px;
	padding:0px;
}
#title_option li {
	float:right;
	width:70px;
	text-align:center;
	line-height:25px;
	list-style:none;
}

.ray_color{
background-color:#CCC;
}
.hidecontent 
{
display:none;
}
.showcontent 
{
display:block;
}
.content_back_color {
	
	background-color: #CCC;
	text-decoration: none;
	color: #000000;
	display: block;
	cursor:pointer;
}
.content_FFF_color {
	border:1px #CCCCCC solid;
	border-bottom:#FFFFFF 1px solid;
	background-color: #FFF;
	text-decoration: none;
	color: #000000;
	display: block;
	cursor:pointer;
}
#edit_item_attribute{
 zIndex:999;
 /*height:240px; */
 width:578px;
 border:#999999 1px solid;
 position:absolute;
background-color:#FFFFFF;
 /*top:50%;
 left:50%;*/
 margin-top:-80px;
 margin-left:-237px;

}
#item_transmit{
 zIndex:1000;
 /*height:240px; */
 width:578px;
 border:#999999 1px solid;
 position:absolute;
background-color:#FFFFFF;
 /*top:50%;
 left:50%;*/
 margin-top:-80px;
 margin-left:-237px;

}
#show_quote_attribute
{
 height:225px; 
 width:500px;
 border:#999999 1px solid;
 position:absolute;
 background-color:#FFFFFF;
 top:50%;
 left:50%;
 margin-top:-100px;
 margin-left:-237px;
}
#item_relative_div
{
 /*height:225px;*/ 
 width:500px;
 border:#999999 1px solid;
 position:absolute;
 background-color:#FFFFFF;
  top:50%;
 left:50%;
 margin-top:-100px;
 margin-left:-237px;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive .tabbertab ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.tabberlive .tabbertab li {
	line-height:20px;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
#item_list_out{
 width:170px;
 /*height:200px;*/ 
 float:left;
 margin:3px;
 border:1px dotted #999;
}
#item_list_img{
	margin-left:10px;
}
bottom{
cursor:pointer;
}
.bottom1{
font:normal 12px Verdana;color:#333333;border:1px solid #666666;background:#ffffff; width:68px; height:20px
}

.bottom2{
font:normal 12px Verdana;color:#333333;border:1px solid #666666;background:#ffffff; width:55px;  height:20px
}

.bottom3{
font:normal 12px Verdana;color:#333333;border:1px solid #666666;background:#ffffff; width:33px;  height:20px
}