Subversion Repositories SmartDukaan

Rev

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

Rev 7573 Rev 7853
Line 20... Line 20...
20
	font-size: 22px;
20
	font-size: 22px;
21
	margin-bottom: 3px;
21
	margin-bottom: 3px;
22
}
22
}
23
 
23
 
24
#productDetail .product-main-title{
24
#productDetail .product-main-title{
25
	margin: 15px 0px 15px 15px;
25
	margin: 10px 0px 0px 15px;
26
}
26
}
27
 
27
 
28
#productDetail .offer-image {
28
#productDetail .offer-image {
29
	background: url(/images/IconOfferPack_ProdPage.png) no-repeat scroll 0 0 transparent;
29
	background: url(/images/IconOfferPack_ProdPage.png) no-repeat scroll 0 0 transparent;
30
	height: 50px;
30
	height: 50px;
Line 40... Line 40...
40
	font-size: 13px;
40
	font-size: 13px;
41
}
41
}
42
 
42
 
43
#productDetail .price-n-warranty	{
43
#productDetail .price-n-warranty	{
44
	width: 465px;
44
	width: 465px;
45
	margin: 5px 0 10px 15px;
45
	margin: 0 0 4px 15px;
-
 
46
	min-height:25px;
46
}
47
}
47
 
48
 
48
#productDetail .price	{
49
#productDetail .price	{
49
	font-size: 15px;
50
	font-size: 15px;
-
 
51
	padding-top: 12px;
50
}
52
}
51
 
53
 
52
#productDetail .price .mrp	{
54
#productDetail .price .mrp	{
53
	text-decoration: line-through;
55
	text-decoration: line-through;
54
	text-decoration-color: #ff0000;
56
	text-decoration-color: #ff0000;
Line 63... Line 65...
63
	color: #666666;
65
	color: #666666;
64
	line-height: 18px;
66
	line-height: 18px;
65
}
67
}
66
 
68
 
67
#productDetail .container-color-selector	{
69
#productDetail .container-color-selector	{
68
	margin: 10px 0 15px 25px;
70
	margin: 0 0 0 25px;
69
	padding: 5px;
71
	padding-left: 5px;
70
}
72
}
71
 
73
 
72
#productDetail .container-color-selector .label	{
74
#productDetail .container-color-selector .label	{
73
	font-size: 12px; 
75
	font-size: 12px; 
74
}
76
}
Line 167... Line 169...
167
	background: url("/images/IconCompareWith_ProdArea.png") no-repeat scroll 0 0 transparent;
169
	background: url("/images/IconCompareWith_ProdArea.png") no-repeat scroll 0 0 transparent;
168
}
170
}
169
 
171
 
170
.util_addnewresearch	{
172
.util_addnewresearch	{
171
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat scroll 0 0 transparent;
173
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat scroll 0 0 transparent;
-
 
174
}
-
 
175
 
-
 
176
#emi_options td {
-
 
177
	border:1px solid grey;
-
 
178
	padding: 5px;
172
}
179
}
173
180