Subversion Repositories SmartDukaan

Rev

Rev 8818 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8818 Rev 8835
Line 27... Line 27...
27
	}
27
	}
28
.right {
28
.right {
29
	float:right;
29
	float:right;
30
	}
30
	}
31
	
31
	
32
.header-bottom {
-
 
33
	height:40px;
-
 
34
	line-height:40px;
-
 
35
}
-
 
36
.cart-icon {
32
.cart-icon {
37
	background-image:url('/images/cart-icon.png');
33
	background-image:url('/images/cart-icon.png');
38
	height:40px;
34
	height:45px;
39
	width:40px;
35
	width:45px;
40
}
36
}
41
.menu-icon {
37
.menu-icon {
42
	background-image:url('/images/menu-icon.png');
38
	background-image:url('/images/menu-icon.png');
43
	height:40px;
39
	height:45px;
44
	width:40px;
40
	width:45px;
45
}
41
}
46
.account-icon {
42
.account-icon {
47
	background-image:url('/images/account-icon.png');
43
	background-image:url('/images/account-icon.png');
48
	height:40px;
44
	height:45px;
49
	width:40px;
45
	width:45px;
50
}
46
}
51
.site-logo {
47
.site-logo {
52
	background-image:url('/images/site-logo.png');
48
	background-image:url('/images/site-logo.png');
53
	height:40px;
49
	height:45px;
54
	width:125px;
50
	width:45px;
-
 
51
	
55
}
52
}
-
 
53
 
56
.header-bottom {
54
.header-bottom {
57
	background-image:url('/images/BG_NavBar.png');
-
 
58
	background-repeat:repeat-x;
55
	background-color:#2789c1;
59
	height:45px;
56
	padding:6px 8px;
60
	line-height:45px;
-
 
61
	text-align:center;
57
	position:relative;
62
	margin-top:10px;
-
 
63
}
58
}
64
 
59
 
65
.header-top a {
60
.header-top a {
66
	display:inline-block;
61
	display:inline-block;
67
	margin-right:10px;
62
	margin-right:10px;
Line 71... Line 66...
71
	padding:0;
66
	padding:0;
72
	margin:0;
67
	margin:0;
73
}
68
}
74
 
69
 
75
.search-bar {
70
.search-bar {
76
	width: 80%;
71
	width: 100%;
77
    height: 25px;
-
 
78
    border: 0;
-
 
79
    padding-left: 20px;
72
    padding: 9px 5px;
80
    font-size: 18px;
73
    font-size: 13px;
81
    color: #888888;
74
    color: #888888;
-
 
75
    border: none;
82
}
76
}
83
 
77
 
84
.search-button {
78
.search-button {
85
	height: 25px;
79
	/*height: 25px;
86
    color: #666666;
80
    color: #666666;
87
    background-color: white;
81
    background-color: white;
88
    border: 0;
82
    border: 0;
89
    margin-left: -30px;
83
    margin-left: -30px;
90
	background-image:url('/images/search-icon.png');
84
	background-image:url('/images/search-icon.png');
91
	width:25px;
85
	width:25px;
92
	line-height: 25px !important;
86
	line-height: 25px !important;*/
-
 
87
	position:absolute;
-
 
88
	width:60px;
-
 
89
	right:8px;
-
 
90
	top:6px;
-
 
91
	border: 0;
-
 
92
    border-radius: 0;
-
 
93
    background-color: #ff5d00;
-
 
94
    color: white;
-
 
95
    font-weight: bold;
-
 
96
    font-size: 13px;
-
 
97
    padding: 9px 0;
93
}
98
}
94
 
99
 
95
.banner img{
100
.banner img{
96
	width:100%;
101
	width:100%;
97
}
102
}
Line 191... Line 196...
191
</head>
196
</head>
192
 
197
 
193
<body  style='background-color:#BBBBBB;'>
198
<body  style='background-color:#BBBBBB;'>
194
	<div class='header'>
199
	<div class='header'>
195
		<div class='header-top'>
200
		<div class='header-top'>
196
			<a class='site-logo left' href="/"></a>
201
			<a class='site-logo left' href="#"></a>
197
			<a class='cart-icon right' href='/cart'></a>
202
			<a class='menu-icon left' href='#'></a>
198
			<a class='account-icon right' href='/my-account'></a>
203
			<a class='cart-icon right' href='#'></a>
199
			<a class='menu-icon right' href='#'></a>
204
			<a class='account-icon right' href='#'></a>
-
 
205
			
200
		</div>
206
		</div>
201
		<div style='clear:both;'></div>
207
		<div style='clear:both;'></div>
202
		<form class='header-bottom'>
208
		<form class='header-bottom'>
-
 
209
			<div style='margin-right:35px;'>
203
			<input class='search-bar' type='text'></input>
210
				<input class='search-bar' type='text'></input>
-
 
211
			</div>
204
			<input class='search-button' type='submit' value=''></input>
212
			<input type='submit' class="search-button" value='Search'></input>
205
		</form>
213
		</form>
206
	</div>
214
	</div>
207
	<div>
215
	<div>
208
		<div class='banner'>
216
		<div class='banner'>
209
			<img src='/images/bannerImage.jpg'></img>
217
			<img src='/images/bannerImage.jpg'></img>