/*********************************************************************************
	Classes related to Video Streaming
**********************************************************************************/

.button_excerpt_wish
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_b_180.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:left;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	line-height:30px;
}
.button_excerpt_wish:hover
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_b_180_hov.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:left;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	line-height:30px;
}

.button_excerpt_wish_green
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_180.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:left;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	line-height:30px;
}
.button_excerpt_wish_green:hover
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_180_hov.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:left;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	line-height:30px;
}

.tbl_video_border
{
	border-collapse: collapse; 
	border: medium none;
}
.tb_video_heading
{
	border:1px solid #B2B2B2;
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285187;
}
.tb_video_text
{
	border:1px solid #B2B2B2;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	padding-left:10px;
}
.tb_rent_text
{
	border:1px solid #B2B2B2;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
	color: #000000;
}
.red_text
{
	color:#F00;
	font-weight:bold;
}

.login_btt_rent
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:80px;
	height:25px;
	background-position:center center;
	background:transparent url(../images/login_rent.png) no-repeat;		
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.login_btt_renthover
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:80px;
	height:25px;
	background-position:center center;
	background:transparent url(../images/login_rent_hov.png) no-repeat;		
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}

.registration_top_vid
{
	background-image:url(../images/register_head_vid.png);
	background-repeat:no-repeat;
	width:600px;
	height:57px;
}
.registration_center_vid
{
	background-image:url(../images/register_center_vid.png);
	background-repeat:repeat-y;
}
.registration_bottom_vid
{
	background-image:url(../images/register_bottom_vid.png);
	background-repeat:no-repeat;
	width:600px;
	height:16px;
}
.video_line
{
	background:url(../images/video_line.jpg);
	background-repeat:repeat-x;
	background-position:left;
	height:1px;
}
.video_sub_line
{
	background:url(../images/video_sub_line.jpg);
	background-repeat:repeat-x;
	background-position:left;
	height:1px;
}
#video_background
{
	background:url(../images/video_background.png) no-repeat;
	background-position:left ;
	width:80px;
	height:80px;
}
#video_background:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
}
/*** For IE 7 and up ***/

#ie7andup_video_background #video_background 
{
	background:url(../images/video_background.png) no-repeat;
	background-position:left ;
	width:80px;
	height:80px;
}
#ie7andup_video_background #video_background:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
}

/*** For IE 6 ***/

#ie6only_video_background #video_background 
{
	background:url(../images/video_background.png) no-repeat;
	background-position:left ;
	width:80px;
	height:80px;
}
#ie6only_video_background #video_background:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
}

.video_backgroung_img
{
	width:74;
	height:73;
	margin-left:3px;
	margin-top:4px;
	border:none;
	/*border: 3px solid #acc1cf;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-khtml-border-radius: 6px;  
	border-radius: 3px solid #acc1cf;
	behavior: url(http://localhost/style/border-radius.htc); */
}
.video_text 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #285187;
}
/*Classes written on 22nd September, 2010*/

.upload_title_music
{
 padding-bottom:0px;
 padding-left:10px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:15px;
 font-weight: bold;
 color: #285187;
 text-align:left;
}

.registration_top
{
	background-image:url(../images/register_head.png);
	background-repeat:no-repeat;
	width:450px;
	height:56px;
	background-position:center bottom;
	
}
.registration_center
{
	background-image:url(../images/register_center.png);
	background-repeat:repeat-y;
	background-position:center;
}
.registration_bottom
{
	background-image:url(../images/register_bottom.png);
	background-repeat:no-repeat;
	width:450px;
	height:21px;
	background-position:center top;
}
.registration_top_old
{
	background-image:url(../images/register_head_old.png);
	background-repeat:no-repeat;
	width:390px;
	height:56px;
	background-position:center bottom;
	
}
.registration_center_old
{
	background-image:url(../images/register_center_old.png);
	background-repeat:repeat-y;
	background-position:center;
}
.registration_bottom_old
{
	background-image:url(../images/register_bottom_old.png);
	background-repeat:no-repeat;
	width:390px;
	height:21px;
	background-position:center top;
}
.registration_top_org
{
	background-image:url(../images/register_head_org.png);
	background-repeat:no-repeat;
	width:529px;
	height:56px;
}
.registration_center_org
{
	background-image:url(../images/register_center_org.png);
	background-repeat:repeat-y;
}
.registration_bottom_org
{
	background-image:url(../images/register_bottom_org.png);
	background-repeat:no-repeat;
	width:529px;
	height:21px;
}
.registration_left
{
	background-image:url(../images/register_left.png);
	background-repeat:repeat-y;
	background-position:left;
}

.registration_right
{
	background-image:url(../images/register_right.png);
	background-repeat:repeat-y;
	width:6px;
	background-position:right;
}

.profilet_1
{
	background-image:url(../images/profilet_1.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:21px;
	width:15px;
}	
.profilet_2
{
	background-image:url(../images/profilet_2.png);
	background-repeat:repeat-x;
	height:48px;
	width:6px;
}	
.profilet_3
{
	background-image:url(../images/profilet_3.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:21px;
	width:15px;
}	
.profileb_1
{
	background-image:url(../images/profileb_1.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:21px;
	width:15px;
}		
.profileb_2
{
	background-image:url(../images/profileb_2.png);
	background-repeat:repeat-x;
	height:22px;
	width:6px;
}		
.profileb_3
{
	background-image:url(../images/profileb_3.png);
	background-repeat:no-repeat;
	height:22px;
	width:15px;
}			
.profile_left
{
	background-image:url(../images/profile_left.png);
	background-repeat:repeat-y;
	background-position:right;
	height:9px;
	width:15px;
}			
.profile_right{
	background-image:url(../images/profile_right.png);
	background-repeat:repeat-y;
	height:8px;
	width:15px;
}	
.login_title_itemised_sale
{
	padding-bottom:0px;
	padding-left:42px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #285187;
}
.medium_textblue_time {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #285187;
	padding-left:1px;
}
.button_excerpt
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_180.png) no-repeat;
	background-position:center center;
	font-size:15px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	line-height:30px;
}
.button_excerpt:hover
{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;

	background:transparent url(../images/button_180_hov.png) no-repeat;
	background-position:center center;
	font-size:15px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	line-height:30px;
}
.search_top
{
	background-image:url(../images/search_top.png);
	background-repeat:no-repeat;
	height:52;
}
.search_bottom
{
	background-image:url(../images/search_bottom.png);
	background-repeat:no-repeat;
	height:15;
}
.search_center
{
	background-image:url(../images/search_center.png);
	background-repeat:repeat-y;
	background-position:top;
}
/*End of Classes written on 22nd September, 2010*/
.big_button{
 display:block;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 width:401px;
 height:36px;
 padding-top:14px;
 background-position:center center;
 background:transparent url(../images/big_button.png) no-repeat;
 font-size:17px;
    letter-spacing:0px;
 overflow:hidden;
 font-weight:bold;
 color:#444343;
 text-align:center;
 text-decoration:none;
 border:0px;
 cursor:pointer;
}
.big_button:hover{
 display:block;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 width:401px;
 height:36px;
 padding-top:14px;
 background:transparent url(../images/big_button_hov.png) no-repeat;
 font-size:17px;
    letter-spacing:0px;
 overflow:hidden;
 font-weight:bold;
 color:#444343;
 text-align:center;
 text-decoration:none;
 border:0px;
 cursor:pointer;
}



.small_icon {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	color: #4e741b;
	text-align: center;
}
.small_icon:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	color: #000000;
	text-align: center;
}
.small_iconimg{
	vertical-align:baseline;
	align:center;
	
}
.forget_pass{
	width:240px;
	height:22px;
	background: url(../images/forget_inputbox.jpg) no-repeat;
	font-size:12px;
	color:#646464;
	border:0px;
	padding:2px 0px 0px 0px;
}
.fgorangetext{
	color:#d05b02;
	font-family: "Trebuchet MS", arial,helvetica,clean,sans-serif;
	font-size:12px;
	font-weight:bold;
}
.alert {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
}
.alert_black
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.alert_blue
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285187;
}
.alert1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
.txtbox {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#646464;
	background: url(../images/login_box.jpg) no-repeat;
	border:0px;
	height:22px;
	width:146px;
	padding:0px 0px 0px 0px;
}
.txtbox_tellfriend {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#646464;
	background: url(../images/login_box.jpg) no-repeat;
	border:0px;
	height:22px;
	padding:4px 0px 4px 0px;
}
.txtbox_o {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:175px;
	color:#646464;
	background: url(../images/login_box.jpg) no-repeat;
	border:0px;
	padding:2px 0px 0px 0px;
}

.txtbox_writing {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#646464;
    border:1px solid #999999;
    background-color:#F6F6F6;
}
.boldtxt
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #285187;
}
.boldtxt_black
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.login_icon
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style: normal;
	text-decoration:none;
	font-weight:normal;
	color: #d05b02;
	text-align: center;
	}
.login_icon:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style: normal;
	text-decoration:none;
	font-weight:normal;
	color: #000000;
	text-align: center;
	}

a:link {
	text-decoration: none;
}
.search {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bolder;
	color: #285187;
}
.searchinput.box {
	font-size:12px;
	font-weight:normal;
	border-style:none;
	border-collapse:0px;
	
}
.sign_intitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #03C;
}
.cancle{
	padding-right:5px;
	vertical-align:bottom;
}
.login_title {
	padding-bottom:0px;
	padding-left:4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #285187;
}
.login_title_pop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #285187;
	text-align:center;
}
.login_title1 {
	padding-bottom:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #285187;
}
.my_account {
	padding-bottom:0px;
	padding-left:7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #285187;
}
.my_accountlink{
	padding-bottom:0px;
	padding-left:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #6E9539;
	}
.my_accountlink:hover {
	padding-bottom:0px;
	padding-left:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #000000;
}
.search_title {
	padding-bottom:0px;
	padding-left:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #285187;
}
.search_title12 {
	padding-bottom:0px;
	padding-left:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	background-image:url(../images/arrow_1.png);
	background-position:right top;
	background-repeat:no-repeat;
	font-weight: bold;
	color: #285187;
}
.search_text {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d05b02;
}

.search_text:hover{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.signin_text {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #285187;
}
.signin_text_blue
{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285187;
}
.signin_text1
{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #285187;
}
.signin_text1_black
{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.signin_text2 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #285187;
}
.reg_text
{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285187;
}
.reg_text_blue{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#00F;
	text-decoration:underline;
}
.tellfriend_text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285187;
	padding-right:3px;
	}	
	
.tellfriend_text1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	padding-right:3px;
	margin-bottom:10px;
	color: #285187;
	}	
.orange_alert {
	padding-bottom:0px;
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#C00;
}
.login_text1 {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.welcome{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #565656;
}
.reg_blue {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:  #285187;
}
.reg_orange {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:  #d05b02;
}
.login_text4 {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.med_black {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #333;
}
.med_black_bold {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #333;
}
.login_text2 {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
}
.login_text2:hover{ 
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.upload_text {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #d05b02;
}
.upload_text_blue
{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #285187;
}
.orange_reg {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
}
.reg_orange {
	padding-left:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d05b02;
}
.reg_orange:hover{ 
	padding-left:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.reg_orange1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #d05b02;
}
.reg_orange1:hover{ 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #000000;
}
.orange_text {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #d05b02;
}

.orange_text:hover{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #000000;
}

.login_text3 {
	padding-left:80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
	text-align:right;
}

.login_text3:hover{
	padding-left:80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align:right;
}
.m_green{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #6E9539;
	}
.m_green:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #000000;
}
.normal_text {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.normal_text1 {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #000;
}
.normal_text3 {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
.normal_textblue {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #285187;
}
.medium_textblue {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #285187;
}
.footer_green {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #396f05;
}
.footer_green:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.footer_black {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #000;
}
.body_tline
{
	background-image:url(images/body_tline.png);
	background-repeat:no-repeat;
	background-position:left;
}
.image_textblack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.image_textblack1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #565656;
}
.medium_textblue1 {
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #285187;
}
.pagenext
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	/*padding-top:1px;*/
	font-weight: bold;
	color: #6E9539;

	}
.page_greentext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #285187;
}
.page_greentext:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #000000;
}
.pagination
{
	background-position:bottom;
}
.image_textorange 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
}
.image_textorange:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
.logout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #4e741b;
}
.bodytext_h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6e9539;
	text-decoration:none;
}
.bodytext_h1:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
.bodytext_green1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6e9539;
	text-decoration:none;
}
.bodytext_greenmsg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6e9539;
	text-decoration:none;
}
.bodytext_bluemsg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #285187;
	text-decoration:none;
}
.searchtext_h1 {
	display:block;
	background-repeat:no-repeat;
	width:95px;
	height:23px; 
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/rele1.png);
}
.searchtext_h1:hover {
	display:block;
	background-repeat:no-repeat;
	width:95px;
	height:23px;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/rele_hov1.png);
}
.searchtext_h1_selected {
	display:block;
	background-repeat:no-repeat;
	width:95px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/rele_hov1.png);
}
.searchtext_h2 {
	display:block;
	background-repeat:no-repeat;
	width:101px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/most_rec1.png);
}
.searchtext_h2:hover {
	display:block;
	background-repeat:no-repeat;
	width:101px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/most_rec_hov1.png);
}
.searchtext_h2_selected{
	display:block;
	background-repeat:no-repeat;
	width:101px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/most_rec_hov1.png);
}

.searchtext_h3 {
	display:block;
	background-repeat:no-repeat;
	width:130px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/most_dow1.png);
}
.searchtext_h3:hover{
	display:block;
	background-repeat:no-repeat;
	width:130px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/most_dow_hov1.png);
}
.searchtext_h3_selected{
	display:block;
	background-repeat:no-repeat;
	width:130px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/most_dow_hov1.png);
}
.searchtext_h4 {
	display:block;
	background-repeat:no-repeat;
	width:113px;
	height:23px; 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/highest1.png);
}
.searchtext_h4:hover {
	display:block;
	background-repeat:no-repeat;
	width:113px;
	height:23px; 		
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/highest_hov1.png);
}
.searchtext_h4_selected{
	display:block;
	background-repeat:no-repeat;
	width:113px;
	height:23px; 	 	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/highest_hov1.png);
}
.rate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:7px;
	font-weight:normal;
	color: #d05b02;
}
.rate:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:7px;
	font-weight:normal;
	color: #000000;
}
.rate1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:7px;
	font-weight:normal;
	color: #d05b02;
}
.body_bluetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285187;
}
.body_greentext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6E9539;
}
.body_blacktext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/*Code for background image left aligned. Done by Karthika on July 02, 2010 */
.background_image
{
	padding-left:10px;
	width:160px;
	height:120px;
	display:block;
	border:0px;
	cursor:pointer;
}
.background_image_personal_info
{
	padding-left:15px;
	width:130px;
	height:130px;
	display:block;
	border:0px;
	cursor:pointer;
}
/*End of Background Image*/	
.creator_green {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #6E9539;
	text-decoration:none;
}
.bighead_green{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6E9539;
	text-decoration:none;
	}
.creator_green1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #6E9539;
	text-decoration:none;
}
.creator_green:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.creator_blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #285187;
}
.creator_blue1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;
	font-weight:bold;
	color: #285187;
}
.creator_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d05b02;
	text-decoration:none;
}
.creator_name:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.body_textblack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-weight: bold;
	color: #000;
}

.body_textblack1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-weight:normal;
	line-height:23px;
	color: #000;
}

.body_readmore {
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
	margin:0px;
	padding:0px;
	display:inline;
}
.body_readmore:hover{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding:0px;
	display:inline;
	}
.body_readmore_blue
{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00F;
	margin:0px;
	padding:0px;
	display:inline;
}
.body_readmore_blue:hover
{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding:0px;
	display:inline;
}
.body_readmore_green
{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6E9539;
	margin:0px;
	padding:0px;
	display:inline;
}
.body_readmore_green:hover
{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding:0px;
	display:inline;
}
.numb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #6E9539;
}
.normal_orange
{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
	margin:0px;
	padding:0px;
	display:inline;
}
.normal_blue
{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285187;
	margin:0px;
	padding:0px;
	display:inline;
}
.normal_blue_h1
{
	padding-right:70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #285187;
	margin:0px;
	padding:0px;
	display:inline;
}
body_line
{
	background-image:url(images/line_sep.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:650px;
}
.border_crv
{
	border-radius: 4em;
	border-color:c9c9c9;
	border-top-left-radius:     4em;
	border-top-right-radius:    4em;
	border-bottom-right-radius: 4em;
	border-bottom-left-radius:  4em;
}
.faq_bluetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #285187;
}
.faq_orangeh1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #d05b02;
	padding-bottom:8px;
}

/*Classes for assets_detail.php*/
.reg_text_black
{
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.reg_text_black_normal
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.creator_name_green
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6E9539;
	text-decoration:none;
}
.creator_name_green:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
/*End for assets_detail.php*/

.tdtext_banner
{
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-align:justify
}

/*Classes for Contact US*/
.tdtext_h1_blue
{
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #285187;
}
.contact_textorange 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d05b02;
}
.contact_textorange:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

/*End of Classes for Contact US*/

/*Classes for FAQ*/
.faq_h1_blue
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #285187;
	padding-bottom:8px;
}
.faq_blacktext 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color:#000;
}

.faq_orange 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #d05b02;
	text-decoration:none;
}
/*End of Classes for FAQ*/


#InfoPanel_left {
	width: 390px;
}

#content_left1 {
	width: 590px;
}

.contactform label {
	width: 130px;
}
<!--________________________star.css________________-->
/*
#Author	: Supriya Behl / Pranav Tiwari / Vishal Hira 
#FileName : star_rating.css
#This is a stylesheet file. It will giving star rating 
*/
.rating{
width:120px;
height:20px;
margin:0 0 0px 0;
padding:0;
list-style:none;
clear:both;
border:3px solid #F00;
position:relative;

}
ul.rating li {
cursor: pointer;
/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
float:left;
/* end hide*/
text-indent:-999em;/* hide text*/ 
}
ul.rating li a {
position:absolute;
left:0;
top:0;
width:23px;
height:20px;
text-decoration:none;
z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;} 

.nostar {background-position:0 0}
/*
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px} 
*/
.halfstar {background-position:0 -0px}
.onestar {background-position:0 -160px}
.onehalfstar {background-position:0 -175px}
.twostar {background-position:0 -192px}
.twohalfstar {background-position:0 -207px}
.threestar {background-position:0 -224px}
.threehalfstar {background-position:0 -240px}
.fourstar {background-position:0 -256px}
.fourhalfstar {background-position:0 -272px}
.fivestar {background-position:0 -288px} 
ul.rating li a:hover {
z-index:2;
width:120px;
height:20px;
overflow:hidden;
left:0; 

}
ul.rating li.one a:hover {background-position:0 -160px; }
ul.rating li.two a:hover {background-position:0 -192px;}
ul.rating li.three a:hover {background-position:0 -224px}
ul.rating li.four a:hover {background-position:0 -256px}
ul.rating li.five a:hover {background-position:0 -288px} 
.glow1 background-image{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

				}
.glow1:hover background-image{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

				}
/*Code for background image left aligned for Most Reviewed. Done by Karthika on July 02, 2010 */
/***For All the Browsers ***/
#glow 
{
	/*border: 5px solid;
    border-color : blue;*/
    background-image:url(../images/pic_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:165px;
	height:124px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#glow:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
}

/*** For IE 7 and up ***/

#ie7andup_glow #glow 
{
	/*border: 5px solid;
    border-color : red;*/
	 background-image:url(../images/pic_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:170px;
	height:124px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#ie7andup_glow #glow:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
}

/*** For IE 6 ***/

#ie6only_glow #glow 
{
	/*border: 5px solid;
    border-color : green;*/
	background-image:url(../images/pic_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:165px;
	height:126px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#ie6only_glow #glow:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
}
/*End of Background Image*/	



.tellfriend_top
{
background-image:url(../images/tell_top.png);
background-repeat:no-repeat;
width:578px;
height:56px;
}
.tellfriend_bottom
{
background-image:url(../images/tell_bottom.png);
background-repeat:no-repeat;
width:578px;
height:21px;
}
.tellfriend_center
{
background-image:url(../images/tell_center.png);
background-repeat:repeat-y;
width:578px;
}

.inside_top{
background-image:url(../images/inside_head.png);
background-repeat:no-repeat;
height:69;
width:829;
}
.inside_bottom{
background-image:url(../images/inside_bottom.png);
background-repeat:no-repeat;
width:829;
height:24;
}
.inside_center{
background-image:url(../images/inside_center.png);
background-repeat:repeat-y;
width:829;
}
.inside_left{
background-image:url(../images/inside_left.png);
background-repeat:repeat-y;
}
.inside_right{
background-image:url(../images/inside_right.png);
background-repeat:repeat-y;
}
.small_top{
background-image:url(../images/small_top.png);
background-repeat:no-repeat;
width:347;
height:30;
	}
.small_bottom{
background-image:url(../images/small_bottom.png);
background-repeat:no-repeat;
width:347;
	}
.small_center{
background-image:url(../images/small_center.png);
background-repeat:repeat-y;
width:347;
	}
.textarea1
{
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:12px;
 width:210px;
 height:48px;
 overflow: scroll; 
overflow-y: scroll; 
overflow-x: hidden; 
overflow:-moz-scrollbars-vertical;
}
.cart_green
{
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:15px;
}
.big_top{
background-image:url(../images/big_bgtop.png);
background-repeat:no-repeat;
width:909;
height:69;
	}
.big_bottom{
background-image:url(../images/big_bgbottom.png);
background-repeat:no-repeat;
width:909;
	}
.big_center{
background-image:url(../images/big_bgcenter.png);
background-repeat:repeat-y;
width:909;
height:22;
}
.small_top300{
background-image:url(../images/small_bg300top.png);
background-repeat:no-repeat;
width:302;
height:30;
	}
.small_bottom300{
background-image:url(../images/small_bg300bottom.png);
background-repeat:no-repeat;
width:302;
	}
.small_center300{
background-image:url(../images/small_bg300center.png);
background-repeat:repeat-y;
width:302;
	}


.profile1 a{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:151px;
	height:27px;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(../images/profile_12.png);
	font-size:15px;
	font-weight:bold;
	color:#6e9539;
	text-align:center;
	text-decoration:none;
	
}
.profile1 a:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:151px;
	height:27px;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(../images/profile_11.png);
	font-size:15px;
	font-weight:bold;
	color:#251a19;
	text-align:center;
	text-decoration:none;
	
}
.profile1_selected{
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:151px;
	height:27px;
	/*background-position:center 3px;*/
	background-position:top center;
	background-image:url(../images/profile_11.png);
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	/*border:1px solid #FF0000;
	color:#CC6633;*/
	color:#251a19;
	text-align:center;
	
}	
.profile2 a{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:148px;
	height:27px;
	background-repeat:no-repeat;
	background-image:url(../images/profile_22.jpg);
	background-position:center center;
	font-size:15px;
	font-weight:bold;
	color:#6e9539;
	text-align:center;
	text-decoration:none;
}

.profile2 a:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:148px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../images/profile_21.jpg);
	font-size:15px;
	font-weight:bold;
	color:#251a19;
	text-align:center;
	text-decoration:none;
	
}
.profile2_selected{
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:148px;
	height:27px;
	/*background-position:center 3px;*/
	background-position:top center;
	background-image:url(../images/profile_21.jpg);
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	/*border:1px solid #FF0000;
	color:#CC6633;*/
	color:#251a19;
	text-align:center;
	
}	
.profile3 a{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:150px;
	height:27px;
	background-repeat:no-repeat;
	background-image:url(../images/profile_32.png);
	background-position:center center;
	font-size:15px;
	font-weight:bold;
	color:#6e9539;
	text-align:center;
	text-decoration:none;
}
.profile3 a:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:150px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../images/profile_31.png);
	font-size:15px;
	font-weight:bold;
	color:#251a19;
	text-align:center;
	text-decoration:none;
	
}
.profile3_selected{
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:150px;
	height:27px;
	/*background-position:center 3px;*/
	background-position:top center;
	background-image:url(../images/profile_31.png);
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	/*border:1px solid #FF0000;
	color:#CC6633;*/
	color:#251a19;
	text-align:center;
	
}	
	
.profile4 a{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:150px;
	height:27px;
	background-repeat:no-repeat;
	background-image:url(../images/profile_42.png);
	background-position:center center;
	font-size:15px;
	font-weight:bold;
	color:#6e9539;
	text-align:center;
	text-decoration:none;

}
.profile4 a:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:150px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../images/profile_41.png);
	font-size:15px;
	font-weight:bold;
	color:#251a19;
	text-align:center;
	text-decoration:none;
	
}
.profile4_selected{
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:150px;
	height:27px;
	/*background-position:center 3px;*/
	background-position:top center;
	background-image:url(../images/profile_41.png);
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	/*border:1px solid #FF0000;
	color:#CC6633;*/
	color:#251a19;
	text-align:center;
	
}	
.profile5 a{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:227px;
	height:27px;
	background-repeat:no-repeat;
	background-image:url(../images/profile_51.png);
	background-position:center center;
	font-size:15px;
	font-weight:bold;
	color:#6e9539;
	text-align:center;
	text-decoration:none;
}
.profile5 a:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:227px;
	height:27px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../images/profile_52.png);
	font-size:15px;
	font-weight:bold;
	color:#251a19;
	text-align:center;
	text-decoration:none;
	
}
.profile5_selected{
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:227px;
	height:27px;
	/*background-position:center 3px;*/
	background-position:top center;
	background-image:url(../images/profile_52.png);
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	/*border:1px solid #FF0000;
	color:#CC6633;*/
	color:#251a19;
	text-align:center;
	
}
.upload{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:291px;
	height:56px;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	padding-top:14px;
	text-align:center;
	letter-spacing:1px;
	color:#5e5b5c;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(../images/upload.png);
	
}
.upload:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:291px;
	height:56px;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#303030;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(../images/upload_hov.png);
}
.upload_title {
	padding-bottom:0px;
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #285187;
}
.upload_main_title {
	padding-bottom:10px;
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6E9539;
}
.tellafriend{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:102px;
	height:25px;
	background:transparent url(../images/tellfriend_1.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.tellafriendhover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:102px;
	height:25px;
	background:transparent url(../images/tellfriend_hov.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
.tellafriend1{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:102px;
	height:21px;
	padding-top:4px;
	background:transparent url(../images/tellfriend_1.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.tellafriend1:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:102px;
	height:21px;
	padding-top:4px;
	background:transparent url(../images/tellfriend_hov.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
.login_btt{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:61px;
	height:23px;
	background-position:center center;
	background:transparent url(../images/button_60.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.login_btthover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:61px;
	height:23px;
	background:transparent url(../images/button_60_hov.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
.login_btta{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:61px;
	height:19px;
	padding-top:4px;
	background-position:center center;
	background:transparent url(../images/button_60.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.login_btta:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:61px;
	height:19px;
	padding-top:4px;
	background:transparent url(../images/button_60_hov.png) no-repeat;
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
		
.login_btt1{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:70px;
	height:25px;
	background-position:center center;
	background:transparent url(../images/login_1.png) no-repeat;		
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.login_btt1hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:70px;
	height:25px;
	background-position:center center;
	background:transparent url(../images/login_hov.png) no-repeat;		
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.login_btt2{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:70px;
	height:21px;
	padding-top:4px;
	background-position:center center;
	background:transparent url(../images/login_1.png) no-repeat;		
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.login_btt2:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:70px;
	height:21px;
	padding-top:4px;
	background-position:center center;
	background:transparent url(../images/login_hov.png) no-repeat;		
	font-size:12px;
    letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
	
	
	
	/*st*/
.go_btt1{
	display:block;
	width:23px;
	height:22px;
	padding-top:5px;
	background-position:center center;
	background:transparent url(../images/go.png) no-repeat;		
	overflow:hidden;
	border:0px;
	cursor:pointer;
}
.go_btt1hover{
	display:block;
	width:23px;
	height:22px;
	padding-top:5px;	
	background-position:center center;
	background:transparent url(../images/go1.png) no-repeat;		
	overflow:hidden;
	border:0px;
	cursor:pointer;

}		
.small_green_btt1{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:61px;
	height:23px;
	background-position:center center;
	background:transparent url(../images/button_60.png) no-repeat;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_btt1hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:61px;
	height:23px;
	background-position:center center;
	background:transparent url(../images/button_60_hov.png) no-repeat;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_150{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:158px;
	height:26px;
	background:transparent url(../images/button_150.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_150hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:158px;
	height:26px;
	background-position:center center;
	background:transparent url(../images/button_150_hov.png) no-repeat;
	font-size:12px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_150_small{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:158px;
	height:26px;
	background:transparent url(../images/button_150.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_150_smallhover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:158px;
	height:26px;
	background-position:center center;
	background:transparent url(../images/button_150_hov.png) no-repeat;
	font-size:12px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
.small_green_1501{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:158px;
	height:22px;
	padding-top:4px;
	background:transparent url(../images/button_150.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_1501:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:158px;
	height:22px;
	padding-top:4px;
	background-position:center center;
	background:transparent url(../images/button_150_hov.png) no-repeat;
	font-size:13px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
.small_green_230{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:231px;
	height:26px;
	background:transparent url(../images/button_230.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_230hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:231px;
	height:26px;
	background:transparent url(../images/button_230_hov.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_2301{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:231px;
	height:22px;
	padding-top:4px;
	background:transparent url(../images/button_230.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.small_green_2301:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:231px;
	height:22px;
	padding-top:4px;
	background:transparent url(../images/button_230_hov.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.orange_230{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:231px;
	height:26px;
	background:transparent url(../images/button_230_orange.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.orange_230hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:231px;

	height:26px;
	background:transparent url(../images/button_230_orangehover.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}	
.button__b_orange80{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:79px;
	height:25px;
	background:transparent url(../images/button_b_80.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange80hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:79px;
	height:25px;
	background:transparent url(../images/button_b_80_hov.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange81{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:79px;
	height:21px;
	padding-top:4px;
	background:transparent url(../images/button_b_80.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange81:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:79px;
	height:21px;
	padding-top:4px;
	background:transparent url(../images/button_b_80_hov.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange150{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:157px;
	height:28px;
	background:transparent url(../images/button_b_150.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:1px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange150hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:157px;
	height:28px;
	background:transparent url(../images/button_b_150_hov.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:1px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange1501{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:157px;
	height:23px;
	padding-top:5px;
	background:url(../images/button_b_150.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:0px;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange1501:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:157px;
	height:23px;
	padding-top:5px;
	background:url(../images/button_b_150_hov.png) no-repeat;
	background-position:center center;
	font-size:13px;
	letter-spacing:0px;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange180{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_b_180.png) no-repeat;
	background-position:center center;
	font-size:15px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button__b_orange180hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_b_180_hov.png) no-repeat;
	background-position:center center;
	font-size:15px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.tellafriend_g_100{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:104px;
	height:26px;
	background:transparent url(../images/tellfriend_g.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.tellafriend_g_100hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:104px;
	height:26px;
	background:transparent url(../images/tellfriend_g_hov.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.tellafriend_g_101{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:104px;
	height:21px;
	padding-top:5px;
	background:transparent url(../images/tellfriend_g.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.tellafriend_g_101:hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:104px;
	height:21px;
	padding-top:5px;
	background:transparent url(../images/tellfriend_g_hov.png) no-repeat;
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button_180{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_180.png) no-repeat;
	background-position:center center;
	font-size:15px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.button_180hover{
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:184px;
	height:32px;
	background:transparent url(../images/button_180_hov.png) no-repeat;
	background-position:center center;
	font-size:15px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.toogle_1
{
	display:block;
	width:104px;
	height:23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_1.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.toogle_1_hov
{
	display:block;
	width:104px;
	height:23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_1_hov.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.toogle_2
{
	display:block;
	width:102px;
	height:23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_2.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.toogle_2_hov
{
	display:block;
	width:102px;
	height:23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_2_hov.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}

.toogle_11
{
	display:block;
	width:104px;
	height:19px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_1.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}
.toogle_11_hov
{
	display:block;
	width:104px;
	height:19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_1_hov.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}
.toogle_22
{
	display:block;
	width:102px;
	height:19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_2.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}
.toogle_22_hov
{
	display:block;
	width:102px;
	height:19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/tog_2_hov.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}


.toogle_111
{
	display:block;
	width:130px;
	height:19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/upload_tg1.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}
.toogle_111_hov
{
	display:block;
	width:130px;
	height:19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/upload_tg1_hover.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}
.toogle_222
{
	display:block;
	width:123px;
	height:19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/upload_tg2.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}
.toogle_222_hov
{
	display:block;
		width:123px;
	height:19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/upload_tg2_hover.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding-top:4px;
}

.hide
{
	display:block;
	width:67px;
	height:20px;
	padding-top:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/hide_1.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.hidehover
{
	display:block;
	width:67px;
	height:20px;
	padding-top:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/hide.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.hide1
{
	display:block;
	width:58px;
	height:20px;
	padding-top:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/hide2_1.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.hide1hover
{
	display:block;
	width:58px;
	height:20px;
	padding-top:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../images/hide2.png);
	background-position:center center;
	font-size:12px;
	letter-spacing:0px;
	overflow:hidden;
	font-weight:bold;
	color:#444343;
	text-align:center;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}
.tl_w 
{
	background:transparent url(../images/tl_w.png) 0 0 no-repeat;
	height:24px;
}
.t_w 
{
	background:transparent url(../images/t_w.png) 0 0 repeat-x;
	height:24px;
}

.tr_w 
{
	background:transparent url(../images/tr_w.png) 0 0 no-repeat;
	height:24px;
}
.l 
{
	background:transparent url(../images/l.gif) 0 0 repeat-y;
	width:10px;
}
.l_1 
{
	background:transparent url(../images/l_1.png) 0 0 repeat-y;
	width:23px;
}
.r 
{
	background:transparent url(../images/r.gif) 0 0 repeat-y;
	width:10px;
}
.r_1 
{
	background:transparent url(../images/r_1.png) 0 0 repeat-y;
	width:22px;
	height:10px;
}
.bl 
{
	background:transparent url(../images/bl.gif) 0 0 no-repeat;
	width:10px;
	height:10px;
}
.bl_1 
{
	background:transparent url(../images/bl_1.png) 0 0 no-repeat;
	height:22px;
}
.b 
{
	background:transparent url(../images/b.gif) 0 0 repeat-x;
	height:10px;
}
.b_1 
{
	background:transparent url(../images/b_1.png) 0 0 repeat-x;
	height:22px;
}
.br 
{
	background:transparent url(../images/br.gif) 0 0 no-repeat;
	width:10px;
	height:10px;
}
.br_1 
{
	background:transparent url(../images/br_1.png) 0 0 no-repeat;
	height:22px;
}
.top_left{
	background:transparent url(../images/top_left.png) 0 0 no-repeat;
	background-position:right;
	width:18px;
	height:69px;
}
.top_center{
	background:transparent url(../images/top_center.png) 0 0 repeat-x;

	height:69px;
}
.top_right{
	background:transparent url(../images/top_right.png) 0 0 no-repeat;
	width:32px;
	height:69px;
}
.center_left{
	background:transparent url(../images/center_left.png) 0 0 repeat-y;
	width:18px;
	height:5px;
	background-position:right;
}
.center_right{
	background:transparent url(../images/center_right.png) 0 0 repeat-y;
	width:18px;
	height:5px;;
}
.bottom_left{
	background:transparent url(../images/bottom_left.png) 0 0 no-repeat;
	background-position:right top;
	width:18px;;
	height:16px;

}
.bottom_center{
	background:transparent url(../images/bottom_center.png) 0 0 repeat-x;
	height:16px;
}
.bottom_right{
	background:transparent url(../images/bottom_right.png) 0 0 no-repeat;
	width:32px;
	height:16px;
}
.cursor_pointer
{
 cursor:default;
}
.cursor_hand
{
 cursor:pointer;
}
.contact_orange
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d05b02;
	margin:0px;
	padding:0px;
	display:inline;
}
.contact_orange:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin:0px;
	padding:0px;
	display:inline;
}
.vanity_url
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	font-weight: bold; 
	color: #285187; 
	text-decoration:underline;
}
.vanity_url:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	font-weight: bold; 
	color: #000; 
	text-decoration:none;
}
