Subversion Repositories SmartDukaan

Rev

Rev 3890 | Rev 4026 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3830 chandransh 1
.main-top .bread-crumbs	{
2
	font-size: 11px;
3
	font-weight: bold;
4
	color: #006699;
5
}
6
 
7
.main-top .bread-crumbs a	{
8
	text-decoration: none;
9
}
10
 
11
#productDetail	{
12
	width: 100%;
13
	height: 250px;
14
	border: 1px solid #006699;
15
	background-color: #E3F3F9;
16
	color: #333333;
17
}
18
 
19
#productDetail .name	{
20
	font-size: 22px;
21
	margin: 15px 0 0 15px;
22
}
23
 
24
#productDetail .product-name	{
25
	font-weight: bold;
26
}
27
 
28
#productDetail .desc	{
29
	font-size: 13px;
30
	margin-left: 15px;
31
}
32
 
33
#productDetail .price-n-warranty	{
34
	width: 440px;
35
	margin: 25px 0 15px 15px;
36
}
37
 
38
#productDetail .price	{
39
	font-size: 15px;
40
}
41
 
42
#productDetail .price .mrp	{
43
	text-decoration: line-through;
44
	text-decoration-color: #ff0000;
45
}
46
 
47
#productDetail .price .price-diff	{
48
	font-size: 11px;
49
}
50
 
51
#productDetail .warranty	{
52
	font-size: 12px;
53
	color: #666666;
3890 mandeep.dh 54
	line-height: 18px;
3830 chandransh 55
}
56
 
57
#productDetail .container-color-selector	{
4017 rajveer 58
	margin: 25px 0 15px 25px;
3830 chandransh 59
	padding: 5px;
60
}
61
 
62
#productDetail .container-color-selector .label	{
63
	font-size: 12px; 
64
}
65
 
66
#colorSelector	{
67
	width: 114px;
68
	height: 27px;
69
}
70
 
71
#productDetail .shipping	{
72
	width: 440px;
73
	margin-left: 15px;
74
	overflow: auto;
75
}
76
 
77
#productDetail .shipping .label	{
78
	width: 100%;
79
	font-size: 12px;
80
	font-weight: bold;
81
	margin-bottom: 8px;
82
}
83
 
84
#shippingEstimate	{
85
	width: 132px;
86
	overflow: auto;
87
}
88
#shippingEstimate input	{
89
	width: 62px;
90
}
91
 
92
#shippingEstimate button	{
93
	width: 50px;
94
	height: 28px;
95
	margin-left: 10px;
96
}
97
 
98
#shippingEstimate label	{
99
	font-size: 10px;
100
}
101
 
102
#productDetail .shipping .estimate	{
103
	min-width: 250px;
104
	background-color: #C8DCE3;
105
	margin-left: 10px;
106
	padding: 6px 8px;
107
	font-size: 12px;
108
	font-weight: bold;
109
	color: #666666;
110
}
111
 
112
#cod	{	display: none;	}
113
 
114
#addToCart	{
115
	width: 170px;
116
	height: 24px;
4017 rajveer 117
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 1px no-repeat;
3830 chandransh 118
	padding: 15px 0;
119
	text-align: center;
120
	text-decoration: none;
121
	color: #ffffff;
122
	font-size: 16px;
123
	font-weight: bold;
124
	cursor: pointer;
4017 rajveer 125
	margin: 10px 0 0 28px;
3830 chandransh 126
}
127
 
128
#addToCart:hover	{
4017 rajveer 129
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 -54px no-repeat;
3830 chandransh 130
}
131
 
132
.compare-links	{
133
	width: 227px;
134
	height: 25px;
135
	margin-top: 10px;
136
}
137
 
138
.compare-links a	{
139
	cursor: pointer;
140
	font-size: 11px;
141
	padding-bottom: 5px;
142
    padding-left: 16px;
143
}
144
 
145
.util_compare	{
146
	background: url("/images/IconCompareWith_ProdArea.png") no-repeat scroll 0 0 transparent;
147
}
148
 
149
.util_addnewresearch	{
150
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat scroll 0 0 transparent;
151
}