Subversion Repositories SmartDukaan

Rev

Rev 1035 | Rev 2753 | 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;
80
	width:100px;
81
	margin-bottom:10px;
82
	font-size:11px;
83
	color:#333;
84
}
85
.colorSelLightBoxName .content label input,
86
.colorSelLightBoxColor .content label input,
87
.colorSelLightBoxName .content label span,
88
.colorSelLightBoxColor .content label span{float:left;}
89
 
90
.colorSelLightBoxName .content label img,
91
.colorSelLightBoxColor .content label img{
92
	margin:0 0 10px 5px;
950 rajveer 93
	-moz-box-shadow: 3px 3px 5px #cccccc;
94
	-webkit-box-shadow: 3px 3px 5px #cccccc;
95
	box-shadow: 3px 3px 5px #cccccc;
794 rajveer 96
	/* For IE 8 */
97
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
98
	/* For IE 5.5 - 7 */
99
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
100
	border:1px solid #f2f2f2;
101
}
102
 
103
.colorSelLightBoxName .content label span,
865 rajveer 104
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}
2159 chandransh 105
 
106
/*Payment Method selection lightbox*/
107
.payModeLightBoxName .bigImgButton,
108
.payModeLightBoxColor .bigImgButton{float:right;}
109
 
110
/*#loginLightbox .button,
111
.payModeLightBoxName .button,
112
.payModeLightBoxColor .button{
113
	cursor:pointer;
114
	margin-top:5px;
115
	font-size:14px;
116
	font-weight:bold;
117
	border:none;
118
	background:none;
119
}*/
120
 
121
/*____ Color Selector Light box ____*/
122
.payModeLightBoxName,
123
.payModeLightBoxColor{
124
	width:450px;
125
	padding:10px;
126
}
127
.payModeLightBoxName h1,
128
.payModeLightBoxColor h1{
129
	font-size:14px;
130
	color:#333;
131
	margin-bottom:5px;
132
	padding-bottom:5px;
133
	border-bottom:1px solid #e0e0e0;
134
}
135
 
136
.payModeLightBoxName h2,
137
.payModeLightBoxColor h2{
138
	color:#666;
139
	font-size:12px;
140
	font-weight:normal;
141
	font-style:italic;
142
}
143
 
144
.payModeLightBoxName .content,
145
.payModeLightBoxColor .content{
146
	margin:20px 0 15px 0;
147
	padding-bottom:10px;
148
	border-bottom:1px solid #e0e0e0;	
149
}
150
.payModeLightBoxName .content label,
151
.payModeLightBoxColor .content label{
152
	display:block;
153
	float:left;
154
	width:100px;
155
	margin-bottom:10px;
156
	font-size:11px;
157
	color:#333;
158
}
159
.payModeLightBoxName .content label input,
160
.payModeLightBoxColor .content label input,
161
.payModeLightBoxName .content label span,
162
.payModeLightBoxColor .content label span{float:left;}
163
 
164
.payModeLightBoxName .content label img,
165
.payModeLightBoxColor .content label img{
166
	margin:0 0 10px 5px;
167
	-moz-box-shadow: 3px 3px 5px #cccccc;
168
	-webkit-box-shadow: 3px 3px 5px #cccccc;
169
	box-shadow: 3px 3px 5px #cccccc;
170
	/* For IE 8 */
171
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
172
	/* For IE 5.5 - 7 */
173
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
174
	border:1px solid #f2f2f2;
175
}
176
 
177
.payModeLightBoxName .content label span,
178
.payModeLightBoxColor .content label span{margin:-3px 0 0 5px;}