Subversion Repositories SmartDukaan

Rev

Rev 5794 | Rev 6252 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5716 anupam.sin 1
#main-right-container {
2
	margin-top:32px;
3
	float:right;
4
	width:492px;
5
	border: 1px solid #AAAAAA;
6
}
7
 
8
 
9
#tab-left {
10
    float: left;
11
    margin-left: 19px;
12
    margin-top: 12px;
5794 anupam.sin 13
    padding: 5px 19px;
5716 anupam.sin 14
    text-align: center;
15
}
16
 
17
#tab-right {
18
    float: right;
19
    margin-right: 20px;
20
    margin-top: 12px;
21
    padding: 5px 48px;
22
    text-align: center;
5765 anupam.sin 23
    position: relative;
5716 anupam.sin 24
}
25
 
26
#hotspot-address-heading {
27
	border-bottom: 1px solid #AAAAAA;
28
    float: left;
29
    width: 100%;
30
    color: #666666;
31
}
32
 
33
 
34
#store-address-container {
35
    border-bottom: 1px solid #AAAAAA;
36
    margin-bottom: 10px;
37
    max-height: 250px;
38
    overflow-y: auto;
39
    width: 492px;
40
    float:left;
41
}
42
 
43
.shipping-page-addresses	{
44
	border-spacing: 0;
45
	border:0;
46
	width:100%;
47
}
48
 
49
/*
50
.shipping-page-addresses thead, #frmShippingAddress thead	{
51
	background-color: #DDDDDD;
52
	height: 26px;
53
}
54
 
55
.shipping-page-addresses thead .label	{
56
	padding: 2px 4px;
57
}
58
*/
59
 
60
.shipping-page-addresses tbody td, #frmShippingAddress td	{
61
	padding: 6px 7px;
62
}
63
 
64
.shipping-page-addresses .default-address	{
65
	background-color: #FFFFCC;
66
	color: #333333;
67
}
68
 
69
.shipping-page-addresses tbody td	{
70
	padding-bottom: 10px;
71
	border-bottom: 1px solid #AAAAAA;
72
}
73
 
74
.shipping-page-addresses .button-address-select, .billing-address-selector-button, .store-address-selector-button	{
75
	cursor: pointer;
76
}
77
 
78
.shipping-page-addresses .delete-address	{
79
	cursor: pointer;
80
}
81
 
82
.address-header {
83
	border-bottom: 1px solid #AAAAAA;
84
    border-top: 1px solid #AAAAAA;
85
	width:100%;
86
}
87
 
88
#shipping-address-header {
89
	border-top: 0;
90
}
91
 
5746 anupam.sin 92
#zone-selector-div {
93
	float: right;
94
	padding-top: 10px;
95
}
96
 
97
#zone-selector {
98
	/*background-color: white;
99
	border: none;*/
100
	color: #666666;
101
	font-weight: bold;
102
}
103
 
5716 anupam.sin 104
.address-header-text {
105
    color: #666666;
106
    float: left;
107
    padding-bottom: 1px;
108
    padding-left: 5px;
109
    padding-top: 11px;
110
}
111
 
112
#billing-address-container {
113
    /*max-height: 250px;
114
    overflow-y: auto;*/
115
    width: 492px;
116
    float:left;
117
}
118
 
119
.unselected-tab {
120
	cursor: pointer;
121
    font-weight: normal;
122
    /*
123
    background: none repeat scroll 0 0 #67ABD3;
124
    border-bottom: 1px solid #888888;
125
    color: #EEEEEE;
126
    cursor: pointer;
127
    font-weight: normal;*/
128
}
129
.unselected-tab:hover {
130
	color:#666666;
131
	cursor:pointer;
132
	font-weight:normal;
133
}
134
 
135
.selected-tab {
136
    background: none repeat scroll 0 0 #FFFFFF;
137
    border-top: 1px solid #AAAAAA;
138
    color: #666666;
139
    font-weight: bold;
140
    border-left: 1px solid #AAAAAA;
141
    border-right: 1px solid #AAAAAA;
142
}
143
 
144
.hidden-div {
145
	display:none;
146
}
147
 
148
#addAddress {
149
	background: none repeat scroll 0 0 #DDDDDD;
150
    border: 1px solid #CCCCCC;
151
    cursor: pointer;
152
    display: inline-block;
153
    font-size: 12px;
154
    font-weight: bold;
155
    margin-bottom: 1px;
156
    margin-right: 2px;
157
    margin-top: 10px;
158
    outline: medium none;
159
    overflow: visible;
160
}
161
 
162
#tab-container {
5746 anupam.sin 163
    background: none repeat scroll 0 0 #F1F1F1;
5716 anupam.sin 164
    border-bottom: 1px solid #AAAAAA;
165
    height: 40px;
5765 anupam.sin 166
}
167
 
168
#pickup-tab-new-icon-container {
169
	position: absolute;
170
	width: 37px;
171
	height: 27px;
172
	background: url('/images/new_red.png');
173
	top: -20px;
174
	left: 160px;
175
}
176
 
177
#pay-at-store-new-icon {
178
	position: absolute;
179
	height: 27px;
180
	width: 37px;
181
	background: url('/images/new_red.png');
182
	left: 125px;
183
	top: -3px;
5920 anupam.sin 184
}
185
 
186
.invisibleDiv {
187
	visibility:hidden;
5716 anupam.sin 188
}