     
/* Custom Icon Sets */
[class^="cusicon-"],
[class*=" cusicon-"] {
	display:inline-block;
	width:16px;
	height:16px;
	*margin-right:8px;
	line-height:14px;
	vertical-align:text-top;
	background-image:url("../../Content/Image/spriteNavbar.png");
	background-position:14px 14px;
	background-repeat:no-repeat;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="cusicon-"]:last-child,[class*=" cusicon-"]:last-child {*margin-left:0;}
.btn-large [class^="cusicon-"] {margin-top:1px;}

.cusicon-home {background-position:-9px -13px} 
.cusicon-newAdd {background-position:-11px -51px;width:12px} 
.cusicon-myAdds {background-position:-11px -91px; height: 17px;} 
.cusicon-checked {background-position:-11px -129px;width:14px;} 
.cusicon-message {background-position:-11px -170px;width:21px;} 
.cusicon-man {background-position:-11px -203px;width:11px} 
.cusicon-order {background-position:-11px -240px;width:15px;height:19px} 
.cusicon-help {background-position:-11px -279px;width:16px;} 
.cusicon-man2 {background-position:-11px -316px;width:14px;} 
.cusicon-settings {background-position:-11px -355px;width:15px;} 
.cusicon-logOut {background-position:-11px -396px;width:16px;height:17px}
.cusicon-home2 {background-position:-11px -432px;width:21px;height:17px} 

/* Custom Icon Sets */
[class^="cusicon2-"],
[class*=" cusicon2-"] {
	display:inline-block;
	width:16px;
	height:16px;
	*margin-right:8px;
	line-height:14px;
	vertical-align:text-top;
	background-image:url("../../Content/Image/spriteDashboardMini.png");
	background-position:14px 14px;
	background-repeat:no-repeat;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 