Subversion Repositories SmartDukaan

Rev

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

Rev 1720 Rev 1725
Line 1... Line 1...
1
div.productItem	{
1
div.productItem	{
-
 
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
 
-
 
22
div.productItem div.productDesp	{
-
 
23
	font-size: 12px;
-
 
24
	line-height: 18px;
-
 
25
	margin-top: 5px;
-
 
26
}
-
 
27
 
-
 
28
.yellow-image {
-
 
29
    background: url("spriteme1.png") repeat-x scroll -10px -750px transparent;
2
	border: 1px solid #000000;
30
    border: 1px solid #BFA864;
-
 
31
    color: #000000;
-
 
32
    cursor: pointer;
-
 
33
    float: left;
-
 
34
    font-size: 13px;
-
 
35
    font-weight: bold;
-
 
36
    height: 18px;
-
 
37
    padding: 4px 7px;
-
 
38
    text-align: center;
-
 
39
}
-
 
40
 
-
 
41
div.bigImgButton	{
-
 
42
	float: right;
-
 
43
}
-
 
44
 
-
 
45
.yellow-image input.button {
-
 
46
    background: none repeat scroll 0 0 transparent;
-
 
47
    border: medium none;
-
 
48
    cursor: pointer;
-
 
49
    font-size: 13px;
-
 
50
    font-weight: bold;
-
 
51
}
-
 
52
 
-
 
53
input, select, textarea {
-
 
54
    outline: medium none;
3
}
55
}
4
56