Subversion Repositories SmartDukaan

Rev

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

Rev 2468 Rev 2469
Line 1... Line 1...
1
.unlike, .like	{display:none;}
1
.unlike, .like	{display:none;}
2
 
2
 
3
.bigImgButton {
3
.bigImgButton {
4
    float: left;
4
    float: left;
-
 
5
    margin-top: 10px;
5
}
6
}
6
 
7
 
7
.yellow-image {
8
.yellow-image {
8
	background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
9
	background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
9
	border: 1px solid #BFA864;
10
	border: 1px solid #BFA864;
10
	color: black;
11
	color: black;
11
	cursor: pointer;
12
	cursor: pointer;
12
	float: left;
13
	float: right;
13
	font-size: 13px;
14
	font-size: 13px;
14
	font-weight: bold;
15
	font-weight: bold;
15
	height: 18px;
16
	height: 18px;
16
	padding: 4px 7px;
17
	padding: 4px 7px;
17
	text-align: center;
18
	text-align: center;
Line 19... Line 20...
19
 
20
 
20
input.button {
21
input.button {
21
	background: none repeat scroll 0 0 transparent;
22
	background: none repeat scroll 0 0 transparent;
22
	border: medium none;
23
	border: medium none;
23
	cursor: pointer;
24
	cursor: pointer;
24
	font-size: 13px;
25
	font-size: 11px;
25
	font-weight: bold;
26
	font-weight: bold;
-
 
27
	text-decoration:none;
26
	outline: medium none;
28
	outline: medium none;
27
}
29
}
28
 
30
 
29
.coupon-pallet	{
31
.handset	{
-
 
32
	width: 480px;
-
 
33
	float: left;
-
 
34
	border: 1px solid #6A6E68;
-
 
35
	margin-top: 8px;
-
 
36
	padding: 3px;
-
 
37
}
-
 
38
 
-
 
39
.handset .icon	{ float: left; }
-
 
40
 
-
 
41
.handset .icon img	{ height: 100px; }
-
 
42
 
-
 
43
.handset .desc	{
-
 
44
	float: left;
-
 
45
	vertical-align: middle;
-
 
46
	font-size: 12px;
-
 
47
	font-family: arial;
-
 
48
}
-
 
49
 
-
 
50
.handset .desc .name	{
-
 
51
	float: left;
-
 
52
	font-weight: bold;
-
 
53
	width: 250px;
-
 
54
	text-align: center;
-
 
55
	padding: 3px;
30
	background-color: #F2F2F2;
56
	background-color: #E6E64C;
-
 
57
	margin-bottom: 10px;
-
 
58
	margin-top: 7px;
-
 
59
}
-
 
60
 
-
 
61
.handset .desc .price	{
-
 
62
	float: left;
-
 
63
	text-align: center;
-
 
64
	width:130px;
-
 
65
	font-weight: bold;
31
	padding: 2px;
66
	padding: 3px;
32
	border: 1px solid #BFA864;
67
	background-color: #E6E64C;
-
 
68
	margin-left: 15px;
33
	margin-bottom: 5px;
69
	margin-bottom: 10px;
-
 
70
	margin-top: 7px;
-
 
71
}
-
 
72
 
-
 
73
.handset .desc .coupon	{
34
	font-size:13px;
74
	width: 404px;
-
 
75
	clear: both;
35
	font-family: Verdana,Verdana,Geneva,sans-serif;
76
	text-align: center;
-
 
77
	background-color: #E6E64C;
-
 
78
	padding: 1px;
36
}
79
}
37
80