Subversion Repositories SmartDukaan

Rev

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

Rev 4151 Rev 5145
Line 2... Line 2...
2
 
2
 
3
ul.product-description li{
3
ul.product-description li{
4
        overflow: hidden;
4
        overflow: hidden;
5
        white-space: nowrap;
5
        white-space: nowrap;
6
        width: 100%;
6
        width: 100%;
7
/*      
-
 
8
 -moz-binding: url(./ellipsis.xml#ellipsis);
-
 
9
*/
-
 
10
}
7
}
11
#wrapper{
8
#wrapper{
12
	width:712px;
9
	width:712px;
13
	float:left;
10
	float:left;
14
}
11
}
Line 17... Line 14...
17
	font-size:12px;
14
	font-size:12px;
18
	font-weight:normal;
15
	font-weight:normal;
19
    border: 1px solid #cfcfcf;
16
    border: 1px solid #cfcfcf;
20
    vertical-align: middle;
17
    vertical-align: middle;
21
    background-color: transparent;
18
    background-color: transparent;
22
	/*
-
 
23
    -moz-border-radius: 4px;
-
 
24
    -moz-box-shadow: 1px 1px 5px #cfcfcf inset;
-
 
25
    */
-
 
26
}
19
}
27
 
20
 
28
option {
21
option {
29
   /** background-color: #fef5e6;  remove by ebizon **/
-
 
30
    border-bottom: 1px solid #ebdac0;
22
    border-bottom: 1px solid #ebdac0;
31
    border-right: 1px solid #d6bb86;
23
    border-right: 1px solid #d6bb86;
32
    border-left: 1px solid #d6bb86;
24
    border-left: 1px solid #d6bb86;
33
}
25
}
34
option:hover {
26
option:hover {
35
    cursor: pointer;
27
    cursor: pointer;
36
}
28
}
37
 
29
 
38
/*___ home page ___*/
30
/*___ home page ___*/
39
#products{	
31
#products{
40
	/*margin-top:5px;*/
-
 
41
/*	padding-bottom:10px; */
-
 
42
	/*min-height: 1000px;
-
 
43
	min-height:780px;*/
-
 
44
	background:#fff;
32
	background:#fff;
45
}
33
}
46
#productBanner{width:736px;}
34
#productBanner{width:736px;}
47
 
35
 
48
#products #bestDeals, 
36
#products #bestDeals, 
49
#products #latestArrivals,
37
#products #latestArrivals,
50
#products #bestSellers{
38
#products #bestSellers{
51
  /*padding:35px 15px 15px 25px;*/
39
  padding: 20px;
52
  padding: 20px; /*** Ebizon changes to equal padding ****/
-
 
53
}
40
}
54
 
41
 
55
/*** Ebizon changes for h1 ****/
42
/*** Ebizon changes for h1 ****/
56
 
43
 
57
.block-title{
44
.block-title{
Line 67... Line 54...
67
 
54
 
68
#products h1{
55
#products h1{
69
	color:#E47911;
56
	color:#E47911;
70
	font-size:18px;
57
	font-size:18px;
71
	padding-bottom:2px;
58
	padding-bottom:2px;
72
	/* margin-bottom:12px;  */   /* by ebizon */
-
 
73
        float:left;  /* by ebizon */
59
	float:left;
74
	/* border-bottom:1px solid #ccc;  */   /* by ebizon */
-
 
75
}
60
}
76
#products h1 a{
61
#products h1 a{
77
	font-size:11px;
62
	font-size:11px;
78
	margin:0 0 0 15px;
63
	margin:0 0 0 15px;
79
	/*margin:0 0 0 15px;*/
-
 
80
	padding:0;
64
	padding:0;
81
	float:right; /*** Ebizon changes to move the link to right ***/
65
	float:right;
82
	margin: 4px 0px 0px 0px; /** Ebizon Changes for remove bottom space *****/
66
	margin: 4px 0px 0px 0px;
83
}
67
}
84
#products .productItem{
68
#products .productItem{
85
	float:left;
69
	float:left;
86
	width:161px;
70
	width:161px;
87
	line-height:18px;
71
	line-height:18px;
Line 94... Line 78...
94
#products .productItem .productImg img	{
78
#products .productItem .productImg img	{
95
	margin-top: 8px;
79
	margin-top: 8px;
96
}
80
}
97
 
81
 
98
#products .productItem .productImg .offer {
82
#products .productItem .productImg .offer {
-
 
83
	background: url(/images/IconOfferPack_ProdList.png) no-repeat scroll 0 0 transparent;
-
 
84
	height: 43px;
-
 
85
	width: 43px;
-
 
86
	margin-top: 8px;
99
	padding-left: 5px;
87
	margin-left: 5px;
100
} 
88
} 
101
 
89
 
102
#products .productItem .productDetails{
90
#products .productItem .productDetails{
103
	height:125px;
91
	height:125px;
104
	padding-left: 13px;
92
	padding-left: 13px;
105
}
93
}
106
 
94
 
-
 
95
.nomargin {
-
 
96
	margin: 0px;
-
 
97
}
-
 
98
 
107
/** Ebizon changes provide class name "inside-content" for inline css **/
99
/** Ebizon changes provide class name "inside-content" for inline css **/
108
#products .productDetails .inside-content {
100
#products .productDetails .inside-content {
109
  padding-bottom: 5px;
101
  padding-bottom: 5px;
110
}  
102
}  
111
#products .productItem .productDetails .title{
103
#products .productItem .productDetails .title{
112
	font-weight:bold;
104
	font-weight:bold;
113
	line-height:14px;
105
	line-height:14px;
114
  padding-bottom: 10px;	/** Ebizon changes for inline css **/
106
  padding-bottom: 10px;
115
}
107
}
116
#products .productItem .productDetails .originalPrice{
108
#products .productItem .productDetails .originalPrice{
117
	text-decoration:line-through;
109
	text-decoration:line-through;
118
	font-size:11px;
110
	font-size:11px;
119
}
111
}
Line 178... Line 170...
178
	margin-left:1px;
170
	margin-left:1px;
179
}
171
}
180
 
172
 
181
#productList .productListTop,
173
#productList .productListTop,
182
#productListing .productListTop{
174
#productListing .productListTop{
183
	/*padding:10px 16px 12px 16px;*/
175
	padding: 10px 16px 3px 16px;
184
	padding: 10px 16px 3px 16px;/** Ebizon changes for make bottom line align with filter bottom line image ****/
-
 
185
	color:#333333;
176
	color:#333333;
186
	border-bottom:1px solid #ccc;
177
	border-bottom:1px solid #ccc;
187
}
178
}
188
#productList .productListBottom,
179
#productList .productListBottom,
189
#productListing .productListBottom{
180
#productListing .productListBottom{
Line 258... Line 249...
258
#productList .productItem,
249
#productList .productItem,
259
#productListing .productItem{
250
#productListing .productItem{
260
	position:relative;
251
	position:relative;
261
	margin:16px 3px 16px 3px;
252
	margin:16px 3px 16px 3px;
262
	width:249px;
253
	width:249px;
263
	/*height:210px;*/
-
 
264
}
254
}
265
 
255
 
266
#productList .productItem .offer-image,
256
#productList .productItem .offer-image,
267
#productListing .productItem .offer-image{
257
#productListing .productItem .offer-image{
268
	position:absolute; 
258
	position:absolute; 
Line 316... Line 306...
316
	line-height:18px;
306
	line-height:18px;
317
}
307
}
318
#productList .productItem .productDesp ul,
308
#productList .productItem .productDesp ul,
319
#productListing .productItem .productDesp ul{list-style:none;}
309
#productListing .productItem .productDesp ul{list-style:none;}
320
 
310
 
321
/* 
-
 
322
#productList .productItem .productDetails .newPrice{
-
 
323
  float:left;
-
 
324
  clear:left; 
-
 
325
}by ebizon */
-
 
326
/*
-
 
327
ul.product-description li{
-
 
328
	background-image:url(../images/black-bullet.jpg);
-
 
329
	background-position:0 7px;
-
 
330
	background-repeat:no-repeat;
-
 
331
  padding-left:8px;
-
 
332
}
-
 
333
.best-deals ul.product-description li ,
-
 
334
.latest-arrival ul.product-description li {
-
 
335
list-style:none !important;
-
 
336
background:none;
-
 
337
padding-left:0;
-
 
338
}
-
 
339
*/
-
 
340
/*___ Product Category : Multifaceted Search ___*/
311
/*___ Product Category : Multifaceted Search ___*/
341
#multifacetedSearch{
312
#multifacetedSearch{
342
	float:left;
313
	float:left;
343
	width:172px;
314
	width:172px;
344
	padding:10px 0;
315
	padding:10px 0;
Line 715... Line 686...
715
#forgetPass dd{
686
#forgetPass dd{
716
	margin:10px 0 30px 50px;
687
	margin:10px 0 30px 50px;
717
	width:300px;
688
	width:300px;
718
}
689
}
719
#forgetPass .spacing{margin-top:20px;}
690
#forgetPass .spacing{margin-top:20px;}
720
 
-
 
721
/* 24 march for safari 
-
 
722
 
-
 
723
@media screen and (-webkit-min-device-pixel-ratio:0)
-
 
724
{
-
 
725
#productDetail .middle{min-height:63px;}
-
 
726
}
-
 
727
*/
-
 
728
691