Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
2053 varun.gupt 1
#header	{
2
	display: block;
3
	clear: both;
4
	width: 99%;
5
}
6
 
7
#saholic-logo	{
8
	width: 200px;
9
}
10
 
11
#phonesiown-logo	{
12
	font-family: sans-serif;
13
	font-size: 24px;
14
}
15
 
1720 varun.gupt 16
div.productItem	{
1736 varun.gupt 17
	float: left;
2053 varun.gupt 18
    height: 150px;
1736 varun.gupt 19
    margin: 5px;
20
    padding: 10px;
21
    width: 270px;
1725 varun.gupt 22
}
23
 
24
div.productImg	{
25
	float: left;
26
}
27
 
28
a	{
29
	color: #0066CC;
30
	outline: medium none;
31
	text-decoration: none;
32
}
33
 
34
.title	{
35
	font-weight: bold;
36
	line-height: 13px;
37
}
38
 
1729 varun.gupt 39
div.productImg a img	{
40
	border: 0;
41
}
42
 
1725 varun.gupt 43
div.productItem div.productDesp	{
44
	font-size: 12px;
45
	line-height: 18px;
46
	margin-top: 5px;
47
}
48
 
1733 varun.gupt 49
div.productDesp ul	{
50
	list-style-type: none;
51
}
52
 
1725 varun.gupt 53
.yellow-image {
2914 varun.gupt 54
    background: url("../images/spriteme1.png") repeat-x scroll -10px -750px transparent;
1725 varun.gupt 55
    border: 1px solid #BFA864;
56
    color: #000000;
57
    cursor: pointer;
58
    float: left;
59
    font-size: 13px;
60
    font-weight: bold;
61
    height: 18px;
62
    padding: 4px 7px;
63
    text-align: center;
64
}
65
 
66
div.bigImgButton	{
67
	float: right;
68
}
69
 
70
.yellow-image input.button {
71
    background: none repeat scroll 0 0 transparent;
72
    border: medium none;
73
    cursor: pointer;
74
    font-size: 13px;
75
    font-weight: bold;
76
}
77
 
78
input, select, textarea {
79
    outline: medium none;
2053 varun.gupt 80
}
81
 
82
#containerFBInviterLink	{
83
	width: 250px;
84
	text-align: right;
1720 varun.gupt 85
}