Subversion Repositories SmartDukaan

Rev

Rev 1035 | Rev 2753 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1035 Rev 2159
Line 100... Line 100...
100
	border:1px solid #f2f2f2;
100
	border:1px solid #f2f2f2;
101
}
101
}
102
 
102
 
103
.colorSelLightBoxName .content label span,
103
.colorSelLightBoxName .content label span,
104
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}
104
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}
-
 
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;}
105
179