Subversion Repositories SmartDukaan

Rev

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

Rev 1106 Rev 1143
Line 15... Line 15...
15
	width:735px;
15
	width:735px;
16
	float:left;
16
	float:left;
17
	/*margin-bottom:5px;*/
17
	/*margin-bottom:5px;*/
18
}
18
}
19
#productDetail{margin-bottom:4px;}
19
#productDetail{margin-bottom:4px;}
20
#productDetail .top{background: #fff;}
20
#productDetail .top{background: #fff; }
21
#productDetail .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
21
#productDetail .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
22
#productDetail .top .right{
22
#productDetail .top .right{
23
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
23
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
24
	line-height:5px;
24
	line-height:5px;
25
}
25
}
Line 34... Line 34...
34
#productDetail .content{
34
#productDetail .content{
35
	padding:0 10px 5px 25px;
35
	padding:0 10px 5px 25px;
36
}
36
}
37
#productDetail .content .blockLeft{
37
#productDetail .content .blockLeft{
38
	float:left;
38
	float:left;
39
	/*width:400px;*/ width:425px; /* by ebizon */
39
	/*width:400px;*/ width:460px; /* by ebizon */
40
	color:#333333;
40
	color:#333333;
41
}
41
}
42
#productDetail .blockLeft #breadcrumb{
42
#productDetail .blockLeft #breadcrumb{
43
	color:#5C6565;
43
	color:#5C6565;
44
	font-size:10px;
44
	font-size:10px;
Line 169... Line 169...
169
	line-height:5px;
169
	line-height:5px;
170
}
170
}
171
 
171
 
172
/*___ home page ___*/
172
/*___ home page ___*/
173
#products{	
173
#products{	
174
	margin-top:5px;
174
	/*margin-top:5px;*/
175
	padding-bottom:10px;
175
	padding-bottom:10px;
176
	/*min-height: 1000px;*/
176
	/*min-height: 1000px;*/
177
	min-height:500px;/*** Ebizon changes to reduce min height ****/
177
	min-height:500px;/*** Ebizon changes to reduce min height ****/
178
	background:#fff;
178
	background:#fff;
179
}
179
}
Line 840... Line 840...
840
#forgetPass dd{
840
#forgetPass dd{
841
	margin:10px 0 30px 50px;
841
	margin:10px 0 30px 50px;
842
	width:300px;
842
	width:300px;
843
}
843
}
844
#forgetPass .spacing{margin-top:20px;}
844
#forgetPass .spacing{margin-top:20px;}
-
 
845
 
-
 
846
/* 24 march for safari 
-
 
847
 
-
 
848
@media screen and (-webkit-min-device-pixel-ratio:0)
-
 
849
{
-
 
850
#productDetail .middle{min-height:63px;}
-
 
851
}
-
 
852
*/
845
853