| Line 1... |
Line 1... |
| 1 |
/*___ Registration ___*/
|
1 |
/*___ Registration ___*/
|
| 2 |
#registration{
|
2 |
#registration{
|
| 3 |
/*margin:4px 0; */
|
3 |
margin:0px 0 4px 0;
|
| 4 |
margin:0px 0 4px 0;} /* css for ebizon */
|
- |
|
| - |
|
4 |
}
|
| 5 |
#registration .top{background: #fff;}
|
5 |
#registration .top{background: #fff;}
|
| 6 |
#registration .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
|
6 |
#registration .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
|
| 7 |
#registration .top .right{
|
7 |
#registration .top .right{
|
| 8 |
background: url(../images/product-detail-top-right.jpg) no-repeat top right;
|
8 |
background: url(../images/product-detail-top-right.jpg) no-repeat top right;
|
| 9 |
line-height:5px;
|
9 |
line-height:5px;
|
| Line 20... |
Line 20... |
| 20 |
#registration .register-blocks h2{ color: #121212; font-size: 14px; margin-bottom: 15px; }
|
20 |
#registration .register-blocks h2{ color: #121212; font-size: 14px; margin-bottom: 15px; }
|
| 21 |
#registration .register-blocks h2 span{ color: #666666; font-size: 11px; font-weight: normal;}
|
21 |
#registration .register-blocks h2 span{ color: #666666; font-size: 11px; font-weight: normal;}
|
| 22 |
|
22 |
|
| 23 |
#registration .register-row{ padding-bottom: 8px; }
|
23 |
#registration .register-row{ padding-bottom: 8px; }
|
| 24 |
#registration .register-row10{ padding-bottom: 10px; }
|
24 |
#registration .register-row10{ padding-bottom: 10px; }
|
| 25 |
/** Ebizon changes **/
|
- |
|
| 26 |
/*#registration .register-row label{ float: left; text-align: right; width: 160px; }*/
|
- |
|
| 27 |
|
25 |
|
| 28 |
#registration .register-row label {
|
26 |
#registration .register-row label {
|
| 29 |
float: left;
|
27 |
float: left;
|
| 30 |
margin-right: 10px;
|
28 |
margin-right: 10px;
|
| 31 |
text-align: right;
|
29 |
text-align: right;
|
| Line 33... |
Line 31... |
| 33 |
}
|
31 |
}
|
| 34 |
#registration .register-row label sup{ color: #d72c2f; font-size: 12px; vertical-align: baseline; font-weight: bold; }
|
32 |
#registration .register-row label sup{ color: #d72c2f; font-size: 12px; vertical-align: baseline; font-weight: bold; }
|
| 35 |
#registration .register-row label span{ color: #333;}
|
33 |
#registration .register-row label span{ color: #333;}
|
| 36 |
#registration .register-row .instruction-text{ color: #666; font-size: 11px; width: 347px; float: left; line-height: 15px; }
|
34 |
#registration .register-row .instruction-text{ color: #666; font-size: 11px; width: 347px; float: left; line-height: 15px; }
|
| 37 |
#registration .register-row .instruction-text a{ color: #0066cc; }
|
35 |
#registration .register-row .instruction-text a{ color: #0066cc; }
|
| 38 |
#registration .register-row .captcha{ border: #cccccc 1px solid; text-align: center; padding: 4px 0; float: left; /*margin:0 11px 0 9px;*/
|
36 |
#registration .register-row .captcha{ border: #cccccc 1px solid; text-align: center; padding: 4px 0; float: left; margin: 0 10px 0 0; }
|
| 39 |
margin: 0 10px 0 0; /*** Ebizon changes ***/ }
|
- |
|
| 40 |
#registration .captcha-instruction-text{ color: #333; }
|
37 |
#registration .captcha-instruction-text{ color: #333; }
|
| 41 |
|
38 |
|
| 42 |
#registration .imgTextBox {
|
39 |
#registration .imgTextBox {
|
| 43 |
float:left;
|
40 |
float:left;
|
| 44 |
width:225px;
|
41 |
width:225px;
|
| 45 |
/*margin:0 11px 0 9px;*/
|
42 |
margin: 0 10px 0 0;
|
| 46 |
margin: 0 10px 0 0; /*** Ebizon changes ***/
|
- |
|
| 47 |
}
|
43 |
}
|
| 48 |
/**
|
- |
|
| 49 |
#registration .imgTextBox .left{background:url(../images/textbox-left.jpg) no-repeat;}
|
- |
|
| 50 |
#registration .imgTextBox .right{background:url(../images/textbox-right.jpg) no-repeat top right;}
|
- |
|
| 51 |
#registration .imgTextBox .center{
|
- |
|
| 52 |
margin:0 5px;
|
- |
|
| 53 |
padding:0;
|
- |
|
| 54 |
background:url(../images/textbox-hor-bar.jpg) repeat-x;
|
- |
|
| 55 |
}
|
44 |
|
| 56 |
#registration .imgTextBox .textbox{
|
- |
|
| 57 |
width:210px;
|
- |
|
| 58 |
height:20px;
|
- |
|
| 59 |
font-size:11px;
|
- |
|
| 60 |
padding: 5px 0 0 0;
|
- |
|
| 61 |
color:#666666;
|
- |
|
| 62 |
border: 0;
|
- |
|
| 63 |
background:none;
|
- |
|
| 64 |
} **/
|
- |
|
| 65 |
/*#registration .button{
|
- |
|
| 66 |
cursor:pointer;
|
- |
|
| 67 |
width:80px;
|
- |
|
| 68 |
padding:4px 0 2px 0;
|
- |
|
| 69 |
font-weight:bold;
|
- |
|
| 70 |
background:none;
|
- |
|
| 71 |
border:none;
|
- |
|
| 72 |
}*/
|
- |
|
| 73 |
#registration .imgTextBox .textbox-pincode{ color: #000; font-size: 14px; }
|
45 |
#registration .imgTextBox .textbox-pincode{ color: #000; font-size: 14px; }
|
| 74 |
#registration .sex-options{ float: left; width: 70px; margin-left: 9px; }
|
46 |
#registration .sex-options{ float: left; width: 70px; margin-left: 9px; }
|
| 75 |
#registration .newsletter{ float: left; width: 400px; margin: 3px 0 0 9px; color: #333; }
|
47 |
#registration .newsletter{ float: left; width: 400px; margin: 3px 0 0 9px; color: #333; }
|
| 76 |
#registration .newsletter a{ color: #0066cc; }
|
48 |
#registration .newsletter a{ color: #0066cc; }
|
| 77 |
#registration select{ color: #333333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px 1px 1px 1px; height: 22px;
|
49 |
#registration select{ color: #333333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px 1px 1px 1px; height: 22px;
|
| 78 |
float: left; margin: 0 0 0 0px;/* by ebizon left-margin:0 ; */ }
|
50 |
float: left; margin: 0 0 0 0px; }
|
| 79 |
|
- |
|
| 80 |
/*
|
- |
|
| 81 |
#registration .select_day{ background: url(../images/yearanddate.png) no-repeat; width: 72px;}
|
- |
|
| 82 |
#registration .select_month{ background: url(../images/month.png) no-repeat; width: 90px;}
|
- |
|
| 83 |
#registration .select_year{ background: url(../images/yearanddate.png) no-repeat; width: 72px; margin-right: 11px;}
|
- |
|
| 84 |
#registration .select_state{ background: url(../images/c.png) no-repeat; width: 132px; }
|
- |
|
| 85 |
*/
|
- |
|
| 86 |
|
- |
|
| 87 |
|
51 |
|
| 88 |
#registration .bottom{background: #fff;}
|
52 |
#registration .bottom{background: #fff;}
|
| 89 |
#registration .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
|
53 |
#registration .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
|
| 90 |
#registration .bottom .right{
|
54 |
#registration .bottom .right{
|
| 91 |
background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
|
55 |
background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
|
| Line 94... |
Line 58... |
| 94 |
|
58 |
|
| 95 |
|
59 |
|
| 96 |
/*___ Add Shipping Detail ___*/
|
60 |
/*___ Add Shipping Detail ___*/
|
| 97 |
|
61 |
|
| 98 |
#registration .padding-top17{ padding-top: 17px; }
|
62 |
#registration .padding-top17{ padding-top: 17px; }
|
| 99 |
#registration .mid-inner{ width: 925px; margin: 0 auto; /*min-height:1000px;*/ padding-bottom:21px;}
|
63 |
#registration .mid-inner{ width: 925px; margin: 0 auto; padding-bottom:21px;}
|
| 100 |
#registration .mid-inner h2{ background: #daf0f8; color: #141414; font-size: 14px; padding: 5px 0 5px 16px; }
|
64 |
#registration .mid-inner h2{ background: #daf0f8; color: #141414; font-size: 14px; padding: 5px 0 5px 16px; }
|
| 101 |
#registration .mid-innerHeading{ background: #daf0f8; color: #141414; font-size: 14px; padding: 5px 0 5px 16px; }
|
65 |
#registration .mid-innerHeading{ background: #daf0f8; color: #141414; font-size: 14px; padding: 5px 0 5px 16px; }
|
| 102 |
|
66 |
|
| 103 |
#midtop-leftNav{ padding: 18px 0 17px 15px; }
|
67 |
#midtop-leftNav{ padding: 18px 0 17px 15px; }
|
| 104 |
#midtop-leftNav li{ font-size: 18px; display: inline; list-style: none; padding-right: 15px; color: #999999; }
|
68 |
#midtop-leftNav li{ font-size: 18px; display: inline; list-style: none; padding-right: 15px; color: #999999; }
|
| Line 115... |
Line 79... |
| 115 |
#midtop-leftNav li a.current span.shipping{ background: url("../images/nav-img/num-sprite.png") no-repeat scroll 0px -52px transparent; }
|
79 |
#midtop-leftNav li a.current span.shipping{ background: url("../images/nav-img/num-sprite.png") no-repeat scroll 0px -52px transparent; }
|
| 116 |
|
80 |
|
| 117 |
#midtop-leftNav li a span.payment{ background: url("../images/nav-img/num-sprite.png") no-repeat scroll 0px -130px transparent; }
|
81 |
#midtop-leftNav li a span.payment{ background: url("../images/nav-img/num-sprite.png") no-repeat scroll 0px -130px transparent; }
|
| 118 |
#midtop-leftNav li a.current span.payment{ background: url("../images/nav-img/num-sprite.png") no-repeat scroll 0px -104px transparent; }
|
82 |
#midtop-leftNav li a.current span.payment{ background: url("../images/nav-img/num-sprite.png") no-repeat scroll 0px -104px transparent; }
|
| 119 |
|
83 |
|
| 120 |
/* block 1 */
|
- |
|
| 121 |
#registration .shipping-block1-L{ width: 314px; float: left; }
|
84 |
#registration .shipping-block1-L{ width: 314px; float: left; }
|
| 122 |
#registration .ship-address-block{ border: #ccc 1px solid; }
|
85 |
#registration .ship-address-block{ border: #ccc 1px solid; }
|
| 123 |
/*#registration .ship-address-block .ship-address-inner{
|
- |
|
| 124 |
line-height: 16px; color: #333333;
|
- |
|
| 125 |
position:relative;
|
- |
|
| 126 |
height:auto !important;
|
- |
|
| 127 |
padding:4px 10px 50px 15px;
|
- |
|
| 128 |
}*/
|
- |
|
| 129 |
#registration .ship-address-block .ship-address-inner{ padding: 4px 10px 8px 15px; line-height: 16px; color: #333333; }
|
86 |
#registration .ship-address-block .ship-address-inner{ padding: 4px 10px 8px 15px; line-height: 16px; color: #333333; }
|
| 130 |
#registration .ship-address-bttn{
|
87 |
#registration .ship-address-bttn{
|
| 131 |
float: right;
|
88 |
float: right;
|
| 132 |
}
|
89 |
}
|
| 133 |
/*#registration .ship-address-block .button{
|
- |
|
| 134 |
cursor:pointer;
|
- |
|
| 135 |
width:170px !important;
|
- |
|
| 136 |
padding:4px 0 2px 0;
|
- |
|
| 137 |
font-weight:bold;
|
- |
|
| 138 |
background:none;
|
- |
|
| 139 |
border:none;
|
- |
|
| 140 |
}*/
|
90 |
|
| 141 |
#registration .ship-address-bttn .button1{ width: 52px!important; }
|
91 |
#registration .ship-address-bttn .button1{ width: 52px!important; }
|
| 142 |
#registration .shipping-block1-R{ width: 590px; float: right; }
|
92 |
#registration .shipping-block1-R{ width: 590px; float: right; }
|
| 143 |
#registration .estimate-table{ border: #ccc 1px solid; border-bottom: 0; border-right: 0; }
|
93 |
#registration .estimate-table{ border: #ccc 1px solid; border-bottom: 0; border-right: 0; }
|
| 144 |
#registration .estimate-table th { text-align: left; background: #daf0f8; color: #333333; }
|
94 |
#registration .estimate-table th { text-align: left; background: #daf0f8; color: #333333; }
|
| 145 |
#registration .estimate-table th.last{ border-right: #ccc 1px solid; }
|
95 |
#registration .estimate-table th.last{ border-right: #ccc 1px solid; }
|
| 146 |
#registration .estimate-table th, #registration .estimate-table td{ padding: 5px 0 5px 10px; border-bottom: #ccc 1px solid; }
|
96 |
#registration .estimate-table th, #registration .estimate-table td{ padding: 5px 0 5px 10px; border-bottom: #ccc 1px solid; }
|
| 147 |
#registration .estimate-table td{ border-right: #ccc 1px solid; color: #000; vertical-align:top;} /*for verticaltop */
|
97 |
#registration .estimate-table td{ border-right: #ccc 1px solid; color: #000; vertical-align:top;}
|
| 148 |
#registration .estimate-table .quantity{ padding: 5px 0 5px 10px; }
|
98 |
#registration .estimate-table .quantity{ padding: 5px 0 5px 10px; }
|
| 149 |
#registration .estimate-table .total-amount{ font-size: 14px; padding: 7px 5px 7px 0; color: #333333;}
|
99 |
#registration .estimate-table .total-amount{ font-size: 14px; padding: 7px 5px 7px 0; color: #333333;}
|
| 150 |
#registration .estimate-table .discounted-amount{ font-size: 18px; font-weight: bold; padding: 7px 5px 7px 0; color: #333333;}
|
100 |
#registration .estimate-table .discounted-amount{ font-size: 18px; font-weight: bold; padding: 7px 5px 7px 0; color: #333333;}
|
| 151 |
#registration .estimate-table .total-amount img{ margin: 0 25px 0 0;}
|
101 |
#registration .estimate-table .total-amount img{ margin: 0 25px 0 0;}
|
| 152 |
#registration .estimate-table .phone-content div{ border: #ccc 1px solid; text-align: center; float: left; margin-right: 15px; }
|
102 |
#registration .estimate-table .phone-content div{ border: #ccc 1px solid; text-align: center; float: left; margin-right: 15px; }
|
| 153 |
/*#registration .estimate-table .phone-content span { color: #0066cc; }*/
|
- |
|
| - |
|
103 |
|
| 154 |
#registration .estimate-table .shipTo .textbox{
|
104 |
#registration .estimate-table .shipTo .textbox{
|
| 155 |
width:60px!important;
|
105 |
width:60px!important;
|
| 156 |
color: #333333!important;
|
106 |
color: #333333!important;
|
| 157 |
font-size: 12px!important;
|
107 |
font-size: 12px!important;
|
| 158 |
|
108 |
|
| Line 171... |
Line 121... |
| 171 |
padding-right:13px;
|
121 |
padding-right:13px;
|
| 172 |
background: url("../images/nav-img/num-sprite.png") no-repeat scroll 118px -158px transparent;
|
122 |
background: url("../images/nav-img/num-sprite.png") no-repeat scroll 118px -158px transparent;
|
| 173 |
}
|
123 |
}
|
| 174 |
#registration .proceed-bttn{
|
124 |
#registration .proceed-bttn{
|
| 175 |
float: right;
|
125 |
float: right;
|
| 176 |
margin-top: 10px; /* by ebizon */
|
126 |
margin-top: 10px;
|
| 177 |
color: #333;
|
127 |
color: #333;
|
| 178 |
}
|
128 |
}
|
| 179 |
|
129 |
|
| 180 |
|
- |
|
| 181 |
|
- |
|
| 182 |
/* block 2 */
|
- |
|
| 183 |
#registration .shipping-block2-R{ width: 424px; float: right; }
|
130 |
#registration .shipping-block2-R{ width: 424px; float: right; }
|
| 184 |
#registration .ship-address-form{ padding: 13px 10px 8px 10px; color: #333333; }
|
131 |
#registration .ship-address-form{ padding: 13px 10px 8px 10px; color: #333333; }
|
| 185 |
#registration .ship-address-form label{ width: 150px !important; }
|
132 |
#registration .ship-address-form label{ width: 150px !important; }
|
| 186 |
#registration .shipping-block2-L{ width: 483px; float: left; margin-right:15px; border:1px solid #ccc; }
|
133 |
#registration .shipping-block2-L{ width: 483px; float: left; margin-right:15px; border:1px solid #ccc; }
|
| 187 |
|
134 |
|
| 188 |
|
- |
|
| 189 |
|
- |
|
| 190 |
#registration .cart-checkout{
|
135 |
#registration .cart-checkout{
|
| 191 |
float: right;
|
136 |
float: right;
|
| 192 |
margin-bottom: 7px;
|
137 |
margin-bottom: 7px;
|
| 193 |
}
|
138 |
}
|
| 194 |
/*#registration .cart-checkout .button{
|
- |
|
| 195 |
cursor:pointer;
|
- |
|
| 196 |
display:block;
|
- |
|
| 197 |
width:102px !important;
|
- |
|
| 198 |
padding:4px 0 5px 0 !important;
|
- |
|
| 199 |
font-weight:bold;
|
- |
|
| 200 |
background:none;
|
- |
|
| 201 |
font-size: 16px;
|
- |
|
| 202 |
background: url(../images/nav-img/arrow.png) no-repeat right!important;
|
- |
|
| 203 |
}
|
139 |
|
| 204 |
*/
|
- |
|
| 205 |
#registration .cart-checkout .button {
|
140 |
#registration .cart-checkout .button {
|
| 206 |
background:transparent url(../images/spriteme1.png) no-repeat scroll 78px -1106px;
|
141 |
background:transparent url(../images/spriteme1.png) no-repeat scroll 78px -1106px;
|
| 207 |
cursor: pointer;
|
142 |
cursor: pointer;
|
| 208 |
display: block;
|
143 |
display: block;
|
| 209 |
float: left;
|
144 |
float: left;
|
| 210 |
/*font-size: 14px;
|
- |
|
| 211 |
font-weight: bold;*/
|
- |
|
| 212 |
padding: 0 12px 0 0;
|
145 |
padding: 0 12px 0 0;
|
| 213 |
width: 94px !important;
|
146 |
width: 94px !important;
|
| 214 |
}
|
147 |
}
|
| 215 |
|
148 |
|
| 216 |
#emptyCart{
|
149 |
#emptyCart{
|
| Line 246... |
Line 179... |
| 246 |
text-align: center;
|
179 |
text-align: center;
|
| 247 |
width: 49px;
|
180 |
width: 49px;
|
| 248 |
float:left;
|
181 |
float:left;
|
| 249 |
}
|
182 |
}
|
| 250 |
.quantity-inner-content {
|
183 |
.quantity-inner-content {
|
| 251 |
/* ebizon */
|
- |
|
| 252 |
text-align: left;
|
184 |
text-align: left;
|
| 253 |
float:left;
|
185 |
float:left;
|
| 254 |
width: 120px;
|
186 |
width: 120px;
|
| 255 |
min-height:65px;
|
187 |
min-height:65px;
|
| 256 |
position:relative;
|
188 |
position:relative;
|
| 257 |
}
|
189 |
}
|
| 258 |
#cart-item-quantity {
|
190 |
#cart-item-quantity {
|
| 259 |
width:38px;
|
191 |
width:38px;
|
| 260 |
text-align: center;
|
192 |
text-align: center;
|
| 261 |
}
|
193 |
}
|
| 262 |
/*#zipcode {
|
- |
|
| 263 |
padding-top:3px;
|
- |
|
| 264 |
}*/
|
- |
|
| 265 |
|
194 |
|
| 266 |
#registration .shipping-block2-L .shipping-details-scroller{
|
195 |
#registration .shipping-block2-L .shipping-details-scroller{
|
| 267 |
position:relative;
|
196 |
position:relative;
|
| 268 |
height:355px;
|
197 |
height:355px;
|
| 269 |
overflow-y: auto;
|
198 |
overflow-y: auto;
|
| Line 281... |
Line 210... |
| 281 |
bottom:13px;
|
210 |
bottom:13px;
|
| 282 |
position:absolute;
|
211 |
position:absolute;
|
| 283 |
right:8px;
|
212 |
right:8px;
|
| 284 |
}
|
213 |
}
|
| 285 |
|
214 |
|
| 286 |
/*** Comment by Ebizon ****/
|
- |
|
| 287 |
|
- |
|
| 288 |
.cart-checkout .yellow-image {
|
215 |
.cart-checkout .yellow-image {
|
| 289 |
padding: 0 5px 8px 0;
|
216 |
padding: 0 5px 8px 0;
|
| 290 |
/* *padding: 0 5px 7px 0; */
|
- |
|
| 291 |
}
|
217 |
}
|
| 292 |
|
218 |
|
| 293 |
#registration .shipping-block1-R .button{
|
219 |
#registration .shipping-block1-R .button{
|
| 294 |
width:135px;
|
220 |
width:135px;
|
| 295 |
}
|
221 |
}
|