Subversion Repositories SmartDukaan

Rev

Rev 1725 | Rev 1733 | 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
 
32
.yellow-image {
1729 varun.gupt 33
    background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
1725 varun.gupt 34
    border: 1px solid #BFA864;
35
    color: #000000;
36
    cursor: pointer;
37
    float: left;
38
    font-size: 13px;
39
    font-weight: bold;
40
    height: 18px;
41
    padding: 4px 7px;
42
    text-align: center;
43
}
44
 
45
div.bigImgButton	{
46
	float: right;
47
}
48
 
49
.yellow-image input.button {
50
    background: none repeat scroll 0 0 transparent;
51
    border: medium none;
52
    cursor: pointer;
53
    font-size: 13px;
54
    font-weight: bold;
55
}
56
 
57
input, select, textarea {
58
    outline: medium none;
1720 varun.gupt 59
}