Subversion Repositories SmartDukaan

Rev

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

Rev 539 Rev 545
Line 118... Line 118...
118
 
118
 
119
/*___ Menu ___*/
119
/*___ Menu ___*/
120
#menu{
120
#menu{
121
	background:	url(../images/menu-hor-bar.jpg) repeat-x;
121
	background:	url(../images/menu-hor-bar.jpg) repeat-x;
122
	height:32px;
122
	height:32px;
123
	font-size:14px;
123
	font-size:15px;
124
	font-weight:bold;
124
	font-weight:bold;
125
}
125
}
126
#menu ul{
126
#menu ul{
-
 
127
	font-family:Arial,helvetica,sans-serif;
127
	margin-left:6px;
128
	margin-left:6px;
128
	padding-top:6px;
-
 
129
	list-style-type:none;
129
	list-style-type:none;
130
}
130
}
131
#menu li{
131
#menu li{
132
	float:left;
132
	float:left;
133
	margin:0 14px;
133
	margin:0 8px;
134
	display:block;
134
	display:block;
135
}
135
}
136
#menu .menuArrow{
136
#menu .menuArrow{
137
	padding-right:17px;
137
	padding-right:17px;
138
	background:url(../images/down-arrow-white.jpg) no-repeat right 4px;
138
	background:url(../images/down-arrow-white.jpg) no-repeat right 12px;
139
}
139
}
140
#menu a{
140
#menu a{
141
	color:#fff;
141
	color:#fff;
142
	text-decoration:none;
142
	text-decoration:none;
143
}
143
}
Line 148... Line 148...
148
 
148
 
149
/*___ Sign In ___*/
149
/*___ Sign In ___*/
150
#signin_menu,
150
#signin_menu,
151
#signin_menu .top,
151
#signin_menu .top,
152
#signin_menu .middle,
152
#signin_menu .middle,
153
#signin_menu .bottom{
153
#signin_menu .bottom{width:272px;}
154
	width:272px;
-
 
155
}
-
 
156
 
154
 
157
#signin_menu{
155
#signin_menu{
158
	position:absolute;
156
	position:absolute;
159
	z-index:9999;
157
	z-index:9999;
160
	margin:-2px 0 0 436px;
158
	margin:-2px 0 0 436px;
Line 245... Line 243...
245
}
243
}
246
#search .dropdown{
244
#search .dropdown{
247
	float:left;
245
	float:left;
248
	height:28px;
246
	height:28px;
249
	margin-right:5px;
247
	margin-right:5px;
250
/*	font-size:14px;*/
248
	font-size:14px;
251
	border:1px solid #848484;
249
	border:1px solid #848484;
-
 
250
	background:#fff;
252
}
251
}
253
#search .button{
252
#search .button{
254
	cursor:pointer;
253
	cursor:pointer;
255
	width:80px;
254
	width:80px;
256
	padding:4px 0 2px 0;
255
	padding:4px 0 2px 0;
Line 361... Line 360...
361
	float:right;
360
	float:right;
362
	width:200px;
361
	width:200px;
363
	margin-top:38px;
362
	margin-top:38px;
364
}
363
}
365
#productDetail .blockRight .bigImgButton{
364
#productDetail .blockRight .bigImgButton{
-
 
365
	/*width:100px;*/
366
	width:100px;
366
	width:105px;
367
	font-weight:bold;
367
	font-weight:bold;
368
}
368
}
369
#productDetail .blockRight .bigImgButton a{
369
#productDetail .blockRight .bigImgButton a{
370
	display:block;
370
	display:block;
371
	padding:3px 2px;
371
	padding:3px 2px;
372
}
372
}
373
#productDetail .blockRight .button{
373
#productDetail .blockRight .button{
374
	cursor:pointer;
374
	cursor:pointer;
375
	margin-left:-4px;
375
	margin-left:-4px;
376
/*	width:88px;*/
376
	/*width:88px;*/
-
 
377
	width:90px;
377
	padding-top:5px;
378
	padding-top:5px;
378
	font-weight:bold;
379
	font-weight:bold;
379
	border:none;
380
	border:none;
380
	background:none;
381
	background:none;
381
}
382
}
Line 820... Line 821...
820
 
821
 
821
#productList .productItem{
822
#productList .productItem{
822
	position:relative;
823
	position:relative;
823
	margin:16px;
824
	margin:16px;
824
	width:249px;
825
	width:249px;
825
	height:210px;	
826
/*	height:210px;	*/
826
}
827
}
827
#productList .productItem .productImg{
828
#productList .productItem .productImg{
828
	float:left;
829
	float:left;
829
	width:90px;
830
	width:90px;
830
	height:184px;
831
	height:184px;
Line 935... Line 936...
935
#filterBy .filterOption{
936
#filterBy .filterOption{
936
	clear:both;
937
	clear:both;
937
	margin:0 0 25px 34px;
938
	margin:0 0 25px 34px;
938
}
939
}
939
 
940
 
-
 
941
/*
940
#filterBy .filterOption input,
942
#filterBy .filterOption input,
941
#filterBy .filterOption a,
943
#filterBy .filterOption a,
942
#filterBy .filterOption span{float:left;}
944
#filterBy .filterOption span{float:left;}
-
 
945
*/
-
 
946
#filterBy .filterOption input {float:left;}
943
 
947
 
944
#filterBy .filterOption input{margin:3px 8px 0 0;}
948
#filterBy .filterOption input{margin:3px 8px 0 0;}
945
 
949
/*
946
#filterBy .filterOption a,
950
#filterBy .filterOption a,
947
#filterBy .filterOption label{
951
#filterBy .filterOption label{
948
	display:block;
952
	display:block;
949
	margin-bottom:5px;
953
	margin-bottom:5px;
950
}
954
}
-
 
955
*/
-
 
956
#filterBy .filterOption label{
-
 
957
 display:block;
-
 
958
 margin-bottom:5px;
951
 
959
}
952
#filterBy .filterOption label{
960
#filterBy .filterOption label{
953
	clear:both;
961
	clear:both;
954
	color:#0066cc;
962
	color:#0066cc;
955
	padding:7px 0;
963
	padding:7px 0;
956
}
964
}
Line 1140... Line 1148...
1140
#searchResult #productListCenter .searchResultBorder{
1148
#searchResult #productListCenter .searchResultBorder{
1141
	line-height:10px;
1149
	line-height:10px;
1142
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
1150
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
1143
}
1151
}
1144
 
1152
 
-
 
1153
#productListCenter2 .floatLeft{margin-left:70px;}
-
 
1154
#productListCenter2 .floatRight{margin-right:70px;}
-
 
1155
 
1145
/*___ Sidebar ___*/
1156
/*___ Sidebar ___*/
1146
#sidebar{
1157
#sidebar{
1147
	width:240px;
1158
	width:240px;
1148
	float:right;
1159
	float:right;
1149
	color:#333;
1160
	color:#333;