Subversion Repositories SmartDukaan

Rev

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

Rev 6620 Rev 6639
Line 39... Line 39...
39
#productDetail .desc	{
39
#productDetail .desc	{
40
	font-size: 13px;
40
	font-size: 13px;
41
}
41
}
42
 
42
 
43
#productDetail .price-n-warranty	{
43
#productDetail .price-n-warranty	{
44
	width: 440px;
44
	width: 465px;
45
	margin: 5px 0 10px 15px;
45
	margin: 5px 0 10px 15px;
46
}
46
}
47
 
47
 
48
#productDetail .price	{
48
#productDetail .price	{
49
	font-size: 15px;
49
	font-size: 15px;
Line 77... Line 77...
77
	width: 114px;
77
	width: 114px;
78
	height: 27px;
78
	height: 27px;
79
}
79
}
80
 
80
 
81
#productDetail .shipping	{
81
#productDetail .shipping	{
82
	width: 440px;
82
	width: 465px;
83
	margin-left: 15px;
83
	margin-left: 15px;
84
	overflow: auto;
84
	overflow: auto;
85
}
85
}
86
 
86
 
87
#productDetail .shipping .label	{
87
#productDetail .shipping .label	{
Line 128... Line 128...
128
	text-decoration: none;
128
	text-decoration: none;
129
	color: #ffffff;
129
	color: #ffffff;
130
	font-size: 16px;
130
	font-size: 16px;
131
	font-weight: bold;
131
	font-weight: bold;
132
	cursor: pointer;
132
	cursor: pointer;
133
	margin: 10px 0 0 28px;
133
	margin: 26px 0 0 28px;
134
}
134
}
135
 
135
 
136
#addToCart:hover	{
136
#addToCart:hover	{
137
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 -54px no-repeat;
137
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 -54px no-repeat;
138
}
138
}