Subversion Repositories SmartDukaan

Rev

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

Rev 1035 Rev 1102
Line 134... Line 134...
134
	border:none;
134
	border:none;
135
	display: none; /**** Ebizon changes for inline css ****/
135
	display: none; /**** Ebizon changes for inline css ****/
136
}
136
}
137
#signin_menu .top{
137
#signin_menu .top{
138
	line-height:16px;
138
	line-height:16px;
139
	background:url(../images/notification-top.png) no-repeat;
139
	/*background:url(../images/notification-top.png) no-repeat;*/
-
 
140
	background: url("../images/login-sprite.png") repeat-y scroll 0px 0px transparent;
140
}
141
}
141
 
142
 
142
#signin_menu .middle{
143
#signin_menu .middle{
143
	background:url(../images/notification-ver-bar.png) repeat-y;
144
	/*background:url(../images/notification-ver-bar.png) repeat-y;*/
-
 
145
	 background: url("../images/login-sprite.png") repeat-y scroll -272px 0 transparent;
144
}
146
}
145
 
147
 
146
#signin_menu .middle dl{padding:15px 0;}
148
#signin_menu .middle dl{padding:15px 0;}
147
#signin_menu .middle dt{
149
#signin_menu .middle dt{
148
	float:left;
150
	float:left;
Line 183... Line 185...
183
	padding-right:18px;
185
	padding-right:18px;
184
    background:transparent url(../images/spriteme1.png) no-repeat scroll 40px -893px;
186
    background:transparent url(../images/spriteme1.png) no-repeat scroll 40px -893px;
185
}
187
}
186
#signin_menu .bottom{
188
#signin_menu .bottom{
187
	height:65px;
189
	height:65px;
188
	background:url(../images/signin-bottom.png) no-repeat bottom left;
190
	/*background:url(../images/signin-bottom.png) no-repeat bottom left;*/
-
 
191
	background: url("../images/login-sprite.png") repeat-y scroll -547px 0 transparent;
189
}
192
}
190
#signin_menu .bottom a{
193
#signin_menu .bottom a{
191
	color:#fff;
194
	color:#fff;
192
	text-decoration:none;
195
	text-decoration:none;
193
}
196
}
Line 331... Line 334...
331
    background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -625px;
334
    background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -625px;
332
}
335
}
333
#customerService #customerPhone,
336
#customerService #customerPhone,
334
#customerService #customerPhone img,
337
#customerService #customerPhone img,
335
#customerService #customerPhone span{float:left;}
338
#customerService #customerPhone span{float:left;}
336
#customerService #customerPhone span{margin-top:10px; margin-left:92px;}
339
#customerService #customerPhone span{margin-top:10px; margin-left:52px;}
337
 
340
 
338
#customerService #customerPhone img{
341
#customerService #customerPhone img{
339
clip:rect(0px, 44px, 42px, 0px);
342
clip:rect(0px, 44px, 42px, 0px);
340
left:40px;
343
left:40px;
341
line-height:10px;
344
line-height:10px;
Line 840... Line 843...
840
 
843
 
841
 
844
 
842
/**  by ebizon for buttons new  **/
845
/**  by ebizon for buttons new  **/
843
 
846
 
844
.grey-left {
847
.grey-left {
845
	background:transparent url(../images/search-left.jpg) no-repeat scroll 0 0;
848
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll 0 0;
846
}
849
}
847
.grey-right {
850
.grey-right {
848
	background:transparent url(../images/search-right.jpg) no-repeat scroll right top;
851
	background:transparent url(../images/search-sprite.jpg) no-repeat scroll right top;
849
}
852
}
850
.grey-center {
853
.grey-center {
851
	/*background:transparent url(../images/search-hor-bar.jpg) repeat-x scroll 0 0;*/
854
	/*background:transparent url(../images/search-hor-bar.jpg) repeat-x scroll 0 0;*/
852
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -619px;
855
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -619px;
853
	margin:0 4px;
856
	margin:0 4px;
854
}
857
}
855
.yellow-left {
858
.yellow-left {
856
	background:transparent url(../images/buttons/big-button-left.jpg) no-repeat scroll 0 0;
859
	  background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 0 -29px transparent;
857
}
860
}
858
.yellow-right {
861
.yellow-right {
859
	background:transparent url(../images/buttons/big-button-right.jpg) no-repeat scroll right top;
862
	background: url("../images/buttons/big-button-sprite.png") no-repeat scroll 83px -58px transparent;
860
}
863
}
861
.yellow-center {
864
.yellow-center {
862
	background:transparent url(../images/buttons/big-button-hor-bar.jpg) repeat-x scroll 0 0;
865
	background: url("../images/buttons/big-button-sprite.png") repeat-x scroll 0 0 transparent;
863
	height:28px !important;
866
	height:28px !important;
864
	margin:0 5px;
867
	margin:0 5px;
865
}
868
}
866
/* .yellow-center .button {
869
/* .yellow-center .button {
867
	background:transparent none repeat scroll 0 0;
870
	background:transparent none repeat scroll 0 0;
Line 1202... Line 1205...
1202
}
1205
}
1203
	
1206
	
1204
 @media screen and (-webkit-min-device-pixel-ratio:0) {
1207
 @media screen and (-webkit-min-device-pixel-ratio:0) {
1205
.yellow-image input.button{margin-top:1px;}
1208
.yellow-image input.button{margin-top:1px;}
1206
} 
1209
} 
-
 
1210
#subWrapper {
-
 
1211
  margin-top:5px;
-
 
1212
}
-
 
1213
#subWrapper .top .right {
-
 
1214
    background: url("../images/product-detail-top-right.jpg") no-repeat scroll right top transparent;
-
 
1215
    line-height: 5px;
-
 
1216
}
-
 
1217
#subWrapper .top .left {
-
 
1218
    background: url("../images/product-detail-top-left.jpg") no-repeat scroll 0 0 transparent;
-
 
1219
}
-
 
1220
#subWrapper .top {
-
 
1221
    background: none repeat scroll 0 0 #FFFFFF;
-
 
1222
}
-
 
1223
#subWrapper .bottom {
-
 
1224
    background: none repeat scroll 0 0 #FFFFFF;
-
 
1225
} 
-
 
1226
#subWrapper .bottom .left {
-
 
1227
    background: url("../images/product-detail-bottom-left.jpg") no-repeat scroll left bottom transparent;
-
 
1228
}
-
 
1229
#subWrapper .bottom .right {
-
 
1230
    background: url("../images/product-detail-bottom-right.jpg") no-repeat scroll right bottom transparent;
-
 
1231
    line-height: 5px;
-
 
1232
}
-
 
1233
/*==== img src sprite images css ====*/
-
 
1234
.add-to-research-icon {
-
 
1235
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -34px 0px transparent;
-
 
1236
	float:left;
-
 
1237
	width:26px;
-
 
1238
	height:26px;
-
 
1239
}
-
 
1240
.addtocart {
-
 
1241
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll 0px 0px transparent;
-
 
1242
	float:left;
-
 
1243
	width:26px;
-
 
1244
	height:26px;
-
 
1245
}
-
 
1246
#sidebar #customerService .floatLeft a {
-
 
1247
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -62px 0px transparent;
-
 
1248
	height:42px;
-
 
1249
	width:40px;
-
 
1250
	float:left;
1207
 
1251
}
-
 
1252
#sidebar #customerService #customerPhone {
-
 
1253
	width: 197px;
-
 
1254
	background: url("../images/cart-ms-call-sprite.png") no-repeat scroll -104px 0px transparent;
-
 
1255
	min-height: 42px;
1208
 
1256
}
-
 
1257
/*==== End img src sprite images css ====*/
1209
1258