Subversion Repositories SmartDukaan

Rev

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

Rev 2469 Rev 2475
Line 14... Line 14...
14
	font-size: 13px;
14
	font-size: 13px;
15
	font-weight: bold;
15
	font-weight: bold;
16
	height: 18px;
16
	height: 18px;
17
	padding: 4px 7px;
17
	padding: 4px 7px;
18
	text-align: center;
18
	text-align: center;
-
 
19
	margin-right: 10px;
19
}
20
}
20
 
21
 
21
input.button {
22
input.button {
22
	background: none repeat scroll 0 0 transparent;
23
	background: none repeat scroll 0 0 transparent;
23
	border: medium none;
24
	border: medium none;
Line 26... Line 27...
26
	font-weight: bold;
27
	font-weight: bold;
27
	text-decoration:none;
28
	text-decoration:none;
28
	outline: medium none;
29
	outline: medium none;
29
}
30
}
30
 
31
 
-
 
32
.category-label	{
-
 
33
	margin-top: 11px;
-
 
34
	padding: 2px;
-
 
35
	background-color: #F2F2F2;
-
 
36
	font-weight: bold;
-
 
37
	font-size: 14px;
-
 
38
	text-align: center;
-
 
39
	float: left;
-
 
40
	width: 99%;
-
 
41
}
-
 
42
 
31
.handset	{
43
.handset	{
32
	width: 480px;
44
	width: 480px;
33
	float: left;
45
	float: left;
34
	border: 1px solid #6A6E68;
46
	border: 1px solid #6A6E68;
35
	margin-top: 8px;
47
	margin-top: 5px;
36
	padding: 3px;
48
	padding: 3px;
37
}
49
}
38
 
50
 
39
.handset .icon	{ float: left; }
51
.handset .icon	{ float: left; }
40
 
52
 
41
.handset .icon img	{ height: 100px; }
53
.handset .icon img	{
-
 
54
	height: 100px;
-
 
55
	margin-left: 10px;
-
 
56
}
42
 
57
 
43
.handset .desc	{
58
.handset .desc	{
44
	float: left;
59
	float: left;
45
	vertical-align: middle;
60
	vertical-align: middle;
46
	font-size: 12px;
61
	font-size: 12px;
Line 48... Line 63...
48
}
63
}
49
 
64
 
50
.handset .desc .name	{
65
.handset .desc .name	{
51
	float: left;
66
	float: left;
52
	font-weight: bold;
67
	font-weight: bold;
53
	width: 250px;
68
	width: 220px;
54
	text-align: center;
69
	text-align: left;
55
	padding: 3px;
70
	padding: 3px;
56
	background-color: #E6E64C;
-
 
57
	margin-bottom: 10px;
71
	margin-bottom: 10px;
58
	margin-top: 7px;
72
	margin-top: 7px;
-
 
73
	margin-left: 5px;
59
}
74
}
60
 
75
 
61
.handset .desc .price	{
76
.handset .desc .price	{
62
	float: left;
77
	float: left;
63
	text-align: center;
78
	text-align: left;
64
	width:130px;
79
	width:120px;
65
	font-weight: bold;
80
	font-weight: bold;
66
	padding: 3px;
81
	padding: 3px;
67
	background-color: #E6E64C;
-
 
68
	margin-left: 15px;
82
	margin-left: 15px;
69
	margin-bottom: 10px;
83
	margin-bottom: 10px;
70
	margin-top: 7px;
84
	margin-top: 7px;
71
}
85
}
72
 
86
 
73
.handset .desc .coupon	{
87
.handset .desc .coupon	{
74
	width: 404px;
88
	width: 390px;
75
	clear: both;
89
	clear: both;
76
	text-align: center;
90
	text-align: left;
77
	background-color: #E6E64C;
-
 
78
	padding: 1px;
91
	padding: 1px;
-
 
92
	margin-left: 5px;
79
}
93
}
80
94