1/* 	Delicious Button v1.1
2Blog : http://www.moretechtips.net
3Project: http://code.google.com/p/delicious-button/
4Copyright 2010 [Mike @ moretechtips.net]
5Licensed under the Apache License, Version 2.0
6(the "License"); you may not use this file except in compliance with the License.
7You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 */
8.social_share_privacy_area.box .delicious .delicious-widget,
9.social_share_privacy_area.box .delicious img.privacy_dummy {
10	width: 50px;
11	height: 62px;
12}
13.social_share_privacy_area.line .delicious .delicious-widget,
14.social_share_privacy_area.line .delicious img.privacy_dummy {
15	width: 75px;
16	height: 20px;
17	margin-right: 20px;
18}
19.social_share_privacy_area.box .delicious div.delicious-widget {
20	font-family:Arial,Tahoma,Sans-Serif;
21	font-size:11px;
22	width:50px;
23	margin: 0 auto;
24}
25.social_share_privacy_area.box .delicious a.icon,
26.social_share_privacy_area.box .delicious a.count {
27	color:#FFF!important;
28	display:block;
29	-webkit-border-radius:3px;
30	-moz-border-radius:3px;
31	-o-border-radius:3px;
32	border-radius:3px;
33	outline:none!important;
34	text-decoration:none!important;
35}
36.social_share_privacy_area.box .delicious a.icon {
37	background:#fff;
38	border:1px solid #ccc;
39	height:38px;
40	overflow:hidden;
41	position:relative;
42	direction:ltr;
43}
44.social_share_privacy_area.box .delicious a.icon:hover {
45	border-color:#666;
46}
47.social_share_privacy_area.box .delicious a.count {
48	margin-top:2px;
49	text-align:center;
50	font-size:12px;
51	line-height:18px;
52	height:18px;
53	background:#3274D0;
54	border:#3274D0 1px solid;
55	text-shadow:#2A5580 1px 1px 0;
56}
57.social_share_privacy_area.box .delicious a.count:hover {
58	background:#369;
59	border-color:#369;
60}
61.social_share_privacy_area.box .delicious a.count:active {
62	background:#000;
63	border:#333 1px solid;
64	text-shadow:#222 1px 1px 0;
65	outline:none;
66}
67.social_share_privacy_area.line .delicious div.delicious-widget {
68	font-family:Arial,Tahoma,Sans-Serif;
69	font-size:11px;
70	width:76px;
71}
72.social_share_privacy_area.line .delicious a.icon,
73.social_share_privacy_area.line .delicious a.count {
74	display:block;
75	float:left;
76	line-height:18px;
77	border:#666 solid 1px;
78	-webkit-border-radius:3px;
79	-moz-border-radius:3px;
80	-o-border-radius:3px;
81	border-radius:3px;
82	outline:none!important;
83	text-decoration:none!important;
84	height:18px;
85	overflow:hidden;
86	color:#FFF!important;
87}
88.social_share_privacy_area.line .delicious a.icon {
89	background:#fff;
90	border-color:#ccc;
91	width:20px;
92	position:relative;
93	direction:ltr;
94	margin-right:1px;
95}
96.social_share_privacy_area.line .delicious a.icon:hover {
97	border-color:#666;
98}
99.social_share_privacy_area.line .delicious a.count {
100	font-size:12px;
101	background:#3274D0;
102	border-color:#3274D0;
103	width:50px;
104	text-align:center;
105	text-shadow:#2A5580 1px 1px 0;
106}
107.social_share_privacy_area.line .delicious a.count:hover {
108	background:#369;
109	border-color:#369;
110	text-shadow:#369 1px 1px 0;
111}
112.social_share_privacy_area.line .delicious a.count:active {
113	background:#000;
114	border-color:#333;
115	text-shadow:#222 1px 1px 0;
116}
117.social_share_privacy_area.box .delicious a.icon:hover *,
118.social_share_privacy_area.line .delicious a.icon:hover * {
119	opacity:0.85;
120	filter:alpha(opacity=85);
121}
122.social_share_privacy_area.box .delicious a.icon *,
123.social_share_privacy_area.line .delicious a.icon * {
124	width:50%;
125	height:50%;
126	position:absolute;
127	margin:0!important;
128}
129.social_share_privacy_area.box .delicious div.delicious1,
130.social_share_privacy_area.line .delicious div.delicious1 {
131	background:#3274D0;
132	left:50%;
133	top:0;
134}
135.social_share_privacy_area.box .delicious div.delicious2,
136.social_share_privacy_area.line .delicious div.delicious2 {
137	background:#000;
138	left:0;
139	top:50%;
140}
141.social_share_privacy_area.box .delicious div.delicious3,
142.social_share_privacy_area.line .delicious div.delicious3 {
143	background:#D3D2D2;
144	left:50%;
145	top:50%;
146}
147.social_share_privacy_area.box .delicious a.count i,
148.social_share_privacy_area.line .delicious a.count i {
149	display:none;
150	font-style:normal;
151}
152.social_share_privacy_area.box .delicious a.count b,
153.social_share_privacy_area.line .delicious a.count b {
154	font-weight:normal;
155}
156