Subversion Repositories SmartDukaan

Rev

Rev 5716 | Rev 5765 | 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;
13
    padding: 5px 25px;
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;
23
}
24
 
25
#hotspot-address-heading {
26
	border-bottom: 1px solid #AAAAAA;
27
    float: left;
28
    width: 100%;
29
    color: #666666;
30
}
31
 
32
 
33
#store-address-container {
34
    border-bottom: 1px solid #AAAAAA;
35
    margin-bottom: 10px;
36
    max-height: 250px;
37
    overflow-y: auto;
38
    width: 492px;
39
    float:left;
40
}
41
 
42
.shipping-page-addresses	{
43
	border-spacing: 0;
44
	border:0;
45
	width:100%;
46
}
47
 
48
/*
49
.shipping-page-addresses thead, #frmShippingAddress thead	{
50
	background-color: #DDDDDD;
51
	height: 26px;
52
}
53
 
54
.shipping-page-addresses thead .label	{
55
	padding: 2px 4px;
56
}
57
*/
58
 
59
.shipping-page-addresses tbody td, #frmShippingAddress td	{
60
	padding: 6px 7px;
61
}
62
 
63
.shipping-page-addresses .default-address	{
64
	background-color: #FFFFCC;
65
	color: #333333;
66
}
67
 
68
.shipping-page-addresses tbody td	{
69
	padding-bottom: 10px;
70
	border-bottom: 1px solid #AAAAAA;
71
}
72
 
73
.shipping-page-addresses .button-address-select, .billing-address-selector-button, .store-address-selector-button	{
74
	cursor: pointer;
75
}
76
 
77
.shipping-page-addresses .delete-address	{
78
	cursor: pointer;
79
}
80
 
81
.address-header {
82
	border-bottom: 1px solid #AAAAAA;
83
    border-top: 1px solid #AAAAAA;
84
	width:100%;
85
}
86
 
87
#shipping-address-header {
88
	border-top: 0;
89
}
90
 
5746 anupam.sin 91
#zone-selector-div {
92
	float: right;
93
	padding-top: 10px;
94
}
95
 
96
#zone-selector {
97
	/*background-color: white;
98
	border: none;*/
99
	color: #666666;
100
	font-weight: bold;
101
}
102
 
5716 anupam.sin 103
.address-header-text {
104
    color: #666666;
105
    float: left;
106
    padding-bottom: 1px;
107
    padding-left: 5px;
108
    padding-top: 11px;
109
}
110
 
111
#billing-address-container {
112
    /*max-height: 250px;
113
    overflow-y: auto;*/
114
    width: 492px;
115
    float:left;
116
}
117
 
118
.unselected-tab {
119
	cursor: pointer;
120
    font-weight: normal;
121
    /*
122
    background: none repeat scroll 0 0 #67ABD3;
123
    border-bottom: 1px solid #888888;
124
    color: #EEEEEE;
125
    cursor: pointer;
126
    font-weight: normal;*/
127
}
128
.unselected-tab:hover {
129
	color:#666666;
130
	cursor:pointer;
131
	font-weight:normal;
132
}
133
 
134
.selected-tab {
135
    background: none repeat scroll 0 0 #FFFFFF;
136
    border-top: 1px solid #AAAAAA;
137
    color: #666666;
138
    font-weight: bold;
139
    border-left: 1px solid #AAAAAA;
140
    border-right: 1px solid #AAAAAA;
141
}
142
 
143
.hidden-div {
144
	display:none;
145
}
146
 
147
#addAddress {
148
	background: none repeat scroll 0 0 #DDDDDD;
149
    border: 1px solid #CCCCCC;
150
    cursor: pointer;
151
    display: inline-block;
152
    font-size: 12px;
153
    font-weight: bold;
154
    margin-bottom: 1px;
155
    margin-right: 2px;
156
    margin-top: 10px;
157
    outline: medium none;
158
    overflow: visible;
159
}
160
 
161
#tab-container {
5746 anupam.sin 162
    background: none repeat scroll 0 0 #F1F1F1;
5716 anupam.sin 163
    border-bottom: 1px solid #AAAAAA;
164
    height: 40px;
165
}