Subversion Repositories SmartDukaan

Rev

Rev 2753 | 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
 
36
/*____ Color Selector Light box ____*/
37
.colorSelLightBoxName,
38
.colorSelLightBoxColor{
39
	width:300px;
40
	padding:10px;
41
}
42
.colorSelLightBoxName h1,
43
.colorSelLightBoxColor h1{
44
	font-size:14px;
45
	color:#333;
46
	margin-bottom:5px;
47
	padding-bottom:5px;
48
	border-bottom:1px solid #e0e0e0;
49
}
50
 
51
.colorSelLightBoxName h2,
52
.colorSelLightBoxColor h2{
53
	color:#666;
54
	font-size:12px;
55
	font-weight:normal;
56
	font-style:italic;
57
}
58
 
59
.colorSelLightBoxName .content,
60
.colorSelLightBoxColor .content{
61
	margin:20px 0 15px 0;
62
	padding-bottom:10px;
63
	border-bottom:1px solid #e0e0e0;	
64
}
65
.colorSelLightBoxName .content label,
66
.colorSelLightBoxColor .content label{
67
	display:block;
68
	float:left;
2753 varun.gupt 69
	min-width: 100px;
70
	max-width: 140px;
794 rajveer 71
	margin-bottom:10px;
72
	font-size:11px;
73
	color:#333;
74
}
75
.colorSelLightBoxName .content label input,
76
.colorSelLightBoxColor .content label input,
77
.colorSelLightBoxName .content label span,
78
.colorSelLightBoxColor .content label span{float:left;}
79
 
80
.colorSelLightBoxName .content label img,
81
.colorSelLightBoxColor .content label img{
82
	margin:0 0 10px 5px;
950 rajveer 83
	-moz-box-shadow: 3px 3px 5px #cccccc;
84
	-webkit-box-shadow: 3px 3px 5px #cccccc;
85
	box-shadow: 3px 3px 5px #cccccc;
794 rajveer 86
	/* For IE 8 */
87
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
88
	/* For IE 5.5 - 7 */
89
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
90
	border:1px solid #f2f2f2;
91
}
92
 
93
.colorSelLightBoxName .content label span,
865 rajveer 94
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}
2159 chandransh 95
 
96
/*Payment Method selection lightbox*/
97
.payModeLightBoxName .bigImgButton,
98
.payModeLightBoxColor .bigImgButton{float:right;}
99
 
100
/*____ Color Selector Light box ____*/
101
.payModeLightBoxName,
102
.payModeLightBoxColor{
103
	width:450px;
104
	padding:10px;
105
}
106
.payModeLightBoxName h1,
107
.payModeLightBoxColor h1{
108
	font-size:14px;
109
	color:#333;
110
	margin-bottom:5px;
111
	padding-bottom:5px;
112
	border-bottom:1px solid #e0e0e0;
113
}
114
 
115
.payModeLightBoxName h2,
116
.payModeLightBoxColor h2{
117
	color:#666;
118
	font-size:12px;
119
	font-weight:normal;
120
	font-style:italic;
121
}
122
 
123
.payModeLightBoxName .content,
124
.payModeLightBoxColor .content{
125
	margin:20px 0 15px 0;
126
	padding-bottom:10px;
127
	border-bottom:1px solid #e0e0e0;	
128
}
129
.payModeLightBoxName .content label,
130
.payModeLightBoxColor .content label{
131
	display:block;
132
	float:left;
133
	width:100px;
134
	margin-bottom:10px;
135
	font-size:11px;
136
	color:#333;
137
}
138
.payModeLightBoxName .content label input,
139
.payModeLightBoxColor .content label input,
140
.payModeLightBoxName .content label span,
141
.payModeLightBoxColor .content label span{float:left;}
142
 
143
.payModeLightBoxName .content label img,
144
.payModeLightBoxColor .content label img{
145
	margin:0 0 10px 5px;
146
	-moz-box-shadow: 3px 3px 5px #cccccc;
147
	-webkit-box-shadow: 3px 3px 5px #cccccc;
148
	box-shadow: 3px 3px 5px #cccccc;
149
	/* For IE 8 */
150
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
151
	/* For IE 5.5 - 7 */
152
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
153
	border:1px solid #f2f2f2;
154
}
155
 
156
.payModeLightBoxName .content label span,
157
.payModeLightBoxColor .content label span{margin:-3px 0 0 5px;}