| 8146 |
amit.gupta |
1 |
@charset "utf-8";
|
|
|
2 |
|
|
|
3 |
@font-face {
|
|
|
4 |
font-family: 'Helvetica 65 Medium';
|
|
|
5 |
src: url('../fonts/helvetica_65_medium-webfont.eot');
|
|
|
6 |
src: url('../fonts/helvetica_65_medium-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
7 |
url('../fonts/helvetica_65_medium-webfont.woff') format('woff'),
|
|
|
8 |
url('../fonts/helvetica_65_medium-webfont.ttf') format('truetype'),
|
|
|
9 |
url('../fonts/helvetica_65_medium-webfont.svg#helvetica_neuemedium') format('svg');
|
|
|
10 |
font-weight: normal;
|
|
|
11 |
font-style: normal;
|
|
|
12 |
}
|
|
|
13 |
|
|
|
14 |
@font-face {
|
|
|
15 |
font-family: 'Helvetica Neue Light';
|
|
|
16 |
src: url('../fonts/helvetica_45_light-webfont.eot');
|
|
|
17 |
src: url('../fonts/helvetica_45_light-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
18 |
url('../fonts/helvetica_45_light-webfont.woff') format('woff'),
|
|
|
19 |
url('../fonts/helvetica_45_light-webfont.ttf') format('truetype'),
|
|
|
20 |
url('../fonts/helvetica_45_light-webfont.svg#helvetica_neuemedium') format('svg');
|
|
|
21 |
font-weight: normal;
|
|
|
22 |
font-style: normal;
|
|
|
23 |
}
|
|
|
24 |
|
|
|
25 |
.inline_block,
|
|
|
26 |
/* General */ [class^="icon_"], [class*="dropdown_con"], .color_square, .dot_caption,
|
|
|
27 |
/* Arrow links */ .arrow_link, .landing_middle_content a:before,
|
|
|
28 |
/* Back to Top */ .back_to_top_arrow, .back_to_top_text,
|
|
|
29 |
/* Buttons */ [class^="btn_"],
|
|
|
30 |
/* Form Hint Icon */ .no_error .icon_hint, .has_error .icon_hint,
|
|
|
31 |
/* Form Hints */ .form_hint.show, .form_hint.has_error, .form_hint.no_error,
|
|
|
32 |
/* Header */ .logo_digi, .main_nav > a, .sub_nav > a,
|
|
|
33 |
/* Inputs */ .input_radio, .input_checkbox, .grey_textbox,
|
|
|
34 |
/* Pagination */ .prev_page, .next_page, .page_num, .page_dot,
|
|
|
35 |
/* Popups */ .close_popup, .popup_header .close_popup:after,
|
|
|
36 |
/* Tabs */ .content_tabber, .tabber_label
|
|
|
37 |
{ display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
|
|
|
38 |
|
|
|
39 |
.clearfix:after, .content:after, .precontent:after, .utility_bar:after, #topFooter:after, #bottomFooter:after, .my_cart_content:after, .dot_holder:after, .sub_menu:after, .padded_content:after
|
|
|
40 |
{ content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }
|
|
|
41 |
|
|
|
42 |
.clearfix { *zoom: 1; *clear: both; }
|
|
|
43 |
|
|
|
44 |
/* General */ .color_square, .dot_hoverer, .content_rounder, .tbl_round, .content,
|
|
|
45 |
/* Catalogues */ .catalogue_item, .catalogue_item .item_preview, .catalogue_item .item_content,
|
|
|
46 |
/* Inputs */ .wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea,
|
|
|
47 |
.input_box,
|
|
|
48 |
/* Islands */ .island,
|
|
|
49 |
/* Popups */ .popup_con, .popup_loading,
|
|
|
50 |
/* Header */ .main_nav, input.main_search
|
|
|
51 |
{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
|
|
|
52 |
|
|
|
53 |
.sub_nav_con, .sub_menu, .banner_carousel + .content
|
|
|
54 |
{ -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
|
|
|
55 |
|
|
|
56 |
.banner_carousel, .banner_carousel .banner_clicker, .popup_header, .progress_steps, .island_title
|
|
|
57 |
{ -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
h1, h2, h3, h4 { color: #21282e; margin: .2em 0 .4em; font-weight: normal; line-height: 1em; }
|
|
|
62 |
h1, h2, h3 { font-family:"Helvetica 65 Medium", Helvetica, Arial, sans-serif; }
|
|
|
63 |
h1 { font-size: 28px; }
|
|
|
64 |
h2 { font-size: 22px; }
|
|
|
65 |
h3 { font-size: 18px; }
|
|
|
66 |
h4 { font-size: 14px; }
|
|
|
67 |
|
|
|
68 |
a, .arrow_link { color: #0091d2; text-decoration: none; }
|
|
|
69 |
|
|
|
70 |
td a, p a, li a { text-decoration: underline; }
|
|
|
71 |
td [class*="btn_"], p [class*="btn_"] { text-decoration: none; }
|
|
|
72 |
|
|
|
73 |
img { -ms-interpolation-mode: bicubic; }
|
|
|
74 |
|
|
|
75 |
hr.one_half_spaced { margin: 1.5em 0; }
|
|
|
76 |
hr.double_spaced { margin: 2em 0; }
|
|
|
77 |
|
|
|
78 |
p { margin: 0; padding: 0 0 1em; }
|
|
|
79 |
|
|
|
80 |
ul, ol { margin: 0; padding: 0; }
|
|
|
81 |
ol { margin: 0 0 1em 1.5em; }
|
|
|
82 |
.bottom_spaced_li li { margin-bottom: 1em; }
|
|
|
83 |
.left_spaced_li li { padding-left: 1.5em; }
|
|
|
84 |
|
|
|
85 |
textarea { font-family: Arial, Helvetica, sans-serif; }
|
|
|
86 |
|
|
|
87 |
.fontBlack { color: #21282e; }
|
|
|
88 |
.fontDarkGrey { color: #666; }
|
|
|
89 |
.fontGrey { color: #999; }
|
|
|
90 |
.fontBlue { color: #0091d2; }
|
|
|
91 |
.fontOrange { color: #fb7a14; }
|
|
|
92 |
.fontRed { color: #f00; }
|
|
|
93 |
|
|
|
94 |
.text_mega { font-size: 38px; }
|
|
|
95 |
|
|
|
96 |
.align_bottom { vertical-align: bottom; }
|
|
|
97 |
span.align_bottom > img { vertical-align: bottom; }
|
|
|
98 |
|
|
|
99 |
.price_text { color: #fb7a14; font-size: 15px; font-weight: bold; }
|
|
|
100 |
.price_text.large { font-size: 20px; }
|
|
|
101 |
.price_text.xlarge { font-size: 25px; }
|
|
|
102 |
|
|
|
103 |
.vertical_middle,
|
|
|
104 |
table .vertical_middle td { vertical-align: middle; }
|
|
|
105 |
.relative { position: relative; }
|
|
|
106 |
|
|
|
107 |
.arrow_link,
|
|
|
108 |
.landing_middle_content a { padding-left: 20px; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_right.png) left 2px no-repeat; }
|
|
|
109 |
.landing_middle_content a,
|
|
|
110 |
.island .arrow_link,
|
|
|
111 |
.tbl_link_list .arrow_link,
|
|
|
112 |
ul.link_list a { background-position: left 7px; }
|
|
|
113 |
|
|
|
114 |
.warning { color: #f00; font-size: 12px; font-weight: normal; }
|
|
|
115 |
|
|
|
116 |
.notes { font-size: 11px; color: #999; }
|
|
|
117 |
.faded { color: #999; }
|
|
|
118 |
.notes li, .faded li { background-image: url(/cs/site_template/ecommerce/images/general/bullet_point_grey_tiny.png); }
|
|
|
119 |
|
|
|
120 |
.greyBG { background-color: #e2e4e5; }
|
|
|
121 |
.yellow_bg { background: #fd0; }
|
|
|
122 |
|
|
|
123 |
.horizontal_divider { width: 100%; height: 0; margin-bottom: 2em; position: relative; }
|
|
|
124 |
.horizontal_divider.double_spaced { margin: 1em 0 3em; }
|
|
|
125 |
.horizontal_divider:after { content: ''; width: 100%; height: 57px; position: absolute; top: 0; left: 0; background: url(/cs/site_template/ecommerce/images/general/general_img_divider_sdw.png) center top no-repeat; }
|
|
|
126 |
.grid_3_left_middle .horizontal_divider:after { background-image: url(/cs/site_template/ecommerce/images/general/general_img_divider_sdw_670px.png); }
|
|
|
127 |
|
|
|
128 |
.li [class^="input_"] { float: left; }
|
|
|
129 |
.li .li_content { display: inline-block; *display: inline; *zoom: 1; }
|
|
|
130 |
|
|
|
131 |
/* .greyLine_1px { background: #bdbdbd; height: 1px; } */
|
|
|
132 |
|
|
|
133 |
.black_overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10; background: url(/cs/site_template/ecommerce/images/general/overlay_black.png) repeat; background: rgba(0,0,0,0.7); display: none; }
|
|
|
134 |
.black_overlay.light { background: rgba(0,0,0,0.4); }
|
|
|
135 |
|
|
|
136 |
.white_overlay { width: 100%; height: 100%; background: url(/cs/site_template/ecommerce/images/general/overlay_white_85.png) repeat; background: rgba(255,255,255,0.85); position: absolute; top: 0; left: 0; }
|
|
|
137 |
|
|
|
138 |
|
|
|
139 |
.back_to_top { width: 70px; height: 70px; border: 1px solid #bdbdbd; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; position: fixed; z-index: 5; bottom: -72px; right: 10px; background: url(/cs/site_template/ecommerce/images/general/gradient_grey_70px.png) repeat-x; text-align: center; font-weight: bold; cursor: pointer; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
|
|
|
140 |
.back_to_top:active { background: #f9f9f9; }
|
|
|
141 |
.back_to_top_arrow { width: 12px; height: 7px; margin: 5px 0; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -280px 0 no-repeat; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
|
|
|
142 |
.back_to_top_text { height: 45px; padding-top: 5px; line-height: 1em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
|
|
|
143 |
|
|
|
144 |
@media print {
|
|
|
145 |
.back_to_top { display: none; }
|
|
|
146 |
}
|
|
|
147 |
|
|
|
148 |
|
| 8150 |
amit.gupta |
149 |
|
| 8146 |
amit.gupta |
150 |
.banner_carousel { height: 370px; border: 1px solid #bdbdbd; border-bottom: 0; position: relative; z-index: 4; }
|
|
|
151 |
.banner_carousel.slightly_shorter { height: 340px; }
|
|
|
152 |
.banner_carousel.slightly_x_shorter { height: 320px; }
|
|
|
153 |
.banner_carousel.short { height: 190px; }
|
|
|
154 |
|
|
|
155 |
.banner_carousel h1 { margin: 0 0 .2em; }
|
|
|
156 |
|
|
|
157 |
.banner_carousel .banner_clicker { height: 100%; display: block; background: center top no-repeat; }
|
|
|
158 |
.banner_carousel .banner_clicker.hidden { display: block; }
|
|
|
159 |
.banner_carousel .island_group { width: 205px; position: absolute; top: 10px; right: 10px; z-index: 1; }
|
|
|
160 |
|
|
|
161 |
.dot_holder { height: 10px; position: absolute; bottom: 20px; right: 50%; z-index: 1; }
|
|
|
162 |
.dot_holder .dot { width: 13px; height: 14px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -80px -60px no-repeat; float: left; margin-left: 5px; }
|
|
|
163 |
.dot_holder .dot.selected { background-position: -93px -60px; }
|
|
|
164 |
|
|
|
165 |
.dot_hoverer { padding: 12px 15px; position: absolute; left: 0; bottom: 45px; background: #fff; -webkit-box-shadow: 0 2px 2px 1px rgba(150,150,150, 0.5); -moz-box-shadow: 0 2px 2px 1px rgba(150,150,150, 0.5); box-shadow: 0 2px 2px 1px rgba(150,150,150, 0.5); display: none; }
|
|
|
166 |
.dot_caption { max-width: 150px; }
|
|
|
167 |
.dot_hoverer:after { content: ''; width: 16px; height: 12px; margin-left: -8px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -20px 0 no-repeat; position: absolute; left: 50%; bottom: -12px; }
|
|
|
168 |
.dot_hoverer img { margin-right: 10px; vertical-align: middle; }
|
|
|
169 |
|
|
|
170 |
.has_tabbers .dot_holder { bottom: 70px; }
|
|
|
171 |
.has_tabbers .dot_hoverer { bottom: 95px; }
|
|
|
172 |
|
|
|
173 |
.banner_notes { width: 520px; }
|
|
|
174 |
|
|
|
175 |
/*
|
|
|
176 |
* For pages like the Whats Hot template, where the content tabber
|
|
|
177 |
* appears at the bottom of the static banner carousel.
|
|
|
178 |
*/
|
|
|
179 |
.banner_carousel .content_tabber_con { width: 100%; position: absolute; bottom: 0; left: 0; }
|
|
|
180 |
.banner_carousel .content_tabber_con.multi_page { bottom: -10px; }
|
|
|
181 |
.banner_carousel + .utility_bar { border-top: 0; }
|
|
|
182 |
.banner_carousel .content_tabber_con .content_tabber:first-child { margin-left: 10px; }
|
|
|
183 |
|
|
|
184 |
.sub_search { width: 440px; margin: .5em 10px 1em; font-size: 18px; }
|
|
|
185 |
div .sub_search input[type="text"] { width: 400px; height: 50px; border: 0; background: transparent; line-height: 50px; } /* Extra div for increased specificity, for overriding */
|
|
|
186 |
div .sub_search input[type="submit"] { padding: 0; border: 0; margin: -4px 0 0; } /* Extra div for increased specificity, for overriding */
|
|
|
187 |
|
|
|
188 |
|
|
|
189 |
|
|
|
190 |
/* Blue buttons */
|
|
|
191 |
|
|
|
192 |
[class^="btn_"] { padding: 0 5px; margin: 0 5px; background-color: #0091d2; color: #fff; font-weight: bold; text-align: center; position: relative; }
|
|
|
193 |
[class^="btn_"]:before, [class^="btn_"]:after { content: ''; width: 5px; position: absolute; top: 0; }
|
|
|
194 |
|
|
|
195 |
[class^="btn_"]:hover { background-color: #007bb2; }
|
|
|
196 |
[class^="btn_"]:hover:before { background-position: left 0; }
|
|
|
197 |
[class^="btn_"]:hover:after { background-position: right 0; }
|
|
|
198 |
|
|
|
199 |
.btn_small { font-size: 14px; line-height: 25px; }
|
|
|
200 |
.btn_small:before { height: 25px; background: url(/cs/site_template/ecommerce/images/general/btn_small_sides.png) left -25px no-repeat; left: -5px; }
|
|
|
201 |
.btn_small:after { height: 25px; background: url(/cs/site_template/ecommerce/images/general/btn_small_sides.png) right -25px no-repeat; right: -5px; }
|
|
|
202 |
|
|
|
203 |
.btn_medium { font-size: 15px; line-height: 30px; }
|
|
|
204 |
.btn_medium:before { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) left -30px no-repeat; left: -5px; }
|
|
|
205 |
.btn_medium:after { height: 30px; background: url(/cs/site_template/ecommerce/images/general/btn_medium_sides.png) right -30px no-repeat; right: -5px; }
|
|
|
206 |
|
|
|
207 |
.btn_large { font-size: 17px; line-height: 40px; }
|
| 8156 |
anupam.sin |
208 |
.btn_large:before { height: 40px; background: url(/images/androidland/btn_large_sides.png) left -40px no-repeat; left: -5px; }
|
|
|
209 |
.btn_large:after { height: 40px; background: url(/images/androidland/btn_large_sides.png) right -40px no-repeat; right: -5px; }
|
| 8146 |
amit.gupta |
210 |
|
|
|
211 |
/* 3D buttons */
|
|
|
212 |
|
| 8156 |
anupam.sin |
213 |
.btn_3d { background: url('/images/androidland/btn_3d_mid.png') center top repeat-x; }
|
| 8146 |
amit.gupta |
214 |
.btn_3d .label_btn { position: relative; top: -2px; }
|
|
|
215 |
.btn_3d:active { top: 1px; }
|
|
|
216 |
.btn_3d:active .label_btn { top: 0; }
|
|
|
217 |
|
|
|
218 |
.btn_small.btn_3d:before { background-position: left -125px; }
|
|
|
219 |
.btn_small.btn_3d:after { background-position: right -125px; }
|
|
|
220 |
.btn_small.btn_3d:active { background-position: center -25px; }
|
|
|
221 |
.btn_small.btn_3d:active:before { background-position: left -150px; }
|
|
|
222 |
.btn_small.btn_3d:active:after { background-position: right -150px; }
|
|
|
223 |
|
|
|
224 |
.btn_medium.btn_3d { background-position: center -50px; }
|
|
|
225 |
.btn_medium.btn_3d:before { background-position: left -150px; }
|
|
|
226 |
.btn_medium.btn_3d:after { background-position: right -150px; }
|
|
|
227 |
.btn_medium.btn_3d:active { background-position: center -80px; }
|
|
|
228 |
.btn_medium.btn_3d:active:before { background-position: left -180px; }
|
|
|
229 |
.btn_medium.btn_3d:active:after { background-position: right -180px; }
|
|
|
230 |
|
|
|
231 |
.btn_large.btn_3d { background-position: center -110px; }
|
|
|
232 |
.btn_large.btn_3d:before { background-position: left -200px; }
|
|
|
233 |
.btn_large.btn_3d:after { background-position: right -200px; }
|
|
|
234 |
.btn_large.btn_3d:active { background-position: center -150px; }
|
|
|
235 |
.btn_large.btn_3d:active:before { background-position: left -240px; }
|
|
|
236 |
.btn_large.btn_3d:active:after { background-position: right -240px; }
|
|
|
237 |
|
|
|
238 |
/* Buttons with Inputs */
|
|
|
239 |
|
|
|
240 |
[class^="btn_"].input { padding: 0; }
|
|
|
241 |
|
|
|
242 |
[class^="btn_"] input { padding: 0 5px; border: 0; margin: 0; background: transparent; color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
|
|
|
243 |
/* [class^="btn_"].extra_padded input { padding: 0 15px; *padding: 0; } */
|
|
|
244 |
|
|
|
245 |
.btn_small input { font-size: 14px; height: 25px; line-height: 25px; }
|
|
|
246 |
.btn_medium input { font-size: 15px; height: 30px; line-height: 30px; }
|
|
|
247 |
.btn_large input { font-size: 17px; height: 40px; line-height: 40px; }
|
|
|
248 |
|
|
|
249 |
/* Disabled button */
|
|
|
250 |
|
|
|
251 |
[class^=btn_].disabled { background-color: #bdbdbd; cursor: default; pointer-events: none; }
|
|
|
252 |
.btn_small.disabled:before { background-position: left -50px; }
|
|
|
253 |
.btn_small.disabled:after { background-position: right -50px; }
|
|
|
254 |
|
|
|
255 |
.btn_medium.disabled:before { background-position: left -60px; }
|
|
|
256 |
.btn_medium.disabled:after { background-position: right -60px; }
|
|
|
257 |
|
|
|
258 |
.btn_large.disabled:before { background-position: left -80px; }
|
|
|
259 |
.btn_large.disabled:after { background-position: right -80px; }
|
|
|
260 |
|
|
|
261 |
/* Red buttons */
|
|
|
262 |
|
|
|
263 |
[class^=btn_].red { background-color: #d40000; }
|
|
|
264 |
.btn_small.red:before { background-position: left -75px; }
|
|
|
265 |
.btn_small.red:after { background-position: right -75px; }
|
|
|
266 |
|
|
|
267 |
.btn_medium.red:before { background-position: left -90px; }
|
|
|
268 |
.btn_medium.red:after { background-position: right -90px; }
|
|
|
269 |
|
|
|
270 |
.btn_large.red:before { background-position: left -120px; }
|
|
|
271 |
.btn_large.red:after { background-position: right -120px; }
|
|
|
272 |
|
|
|
273 |
/* Orange buttons */
|
|
|
274 |
|
|
|
275 |
[class^=btn_].orange { background-color: #fb7a14; }
|
|
|
276 |
.btn_small.orange:before { background-position: left -100px; }
|
|
|
277 |
.btn_small.orange:after { background-position: right -100px; }
|
|
|
278 |
|
|
|
279 |
.btn_medium.orange:before { background-position: left -120px; }
|
|
|
280 |
.btn_medium.orange:after { background-position: right -120px; }
|
|
|
281 |
|
|
|
282 |
.btn_large.orange:before { background-position: left -160px; }
|
|
|
283 |
.btn_large.orange:after { background-position: right -160px; }
|
|
|
284 |
|
|
|
285 |
/* Grey buttons */
|
|
|
286 |
|
|
|
287 |
.btn_grey, .btn_grey:hover { height: 27px; margin: 0 5px; *margin: 0 10px; background: url(/cs/site_template/ecommerce/images/general/btn_grey_27px_mid.png) repeat-x; line-height: 27px; position: relative; color: #0091d2; }
|
|
|
288 |
.btn_grey:before, .btn_grey:after { width: 5px; height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_grey_27px_sides.png) no-repeat; position: absolute; top: 0; }
|
|
|
289 |
.btn_grey:before { left: -5px; }
|
|
|
290 |
.btn_grey:after, .btn_grey:hover:after { right: -5px; background-position: -5px top; }
|
|
|
291 |
|
|
|
292 |
.btn_grey.large { height: 32px; background-image: url(/cs/site_template/ecommerce/images/general/btn_grey_32px_mid.png); line-height: 32px; }
|
|
|
293 |
.btn_grey.large:before, .btn_grey.large:after { background-image: url(/cs/site_template/ecommerce/images/general/btn_grey_32px_sides.png); }
|
|
|
294 |
|
|
|
295 |
[class^="btn_"] .icon_left_arrow { position: relative; top: -1px; left: -5px; }
|
|
|
296 |
[class^="btn_"] .icon_right_arrow { position: relative; top: -1px; left: 5px; }
|
|
|
297 |
[class^="btn_"] .icon_small_shopping_cart { position: relative; top: -1px; }
|
|
|
298 |
|
|
|
299 |
|
|
|
300 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
301 |
Catalogues
|
| 8146 |
amit.gupta |
302 |
---------------------------------------------------------------------
|
|
|
303 |
For pages such as Devices, Rewards, Store Locator and Whats
|
|
|
304 |
Hot, where all of them use a similar catalogue layout.
|
|
|
305 |
|
|
|
306 |
- .product_catalogue for Devices page
|
|
|
307 |
- .product_catalogue.accessories_catalogue for Accessories page
|
|
|
308 |
-------------------------------------------------------------------*/
|
|
|
309 |
|
|
|
310 |
.padded_catalogue { padding: 15px 10px 0; }
|
|
|
311 |
|
|
|
312 |
.catalogue_item { width: 220px; margin: 0 12.5px 15px 0; float: left; position: relative; }
|
|
|
313 |
.catalogue_item .item_preview { width: 198px; padding: 10px; border: 1px solid #e5e5e5; color: #666; cursor: pointer;}
|
|
|
314 |
|
|
|
315 |
.catalogue_item.hidden { display: none; }
|
|
|
316 |
.catalogue_item.opened,
|
|
|
317 |
.catalogue_item.opened .item_preview { border: 0; background-color: #eff1f1; }
|
|
|
318 |
.catalogue_item.opened .item_preview { padding: 11px; }
|
|
|
319 |
.catalogue_item .item_name { height: 40px; display: block; color: #0091d2; font-weight: bold; line-height: 1.4em; }
|
|
|
320 |
|
|
|
321 |
.catalogue_item .item_toggler { padding-left: 20px; display: block; background: url(/cs/site_template/ecommerce/images/general/btn_plus.png) left 3px no-repeat; color: #21282e; font-size: 15px; font-weight: bold; line-height: 1.4em; cursor: pointer; }
|
|
|
322 |
.catalogue_item.opened .item_toggler { background-image: url(/cs/site_template/ecommerce/images/general/btn_minus.png); }
|
|
|
323 |
|
|
|
324 |
.catalogue_item .item_thumb { width: 200px; height: 54px; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 1em 0 1em -1px; text-align: center; overflow: hidden; }
|
|
|
325 |
.catalogue_item .item_thumb img { max-width: 100%; max-height: 100%; vertical-align: bottom; }
|
|
|
326 |
|
|
|
327 |
.catalogue_item .item_content { width: 900px; padding: 10px; margin-top: 15px; background: #eff1f1; position: absolute; left: 0; z-index: 1; display: none; }
|
|
|
328 |
.item_content_title { margin: 1em 0; font-size: 15px; font-weight: bold; }
|
|
|
329 |
.catalogue_item .item_images { margin-bottom: 10px; }
|
|
|
330 |
.catalogue_item .item_images img { padding: 5px; border: 1px solid #dcdcdc; margin-left: 3px; display: inline-block; vertical-align: bottom; background: #fff; }
|
|
|
331 |
.catalogue_item .item_images img:first-child { margin-left: 0; }
|
|
|
332 |
|
|
|
333 |
.catalogue_item .tbl_dark_horizontal { margin-bottom: 15px; }
|
|
|
334 |
.catalogue_item .item_content ul { margin-bottom: 1em; }
|
|
|
335 |
.catalogue_item .item_content li { padding-left: 1.5em; }
|
|
|
336 |
.catalogue_item .notes li { padding-left: .75em; }
|
|
|
337 |
|
|
|
338 |
/* Extra div in front is needed to raise specificity for overriding */
|
|
|
339 |
div.catalogue_item.node4,
|
|
|
340 |
div.catalogue_item.last_in_row { margin: 0 0 15px 0; }
|
|
|
341 |
|
|
|
342 |
.catalogue_item.node2 .item_content { left: -234px; }
|
|
|
343 |
.catalogue_item.node3 .item_content { left: -468px; }
|
|
|
344 |
.catalogue_item.node4 .item_content { left: -700px; }
|
|
|
345 |
|
|
|
346 |
.grid_3_left_middle .catalogue_item .item_content { width: 665px; }
|
|
|
347 |
|
|
|
348 |
/* Product & Accessories catalogue - for pages that have Devices/Accesories listing */
|
|
|
349 |
|
|
|
350 |
.product_catalogue .catalogue_item { width: 218px; height: 398px; border: 1px solid #e5e5e5; font-size: 11px; line-height: normal; }
|
|
|
351 |
.short_product_catalogue .catalogue_item { height: 333px; }
|
|
|
352 |
.product_name { font-size: 16px; line-height: 1.4em; font-weight: bold; position: absolute; top: 10px; left: 10px; }
|
|
|
353 |
.info_ribbon ~ .product_name { width: 72%; }
|
|
|
354 |
.product_rating { font: 0/0 a; position: absolute; top: 32px; left: 10px; }
|
|
|
355 |
|
|
|
356 |
.product_catalogue .info_ribbon { position: absolute; top: -4px; right: -4px; }
|
|
|
357 |
|
|
|
358 |
.product_catalogue .product_img { width: 110px; height: 185px; position: absolute; top: 65px; left: 0; text-align: center; line-height: 185px; }
|
|
|
359 |
.product_catalogue .product_img img { max-width: 100%; max-height: 100%; vertical-align: top; }
|
|
|
360 |
.product_catalogue .badge { position: absolute; bottom: 0; right: -35px; }
|
|
|
361 |
|
|
|
362 |
.product_price_con { width: 95px; position: absolute; bottom: 10px; left: 10px; z-index: 2; font-weight: bold; }
|
|
|
363 |
.plan_product_catalogue .product_price_con { bottom: 14px; }
|
|
|
364 |
.product_price_con .product_price { color: #fb7a14; font-size: 22px; line-height: .8em; *line-height: 1em; } /* *line-height: 1em is to fix IE7 clipping issue */
|
|
|
365 |
|
|
|
366 |
.product_catalogue .product_details { width: 85px; position: absolute; top: 75px; left: 115px; }
|
|
|
367 |
|
|
|
368 |
.product_colors { width: 95px; color: #c7c7c7; position: absolute; bottom: 65px; right: 10px; }
|
|
|
369 |
.product_colors .color_square { margin-top: 2px; *margin-right: 4px; }
|
|
|
370 |
|
|
|
371 |
.product_catalogue .icon_epp,
|
|
|
372 |
.product_catalogue .product_icon { position: absolute; top: 150px; left: 115px; }
|
|
|
373 |
.plan_product_catalogue .icon_epp,
|
|
|
374 |
.plan_product_catalogue .product_icon { top: 170px; }
|
|
|
375 |
.product_catalogue .compare_con { position: absolute; bottom: 70px; left: 10px; font-size: 12px; }
|
|
|
376 |
.product_catalogue .compare_con input { vertical-align: middle; }
|
|
|
377 |
.product_catalogue .btn_medium { position: absolute; bottom: 10px; right: 10px; z-index: 2; font-size: 13px; }
|
|
|
378 |
.product_desc { display: none; }
|
|
|
379 |
|
|
|
380 |
.product_grey_bg { width: 218px; height: 55px; border-top: 1px solid #e2e4e5; border-radius: 0 0 5px 5px; position: absolute; bottom: 0; left: 0; z-index: 1; background-color: #f6f6f6; }
|
|
|
381 |
.product_grey_bg:before { content: ''; width: 100%; height: 0; border-top: 1px solid #fff; position: absolute; top: 0; left: 0; }
|
|
|
382 |
|
|
|
383 |
.accessories_catalogue .catalogue_item { height: 338px; }
|
|
|
384 |
.accessories_catalogue .product_img { width: 100%; top: 45px; }
|
|
|
385 |
.accessories_catalogue .product_img img { vertical-align: bottom; }
|
|
|
386 |
.accessories_catalogue .badge { bottom: 40px; right: 40px; }
|
|
|
387 |
|
|
|
388 |
.accessories_catalogue .product_quantity { position: absolute; top: 240px; right: 10px; font-weight: bold; }
|
|
|
389 |
|
|
|
390 |
.product_catalogue.list .catalogue_item { width: 918px; height: 175px; margin-right: 0; }
|
|
|
391 |
.product_catalogue.list .catalogue_item.last_row { margin-left: 0; }
|
|
|
392 |
|
|
|
393 |
.product_catalogue.list .product_img { width: 120px; height: 150px; top: 15px; left: 10px; line-height: 150px; }
|
|
|
394 |
.product_catalogue.list .badge { right: 0; }
|
|
|
395 |
|
|
|
396 |
.product_catalogue.list .product_details { width: 150px; top: 75px; left: 135px; }
|
|
|
397 |
.plan_product_catalogue.list .product_details { display: none; }
|
|
|
398 |
.product_catalogue.list .product_name { width: 110px; top: 25px; left: 135px; line-height: 1.1em; }
|
|
|
399 |
.product_catalogue.list .icon_epp,
|
|
|
400 |
.product_catalogue.list .product_icon { top: 25px; left: 250px; right: auto; }
|
|
|
401 |
.product_catalogue.list .product_rating { top: 42px; left: 135px; }
|
|
|
402 |
.product_catalogue.list .product_price_con { top: 25px; right: 25px; bottom: auto; left: auto; }
|
|
|
403 |
|
|
|
404 |
.product_catalogue.list .compare_con { bottom: 15px; left: 135px; font-size: 11px; }
|
|
|
405 |
.product_catalogue.list .compare_con input { margin-top: -1px; }
|
|
|
406 |
|
|
|
407 |
.product_catalogue.list .product_colors { width: 355px; top: 105px; left: 355px; line-height: 23px; }
|
|
|
408 |
.product_catalogue.list .product_colors .color_square { margin: 0; *margin-right: 4px; vertical-align: middle; }
|
|
|
409 |
|
|
|
410 |
.product_catalogue.list .btn_medium { min-width: 60px; top: 85px; right: auto; bottom: auto; left: 800px; }
|
|
|
411 |
|
|
|
412 |
.product_catalogue.list .product_desc { width: 355px; position: absolute; top: 25px; left: 355px;font-size: 13px; line-height: normal; display: block; }
|
|
|
413 |
|
|
|
414 |
.product_catalogue.list .product_action { width: 95px; padding: 0; border: 0; margin: 0; position: static; float: right; background-color: #fff; line-height: normal; display: none; }
|
|
|
415 |
.product_catalogue.list .product_action .btn_medium { margin-top: 15px; }
|
|
|
416 |
|
|
|
417 |
.product_catalogue.list .product_grey_bg { display: none; }
|
|
|
418 |
|
|
|
419 |
.accessories_catalogue.list .product_name { width: 150px; }
|
|
|
420 |
.accessories_catalogue.list .product_quantity { top: 42px; left: 135px; }
|
|
|
421 |
.accessories_catalogue.list .badge { bottom: 25px; }
|
|
|
422 |
|
|
|
423 |
.product_catalogue .load_more { width: 65px; margin: 0 auto; display: block; font-size: 12px; font-weight: bold; text-align: center; clear: both; }
|
|
|
424 |
.product_catalogue .load_more.loading { padding-left: 20px; background: url(/cs/site_template/ecommerce/images/general/icon_loading.gif) left center no-repeat; color: #ccc; cursor: default; pointer-events: none; }
|
|
|
425 |
|
|
|
426 |
|
|
|
427 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
428 |
Column Layouts
|
| 8146 |
amit.gupta |
429 |
-------------------------------------------------------------------*/
|
|
|
430 |
|
|
|
431 |
.column_obj { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
|
|
|
432 |
.column_obj iframe { margin-bottom: 1em; }
|
|
|
433 |
|
|
|
434 |
.two_columns .column_obj { width: 47%; }
|
|
|
435 |
.two_columns .column_obj:first-child { margin-right: 4%; *margin-right: 2%; }
|
|
|
436 |
.two_columns .column_obj.wider { width: 57%; }
|
|
|
437 |
.two_columns .column_obj.wider + .column_obj { width: 37%; }
|
|
|
438 |
|
|
|
439 |
.three_columns .column_obj { width: 30.3%; }
|
|
|
440 |
.three_columns .column_obj:first-child,
|
|
|
441 |
.three_columns .column_obj:first-child + .column_obj { margin-right: 4%; }
|
|
|
442 |
|
|
|
443 |
.four_columns .column_obj { width: 24.5%; }
|
|
|
444 |
|
|
|
445 |
|
|
|
446 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
447 |
Content Togglers
|
| 8146 |
amit.gupta |
448 |
-------------------------------------------------------------------*/
|
|
|
449 |
|
|
|
450 |
.content_toggler_con { margin-bottom: 1em; }
|
|
|
451 |
.content_toggler_con.padded { padding: 15px; }
|
|
|
452 |
.content_toggler_con .content_toggler { cursor: pointer; }
|
|
|
453 |
.content_toggler_con .toggled_content { display: none; *zoom: 1; }
|
|
|
454 |
.content_toggler_con .toggled_content.unpadded { padding: 0; }
|
|
|
455 |
|
|
|
456 |
/* Self Content togglers */
|
|
|
457 |
|
|
|
458 |
.self_content_toggler .content_toggler_obj { border: 1px solid #bdbdbd; border-radius: 5px; margin-bottom: 1em; background: url(/cs/site_template/ecommerce/images/general/gradient_white_30px.png) center bottom repeat-x; }
|
|
|
459 |
.self_content_toggler .content_toggler { padding: 7px 10px 7px 35px; position: relative; color: #0091d2; font-size: 14px; font-weight: bold; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_down.png) 10px 6px no-repeat; }
|
|
|
460 |
.self_content_toggler .toggled .content_toggler { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_up.png); }
|
|
|
461 |
.self_content_toggler .toggled_content { padding: 10px 20px 20px; }
|
|
|
462 |
|
|
|
463 |
.self_content_toggler.large .content_toggler { background-position: 10px 10px; font-size: 18px; }
|
|
|
464 |
.self_content_toggler .flush_right { position: absolute; right: 10px; top: 7px; color: #21282e; font-size: 13px; font-weight: normal; line-height: 22px; }
|
|
|
465 |
.self_content_toggler.cart .toggled_content { padding: 10px; }
|
|
|
466 |
|
|
|
467 |
.self_content_toggler .right_action_con { text-align: right; }
|
|
|
468 |
.self_content_toggler .btn_grey { margin-left: 1em; }
|
|
|
469 |
.self_content_toggler .btn_grey i { margin: -2px 5px 0 0; }
|
|
|
470 |
|
|
|
471 |
.self_content_toggler .content_toggler .warning { vertical-align: middle; }
|
|
|
472 |
|
|
|
473 |
/* Single Content togglers */
|
|
|
474 |
|
|
|
475 |
.single_content_toggler > .content_toggler { padding-left: 20px; margin-left: 1.5em; float: right; font-size: 14px; font-weight: bold; vertical-align: middle; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_down.png) left top no-repeat; }
|
|
|
476 |
.single_content_toggler > .content_toggler.toggled { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_up.png); }
|
|
|
477 |
.single_content_toggler > .toggled_content_con { padding-top: 1em; clear: both; }
|
|
|
478 |
.single_content_toggler > .toggled_content_con > .toggled_content { padding: 15px; background: #f1f1f1; border-radius: 5px; box-shadow: inset 0 1px 2px #aaa; }
|
|
|
479 |
.single_content_toggler .toggled_content .content_rounder { background: #fff; }
|
|
|
480 |
|
|
|
481 |
.single_content_toggler ul { margin: 1em 0; }
|
|
|
482 |
.single_content_toggler li { padding-left: 1em; }
|
|
|
483 |
.single_content_toggler li li { margin-left: 1em; }
|
|
|
484 |
.single_content_toggler li ul { margin: 0; }
|
|
|
485 |
|
|
|
486 |
/* Question & Answer togglers */
|
|
|
487 |
|
|
|
488 |
.question_answer_toggler { border: 1px solid #e5e5e5; border-radius: 5px; background: #fff; }
|
|
|
489 |
.question_answer_toggler .content_toggler_obj { border-top: 1px dotted #bdbdbd; }
|
|
|
490 |
.question_answer_toggler .content_toggler_obj:first-child { border-top: 0; }
|
|
|
491 |
|
|
|
492 |
.question_answer_toggler .content_toggler { padding: 10px 30px; position: relative; color: #0091d2; background: url(/cs/site_template/ecommerce/images/general/btn_plus.png) 10px 12px no-repeat; }
|
|
|
493 |
.question_answer_toggler .toggled .content_toggler { background: #eff1f1 url(/cs/site_template/ecommerce/images/general/btn_minus.png) 10px 12px no-repeat; font-weight: bold; }
|
|
|
494 |
.question_answer_toggler :first-child .content_toggler { border-radius: 5px 5px 0 0; }
|
|
|
495 |
|
|
|
496 |
.question_answer_toggler .toggled_content { padding: 10px 30px; }
|
|
|
497 |
.question_answer_toggler .understate { color: #666; }
|
|
|
498 |
|
|
|
499 |
/* My Cart Summary toggler */
|
|
|
500 |
|
|
|
501 |
.cart_summary_toggler .content_toggler_obj { border: 0; margin-bottom: 0; background: none; }
|
|
|
502 |
.cart_summary_toggler .content_toggler { padding: 10px 10px 10px 40px; }
|
|
|
503 |
.cart_summary_toggler .content_toggler:before { left: 15px; }
|
|
|
504 |
.cart_summary_toggler .flush_right { top: 10px; }
|
|
|
505 |
.cart_summary_toggler .toggled_content { padding: 0; position: relative; background: #eff1f1; }
|
|
|
506 |
.cart_summary_toggler .toggled_content:before,
|
|
|
507 |
.cart_summary_toggler .toggled_content:after { content: ''; width: 100%; height: 5px; position: absolute; top: 0; left: 0; background: url(/cs/site_template/ecommerce/images/general/shadow_top_bottom.png) bottom left repeat-x; }
|
|
|
508 |
.cart_summary_toggler .toggled_content:after { top: auto; bottom: 0; background-position: top left; }
|
|
|
509 |
|
|
|
510 |
|
|
|
511 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
512 |
Content Rounder
|
| 8146 |
amit.gupta |
513 |
-------------------------------------------------------------------*/
|
|
|
514 |
|
|
|
515 |
.content_rounder { padding: 15px; border: 1px solid #bdbdbd; margin-bottom: 1em; }
|
|
|
516 |
.content_rounder.unpadded { padding: 0; }
|
|
|
517 |
.content_rounder > .content_title,
|
|
|
518 |
.content_rounder > .padded_content > .content_title { margin-bottom: .2em; font-size: 18px; font-weight: bold; }
|
|
|
519 |
|
|
|
520 |
.static_content_con .content_rounder,
|
|
|
521 |
.content_rounder.static { border: 0; background-color: #eff1f1; }
|
|
|
522 |
.content_rounder.grey { border-color: #e5e5e5; background-color: #eff1f1; }
|
|
|
523 |
.content_rounder.yellow { border: 0; background: #fbe448; color: #666; }
|
|
|
524 |
|
|
|
525 |
.transaction_num_con { width: 400px; text-align: center; }
|
|
|
526 |
.content_title + .transaction_num_con { margin-top: 2em; }
|
|
|
527 |
.transaction_num_con .transaction_num { margin: .25em 0 .5em; color: #21282e; font-size: 28px; font-weight: bold; }
|
|
|
528 |
.transaction_num_con .understate { font-size: 12px; }
|
|
|
529 |
|
|
|
530 |
|
|
|
531 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
532 |
Content Switcher
|
| 8146 |
amit.gupta |
533 |
-------------------------------------------------------------------*/
|
|
|
534 |
|
|
|
535 |
.content_switcher_content { display: none; }
|
|
|
536 |
.content_switcher_content:first-child { display: block; }
|
|
|
537 |
|
|
|
538 |
|
|
|
539 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
540 |
Cursors
|
| 8146 |
amit.gupta |
541 |
-------------------------------------------------------------------*/
|
|
|
542 |
|
|
|
543 |
.ui-draggable, .draggable { cursor: url(/cs/site_template/ecommerce/images/general/cursor_open_hand.cur), default !important; position: absolute; top: 0; left: 0; }
|
|
|
544 |
.ui-draggable-dragging, .dragging { cursor: url(/cs/site_template/ecommerce/images/general/cursor_closed_hand.cur), default !important; }
|
|
|
545 |
|
|
|
546 |
.cursor_zoom_in { cursor: url(/cs/site_template/ecommerce/images/general/cursor_zoom_in.png), default !important; }
|
|
|
547 |
.cursor_zoom_out { cursor: url(/cs/site_template/ecommerce/images/general/cursor_zoom_out.png), default !important; }
|
|
|
548 |
|
|
|
549 |
|
|
|
550 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
551 |
Dropdowns
|
| 8146 |
amit.gupta |
552 |
-------------------------------------------------------------------*/
|
|
|
553 |
|
|
|
554 |
[class*="dropdown_con"] { width: 110px; height: 27px; margin: 0 5px; position: relative; line-height: 27px; }
|
|
|
555 |
[class*="dropdown_btn"] { padding: 0 15px 0 5px; height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_light_grey_27px_mid.png) left top repeat-x; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; *white-space: normal; }
|
|
|
556 |
[class*="dropdown_btn"]:before,
|
|
|
557 |
[class*="dropdown_btn"]:after { content: ''; width: 5px; height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_light_grey_27px_sides.png) no-repeat; position: absolute; top: 0; }
|
|
|
558 |
[class*="dropdown_btn"]:before { left: -5px; }
|
|
|
559 |
[class*="dropdown_btn"]:after { background-position: right top; right: -5px; }
|
|
|
560 |
|
|
|
561 |
.dropdown_arrow,
|
|
|
562 |
.dropdown_arrow_down,
|
|
|
563 |
.dropdown_con .arrow,
|
|
|
564 |
.dropdown_con .arrow_down { width: 9px; height: 12px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -260px -80px no-repeat; position: absolute; top: 50%; right: 5px; margin-top: -6px; }
|
|
|
565 |
.dropdown_arrow_down,
|
|
|
566 |
.dropdown_con .arrow_down { height: 6px; right: 8px; background-position: -260px -86px; margin-top: -3px; }
|
|
|
567 |
|
|
|
568 |
.dropdown_con.bordered_arrow:after,
|
|
|
569 |
.quantity_dropdown:after { content: ''; width: 0; height: 100%; border-left: 1px solid #cfcfcf; position: absolute; top: 0; right: 30px; }
|
|
|
570 |
.quantity_dropdown:after { height: 32px; }
|
|
|
571 |
|
|
|
572 |
.dropdown_con select,
|
|
|
573 |
[class*="dropdown_menu"] { width: 100%; height: 100%; padding: 0 4px; position: absolute; top: -2px; left: -4px; *top: 0; *left: 0; opacity: 0; background: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); cursor: pointer; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: menulist-button;}/* -webkit-appearance is to allow the 100% height to take effect for Chrome on Mac */
|
|
|
574 |
|
|
|
575 |
.quantity_dropdown { height: 34px; line-height: 34px; }
|
|
|
576 |
.quantity_dropdown .dropdown_btn { height: 100%; background: url(/cs/site_template/ecommerce/images/general/btn_light_grey_34px_mid.png) repeat-x; }
|
|
|
577 |
.quantity_dropdown .dropdown_btn:before,
|
|
|
578 |
.quantity_dropdown .dropdown_btn:after { height: 100%; background-image: url(/cs/site_template/ecommerce/images/general/btn_light_grey_34px_sides.png); }
|
|
|
579 |
|
|
|
580 |
.quantity_dropdown { width: 60px; margin-left: 10px; *left: 10px; }
|
|
|
581 |
|
|
|
582 |
.dropdown_white_xlarge { height: 65px; }
|
|
|
583 |
.dropdown_white_xlarge .dropdown_btn { padding-right: 20px; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_center.png) repeat-x; line-height: 60px; }
|
|
|
584 |
.dropdown_white_xlarge .dropdown_label { display: inline-block; *display: inline; *zoom: 1; line-height: normal; *position: relative; *top: 50%; vertical-align: middle; }
|
|
|
585 |
.dropdown_white_xlarge .dropdown_label span { *position: relative; *top: -50%; }
|
|
|
586 |
.dropdown_white_xlarge .dropdown_btn:before,
|
|
|
587 |
.dropdown_white_xlarge .dropdown_btn:after { content: ''; width: 10px; height: 65px; position: absolute; top: 0; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_sides.png) left top no-repeat; }
|
|
|
588 |
.dropdown_white_xlarge .dropdown_btn:before { left: -10px; }
|
|
|
589 |
.dropdown_white_xlarge .dropdown_btn:after { right: -10px; background-position: right top; }
|
|
|
590 |
.dropdown_white_xlarge .arrow { width: 14px; height: 7px; margin-top: -3px; background-position: -120px -120px; }
|
|
|
591 |
|
|
|
592 |
.dropdown_white_xlarge select { height: 60px; padding: 0 9px; left: -9px; }
|
|
|
593 |
|
|
|
594 |
.dropdown_con.language { width: 130px; }
|
|
|
595 |
|
|
|
596 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
597 |
Form Hints
|
| 8146 |
amit.gupta |
598 |
-------------------------------------------------------------------*/
|
|
|
599 |
|
|
|
600 |
.form_hint { margin-left: 5px; display: none; vertical-align: top; background: none; color: #999; cursor: default; }
|
|
|
601 |
[class*=dropdown_con] + .form_hint { margin-left: 10px; }
|
|
|
602 |
|
|
|
603 |
.form_hint_msg { font-size: 11px; line-height: normal; vertical-align: middle; }
|
|
|
604 |
.form_hint_error_msg { font-size: 13px; line-height: normal; }
|
|
|
605 |
.form_hint.has_error,
|
|
|
606 |
.form_hint.server_error { color: #fb7a14; }
|
|
|
607 |
.form_hint_error_msg,
|
|
|
608 |
.has_error.show_form_hint .form_hint_error_msg,
|
|
|
609 |
.no_error .form_hint_msg,
|
|
|
610 |
.has_error .form_hint_msg,
|
|
|
611 |
.server_error .form_hint_msg { display: none; }
|
|
|
612 |
.show_form_hint .form_hint_msg { display: inline-block; *display: inline; *zoom: 1; }
|
|
|
613 |
div.icon_hint { width: 21px; height: 15px; *margin-right: 4px; vertical-align: top; display: none; background-position: -80px -80px; }
|
|
|
614 |
.has_error .icon_hint, .server_error .icon_hint { background-position: -101px -80px; }
|
|
|
615 |
.has_error .form_hint_error_msg, .server_error .form_hint_error_msg { display: inline; }
|
|
|
616 |
.server_error .form_hint_msg { display: none; }
|
|
|
617 |
|
|
|
618 |
|
|
|
619 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
620 |
Grid
|
| 8146 |
amit.gupta |
621 |
-------------------------------------------------------------------*/
|
|
|
622 |
|
|
|
623 |
[class*="grid_3_"] { margin-right: 18px; float: left; }
|
|
|
624 |
.grid_3_left, .grid_3_right { width: 205px; min-height: 1px; }
|
|
|
625 |
.grid_3_middle { width: 460px; min-height: 1px;}
|
|
|
626 |
.grid_3_left_middle, .grid_3_middle_right { width: 685px; min-height: 1px; }
|
|
|
627 |
.grid_3_left, .grid_3_left_middle { clear: left; }
|
|
|
628 |
.grid_3_right, .grid_3_middle_right { margin-right: 0; }
|
|
|
629 |
|
|
|
630 |
/* Nested grid */
|
|
|
631 |
|
|
|
632 |
[class*="grid_3_"] > .grid_3_middle,
|
|
|
633 |
[class*="grid_3_"] > .grid_3_right { margin-right: 0; }
|
|
|
634 |
|
|
|
635 |
|
|
|
636 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
637 |
Icons
|
| 8146 |
amit.gupta |
638 |
-------------------------------------------------------------------*/
|
|
|
639 |
|
|
|
640 |
/* Sprite sheet grid size: 20x20px */
|
| 8156 |
anupam.sin |
641 |
[class^="icon_"] { background: url(/images/androidland/general_sprite_sheet.png) no-repeat; *margin-right: 4px; }
|
| 8146 |
amit.gupta |
642 |
|
|
|
643 |
/* Row 1 */
|
|
|
644 |
|
|
|
645 |
.icon_search { width: 20px; height: 19px; }
|
|
|
646 |
.icon_epp { width: 38px; height: 27px; background-position: -40px 0; }
|
|
|
647 |
.icon_fb { width: 16px; height: 17px; background-position: -120px 0; }
|
|
|
648 |
.icon_twitter { width: 16px; height: 17px; background-position: -140px 0; }
|
|
|
649 |
.icon_share { width: 16px; height: 17px; background-position: -160px 0; }
|
|
|
650 |
.icon_rss { width: 16px; height: 17px; background-position: -180px 0; }
|
|
|
651 |
|
|
|
652 |
/* Row 2*/
|
|
|
653 |
|
|
|
654 |
.icon_left_arrow { width: 6px; height: 12px; background-position: -120px -20px; }
|
|
|
655 |
.icon_right_arrow { width: 6px; height: 12px; background-position: -126px -20px; }
|
|
|
656 |
.icon_my_ocs { width: 10px; height: 15px; background-position: -140px -20px; }
|
|
|
657 |
.icon_white_pin { width: 10px; height: 16px; background-position: -160px -20px; }
|
|
|
658 |
.icon_pin { width: 9px; height: 13px; background-position: -280px -20px; }
|
|
|
659 |
|
|
|
660 |
/* Row 3 */
|
|
|
661 |
|
|
|
662 |
.icon_my_cart { width: 20px; height: 14px; background-position: 0 -40px; }
|
|
|
663 |
.icon_live_chat { width: 17px; height: 15px; background-position: -20px -40px; }
|
|
|
664 |
.icon_help { width: 16px; height: 16px; background-position: -40px -40px; }
|
|
|
665 |
.icon_question { width: 15px; height: 14px; background-position: -60px -40px; cursor: pointer; }
|
|
|
666 |
.icon_letter { width: 15px; height: 10px; background-position: -80px -40px; }
|
|
|
667 |
.icon_cube { width: 19px; height: 17px; background-position: -100px -40px; }
|
|
|
668 |
.icon_magnify { width: 17px; height: 18px; background-position: -120px -40px; }
|
|
|
669 |
.icon_picture { width: 19px; height: 16px; background-position: -140px -40px; }
|
|
|
670 |
.icon_video { width: 18px; height: 16px; background-position: -160px -40px; }
|
|
|
671 |
.icon_printer { width: 17px; height: 13px; background-position: -180px -40px; }
|
|
|
672 |
.icon_thumbs_up { width: 17px; height: 18px; background-position: -200px -40px; }
|
|
|
673 |
.icon_thumbs_down { width: 17px; height: 18px; background-position: -220px -40px; }
|
|
|
674 |
.icon_cancel { width: 13px; height: 12px; margin-top: -2px; background-position: -240px -40px; cursor: pointer; }
|
|
|
675 |
.icon_small_star { width: 14px; height: 13px; background-position: -260px -40px; }
|
|
|
676 |
.icon_small_star_filled { width: 14px; height: 13px; background-position: -274px -40px; }
|
|
|
677 |
|
|
|
678 |
/* Row 4 */
|
|
|
679 |
|
|
|
680 |
.icon_reload { width:15px; height:15px; background-position: 0 -60px; }
|
|
|
681 |
.icon_my_account { width:13px; height:11px; background-position: -20px -60px; }
|
|
|
682 |
.icon_find_store { width:9px; height:13px; background-position: -40px -60px; }
|
|
|
683 |
.icon_switch { width:14px; height:14px; background-position: -60px -60px; }
|
|
|
684 |
.icon_close { width: 15px; height: 15px; background-position: -120px -60px; }
|
|
|
685 |
.icon_large_star { width: 20px; height: 19px; background-position: -260px -60px; }
|
|
|
686 |
.icon_large_star_filled { width: 20px; height: 19px; background-position: -280px -60px; }
|
|
|
687 |
|
|
|
688 |
/* Row 5 */
|
|
|
689 |
|
|
|
690 |
.icon_tick { width: 15px; height: 15px; background-position: left -80px; }
|
|
|
691 |
.icon_cross { width: 15px; height: 15px; background-position: -15px -80px; }
|
|
|
692 |
.icon_tick_small { width: 12px; height: 12px; background-position: -40px -80px; }
|
|
|
693 |
.icon_cross_small { width: 12px; height: 12px; background-position: -52px -80px; }
|
|
|
694 |
.icon_grid_view { width: 10px; height: 10px; margin: 0 10px 0 6px; background-position: -140px -80px; }
|
|
|
695 |
.icon_list_view { width: 10px; height: 10px; margin: 0 10px 0 6px; background-position: -160px -80px; }
|
|
|
696 |
.icon_link_arrow { width: 13px; height: 12px; background-position: -180px -80px; }
|
|
|
697 |
|
|
|
698 |
/* Row 6 */
|
|
|
699 |
|
|
|
700 |
.icon_alert { width: 24px; height: 29px; background-position: -60px -100px; }
|
|
|
701 |
.icon_plus_blue { width: 14px; height: 14px; background-position: -140px -100px; }
|
|
|
702 |
.icon_search_blue { width: 24px; height: 23px; background-position: -160px -100px; }
|
|
|
703 |
|
|
|
704 |
/* Row 7 */
|
|
|
705 |
|
|
|
706 |
.icon_tabber_dot { width: 8px; height: 8px; background-position: -140px -120px; }
|
|
|
707 |
.icon_cancel_large { width: 21px; height: 20px; background-position: -200px -120px; }
|
|
|
708 |
.icon_shopping_cart { width: 21px; height: 17px; background-position: -240px -120px; }
|
|
|
709 |
.icon_small_shopping_cart { width: 19px; height: 14px; background-position: -280px -120px; }
|
|
|
710 |
|
|
|
711 |
.color_square { width: 22px; height: 22px; border: 1px solid #bfbfbf; }
|
|
|
712 |
|
|
|
713 |
|
|
|
714 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
715 |
Inputs
|
| 8146 |
amit.gupta |
716 |
-------------------------------------------------------------------*/
|
|
|
717 |
|
|
|
718 |
.input_checkbox, .input_radio { margin-right: 5px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) no-repeat; vertical-align: middle; cursor: pointer; outline: 0; }
|
|
|
719 |
.input_checkbox { width: 19px; height: 20px; background-position: -180px -60px; }
|
|
|
720 |
.input_checkbox.checked { background-position: -199px -60px; }
|
|
|
721 |
.input_radio { width: 18px; height: 19px; background-position: -140px -60px; }
|
|
|
722 |
.input_radio.checked { background-position: -158px -60px; }
|
|
|
723 |
|
|
|
724 |
label { cursor: pointer; }
|
|
|
725 |
|
|
|
726 |
input[type="checkbox"], input[type="radio"] { outline : 0; }
|
|
|
727 |
input[type="submit"], input[type="reset"] { cursor: pointer; }
|
|
|
728 |
|
|
|
729 |
input.placeholder { color: #999; }
|
|
|
730 |
.input_hidden { position: absolute; clip: rect(1px, 1px, 1px, 1px); *clip: rect(1px 1px 1px 1px); opacity: 0; }
|
|
|
731 |
|
|
|
732 |
|
|
|
733 |
.input_white_xlarge, form.sub_search { height: 65px; position: relative; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_center.png) repeat-x; line-height: 65px; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
734 |
.input_white_xlarge:before,
|
|
|
735 |
.input_white_xlarge:after,
|
|
|
736 |
form.sub_search:before,
|
|
|
737 |
form.sub_search:after { content: ''; width: 10px; height: 65px; position: absolute; top: 0; background: url(/cs/site_template/ecommerce/images/general/btn_white_shadow_65px_sides.png) left top no-repeat; }
|
|
|
738 |
.input_white_xlarge:before,
|
|
|
739 |
form.sub_search:before { left: -10px; }
|
|
|
740 |
.input_white_xlarge:after,
|
|
|
741 |
form.sub_search:after { right: -10px; background-position: right top; }
|
|
|
742 |
.input_white_xlarge input,
|
|
|
743 |
form.sub_search input { box-shadow: none; }
|
|
|
744 |
|
|
|
745 |
|
|
|
746 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
747 |
Islands
|
| 8146 |
amit.gupta |
748 |
-------------------------------------------------------------------*/
|
|
|
749 |
|
|
|
750 |
.island { padding-bottom: 5px; margin-bottom: 1em; background-color: #eff1f1; }
|
|
|
751 |
.island_title { padding: 8px 10px; background: #fd0; position: relative; font-size: 15px; line-height: 1.1em; font-weight: bold; }
|
|
|
752 |
.island_img { width: 100%; text-align: center; overflow: hidden; }
|
|
|
753 |
.island_img img { width: 100%; height: auto; }
|
|
|
754 |
.island_content { padding: 10px; display: block; }
|
|
|
755 |
.island .yellow_bg { background: #fd0; }
|
|
|
756 |
|
|
|
757 |
.island_list { padding-left: 2em; *padding-left: 0; *margin-left: 2em; }
|
|
|
758 |
.island_list li { margin: 10px 0; }
|
|
|
759 |
|
|
|
760 |
.island_link,
|
|
|
761 |
.island_block { padding: 10px 5px; margin: 0 5px; border-bottom: 1px dotted #cfcfcf; display: block; }
|
|
|
762 |
.island .arrow_link { margin-left: 10px; line-height: 25px; display: block; }
|
|
|
763 |
.island_content .arrow_link { margin-left: 0; }
|
|
|
764 |
.island .arrow_link:before { top: 6px; }
|
|
|
765 |
.island_link.last,
|
|
|
766 |
.island_block.last { border: 0; }
|
|
|
767 |
.island_link.last + .island_title,
|
|
|
768 |
.island_block.last + .island_title { margin-top: 10px; }
|
|
|
769 |
|
|
|
770 |
.island .icon_question { margin-top: -4px; }
|
|
|
771 |
|
|
|
772 |
|
|
|
773 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
774 |
Lists
|
| 8146 |
amit.gupta |
775 |
-------------------------------------------------------------------*/
|
|
|
776 |
|
|
|
777 |
.arrow_list > li { padding-left: 20px; background: url(/cs/site_template/ecommerce/images/general/arrow_links_grey.png) 6px 4px no-repeat; }
|
|
|
778 |
|
|
|
779 |
.spaced_list > li { margin-top: 3px; margin-bottom: 3px; }
|
|
|
780 |
|
|
|
781 |
|
|
|
782 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
783 |
Link List
|
| 8146 |
amit.gupta |
784 |
-------------------------------------------------------------------*/
|
|
|
785 |
|
|
|
786 |
.link_list > .current { font-weight: bold; color: #000; }
|
|
|
787 |
|
|
|
788 |
/* div.link_list > a > span.link_label > span */
|
|
|
789 |
.link_list.horizontal { margin-bottom: 10px; }
|
|
|
790 |
.link_list.horizontal > a { *height: 35px; padding: 0 15px; border-bottom: 1px dotted #bdbdbd; position: relative; display: inline-block; *display: inline; *zoom: 1; line-height: 35px; *vertical-align: bottom; }
|
|
|
791 |
.link_list.horizontal > a:first-child { padding-left: 0; }
|
|
|
792 |
.link_list.horizontal .link_label { *position: relative; *top: 50%; display: inline-block; *display: inline; *zoom: 1; line-height: normal; vertical-align: middle; *cursor: pointer; }
|
|
|
793 |
.link_list.horizontal .link_label span { *position: relative; *top: -50%; }
|
|
|
794 |
.link_list.horizontal > a:before { content: ''; width: 0; height: 15px; border-right: 1px dotted #bdbdbd; position: absolute; left: 0; bottom: 0; }
|
|
|
795 |
.link_list.horizontal > a:first-child:before { display: none; }
|
|
|
796 |
|
|
|
797 |
/* ul.link_list > li > (regular text)
|
|
|
798 |
* ul.link_list > li > a */
|
|
|
799 |
ul.link_list li { padding: 0; font-weight: bold; border-top: 1px solid #eee; background: none; }
|
|
|
800 |
ul.link_list li:first-child { border-top: 0; }
|
|
|
801 |
ul.link_list a { padding: 5px 0 5px 20px; }
|
|
|
802 |
ul.link_list .group_title { padding: 5px 0; }
|
|
|
803 |
|
|
|
804 |
|
|
|
805 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
806 |
Media Link
|
| 8146 |
amit.gupta |
807 |
-------------------------------------------------------------------*/
|
|
|
808 |
|
|
|
809 |
.media_link_con { padding-bottom: 3em; position: relative; }
|
|
|
810 |
.media_link { width: 220px; margin: 10px 16px 1em 0; *margin-right: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
|
|
|
811 |
.media_link.last_in_row,
|
|
|
812 |
.content .media_link.last_in_row { margin-right: 0; }
|
|
|
813 |
.media_link .media_img { width: 100%; border-radius: 5px; overflow: hidden; margin-bottom: 1em; display: block; }
|
|
|
814 |
.media_link .media_img img { max-width: 100%; vertical-align: bottom; }
|
|
|
815 |
.media_link a { display: block; font-weight: bold; margin-bottom: 5px; }
|
|
|
816 |
|
|
|
817 |
.content .media_link { width: 200px; margin-right: 31px; }
|
|
|
818 |
.content .media_img { border: 1px solid #e5e5e5; }
|
|
|
819 |
|
|
|
820 |
|
|
|
821 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
822 |
Media Gallery
|
| 8146 |
amit.gupta |
823 |
-------------------------------------------------------------------*/
|
|
|
824 |
|
|
|
825 |
.media_gallery { margin-bottom: 20px; position: relative; }
|
|
|
826 |
.media_gallery_main_media { margin: 0 auto; }
|
|
|
827 |
.media_gallery_main_media.standard_media_size { width: 570px; height: 320px; }
|
|
|
828 |
.media_gallery_thumbnails { padding: 0 40px; position: relative; text-align: center; white-space: nowrap; }
|
|
|
829 |
.media_gallery_main_media + .media_gallery_thumbnails { margin-top: 15px; }
|
|
|
830 |
.media_gallery_thumbnails .thumbnails_hider { width: 100%; position: relative; overflow: hidden; }
|
|
|
831 |
.media_gallery .next_thumbnail,
|
|
|
832 |
.media_gallery .prev_thumbnail { width: 30px; height: 100%; border: 0; position: absolute; top: 0; background: center center no-repeat; cursor: pointer; }
|
|
|
833 |
.media_gallery .next_thumbnail.is_hidden,
|
|
|
834 |
.media_gallery .prev_thumbnail.is_hidden { display: none; }
|
|
|
835 |
.media_gallery .next_thumbnail { right: 7px; background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_right.png); }
|
|
|
836 |
.media_gallery .prev_thumbnail { left: 7px; background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_2_left.png); }
|
|
|
837 |
.media_gallery_thumbnails .gallery_thumbnail {
|
|
|
838 |
margin: 0 5px; cursor: pointer;
|
|
|
839 |
}
|
|
|
840 |
.media_gallery_thumbnails .gallery_thumbnail img {
|
|
|
841 |
filter: alpha(opacity=60);
|
|
|
842 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
|
|
|
843 |
opacity: 0.6;
|
|
|
844 |
-webkit-transition: opacity 0.25s;
|
|
|
845 |
-moz-transition: opacity 0.25s;
|
|
|
846 |
-o-transition: opacity 0.25s;
|
|
|
847 |
transition: opacity 0.25s;
|
|
|
848 |
}
|
|
|
849 |
.media_gallery_thumbnails .gallery_thumbnail.current img,
|
|
|
850 |
.media_gallery_thumbnails .gallery_thumbnail:hover img {
|
|
|
851 |
filter: alpha(opacity=100);
|
|
|
852 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
|
853 |
opacity: 1;
|
|
|
854 |
}
|
|
|
855 |
|
|
|
856 |
|
|
|
857 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
858 |
My Cart
|
| 8146 |
amit.gupta |
859 |
-------------------------------------------------------------------*/
|
|
|
860 |
|
|
|
861 |
.my_cart_con { width: 265px; padding: 0 20px; position: absolute; top: 18px; left: auto; right: -30px; z-index: 5; display: none; }
|
|
|
862 |
.my_cart_arrow { width: 17px; height: 11px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -100px -120px no-repeat; position: absolute; top: 0; right: 55px; z-index: 2; }
|
|
|
863 |
.my_cart.popup_con { width: 100%; margin: 10px 0 0 0; border: 1px solid #bdbdbd\9; position: static; top: auto; left: auto; display: block; }
|
|
|
864 |
|
|
|
865 |
.my_cart .popup_header { padding: 10px; }
|
|
|
866 |
|
|
|
867 |
.my_cart_category_title { font-size: 16px; font-weight: bold; }
|
|
|
868 |
.my_cart .padded_content { padding: 10px; }
|
|
|
869 |
.my_cart_subtotal + .padded_content { border-top: 1px solid #bdbdbd; }
|
|
|
870 |
|
|
|
871 |
.my_cart_component { padding: 1em 0; border-top: 1px solid #e5e5e5; font-size: 11px; }
|
|
|
872 |
.my_cart_component.empty { padding: 1em; border-top: 0; display: none; }
|
|
|
873 |
.my_cart_category_title + .my_cart_component { border-top: 0; }
|
|
|
874 |
.my_cart_component_img { width: 45px; height: 55px; float: left; text-align: center; }
|
|
|
875 |
.my_cart_component_img img { max-width: 100%; max-height: 100%; }
|
|
|
876 |
.my_cart_component_details { padding-left: 50px; *padding-left: 10px; margin-top: 5px; min-height: 50px; } /* Floating doesn't seem to work the same in IE7, so the left padding is reduced to compensate for the behaviour */
|
|
|
877 |
|
|
|
878 |
.my_cart .price { color: #fb7a14; float: right; }
|
|
|
879 |
|
|
|
880 |
.my_cart_subtotal { padding: 0 1em; background: #fffae7; font-weight: bold; line-height: 40px; }
|
|
|
881 |
.my_cart_subtotal .price { font-size: 15px; }
|
|
|
882 |
.my_cart_total { padding: 0 1em; background: #21282e; color: #fff; font-weight: bold; line-height: 40px; }
|
|
|
883 |
.my_cart_total .price { font-size: 20px; }
|
|
|
884 |
|
|
|
885 |
.my_cart_action { padding: 1em; text-align: right; }
|
|
|
886 |
.my_cart_action .btn_medium { margin-left: 1em; }
|
|
|
887 |
.my_cart_action .clear_my_cart { line-height: 30px; color: #21282e; }
|
|
|
888 |
.clear_my_cart .icon_cancel { margin-top: -3px; }
|
|
|
889 |
|
|
|
890 |
|
|
|
891 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
892 |
Pagination
|
| 8146 |
amit.gupta |
893 |
-------------------------------------------------------------------*/
|
|
|
894 |
|
|
|
895 |
.pagination, .pagination.utility_btn { width: auto; float: right; font-size: 12px; line-height: 30px; font-weight: normal; }
|
|
|
896 |
.next_page, .prev_page { width: 24px; height: 23px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) no-repeat; vertical-align: middle; cursor: pointer; }
|
|
|
897 |
.next_page { background-position: -224px -80px ; }
|
|
|
898 |
.prev_page { background-position: -200px -80px ; }
|
|
|
899 |
.page_num { padding: 0 5px; color: #21282e; }
|
|
|
900 |
.page_num.current { font-weight: bold; }
|
|
|
901 |
.page_dot { padding:0; color:#21282e; }
|
|
|
902 |
|
|
|
903 |
.pagination + .header-title { line-height: 30px; }
|
|
|
904 |
|
|
|
905 |
|
|
|
906 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
907 |
Popup
|
| 8146 |
amit.gupta |
908 |
-------------------------------------------------------------------*/
|
|
|
909 |
|
|
|
910 |
.show_popup { cursor: pointer; }
|
|
|
911 |
|
|
|
912 |
.popup_con { width: 620px; margin-left: -310px; position: absolute; top: 30%; left: 50%; background-color: #fff; box-shadow: 0 1px 10px 3px rgba(0,0,0,0.5); display: none; }
|
|
|
913 |
.popup .popup_con { z-index: 15; }
|
|
|
914 |
/* .popup_loading { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: url(/cs/site_template/ecommerce/images/general/overlay_white_85.png) repeat; background: rgba(255,255,255,0.85); } */
|
|
|
915 |
.popup_loading.hidden { display: none; }
|
|
|
916 |
.popup_loading:after { content: ''; width: 32px; height: 32px; margin: -16px 0 0 -16px; background: url(/cs/site_template/ecommerce/images/ajax-loading-large.gif) no-repeat; position: absolute; top: 50%; left: 50%; }
|
|
|
917 |
|
|
|
918 |
.popup_header { padding: 10px 20px; border-bottom: 1px solid #bdbdbd; background: #f6f6f6 url(/cs/site_template/ecommerce/images/general/gradient_grey_50px.png) repeat-x; font-size: 20px; font-family: "Helvetica 65 Medium", Helvetica, Arial, sans-serif; line-height: normal; }
|
|
|
919 |
.popup_header .close_popup { padding-right: 20px; margin-top: 5px; font-size: 13px; font-weight: normal; line-height: normal; float: right; background: url(/cs/site_template/ecommerce/images/general/icon_blue_cross.png) right center no-repeat; }
|
|
|
920 |
.popup_content { padding: 20px 25px; }
|
|
|
921 |
.popup_scroll { overflow: auto; }
|
|
|
922 |
iframe.popup_content { width: 100%; padding: 0; border: 0; }
|
|
|
923 |
|
|
|
924 |
.accessory_popup { width: 405px; margin-left: -202px; }
|
|
|
925 |
.accessory_popup .accessory_img { margin-bottom: 2em; text-align: center; }
|
|
|
926 |
.accessory_popup .accessory_img_holder { display: inline-block; *display: inline; *zoom: 1; position: relative; vertical-align: top; }
|
|
|
927 |
.accessory_popup .accessory_img .badge { position: absolute; bottom: 25px; right: -10px; }
|
|
|
928 |
|
|
|
929 |
.plan_services_popup { width: 700px; margin-left: -350px; }
|
|
|
930 |
|
|
|
931 |
.splash_popup { width: 715px; height: 630px; border-radius: 0; margin-left: -357px; box-shadow: none; background: url(/cs/site_template/ecommerce/images/splash/yellow-tuesday-splash-bg.png) center center no-repeat; }
|
|
|
932 |
.splash_popup .close_popup { width: 35px; padding-top: 35px; position: absolute; top: 25px; right: 50px; z-index: 2; background: url(/cs/site_template/ecommerce/images/general/icon_black_cross.png) 2px top no-repeat; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; font-size: 11px; }
|
|
|
933 |
.splash_popup .popup_content { width: 450px; padding: 355px 0 0 135px; position: relative; text-align: center; }
|
|
|
934 |
.splash_popup p { padding-bottom: 5px; }
|
|
|
935 |
|
|
|
936 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
937 |
Progress Steps
|
| 8146 |
amit.gupta |
938 |
-------------------------------------------------------------------*/
|
|
|
939 |
|
|
|
940 |
.progress_steps_con { height: 53px; padding: 0 10px; border-bottom: 2px solid #bdbdbd; border-radius: 5px 5px 0 0; background-color: #fbe448; font-size: 14px; font-weight: bold; line-height: 53px; text-align: center; }
|
|
|
941 |
.progress_step { margin-right: 45px; display: inline-block; *display: inline; *zoom: 1; text-align: left; position: relative; }
|
|
|
942 |
.progress_step .num { width: 25px; height: 25px; margin: -2px 5px 0 0; border: 1px solid transparent; display: inline-block; *display: inline; *zoom: 1; background-color: #fff; border-radius: 25px; vertical-align: middle; font-size: 18px; text-align: center; line-height: 25px; }
|
|
|
943 |
|
|
|
944 |
.progress_step.current, .progress_step.done { color: #21282e; }
|
|
|
945 |
.progress_step.current .num { border: 1px solid #1e1e1e; background-color: #1e1e1e; color: #fff; }
|
|
|
946 |
.progress_step.done .num { border: 0; background-color: #7a6701; color: #fff; }
|
|
|
947 |
.progress_step.current:after,
|
|
|
948 |
.progress_step.done:after { content: ''; width: 150%; height: 2px; background-color: #1e1e1e; position: absolute; bottom: -2px; left: -25%; }
|
|
|
949 |
|
|
|
950 |
|
|
|
951 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
952 |
Quick Links
|
| 8146 |
amit.gupta |
953 |
-------------------------------------------------------------------*/
|
|
|
954 |
|
|
|
955 |
.quick_links_con { width: 280px; padding: 0 20px 20px; margin-left: 175px; position: absolute; top: 105px; left: 50%; z-index: 6; display: none; }
|
|
|
956 |
.quick_links { width: 100%; margin-top: 11px; border: 0; border: 1px solid #ccc\9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #fff; box-shadow: 0 1px 10px 3px rgba(0,0,0,0.5); font-size: 11px; }
|
|
|
957 |
.quick_links_arrow { width: 17px; height: 11px; background: url(../images/general/general_sprite_sheet.png) -100px -120px no-repeat; position: absolute; top: 1px; right: 140px; z-index: 2; }
|
|
|
958 |
.quick_links_header { padding: 10px; }
|
|
|
959 |
|
|
|
960 |
.quick_links_contents { padding: 0 10px; }
|
|
|
961 |
.quick_links_contents.no_results { padding: 10px; }
|
|
|
962 |
.quick_links_contents.is_searching { padding: 30px 10px 10px; text-align: center; background: url(../images/ajax-loading.gif) center 10px no-repeat; }
|
|
|
963 |
.quick_link { min-height: 65px; padding: 10px; border-bottom: 1px solid #e5e5e5; color: #21282e; display: block; }
|
|
|
964 |
.quick_link:hover,
|
|
|
965 |
.quick_link:active { background: #f0f0f0; }
|
|
|
966 |
.quick_link_img { float: left; }
|
|
|
967 |
.quick_link_details { padding: 5px 0 0 75px; }
|
|
|
968 |
.quick_link_title { display: block; }
|
|
|
969 |
|
|
|
970 |
.quick_links_footer { padding: 10px 15px; text-align: right; }
|
|
|
971 |
.more_quick_links i { margin: -2px 5px 0 0; }
|
|
|
972 |
|
|
|
973 |
|
|
|
974 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
975 |
Tables
|
| 8146 |
amit.gupta |
976 |
---------------------------------------------------------------------
|
|
|
977 |
A billion tables used throughout the entire site.
|
|
|
978 |
-------------------------------------------------------------------*/
|
|
|
979 |
|
|
|
980 |
/*
|
|
|
981 |
* Removes all default spacing in tables. With this, we no longer
|
|
|
982 |
* need to use [cellpadding="0"] and [cellspacing="0"] anymore.
|
|
|
983 |
*/
|
|
|
984 |
table, td { padding: 0; *border-collapse: collapse; border-spacing: 0; vertical-align: top; }
|
|
|
985 |
|
|
|
986 |
table .icon_question { vertical-align: top; }
|
|
|
987 |
|
|
|
988 |
.tbl_round { margin-bottom: 1em; border: solid 1px #bdbdbd; background: #fff; }
|
|
|
989 |
.tbl_round > table { width: 100%; height: 100%; }
|
|
|
990 |
.tbl_round > table tr:first-child > :first-child { -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; }
|
|
|
991 |
.tbl_round > table tr:first-child > :last-child { -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
|
|
|
992 |
.tbl_round > table tr:last-child > :last-child { -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; }
|
|
|
993 |
.tbl_round > table tr:last-child > :first-child { -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; }
|
|
|
994 |
|
|
|
995 |
.tbl_dark_vertical th,
|
|
|
996 |
.tbl_dark_vertical td { padding: 20px 0px 20px 15px; }
|
|
|
997 |
.tbl_dark_vertical th { text-align: left; }
|
|
|
998 |
.tbl_dark_vertical tr > :first-child { color: #fff; background: #21282e; }
|
|
|
999 |
|
|
|
1000 |
.tbl_dark_horizontal th,
|
|
|
1001 |
.tbl_dark_horizontal td { padding: 10px; border-left: 1px solid #bdbdbd; text-align: left; }
|
|
|
1002 |
.tbl_dark_horizontal th { background: #21282e; color: #fff; }
|
|
|
1003 |
.tbl_dark_horizontal td { border-top: 1px solid #bdbdbd; background: #fff; font-size: 12px; vertical-align: top; }
|
|
|
1004 |
.tbl_dark_horizontal tr > :first-child { border-left: 0; }
|
|
|
1005 |
|
|
|
1006 |
.tbl_light_horizontal td { padding: 20px; background: #fff; }
|
|
|
1007 |
.tbl_light_horizontal th { padding: 10px 20px; /* border-bottom: 1px solid #cfcfcf; */ background: #dcdbdb url(/cs/site_template/ecommerce/images/general/gradient_grey_50px.png) repeat-x; text-align: left; vertical-align: middle; }
|
|
|
1008 |
|
|
|
1009 |
|
|
|
1010 |
/*
|
|
|
1011 |
* In IE7, even if we do not declare the colspan attribute on the node, it
|
|
|
1012 |
* is still considered to have a colspan of 1. Thus, it will be affected by
|
|
|
1013 |
* the text-align: center in (A), which targets any <th> node that has the
|
|
|
1014 |
* colspan attribute. To reverse this, I added a th[colspan="1"] selector at
|
|
|
1015 |
* (B), which will reapply text-align: left. Other browsers will be unaffected.
|
|
|
1016 |
*/
|
|
|
1017 |
.tbl_grey_horizontal th { padding: 10px 20px; border-top: 1px solid #e0e0e0; background: #eff1f1; text-align: left; }
|
|
|
1018 |
.tbl_grey_horizontal th[colspan] { text-align: center; } /* A */
|
|
|
1019 |
.tbl_grey_horizontal th[colspan="1"], /* B */
|
|
|
1020 |
.tbl_grey_horizontal th[colspan="2"] { text-align: left; }
|
|
|
1021 |
.tbl_grey_horizontal .subheader th { background: #e5e5e5; text-align: left; }
|
|
|
1022 |
.tbl_grey_horizontal .slightly_smaller th { font-size: 12px; }
|
|
|
1023 |
.tbl_grey_horizontal td { padding: 10px 20px; border-top: 1px solid #e5e5e5; vertical-align: top; }
|
|
|
1024 |
.tbl_grey_horizontal tr:first-child > td,
|
|
|
1025 |
.tbl_grey_horizontal tr:first-child > th { border-top: 0; }
|
|
|
1026 |
.tbl_grey_horizontal .thumbs_up { left: -20px; }
|
|
|
1027 |
.tbl_grey_horizontal .thumbs_up:before { padding: 10px 0; top: -12px; }
|
|
|
1028 |
.tbl_grey_horizontal .label { text-align: right; }
|
|
|
1029 |
.tbl_grey_horizontal .icon_tick,
|
|
|
1030 |
.tbl_grey_horizontal .icon_cross { margin-right: .5em; }
|
|
|
1031 |
|
|
|
1032 |
.tbl_grey_horizontal th.spanned_header { padding: 10px 20px; background: transparent; font-weight: bold; text-align: left; }
|
|
|
1033 |
.tbl_grey_horizontal .spanned_header h4 { font-weight: bold; margin: 0.6em 0 0; }
|
|
|
1034 |
.tbl_grey_horizontal tr:first-child .spanned_header h4 { margin-top: 0; }
|
|
|
1035 |
|
|
|
1036 |
.tbl_blue_first_con td:first-child,
|
|
|
1037 |
.tbl_blue_second_con td:first-child + td,
|
|
|
1038 |
.blue_first_con td:first-child,
|
|
|
1039 |
.blue_second_con td:first-child + td,
|
|
|
1040 |
td.blue_con { background: #cbdde9; }
|
|
|
1041 |
|
|
|
1042 |
.tbl_red_first_con td:first-child,
|
|
|
1043 |
.tbl_red_second_con td:first-child + td,
|
|
|
1044 |
.red_first_con td:first-child,
|
|
|
1045 |
.red_second_con td:first-child + td,
|
|
|
1046 |
td.red_con, th.red_con { background: #fff5ef; }
|
|
|
1047 |
|
|
|
1048 |
.black_first_con td:first-child,
|
|
|
1049 |
.black_second_con td:first-child + td,
|
|
|
1050 |
td.black_con { background: #21282e; color: #fff; border-bottom: 0; }
|
|
|
1051 |
|
|
|
1052 |
td.dark_red_con, th.dark_red_con { background: #ffe5d6; }
|
|
|
1053 |
td.yellow_con, th.yellow_con { background: #ffde03; }
|
|
|
1054 |
td.green_con, th.green_con { background: #28a957; }
|
|
|
1055 |
td.bright_blue_con, th.bright_blue_con { background: #1398e5; }
|
|
|
1056 |
td.orange_con, th.orange_con { background: #ff8500; }
|
|
|
1057 |
td.light_grey_con, th.light_grey_con { background: #f5f5f5; }
|
|
|
1058 |
td.grey_con, th.grey_con { background: #e8e8e8; }
|
|
|
1059 |
td.medium_grey_con, th.medium_grey_con { background: #cfcfcf; }
|
|
|
1060 |
|
|
|
1061 |
.light_grey_con td { background: #f5f5f5; }
|
|
|
1062 |
.grey_con td { background: #eff1f1; }
|
|
|
1063 |
.dark_grey_con td { background: #dee2e2; }
|
|
|
1064 |
|
|
|
1065 |
.tbl_last_centered_con tr .last { text-align: center; }
|
|
|
1066 |
.tbl_last_centered_con tr .last a { padding: 0 15px; font-size: 12px; text-decoration: none; }
|
|
|
1067 |
.tbl_last_centered_con tr .last .btn_medium { padding: 0 15px; font-size: 15px; }
|
|
|
1068 |
|
|
|
1069 |
.tbl_black_first_con tr > td:first-child { background: #21282e; }
|
|
|
1070 |
|
|
|
1071 |
.tbl_plain tr td { padding: 0; border: 0; }
|
|
|
1072 |
|
|
|
1073 |
/*
|
|
|
1074 |
* Plan List table
|
|
|
1075 |
* - to display a list of plans and their details (rates, prices,
|
|
|
1076 |
* quota and so on.
|
|
|
1077 |
*/
|
|
|
1078 |
|
|
|
1079 |
.tbl_plan_list { font-weight: bold; }
|
|
|
1080 |
.tbl_plan_list td { height: 40px; padding: 10px; vertical-align: middle; border-top: 1px solid #e5e5e5; }
|
|
|
1081 |
.tbl_plan_list th { padding: 0 10px; height: 60px; }
|
|
|
1082 |
.tbl_plan_list .thumbs_up { left: -10px; }
|
|
|
1083 |
.tbl_plan_list .plan_name_con { color: #0091d2; font-size: 16px; }
|
|
|
1084 |
.tbl_plan_list .plan_name_con[colspan] { color: #0091d2; font-size: 16px; }
|
|
|
1085 |
.tbl_plan_list .notes { font-weight: normal; }
|
|
|
1086 |
|
|
|
1087 |
.tbl_link_list { text-align: left; }
|
|
|
1088 |
.tbl_link_list th,
|
|
|
1089 |
.tbl_link_list td { padding: 5px 10px; }
|
|
|
1090 |
.tbl_link_list td { border-left: 0; }
|
|
|
1091 |
.tbl_link_list tr:first-child > th { font-weight: bold; text-align: left; }
|
|
|
1092 |
.tbl_link_list .arrow_link { border-top: 1px solid #ededed; display: block; line-height: 25px; }
|
|
|
1093 |
.tbl_link_list .arrow_link:first-child { border-top: 0; }
|
|
|
1094 |
.tbl_link_list .arrow_link:before { top: 5px; }
|
|
|
1095 |
|
|
|
1096 |
/*
|
|
|
1097 |
* Purchase List Table
|
|
|
1098 |
* - to display a list of products together with individual,
|
|
|
1099 |
* subtotal and grand total prices.
|
|
|
1100 |
* - used in a number of pages - My Cart/Cart Summary, My Account (My Saved
|
|
|
1101 |
* Cart section), Summary, Form (Payment), and so on.
|
|
|
1102 |
*/
|
|
|
1103 |
|
|
|
1104 |
.cart .tbl_purchase_list { padding-bottom: 2em; }
|
|
|
1105 |
.tbl_purchase_list th,
|
|
|
1106 |
.tbl_purchase_list td { padding: 10px }
|
|
|
1107 |
.tbl_purchase_list td { border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
|
|
|
1108 |
.tbl_purchase_list td[rowspan] { -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottom-left: 5px; border-bottom-left-radius: 5px; }
|
|
|
1109 |
.tbl_purchase_list td[rowspan] + td { border-left: 0; }
|
|
|
1110 |
.tbl_purchase_list .monthly_payment { width: 120px; padding-left: 20px; }
|
|
|
1111 |
.tbl_purchase_list tr .last { width: 160px; padding-left: 35px; }
|
|
|
1112 |
.tbl_purchase_list td.last { background: #f5f8fa; }
|
|
|
1113 |
|
|
|
1114 |
.cart .tbl_purchase_list td { border-bottom: 1px dashed #e5e5e5; }
|
|
|
1115 |
|
|
|
1116 |
.tbl_purchase_list.accessories td:first-child + td { border-left: 0; }
|
|
|
1117 |
.tbl_purchase_list.accessories td { padding-top: 5px; padding-bottom: 5px; vertical-align: middle; }
|
|
|
1118 |
.tbl_purchase_list.accessories .subtotal_con td { padding-top: 10px; padding-bottom: 10px; }
|
|
|
1119 |
.tbl_purchase_list.accessories td:first-child { border-bottom: 0; background: #fff; }
|
|
|
1120 |
|
|
|
1121 |
.tbl_purchase_list .purchase_category td { padding-bottom: 0; border-bottom: 0; font-weight: bold; }
|
|
|
1122 |
.tbl_purchase_list .purchase_category.emphasize { font-size: 16px; }
|
|
|
1123 |
|
|
|
1124 |
.purchase_img { width: 40px; height: 50px; margin-right: .5em; float: left; line-height: 50px; text-align: center; }
|
|
|
1125 |
.purchase_img img { vertical-align: top; }
|
|
|
1126 |
.large_purchase_img { width: 140px; height: 185px; text-align: center; }
|
|
|
1127 |
.small_purchase_img { width: 140px; height: 70px; text-align: center; }
|
|
|
1128 |
.purchase_img img,
|
|
|
1129 |
.small_purchase_img img,
|
|
|
1130 |
.large_purchase_img img { max-width: 100%; max-height: 100%; }
|
|
|
1131 |
|
|
|
1132 |
.purchase_info { padding-left: 50px; }
|
|
|
1133 |
|
|
|
1134 |
.tbl_purchase_list .subtotal_con td { border-left: 0; background: #fffae7; font-weight: bold; }
|
|
|
1135 |
.tbl_purchase_list .subtotal_con .emphasize { font-size: 15px; }
|
|
|
1136 |
.tbl_purchase_list .total_con td { border-left: 0; background: #21282e; color: #fff; font-size: 15px; font-weight: bold; vertical-align: middle; }
|
|
|
1137 |
.tbl_purchase_list .total_con .price_text { color: #fb7a14; font-size: 25px; }
|
|
|
1138 |
|
|
|
1139 |
/*
|
|
|
1140 |
* Recommanded Plan
|
|
|
1141 |
* - emphasize a specific plan by highlighting it, and styling a
|
|
|
1142 |
* thumbs up icon next to the plan name.
|
|
|
1143 |
*/
|
|
|
1144 |
|
|
|
1145 |
.recommended_plan td { background: #cbdde9; }
|
|
|
1146 |
.recommended_plan .notes { color: #666; }
|
|
|
1147 |
table .recommended_plan .thumbs_up { width: 20px; background: #fd0; text-align: center; }
|
|
|
1148 |
.recommended_plan .thumbs_up i { width: 17px; height: 20px; display: inline-block; *display: inline; *zoom: 1; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) left -120px no-repeat; }
|
|
|
1149 |
|
|
|
1150 |
/*
|
|
|
1151 |
* Cart Summary
|
|
|
1152 |
*/
|
|
|
1153 |
|
|
|
1154 |
.tbl_cart_summary { width: 100%; }
|
|
|
1155 |
.tbl_cart_summary td { padding: 5px 35px; vertical-align: middle; }
|
|
|
1156 |
.tbl_cart_summary .sign { width: 30px; padding: 5px 0; }
|
|
|
1157 |
.tbl_cart_summary .component_img { width: 80px; height: 70px; float: left; text-align: center; line-height: 70px; }
|
|
|
1158 |
.tbl_cart_summary .component_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
|
|
|
1159 |
.tbl_cart_summary .component_details { padding: 15px 0 0 90px; }
|
|
|
1160 |
.tbl_cart_summary .price_con td { background: #dee2e2; font-size: 12px; font-weight: bold; }
|
|
|
1161 |
.tbl_cart_summary .price_text { margin-left: .5em; vertical-align: middle; }
|
|
|
1162 |
|
|
|
1163 |
/* Misc. general table styling */
|
|
|
1164 |
|
|
|
1165 |
.tbl_fully_bordered th,
|
|
|
1166 |
.tbl_fully_bordered td,
|
|
|
1167 |
.tbl_vertically_bordered th,
|
|
|
1168 |
.tbl_vertically_bordered td { border-left: 1px solid #e5e5e5; }
|
|
|
1169 |
.tbl_fully_bordered th,
|
|
|
1170 |
.tbl_horizontally_bordered td { border-top: 1px solid #e5e5e5; }
|
|
|
1171 |
.tbl_fully_bordered tr:first-child > th,
|
|
|
1172 |
.tbl_horizontally_bordered tr:first-child > td { border-top: 0; }
|
|
|
1173 |
.tbl_regular .bordered_row > td { border-bottom: 1px solid #e5e5e5; }
|
|
|
1174 |
|
|
|
1175 |
div [class^="tbl_"] tr > :first-child { border-left: 0; } /* Extra div needed to raise specificity for overriding */
|
|
|
1176 |
tr.last > td { border-bottom: 0; }
|
|
|
1177 |
|
|
|
1178 |
[class^="tbl_"] .align_top,
|
|
|
1179 |
[class^="tbl_"] .align_top td { vertical-align: top; }
|
|
|
1180 |
[class*=tbl_] .understate { color: #666; font-size: 12px; font-weight: normal; }
|
|
|
1181 |
|
|
|
1182 |
table.tbl_regular,
|
|
|
1183 |
.tbl_regular > table { width: 100%; }
|
|
|
1184 |
.tbl_regular td { padding: 10px 20px; vertical-align: top; }
|
|
|
1185 |
.tbl_regular .bordered_row { border-bottom: 1px solid #e5e5e5; }
|
|
|
1186 |
|
|
|
1187 |
.tbl_service_info > table > tbody > tr > td:first-child { width: 225px; }
|
|
|
1188 |
|
|
|
1189 |
/* Manual border-radius classes */
|
|
|
1190 |
td.top_left_radius { border-top-left-radius: 5px; }
|
|
|
1191 |
td.top_right_radius { border-top-right-radius: 5px; }
|
|
|
1192 |
td.bottom_right_radius { border-bottom-right-radius: 5px; }
|
|
|
1193 |
td.bottom_left_radius { border-bottom-left-radius: 5px; }
|
|
|
1194 |
td.no_radius,
|
|
|
1195 |
td.no_radius:last-child,
|
|
|
1196 |
tr:last-child > td.no_radius:last-child,
|
|
|
1197 |
tr:first-child > td.no_radius:first-child { border-radius: 0; }
|
|
|
1198 |
|
|
|
1199 |
|
|
|
1200 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1201 |
Tabs
|
| 8146 |
amit.gupta |
1202 |
-------------------------------------------------------------------*/
|
|
|
1203 |
|
| 8150 |
amit.gupta |
1204 |
/* Horizontal Tabber */
|
| 8146 |
amit.gupta |
1205 |
|
|
|
1206 |
.content_tabber_con { height: 45px; background: transparent; white-space: nowrap; }
|
|
|
1207 |
.content_tabber_con.multi_page { height: 55px; overflow: hidden; }
|
| 8147 |
amit.gupta |
1208 |
.content_tabber { height: 45px; padding: 0 10px; margin: 0 5px; *margin: 0 10px 0 5px; vertical-align: top; position: relative; background: #f6f6f6 url(/images/androidland/tab_grey_mid.png) repeat-x; color: #666; line-height: 45px; font-weight: bold; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; }
|
| 8146 |
amit.gupta |
1209 |
.content_tabber.is_invisible { visibility: hidden; }
|
|
|
1210 |
.content_tabber.tab_scroller { padding: 0 5px; }
|
|
|
1211 |
.content_tabber .icon_tabber_dot { *margin-left: -4px; *position: relative; *top: 16px; *vertical-align: middle; *line-height: 45px; }
|
|
|
1212 |
.content_tabber:before,
|
| 8147 |
amit.gupta |
1213 |
.content_tabber:after { content: ''; width: 5px; height: 45px; background: url(/images/androidland/tab_grey_sides.png) no-repeat; position: absolute; top: 0; }
|
| 8146 |
amit.gupta |
1214 |
.content_tabber:before { background-position: left top; left: -5px; }
|
|
|
1215 |
.content_tabber:after { background-position: right top; right: -5px; }
|
|
|
1216 |
|
| 8147 |
amit.gupta |
1217 |
.content_tabber.current { border: 0; background: #fd0 url(/images/androidland/tab_yellow_mid.png) repeat-x; color: #21282e; }
|
| 8146 |
amit.gupta |
1218 |
|
|
|
1219 |
/*
|
|
|
1220 |
* Note on Pseudo Elements for IE8
|
|
|
1221 |
*
|
|
|
1222 |
* There may be several occasions where IE8 doesn't repaint pseudo elements
|
|
|
1223 |
* properly, e.g. using jQuery to add a new class to the element, but the
|
|
|
1224 |
* pseudo elements are unaffected, or they do not change style until you
|
|
|
1225 |
* click on another element, etc.
|
|
|
1226 |
*
|
|
|
1227 |
* In such cases, you need to change the value of the content property.
|
|
|
1228 |
* For example, in .content_tabber:after, the value of the content property
|
|
|
1229 |
* is '' (which is nothing). However, in .content_tabber.current:after,
|
|
|
1230 |
* the value of the content property is ' ' (which is a space character).
|
|
|
1231 |
* This causes IE8 to repaint the pseudo elements properly again.
|
|
|
1232 |
*
|
|
|
1233 |
* Note: This does not occur if you're using IE8 mode within IE9. Need to
|
|
|
1234 |
* use a more 'proper' IE8 simulator, such as the one in IETester
|
|
|
1235 |
* (http://www.my-debugbar.com/wiki/IETester/HomePage)
|
|
|
1236 |
*
|
|
|
1237 |
* Source: http://stackoverflow.com/questions/8703799/forcing-ie8-to-rerender-repaint-before-after-pseudo-elements
|
|
|
1238 |
*/
|
| 8147 |
amit.gupta |
1239 |
.content_tabber.current:before, .content_tabber.current:after { background-image: url(/images/androidland/tab_yellow_sides.png); }
|
| 8146 |
amit.gupta |
1240 |
|
|
|
1241 |
.content_tabber img { height: 12px; position: absolute; left: -5px; bottom: -10px; }
|
|
|
1242 |
|
|
|
1243 |
.tabber_content{ display: none; *zoom: 1; } /* zoom is needed to fix some weird rendering issue in IE7 */
|
|
|
1244 |
.tabber_content.current { display: block; }
|
|
|
1245 |
|
| 8150 |
amit.gupta |
1246 |
/* Vertical Tabber */
|
| 8146 |
amit.gupta |
1247 |
|
|
|
1248 |
.vertical_tabber .tabber,
|
|
|
1249 |
.vertical_tabber a,
|
|
|
1250 |
.vertical_sub_tabber { padding: 10px 0; border-bottom: 1px dotted #bdbdbd; display: block; cursor: pointer; position: relative; overflow: hidden; color: #0091d2; }
|
|
|
1251 |
.vertical_tabber .tabber.last,
|
|
|
1252 |
.vertical_sub_tabber.last { border-bottom: 0; }
|
|
|
1253 |
.vertical_tabber > .toggle_sub_tabs:after { content: ''; width: 12px; height: 6px; margin-top: -3px; position: absolute; top: 50%; right: 5px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -220px -60px no-repeat; }
|
|
|
1254 |
.vertical_tabber > .toggled:after { background-position: -232px -60px; }
|
|
|
1255 |
.vertical_tabber .toggled { border: 0; color: #21282e; }
|
|
|
1256 |
.vertical_tabber .current { color: #21282e; font-weight: bold; }
|
|
|
1257 |
.vertical_sub_tabber, .vertical_sub_tabber.current { padding: 5px 0; border-bottom: 1px dotted #bdbdbd; display: none; background: #eff1f1; font-weight: normal; }
|
|
|
1258 |
.vertical_sub_tabber.current { display: block; }
|
|
|
1259 |
.vertical_sub_tabber > .tabber,
|
|
|
1260 |
.vertical_sub_tabber > a { padding: 5px 10px; border: 0; }
|
|
|
1261 |
|
|
|
1262 |
.vertical_tabber_content { display: none; }
|
|
|
1263 |
.vertical_tabber_content.current { display: block; }
|
|
|
1264 |
|
|
|
1265 |
|
|
|
1266 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1267 |
Tooltips
|
| 8146 |
amit.gupta |
1268 |
-------------------------------------------------------------------*/
|
|
|
1269 |
|
|
|
1270 |
.tooltip { width: 225px; padding: 15px 10px; border: 1px solid #bdbdbd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: absolute; top: 0; left: 0; z-index: 5; display: none; background: #f7f7f7 url(/cs/site_template/ecommerce/images/general/gradient_white_400px.png) repeat-x; color: #21282e; font-size: 13px; font-weight: normal; line-height: 1.2em; text-align: center; }
|
|
|
1271 |
.popup-is-shown .tooltip { z-index: 16; }
|
|
|
1272 |
.tooltip_arrow { width: 15px; height: 11px; position: absolute; top: -11px; left: 55px; background: url(/cs/site_template/ecommerce/images/general/arrow_tooltip.png) no-repeat; }
|
|
|
1273 |
.tooltip.flipped .tooltip_arrow { left: auto; right: 55px; }
|
|
|
1274 |
|
|
|
1275 |
.tooltip_content { display: none; }
|
|
|
1276 |
.tooltip .tooltip_content { display: block; }
|
|
|
1277 |
|
|
|
1278 |
.tooltip_expanded { width: auto; max-width: 400px; text-align: left; }
|
|
|
1279 |
|
|
|
1280 |
|
|
|
1281 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1282 |
Widgets
|
| 8146 |
amit.gupta |
1283 |
-------------------------------------------------------------------*/
|
|
|
1284 |
|
|
|
1285 |
.rss_timeline_holder { border: 1px solid #ccc; }
|
|
|
1286 |
.rss_timeline_header { padding: 10px; border-bottom: 1px solid #ccc; line-height: 1.5; }
|
|
|
1287 |
.rss_timeline_header .header_icon { float: right; }
|
|
|
1288 |
.rss_timeline_header .android_icon { width: 27px; height: 32px; background: url(../images/general/logo_android_icon.jpg) center center no-repeat; }
|
|
|
1289 |
.rss_timeline_header .header_subtitle { font-size: 12px; }
|
|
|
1290 |
|
|
|
1291 |
.rss_timeline { height: 265px; overflow: auto; }
|
|
|
1292 |
.rss_timeline .timeline_item { padding: 10px 5px 10px 15px; border-top: 1px solid #ccc; }
|
|
|
1293 |
.rss_timeline .timeline_item:first-child { border-top: 0; }
|
|
|
1294 |
.rss_timeline .timeline_item_timestamp { margin-bottom: 3px; font-size: 11px; text-align: right; }
|
|
|
1295 |
.rss_timeline .timeline_item_title { color: #21282e; font-weight: bold; text-decoration: underline; }
|
|
|
1296 |
.rss_timeline .timeline_item_content { margin-top: 3px; }
|
|
|
1297 |
|
|
|
1298 |
.rss_timeline_footer { height: 10px; background-color: #e5e5e5; line-height: 10px; }
|
|
|
1299 |
|
|
|
1300 |
|
|
|
1301 |
.twitter_timeline_holder { border-radius: 5px; background: #8fc1da; }
|
|
|
1302 |
.twitter_timeline_header { padding: 10px; color: #fff; }
|
|
|
1303 |
.twitter_timeline_header .header_title { font-size: 12px; font-weight: bold; }
|
|
|
1304 |
.twitter_timeline_header .header_subtitle { padding-top: 3px; border-top: 1px dotted #ccc; margin-top: 3px; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
1305 |
|
|
|
1306 |
.twitter_timeline_spacing { margin: 0 1px; }
|
|
|
1307 |
.twitter_timeline_spacing > iframe { width: 100%; height: 240px; }
|
|
|
1308 |
|
|
|
1309 |
.twitter_timeline_footer .footer_logo { width: 91px; height: 22px; padding: 5px; margin-left: 10px; display: inline-block; *display: inline; *zoom: 1; background: url(../images/general/logo_twitter_timeline.jpg) center center no-repeat; }
|
|
|
1310 |
|
|
|
1311 |
|
|
|
1312 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1313 |
Structure
|
| 8146 |
amit.gupta |
1314 |
-------------------------------------------------------------------*/
|
|
|
1315 |
|
|
|
1316 |
.wrapper, .precontent { width: 940px; margin: 10px auto; }
|
|
|
1317 |
|
|
|
1318 |
.content { padding-bottom: 1em; border: 1px solid #bdbdbd; margin-bottom: 15px; background-color: #fff; }
|
|
|
1319 |
.content > .padded_content { padding-bottom: 0; }
|
|
|
1320 |
.padded_content.blue_gradient { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background: #fff url(/cs/site_template/ecommerce/images/general/gradient_bg_blue.jpg) no-repeat; }
|
|
|
1321 |
.content.yellow { background: #fd0; box-shadow: inset 0 0 0 1px #fff; }
|
|
|
1322 |
.content.yellow .right_action_con { margin-top: 5px; float: right; }
|
|
|
1323 |
.right_action_con .btn_grey { margin-left: 10px; }
|
|
|
1324 |
.right_action_con .btn_grey i { margin: -2px 5px 0 0; }
|
|
|
1325 |
.padded_content { padding: 15px; *zoom: 1; } /* Zoom for IE7 rendering issue */
|
|
|
1326 |
.padded_content.less_padding { padding: 10px; }
|
|
|
1327 |
.content_header { padding: 1em; border-bottom: 1px solid #bdbdbd; margin: 1px; background: #f5f8fa; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
|
|
|
1328 |
|
|
|
1329 |
.precontent { margin: 0 auto .75em; position: relative; z-index: 5; background: transparent; }
|
|
|
1330 |
.precontent h1, .precontent h2 { float: left; margin-top: -10px; }
|
|
|
1331 |
.precontent .btn_small { font-size: 13px; }
|
|
|
1332 |
.precontent .breadcrumbs { font-size: 11px; float: left; }
|
|
|
1333 |
.precontent .floatRight [class^=icon_] { margin-left: 20px; }
|
|
|
1334 |
.precontent .addthis_toolbox { margin-left: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
|
|
|
1335 |
.precontent .addthis_toolbox a { margin-left: 10px; }
|
|
|
1336 |
.precontent .addthis_toolbox a:first-child { margin-left: 0; }
|
|
|
1337 |
|
|
|
1338 |
.postcontent { border-top: 1px solid #bfbfbf; padding: 10px 0; background-color: #eff1f1; }
|
|
|
1339 |
.postcontent .wrapper, .footer .wrapper { background: transparent; border: 0; padding: 0; }
|
|
|
1340 |
|
|
|
1341 |
.breadcrumbs { font-size: 11px; line-height: normal; color: #bfbfbf; }
|
|
|
1342 |
|
|
|
1343 |
.utility_bar { min-height: 65px; padding: 0 10px; border-bottom: 1px solid #bdbdbd; background: url(/cs/site_template/ecommerce/images/general/gradient_grey_70px.png) repeat-x; color: #21282e; font-size: 12px; }
|
|
|
1344 |
.utility_bar.wrapper { width: 920px; padding: 0 10px; margin: 0 auto; }
|
|
|
1345 |
.utility_bar .content_counter { width: 145px; line-height: normal; color: #999; font-weight: normal; }
|
|
|
1346 |
.utility_btn { width: 150px; height: 45px; padding-top: 20px; border-right: 1px solid #bdbdbd; margin: 0; float: left; line-height: 25px; font-weight: bold; }
|
|
|
1347 |
.utility_btn.opened { background: #fff; }
|
|
|
1348 |
.utility_btn.last { border-right: 0; }
|
|
|
1349 |
.utility_btn .dropdown_arrow { margin-right: 10px; }
|
|
|
1350 |
|
|
|
1351 |
/*
|
|
|
1352 |
* Some overriding styles needed in order to override the dropdown_con's
|
|
|
1353 |
* appearance and make them look like the other utility_btn.
|
|
|
1354 |
*/
|
|
|
1355 |
.utility_btn [class*=dropdown_btn] { padding-left: 20px; border: 0; background: transparent; }
|
|
|
1356 |
.utility_btn [class*=dropdown_btn]:before,
|
|
|
1357 |
.utility_btn [class*=dropdown_btn]:after { display: none; }
|
|
|
1358 |
.utility_btn select { padding: 0; left: -1px; }
|
|
|
1359 |
.utility_btn .arrow { right: 10px; }
|
|
|
1360 |
|
|
|
1361 |
/* Grid/List view */
|
|
|
1362 |
.grid_view,
|
|
|
1363 |
.list_view { width: 104px; padding-left: 10px; cursor: pointer; position: relative; }
|
|
|
1364 |
.grid_view.current,
|
|
|
1365 |
.list_view.current { background: #fff; }
|
|
|
1366 |
.list_view:after { content: ''; /* For IE7-pseudo */ }
|
|
|
1367 |
.grid_view.current:after,
|
|
|
1368 |
.list_view.current:after { content: ''; width: 100%; height: 4px; background: #fff; position: absolute; bottom: -3px; left: 0; }
|
|
|
1369 |
|
|
|
1370 |
/* .utility_bar + .wrapper,
|
|
|
1371 |
.wrapper[class*=_catalogue] { border-top: 0; padding-top: 25px; } */
|
|
|
1372 |
|
|
|
1373 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1374 |
Header
|
| 8146 |
amit.gupta |
1375 |
-------------------------------------------------------------------*/
|
|
|
1376 |
|
|
|
1377 |
.header { height: 130px; margin-bottom: .5em; }
|
|
|
1378 |
|
|
|
1379 |
/* Small Navi */
|
|
|
1380 |
|
|
|
1381 |
.small_nav, .small_nav .wrapper { background: #ddd; height: 35px; margin-bottom: 15px; line-height: 37px; font-weight: bold; }
|
|
|
1382 |
.small_nav { border-bottom: 1px solid #ccc; }
|
|
|
1383 |
.small_nav [class*=icon_] { margin-top: -4px; }
|
|
|
1384 |
.small_nav a { height: 36px; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
1385 |
|
|
|
1386 |
.small_nav .left_links { float: left; font-size: 12px; }
|
|
|
1387 |
.small_nav .left_links a { padding: 0 15px; color: #333; }
|
|
|
1388 |
.small_nav .left_links a:hover { color: #999; }
|
|
|
1389 |
.small_nav .left_links a:first-child { margin-left: 30px; }
|
|
|
1390 |
.small_nav .left_links a.current { background: #eee; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
|
|
|
1391 |
.small_nav .right_links { float: right; font-size: 11px; }
|
|
|
1392 |
.small_nav .right_links a { margin: 0 5px; color: #888; }
|
|
|
1393 |
.small_nav .right_links a:hover { color: #333; }
|
|
|
1394 |
.small_nav .right_links .my_digi_link { margin-right: 5px; }
|
|
|
1395 |
.small_nav .right_links .logout_link { margin: 0 0 0 5px; color: #0091d2; }
|
|
|
1396 |
.small_nav .right_links .logout_link:hover { color: #00a2e3; }
|
|
|
1397 |
.small_nav a.icon_alert { height: 22px; padding: 2px 0; margin: 0 0 0 10px; }
|
|
|
1398 |
|
|
|
1399 |
/* Main Navi */
|
|
|
1400 |
|
|
|
1401 |
.main_nav { width: 910px; height: 70px; margin: 0 auto; padding: 0 15px; position: relative; z-index: 6; background:url(../images/general/general_img_main_navi_mid.png) repeat-x; text-align: center; }
|
|
|
1402 |
.main_nav a { cursor: pointer; vertical-align: top; }
|
|
|
1403 |
.main_nav a[href^="#"] { cursor: default; }
|
|
|
1404 |
.main_nav > a { padding: 0 25px; color: #e3e3e3; font-size: 17px; line-height: 70px; font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
|
|
|
1405 |
.main_nav > a:hover, .main_nav > a.current, .main_nav > a.selected { color: #fd0; }
|
|
|
1406 |
.main_nav .logo_digi { width: 52px; height: 56px; padding: 0; margin: 5px 15px 0 0; background: url(../images/general/general_logo_digi.png) top left no-repeat; float: left; vertical-align: middle; line-height: 70px; }
|
|
|
1407 |
|
|
|
1408 |
.main_search_con { width: 145px; float: right; position: relative; line-height: 70px; }
|
|
|
1409 |
.main_search_con .icon_search { border: 0; margin-top: -10px; position: absolute; top: 50%; right: 5px; z-index: 1; }
|
|
|
1410 |
input.main_search { width: 105px; padding: 10px 30px 10px 10px; border: 1px solid #000; outline: 0; box-shadow: inset 0 1px 3px 1px rgba(0,0,0,0.5); background: #2a2a2a; color: #fff; }
|
|
|
1411 |
|
|
|
1412 |
/* Sub Navi */
|
|
|
1413 |
|
|
|
1414 |
.sub_nav_con { width: 920px; height: 45px; padding: 0 10px; position: absolute; top: 65px; left: 0; z-index: 1; background: #fd0; -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.2); box-shadow: 0 3px 0 rgba(0,0,0,0.2); display: none; text-align: left; }
|
|
|
1415 |
.sub_nav_con.expanded { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
|
|
|
1416 |
.sub_nav { display: none; }
|
|
|
1417 |
.sub_nav.current { display: block; }
|
|
|
1418 |
.sub_nav > a { padding: 0 15px; color: #21282e; font-weight: bold; line-height: 45px; }
|
|
|
1419 |
.sub_nav > a.current { background: url(/cs/site_template/ecommerce/images/general/general_nav_sub_menu_arrow.png) center bottom no-repeat; }
|
|
|
1420 |
|
|
|
1421 |
/* Sub Menu */
|
|
|
1422 |
|
|
|
1423 |
.sub_menu { width: 920px; padding: 10px; position: absolute; top: 45px; left: 0; -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0 3px 1px rgba(0,0,0,0.3); box-shadow: 0 3px 1px rgba(0,0,0,0.3); background: #e2e2e2 url(/cs/site_template/ecommerce/images/general/gradient_grey_270px.png) repeat-x; font-size: 12px; line-height: 23px; display: none; }
|
|
|
1424 |
.sub_menu_list { /* width: 165px; */ padding: 0 15px; float: left; font-weight: bold; }
|
|
|
1425 |
.sub_menu_list a { display: block; font-weight: normal; }
|
|
|
1426 |
|
|
|
1427 |
.narrow .sub_menu_list { width: 115px; margin-left: 10px; }
|
|
|
1428 |
.narrow .sub_menu_list:first-child { margin-left: 0; }
|
|
|
1429 |
|
|
|
1430 |
|
|
|
1431 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1432 |
Footer
|
| 8146 |
amit.gupta |
1433 |
-------------------------------------------------------------------*/
|
|
|
1434 |
|
|
|
1435 |
.footer { border-top:#cecfd0 1px solid; padding-bottom:30px; background-color: #fff; }
|
|
|
1436 |
.footer a { color: #21282e; text-decoration: none; }
|
|
|
1437 |
|
|
|
1438 |
.footerCtntHolder { margin-left: 17px; font-size: 12px; line-height: normal; float: left; }
|
|
|
1439 |
.footerCtntHolder:first-child { margin-left: 0; }
|
|
|
1440 |
.footerCtntHolder ul { padding: 0 10px 0 15px; margin: 0; }
|
|
|
1441 |
.footerCtntHolder li { padding-left: 0; margin: 3px 0 0; background: none; list-style-image: url(../images/general/arrow_links_grey.png); }
|
|
|
1442 |
|
|
|
1443 |
#topFooter { margin: 20px auto; *padding-top: 20px; }
|
|
|
1444 |
#bottomFooter { font-size: 11px; margin-top: 20px; }
|
|
|
1445 |
#bottomFooter [class^=icon_] { margin-left: 4px; vertical-align: top; }
|
|
|
1446 |
|
|
|
1447 |
.cfm_holder { width: 185px; position: relative; }
|
|
|
1448 |
.cfm_holder .cfm_logo { height: 60px; position: absolute; top: 0; left: 5px; }
|
|
|
1449 |
.cfm_holder .cfm_text { padding: 0 0 15px 75px; font-size: 11px; }
|
|
|
1450 |
|
|
|
1451 |
|
|
|
1452 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1453 |
Comparison page
|
| 8146 |
amit.gupta |
1454 |
-------------------------------------------------------------------*/
|
|
|
1455 |
|
|
|
1456 |
.tbl_round.comparison { margin-top: 1em; background: #eff1f1; }
|
|
|
1457 |
|
|
|
1458 |
.comparison_holder td { font-weight: bold; text-align: center; }
|
|
|
1459 |
.tbl_comparison td { padding: 10px; border-bottom: 1px solid #e5e5e5; vertical-align: top; }
|
|
|
1460 |
.tbl_comparison .tabs a { font-weight: normal; }
|
|
|
1461 |
.tbl_comparison td { background: #f5f5f5; }
|
|
|
1462 |
.tbl_comparison .tabs .blank { padding: 0; background: #eff1f1; }
|
|
|
1463 |
.tbl_comparison td:first-child,
|
|
|
1464 |
.tbl_comparison .tabs > :first-child { border-left: 0; }
|
|
|
1465 |
.tbl_comparison tr.arrows > td { padding-top: 20px; }
|
|
|
1466 |
.tbl_comparison tr.arrows .btn_medium { margin-top: 5px; }
|
|
|
1467 |
.tbl_comparison tr.arrows .btn_medium ~ .btn_medium { margin-top: 10px; }
|
|
|
1468 |
|
|
|
1469 |
.tbl_comparison.labels { width: 100%; }
|
|
|
1470 |
.tbl_comparison.labels td,
|
|
|
1471 |
.tbl_comparison .label,
|
|
|
1472 |
.tbl_comparison .arrows .label { padding-left: 10px; border-left: 0; background: #fff; text-align: left; font-weight: bold; }
|
|
|
1473 |
.tbl_comparison td > div { width: 160px; word-wrap: break-word; word-break: break-word; }
|
|
|
1474 |
.comparison_holder .tbl_comparison td > div { width: auto; }
|
|
|
1475 |
|
|
|
1476 |
.tbl_comparison .tabs > td,
|
|
|
1477 |
.tbl_comparison.labels .tabs > td { padding: 15px; *padding: 0 15px; background: #eff1f1 center bottom no-repeat; border-bottom: 0; text-align: center; vertical-align: middle; }
|
|
|
1478 |
.tbl_comparison.labels tr:last-child td:first-child { border-radius: 0 0 0 5px; }
|
|
|
1479 |
.tbl_comparison.labels tr:last-child td:last-child { border-radius: 0 0 5px 0; }
|
|
|
1480 |
.tbl_comparison .tabs > td { border-top-left-radius: 5px; border-top-right-radius: 5px; }
|
|
|
1481 |
.tbl_comparison .tabs .yellow_bordered { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_yellow_bordered.png); }
|
|
|
1482 |
.tbl_comparison .tabs .yellow_bright { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_yellow_bright.png); }
|
|
|
1483 |
.tbl_comparison .tabs .yellow { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_yellow.png); }
|
|
|
1484 |
.tbl_comparison .tabs .orange { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_orange.png); }
|
|
|
1485 |
.tbl_comparison .tabs .brown { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_brown.png); }
|
|
|
1486 |
|
|
|
1487 |
.tbl_comparison .arrows td { background: #f5f5f5 center top no-repeat; text-align: center; }
|
|
|
1488 |
.tbl_comparison .arrows .yellow_bordered { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_yellow_bordered.png); }
|
|
|
1489 |
.tbl_comparison .arrows .yellow_bright { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_yellow_bright.png); }
|
|
|
1490 |
.tbl_comparison .arrows .yellow { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_yellow.png); }
|
|
|
1491 |
.tbl_comparison .arrows .orange { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_orange.png); }
|
|
|
1492 |
.tbl_comparison .arrows .brown { background-image: url(/cs/site_template/ecommerce/images/comparison/tab_arrow_brown.png); }
|
|
|
1493 |
.tbl_comparison .component_title { font-size: 18px; font-weight: bold; }
|
|
|
1494 |
.tbl_comparison .component_title.large { font-size: 24px; }
|
|
|
1495 |
|
|
|
1496 |
.tbl_comparison .component_img { width: 115px; height: 190px; margin-bottom: .5em; text-align: center; display: inline-block; *display: inline; *zoom: 1; line-height: 190px; }
|
|
|
1497 |
.tbl_comparison .component_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
|
|
|
1498 |
|
|
|
1499 |
.tbl_comparison .component_details { font-weight: normal; }
|
|
|
1500 |
.tbl_comparison .component_details .price_text { font-size: 13px; }
|
|
|
1501 |
|
|
|
1502 |
.tbl_comparison .blank,
|
|
|
1503 |
.tbl_comparison .arrows .blank { padding: 0; background: #fff; }
|
|
|
1504 |
|
|
|
1505 |
.tbl_hider { width: 629px; position: absolute; top: 0; right: 0; overflow: hidden; }
|
|
|
1506 |
.tbl_hider.is_scrollable { right: 30px; }
|
|
|
1507 |
.tbl_extender.is_extended { width: 250%; }
|
|
|
1508 |
.tbl_extender .last td:first-child { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
|
|
|
1509 |
|
|
|
1510 |
.tbl_scroller { width: 26px; height: 63px; position: absolute; top: 25px; display: none; background: url(/cs/site_template/ecommerce/images/general/arrow_select_grey.png) no-repeat; }
|
|
|
1511 |
.tbl_scroller.show { display: block; }
|
|
|
1512 |
.tbl_scroller.prev { left: 234px; }
|
|
|
1513 |
.tbl_scroller.next { right: 4px; background-position: -26px 0; }
|
|
|
1514 |
|
|
|
1515 |
.tbl_comparison .emphasized_label,
|
|
|
1516 |
.sticky_row { padding: 10px; background: #21282e; color: #fff; font-size: 16px; font-weight: bold; }
|
|
|
1517 |
.sticky_row.toggle_full_specs { background-color: #21282e; border-radius: 0 0 5px 5px; }
|
|
|
1518 |
.sticky_row.toggle_full_specs.toggled { border-radius: 0; }
|
|
|
1519 |
|
|
|
1520 |
.comparison .full_specs > table { width: 100%; *table-layout: fixed; }
|
|
|
1521 |
|
|
|
1522 |
.tbl_extender .tbl_comparison { width: 100%; *table-layout: fixed; }
|
|
|
1523 |
|
|
|
1524 |
.comparison_holder { position: relative; }
|
|
|
1525 |
.comparison_holder:first-child { margin-top: 5px; }
|
|
|
1526 |
|
|
|
1527 |
|
|
|
1528 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1529 |
Configure page
|
| 8146 |
amit.gupta |
1530 |
-------------------------------------------------------------------*/
|
|
|
1531 |
|
|
|
1532 |
.configure.padded_content { min-height: 585px; position: relative; }
|
|
|
1533 |
|
|
|
1534 |
.configure .highlighter { padding: .5em 1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: .25em 0; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
1535 |
.configure .highlighter:hover { background: #ddd; }
|
|
|
1536 |
.configure .highlighter.highlighted { background: #fd0; }
|
|
|
1537 |
.configure .highlighter [class*="input_"] { margin-right: 1em; }
|
|
|
1538 |
|
|
|
1539 |
.configure .content_box { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #f1f1f1; }
|
|
|
1540 |
.configure .content_box.padded { padding: 1em; }
|
|
|
1541 |
.configure .content_box.bordered { border: 1px solid #e5e5e5; box-shadow: inset 0 0 0 1.5px #fff; }
|
|
|
1542 |
.configure .content_box li { margin-top: 1em; }
|
|
|
1543 |
.configure .content_box li:first-child { margin-top: 0; }
|
|
|
1544 |
|
|
|
1545 |
.configure .is_being_edited .action_edit { display: none; }
|
|
|
1546 |
.configure .is_being_edited .content_title { padding-left: 0; }
|
|
|
1547 |
|
|
|
1548 |
.configure .toggle_content { padding: 15px; margin-top: 0; }
|
|
|
1549 |
.configure .toggle_content_action { text-align: right; }
|
|
|
1550 |
|
|
|
1551 |
.device_configure_component { padding: 25px 0; border-top: 1px solid #bdbdbd; }
|
|
|
1552 |
.device_configure_component:first-child { padding-top: 15px; border-top: 0; }
|
|
|
1553 |
.device_configure_component_title { font-size: 18px; }
|
|
|
1554 |
|
|
|
1555 |
/* Configure - Cart Summary */
|
|
|
1556 |
|
|
|
1557 |
.configure .my_cart { width: 198px; border: 1px solid #bdbdbd; margin: 0; float: right; box-shadow: none; }
|
|
|
1558 |
.configure .my_cart .popup_header { padding: 0; font-size: 16px; background-image: url(/cs/site_template/ecommerce/images/general/gradient_grey_70px.png); }
|
|
|
1559 |
.configure .popup_header_title { padding: 10px; }
|
|
|
1560 |
.configure .my_cart .clear_my_cart { width: 69px; padding: 5px 0; *padding-top: 9px; border-left: 1px solid #bdbdbd; border-radius: 0 5px 0 0; float: right; display: block; background: url(/cs/site_template/ecommerce/images/general/gradient_light_grey_70px.png) repeat-x; font-size: 12px; line-height: 24px; color: #21282e; text-align: center; }
|
|
|
1561 |
|
|
|
1562 |
.configure .my_cart_component { padding: 10px 0; font-size: 13px; /* display: none; */ }
|
|
|
1563 |
.configure .my_cart_component:first-child { padding-top: 0; border-top: 0; }
|
|
|
1564 |
|
|
|
1565 |
.configure .my_cart_component_right { float: right; }
|
|
|
1566 |
.configure .my_cart_component_left { margin-bottom: 10px; }
|
|
|
1567 |
|
|
|
1568 |
.configure .my_cart_total { padding: 10px 0; background: transparent; text-align: right; font-weight: bold; color: #fb7a14; font-size: 20px; }
|
|
|
1569 |
|
|
|
1570 |
.configure .my_cart_component_img { width: 55px; height: 85px; }
|
|
|
1571 |
.configure .my_cart_component_details { min-height: 85px; padding-left: 65px; *padding-left: 5px; position: relative; }
|
|
|
1572 |
|
|
|
1573 |
.configure .my_cart .btn_medium { font-size: 14px; }
|
|
|
1574 |
.configure .my_cart_action { text-align: center; }
|
|
|
1575 |
|
|
|
1576 |
/* Available Options */
|
|
|
1577 |
|
|
|
1578 |
.configure .order_img { width: 95px; height: 150px; margin-right: 1em; float: left; line-height: 150px; text-align: center; }
|
|
|
1579 |
.configure .order_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
|
|
|
1580 |
.configure .order_options { margin-left: 110px; }
|
|
|
1581 |
|
|
|
1582 |
.configure .selection_con { width: 190px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
|
|
|
1583 |
.configure .selection_con + .selection_con { margin-left: 5px; *margin-left: 10px; }
|
|
|
1584 |
.configure .selection_title { font-size: 15px; font-weight: bold; }
|
|
|
1585 |
.configure .selection_con .content_box { padding-top: .2em; margin-top: 1em; }
|
|
|
1586 |
.configure .selection_con .highlighter { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: block; }
|
|
|
1587 |
|
|
|
1588 |
/* Available Plans */
|
|
|
1589 |
|
|
|
1590 |
.tbl_available_plans > table > tbody > tr > th { padding: 10px; font-size: 12px; }
|
|
|
1591 |
.tbl_available_plans > table > tbody > tr > td { padding: 10px; font-weight: bold; font-size: 13px; }
|
|
|
1592 |
.tbl_available_plans > table > tbody > tr > td:first-child { font-size: 14px; background: #f1f1f1; }
|
|
|
1593 |
.tbl_available_plans .input_radio { float: left; }
|
|
|
1594 |
.tbl_available_plans .plan_name { margin-left: 25px; }
|
|
|
1595 |
.tbl_available_plans .plan_name a { font-size: 12px; }
|
|
|
1596 |
.tbl_available_plans > table > tbody > tr > td.highlighted { background: #fd0; }
|
|
|
1597 |
.tbl_available_plans > table > tbody > tr > td[colspan="6"] { background: transparent; font-weight: normal; }
|
|
|
1598 |
.tbl_available_plans .details_row > td { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
|
|
|
1599 |
.tbl_available_plans .details_row.last > td { border-bottom: 0; }
|
|
|
1600 |
.tbl_available_plans .is_hidden,
|
|
|
1601 |
.tbl_available_plans .details_toggle_con { display: none; }
|
|
|
1602 |
.tbl_available_plans .has_bottom_radius > td:first-child { border-radius: 0 0 0 5px; }
|
|
|
1603 |
.tbl_available_plans .has_bottom_radius > td:last-child { border-radius: 0 0 5px 0; }
|
|
|
1604 |
|
|
|
1605 |
.configure .payment_method_box { margin-top: 1em; }
|
|
|
1606 |
.configure .payment_method_img { width: 40px; float: left; text-align: left; }
|
|
|
1607 |
.configure ul.payment_method_list { min-height: 85px; margin-left: 65px; }
|
|
|
1608 |
|
|
|
1609 |
/* Available Tenures */
|
|
|
1610 |
|
|
|
1611 |
.configure .selection_con.horizontal { width: auto; }
|
|
|
1612 |
.configure .selection_con.horizontal .highlighter { margin: -2px 0 1px; padding: 1em; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
1613 |
|
|
|
1614 |
/* Select Your Mobile Number */
|
|
|
1615 |
|
|
|
1616 |
.dropdown_con.state { width: 170px; }
|
|
|
1617 |
.configure .dropdown_con.state { font-weight: bold; }
|
|
|
1618 |
|
|
|
1619 |
.tbl_num_searcher { margin-bottom: 10px; }
|
|
|
1620 |
.tbl_num_searcher th { padding: 0 10px 10px 0; text-align: left; }
|
|
|
1621 |
.tbl_num_searcher td { padding: 0 10px 10px 0; vertical-align: middle; }
|
|
|
1622 |
.tbl_num_searcher td:first-child { padding-right: 30px; }
|
|
|
1623 |
|
|
|
1624 |
.num_searcher input[type="text"] { width: 95px; padding: 6px 5px; margin-right: 5px; vertical-align: middle; }
|
|
|
1625 |
.num_searcher a { margin-left: 5px; font-size: 12px; text-decoration: underline; }
|
|
|
1626 |
.num_searcher .btn_medium { margin: 0 15px 0 5px; font-size: 14px; text-decoration: none; }
|
|
|
1627 |
|
|
|
1628 |
.num_list { padding: 15px 15px 0; padding: 14px 14px 0\9; border: 1px solid #bbb\9; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 15px; background: #f1f1f1; box-shadow: inset 0 1px 3px #bbb; display: none; *zoom: 1; }
|
|
|
1629 |
.num_list .num_text { margin-bottom: 20px; }
|
|
|
1630 |
.num_list .num { width: 150px; margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
1631 |
|
|
|
1632 |
/* Four Quadrants aka Four Princesses - shared styles */
|
|
|
1633 |
|
|
|
1634 |
.getStarted.popup_con { display: block; }
|
|
|
1635 |
|
|
|
1636 |
.popup_con .column_btn { width: 210px; height: 185px; padding: 20px 10px; position: relative; float: left; display: block; cursor: pointer; }
|
|
|
1637 |
.popup_con .column_btn.last_in_row { margin-right: 0; }
|
|
|
1638 |
.popup_con .column_btn.last_in_row:after { display: none; }
|
|
|
1639 |
.popup_con .column_btn.toggled { background: #eff1f1; }
|
|
|
1640 |
.popup_con .column_btn:after { content: ''; width: 0; height: 80%; border-left: 1px solid #e8e8e8; position: absolute; top: 10%; right: 0; }
|
|
|
1641 |
|
|
|
1642 |
.column_btn_label { padding: 7px 10px 7px 35px; margin-bottom: 10px; background: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_down.png) 10px 6px no-repeat; color: #0091d2; font-size: 15px; font-weight: bold; line-height: 1.2em; position: relative; }
|
|
|
1643 |
.column_btn.toggled > .column_btn_label { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_up.png); }
|
|
|
1644 |
|
|
|
1645 |
.column_btn_content { padding: 0 25px; color: #21282e; }
|
|
|
1646 |
.princess_icon { height: 55px; background: center center no-repeat; }
|
|
|
1647 |
.princess_principal_line_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_principal_line.png); }
|
|
|
1648 |
.princess_supplementary_line_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_supplementary_line.png); }
|
|
|
1649 |
.princess_change_plans_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_change_plans.png); }
|
|
|
1650 |
.princess_coupon_code_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_coupon_code.png); }
|
|
|
1651 |
.princess_switch_to_digi_icon { background-image: url(/cs/site_template/ecommerce/images/configure/icon_switch_to_digi.png); }
|
|
|
1652 |
|
|
|
1653 |
.column_content_con { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #eff1f1; clear: both; }
|
|
|
1654 |
.column_content { padding: 15px; display: none; }
|
|
|
1655 |
.column_content.toggled { display: block; }
|
|
|
1656 |
|
|
|
1657 |
.popup_back_con { margin-top: 10px; padding-top: 10px; border-top: 1px solid #e5e5e5; clear: both; }
|
|
|
1658 |
.popup_back_con a { margin-left: 15px; float: right; font-weight: bold; line-height: 30px; }
|
|
|
1659 |
.popup_back_con .check_validation { display: none; }
|
|
|
1660 |
|
|
|
1661 |
.tbl_princesses { width: 100%; margin: 10px 0 20px; }
|
|
|
1662 |
.tbl_princesses td { padding: 3px 0; }
|
|
|
1663 |
.tbl_princesses .column1 { width: 37%; padding-right: 10px; text-align: right; }
|
|
|
1664 |
.tbl_princesses input[type=text] { width: 190px; }
|
|
|
1665 |
.tbl_princesses input.field_mobile_num1 { width: 40px; }
|
|
|
1666 |
.tbl_princesses input.field_mobile_num2 { width: 115px; }
|
|
|
1667 |
.tbl_princesses .dropdown_con { width: 170px; font-weight: bold; }
|
|
|
1668 |
|
|
|
1669 |
.popup_con .additional_details { color: #666; font-size: 12px; }
|
|
|
1670 |
.popup_con .additional_details > strong { color: #21282e; margin-bottom: 5px; display: block; }
|
|
|
1671 |
.popup_con .additional_details a { text-decoration: underline; }
|
|
|
1672 |
.popup_con .additional_details ul { margin: 0; padding-left: 4em; }
|
|
|
1673 |
.popup_con .additional_details li { padding: 0 0 3px 1em; }
|
|
|
1674 |
.popup_con .additional_details .input_checkbox { margin: 0 10px 5px 0; }
|
|
|
1675 |
|
|
|
1676 |
/* Four Princesses - Get Started popup */
|
|
|
1677 |
|
|
|
1678 |
.getStarted.popup_con { width: 535px; margin: -80px 0 0 -265px; top: 50%; }
|
|
|
1679 |
.or_divider { width: 29px; height: 50px; margin: 0 5px; background: url(/cs/site_template/ecommerce/images/configure/img_or_divider.png) no-repeat; }
|
|
|
1680 |
.get_started.popup_content .btn_medium { margin-top: 15px; }
|
|
|
1681 |
|
|
|
1682 |
/* Four Princesses - New Number popup */
|
|
|
1683 |
|
|
|
1684 |
.newNumber.popup_con { width: 640px; margin-left: -300px; }
|
|
|
1685 |
.newNumber .column_btn { width: 275px; height: 125px; }
|
|
|
1686 |
|
|
|
1687 |
/* Four Princesses - Existing Number popup */
|
|
|
1688 |
|
|
|
1689 |
.existingNumber.popup_con { width: 740px; margin-left: -370px; }
|
|
|
1690 |
|
|
|
1691 |
/* Four Princesses - Error popup */
|
|
|
1692 |
|
|
|
1693 |
.error.popup_con { width: 490px; margin-left: -245px; }
|
|
|
1694 |
.error.popup_con .emphasis { color: #f00; font-size: 15px; }
|
|
|
1695 |
|
|
|
1696 |
|
|
|
1697 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1698 |
Devices page
|
| 8146 |
amit.gupta |
1699 |
-------------------------------------------------------------------*/
|
|
|
1700 |
|
|
|
1701 |
.compare_label
|
|
|
1702 |
{ display: inline-block; zoom: 1; *display: inline; vertical-align: middle; }
|
|
|
1703 |
|
|
|
1704 |
.product_filter_btn { width: 165px; padding-left: 20px; position: relative; outline: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
|
|
|
1705 |
.product_filter_con { position: relative; z-index: 3; }
|
|
|
1706 |
.product_filter_con.opened .product_filter_btn { background: #fff; }
|
|
|
1707 |
|
|
|
1708 |
.product_filter_content { min-width: 660px; padding: 1em 0; border: 1px solid #bdbdbd\9; border-top: 0\9; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; position: absolute; top: 65px; left: 10px; background: #f7f7f7 url(/cs/site_template/ecommerce/images/general/gradient_white_400px.png) repeat-x; box-shadow: 0 5px 3px 2px rgb(200,200,200); display: none; }
|
|
|
1709 |
.product_filter_column { min-width: 150px; min-height: 220px; padding: 0 1em 1em 1.5em; margin: 10px 0 0 0; float: left; position: relative; font-size: 13px; line-height: 1.9em; }
|
|
|
1710 |
.product_filter_column:before { content: ''; width: 0; border-right: 1px solid #e2e4e5; position: absolute; top: 40px; bottom: 0; left: 0; }
|
|
|
1711 |
.product_filter_column:first-child:before { display: none; }
|
|
|
1712 |
.product_filter_column .column_title { height: 40px; font-size: 14px; line-height: normal; font-weight: bold; }
|
|
|
1713 |
.product_filter_footer { padding: .5em 1em 0; border-top: 1px solid #e2e4e5; line-height: 39px; clear: both; text-align: right; }
|
|
|
1714 |
.product_filter_footer a { margin-left: .5em; *margin-right: 1em; }
|
|
|
1715 |
.product_filter_footer .btn_medium { margin-left: 1em; *margin-left: 0; }
|
|
|
1716 |
|
|
|
1717 |
|
|
|
1718 |
.dropdown_con.product_sort { width: 175px; float: left; }
|
|
|
1719 |
|
|
|
1720 |
/* IE7 <select>'s height cannot be adjusted, therefore need to position it in the center */
|
|
|
1721 |
.dropdown_con.product_sort select { *margin-top: 23px; }
|
|
|
1722 |
|
|
|
1723 |
.product_compare_con { width: 180px; color: #999; font-weight: normal; }
|
|
|
1724 |
.product_compare { line-height: 1em; }
|
|
|
1725 |
.product_compare .btn_small { margin: 0; font-size: 13px; }
|
|
|
1726 |
.product_compare .compare_label { margin: 0 10px; vertical-align: middle; }
|
|
|
1727 |
|
|
|
1728 |
|
|
|
1729 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1730 |
Device Details page
|
| 8146 |
amit.gupta |
1731 |
-------------------------------------------------------------------*/
|
|
|
1732 |
|
|
|
1733 |
.review_entry:after, .entry_comment:after, .detail_list:after, .yellow_tab:after, .planHolder .theTab:after, .planHolder .theContent:after, .popup_back_con:after, .device_details .additional_info:after
|
|
|
1734 |
{ content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }
|
|
|
1735 |
|
|
|
1736 |
.text_free_delivery, .or_divider, .popup_back_con .check_validation.show
|
|
|
1737 |
{ display: inline-block; zoom: 1; *display: inline; vertical-align: middle; }
|
|
|
1738 |
|
|
|
1739 |
.device_details_title h1 { line-height: 30px; margin: 0; }
|
|
|
1740 |
.device_details_title .slogan { margin-top: 5px; }
|
|
|
1741 |
|
|
|
1742 |
.device_details .device_visuals { width: 320px; margin: 10px 0 0 10px; position: relative; left: -10px; z-index: 2; float: right; text-align: center; }
|
|
|
1743 |
.device_details .device_img { width: 100%; height: 420px; position: relative; text-align: center; line-height: 380px; }
|
|
|
1744 |
.device_details .device_img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
|
|
|
1745 |
.device_details .device_img .badge { margin-top: -10px; position: absolute; top: 50%; left: 5px; }
|
|
|
1746 |
|
|
|
1747 |
.device_details .colorPanel { position: absolute; width: 31px; top: 25px; right: 5px; }
|
|
|
1748 |
.device_details .colorPanel .selected { width: 23px; height: 23px; padding: 4px; margin-bottom: 2px; cursor: pointer; }
|
|
|
1749 |
.device_details .colorPanel .selected.active { background:url(/cs/site_template/ecommerce/images/device_details/img_colorSelectedBg.png) left top no-repeat; }
|
|
|
1750 |
|
|
|
1751 |
.device_details .show_popup_con { width: 110%; margin-top: 1em; color: #ccc; font-weight: bold; position: relative; left: -5%; }
|
|
|
1752 |
|
|
|
1753 |
.device_details .device_info { width: 630px; margin-right: 15px; float: left; }
|
|
|
1754 |
.device_details .device_info.full_width { width: auto; float: none; }
|
|
|
1755 |
|
|
|
1756 |
.device_details .device_info > h1 { margin-bottom: 5px; }
|
|
|
1757 |
.device_details .device_price_con { margin-top: 20px; position: relative; font-size: 14px; font-weight: bold; }
|
|
|
1758 |
.device_details .device_price_con .from_label { font-size: 16px; }
|
|
|
1759 |
.device_details .device_price { position: relative; top: -2px; font-size: 46px; color: #fb7a14; vertical-align: top; line-height: 1; }
|
|
|
1760 |
.device_details .device_price_con .device_action_btn { position: absolute; top: 20px; left: 300px; }
|
|
|
1761 |
.device_details .device_info .device_info_desc { padding-right: 20px; }
|
|
|
1762 |
.device_details .device_info .device_info_list { margin: 0; padding: 0; font-weight: bold; }
|
|
|
1763 |
|
|
|
1764 |
.device_details .content_tabber_con { padding-left: 5px; border-bottom: 1px solid #bdbdbd; margin-bottom: 1em; }
|
|
|
1765 |
.device_details .tabber_content,
|
|
|
1766 |
.device_details .tabber_content .padded_content { padding: 10px; }
|
|
|
1767 |
|
|
|
1768 |
/*---- Device Details - Calculator ----*/
|
|
|
1769 |
|
|
|
1770 |
.device_details .device_calculator { width: 255px; height: 550px; padding: 0; margin: 0; float: right; background: transparent; }
|
|
|
1771 |
|
|
|
1772 |
.device_calculator { background: transparent; }
|
|
|
1773 |
|
|
|
1774 |
.device_calculator_con { border: 1px solid #bdbdbd; border-radius: 5px; margin-bottom: 5px; background: #f7f7f7 url(../images/general/gradient_white_400px.png) repeat-x; line-height: 1.6; }
|
|
|
1775 |
|
|
|
1776 |
.device_calculator_component + .device_calculator_component { padding-top: 10px; margin-top: 10px; }
|
|
|
1777 |
|
|
|
1778 |
.device_calculator_title { margin-bottom: 10px; font-weight: bold; font-size: 14px; color: #666; }
|
|
|
1779 |
|
|
|
1780 |
.device_calculator .dropdown_con { margin-bottom: 5px; }
|
|
|
1781 |
.device_calculator_pair_right { float: right; }
|
|
|
1782 |
.dropdown_con + .device_calculator_pair_left { line-height: 30px; }
|
|
|
1783 |
|
|
|
1784 |
.device_calculator_color { width: 130px; }
|
|
|
1785 |
.device_calculator_memory_size { width: 65px; }
|
|
|
1786 |
|
|
|
1787 |
.dropdown_full_length { width: auto; display: block; }
|
|
|
1788 |
|
|
|
1789 |
.device_calculator_total { text-align: center; }
|
|
|
1790 |
.device_calculator_total_label { font-size: 13px; font-weight: bold; }
|
|
|
1791 |
.device_calculator_total_price { margin-left: 15px; font-size: 24px; line-height: 1.5; color: #fb7a14; vertical-align: middle; font-weight: bold; }
|
|
|
1792 |
.device_calculator_total_btn { padding: 0 10px; margin-top: 5px; }
|
|
|
1793 |
.device_calculator_total_btn .icon_shopping_cart { margin-right: 10px; position: relative; top: -2px; }
|
|
|
1794 |
|
|
|
1795 |
.device_calculator .notes { font-size: 11px; }
|
|
|
1796 |
|
|
|
1797 |
/*----- Device Details - Tab Contents ----*/
|
|
|
1798 |
|
|
|
1799 |
.tabber_content_title { font-size: 16px; font-weight: bold; }
|
|
|
1800 |
|
|
|
1801 |
/* Available Plans */
|
|
|
1802 |
|
|
|
1803 |
.plan_category_title { padding: 1em 0 .2em; font-size: 20px; font-weight: bold; }
|
|
|
1804 |
.plan_category_title:first-child { padding-top: 0; }
|
|
|
1805 |
|
|
|
1806 |
.available_plans .tbl_light_horizontal { margin: 1em 0; }
|
|
|
1807 |
|
|
|
1808 |
/* Specs */
|
|
|
1809 |
|
|
|
1810 |
.tabber_content.specs { padding: 15px; }
|
|
|
1811 |
.specs_left_con { width: 685px; float: left; }
|
|
|
1812 |
.tbl_specs { width: 100%; }
|
|
|
1813 |
.tbl_specs td { padding: 8px 0; border-top: 1px solid #e8e8e8; vertical-align: top; }
|
|
|
1814 |
.tbl_specs .row1 td { background: #eff1f1; font-weight: bold; }
|
|
|
1815 |
.tbl_specs .column_label { font-weight: bold; }
|
|
|
1816 |
.tbl_specs ul { padding-left: 1.2em; margin-top: 0; *padding-left: 0; *margin-left: 1.2em; }
|
|
|
1817 |
.tbl_specs .fontGrey { font-weight: normal; }
|
|
|
1818 |
|
|
|
1819 |
.tabber_content.specs .toggle_full_spec { padding: 8px 10px 8px 35px; border-top: 1px solid #e8e8e8; position: relative; background-color: #eff1f1; font-weight: bold; cursor: pointer; }
|
|
|
1820 |
.toggle_full_spec:before { top: 7px; }
|
|
|
1821 |
|
|
|
1822 |
.specs_right_con { width: 205px; float: right; }
|
|
|
1823 |
.specs_phone { width: 205px; float: right; text-align: center; }
|
|
|
1824 |
.tabber_content.specs .island { width: 205px; margin: 20px 0; float: right; }
|
|
|
1825 |
|
|
|
1826 |
.tabber_content.specs .toggle_full_specs { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
|
|
|
1827 |
.tabber_content.specs .toggle_full_specs.toggled { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
|
|
|
1828 |
|
|
|
1829 |
.toggle_full_specs { padding: 12px 10px 12px 35px; background: #eff1f1 url(/cs/site_template/ecommerce/images/general/arrow_blue_round_down.png) 10px 11px no-repeat; font-weight: bold; cursor: pointer; }
|
|
|
1830 |
.toggle_full_specs.toggled { background-image: url(/cs/site_template/ecommerce/images/general/arrow_blue_round_up.png); }
|
|
|
1831 |
|
|
|
1832 |
.full_specs { display: none; }
|
|
|
1833 |
|
|
|
1834 |
/*---- Device Details - Popups ----*/
|
|
|
1835 |
|
|
|
1836 |
/* Video popup */
|
|
|
1837 |
|
|
|
1838 |
.video.popup_con { width: 610px; }
|
|
|
1839 |
|
|
|
1840 |
/* 360 view popup */
|
|
|
1841 |
|
|
|
1842 |
.view360.popup_con { width: 550px; margin-left: -275px; }
|
|
|
1843 |
.view360 .popup_content { height: 340px; position: relative; }
|
|
|
1844 |
.view360_img_con { width: 100%; height: 340px; position: absolute; top: 20px; left: 0; z-index: 1; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
|
|
|
1845 |
.view360_img_con img { max-height: 100%; display: none; margin: 0 auto; position: relative; z-index: 1; }
|
|
|
1846 |
.view360_img_con .current { display: block; }
|
|
|
1847 |
.view360 .click_trap { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 4; background: url(/cs/site_template/ecommerce/images/general/general_spacer.gif) repeat; -webkit-user-select: none; -moz-user-select: -moz-none; user-select: none; }
|
|
|
1848 |
.view360_ring { width: 221px; height: 46px; margin-left: -110px; position: absolute; bottom: 20px; left: 50%; z-index: 2; background: url(/cs/site_template/ecommerce/images/device_details/view360_ring.png) no-repeat; }
|
|
|
1849 |
.view360_ring .ring_dot { width: 8px; height: 8px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: -4px 0 0 -4px; position: absolute; top: 50%; left: 50%;z-index: 3; background: #0091d2; }
|
|
|
1850 |
|
|
|
1851 |
/* Gallery popup */
|
|
|
1852 |
|
|
|
1853 |
.gallery .popup_content { height: 440px; position: relative; text-align: center; }
|
|
|
1854 |
.gallery.popup_con .left_arrow,
|
|
|
1855 |
.gallery.popup_con .right_arrow { width: 59px; height: 59px; position: absolute; top: 0; background:url(/cs/site_template/ecommerce/images/general/arrow_banner.png) left center no-repeat; }
|
|
|
1856 |
.gallery.popup_con .left_arrow { left: 0; display: none; }
|
|
|
1857 |
.gallery.popup_con .right_arrow { right: 0; background-position: right center; }
|
|
|
1858 |
.gallery .left_arrow.disabled,
|
|
|
1859 |
.gallery .right_arrow.disabled { cursor: default; }
|
|
|
1860 |
|
|
|
1861 |
.gallery_images img { max-width: 570px; max-height: 360px; display: none; position: absolute; top: 50%; left: 50%; margin: -225px 0 0 -135px; }
|
|
|
1862 |
.gallery_images img:first-child { display: block; }
|
|
|
1863 |
.gallery_thumbnails { width: 570px; position: absolute; bottom: 20px; left: 25px; text-align: left; }
|
|
|
1864 |
.gallery_thumbnails .thumbnails_hider { width: 426px; height: 59px; margin: 0 auto; position: relative; overflow: hidden; white-space: nowrap; text-align: center; }
|
|
|
1865 |
.gallery_thumbnails .thumbnails_con { /* width: 300%; height: 100%; */ margin-left: 0; }
|
|
|
1866 |
.gallery_thumbnails .thumbnail { width: 80px; height: 57px; border: 1px solid #bdbdbd; display: inline-block; *display: inline; *zoom: 1; margin-right: 4px; position: relative; cursor: pointer; text-align: center; vertical-align: top; line-height: 57px; overflow: hidden; }
|
|
|
1867 |
.gallery_thumbnails .thumbnail_overlay { width: 100%; height: 100%; background: url(/cs/site_template/ecommerce/images/general/overlay_black_10.png) repeat; background: rgba(0,0,0,0.1); position: absolute; top: 0; left: 0; }
|
|
|
1868 |
.gallery_thumbnails .thumbnail:hover .thumbnail_overlay,
|
|
|
1869 |
.gallery_thumbnails .thumbnail.current .thumbnail_overlay { display: none; }
|
|
|
1870 |
.gallery_thumbnails img { max-width: 100%; max-height: 100%; vertical-align: middle; }
|
|
|
1871 |
|
|
|
1872 |
.gallery .photo_count { width: 100%; font-size: 11px; position: absolute; bottom: 20px; left: 0; }
|
|
|
1873 |
|
|
|
1874 |
/* Zoom popup */
|
|
|
1875 |
|
|
|
1876 |
.zoom.popup_con { width: 600px; margin-left: -300px; }
|
|
|
1877 |
.zoom.popup_con .popup_content { height: 450px; overflow: hidden; position: relative; }
|
|
|
1878 |
.zoom.popup_con .zoom_img { position: absolute; top: 0; left: 0; }
|
|
|
1879 |
.zoom_img_con { width: 1300px; height: 2000px; padding: 350px 250px; position: absolute; top: -1100px; left: -600px; }
|
|
|
1880 |
|
|
|
1881 |
|
|
|
1882 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1883 |
Error page
|
| 8146 |
amit.gupta |
1884 |
-------------------------------------------------------------------*/
|
|
|
1885 |
|
|
|
1886 |
.error_con { width: 540px; padding: 60px 0; margin: 0 auto; text-align: center; }
|
|
|
1887 |
.error_con h2 { line-height: 1.2; }
|
|
|
1888 |
.error_con .main_logo { float: left; }
|
|
|
1889 |
.error_page_title { min-height: 45px; padding: 50px 0 0 80px; text-align: right; font-size: 14px; color: #808080; }
|
|
|
1890 |
|
|
|
1891 |
|
|
|
1892 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
1893 |
Form pages
|
| 8146 |
amit.gupta |
1894 |
-------------------------------------------------------------------*/
|
|
|
1895 |
|
|
|
1896 |
.tbl_form .grey_textbox { width: 205px; }
|
|
|
1897 |
.tbl_form input[type="text"],
|
|
|
1898 |
.tbl_form input[type="password"] { width: 213px; }
|
|
|
1899 |
.tbl_form .label { padding-right: 25px; text-align: right; }
|
|
|
1900 |
.tbl_form [class*="has_"] .label { padding-top: 5px; }
|
|
|
1901 |
.tbl_form .label .notes { margin-top: -0.2em; font-size: 11px; display: block; }
|
|
|
1902 |
.tbl_form [class*="has_"] .form_hint { padding-top: 5px; vertical-align: top; }
|
|
|
1903 |
.tbl_form [class*="has_"] .icon_question { margin: 5px 0 0 5px; }
|
|
|
1904 |
|
|
|
1905 |
.form .content_rounder { color: #999; }
|
|
|
1906 |
.form .content_rounder.current,
|
|
|
1907 |
.form .content_rounder.complete { color: #21282e; }
|
|
|
1908 |
|
|
|
1909 |
.form_content,
|
|
|
1910 |
.toggle_content { margin-top: .5em; display: none; }
|
|
|
1911 |
.form_content.show,
|
|
|
1912 |
.toggle_content.show { display: block; }
|
|
|
1913 |
|
|
|
1914 |
.action_edit { width: 20px; margin-right: 5px; color: #0091d2; cursor: pointer; font-size: 11px; float: left; vertical-align: top; }
|
|
|
1915 |
.toggle_validation.disabled .action_edit,
|
|
|
1916 |
.toggle_validation.current .action_edit { display: none; }
|
|
|
1917 |
.action_edit .edit_icon { width: 20px; height: 20px; background: url(/cs/site_template/ecommerce/images/general/general_sprite_sheet.png) -20px -120px no-repeat; }
|
|
|
1918 |
|
|
|
1919 |
.action_edit + .content_title { padding-left: 30px; line-height: 30px; }
|
|
|
1920 |
.toggle_validation.disabled .action_edit + .content_title,
|
|
|
1921 |
.toggle_validation.current .action_edit + .content_title { padding-left: 0; }
|
|
|
1922 |
|
|
|
1923 |
.form_content .action_con { text-align: right; }
|
|
|
1924 |
|
|
|
1925 |
.static_content_con .content_rounder,
|
|
|
1926 |
.content_rounder.static { color: #666; }
|
|
|
1927 |
|
|
|
1928 |
/* Form (Payment) */
|
|
|
1929 |
|
|
|
1930 |
.tbl_delivery_details { margin-top: 1em; table-layout: fixed; }
|
|
|
1931 |
.tbl_delivery_details .label { width: 125px; padding-right: 20px; text-align: right; }
|
|
|
1932 |
|
|
|
1933 |
.tbl_payment_method th,
|
|
|
1934 |
.tbl_payment_method td { width: 50%; border-left: 1px solid #e5e5e5; }
|
|
|
1935 |
.tbl_payment_method .credit_card_con { background: url(/cs/site_template/ecommerce/images/form/visa_mastercard.jpg) bottom right no-repeat; }
|
|
|
1936 |
.payment_method img { margin-left: 1em; vertical-align: middle; }
|
|
|
1937 |
|
|
|
1938 |
|
|
|
1939 |
/* Form (Configure Mobile Number) */
|
|
|
1940 |
|
|
|
1941 |
.form .line_header { height: 17px; padding: 10px 15px; border-top: solid 1px #cccccc; margin: 10px 0; background: url(/cs/site_template/ecommerce/images/general/gradient_grey_50px.png) repeat-x; font-size: 15px; font-weight: bold; }
|
|
|
1942 |
.form .line_content { margin: 15px 0; padding: 0 15px; }
|
|
|
1943 |
.form .line_img { margin-right: 25px; float: left; }
|
|
|
1944 |
.form .line_details { float: left; margin-bottom: 15px; }
|
|
|
1945 |
.form .line_details input[type=text] { margin: 7px 5px 5px 0; }
|
|
|
1946 |
|
|
|
1947 |
.form .line_full_details { width: 858px; height: 275px; padding-left: 60px; margin-left: -15px; position: relative; background-color: #f7f7f7; clear: both; overflow: hidden; display: none; }
|
|
|
1948 |
.tbl_sup_line { margin: 15px 0; }
|
|
|
1949 |
.form .line_full_details:before,
|
|
|
1950 |
.form .line_full_details:after { content: ''; width: 100%; height: 20px; position: absolute; left: 0; background: url(/cs/site_template/ecommerce/images/form/form_grey_bg_shadow.gif) repeat-x; }
|
|
|
1951 |
.form .line_full_details:before { top: -10px; }
|
|
|
1952 |
.form .line_full_details:after { bottom: -10px; }
|
|
|
1953 |
|
|
|
1954 |
.form .line_full_details .form_hint { width: 270px; margin-left: 10px; }
|
|
|
1955 |
.form .line_full_details .form_hint.short { width: 200px; }
|
|
|
1956 |
.form .line_full_details .form_hint.show,
|
|
|
1957 |
.form .line_full_details .form_hint.has_error,
|
|
|
1958 |
.form .line_full_details .form_hint.no_error { margin-top: -3px; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; }
|
|
|
1959 |
.form .line_full_details input[type=text] { width: 200px; }
|
|
|
1960 |
.form .line_full_details input[name=street_address] { width: 460px; }
|
|
|
1961 |
.form .line_full_details input[name=city] { width: 270px; }
|
|
|
1962 |
|
|
|
1963 |
.tbl_form input.field_ic1,
|
|
|
1964 |
.tbl_form input.field_confirm_ic1,
|
|
|
1965 |
.tbl_princesses input.field_ic1 { width: 60px; }
|
|
|
1966 |
.tbl_form input.field_ic2,
|
|
|
1967 |
.tbl_form input.field_confirm_ic2,
|
|
|
1968 |
.tbl_princesses input.field_ic2 { width: 30px; }
|
|
|
1969 |
.tbl_form input.field_ic3,
|
|
|
1970 |
.tbl_form input.field_confirm_ic3,
|
|
|
1971 |
.tbl_princesses input.field_ic3 { width: 50px; }
|
|
|
1972 |
.tbl_form input.field_security_answer { width: 260px; }
|
|
|
1973 |
.tbl_form .security_question.dropdown_con { width: 260px; margin: 0 0 5px 5px; }
|
|
|
1974 |
.tbl_form .id_type.dropdown_con { width: 130px; margin: 0 0 5px 5px; }
|
|
|
1975 |
|
|
|
1976 |
.tbl_form .dropdown_con { width: 110px; margin-left: 3px; }
|
|
|
1977 |
.tbl_form .year.dropdown_con,
|
|
|
1978 |
.tbl_princesses .year.dropdown_con { width: 80px; margin-left: 3px; }
|
|
|
1979 |
.tbl_form .month.dropdown_con,
|
|
|
1980 |
.tbl_form .day.dropdown_con,
|
|
|
1981 |
.tbl_princesses .month.dropdown_con,
|
|
|
1982 |
.tbl_princesses .day.dropdown_con { width: 60px; margin-left: 10px; }
|
|
|
1983 |
.tbl_form .state.dropdown_con,
|
|
|
1984 |
.tbl_princesses .state.dropdown_con { width: 140px; margin-left: 3px; }
|
|
|
1985 |
.tbl_form .delivery_option.dropdown_con { width: 200px; }
|
|
|
1986 |
|
|
|
1987 |
/* Form (My Account Information) */
|
|
|
1988 |
|
|
|
1989 |
.tbl_form .tnc { margin-top: .5em; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
1990 |
.delivery_label { width: 190px; display: inline-block; *display: inline; *zoom: 1; }
|
|
|
1991 |
|
|
|
1992 |
.address_form,
|
|
|
1993 |
.self_pick_up_form { display: none; }
|
|
|
1994 |
.digi_stores.dropdown_con { width: 200px; margin: 1em 5px; }
|
|
|
1995 |
.self_pick_up_form .tbl_round { width: 465px; display: none; }
|
|
|
1996 |
.self_pick_up_form .tbl_round td { width: 50%; }
|
|
|
1997 |
.get_directions { text-decoration: none; }
|
|
|
1998 |
|
|
|
1999 |
/* Form (Complete) */
|
|
|
2000 |
|
|
|
2001 |
.form_thank_you .left_column { width: 400px; padding-top: 1em; }
|
|
|
2002 |
.form_thank_you .transaction_num_con { width: auto; }
|
|
|
2003 |
|
|
|
2004 |
.form_thank_you .right_column { width: 395px; margin-top: 1em; float: right; }
|
|
|
2005 |
.form_thank_you .right_column .emphasize { font-size: 16px; font-weight: bold; }
|
|
|
2006 |
|
|
|
2007 |
.form_thank_you .share_img { width: 110px; height: 185px; float: left; line-height: 185px; }
|
|
|
2008 |
.form_thank_you .share_img img { max-width: 100%; max-height: 100%; }
|
|
|
2009 |
.form_thank_you .share_content { padding: 15px 0; }
|
|
|
2010 |
.form_thank_you .share_content .share_title { margin-bottom: 1em; font-size: 16px; font-weight: bold; }
|
|
|
2011 |
.form_thank_you .share_content [class*="icon"] { margin-right: 4px; }
|
|
|
2012 |
|
|
|
2013 |
.textarea_address { width: 213px; height: 5em; font-family: Arial, Helvetica, sans-serif; font-size: 13px; resize: none; }
|
|
|
2014 |
|
|
|
2015 |
.input_box { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
|
|
|
2016 |
.char_count { padding: 5px 10px; }
|
|
|
2017 |
|
|
|
2018 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2019 |
Help & Support
|
| 8146 |
amit.gupta |
2020 |
-------------------------------------------------------------------*/
|
|
|
2021 |
|
|
|
2022 |
.help_support.tbl_link_list { width: 460px; }
|
|
|
2023 |
|
|
|
2024 |
/* Feedback Form */
|
|
|
2025 |
|
|
|
2026 |
textarea.textarea_comments { width: 100%; height: 150px; display: block; margin-bottom: .5em; }
|
|
|
2027 |
.contact_num_type.dropdown_con { width: 75px; }
|
|
|
2028 |
.contact_num_prefix.dropdown_con { width: 65px; }
|
|
|
2029 |
.contact_num { vertical-align: middle; }
|
|
|
2030 |
|
|
|
2031 |
|
|
|
2032 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2033 |
International Services pages
|
| 8146 |
amit.gupta |
2034 |
-------------------------------------------------------------------*/
|
|
|
2035 |
|
|
|
2036 |
.country_to_country_con { text-align: center; }
|
|
|
2037 |
.country_to_country_con img { vertical-align: middle; }
|
|
|
2038 |
.country_obj { min-width: 175px; padding: 0 10px; display: inline-block; *display: inline; *zoom: 1; font-weight: bold; }
|
|
|
2039 |
.country_obj img { margin-right: .5em; }
|
|
|
2040 |
|
|
|
2041 |
/* International Direct Dial (IDD) */
|
|
|
2042 |
|
|
|
2043 |
.call_plan_type_label { display: block; margin-bottom: .5em; }
|
|
|
2044 |
.select_call_plan.dropdown_con { width: 170px; margin-bottom: 1em; display: none; font-weight: bold; }
|
|
|
2045 |
.select_call_country.dropdown_con { width: 210px; font-weight: bold; }
|
|
|
2046 |
|
|
|
2047 |
/* Unlimited Internet Roaming */
|
|
|
2048 |
|
|
|
2049 |
.unlimited_internet_roaming.dropdown_con { width: 250px; font-weight: bold; }
|
|
|
2050 |
|
|
|
2051 |
|
|
|
2052 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2053 |
Landing page
|
| 8146 |
amit.gupta |
2054 |
-------------------------------------------------------------------*/
|
|
|
2055 |
|
|
|
2056 |
.landing_middle_con:after, .landing_promo_con:after, .sign_in_panel:after
|
|
|
2057 |
{ content: '.'; width: 0; height: 0; font: 0/0 a; color: transparent; display: block; clear: both; }
|
|
|
2058 |
|
|
|
2059 |
.landing_banner { border: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 15px; }
|
|
|
2060 |
.landing_banner .banner_clicker { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
|
|
|
2061 |
.landing_banner + .content { border-top: 1px solid #bdbdbd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
|
|
|
2062 |
|
|
|
2063 |
/* Sign in panel */
|
|
|
2064 |
|
|
|
2065 |
.landing_quick_panel { width: 200px; padding-bottom: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: absolute; top: 5px; right: 5px; overflow: hidden; }
|
|
|
2066 |
.sign_in_panel { background: #f8f8f8; padding: 10px 10px 15px; font-size: 12px; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
|
|
|
2067 |
.sign_in_panel form { margin-bottom: 10px; }
|
|
|
2068 |
.sign_in_panel .btn_medium { float: right; font-size: 13px; }
|
|
|
2069 |
.sign_in_panel h3 { color: #222; margin: 0px; font-size: 16px; }
|
|
|
2070 |
.sign_in_panel td { padding-bottom: 10px; }
|
|
|
2071 |
.sign_in_panel .arrow_link { margin: 3px 0; }
|
|
|
2072 |
|
|
|
2073 |
.landing_quick_panel .quick_linker { padding: 15px 60px 15px 15px; display: block; background: #fd0 right center no-repeat; color: #21282e; border-radius: 0 0 5px 5px; }
|
|
|
2074 |
|
|
|
2075 |
#keepSignInCon { vertical-align: middle; }
|
|
|
2076 |
|
|
|
2077 |
/* Landing content */
|
|
|
2078 |
|
|
|
2079 |
.landing_featured_phone { width: 100%; height: 220px; position: relative; }
|
|
|
2080 |
.landing_featured_phone .arrow_left, .landing_featured_phone .arrow_right { width: 26px; height: 100%; position: absolute; top: 0; background:url(/cs/site_template/ecommerce/images/general/arrow_select_grey.png) no-repeat left center; cursor: pointer; }
|
|
|
2081 |
.landing_featured_phone .arrow_left { left: -42px; }
|
|
|
2082 |
.landing_featured_phone .arrow_right { background-position: right center; right: -42px; }
|
|
|
2083 |
.landing_phone_holder { width: 100%; height: 100%; float: left; position: relative; overflow: hidden; }
|
|
|
2084 |
.landing_phone_mover { width: 9999px; height: 100%; position: absolute; top: 0; left: 0; }
|
|
|
2085 |
.landing_phone_holder .phone { width: 210px; padding: 5px 0; margin: 0 10px; float: left; font-size: 11px; }
|
|
|
2086 |
.landing_phone_holder .title { margin-left: 10px; font-size: 16px; color: #0091d2; font-weight: bold; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
|
|
|
2087 |
.landing_phone_holder .subtitle { width: 85px; height: 65px; clear: both; }
|
|
|
2088 |
.landing_phone_holder .imager { width: 100px; height: 160px; position: relative; float: left; text-align: center; overflow: hidden; }
|
|
|
2089 |
.landing_phone_holder .imager img { max-width: 100%; max-height: 100%; }
|
|
|
2090 |
.landing_phone_holder .imager .badge { width: 50px; height: 50px; position: absolute; bottom: 30px; right: 0; }
|
|
|
2091 |
.landing_phone_holder .description { width: 105px; height: 140px; padding: 20px 0 0 5px; float: left; }
|
|
|
2092 |
.landing_phone_holder .textValue { color: #fb7a14; font-weight: bold; font-size: 20px; line-height: normal; }
|
|
|
2093 |
|
|
|
2094 |
.landing_middle_con { background:url(/cs/site_template/ecommerce/images/landing/bg_line_shadow.png) no-repeat center top; padding:30px 0px 0px; }
|
|
|
2095 |
.landing_middle_content { width: 200px; margin-right: 33px; float: left; }
|
|
|
2096 |
.landing_middle_content.last_node { margin-right: 0px; }
|
|
|
2097 |
.landing_middle_content .title { color: #0091d2; font-size: 16px; font-weight: bold; }
|
|
|
2098 |
.landing_middle_content .imager { overflow: hidden; height: 93px; width: 200px; border: 1px solid #e8e8e8; margin: 20px 0 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
|
|
|
2099 |
.landing_middle_content a { border-top: 1px dotted #bdbdbd; display: block; font-size: 12px; line-height: 25px; }
|
|
|
2100 |
.landing_middle_content .imager + a { border-top: 0; }
|
|
|
2101 |
|
|
|
2102 |
|
|
|
2103 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2104 |
Login page and Register page
|
| 8146 |
amit.gupta |
2105 |
-------------------------------------------------------------------*/
|
|
|
2106 |
|
|
|
2107 |
.login_extra_info { width: 500px; }
|
|
|
2108 |
.login_extra_info .content_title { font-size: 15px; }
|
|
|
2109 |
|
|
|
2110 |
.tbl_register_confirm td { padding-bottom: 1em; }
|
|
|
2111 |
.thank_you.popup_con { width: 440px; margin-left: -220px; }
|
|
|
2112 |
|
|
|
2113 |
|
|
|
2114 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2115 |
Logout page
|
| 8146 |
amit.gupta |
2116 |
-------------------------------------------------------------------*/
|
|
|
2117 |
|
|
|
2118 |
.logout_additional_content { padding-bottom: 20px; }
|
|
|
2119 |
.logout_additional_content .start_side { float: left; }
|
|
|
2120 |
.logout_additional_content .flip_side { padding-left: 255px; text-align: center; }
|
|
|
2121 |
.logout_additional_content .title_text { font-size: 38px; font-weight: bold; }
|
|
|
2122 |
.logout_additional_content .subtitle_text { font-size: 16px; margin-bottom: 5px; }
|
|
|
2123 |
.logout_additional_content p { width: 70%; margin: 0 auto; }
|
|
|
2124 |
|
|
|
2125 |
|
|
|
2126 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2127 |
My Account page
|
| 8146 |
amit.gupta |
2128 |
-------------------------------------------------------------------*/
|
|
|
2129 |
|
|
|
2130 |
.my_account h1 { margin-bottom: .2em; *zoom: 1; }
|
|
|
2131 |
.my_account .clear_cart { color: #21282e; }
|
|
|
2132 |
|
|
|
2133 |
.tbl_id_info { margin-top: 15px; }
|
|
|
2134 |
.tbl_id_info td { padding-bottom: 5px; }
|
|
|
2135 |
.tbl_id_info td:first-child { font-weight: bold; }
|
|
|
2136 |
|
|
|
2137 |
.link_ocs { width: 355px; }
|
|
|
2138 |
.dropdown_con.ocs_type { width: 190px; margin-bottom: 10px; font-weight: bold; }
|
|
|
2139 |
.field_ocs_num { width: 190px; margin: 0 0 5px; }
|
|
|
2140 |
|
|
|
2141 |
/* Online Customer Service */
|
|
|
2142 |
|
|
|
2143 |
.tbl_ocs_num th,
|
|
|
2144 |
.tbl_ocs_num td { padding: 10px 15px; }
|
|
|
2145 |
.tbl_ocs_num a { text-decoration: none; }
|
|
|
2146 |
.tbl_ocs_num .remove_num { color: #21282e; }
|
|
|
2147 |
|
|
|
2148 |
/* My Purchases */
|
|
|
2149 |
|
|
|
2150 |
.tbl_my_purchases td { border-bottom: 1px solid #bdbdbd; }
|
|
|
2151 |
.tbl_my_purchases .payment_con { text-align: center; }
|
|
|
2152 |
.tbl_my_purchases .success { color: #749a01; }
|
|
|
2153 |
.tbl_my_purchases .tbl_plain { margin-bottom: 2em; }
|
|
|
2154 |
|
|
|
2155 |
.purchased_item_img { width: 60px; height: 120px; float: left; text-align: center; }
|
|
|
2156 |
.purchased_item_img img { max-width: 100%; max-height: 100%; }
|
|
|
2157 |
.purchased_item_details { padding-left: 80px; min-height: 120px; }
|
|
|
2158 |
.purchased_item_details ol { padding: 0; margin: 0 0 0 1.5em; }
|
|
|
2159 |
|
|
|
2160 |
/* Purchase History */
|
|
|
2161 |
|
|
|
2162 |
.tbl_purchase_history th,
|
|
|
2163 |
.tbl_purchase_history td { padding: 10px; }
|
|
|
2164 |
.tbl_purchase_history th { *padding: 0 10px; }
|
|
|
2165 |
.tbl_purchase_history td { border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
|
|
|
2166 |
.tbl_purchase_history td.last { border-left: 0; background: #f5f8fa; }
|
|
|
2167 |
|
|
|
2168 |
/* Account Settings */
|
|
|
2169 |
|
|
|
2170 |
.password_strength_con { width: 83px; height: 8px; border: 1px solid #bdbdbd; margin: 6px 2px 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
|
|
|
2171 |
.password_strength { width: 0; height: 100%; background: url(/cs/site_template/ecommerce/images/my_account/bg_password_strength.gif) repeat-x; }
|
|
|
2172 |
.password_strength.passed { background-position: left -8px; }
|
|
|
2173 |
|
|
|
2174 |
.password_strength_con + .icon_question { margin-top: 4px; vertical-align: middle; }
|
|
|
2175 |
|
|
|
2176 |
.tbl_account_settings_form tr td { padding-bottom: .5em; }
|
|
|
2177 |
.tbl_account_settings_form .label { width: 140px; padding: .5em 1em 0 0; text-align: right; }
|
|
|
2178 |
.tbl_account_settings_form input[type="password"] { width: 140px; }
|
|
|
2179 |
.tbl_account_settings_form input[type="text"] { width: 140px; }
|
|
|
2180 |
.tbl_account_settings_form textarea { width: 250px; }
|
|
|
2181 |
.tbl_account_settings_form input.field_city { width: 220px; }
|
|
|
2182 |
.tbl_account_settings_form input,
|
|
|
2183 |
.tbl_account_settings_form textarea { margin: 0; font: 13px Arial, Helvetica, sans-serif; resize: none; }
|
|
|
2184 |
|
|
|
2185 |
.tbl_grey { border: 0; font-size: 11px; color: #666; }
|
|
|
2186 |
.tbl_grey [class*="dropdown_con"] { font-size: 13px; color: #21282e; }
|
|
|
2187 |
.tbl_grey td { padding: 10px; border-bottom: 1px solid #fff; border-left: 1px solid #fff; }
|
|
|
2188 |
.tbl_grey td:first-child { background: #eff1f1; }
|
|
|
2189 |
.tbl_grey .last { background: #e5e5e5; }
|
|
|
2190 |
.tbl_grey strong { font-size: 13px; color: #21282e; display: block; }
|
|
|
2191 |
|
|
|
2192 |
.security_question.dropdown_con { width: 245px; }
|
|
|
2193 |
.field_security_answer { width: 245px; }
|
|
|
2194 |
.field_alternate_email { width: 190px; }
|
|
|
2195 |
|
|
|
2196 |
.change_address_info { display: none; }
|
|
|
2197 |
|
|
|
2198 |
|
|
|
2199 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2200 |
My Cart Summary page
|
| 8146 |
amit.gupta |
2201 |
-------------------------------------------------------------------*/
|
|
|
2202 |
|
|
|
2203 |
.promo_code { padding: 5px 10px; *padding-right: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; *display: inline; *zoom: 1; background: #21282e; color: #fff; text-align: left; }
|
|
|
2204 |
.promo_code input { width: 185px; height: 15px; margin: -3px 0 0 10px; vertical-align: middle; }
|
|
|
2205 |
.promo_code .icon_question { margin: -3px 10px 0 5px; vertical-align: middle; }
|
|
|
2206 |
|
|
|
2207 |
|
|
|
2208 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2209 |
Plan Details page
|
| 8146 |
amit.gupta |
2210 |
-------------------------------------------------------------------*/
|
|
|
2211 |
|
|
|
2212 |
.plan_details_title { margin-top: .5em; }
|
|
|
2213 |
/* .plan_details_subtitle { width: 350px; } */
|
|
|
2214 |
|
|
|
2215 |
.plan_details_action { margin-bottom: 2em; line-height: 40px; }
|
|
|
2216 |
.plan_details_price { margin-right: 15px; color: #fb7a14; font-size: 30px; font-weight: bold; vertical-align: middle; }
|
|
|
2217 |
|
|
|
2218 |
.tbl_plan_details { width: 510px; }
|
|
|
2219 |
.tbl_plan_details th { *padding-top: 0; *padding-bottom: 0; }
|
|
|
2220 |
.tbl_postpaid_internet { width: 260px; }
|
|
|
2221 |
.tbl_prepaid_internet { width: 400px; }
|
|
|
2222 |
|
|
|
2223 |
.plan_service_popup { width: 530px; }
|
|
|
2224 |
.prepaid_internet_popup { width: 740px; margin-left: -370px; }
|
|
|
2225 |
.prepaid_popup_media { width: 100%; height: 190px; margin-bottom: 1em; line-height: 190px; }
|
|
|
2226 |
.prepaid_popup_media img { vertical-align: middle; }
|
|
|
2227 |
|
|
|
2228 |
|
|
|
2229 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2230 |
Rewards page
|
| 8146 |
amit.gupta |
2231 |
-------------------------------------------------------------------*/
|
|
|
2232 |
|
|
|
2233 |
.rewards_banner { height: 340px; }
|
|
|
2234 |
|
|
|
2235 |
/* .rewards .catalogue_item { height: 221px; } */
|
|
|
2236 |
/* .rewards .item_preview { height: 199px; overflow: hidden; } Catalogue item height - 22px */
|
|
|
2237 |
/* .rewards .item_content { top: 236px; } */
|
|
|
2238 |
|
|
|
2239 |
.rewards_sort_dropdown_con { width: 190px; }
|
|
|
2240 |
.mall_filter.dropdown_con { width: 170px; font-weight: bold; }
|
|
|
2241 |
|
|
|
2242 |
.mall_img { width: 200px; margin-top: .2em; float: left; }
|
|
|
2243 |
.mall_img img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
|
|
|
2244 |
.mall_details { width: 340px; min-height: 120px; padding-left: 230px; *padding-left: 2em; margin-top: .2em; color: #333; } /* Again, float behaviour differs a bit in IE7, so need to reduce padding to compensate */
|
|
|
2245 |
|
|
|
2246 |
|
|
|
2247 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2248 |
Reload page
|
| 8146 |
amit.gupta |
2249 |
-------------------------------------------------------------------*/
|
|
|
2250 |
|
|
|
2251 |
.tbl_reload_form { width: 80%; margin-top: 1em; }
|
|
|
2252 |
.tbl_reload_form label { margin-bottom: .5em; display: block; }
|
|
|
2253 |
.two_columns.payment_methods { width: 420px; }
|
|
|
2254 |
.payment_methods label img { margin-left: .5em; vertical-align: middle; }
|
|
|
2255 |
.tbl_reload_form td { padding-bottom: 1em; }
|
|
|
2256 |
|
|
|
2257 |
.payment_additional_info { display: none; }
|
|
|
2258 |
|
|
|
2259 |
|
|
|
2260 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2261 |
Search page
|
| 8146 |
amit.gupta |
2262 |
-------------------------------------------------------------------*/
|
|
|
2263 |
|
|
|
2264 |
.sub_search_category.dropdown_con { width: 120px; margin-right: 1em; font-weight: bold; }
|
|
|
2265 |
.sub_search_category .dropdown_btn { white-space: normal; overflow: visible; text-overflow: visible; }
|
|
|
2266 |
.sub_search input[type="text"] { font-size: 18px; }
|
|
|
2267 |
|
|
|
2268 |
.search_result { width: 765px; clear: both; margin-bottom: 2em; }
|
|
|
2269 |
.result_thumb { width: 80px; height: 60px; border: 1px solid #e5e5e5; margin: 0 20px 2em 0; float: left; }
|
|
|
2270 |
.result_thumb img { max-width: 100%; max-height: 100%; }
|
|
|
2271 |
.result_details p { padding: 0; }
|
|
|
2272 |
.search_src { color: #008000; }
|
|
|
2273 |
|
|
|
2274 |
|
|
|
2275 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2276 |
Sitemap page
|
| 8146 |
amit.gupta |
2277 |
-------------------------------------------------------------------*/
|
|
|
2278 |
|
|
|
2279 |
.horizontal_divider + h3 { position: relative; }
|
|
|
2280 |
|
|
|
2281 |
.tbl_sitemap { margin-top: 15px; }
|
|
|
2282 |
.tbl_sitemap td { width: 197px; padding: 20px 0 0 40px; }
|
|
|
2283 |
.tbl_sitemap td:first-child { padding-left: 0; }
|
|
|
2284 |
.tbl_sitemap tr:first-child td { padding-top: 0; }
|
|
|
2285 |
.tbl_sitemap h4 { font-weight: bold; }
|
|
|
2286 |
.tbl_sitemap h4 a { text-decoration: none; }
|
|
|
2287 |
.tbl_sitemap .link_list .group_title { margin-top: 10px; }
|
|
|
2288 |
|
|
|
2289 |
|
|
|
2290 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2291 |
Store Locator page
|
| 8146 |
amit.gupta |
2292 |
-------------------------------------------------------------------*/
|
|
|
2293 |
|
|
|
2294 |
.store_state.dropdown_con { width: 135px; }
|
|
|
2295 |
.store_type.dropdown_con { width: 155px; }
|
|
|
2296 |
.store_services_products.dropdown_con { width: 210px; }
|
|
|
2297 |
|
|
|
2298 |
.stores .catalogue_item { height: 185px; }
|
|
|
2299 |
/* .stores .item_toggler { height: 40px; } */
|
|
|
2300 |
.stores .item_preview { height: 163px; } /* Catalogue item height - 22px */
|
|
|
2301 |
.catalogue_item .store_details { padding-top: 1em; margin-bottom: 1em; }
|
|
|
2302 |
.catalogue_item .icon_pin { vertical-align: top; margin: 2px 2px 0 0; }
|
|
|
2303 |
|
|
|
2304 |
/* .stores .item_content { top: 200px; } */
|
|
|
2305 |
.stores .tbl_operating_hours { width: 195px; margin-right: 25px; float: left; }
|
|
|
2306 |
.store_services { width: 215px; margin-left: 10px; float: left; }
|
|
|
2307 |
.store_services_title { margin-bottom: .2em; font-size: 15px; font-weight: bold; }
|
|
|
2308 |
.store_services ul { width: 100%; padding: 0; margin: 0; list-style: none; }
|
|
|
2309 |
.catalogue_item .store_services li { padding-left: 0; border-top: dotted 1px #b9b9b9; position: relative; background: none; color: #666; line-height: 22px; }
|
|
|
2310 |
.store_services li [class^="icon_"] { margin: -2px 4px 0 0; vertical-align: middle; }
|
|
|
2311 |
.store_services li:first-child { border-top: 0; }
|
|
|
2312 |
|
|
|
2313 |
.store_locator .tbl_dark_horizontal { margin-right: 25px; float: left; width: 195px; }
|
|
|
2314 |
|
|
|
2315 |
.store_locator_google_map { width: 700px; margin-left: -350px; }
|
|
|
2316 |
.store_locator_google_map .popup_content { height: 450px; }
|
|
|
2317 |
.store_locator_google_map .infowindow { width: 500px; }
|
|
|
2318 |
|
|
|
2319 |
|
|
|
2320 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2321 |
Whats Hot pages
|
| 8146 |
amit.gupta |
2322 |
-------------------------------------------------------------------*/
|
|
|
2323 |
|
|
|
2324 |
.whatshot .catalogue_item { width: 198px; height: 220px; padding: 10px; border: 1px solid #e5e5e5; }
|
|
|
2325 |
.whatshot .item_title { height: 3em; font-weight: bold; line-height: 1.2em; }
|
|
|
2326 |
.whatshot .item_thumb { width: 200px; height: 100px; margin: 0 0 .25em -1px; }
|
|
|
2327 |
|
|
|
2328 |
.tbl_whatshot_rates { margin: 10px 0 20px; }
|
|
|
2329 |
.whatshot { position: relative; }
|
|
|
2330 |
.whatshot_temp_bg { position: absolute; top: 0; left: 0; z-index: 1; overflow: hidden; }
|
|
|
2331 |
.whatshot_top_img,
|
|
|
2332 |
.whatshot_temp_bg > img,
|
|
|
2333 |
.whatshot_top_img > img { border-radius: 5px 5px 0 0; }
|
|
|
2334 |
.whatshot_temp_content { position: relative; z-index: 2; }
|
|
|
2335 |
|
|
|
2336 |
/*-------------------------------------------------------------------
|
| 8150 |
amit.gupta |
2337 |
Digi Survey Floating
|
| 8146 |
amit.gupta |
2338 |
-------------------------------------------------------------------*/
|
|
|
2339 |
.dsy_close
|
|
|
2340 |
{
|
|
|
2341 |
display:block;
|
|
|
2342 |
background-image:url(/cs/site_template/ecommerce/images/digisurvey/close.png);
|
|
|
2343 |
width:48px;height:48px;
|
|
|
2344 |
background-repeat:no-repeat;
|
|
|
2345 |
text-decoration:none;
|
|
|
2346 |
cursor:pointer;
|
|
|
2347 |
position:absolute;
|
|
|
2348 |
z-index:10
|
|
|
2349 |
}
|
|
|
2350 |
|
|
|
2351 |
.dsy_feedbacktab
|
|
|
2352 |
{
|
|
|
2353 |
display:block;
|
|
|
2354 |
background-image:url(/cs/site_template/ecommerce/images/digisurvey/dso_tabbtn.png);
|
|
|
2355 |
width:60px;
|
|
|
2356 |
height:83px;
|
|
|
2357 |
margin-left: 470px;
|
|
|
2358 |
background-repeat:no-repeat;
|
|
|
2359 |
text-decoration:none;
|
|
|
2360 |
cursor:pointer;
|
|
|
2361 |
position:fixed;
|
|
|
2362 |
top: 235px;
|
|
|
2363 |
left: 50%;
|
|
|
2364 |
font: 0/0 a;
|
|
|
2365 |
z-index:10
|
|
|
2366 |
|
|
|
2367 |
}
|
|
|
2368 |
|
|
|
2369 |
.dsy_feedbacktab.align_to_bottom {
|
|
|
2370 |
position: absolute;
|
|
|
2371 |
top: auto;
|
| 8162 |
amit.gupta |
2372 |
}
|
|
|
2373 |
|
|
|
2374 |
a:hover{
|
|
|
2375 |
color:none;
|
|
|
2376 |
text-decoration:none;
|
| 8146 |
amit.gupta |
2377 |
}
|