Subversion Repositories SmartDukaan

Rev

Rev 2468 | Rev 2475 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2468 varun.gupt 1
.unlike, .like	{display:none;}
2
 
3
.bigImgButton {
4
    float: left;
2469 varun.gupt 5
    margin-top: 10px;
2468 varun.gupt 6
}
7
 
8
.yellow-image {
9
	background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
10
	border: 1px solid #BFA864;
11
	color: black;
12
	cursor: pointer;
2469 varun.gupt 13
	float: right;
2468 varun.gupt 14
	font-size: 13px;
15
	font-weight: bold;
16
	height: 18px;
17
	padding: 4px 7px;
18
	text-align: center;
19
}
20
 
21
input.button {
22
	background: none repeat scroll 0 0 transparent;
23
	border: medium none;
24
	cursor: pointer;
2469 varun.gupt 25
	font-size: 11px;
2468 varun.gupt 26
	font-weight: bold;
2469 varun.gupt 27
	text-decoration:none;
2468 varun.gupt 28
	outline: medium none;
29
}
30
 
2469 varun.gupt 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;
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;
66
	padding: 3px;
67
	background-color: #E6E64C;
68
	margin-left: 15px;
69
	margin-bottom: 10px;
70
	margin-top: 7px;
71
}
72
 
73
.handset .desc .coupon	{
74
	width: 404px;
75
	clear: both;
76
	text-align: center;
77
	background-color: #E6E64C;
78
	padding: 1px;
2468 varun.gupt 79
}