Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5572 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
    padding-bottom: 7px;
12
    padding-top: 7px;
13
    text-align: center;
14
    width: 245px;
15
}
16
 
17
#tab-right {
18
    border-left: 1px solid #888888;
19
    float: right;
20
    padding-bottom: 7px;
21
    padding-top: 8px;
22
    text-align: center;
23
    width: 246px;
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
 
92
.address-header-text {
93
	color: #666666;
94
    float: left;
95
    padding-bottom: 1px;
96
    padding-left: 5px;
97
    padding-top: 6px;
98
}
99
 
100
#billing-address-container {
101
    /*max-height: 250px;
102
    overflow-y: auto;*/
103
    width: 492px;
104
    float:left;
105
}
106
 
107
.unselected-tab {
108
    background: none repeat scroll 0 0 #67ABD3;
109
    border-bottom: 1px solid #888888;
110
    color: #EEEEEE;
111
    cursor: pointer;
112
    font-weight: normal;
113
}
114
.unselected-tab:hover {
115
	background:#DBEEFF;
116
	color:#666666;
117
	cursor:pointer;
118
	font-weight:normal;
119
}
120
 
121
.selected-tab {
122
	font-weight:bold;
123
	color:#666666;
124
}
125
 
126
.hidden-div {
127
	display:none;
128
}
129
 
130
#addAddress {
131
	background: none repeat scroll 0 0 #DDDDDD;
132
    border: 1px solid #CCCCCC;
133
    cursor: pointer;
134
    display: inline-block;
135
    font-size: 12px;
136
    font-weight: bold;
137
    margin-bottom: 1px;
138
    margin-right: 2px;
139
    margin-top: 6px;
140
    outline: medium none;
141
    overflow: visible;
142
}