Subversion Repositories SmartDukaan

Rev

Rev 5572 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5572 Rev 5594
Line 6... Line 6...
6
}
6
}
7
 
7
 
8
 
8
 
9
#tab-left {
9
#tab-left {
10
    float: left;
10
    float: left;
-
 
11
    margin-left: 19px;
11
    padding-bottom: 7px;
12
    margin-top: 12px;
12
    padding-top: 7px;
13
    padding: 5px 25px;
13
    text-align: center;
14
    text-align: center;
14
    width: 245px;
-
 
15
}
15
}
16
 
16
 
17
#tab-right {
17
#tab-right {
18
    border-left: 1px solid #888888;
-
 
19
    float: right;
18
    float: right;
-
 
19
    margin-right: 20px;
20
    padding-bottom: 7px;
20
    margin-top: 12px;
21
    padding-top: 8px;
21
    padding: 5px 48px;
22
    text-align: center;
22
    text-align: center;
23
    width: 246px;
-
 
24
}
23
}
25
 
24
 
26
#hotspot-address-heading {
25
#hotspot-address-heading {
27
	border-bottom: 1px solid #AAAAAA;
26
	border-bottom: 1px solid #AAAAAA;
28
    float: left;
27
    float: left;
Line 88... Line 87...
88
#shipping-address-header {
87
#shipping-address-header {
89
	border-top: 0;
88
	border-top: 0;
90
}
89
}
91
 
90
 
92
.address-header-text {
91
.address-header-text {
93
	color: #666666;
92
    color: #666666;
94
    float: left;
93
    float: left;
95
    padding-bottom: 1px;
94
    padding-bottom: 1px;
96
    padding-left: 5px;
95
    padding-left: 5px;
97
    padding-top: 6px;
96
    padding-top: 11px;
98
}
97
}
99
 
98
 
100
#billing-address-container {
99
#billing-address-container {
101
    /*max-height: 250px;
100
    /*max-height: 250px;
102
    overflow-y: auto;*/
101
    overflow-y: auto;*/
103
    width: 492px;
102
    width: 492px;
104
    float:left;
103
    float:left;
105
}
104
}
106
 
105
 
107
.unselected-tab {
106
.unselected-tab {
-
 
107
	cursor: pointer;
-
 
108
    font-weight: normal;
-
 
109
    /*
108
    background: none repeat scroll 0 0 #67ABD3;
110
    background: none repeat scroll 0 0 #67ABD3;
109
    border-bottom: 1px solid #888888;
111
    border-bottom: 1px solid #888888;
110
    color: #EEEEEE;
112
    color: #EEEEEE;
111
    cursor: pointer;
113
    cursor: pointer;
112
    font-weight: normal;
114
    font-weight: normal;*/
113
}
115
}
114
.unselected-tab:hover {
116
.unselected-tab:hover {
115
	background:#DBEEFF;
-
 
116
	color:#666666;
117
	color:#666666;
117
	cursor:pointer;
118
	cursor:pointer;
118
	font-weight:normal;
119
	font-weight:normal;
119
}
120
}
120
 
121
 
121
.selected-tab {
122
.selected-tab {
-
 
123
    background: none repeat scroll 0 0 #FFFFFF;
122
	font-weight:bold;
124
    border-top: 1px solid #AAAAAA;
123
	color:#666666;
125
    color: #666666;
-
 
126
    font-weight: bold;
-
 
127
    border-left: 1px solid #AAAAAA;
-
 
128
    border-right: 1px solid #AAAAAA;
124
}
129
}
125
 
130
 
126
.hidden-div {
131
.hidden-div {
127
	display:none;
132
	display:none;
128
}
133
}
Line 134... Line 139...
134
    display: inline-block;
139
    display: inline-block;
135
    font-size: 12px;
140
    font-size: 12px;
136
    font-weight: bold;
141
    font-weight: bold;
137
    margin-bottom: 1px;
142
    margin-bottom: 1px;
138
    margin-right: 2px;
143
    margin-right: 2px;
139
    margin-top: 6px;
144
    margin-top: 10px;
140
    outline: medium none;
145
    outline: medium none;
141
    overflow: visible;
146
    overflow: visible;
-
 
147
}
-
 
148
 
-
 
149
#tab-container {
-
 
150
    background: none repeat scroll 0 0 #DBEEFF;
-
 
151
    border-bottom: 1px solid #AAAAAA;
-
 
152
    height: 40px;
142
}
153
}
143
154