
#watch_action {
	float: left;
	width: 100%;
	height: 100%;
}

#watch_action #watch_position {
	width:auto;
}
	#action_like, #action_unlike {
		float:left;
		width:auto;
	}
	
	#action_unlike {
		padding-left:7px;	
	}
		.like, .unlike, .status-img, .status-msg {
			float: left;		
		}

		.jlk {
			cursor:pointer !important;	
		}

/*** START FIRST THUMB UP/DOWN STYLE ***/
		
		.lbg-default, .unlbg-default {
			width: 16px;
			height: 18px;	
		}
		.lbg-default {
			background:url(../images/thumb_up.png) no-repeat left top;	
		}
		
		.lbg-default:hover {
			background:url(../images/thumb_up.png) no-repeat left bottom;	
		}		

		.unlbg-default {
			background:url(../images/thumb_down.png) no-repeat left top;	
		}

		.unlbg-default:hover {
			background:url(../images/thumb_down.png) no-repeat left bottom;	
		}

/*** END FIRST THUMB UP/DOWN STYLE ***/		
		.lc, .unlc {
			float:left;
			width: auto;
			padding:0 0 0 6px;
			font-size: 14px;
			line-height: 18px;
		}		
		
		.lc {
			color: green;
		}
		.unlc {
			color: red;		
		}

.status {
	color: gray;
	padding: 0 7px 0 7px;
	font-size: 14px;
	line-height: 18px;	
}
	.status .status_msg {
		width: auto;
		margin: 0 3px 0 0;	
	}
	.loading-img {
		width: 16px;
		height: 16px;
	}
#clear {
	clear:both;
}

/** START Style2 STYLE **/
            .likeit_st2_thumb img,  .unlikeit_st2_thumb img{
                width: 14px;
                height: 100%;    
            }

            .likeit_st2_thumb{
                background:url(../images/st2_thum_up.png) repeat scroll 0 0;                
                padding:0 0 3px 0;
            }        
           
            .likeit_st2_thumb:hover{
                background:url(../images/st2_thum_up.png) repeat scroll 0 -16px;
            }
           
            .unlikeit_st2_thumb {
                background:url(../images/st2_thum_down.png) repeat scroll 0 0;                
                padding:0 0 3px 0;
            }
           
            .unlikeit_st2_thumb:hover {
                background:url(../images/st2_thum_down.png) repeat scroll 0 -16px;

            }
/** END Style2 STYLE**/

body.blog div.latestView #watch_action, body.blog div.itemListView #watch_action {display:none;}
