Subversion Repositories SmartDukaan

Rev

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

Rev 7413 Rev 7423
Line -... Line 1...
-
 
1
body	{
-
 
2
	margin: 0px;
-
 
3
	padding: 0px;
-
 
4
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
-
 
5
}
-
 
6
 
-
 
7
.red	{ color: #ff0000;	}
-
 
8
 
-
 
9
.bold	{ font-weight: bold;	}
-
 
10
 
-
 
11
.text-left	{	text-align: left;	}
-
 
12
 
-
 
13
.text-center	{	text-align: center;	}
-
 
14
 
1
.left	{	float: left;	}
15
.left	{	float: left;	}
2
 
16
 
-
 
17
.searchbox	{
-
 
18
	width: 256px;
-
 
19
	float: left;
-
 
20
    border: 1px solid #CCCCCC;
-
 
21
    height: 28px;
-
 
22
    text-align: left;
-
 
23
	font-size: 12px;
-
 
24
	color: #666666;
-
 
25
	padding: 0 4px;
-
 
26
}
-
 
27
 
-
 
28
.new-button	{
-
 
29
	border: 1px solid #CCCCCC;
-
 
30
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
-
 
31
	outline: none;
-
 
32
	
-
 
33
	font-size: 12px;
-
 
34
	font-weight: bold;
-
 
35
	
-
 
36
	display: inline-block;
-
 
37
	cursor: pointer;
-
 
38
	zoom: 1;
-
 
39
	overflow: visible;
-
 
40
}
-
 
41
 
-
 
42
.search-button	{
-
 
43
	background: #F6F6F6 7% 50% no-repeat;
-
 
44
	padding: 7px 0 0 8px;
-
 
45
	width: 98px;
-
 
46
	height: 30px;
-
 
47
	margin-left: 10px;
-
 
48
}
-
 
49
 
-
 
50
#searchButton .icon	{
-
 
51
	background: url("/images/menubar-separator-sprite.png") no-repeat scroll -81px 1px transparent;
-
 
52
    height: 24px;
-
 
53
    width: 13px;
-
 
54
}
-
 
55
 
-
 
56
#header .active{
-
 
57
	border-left: 1px solid #006699;
-
 
58
	border-right: 1px solid #006699;
-
 
59
	border-top: 1px solid #006699;
-
 
60
}
-
 
61
 
3
#menu	{
62
#menu	{
4
	width: 100%;
63
	width: 100%;
5
	height: 45px;
64
	height: 45px;
6
	background:  #F6F6F6 url("/storewebsite/images/topbar.png") 50% 50% repeat-x;
65
	background:  #F6F6F6 url("/storewebsite/images/topbar.png") 50% 50% repeat-x;
7
}
66
}