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