Subversion Repositories SmartDukaan

Rev

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

Rev 3525 Rev 3830
Line 7... Line 7...
7
/*      
7
/*      
8
 -moz-binding: url(./ellipsis.xml#ellipsis);
8
 -moz-binding: url(./ellipsis.xml#ellipsis);
9
*/
9
*/
10
}
10
}
11
#wrapper{
11
#wrapper{
12
	width:735px;
12
	width:692px;
13
	float:left;
13
	float:left;
14
	/*margin-bottom:5px;*/
-
 
15
}
14
}
16
#productDetail{margin-bottom:4px;}
-
 
17
#productDetail .top{background: #fff; }
-
 
18
#productDetail .top .left{background: url(../images/product-sprite.png) no-repeat 0 -569px;}
-
 
19
#productDetail .top .right{
-
 
20
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
-
 
21
	line-height:5px;
-
 
22
}
-
 
23
 
-
 
24
#productDetail .middle{background: #fff;}
-
 
25
#productDetail .middle .link{
-
 
26
	font-weight:bold;
-
 
27
	padding:5px 0 2px 45px;
-
 
28
	background:url(../images/right-arrow-blue.jpg) no-repeat 25px 9px;
-
 
29
	border-top:1px solid #ccc;
-
 
30
}
-
 
31
#productDetail .content{
-
 
32
	padding:0 10px 5px 25px;
-
 
33
}
-
 
34
#productDetail .content .blockLeft{
-
 
35
	float:left;
-
 
36
	/*width:400px;*/ width:460px; /* by ebizon */
-
 
37
	color:#333333;
-
 
38
}
-
 
39
#productDetail .blockLeft #breadcrumb{
-
 
40
	color:#5C6565;
-
 
41
	font-size:10px;
-
 
42
	font-weight:bold;
-
 
43
	line-height:10px;
-
 
44
}
-
 
45
#productDetail .blockLeft #breadcrumb a.deselect{
-
 
46
	color:#5C6565;
-
 
47
	text-decoration:none;
-
 
48
}
-
 
49
 
-
 
50
 
15
 
51
#colorselector {
16
#colorselector {
52
	font-size:12px;
17
	font-size:12px;
53
	font-weight:normal;
18
	font-weight:normal;
54
    border: 1px solid #cfcfcf;
19
    border: 1px solid #cfcfcf;
Line 68... Line 33...
68
}
33
}
69
option:hover {
34
option:hover {
70
    cursor: pointer;
35
    cursor: pointer;
71
}
36
}
72
 
37
 
73
#productDetail .blockLeft #productHeading{
-
 
74
	margin-top:10px;
-
 
75
	font-size:18px;
-
 
76
	color:#030303;
-
 
77
}
-
 
78
#productDetail .blockLeft #productSubHeading{
-
 
79
	margin:-3px 0 12px 0;
-
 
80
	font-size:11px;
-
 
81
	font-weight:normal;
-
 
82
	color:#666666;
-
 
83
}
-
 
84
#productDetail .blockLeft .finalPrice{
-
 
85
	color:#990000;
-
 
86
	font-size:14px;
-
 
87
	font-weight:bold;
-
 
88
}
-
 
89
 
-
 
90
#productDetail .blockLeft .mrpPrice{
-
 
91
	font-size:14px;
-
 
92
	text-decoration: line-through;
-
 
93
}
-
 
94
 
-
 
95
#productDetail .blockLeft .imgTextBox {
-
 
96
	float:left;
-
 
97
	width:80px;
-
 
98
	margin:0 5px;
-
 
99
}
-
 
100
#productDetail .blockLeft .imgTextBox .left{background:url(../images/textbox-left.jpg) no-repeat;}
-
 
101
#productDetail .blockLeft .imgTextBox .right{background:url(../images/textbox-right.jpg) no-repeat top right;}
-
 
102
#productDetail .blockLeft .imgTextBox .center{
-
 
103
	margin:0 5px;
-
 
104
	background:url(../images/textbox-hor-bar.jpg) repeat-x;
-
 
105
}
-
 
106
#productDetail .blockLeft .imgTextBox .textbox{
-
 
107
 
-
 
108
	width:68px;
-
 
109
	/*
-
 
110
	padding:4px 0 4px 0;	
-
 
111
	font-size:14px;
-
 
112
	border:1px solid #ccc;
-
 
113
	background:none; by ebizon*/
-
 
114
}
-
 
115
#productDetail .blockLeft #shipTime{
-
 
116
	float:left;
-
 
117
	font-weight:bold;
-
 
118
}
-
 
119
#productDetail .blockLeft .img{
-
 
120
	float:left;
-
 
121
	margin:4px 0 0 2px;
-
 
122
}
-
 
123
#productDetail .content .blockRight{
-
 
124
	float:right;
-
 
125
	width:200px;
-
 
126
	margin-top:38px;
-
 
127
}
-
 
128
/*#productDetail .blockRight .bigImgButton{
-
 
129
	width:100px;
-
 
130
	width:105px;
-
 
131
	font-weight:bold;
-
 
132
}*/
-
 
133
#productDetail .blockRight .bigImgButton a{
-
 
134
	display:block;
-
 
135
	padding:3px 2px;
-
 
136
}
-
 
137
/*#productDetail .blockRight .button{
-
 
138
	cursor:pointer;
-
 
139
	margin-left:-4px;
-
 
140
	width:88px;
-
 
141
	width:90px;
-
 
142
	padding-top:5px;
-
 
143
	font-weight:bold;
-
 
144
	border:none;
-
 
145
	background:none;
-
 
146
}*/
-
 
147
#productDetail .blockRight #rating{
-
 
148
	padding-top:18px;
-
 
149
	font-size:14px;
-
 
150
	font-weight:bold;
-
 
151
}
-
 
152
#productDetail .blockRight #amazonRatingStar,
-
 
153
#productDetail .blockRight #shop2020RatingStar{
-
 
154
	float:left;
-
 
155
	margin-top:4px; 
-
 
156
	padding-left:5px;
-
 
157
}
-
 
158
 
-
 
159
#productDetail .blockRight #amazonRatingStar img,
-
 
160
#productDetail .blockRight #shop2020RatingStar img{float:left;}
-
 
161
 
-
 
162
#productDetail .bottom{background: #fff;}
-
 
163
#productDetail .bottom .left{background: url(../images/product-sprite.png) no-repeat 0 -459px;}
-
 
164
#productDetail .bottom .right{
-
 
165
	background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
-
 
166
	line-height:5px;
-
 
167
}
-
 
168
 
-
 
169
/*___ home page ___*/
38
/*___ home page ___*/
170
#products{	
39
#products{	
171
	/*margin-top:5px;*/
40
	/*margin-top:5px;*/
172
	padding-bottom:10px;
41
/*	padding-bottom:10px; */
173
	/*min-height: 1000px;*/
42
	/*min-height: 1000px;
174
	min-height:780px;
43
	min-height:780px;*/
175
	background:#fff;
44
	background:#fff;
176
}
45
}
177
#productBanner{width:736px;}
46
#productBanner{width:736px;}
178
 
47
 
179
#products #bestDeals, 
48
#products #bestDeals, 
Line 215... Line 84...
215
#products .productItem{
84
#products .productItem{
216
	float:left;
85
	float:left;
217
	width:148px;
86
	width:148px;
218
	/*height:285px;*/
87
	/*height:285px;*/
219
	line-height:18px;
88
	line-height:18px;
-
 
89
	padding-left: 13px;
220
}
90
}
221
#products .productItem .productImg{
91
#products .productItem .productImg{
222
	position:relative;
92
	position:relative;
223
	height:140px;
93
	height:130px;
224
	margin-bottom:5px;
94
	margin-bottom:5px;
225
}
95
}
226
#products .productItem .productImg img{
96
#products .productItem .productImg img{
227
	position:absolute;
97
	position:absolute;
228
	bottom:0;
98
	bottom:0;
229
}
99
}
230
#products .productItem .productDetails{
100
#products .productItem .productDetails{
231
height:140px;
101
height:125px;
-
 
102
/*padding-bottom: 5px; */
232
padding-bottom: 5px; /** Ebizon changes for inline css **/
103
/** Ebizon changes for inline css **/
233
}
104
}
234
/** Ebizon changes provide class name "inside-content" for inline css **/
105
/** Ebizon changes provide class name "inside-content" for inline css **/
235
#products .productDetails .inside-content {
106
#products .productDetails .inside-content {
236
  padding-bottom: 5px;
107
  padding-bottom: 5px;
237
}  
108
}  
Line 251... Line 122...
251
	padding:2px 0 4px 0;
122
	padding:2px 0 4px 0;
252
}
123
}
253
#products .productItem .productDesp{
124
#products .productItem .productDesp{
254
	font-size:11px;
125
	font-size:11px;
255
	line-height:16px;
126
	line-height:16px;
256
	padding-bottom:5px;
127
	padding-bottom:2px;
257
}
128
}
258
#products .productItem .productDesp ul{list-style:none;}
129
#products .productItem .productDesp ul{list-style:none;}
259
#products .spacing{
130
#products .spacing{
260
	float:left;
131
	float:left;
261
	width:32px;
132
	width:32px;
Line 299... Line 170...
299
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
170
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
300
	min-height:1000px;
171
	min-height:1000px;
301
}
172
}
302
#productCat #productList{
173
#productCat #productList{
303
	float:left;
174
	float:left;
304
	width:562px;
175
	width:515px;
305
	margin-left:1px;
176
	margin-left:1px;
306
}
177
}
307
 
178
 
308
#productList .productListTop,
179
#productList .productListTop,
309
#productListing .productListTop{
180
#productListing .productListTop{
Line 376... Line 247...
376
#productList .pagination1 span,
247
#productList .pagination1 span,
377
#productList .pagination2 span,
248
#productList .pagination2 span,
378
#productListing .pagination2 span{color:#666;}
249
#productListing .pagination2 span{color:#666;}
379
 
250
 
380
#productListCenter2 .floatLeft,
251
#productListCenter2 .floatLeft,
381
#productListing .floatLeft{padding-left:70px;}
252
#productListing .floatLeft{padding-left:60px;}
382
#productListCenter2 .floatRight,
253
#productListCenter2 .floatRight,
383
#productListing .floatRight{padding-right:70px;}
254
#productListing .floatRight{padding-right:60px;}
384
 
255
 
385
#productList .productItem,
256
#productList .productItem,
386
#productListing .productItem{
257
#productListing .productItem{
387
	position:relative;
258
	position:relative;
388
	margin:16px;
259
	margin:16px 3px 16px 3px;
389
	width:249px;
260
	width:249px;
390
	/*height:210px;*/
261
	/*height:210px;*/
391
}
262
}
392
 
263
 
393
#productList .productItem .productImg,
264
#productList .productItem .productImg,
Line 613... Line 484...
613
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
484
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
614
	min-height:1000px;
485
	min-height:1000px;
615
}
486
}
616
#searchResult #searchResultContent{
487
#searchResult #searchResultContent{
617
	float:left;
488
	float:left;
618
	width:562px;
489
	width:515px;
619
	margin-left:1px;
490
	margin-left:1px;
620
}
491
}
621
#searchResult .productListTop{
492
#searchResult .productListTop{
622
	padding:10px 16px 12px 16px;
493
	padding:10px 16px 12px 16px;
623
	color:#333333;
494
	color:#333333;
Line 674... Line 545...
674
	font-weight:bold;
545
	font-weight:bold;
675
	text-decoration:none;
546
	text-decoration:none;
676
}
547
}
677
 
548
 
678
#searchResult #productListCenter{padding:10px 0;}
549
#searchResult #productListCenter{padding:10px 0;}
679
#searchResult #productListCenter .productItem{margin:10px 0 10px 15px;}
550
#searchResult #productListCenter .productItem{margin:10px 0 10px 0px;}
680
#searchResult #productListCenter .productItem .productImg{
551
#searchResult #productListCenter .productItem .productImg{
681
	position:relative;
552
	position:relative;
682
	float:left;
553
	float:left;
683
	width:103px;
554
	width:103px;
684
	text-align:center;
555
	text-align:center;
Line 711... Line 582...
711
#searchResult #productListCenter .productItem .productDesp ul{list-style:none;}
582
#searchResult #productListCenter .productItem .productDesp ul{list-style:none;}
712
 
583
 
713
#searchResult #productListCenter .productItem .productPrice{
584
#searchResult #productListCenter .productItem .productPrice{
714
	float:left;
585
	float:left;
715
	margin-left:15px;
586
	margin-left:15px;
716
	width:97px;
587
	width:67px;
717
}
588
}
718
#searchResult #productListCenter .productItem .productPrice .originalPrice{
589
#searchResult #productListCenter .productItem .productPrice .originalPrice{
719
	text-decoration:line-through;
590
	text-decoration:line-through;
720
	font-size:11px;
591
	font-size:11px;
721
}
592
}