-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·496 lines (447 loc) · 22.3 KB
/
style.css
File metadata and controls
executable file
·496 lines (447 loc) · 22.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0px;
border: 0;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
html a {
outline:none;
}
input {
outline:none;
}
input[type="button"], input[type="submit"] {
border:0px;
}
.over-flow {
overflow:hidden;
}
.over-block {
display:inline-block;
}
a {
color:#004B91;
text-decoration:none;
}
a:hover {
color:#ff7819;
text-decoration:none;
}
body {
color:#333;
background:#ffffff;
font-family:Tahoma, Geneva, sans-serif;
line-height:1;
}
@font-face {
font-family: 'myriad_pro_lightbold';
src: url('../fonts/myriadpro-semibold-webfont.eot');
src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/myriadpro-semibold-webfont.woff') format('woff'),
url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
url('../fonts/myriadpro-semibold-webfont.svg#myriad_pro_lightbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaRgRegular';
src: url('../fonts/proximanova-regular-webfont.eot');
src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
/*url('../fonts/proximanova-regular-webfont.woff') format('woff'),*/
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('../fonts/proximanova-regular-webfont.svg#ProximaNovaRgRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaRgBold';
src: url('../fonts/proximanova-bold-webfont.eot');
src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-bold-webfont.woff') format('woff'),
url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-bold-webfont.svg#ProximaNovaRgBold') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'ProximaNovaLtBold';
src: url('../fonts/proximanova-semibold-webfont.eot');
src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-semibold-webfont.svg#ProximaNovaLtBold') format('svg');
font-weight: normal;
font-style: normal;
}
.main-container{max-width:100%; }
.header{
display: inline-block;
width: 100%;
}
#header-top {
overflow:hidden;
}
#header-top span{ font:1.7em Tahoma, Geneva, sans-serif;margin-top:24px; padding-bottom:2px; float:left; width:5%}
.logo-main {
padding-top:9px;
border:#e6e6e6 1px solid; border-bottom-right-radius:10px; padding-bottom:11px; margin-left:7px; border-left:none; border-top:none;padding-right:15px;}
.header-right{ float:left; padding-right:0px; width:82%}
.header-left{ width:16% !important}
.header-top-right {
border-bottom:#d2d8df 1px solid;
padding:5px 0;
display:block;
float:left;
width:94%;
}
.header-top-right em{ font-size:1.1em; display:inline-block;margin-top:25px; font-style:normal}
.header-top-right img{ float:right}
.header-top-right strong{ font-style:italic;}
.header-right-nav {
overflow:hidden;
}
.header-right-nav ul {
overflow:hidden;
float:right;
}
.header-right-nav ul li {
background:url(../images/seprt-topnav.jpg) right 3px no-repeat;
float:left;
padding:0 9px;
font:normal 1.1em/15px Tahoma, Geneva, sans-serif;
}
.header-right-nav ul li.last {
background:none;
}
/*.header-right span {
font:normal 1.3em/15px Tahoma, Geneva, sans-serif;
display:inline-block;
float:right;
padding:0 14px 0 0;
}*/
.header-right-bot {
overflow:hidden;
padding:15px 0 0 0;
}
.free-dlvr {
float:right; margin-right:15px;
}
nav{
height:58px;background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(../images/search-bg.jpg) bottom repeat-x;
}
.navigation{ border-top-left-radius:10px; -webkit-border-top-left-radius:10px;border-bottom-left-radius:10px; -webkit-border-bottom-left-radius:10px;width:150px; color:#ffffff; position:relative; padding:0px 0 2px 14px; background:#2f3842 url(../images/nav-arrow.png) 118px 16px no-repeat;height:41px; }
.navigation a{ display:block; color:#ffffff;}
.navigation a span {font-size:1.7em; line-height:16px; width:92px; display:block; background:url(../images/nav-border.png) right 8px no-repeat; padding-top:3px; }
.navigation a span small{display:block; font-size:70%}
.nav-dropdown{ display:block; position:absolute; border-bottom-right-radius:10px;border-top-right-radius:10px; left:-10px; z-index:1;-webkit-box-shadow: 2px 3px 5px 0px #adadad; box-shadow: 2px 3px 5px 0px #adadad; padding:0px 13px 18px 26px; width:100%; border:#c9c9c9 1px solid;border-top:none; }
.nav-dropdown ul{ border-top:#c9c9c9 1px solid; padding-top:18px;}
.nav-dropdown > ul > li{ border-bottom:#f3f3f3 1px solid; padding:0 10px 0 8px;}
.nav-dropdown > ul > li.add-nav{ border-bottom:none}
.nav-dropdown > ul > li.add-nav strong{ display:block; line-height:11px; padding-top:11px;}
.nav-dropdown > ul > li.add-nav a{ padding-left:17px; background:url(../images/add-nav-arrow.jpg) left 13px no-repeat; }
.nav-dropdown > ul > li.add-nav a:hover{background:url(../images/add-nav-arrow.jpg) left 13px no-repeat}
.nav-dropdown > ul > li > a{ color:#2b2b2b; font:1.2em/25px Tahoma, Geneva, sans-serif; display:block}
/*.navigation > ul > li:hover{background:#f9f9f9;}*/
.nav-dropdown > ul > li > a:hover{ color:#c3259e; background:url(../images/nav-hover-arrow.png) right 10px no-repeat;}
.search-wrapper{ background: url(../images/search-bg-cor.jpg) left no-repeat; height:58px; padding-left:30px; padding-top:10px;}
.input-big{position:relative; z-index:100;border-radius:5px; border:#cbcbcb 1px solid; padding:2px;-webkit-box-shadow: inset 0px -2px 5px 0px d7d7d7;box-shadow: 0 -2px 5px #d7d7d7 inset; height:36px; width:61%; float:left
}
.search_parent{overflow:hidden; padding-right:10px;}
.search-select{line-height:30px;float:left; position:absolute; left:2px; top:2px;
-moz-box-shadow:inset 0px 0px 4px 0px #c4c4c4;
-webkit-box-shadow:inset 0px 0px 4px 0px #c4c4c4;
box-shadow:inset 0px 0px 4px 0px #c4c4c4;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e0e0e0) );
background:-moz-linear-gradient( center top, #ffffff 5%, #e0e0e0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0');
background-color:#ffffff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #dadada;
font-family:arial;
font-weight:normal;
color:#2f3842;
border-top-right-radius:0px; border-bottom-right-radius:0px; border-bottom:#bcbcbc 1px solid; border-right:#bcbcbc 1px solid; padding-right:8px
}
.search_parent span{display:block; overflow:hidden; cursor:pointer; padding-left:10px; padding-right:10px;background: url(../images/arrow.png) right 11px no-repeat; height:28px;line-height:28px; font-size:1.2em; font-family:Tahoma, Geneva, sans-serif; padding-right:18px; }
.search_parent ul{position:absolute; left:4px; top:32px; display:none; background:#ffffff; padding:15px;/*-webkit-box-shadow: 0px 0px 10px 0px #adadad;
box-shadow: 0px 0px 10px 0px #adadad;*/ border:#cccccc 1px solid;z-index:50px}
.search_parent ul li{ line-height:22px; cursor:pointer; font-size:1.2em; }
.search_parent ul li:hover{ color:#000000;}
.search-wrapper input{line-height:26px; color:#6c6c6c; font-size:1.2em; font-family: Tahoma, Geneva, sans-serif; width:100%; padding:0 2px;
height:28px; border:none; background-color:transparent; }
.search-wrapper button{ float:right; font:bold 1.4em Tahoma, Geneva, sans-serif; color:#ffffff; padding: 0 10px; line-height:25px; height:29px;
border-top-right-radius:5px;border-bottom-right-radius:5px; border:#7342b3 1px solid; border-left:none; cursor:pointer; padding-bottom:5px;
background: #2f3842;
display:block;-webkit-box-shadow: inset 0px 0px 5px 0px #12171b;
box-shadow: inset 0px 0px 5px 0px #12171b;
}
.search-wrapper ul li{/* float:left; background:url(../images/cart-nav-border.png) right no-repeat;*/ padding:0 13px; color:#2f3842;}
.search-wrapper ul.cart-nav{ float:right;}
.search-wrapper ul.cart-nav li{ float:left; background:url(../images/cart-nav-border.png) right no-repeat; padding:0 13px; color:#2f3842;}
.search-wrapper ul.cart-nav li a{ display:block; color:#2f3842;}
.search-wrapper ul.cart-nav li a small{ font:1.2em Tahoma, Geneva, sans-serif; display:block}
.search-wrapper ul.cart-nav li a small strong{ color:#951d99; font-style:normal;}
.search-wrapper ul.cart-nav li a span{ font-size: 1.7em; display:block; background:url(../images/arrow.png) right 7px no-repeat; padding-right:17px; padding-left:0; line-height:15px;}
.search-wrapper ul.cart-nav li.sbc-cart small{ text-align:center; background:url(../images/sbi-icon.png) 0px top no-repeat; }
.search-wrapper ul.cart-nav li.get-offer small{ text-align:center; background:url(../images/offer-icon.png) 0px top no-repeat; height:18px; line-height:20px; }
.search-wrapper ul.cart-nav li.get-offer{background:none}
.my-cart{ float:left; background: #9a70d4; /* Old browsers */
background: -moz-linear-gradient(top, #9a70d4 0%, #7d51b9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a70d4), color-stop(100%,#7d51b9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9a70d4 0%,#7d51b9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9a70d4 0%,#7d51b9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9a70d4 0%,#7d51b9 100%); /* IE10+ */
background: linear-gradient(to bottom, #9a70d4 0%,#7d51b9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a70d4', endColorstr='#7d51b9',GradientType=0 ); /* IE6-9 */ padding-left:0px; border-left:#562f9e 1px solid; padding-right:0;
width:13%;
}
.my-cart a{ display:block; color:#ffffff; text-shadow:1px 1px #000000; padding-left:43px; height:37px; font:bold 1.3em/36px Tahoma, Geneva, sans-serif;border-left:#a47bdd 1px solid; background:url(../images/my-cart.png) 20px 12px no-repeat; float:left;}
.content{ padding:0 10px;}
.banner{ text-align:center; margin-bottom: 43px; margin-top: 33px;}
.banner-left{ margin-top:11px; text-align:center; width:83% !important}
.product-head{}
.product-head a.viwe-more{ font:1.1em Tahoma, Geneva, sans-serif; float:right; display:block; line-height:35px; padding-right:10px;}
.product-head a:hover.viwe-more{ text-decoration:underline;}
h2.product-head { border-bottom:#e1e0e1 1px solid; padding-bottom:10px; color:#bb1d6b; font-size:2.0em; font-family:'myriad_pro_lightbold'}
h2.product-head.without-border{ border:none}
.subhead{ overflow:hidden;border-bottom:#e1e0e1 1px solid;padding-bottom:10px;}
.subhead h2{color:#2f3842; font-size:1.7em; font-family:Tahoma, Geneva, sans-serif; float:left; font-weight:normal;}
.subhead a{ float:right; font:1.1em Tahoma, Geneva, sans-serif; color:#1441f7; margin-top:7px;}
.product-head ul{ float:right; overflow:hidden; padding-right:10px;}
.product-head ul li{ float:left; padding-left:10px; font:1.1em Tahoma, Geneva, sans-serif; line-height:25px; }
.prd-sec {
padding:13px 0 0 0;
margin-bottom:43px;
}
.prd-sec ul {
overflow:hidden;margin-left:13px; margin-top:29px;
}
.prd-sec ul li {
float:left;
/* width:12.7%;*/
width: 241px !important;
position:relative;
padding-right: 70px;
/* margin-right:4.7%;*/
}
.prd-sec ul li.last {
border-right:0px; margin-right:0px;
}
.prd-sec ul li a.title {
font:1.3em/16px Tahoma, Geneva, sans-serif;
/*color:#004b91;*/
margin-top:20px;
display:block;
}
a.img-cont {
height:123px;
text-align:center;
display:block; position:relative;
}
.discount{ position:absolute; background:url(../images/off-bg.png) no-repeat; width:34px; height:35px; bottom:0; right:0; text-align:center; color:#ffffff; text-shadow:1px 1px #4d422b;font-family: 'myriad_pro_lightbold'; display:block; line-height:8px; padding-top:3px;}
.discount strong{ font-size:1.4em !important; color:#ffffff !important; display:inline !important; font-family:'myriad_pro_lightbold' !important; }
/*.discount span{ font-size:1.3em}*/
.discount em{ display:block; font-size:1.2em; font-family:Georgia, "Times New Roman", Times, serif;}
.free-gift{ position:absolute; left:97px; top:85px; display:block}
.prd-sec ul li small {
font:normal 1.1em/13px Tahoma, Geneva, sans-serif;
display:block;
text-align:left;
margin-top:5px;
}
.prd-sec ul li small em{ font-style:normal}
.prd-sec ul li small span {
text-decoration:line-through; color:#6f7275;
}
.prd-sec ul li strong {
font:bold 1.3em Tahoma, Geneva, sans-serif;
color:#bb1d6b;
display:block; margin-top:5px;
}
.inpt-3 {
background:url(../images/buy-btn.jpg) left top no-repeat;
margin:0px auto 0;
display:block;
text-transform:capitalize;
width:102px;
height:27px;
text-indent:-999999px;
cursor:pointer;
border:0px;
text-align:center;
}
.inpt-3:hover {
background:url(../images/buy-btn.jpg) left -27px no-repeat;
}
.add-compare {
display:block;
padding:8px 0 0 0;
}
.prd-sec ul li .checkbox-wrapper{ margin:0 auto; overflow:hidden; display:table; margin-top:8px;}
.inpt-4 {
float:left;
margin:0px 5px 0 0px;
}
.add-comp {
font:bold 1.1em/13px Tahoma, Geneva, sans-serif;
padding:0px 0 0 0;
float:left;
display:inline-block;
}
.prd-cat {
padding:13px 0 0 0;
}
.prd-cat ul {
overflow:hidden;margin-left:13px; margin-top:29px; margin-bottom:43px;
}
.prd-cat ul li {
float:left;
position:relative; margin: 0 0 0 3%; width:30%
}
.prd-cat ul li.last {
border-right:0px; margin-right:0px;
}
.prd-cat ul li h2 {
font:bold 1.3em/16px Tahoma, Geneva, sans-serif;
color:#004b91;
}
.prd-cat-right{ float:left; width:49%}
.prd-cat-right a.title{ /*color:#004b91;*/ font:1.3em Tahoma, Geneva, sans-serif;}
/*.prd-cat-right a:hover.title{ color:#bb1d6b;}*/
a.img-cont-cat {
height:123px;
text-align:center; float:left; margin-right:7.5%; /*width:41.5%;*/ position:relative;
}
.prd-cat ul li small {
font:normal 1.1em/13px Tahoma, Geneva, sans-serif;
display:block;
text-align:left;
margin-top:5px;
}
.prd-cat a.see-all{color:#004b91; text-decoration:underline; font:1.1em Tahoma, Geneva, sans-serif; display:block; margin-top:20px; background:url(../images/see-all-arrow.jpg) left 5px no-repeat; padding-left:10px;}
.prd-cat a:hover.see-all{ text-decoration:none}
.prd-cat ul li small em{ font-style:normal}
.prd-cat ul li small span {
text-decoration:line-through; color:#6f7275;
}
.prd-cat ul li strong {
font:bold 1.3em Tahoma, Geneva, sans-serif;
color:#bb1d6b;
display:block; margin-top:5px;
}
.best-five-wrapper{ margin-bottom:15px !important;}
/*---------------------content area ends here----------------------*/
.prd-name {
display:block;
text-align:left;
font:1.1em/15px Tahoma, Geneva, sans-serif; color:#2b2f33;
}
.prd-name.padd-incrs {
padding-top:5px;
}
.prd-name span {
color:#2b2f33;
font-size:8px;
font-weight:bold; margin-right:2px;
}
.left-product-wraper{ margin-top:20px;padding: 0 20px 0 10px;}
.left-product-wraper ul{margin-top:20px;}
.left-product-wraper ul li{ margin-bottom:16px; overflow:hidden;}
.left-product-wraper ul li a.product-img{ float:left; width:29%}
.left-product-wraper ul li .product-left-detail{ float:left; margin-left:5%; max-width:66%; }
.left-product-wraper ul li .product-left-detail p{color:#2f3842; font:1.2em Tahoma, Geneva, sans-serif; line-height:16px;}
.left-product-wraper ul li .product-left-detail a.title { color:#004b91; font:bold 1.2em Tahoma, Geneva, sans-serif; text-decoration:underline;display:block;}
.left-product-wraper ul li .product-left-detail a:hover.title { text-decoration:none}
.left-product-wraper ul li .product-left-detail a.sub-title {
font:1.3em/16px Tahoma, Geneva, sans-serif;
/*color:#004b91;*/
margin-top:5px;
display:block;
}
/*.left-product-wraper ul li .product-left-detail a:hover.sub-title{color:#bb1d6b;}*/
.left-product-wraper ul li .product-left-detail small {
font:normal 1.1em/13px Tahoma, Geneva, sans-serif;
display:block;
text-align:left;
margin-top:5px;
}
.left-product-wraper ul li .product-left-detail small span {
text-decoration:line-through; color:#6f7275;
}
.left-product-wraper ul li .product-left-detail strong {
font:bold 1.3em Tahoma, Geneva, sans-serif;
color:#bb1d6b;
display:block; margin-top:5px;
}
.recent-history-wrapper{ padding:0 10px;}
.recent-history{border-radius:5px; border:#d0d0d0 1px solid; padding:14px 12px; padding-bottom:0;
background: #f5f5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 22%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(22%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 22%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 22%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 22%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 22%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.history-cont-wrapper{overflow:hidden}
.recent-history h2{font-family: 'myriad_pro_lightbold'; font-size:2.0em; color:#bb1d6b; margin-bottom:15px;}
.recently-viewed-wrapper{ float:left; max-width:22% }
.recently-viewed-wrapper h3, .you-may-also h3{ font:bold 1.2em Tahoma, Geneva, sans-serif; margin-bottom:5px; }
.you-may-also h3 span{ font-weight:normal}
.you-may-also h3 em{ float:right; font-style:normal; font-weight:normal;}
.recently-viewed-wrapper ul{border-right:#dbd8d8 1px solid;}
.recently-viewed-wrapper ul li{ padding:10px 0; background:url(../images/history-left-line.png) right top no-repeat; overflow:hidden; padding-right:20px;}
.recently-viewed-wrapper ul li a.product-img{float:left; margin-right:11px;}
.recently-viewed-wrapper ul li .product-detail{ float:left; width:68%}
.recently-viewed-wrapper ul li .product-detail a{font:1.3em/16px Tahoma, Geneva, sans-serif;}
.recently-viewed-wrapper ul li .product-detail span{font:bold 1.3em Tahoma, Geneva, sans-serif;color:#bb1d6b;display:block;}
.you-may-also{ float:right; width:78%}
.you-may-also ul{background:url(../images/history-right-line.png) left top no-repeat; overflow:hidden;padding:10px 0; }
.you-may-also ul li{padding-left:20px; float:left; width:29%; margin-left:32px;}
.you-may-also ul li a.product-img{float:left; margin-right:11px;}
.you-may-also ul li .product-detail{ float:left; width:68%}
.you-may-also ul li .product-detail a{font:1.3em/16px Tahoma, Geneva, sans-serif;}
.you-may-also ul li .product-detail span{font:bold 1.3em Tahoma, Geneva, sans-serif;color:#bb1d6b;display:block;}
.recently-viewed-wrapper ul li, .you-may-also ul{min-height:62px;}
.right-panel{ margin-top:360px; border-right:#eeedee 1px solid; width:18% !important}
.left-panel{ width:82% !important; padding:0 10px 0 20px;}
.right-add{ margin-bottom:20px;}
/***************************footer Start Here **********************************/
.footer-wrapper{width:100%; background:#f2f1f1; border-top:#e6e3e6 1px solid; border-bottom:#e9e7e9 2px solid; padding:20px 0; margin-top:77px;}
.footer{ max-width:790px; margin:0 auto; overflow:hidden}
.footer-left{ float:left; width:50%}
.footer-left h3, .footer-right h3{ font:bold 1.3em Tahoma, Geneva, sans-serif; color:#2f3842;}
.footer-left ul{float:left; margin-right:20px;}
.footer-left li{ margin-top:7px;}
.footer-left li a{ font:1.2em Tahoma, Geneva, sans-serif;}
.footer-right{ float:left; width:50%}
.footer-right img{ margin-top:13px;}
/*.footer-right ul{}
.footer-right li{ }*/
.footer-bot{ width:100%}
.footer-bot-secured{ max-width:790px; margin:24px auto; overflow:hidden}
.footer-bot-left{ float:left; margin-top:51px;}
.footer-bot-center{ max-width:527px; margin:0px 24px; text-align:center; float:left; }
.footer-bot-right{ float:right; margin-top:51px;}
.replacement-guarantee{ padding:0 13px;font-family: 'ProximaNovaLtBold'; font-size:1.4em; line-height:42px; color:#3a3a2f;background:#ffffd5; border:#cacac7 1px solid; width:318px; margin:0 auto; margin-bottom:21px;}
.replacement-guarantee a{color:#5e74c6; text-decoration:underline; font-family: 'ProximaNovaRgRegular'; }
.footer-bot-center h3{ font:1.7em Tahoma, Geneva, sans-serif; color:#2b2f33;}
.footer-bot-center p{ font:1.1em Tahoma, Geneva, sans-serif; color:#2b2f33; margin-top:10px; }
.footer-content{ padding:0 40px; font:1.1em Tahoma, Geneva, sans-serif; color:#747b82;}
.footer-content p{ margin-bottom:12px;}
.footer-content a{}
footer{ background:#2b2f33; font-size:1.1em; color:#ffffff; line-height:33px; padding:0 40px; overflow:hidden; margin-top:20px;}
footer a{ text-decoration:underline; color:#ffffff;}
/***************************footer end Here**********************************/