Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
794 rajveer 1
/*____ Login Light box ____*/
2
#loginLightbox{
3
	margin:auto;
4
	padding-bottom:20px; 
5
	width:272px;
6
}
7
#loginLightbox dl{padding:15px 0;}
8
#loginLightbox dt{
9
	clear:both;
10
	float:left;
11
	width:80px;
12
	margin:3px 8px 12px 0;
13
	color:#333333;
14
	text-align:right;
15
	font-weight:normal;
16
	font-size:12px;
17
}
18
#loginLightbox dd{
19
	float:left;
20
	width:160px;
21
	margin-bottom:12px;
22
	text-align:right;
23
}
24
#loginLightbox .textbox{
25
	padding:5px 0;
26
	width:100%;
27
	text-align:left;
28
	font-size:11px;
29
	background:#f8f8f8;
30
	border:1px solid #b5b5b5;
31
}
32
#loginLightbox .bigImgButton,
33
.colorSelLightBoxName .bigImgButton,
34
.colorSelLightBoxColor .bigImgButton{float:right;}
35
 
865 rajveer 36
/*#loginLightbox .button,
794 rajveer 37
.colorSelLightBoxName .button,
38
.colorSelLightBoxColor .button{
39
	cursor:pointer;
40
	margin-top:5px;
41
	font-size:14px;
42
	font-weight:bold;
43
	border:none;
44
	background:none;
865 rajveer 45
}*/
794 rajveer 46
 
47
/*____ Color Selector Light box ____*/
48
.colorSelLightBoxName,
49
.colorSelLightBoxColor{
50
	width:300px;
51
	padding:10px;
52
}
53
.colorSelLightBoxName h1,
54
.colorSelLightBoxColor h1{
55
	font-size:14px;
56
	color:#333;
57
	margin-bottom:5px;
58
	padding-bottom:5px;
59
	border-bottom:1px solid #e0e0e0;
60
}
61
 
62
.colorSelLightBoxName h2,
63
.colorSelLightBoxColor h2{
64
	color:#666;
65
	font-size:12px;
66
	font-weight:normal;
67
	font-style:italic;
68
}
69
 
70
.colorSelLightBoxName .content,
71
.colorSelLightBoxColor .content{
72
	margin:20px 0 15px 0;
73
	padding-bottom:10px;
74
	border-bottom:1px solid #e0e0e0;	
75
}
76
.colorSelLightBoxName .content label,
77
.colorSelLightBoxColor .content label{
78
	display:block;
79
	float:left;
2753 varun.gupt 80
	min-width: 100px;
81
	max-width: 140px;
794 rajveer 82
	margin-bottom:10px;
83
	font-size:11px;
84
	color:#333;
85
}
86
.colorSelLightBoxName .content label input,
87
.colorSelLightBoxColor .content label input,
88
.colorSelLightBoxName .content label span,
89
.colorSelLightBoxColor .content label span{float:left;}
90
 
91
.colorSelLightBoxName .content label img,
92
.colorSelLightBoxColor .content label img{
93
	margin:0 0 10px 5px;
950 rajveer 94
	-moz-box-shadow: 3px 3px 5px #cccccc;
95
	-webkit-box-shadow: 3px 3px 5px #cccccc;
96
	box-shadow: 3px 3px 5px #cccccc;
794 rajveer 97
	/* For IE 8 */
98
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
99
	/* For IE 5.5 - 7 */
100
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
101
	border:1px solid #f2f2f2;
102
}
103
 
104
.colorSelLightBoxName .content label span,
865 rajveer 105
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}
2159 chandransh 106
 
107
/*Payment Method selection lightbox*/
108
.payModeLightBoxName .bigImgButton,
109
.payModeLightBoxColor .bigImgButton{float:right;}
110
 
111
/*#loginLightbox .button,
112
.payModeLightBoxName .button,
113
.payModeLightBoxColor .button{
114
	cursor:pointer;
115
	margin-top:5px;
116
	font-size:14px;
117
	font-weight:bold;
118
	border:none;
119
	background:none;
120
}*/
121
 
122
/*____ Color Selector Light box ____*/
123
.payModeLightBoxName,
124
.payModeLightBoxColor{
125
	width:450px;
126
	padding:10px;
127
}
128
.payModeLightBoxName h1,
129
.payModeLightBoxColor h1{
130
	font-size:14px;
131
	color:#333;
132
	margin-bottom:5px;
133
	padding-bottom:5px;
134
	border-bottom:1px solid #e0e0e0;
135
}
136
 
137
.payModeLightBoxName h2,
138
.payModeLightBoxColor h2{
139
	color:#666;
140
	font-size:12px;
141
	font-weight:normal;
142
	font-style:italic;
143
}
144
 
145
.payModeLightBoxName .content,
146
.payModeLightBoxColor .content{
147
	margin:20px 0 15px 0;
148
	padding-bottom:10px;
149
	border-bottom:1px solid #e0e0e0;	
150
}
151
.payModeLightBoxName .content label,
152
.payModeLightBoxColor .content label{
153
	display:block;
154
	float:left;
155
	width:100px;
156
	margin-bottom:10px;
157
	font-size:11px;
158
	color:#333;
159
}
160
.payModeLightBoxName .content label input,
161
.payModeLightBoxColor .content label input,
162
.payModeLightBoxName .content label span,
163
.payModeLightBoxColor .content label span{float:left;}
164
 
165
.payModeLightBoxName .content label img,
166
.payModeLightBoxColor .content label img{
167
	margin:0 0 10px 5px;
168
	-moz-box-shadow: 3px 3px 5px #cccccc;
169
	-webkit-box-shadow: 3px 3px 5px #cccccc;
170
	box-shadow: 3px 3px 5px #cccccc;
171
	/* For IE 8 */
172
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
173
	/* For IE 5.5 - 7 */
174
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
175
	border:1px solid #f2f2f2;
176
}
177
 
178
.payModeLightBoxName .content label span,
179
.payModeLightBoxColor .content label span{margin:-3px 0 0 5px;}