Subversion Repositories SmartDukaan

Rev

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

Rev 627 Rev 637
Line 35... Line 35...
35
}
35
}
36
#productDetail .blockLeft #breadcrumb a.deselect{
36
#productDetail .blockLeft #breadcrumb a.deselect{
37
	color:#5C6565;
37
	color:#5C6565;
38
	text-decoration:none;
38
	text-decoration:none;
39
}
39
}
-
 
40
 
-
 
41
 
-
 
42
#colorselector {
-
 
43
	font-size:12px;
-
 
44
	font-weight:normal;
-
 
45
    border: 1px solid #cfcfcf;
-
 
46
    vertical-align: middle;
-
 
47
    background-color: transparent;
-
 
48
	/*
-
 
49
    -moz-border-radius: 4px;
-
 
50
    -moz-box-shadow: 1px 1px 5px #cfcfcf inset;
-
 
51
    */
-
 
52
}
-
 
53
 
-
 
54
option {
-
 
55
    background-color: #fef5e6;
-
 
56
    border-bottom: 1px solid #ebdac0;
-
 
57
    border-right: 1px solid #d6bb86;
-
 
58
    border-left: 1px solid #d6bb86;
-
 
59
}
-
 
60
option:hover {
-
 
61
    cursor: pointer;
-
 
62
}
-
 
63
 
40
#productDetail .blockLeft #productHeading{
64
#productDetail .blockLeft #productHeading{
41
	margin-top:10px;
65
	margin-top:10px;
42
	font-size:18px;
66
	font-size:18px;
43
	color:#030303;
67
	color:#030303;
44
}
68
}
Line 46... Line 70...
46
	margin:-3px 0 12px 0;
70
	margin:-3px 0 12px 0;
47
	font-size:11px;
71
	font-size:11px;
48
	font-weight:normal;
72
	font-weight:normal;
49
	color:#666666;
73
	color:#666666;
50
}
74
}
51
#productDetail .blockLeft #finalPrice{
75
#productDetail .blockLeft .finalPrice{
52
	color:#990000;
76
	color:#990000;
53
	font-size:14px;
77
	font-size:14px;
54
	font-weight:bold;
78
	font-weight:bold;
55
}
79
}
56
 
80
 
57
#productDetail .blockLeft #mrpPrice{
81
#productDetail .blockLeft .mrpPrice{
58
	font-size:14px;
82
	font-size:14px;
59
	text-decoration: line-through;
83
	text-decoration: line-through;
60
}
84
}
61
 
85
 
62
#productDetail .blockLeft .imgTextBox {
86
#productDetail .blockLeft .imgTextBox {