Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
762 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
#loginLightbox .button,
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;
45
}
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;
93
	-moz-box-shadow: 3px 3px 5px #ccc;
94
	-webkit-box-shadow: 3px 3px 5px #ccc;
95
	box-shadow: 3px 3px 5px #ccc;
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,
104
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}