Subversion Repositories SmartDukaan

Rev

Rev 762 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 762 Rev 794
Line 1... Line 1...
1
/*____ Login Light box ____*/
1
/*____ Login Light box ____*/
2
#loginLightbox{
2
#loginLightbox{
3
	margin:auto;
3
	margin:auto;
4
	padding-bottom:20px; 
4
	padding-bottom:20px; 
5
	width:272px;
5
	width:272px;
6
}
6
}
7
#loginLightbox dl{padding:15px 0;}
7
#loginLightbox dl{padding:15px 0;}
8
#loginLightbox dt{
8
#loginLightbox dt{
9
	clear:both;
9
	clear:both;
10
	float:left;
10
	float:left;
11
	width:80px;
11
	width:80px;
12
	margin:3px 8px 12px 0;
12
	margin:3px 8px 12px 0;
13
	color:#333333;
13
	color:#333333;
14
	text-align:right;
14
	text-align:right;
15
	font-weight:normal;
15
	font-weight:normal;
16
	font-size:12px;
16
	font-size:12px;
17
}
17
}
18
#loginLightbox dd{
18
#loginLightbox dd{
19
	float:left;
19
	float:left;
20
	width:160px;
20
	width:160px;
21
	margin-bottom:12px;
21
	margin-bottom:12px;
22
	text-align:right;
22
	text-align:right;
23
}
23
}
24
#loginLightbox .textbox{
24
#loginLightbox .textbox{
25
	padding:5px 0;
25
	padding:5px 0;
26
	width:100%;
26
	width:100%;
27
	text-align:left;
27
	text-align:left;
28
	font-size:11px;
28
	font-size:11px;
29
	background:#f8f8f8;
29
	background:#f8f8f8;
30
	border:1px solid #b5b5b5;
30
	border:1px solid #b5b5b5;
31
}
31
}
32
#loginLightbox .bigImgButton,
32
#loginLightbox .bigImgButton,
33
.colorSelLightBoxName .bigImgButton,
33
.colorSelLightBoxName .bigImgButton,
34
.colorSelLightBoxColor .bigImgButton{float:right;}
34
.colorSelLightBoxColor .bigImgButton{float:right;}
35
 
35
 
36
#loginLightbox .button,
36
#loginLightbox .button,
37
.colorSelLightBoxName .button,
37
.colorSelLightBoxName .button,
38
.colorSelLightBoxColor .button{
38
.colorSelLightBoxColor .button{
39
	cursor:pointer;
39
	cursor:pointer;
40
	margin-top:5px;
40
	margin-top:5px;
41
	font-size:14px;
41
	font-size:14px;
42
	font-weight:bold;
42
	font-weight:bold;
43
	border:none;
43
	border:none;
44
	background:none;
44
	background:none;
45
}
45
}
46
 
46
 
47
/*____ Color Selector Light box ____*/
47
/*____ Color Selector Light box ____*/
48
.colorSelLightBoxName,
48
.colorSelLightBoxName,
49
.colorSelLightBoxColor{
49
.colorSelLightBoxColor{
50
	width:300px;
50
	width:300px;
51
	padding:10px;
51
	padding:10px;
52
}
52
}
53
.colorSelLightBoxName h1,
53
.colorSelLightBoxName h1,
54
.colorSelLightBoxColor h1{
54
.colorSelLightBoxColor h1{
55
	font-size:14px;
55
	font-size:14px;
56
	color:#333;
56
	color:#333;
57
	margin-bottom:5px;
57
	margin-bottom:5px;
58
	padding-bottom:5px;
58
	padding-bottom:5px;
59
	border-bottom:1px solid #e0e0e0;
59
	border-bottom:1px solid #e0e0e0;
60
}
60
}
61
 
61
 
62
.colorSelLightBoxName h2,
62
.colorSelLightBoxName h2,
63
.colorSelLightBoxColor h2{
63
.colorSelLightBoxColor h2{
64
	color:#666;
64
	color:#666;
65
	font-size:12px;
65
	font-size:12px;
66
	font-weight:normal;
66
	font-weight:normal;
67
	font-style:italic;
67
	font-style:italic;
68
}
68
}
69
 
69
 
70
.colorSelLightBoxName .content,
70
.colorSelLightBoxName .content,
71
.colorSelLightBoxColor .content{
71
.colorSelLightBoxColor .content{
72
	margin:20px 0 15px 0;
72
	margin:20px 0 15px 0;
73
	padding-bottom:10px;
73
	padding-bottom:10px;
74
	border-bottom:1px solid #e0e0e0;	
74
	border-bottom:1px solid #e0e0e0;	
75
}
75
}
76
.colorSelLightBoxName .content label,
76
.colorSelLightBoxName .content label,
77
.colorSelLightBoxColor .content label{
77
.colorSelLightBoxColor .content label{
78
	display:block;
78
	display:block;
79
	float:left;
79
	float:left;
80
	width:100px;
80
	width:100px;
81
	margin-bottom:10px;
81
	margin-bottom:10px;
82
	font-size:11px;
82
	font-size:11px;
83
	color:#333;
83
	color:#333;
84
}
84
}
85
.colorSelLightBoxName .content label input,
85
.colorSelLightBoxName .content label input,
86
.colorSelLightBoxColor .content label input,
86
.colorSelLightBoxColor .content label input,
87
.colorSelLightBoxName .content label span,
87
.colorSelLightBoxName .content label span,
88
.colorSelLightBoxColor .content label span{float:left;}
88
.colorSelLightBoxColor .content label span{float:left;}
89
 
89
 
90
.colorSelLightBoxName .content label img,
90
.colorSelLightBoxName .content label img,
91
.colorSelLightBoxColor .content label img{
91
.colorSelLightBoxColor .content label img{
92
	margin:0 0 10px 5px;
92
	margin:0 0 10px 5px;
93
	-moz-box-shadow: 3px 3px 5px #ccc;
93
	-moz-box-shadow: 3px 3px 5px #ccc;
94
	-webkit-box-shadow: 3px 3px 5px #ccc;
94
	-webkit-box-shadow: 3px 3px 5px #ccc;
95
	box-shadow: 3px 3px 5px #ccc;
95
	box-shadow: 3px 3px 5px #ccc;
96
	/* For IE 8 */
96
	/* For IE 8 */
97
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
97
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
98
	/* For IE 5.5 - 7 */
98
	/* For IE 5.5 - 7 */
99
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
99
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
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
105