/*選單lu版css */
.memu {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
/*====================position absolute menu width*/
.memu ul,.memu a{
	width: 10em;
}
.memu li,.menu-container{
	border-radius:5px;
}
.memu li ul li:nth-of-type(1) > a{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top:1px #aaaaaa solid;
	box-shadow:0px -1px 3px rgba(20%,20%,40%,0.5);
}
.memu li ul li:nth-last-of-type(1) > a{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom:1px #aaaaaa solid;
	box-shadow:0px 2px 3px rgba(20%,20%,40%,0.5);
}
.memu li ul li a{
	border-left:1px #aaaaaa solid;
	border-right:1px #aaaaaa solid;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}
.memu li ul li{
	display:block;
	margin:0;padding:0;
}
.memu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9999px;
	box-sizing:border-box;
	margin-left: 20px;
	/*-moz-box-shadow: 3px 2px 3px #333;
	-webkit-box-shadow: 3px 2px 3px #333;
	box-shadow: 3px 2px 3px #333;*/
}
.memu ul ul {
	margin-left: 0px;
	margin-top: 0px;

}
body div ul.memu>li>a{
	width:auto;
	text-align:left;
	padding-right:1em;       /*ä¸»é¸å–®é–“éš”*/
	display:inline-block;
}
body div ul.memu>li>a>.memu-icon{
	display:none;
}
/*body div ul.memu>li{
	margin-left:0;padding-left:0;
	text-align:left;
}*/
.memu a {
	background: #fff;
	background-color: rgba(255, 255, 255, 0.98);
	color: #fff;
	display: inline-block;
	/*font: bold 12px/25px segoe ui,verdana,sans-serif;*/
	font: bold 18px/25px segoe ui,verdana,sans-serif;
	margin: 0 -1px -1px 0;
	padding-left: 10px;
	text-decoration: none;
	box-sizing:border-box;
}
.memu li ul a{
	color:#000;
}
.memu .memu-icon {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 4px 10px 0px 0px;
	float: left;
}

.memu li.memu-root > a {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
	background: transparent !important;
}

.memu li {
	float: left;

}
.memu > li{
	padding:2px;
}
.memu > li+li{
	margin-left:0.1em;
}
.memu li.has-children > a {
	background: url("arrow.png") no-repeat scroll #fff;
	background-position: 130px center;
	background-color: rgba(255, 255, 255, 0.98);
}
.memu li:hover {
	position: relative;
	z-index: 100;
	box-sizing:border-box;
	background-color:#ffffff;

}
.memu>li:hover{box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);}
.memu li:hover > a {
	background-color: #fff;
	/* border-color: #fafafa; */
	color: #ff0000;
}
.memu li:hover > ul {
	left: -20px;
	opacity: 1;
	top: 102%;
	z-index: -1;
}
.memu li:hover li:hover > ul {
	left: 150px;
	/*left: 11.2em;  <--表單相結以本句修正*/
	opacity: 1;
	top: 0px;
	z-index: 100;
}

.memu-current {
	background-color: #abcdef !important;
	background-color: rgba(235, 245, 255, 0.98 !important);
}

.menu-container {
	box-sizing: border-box;
	top:0px;
	left:0px;
	margin: 3px;
	padding: 8px;
	/*height: 25px;*/
	width: 99.5%;
	background: linear-gradient(to bottom, #798fbc 0%,#4665a2 100%);;
	/*border: 1px solid #222;*/
	position:absolute
}

.container {
	border-top: 6px solid #fff;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	width: 721px;
	text-align: left;
	font-size: 1.0em;
}

.sprite-accept { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -0px; }
.sprite-add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -16px; }
.sprite-anchor { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -32px; }
.sprite-application { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -48px; }
.sprite-application_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -64px; }
.sprite-application_cascade { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -80px; }
.sprite-application_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -96px; }
.sprite-application_double { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -112px; }
.sprite-application_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -128px; }
.sprite-application_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -144px; }
.sprite-application_form { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -160px; }
.sprite-application_form_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -176px; }
.sprite-application_form_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -192px; }
.sprite-application_form_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -208px; }
.sprite-application_form_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -224px; }
.sprite-application_get { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -240px; }
.sprite-application_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -256px; }
.sprite-application_home { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -272px; }
.sprite-application_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -288px; }
.sprite-application_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -304px; }
.sprite-application_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -320px; }
.sprite-application_osx { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -336px; }
.sprite-application_osx_terminal { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -352px; }
.sprite-application_put { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -368px; }
.sprite-application_side_boxes { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -384px; }
.sprite-application_side_contract { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -400px; }
.sprite-application_side_expand { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -416px; }
.sprite-application_side_list { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -432px; }
.sprite-application_side_tree { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -448px; }
.sprite-application_split { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -464px; }
.sprite-application_tile_horizontal { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -480px; }
.sprite-application_tile_vertical { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -496px; }
.sprite-application_view_columns { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -512px; }
.sprite-application_view_detail { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -528px; }
.sprite-application_view_gallery { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -544px; }
.sprite-application_view_icons { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -560px; }
.sprite-application_view_list { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -576px; }
.sprite-application_view_tile { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -592px; }
.sprite-application_xp { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -608px; }
.sprite-application_xp_terminal { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -624px; }
.sprite-arrow_branch { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -640px; }
.sprite-arrow_divide { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -656px; }
.sprite-arrow_down { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -672px; }
.sprite-arrow_in { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -688px; }
.sprite-arrow_inout { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -704px; }
.sprite-arrow_join { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -720px; }
.sprite-arrow_left { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -736px; }
.sprite-arrow_merge { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -752px; }
.sprite-arrow_out { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -768px; }
.sprite-arrow_redo { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -784px; }
.sprite-arrow_refresh { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -800px; }
.sprite-arrow_refresh_small { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -816px; }
.sprite-arrow_right { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -832px; }
.sprite-arrow_rotate_anticlockwise { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -848px; }
.sprite-arrow_rotate_clockwise { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -864px; }
.sprite-arrow_switch { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -880px; }
.sprite-arrow_turn_left { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -896px; }
.sprite-arrow_turn_right { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -912px; }
.sprite-arrow_undo { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -928px; }
.sprite-arrow_up { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -944px; }
.sprite-asterisk_orange { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -960px; }
.sprite-asterisk_yellow { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -976px; }
.sprite-attach { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -992px; }
.sprite-award_star_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1008px; }
.sprite-award_star_bronze_1 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1024px; }
.sprite-award_star_bronze_2 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1040px; }
.sprite-award_star_bronze_3 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1056px; }
.sprite-award_star_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1072px; }
.sprite-award_star_gold_1 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1088px; }
.sprite-award_star_gold_2 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1104px; }
.sprite-award_star_gold_3 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1120px; }
.sprite-award_star_silver_1 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1136px; }
.sprite-award_star_silver_2 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1152px; }
.sprite-award_star_silver_3 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1168px; }
.sprite-basket { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1184px; }
.sprite-basket_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1200px; }
.sprite-basket_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1216px; }
.sprite-basket_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1232px; }
.sprite-basket_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1248px; }
.sprite-basket_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1264px; }
.sprite-basket_put { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1280px; }
.sprite-basket_remove { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1296px; }
.sprite-bell { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1312px; }
.sprite-bell_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1328px; }
.sprite-bell_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1344px; }
.sprite-bell_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1360px; }
.sprite-bell_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1376px; }
.sprite-bell_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1392px; }
.sprite-bin { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1408px; }
.sprite-bin_closed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1424px; }
.sprite-bin_empty { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1440px; }
.sprite-bomb { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1456px; }
.sprite-book { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1472px; }
.sprite-book_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1488px; }
.sprite-book_addresses { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1504px; }
.sprite-book_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1520px; }
.sprite-book_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1536px; }
.sprite-book_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1552px; }
.sprite-book_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1568px; }
.sprite-book_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1584px; }
.sprite-book_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1600px; }
.sprite-book_next { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1616px; }
.sprite-book_open { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1632px; }
.sprite-book_previous { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1648px; }
.sprite-box { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1664px; }
.sprite-brick { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1680px; }
.sprite-brick_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1696px; }
.sprite-brick_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1712px; }
.sprite-brick_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1728px; }
.sprite-brick_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1744px; }
.sprite-brick_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1760px; }
.sprite-brick_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1776px; }
.sprite-bricks { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1792px; }
.sprite-briefcase { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1808px; }
.sprite-bug { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1824px; }
.sprite-bug_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1840px; }
.sprite-bug_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1856px; }
.sprite-bug_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1872px; }
.sprite-bug_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1888px; }
.sprite-bug_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1904px; }
.sprite-bug_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1920px; }
.sprite-building { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1936px; }
.sprite-building_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1952px; }
.sprite-building_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1968px; }
.sprite-building_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -1984px; }
.sprite-building_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2000px; }
.sprite-building_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2016px; }
.sprite-building_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2032px; }
.sprite-building_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2048px; }
.sprite-bullet_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2064px; }
.sprite-bullet_arrow_bottom { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2080px; }
.sprite-bullet_arrow_down { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2096px; }
.sprite-bullet_arrow_top { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2112px; }
.sprite-bullet_arrow_up { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2128px; }
.sprite-bullet_black { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2144px; }
.sprite-bullet_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2160px; }
.sprite-bullet_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2176px; }
.sprite-bullet_disk { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2192px; }
.sprite-bullet_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2208px; }
.sprite-bullet_feed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2224px; }
.sprite-bullet_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2240px; }
.sprite-bullet_green { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2256px; }
.sprite-bullet_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2272px; }
.sprite-bullet_orange { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2288px; }
.sprite-bullet_picture { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2304px; }
.sprite-bullet_pink { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2320px; }
.sprite-bullet_purple { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2336px; }
.sprite-bullet_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2352px; }
.sprite-bullet_star { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2368px; }
.sprite-bullet_toggle_minus { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2384px; }
.sprite-bullet_toggle_plus { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2400px; }
.sprite-bullet_white { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2416px; }
.sprite-bullet_wrench { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2432px; }
.sprite-bullet_yellow { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2448px; }
.sprite-cake { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2464px; }
.sprite-calculator { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2480px; }
.sprite-calculator_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2496px; }
.sprite-calculator_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2512px; }
.sprite-calculator_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2528px; }
.sprite-calculator_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2544px; }
.sprite-calculator_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2560px; }
.sprite-calendar { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2576px; }
.sprite-calendar_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2592px; }
.sprite-calendar_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2608px; }
.sprite-calendar_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2624px; }
.sprite-calendar_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2640px; }
.sprite-calendar_view_day { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2656px; }
.sprite-calendar_view_month { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2672px; }
.sprite-calendar_view_week { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2688px; }
.sprite-camera { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2704px; }
.sprite-camera_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2720px; }
.sprite-camera_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2736px; }
.sprite-camera_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2752px; }
.sprite-camera_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2768px; }
.sprite-camera_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2784px; }
.sprite-camera_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2800px; }
.sprite-camera_small { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2816px; }
.sprite-cancel { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2832px; }
.sprite-car { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2848px; }
.sprite-car_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2864px; }
.sprite-car_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2880px; }
.sprite-cart { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2896px; }
.sprite-cart_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2912px; }
.sprite-cart_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2928px; }
.sprite-cart_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2944px; }
.sprite-cart_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2960px; }
.sprite-cart_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2976px; }
.sprite-cart_put { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -2992px; }
.sprite-cart_remove { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3008px; }
.sprite-cd { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3024px; }
.sprite-cd_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3040px; }
.sprite-cd_burn { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3056px; }
.sprite-cd_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3072px; }
.sprite-cd_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3088px; }
.sprite-cd_eject { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3104px; }
.sprite-cd_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3120px; }
.sprite-chart_bar { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3136px; }
.sprite-chart_bar_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3152px; }
.sprite-chart_bar_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3168px; }
.sprite-chart_bar_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3184px; }
.sprite-chart_bar_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3200px; }
.sprite-chart_bar_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3216px; }
.sprite-chart_curve { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3232px; }
.sprite-chart_curve_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3248px; }
.sprite-chart_curve_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3264px; }
.sprite-chart_curve_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3280px; }
.sprite-chart_curve_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3296px; }
.sprite-chart_curve_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3312px; }
.sprite-chart_curve_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3328px; }
.sprite-chart_line { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3344px; }
.sprite-chart_line_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3360px; }
.sprite-chart_line_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3376px; }
.sprite-chart_line_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3392px; }
.sprite-chart_line_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3408px; }
.sprite-chart_line_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3424px; }
.sprite-chart_organisation { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3440px; }
.sprite-chart_organisation_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3456px; }
.sprite-chart_organisation_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3472px; }
.sprite-chart_pie { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3488px; }
.sprite-chart_pie_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3504px; }
.sprite-chart_pie_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3520px; }
.sprite-chart_pie_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3536px; }
.sprite-chart_pie_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3552px; }
.sprite-chart_pie_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3568px; }
.sprite-clock { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3584px; }
.sprite-clock_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3600px; }
.sprite-clock_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3616px; }
.sprite-clock_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3632px; }
.sprite-clock_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3648px; }
.sprite-clock_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3664px; }
.sprite-clock_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3680px; }
.sprite-clock_pause { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3696px; }
.sprite-clock_play { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3712px; }
.sprite-clock_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3728px; }
.sprite-clock_stop { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3744px; }
.sprite-cog { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3760px; }
.sprite-cog_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3776px; }
.sprite-cog_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3792px; }
.sprite-cog_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3808px; }
.sprite-cog_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3824px; }
.sprite-cog_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3840px; }
.sprite-coins { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3856px; }
.sprite-coins_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3872px; }
.sprite-coins_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3888px; }
.sprite-color_swatch { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3904px; }
.sprite-color_wheel { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3920px; }
.sprite-comment { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3936px; }
.sprite-comment_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3952px; }
.sprite-comment_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3968px; }
.sprite-comment_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -3984px; }
.sprite-comments { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4000px; }
.sprite-comments_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4016px; }
.sprite-comments_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4032px; }
.sprite-compress { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4048px; }
.sprite-computer { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4064px; }
.sprite-computer_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4080px; }
.sprite-computer_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4096px; }
.sprite-computer_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4112px; }
.sprite-computer_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4128px; }
.sprite-computer_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4144px; }
.sprite-computer_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4160px; }
.sprite-computer_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4176px; }
.sprite-connect { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4192px; }
.sprite-contrast { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4208px; }
.sprite-contrast_decrease { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4224px; }
.sprite-contrast_high { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4240px; }
.sprite-contrast_increase { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4256px; }
.sprite-contrast_low { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4272px; }
.sprite-control_eject { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4288px; }
.sprite-control_eject_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4304px; }
.sprite-control_end { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4320px; }
.sprite-control_end_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4336px; }
.sprite-control_equalizer { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4352px; }
.sprite-control_equalizer_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4368px; }
.sprite-control_fastforward { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4384px; }
.sprite-control_fastforward_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4400px; }
.sprite-control_pause { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4416px; }
.sprite-control_pause_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4432px; }
.sprite-control_play { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4448px; }
.sprite-control_play_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4464px; }
.sprite-control_repeat { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4480px; }
.sprite-control_repeat_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4496px; }
.sprite-control_rewind { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4512px; }
.sprite-control_rewind_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4528px; }
.sprite-control_start { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4544px; }
.sprite-control_start_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4560px; }
.sprite-control_stop { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4576px; }
.sprite-control_stop_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4592px; }
.sprite-controller { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4608px; }
.sprite-controller_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4624px; }
.sprite-controller_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4640px; }
.sprite-controller_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4656px; }
.sprite-creditcards { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4672px; }
.sprite-cross { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4688px; }
.sprite-css { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4704px; }
.sprite-css_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4720px; }
.sprite-css_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4736px; }
.sprite-css_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4752px; }
.sprite-css_valid { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4768px; }
.sprite-cup { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4784px; }
.sprite-cup_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4800px; }
.sprite-cup_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4816px; }
.sprite-cup_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4832px; }
.sprite-cup_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4848px; }
.sprite-cup_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4864px; }
.sprite-cup_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4880px; }
.sprite-cup_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4896px; }
.sprite-cursor { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4912px; }
.sprite-cut { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4928px; }
.sprite-cut_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4944px; }
.sprite-database { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4960px; }
.sprite-database_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4976px; }
.sprite-database_connect { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -4992px; }
.sprite-database_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5008px; }
.sprite-database_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5024px; }
.sprite-database_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5040px; }
.sprite-database_gear { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5056px; }
.sprite-database_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5072px; }
.sprite-database_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5088px; }
.sprite-database_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5104px; }
.sprite-database_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5120px; }
.sprite-database_refresh { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5136px; }
.sprite-database_save { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5152px; }
.sprite-database_table { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5168px; }
.sprite-date { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5184px; }
.sprite-date_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5200px; }
.sprite-date_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5216px; }
.sprite-date_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5232px; }
.sprite-date_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5248px; }
.sprite-date_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5264px; }
.sprite-date_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5280px; }
.sprite-date_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5296px; }
.sprite-date_next { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5312px; }
.sprite-date_previous { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5328px; }
.sprite-delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5344px; }
.sprite-disconnect { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5360px; }
.sprite-disk { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5376px; }
.sprite-disk_multiple { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5392px; }
.sprite-door { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5408px; }
.sprite-door_in { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5424px; }
.sprite-door_open { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5440px; }
.sprite-door_out { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5456px; }
.sprite-drink { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5472px; }
.sprite-drink_empty { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5488px; }
.sprite-drive { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5504px; }
.sprite-drive_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5520px; }
.sprite-drive_burn { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5536px; }
.sprite-drive_cd { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5552px; }
.sprite-drive_cd_empty { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5568px; }
.sprite-drive_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5584px; }
.sprite-drive_disk { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5600px; }
.sprite-drive_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5616px; }
.sprite-drive_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5632px; }
.sprite-drive_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5648px; }
.sprite-drive_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5664px; }
.sprite-drive_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5680px; }
.sprite-drive_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5696px; }
.sprite-drive_network { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5712px; }
.sprite-drive_rename { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5728px; }
.sprite-drive_user { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5744px; }
.sprite-drive_web { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5760px; }
.sprite-dvd { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5776px; }
.sprite-dvd_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5792px; }
.sprite-dvd_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5808px; }
.sprite-dvd_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5824px; }
.sprite-dvd_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5840px; }
.sprite-dvd_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5856px; }
.sprite-dvd_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5872px; }
.sprite-dvd_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5888px; }
.sprite-email { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5904px; }
.sprite-email_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5920px; }
.sprite-email_attach { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5936px; }
.sprite-email_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5952px; }
.sprite-email_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5968px; }
.sprite-email_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -5984px; }
.sprite-email_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6000px; }
.sprite-email_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6016px; }
.sprite-email_open { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6032px; }
.sprite-email_open_image { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6048px; }
.sprite-emoticon_evilgrin { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6064px; }
.sprite-emoticon_grin { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6080px; }
.sprite-emoticon_happy { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6096px; }
.sprite-emoticon_smile { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6112px; }
.sprite-emoticon_surprised { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6128px; }
.sprite-emoticon_tongue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6144px; }
.sprite-emoticon_unhappy { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6160px; }
.sprite-emoticon_waii { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6176px; }
.sprite-emoticon_wink { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6192px; }
.sprite-error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6208px; }
.sprite-error_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6224px; }
.sprite-error_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6240px; }
.sprite-error_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6256px; }
.sprite-exclamation { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6272px; }
.sprite-eye { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6288px; }
.sprite-feed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6304px; }
.sprite-feed_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6320px; }
.sprite-feed_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6336px; }
.sprite-feed_disk { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6352px; }
.sprite-feed_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6368px; }
.sprite-feed_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6384px; }
.sprite-feed_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6400px; }
.sprite-feed_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6416px; }
.sprite-feed_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6432px; }
.sprite-feed_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6448px; }
.sprite-female { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6464px; }
.sprite-film { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6480px; }
.sprite-film_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6496px; }
.sprite-film_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6512px; }
.sprite-film_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6528px; }
.sprite-film_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6544px; }
.sprite-film_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6560px; }
.sprite-film_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6576px; }
.sprite-film_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6592px; }
.sprite-film_save { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6608px; }
.sprite-find { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6624px; }
.sprite-flag_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6640px; }
.sprite-flag_green { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6656px; }
.sprite-flag_orange { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6672px; }
.sprite-flag_pink { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6688px; }
.sprite-flag_purple { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6704px; }
.sprite-flag_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6720px; }
.sprite-flag_yellow { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6736px; }
.sprite-folder { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6752px; }
.sprite-folder_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6768px; }
.sprite-folder_bell { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6784px; }
.sprite-folder_brick { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6800px; }
.sprite-folder_bug { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6816px; }
.sprite-folder_camera { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6832px; }
.sprite-folder_database { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6848px; }
.sprite-folder_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6864px; }
.sprite-folder_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6880px; }
.sprite-folder_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6896px; }
.sprite-folder_explore { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6912px; }
.sprite-folder_feed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6928px; }
.sprite-folder_find { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6944px; }
.sprite-folder_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6960px; }
.sprite-folder_heart { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6976px; }
.sprite-folder_image { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -6992px; }
.sprite-folder_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7008px; }
.sprite-folder_lightbulb { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7024px; }
.sprite-folder_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7040px; }
.sprite-folder_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7056px; }
.sprite-folder_page { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7072px; }
.sprite-folder_page_white { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7088px; }
.sprite-folder_palette { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7104px; }
.sprite-folder_picture { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7120px; }
.sprite-folder_star { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7136px; }
.sprite-folder_table { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7152px; }
.sprite-folder_user { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7168px; }
.sprite-folder_wrench { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7184px; }
.sprite-font { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7200px; }
.sprite-font_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7216px; }
.sprite-font_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7232px; }
.sprite-font_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7248px; }
.sprite-group { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7264px; }
.sprite-group_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7280px; }
.sprite-group_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7296px; }
.sprite-group_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7312px; }
.sprite-group_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7328px; }
.sprite-group_gear { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7344px; }
.sprite-group_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7360px; }
.sprite-group_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7376px; }
.sprite-group_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7392px; }
.sprite-heart { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7408px; }
.sprite-heart_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7424px; }
.sprite-heart_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7440px; }
.sprite-help { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7456px; }
.sprite-hourglass { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7472px; }
.sprite-hourglass_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7488px; }
.sprite-hourglass_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7504px; }
.sprite-hourglass_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7520px; }
.sprite-hourglass_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7536px; }
.sprite-house { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7552px; }
.sprite-house_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7568px; }
.sprite-house_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7584px; }
.sprite-html { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7600px; }
.sprite-html_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7616px; }
.sprite-html_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7632px; }
.sprite-html_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7648px; }
.sprite-html_valid { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7664px; }
.sprite-image { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7680px; }
.sprite-image_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7696px; }
.sprite-image_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7712px; }
.sprite-image_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7728px; }
.sprite-image_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7744px; }
.sprite-images { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7760px; }
.sprite-information { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7776px; }
.sprite-ipod { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7792px; }
.sprite-ipod_cast { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7808px; }
.sprite-ipod_cast_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7824px; }
.sprite-ipod_cast_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7840px; }
.sprite-ipod_sound { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7856px; }
.sprite-joystick { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7872px; }
.sprite-joystick_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7888px; }
.sprite-joystick_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7904px; }
.sprite-joystick_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7920px; }
.sprite-key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7936px; }
.sprite-key_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7952px; }
.sprite-key_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7968px; }
.sprite-key_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -7984px; }
.sprite-keyboard { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8000px; }
.sprite-keyboard_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8016px; }
.sprite-keyboard_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8032px; }
.sprite-keyboard_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8048px; }
.sprite-layers { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8064px; }
.sprite-layout { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8080px; }
.sprite-layout_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8096px; }
.sprite-layout_content { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8112px; }
.sprite-layout_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8128px; }
.sprite-layout_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8144px; }
.sprite-layout_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8160px; }
.sprite-layout_header { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8176px; }
.sprite-layout_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8192px; }
.sprite-layout_sidebar { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8208px; }
.sprite-lightbulb { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8224px; }
.sprite-lightbulb_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8240px; }
.sprite-lightbulb_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8256px; }
.sprite-lightbulb_off { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8272px; }
.sprite-lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8288px; }
.sprite-lightning_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8304px; }
.sprite-lightning_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8320px; }
.sprite-lightning_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8336px; }
.sprite-link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8352px; }
.sprite-link_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8368px; }
.sprite-link_break { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8384px; }
.sprite-link_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8400px; }
.sprite-link_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8416px; }
.sprite-link_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8432px; }
.sprite-link_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8448px; }
.sprite-lock { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8464px; }
.sprite-lock_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8480px; }
.sprite-lock_break { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8496px; }
.sprite-lock_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8512px; }
.sprite-lock_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8528px; }
.sprite-lock_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8544px; }
.sprite-lock_open { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8560px; }
.sprite-lorry { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8576px; }
.sprite-lorry_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8592px; }
.sprite-lorry_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8608px; }
.sprite-lorry_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8624px; }
.sprite-lorry_flatbed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8640px; }
.sprite-lorry_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8656px; }
.sprite-lorry_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8672px; }
.sprite-magifier_zoom_out { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8688px; }
.sprite-magnifier { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8704px; }
.sprite-magnifier_zoom_in { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8720px; }
.sprite-male { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8736px; }
.sprite-map { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8752px; }
.sprite-map_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8768px; }
.sprite-map_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8784px; }
.sprite-map_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8800px; }
.sprite-map_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8816px; }
.sprite-map_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8832px; }
.sprite-medal_bronze_1 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8848px; }
.sprite-medal_bronze_2 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8864px; }
.sprite-medal_bronze_3 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8880px; }
.sprite-medal_bronze_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8896px; }
.sprite-medal_bronze_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8912px; }
.sprite-medal_gold_1 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8928px; }
.sprite-medal_gold_2 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8944px; }
.sprite-medal_gold_3 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8960px; }
.sprite-medal_gold_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8976px; }
.sprite-medal_gold_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -8992px; }
.sprite-medal_silver_1 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9008px; }
.sprite-medal_silver_2 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9024px; }
.sprite-medal_silver_3 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9040px; }
.sprite-medal_silver_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9056px; }
.sprite-medal_silver_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9072px; }
.sprite-money { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9088px; }
.sprite-money_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9104px; }
.sprite-money_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9120px; }
.sprite-money_dollar { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9136px; }
.sprite-money_euro { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9152px; }
.sprite-money_pound { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9168px; }
.sprite-money_yen { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9184px; }
.sprite-monitor { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9200px; }
.sprite-monitor_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9216px; }
.sprite-monitor_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9232px; }
.sprite-monitor_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9248px; }
.sprite-monitor_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9264px; }
.sprite-monitor_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9280px; }
.sprite-monitor_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9296px; }
.sprite-monitor_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9312px; }
.sprite-mouse { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9328px; }
.sprite-mouse_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9344px; }
.sprite-mouse_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9360px; }
.sprite-mouse_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9376px; }
.sprite-music { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9392px; }
.sprite-new { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9408px; }
.sprite-newspaper { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9424px; }
.sprite-newspaper_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9440px; }
.sprite-newspaper_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9456px; }
.sprite-newspaper_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9472px; }
.sprite-newspaper_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9488px; }
.sprite-note { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9504px; }
.sprite-note_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9520px; }
.sprite-note_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9536px; }
.sprite-note_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9552px; }
.sprite-note_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9568px; }
.sprite-note_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9584px; }
.sprite-overlays { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9600px; }
.sprite-package { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9616px; }
.sprite-package_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9632px; }
.sprite-package_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9648px; }
.sprite-package_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9664px; }
.sprite-package_green { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9680px; }
.sprite-package_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9696px; }
.sprite-page { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9712px; }
.sprite-page_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9728px; }
.sprite-page_attach { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9744px; }
.sprite-page_code { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9760px; }
.sprite-page_copy { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9776px; }
.sprite-page_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9792px; }
.sprite-page_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9808px; }
.sprite-page_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9824px; }
.sprite-page_excel { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9840px; }
.sprite-page_find { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9856px; }
.sprite-page_gear { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9872px; }
.sprite-page_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9888px; }
.sprite-page_green { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9904px; }
.sprite-page_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9920px; }
.sprite-page_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9936px; }
.sprite-page_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9952px; }
.sprite-page_paintbrush { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9968px; }
.sprite-page_paste { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -9984px; }
.sprite-page_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10000px; }
.sprite-page_refresh { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10016px; }
.sprite-page_save { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10032px; }
.sprite-page_white { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10048px; }
.sprite-page_white_acrobat { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10064px; }
.sprite-page_white_actionscript { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10080px; }
.sprite-page_white_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10096px; }
.sprite-page_white_c { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10112px; }
.sprite-page_white_camera { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10128px; }
.sprite-page_white_cd { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10144px; }
.sprite-page_white_code { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10160px; }
.sprite-page_white_code_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10176px; }
.sprite-page_white_coldfusion { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10192px; }
.sprite-page_white_compressed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10208px; }
.sprite-page_white_copy { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10224px; }
.sprite-page_white_cplusplus { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10240px; }
.sprite-page_white_csharp { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10256px; }
.sprite-page_white_cup { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10272px; }
.sprite-page_white_database { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10288px; }
.sprite-page_white_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10304px; }
.sprite-page_white_dvd { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10320px; }
.sprite-page_white_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10336px; }
.sprite-page_white_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10352px; }
.sprite-page_white_excel { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10368px; }
.sprite-page_white_find { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10384px; }
.sprite-page_white_flash { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10400px; }
.sprite-page_white_freehand { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10416px; }
.sprite-page_white_gear { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10432px; }
.sprite-page_white_get { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10448px; }
.sprite-page_white_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10464px; }
.sprite-page_white_h { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10480px; }
.sprite-page_white_horizontal { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10496px; }
.sprite-page_white_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10512px; }
.sprite-page_white_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10528px; }
.sprite-page_white_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10544px; }
.sprite-page_white_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10560px; }
.sprite-page_white_medal { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10576px; }
.sprite-page_white_office { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10592px; }
.sprite-page_white_paint { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10608px; }
.sprite-page_white_paintbrush { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10624px; }
.sprite-page_white_paste { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10640px; }
.sprite-page_white_php { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10656px; }
.sprite-page_white_picture { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10672px; }
.sprite-page_white_powerpoint { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10688px; }
.sprite-page_white_put { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10704px; }
.sprite-page_white_ruby { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10720px; }
.sprite-page_white_stack { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10736px; }
.sprite-page_white_star { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10752px; }
.sprite-page_white_swoosh { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10768px; }
.sprite-page_white_text { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10784px; }
.sprite-page_white_text_width { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10800px; }
.sprite-page_white_tux { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10816px; }
.sprite-page_white_vector { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10832px; }
.sprite-page_white_visualstudio { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10848px; }
.sprite-page_white_width { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10864px; }
.sprite-page_white_word { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10880px; }
.sprite-page_white_world { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10896px; }
.sprite-page_white_wrench { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10912px; }
.sprite-page_white_zip { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10928px; }
.sprite-page_word { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10944px; }
.sprite-page_world { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10960px; }
.sprite-paintbrush { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10976px; }
.sprite-paintcan { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -10992px; }
.sprite-palette { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11008px; }
.sprite-paste_plain { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11024px; }
.sprite-paste_word { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11040px; }
.sprite-pencil { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11056px; }
.sprite-pencil_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11072px; }
.sprite-pencil_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11088px; }
.sprite-pencil_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11104px; }
.sprite-phone { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11120px; }
.sprite-phone_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11136px; }
.sprite-phone_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11152px; }
.sprite-phone_sound { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11168px; }
.sprite-photo { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11184px; }
.sprite-photo_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11200px; }
.sprite-photo_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11216px; }
.sprite-photo_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11232px; }
.sprite-photos { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11248px; }
.sprite-picture { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11264px; }
.sprite-picture_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11280px; }
.sprite-picture_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11296px; }
.sprite-picture_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11312px; }
.sprite-picture_empty { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11328px; }
.sprite-picture_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11344px; }
.sprite-picture_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11360px; }
.sprite-picture_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11376px; }
.sprite-picture_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11392px; }
.sprite-picture_save { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11408px; }
.sprite-pictures { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11424px; }
.sprite-pilcrow { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11440px; }
.sprite-pill { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11456px; }
.sprite-pill_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11472px; }
.sprite-pill_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11488px; }
.sprite-pill_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11504px; }
.sprite-plugin { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11520px; }
.sprite-plugin_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11536px; }
.sprite-plugin_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11552px; }
.sprite-plugin_disabled { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11568px; }
.sprite-plugin_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11584px; }
.sprite-plugin_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11600px; }
.sprite-plugin_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11616px; }
.sprite-plugin_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11632px; }
.sprite-printer { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11648px; }
.sprite-printer_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11664px; }
.sprite-printer_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11680px; }
.sprite-printer_empty { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11696px; }
.sprite-printer_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11712px; }
.sprite-rainbow { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11728px; }
.sprite-report { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11744px; }
.sprite-report_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11760px; }
.sprite-report_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11776px; }
.sprite-report_disk { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11792px; }
.sprite-report_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11808px; }
.sprite-report_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11824px; }
.sprite-report_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11840px; }
.sprite-report_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11856px; }
.sprite-report_magnify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11872px; }
.sprite-report_picture { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11888px; }
.sprite-report_user { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11904px; }
.sprite-report_word { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11920px; }
.sprite-resultset_first { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11936px; }
.sprite-resultset_last { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11952px; }
.sprite-resultset_next { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11968px; }
.sprite-resultset_previous { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -11984px; }
.sprite-rosette { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12000px; }
.sprite-rss { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12016px; }
.sprite-rss_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12032px; }
.sprite-rss_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12048px; }
.sprite-rss_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12064px; }
.sprite-rss_valid { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12080px; }
.sprite-ruby { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12096px; }
.sprite-ruby_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12112px; }
.sprite-ruby_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12128px; }
.sprite-ruby_gear { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12144px; }
.sprite-ruby_get { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12160px; }
.sprite-ruby_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12176px; }
.sprite-ruby_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12192px; }
.sprite-ruby_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12208px; }
.sprite-ruby_put { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12224px; }
.sprite-script { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12240px; }
.sprite-script_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12256px; }
.sprite-script_code { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12272px; }
.sprite-script_code_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12288px; }
.sprite-script_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12304px; }
.sprite-script_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12320px; }
.sprite-script_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12336px; }
.sprite-script_gear { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12352px; }
.sprite-script_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12368px; }
.sprite-script_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12384px; }
.sprite-script_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12400px; }
.sprite-script_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12416px; }
.sprite-script_palette { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12432px; }
.sprite-script_save { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12448px; }
.sprite-server { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12464px; }
.sprite-server_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12480px; }
.sprite-server_chart { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12496px; }
.sprite-server_compressed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12512px; }
.sprite-server_connect { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12528px; }
.sprite-server_database { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12544px; }
.sprite-server_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12560px; }
.sprite-server_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12576px; }
.sprite-server_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12592px; }
.sprite-server_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12608px; }
.sprite-server_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12624px; }
.sprite-server_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12640px; }
.sprite-server_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12656px; }
.sprite-server_uncompressed { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12672px; }
.sprite-shading { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12688px; }
.sprite-shape_align_bottom { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12704px; }
.sprite-shape_align_center { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12720px; }
.sprite-shape_align_left { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12736px; }
.sprite-shape_align_middle { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12752px; }
.sprite-shape_align_right { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12768px; }
.sprite-shape_align_top { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12784px; }
.sprite-shape_flip_horizontal { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12800px; }
.sprite-shape_flip_vertical { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12816px; }
.sprite-shape_group { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12832px; }
.sprite-shape_handles { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12848px; }
.sprite-shape_move_back { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12864px; }
.sprite-shape_move_backwards { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12880px; }
.sprite-shape_move_forwards { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12896px; }
.sprite-shape_move_front { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12912px; }
.sprite-shape_rotate_anticlockwise { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12928px; }
.sprite-shape_rotate_clockwise { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12944px; }
.sprite-shape_square { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12960px; }
.sprite-shape_square_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12976px; }
.sprite-shape_square_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -12992px; }
.sprite-shape_square_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13008px; }
.sprite-shape_square_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13024px; }
.sprite-shape_square_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13040px; }
.sprite-shape_square_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13056px; }
.sprite-shape_square_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13072px; }
.sprite-shape_ungroup { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13088px; }
.sprite-shield { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13104px; }
.sprite-shield_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13120px; }
.sprite-shield_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13136px; }
.sprite-shield_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13152px; }
.sprite-sitemap { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13168px; }
.sprite-sitemap_color { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13184px; }
.sprite-sound { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13200px; }
.sprite-sound_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13216px; }
.sprite-sound_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13232px; }
.sprite-sound_low { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13248px; }
.sprite-sound_mute { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13264px; }
.sprite-sound_none { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13280px; }
.sprite-spellcheck { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13296px; }
.sprite-sport_8ball { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13312px; }
.sprite-sport_basketball { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13328px; }
.sprite-sport_football { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13344px; }
.sprite-sport_golf { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13360px; }
.sprite-sport_raquet { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13376px; }
.sprite-sport_shuttlecock { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13392px; }
.sprite-sport_soccer { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13408px; }
.sprite-sport_tennis { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13424px; }
.sprite-star { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13440px; }
.sprite-status_away { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13456px; }
.sprite-status_busy { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13472px; }
.sprite-status_offline { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13488px; }
.sprite-status_online { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13504px; }
.sprite-stop { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13520px; }
.sprite-style { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13536px; }
.sprite-style_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13552px; }
.sprite-style_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13568px; }
.sprite-style_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13584px; }
.sprite-style_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13600px; }
.sprite-sum { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13616px; }
.sprite-tab { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13632px; }
.sprite-tab_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13648px; }
.sprite-tab_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13664px; }
.sprite-tab_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13680px; }
.sprite-tab_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13696px; }
.sprite-table { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13712px; }
.sprite-table_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13728px; }
.sprite-table_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13744px; }
.sprite-table_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13760px; }
.sprite-table_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13776px; }
.sprite-table_gear { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13792px; }
.sprite-table_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13808px; }
.sprite-table_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13824px; }
.sprite-table_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13840px; }
.sprite-table_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13856px; }
.sprite-table_multiple { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13872px; }
.sprite-table_refresh { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13888px; }
.sprite-table_relationship { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13904px; }
.sprite-table_row_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13920px; }
.sprite-table_row_insert { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13936px; }
.sprite-table_save { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13952px; }
.sprite-table_sort { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13968px; }
.sprite-tag { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -13984px; }
.sprite-tag_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14000px; }
.sprite-tag_blue_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14016px; }
.sprite-tag_blue_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14032px; }
.sprite-tag_blue_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14048px; }
.sprite-tag_green { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14064px; }
.sprite-tag_orange { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14080px; }
.sprite-tag_pink { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14096px; }
.sprite-tag_purple { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14112px; }
.sprite-tag_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14128px; }
.sprite-tag_yellow { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14144px; }
.sprite-telephone { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14160px; }
.sprite-telephone_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14176px; }
.sprite-telephone_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14192px; }
.sprite-telephone_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14208px; }
.sprite-telephone_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14224px; }
.sprite-telephone_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14240px; }
.sprite-telephone_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14256px; }
.sprite-telephone_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14272px; }
.sprite-television { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14288px; }
.sprite-television_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14304px; }
.sprite-television_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14320px; }
.sprite-text_align_center { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14336px; }
.sprite-text_align_justify { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14352px; }
.sprite-text_align_left { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14368px; }
.sprite-text_align_right { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14384px; }
.sprite-text_allcaps { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14400px; }
.sprite-text_bold { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14416px; }
.sprite-text_columns { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14432px; }
.sprite-text_dropcaps { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14448px; }
.sprite-text_heading_1 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14464px; }
.sprite-text_heading_2 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14480px; }
.sprite-text_heading_3 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14496px; }
.sprite-text_heading_4 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14512px; }
.sprite-text_heading_5 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14528px; }
.sprite-text_heading_6 { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14544px; }
.sprite-text_horizontalrule { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14560px; }
.sprite-text_indent { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14576px; }
.sprite-text_indent_remove { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14592px; }
.sprite-text_italic { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14608px; }
.sprite-text_kerning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14624px; }
.sprite-text_letter_omega { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14640px; }
.sprite-text_letterspacing { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14656px; }
.sprite-text_linespacing { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14672px; }
.sprite-text_list_bullets { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14688px; }
.sprite-text_list_numbers { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14704px; }
.sprite-text_lowercase { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14720px; }
.sprite-text_padding_bottom { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14736px; }
.sprite-text_padding_left { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14752px; }
.sprite-text_padding_right { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14768px; }
.sprite-text_padding_top { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14784px; }
.sprite-text_replace { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14800px; }
.sprite-text_signature { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14816px; }
.sprite-text_smallcaps { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14832px; }
.sprite-text_strikethrough { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14848px; }
.sprite-text_subscript { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14864px; }
.sprite-text_superscript { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14880px; }
.sprite-text_underline { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14896px; }
.sprite-text_uppercase { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14912px; }
.sprite-textfield { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14928px; }
.sprite-textfield_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14944px; }
.sprite-textfield_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14960px; }
.sprite-textfield_key { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14976px; }
.sprite-textfield_rename { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -14992px; }
.sprite-thumb_down { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15008px; }
.sprite-thumb_up { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15024px; }
.sprite-tick { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15040px; }
.sprite-time { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15056px; }
.sprite-time_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15072px; }
.sprite-time_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15088px; }
.sprite-time_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15104px; }
.sprite-timeline_marker { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15120px; }
.sprite-transmit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15136px; }
.sprite-transmit_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15152px; }
.sprite-transmit_blue { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15168px; }
.sprite-transmit_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15184px; }
.sprite-transmit_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15200px; }
.sprite-transmit_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15216px; }
.sprite-transmit_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15232px; }
.sprite-tux { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15248px; }
.sprite-user { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15264px; }
.sprite-user_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15280px; }
.sprite-user_comment { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15296px; }
.sprite-user_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15312px; }
.sprite-user_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15328px; }
.sprite-user_female { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15344px; }
.sprite-user_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15360px; }
.sprite-user_gray { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15376px; }
.sprite-user_green { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15392px; }
.sprite-user_orange { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15408px; }
.sprite-user_red { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15424px; }
.sprite-user_suit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15440px; }
.sprite-vcard { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15456px; }
.sprite-vcard_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15472px; }
.sprite-vcard_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15488px; }
.sprite-vcard_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15504px; }
.sprite-vector { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15520px; }
.sprite-vector_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15536px; }
.sprite-vector_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15552px; }
.sprite-wand { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15568px; }
.sprite-weather_clouds { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15584px; }
.sprite-weather_cloudy { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15600px; }
.sprite-weather_lightning { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15616px; }
.sprite-weather_rain { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15632px; }
.sprite-weather_snow { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15648px; }
.sprite-weather_sun { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15664px; }
.sprite-webcam { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15680px; }
.sprite-webcam_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15696px; }
.sprite-webcam_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15712px; }
.sprite-webcam_error { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15728px; }
.sprite-world { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15744px; }
.sprite-world_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15760px; }
.sprite-world_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15776px; }
.sprite-world_edit { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15792px; }
.sprite-world_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15808px; }
.sprite-world_link { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15824px; }
.sprite-wrench { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15840px; }
.sprite-wrench_orange { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15856px; }
.sprite-xhtml { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15872px; }
.sprite-xhtml_add { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15888px; }
.sprite-xhtml_delete { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15904px; }
.sprite-xhtml_go { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15920px; }
.sprite-xhtml_valid { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15936px; }
.sprite-zoom { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15952px; }
.sprite-zoom_in { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15968px; }
.sprite-zoom_out { width: 16px; height: 16px; background:url(css-sprite.png) no-repeat -0px -15984px; }

.pict_flow {
	display:inline-block;            /*åœ–ç‰‡èˆ‡æ–‡å­—åŒä¸€è¡Œ*/
	vertical-align:middle;           /*åœ–ç‰‡å°é½Šæ–‡å­—*/
}
.tr_column_name {
	background-color:#235AB6;
	text-align:center;
	color:#ffffff;
}
.table_all {
	background-color: #999999;
	border:1;
	border-collapse:collapse;
	/*width:100%;*/
}
.table_all tr>td,.table_all tr>th {
	height:30px;
	border: 1px #ffffff solid;
	padding:2px 4px;
}
.tr_column_value_a{
	background-color:#BFEBFF;
	color:#000000;
}
.tr_column_value_b{
	background-color:#FFF9E1;
	color:#000000;
}
.tr_column_value_c{
	background-color:#FF8F19;  /*#611BA3; */
	color:#ffffff;
}

/*立誠menu css*/
/* Menu styles */
.sysmenu {
    border:0px #000 solid;
    /*margin:-24px 0px 0px 12px;  lu_edit */
    padding:6px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	margin-top:-3px;
}

/* main menu styles */
#nav {
    display:inline-block;
    width:99.8%;
    margin:0px;
    padding:0px;
    background:#335599 url(../pict/bg.png) repeat-x 0 -110px;
    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
	font-size: 20px;
}
#nav li {
    margin:0px;
	padding:1px;
    float:left;
    position:relative;
    list-style:none;
    width: auto;
}
#nav a {
	font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:5px 10px;
    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, .7);
}

/* selected menu element */
#nav .current a, #nav li:hover  > a {
    background:#7788aa url(../pict/bg.png) repeat-x 0 -20px;
    color:#FF0000;
    border-top:1px solid #f8f8f8;
    box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}

/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
    background:none;
    border:none;
    color:#000;
}
#nav ul li a:hover {
    background:#335599 url(../pict/bg.png) repeat-x 0 -100px;
    color:#ff0000;
    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#nav ul li:first-child > a {
    -moz-border-radius-topleft:10px; /*some css3*/
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
    -moz-border-radius-bottomleft:10px; /*some css3*/
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

/* drop down */
#nav li:hover > ul {
    opacity:1;
    visibility:visible;
}
#nav ul {
    opacity:0;
    visibility:hidden;
    padding:0;
    width:240px;     /*子選單寬度*/
    position:absolute;
    background:#aabbcc url(../pict/bg.png) repeat-x 0 0;
    border:1px solid #7788aa;

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
    float:none;
    margin:0;
	line-height: 165%;
}
#nav ul a {
    font-weight:normal;
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
    left:240px; /*母子表單間距*/
    top:0px;
}

hr {
	margin-top:3px;
	margin-bottom:3px;
}

.memu-root{
	line-height: 110%;
}
