Subversion Repositories SmartDukaan

Rev

Rev 3862 | Rev 4017 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3862 Rev 3863
Line 44... Line 44...
44
 
44
 
45
a img {border:0;}
45
a img {border:0;}
46
 
46
 
47
input, select, textarea{outline:none;}
47
input, select, textarea{outline:none;}
48
 
48
 
49
/*___ Header ___*/
-
 
50
#header{background:#ffffff;}
-
 
51
#header .content{
-
 
52
	width:980px;
-
 
53
	margin:0 auto;
-
 
54
	padding:10px 0 7px 0;
-
 
55
}
-
 
56
 
-
 
57
#logo{
-
 
58
	float:left;
-
 
59
	/*
-
 
60
	margin-left:15px;
-
 
61
	*/
-
 
62
}
-
 
63
 
-
 
64
#headerRight{
-
 
65
	float:right;
-
 
66
	width:650px;
-
 
67
	margin-top:4px;
-
 
68
	font-weight:bold;
-
 
69
	font-size:11px;
-
 
70
	color:#999;
-
 
71
}
-
 
72
 
-
 
73
#headerRight table	{
-
 
74
	float: right;
-
 
75
	margin-bottom: 12px;
-
 
76
}
-
 
77
 
-
 
78
#connectors	{
-
 
79
	float: right;
-
 
80
	margin-bottom: 12px;
-
 
81
}
-
 
82
 
-
 
83
#connectors	ul{
-
 
84
	list-style-type: none;
-
 
85
}
-
 
86
 
-
 
87
#connectors	ul li{
-
 
88
	display: inline;
-
 
89
}
-
 
90
 
-
 
91
#android_festival span, #social_icons span	{
-
 
92
	padding-bottom: 5px;
-
 
93
}
-
 
94
 
-
 
95
.discount	{
-
 
96
	font-size: 13px;
-
 
97
	color: #010101;
-
 
98
	vertical-align: middle;
-
 
99
}
-
 
100
 
-
 
101
.customer_service {
-
 
102
	font-size: 13px;
-
 
103
	color: #010101;
-
 
104
	vertical-align: middle;
-
 
105
	margin-left:30px;
-
 
106
}
-
 
107
 
-
 
108
.social_icons	img{
-
 
109
	height: 25px;
-
 
110
	vertical-align: middle;
-
 
111
}
-
 
112
 
-
 
113
.contact_us_icons img{
-
 
114
	height: 20px;
-
 
115
	vertical-align: middle;
-
 
116
}
-
 
117
 
-
 
118
 
-
 
119
.customer-service-mail {
-
 
120
	height:42px;
-
 
121
	width:40px;
-
 
122
}
-
 
123
 
-
 
124
#sidebar #customerService #customerPhone {
-
 
125
	width: 197px;
-
 
126
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -104px 0px transparent;
-
 
127
	min-height: 42px;
-
 
128
}
-
 
129
 
-
 
130
 
-
 
131
#welcome_msg{
-
 
132
	float:right;
-
 
133
	width:250px;
-
 
134
	margin-right:10px;
-
 
135
	text-align:right;
-
 
136
	color:#010101;
-
 
137
}
-
 
138
#headerRight #login_span{
-
 
139
	float:right;
-
 
140
	color:#0066cc;
-
 
141
}
-
 
142
.facebook{
-
 
143
	padding:3px 25px 5px 0;
-
 
144
	/*background:url(../images/buttons/facebook-header.jpg) no-repeat 68px 0px;*/
-
 
145
	background:url(../images/buttons/facebook-header.jpg) no-repeat top right;
-
 
146
}
-
 
147
#subscribe{
-
 
148
	float:left;
-
 
149
	margin:5px 0 0 107px;
-
 
150
	padding:2px 0;
-
 
151
	color:#666;
-
 
152
	border-right:1px solid #848484;
-
 
153
}
-
 
154
#subscribe span{margin-right:6px;}
-
 
155
#subscribe input, #subscribe span{float:left;}
-
 
156
#subscribe .textbox{
-
 
157
	width:205px;
-
 
158
	margin-right:3px;
-
 
159
	padding:3px;
-
 
160
	height:14px;
-
 
161
	color:#999;
-
 
162
	font-size:11px;
-
 
163
	border:1px solid #848484;
-
 
164
}
-
 
165
#subscribe .button{
-
 
166
	background:url(../images/buttons/go.jpg) no-repeat;
-
 
167
	border:none;
-
 
168
	width:31px;
-
 
169
	height:21px;
-
 
170
	margin:1px 6px 0 0;
-
 
171
}
-
 
172
 
-
 
173
#facebookFindUsOn{
-
 
174
	float:right;
-
 
175
	margin-top:5px;
-
 
176
	width:104px;
-
 
177
}
-
 
178
 
-
 
179
/*___ Main ___*/
49
/*___ Main ___*/
180
#registration div.middle	{
50
#registration div.middle	{
181
	min-height: 550px;
51
	min-height: 550px;
182
}
52
}
183
 
53