@charset "UTF-8";
/* CSS Document */

a.imgRss, a.imgTwitter, a.imgGoogle, a.imgWordpress, a.imgFacebook, a.imgBlog {
	display:				block;
	float:					left;
	width:					18px;
	height:					18px;
	overflow:				hidden;
	text-indent:			-500px;
	float:					left;
	margin-right:			5px;
}
a.imgRss1, a.imgTwitter1, a.imgGoogle1, a.imgWordpress1, a.imgFacebook1, a.imgBlog1 {
	display:				block;
	float:					left;
	width:					27px;
	height:					27px;
	overflow:				hidden;
	text-indent:			-500px;
	float:					left;
	margin-right:			18px;
}

a.imgRss {
	background:				url(../imgs/link-sprite.png) 0px 0px no-repeat;
}
a.imgRss:hover {
	background:				url(../imgs/link-sprite.png) 0px -18px no-repeat;
}

a.imgTwitter {
	background:				url(../imgs/link-sprite.png) -18px 0px no-repeat;
}
a.imgTwitter:hover {
	background:				url(../imgs/link-sprite.png) -18px -18px no-repeat;
}

a.imgGoogle {
	background:				url(../imgs/link-sprite.png) -36px 0px no-repeat;
}
a.imgGoogle:hover {
	background:				url(../imgs/link-sprite.png) -36px -18px no-repeat;
}

a.imgWordpress {
	background:				url(../imgs/link-sprite.png) -54px 0px no-repeat;
}
a.imgWordpress:hover {
	background:				url(../imgs/link-sprite.png) -54px -18px no-repeat;
}
a.imgFacebook {
	background:				url(../imgs/link-sprite.png) -72px 0px no-repeat;
}
a.imgFacebook:hover {
	background:				url(../imgs/link-sprite.png) -72px -18px no-repeat;
}
a.imgBlog {
	background:				url(../imgs/link-sprite.png) -90px 0px no-repeat;
}
a.imgBlog:hover {
	background:				url(../imgs/link-sprite.png) -90px -18px no-repeat;
}

/************************************/


a.imgFacebook1 {
	background:				url(../imgs/smb_sprite.gif) 0px 0px no-repeat;
}

a.imgTwitter1 {
	background:				url(../imgs/smb_sprite.gif) -27px 0px no-repeat;
}

a.imgRss1 {
	background:				url(../imgs/smb_sprite.gif) -54px 0px no-repeat;
}


a.imgBlog1 {
	background:				url(../imgs/smb_sprite.gif) -81px 0px no-repeat;
}

/************************************/

a.yahoo, a.mail, a.twitter, a.print, a.save, a.apply, a.edit, a.delete {
	display:				block;
	width:					25px;
	height:					25px;
	overflow:				hidden;
	text-indent:			-500px;
	float:					left;
	margin-right:			5px;
	text-align:				center
}

a.yahoo{
	background:				url(../imgs/img-yahoo.png) no-repeat;
}
a.yahoo:hover {
	background:				url(../imgs/img-yahoo-hover.png) no-repeat;
}
a.twitter{
	background:				url(../imgs/img-twitter.png) no-repeat;
}
a.twitter:hover {
	background:				url(../imgs/img-twitter-hover.png) no-repeat;
}
a.mail{
	background:				url(../imgs/img-mail.png) no-repeat;
}
a.mail:hover {
	background:				url(../imgs/img-mail-hover.png) no-repeat;
}
a.print{
	background:				url(../imgs/img-print.png) no-repeat;
}
a.print:hover {
	background:				url(../imgs/img-print-hover.png) no-repeat;
}
a.save{
	background:				url(../imgs/img-save.png) no-repeat;
}
a.save:hover {
	background:				url(../imgs/img-save-hover.png) no-repeat;
}
a.apply{
	background:				url(../imgs/img-apply.png) no-repeat;
}
a.apply:hover {
	background:				url(../imgs/img-apply-hover.png) no-repeat;
}
a.edit {
	background:				url(../imgs/img-edit.png) no-repeat;	
}
a.delete {
	background:			url(../imgs/img-delete.png) no-repeat;
}
