BODY{
	background:#fff;
	color:#767573;
	font-size:12px;
	font-family:arial;
	border-color:#999999;
}

img{
	border:0;
}

A{
	cursor:pointer;
	color:#ACC722;
	border:0;
}

A.none {
	cursor:pointer;
	color:#767573;
	text-decoration:none;
}


UL{
	list-style:url('../images/bullet.gif');
}

UL *{
	text-align:right;
	direction:rtl;
}

.wrapper{
	position:relative;
	width:991px;
	height:auto;
	margin:0 auto;
}

.inner_div{
	float:right;
	position:relative;
	width:971px;
	padding:15px;	
	background:url('../images/main_bg.gif') no-repeat 50% 0;
}

.strip{
	position:relative;
	width:100%;
	background: url('../images/menu_strip.gif') repeat-x 0 -2px;
	height:14px;
	font-size:0;
	bottom:4px;
}

.top{
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:7px;
}

.menu{
	position:relative;
	height:25px;
	position:absolute;
	right:0;
	bottom:17px;
}



.menu .item{
	position:relative;
	float:right;
	/*width:100px;*/
	padding:0 12px;
	height:25px;
	line-height:25px;
	color:#757472;
	right:11px;
}


.menu A{
	text-decoration:none;
	color:#757472;
}


.menu .current{
	font-weight:bold;
	background:url('../images/tab_bg.gif') repeat-x;

}

.menu .current DIV{
	top:0;
	height:25px;
	width:8px;
	font-size:1px;
	position:absolute;
}


.menu .current .right{
	right:0;
	background:url('../images/tab_right.gif') no-repeat;
}

.menu .current .left{
	left:0;
	background:url('../images/tab_left.gif') no-repeat;
}

.tabs{
	width:100%;
	padding:0 0 14px;
	position:relative;
	float:right;
	z-index:1;
}


.tabs .item{
	/*width:100px;*/
	padding:0 12px;
	float:right;
	height:25px;
	line-height:25px;
	color:#757472;
	position:relative;
	text-align:center;
	cursor:pointer;
}

.tabs .strip{
	text-align:right;
	direction:rtl;
	position:relative;
	right:0;
	position:absolute;
	top:25px;
}

.tabs .current{
	font-weight:bold;
	background:url('../images/tab_bg.gif') repeat-x;
}

.tabs .current DIV{
	top:0;
	height:25px;
	width:8px;
	font-size:1px;
	position:absolute;
}

.tabs .current .right{
	right:0;
	background:url('../images/tab_right.gif') no-repeat;
}

.tabs .current .left{
	left:0;
	background:url('../images/tab_left.gif') no-repeat;
}

.tabs .disabled{
	font-weight:bold;
	background:url('../images/dis_tab_bg.gif') repeat-x;
}

.tabs .disabled DIV{
	top:0;
	height:25px;
	width:8px;
	font-size:1px;
	position:absolute;
}

.tabs .disabled .right{
	right:0;
	background:url('../images/dis_tab_right.gif') no-repeat;
}

.tabs .disabled .left{
	left:0;
	background:url('../images/dis_tab_left.gif') no-repeat;
}

.pic IMG{
	border:1px solid #BBD333;
	float:right;
	margin:10px 0 10px 10px;
}


.customers{
	float:left;
	width:256px;
	position:relative;
	left:28px;
	margin:5px 0 0 0;
}

 .sticky_list .item .img{
	width:76px;
	height:70px;
	float:right;
	margin:0 0 0 3px;
	background:#fff;
}

.sticky_list .item
{
	position:relative;
	width:100%;
	min-height:75px;
	height:auto !important;
	height:75px;
	margin:3px;
	border-bottom:1px solid;
	direction:ltr;
}

.sticky_list .item .txt{
	padding:3px;
}
.sticky_list .item P
{
	margin:0;
	font-weight:bold;
}

.sticky{
	background:#EFF7C4;
	
}


.g_head{
	background:#ACC722;
	height:18px;
	line-height:18px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:0 3px;
	margin:0 0 10px;
}

.g_head A{
	color:#fff;
	text-decoration:none;
}


.details{
	width:100%;
	float:right;
}

.details H2{
	font-size:12px;
	height:20px;
	line-height:15px;
	border-bottom:1px solid
}



.details INPUT, .details TEXTAREA{
	width:130px !important;
	overflow:auto;
}


.details .input_img{
	width:auto !important;
}




.border_pic{
	border:1px solid #ACC722;
	width:130px;
	height:82px;
}

.footer{
	border-top:1px solid #999999;
	float:right;
	width:100%;
	text-align:center;
	padding:10px 0;
	font-size:10px;
	margin:24px 0;
}

.footer A{
	color:#767573;
	text-decoration:none;
	position:relative;
}

.footer B{
	color:#ACC722;
}

