Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
1720 varun.gupt 1
div.productItem	{
1725 varun.gupt 2
	float:left;
3
	width: 250px;
4
	padding: 7px;
5
}
6
 
7
div.productImg	{
8
	float: left;
9
}
10
 
11
a	{
12
	color: #0066CC;
13
	outline: medium none;
14
	text-decoration: none;
15
}
16
 
17
.title	{
18
	font-weight: bold;
19
	line-height: 13px;
20
}
21
 
1729 varun.gupt 22
div.productImg a img	{
23
	border: 0;
24
}
25
 
1725 varun.gupt 26
div.productItem div.productDesp	{
27
	font-size: 12px;
28
	line-height: 18px;
29
	margin-top: 5px;
30
}
31
 
1733 varun.gupt 32
div.productDesp ul	{
33
	list-style-type: none;
34
}
35
 
1725 varun.gupt 36
.yellow-image {
1729 varun.gupt 37
    background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
1725 varun.gupt 38
    border: 1px solid #BFA864;
39
    color: #000000;
40
    cursor: pointer;
41
    float: left;
42
    font-size: 13px;
43
    font-weight: bold;
44
    height: 18px;
45
    padding: 4px 7px;
46
    text-align: center;
47
}
48
 
49
div.bigImgButton	{
50
	float: right;
51
}
52
 
53
.yellow-image input.button {
54
    background: none repeat scroll 0 0 transparent;
55
    border: medium none;
56
    cursor: pointer;
57
    font-size: 13px;
58
    font-weight: bold;
59
}
60
 
61
input, select, textarea {
62
    outline: medium none;
1720 varun.gupt 63
}