Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7272 amit.gupta 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-bottom: 3px;
22
}
23
 
24
#productDetail .product-main-title{
25
	margin: 15px 0px 15px 15px;
26
}
27
 
28
#productDetail .offer-image {
29
	background: url(/images/IconOfferPack_ProdPage.png) no-repeat scroll 0 0 transparent;
30
	height: 50px;
31
	width: 50px;
32
	margin-right: 10px;
33
}
34
 
35
#productDetail .product-name	{
36
	font-weight: bold;
37
}
38
 
39
#productDetail .desc	{
40
	font-size: 13px;
41
}
42
 
43
#productDetail .price-n-warranty	{
44
	width: 465px;
45
	margin: 5px 0 10px 15px;
46
}
47
 
48
#productDetail .price	{
49
	font-size: 15px;
50
}
51
 
52
#productDetail .price .mrp	{
53
	text-decoration: line-through;
54
	text-decoration-color: #ff0000;
55
}
56
 
57
#productDetail .price .price-diff	{
58
	font-size: 11px;
59
}
60
 
61
#productDetail .warranty	{
62
	font-size: 12px;
63
	color: #666666;
64
	line-height: 18px;
65
}
66
 
67
#productDetail .container-color-selector	{
68
	margin: 10px 0 15px 25px;
69
	padding: 5px;
70
}
71
 
72
#productDetail .container-color-selector .label	{
73
	font-size: 12px; 
74
}
75
 
76
#colorSelector	{
77
	width: 114px;
78
	height: 27px;
79
}
80
 
81
#productDetail .shipping	{
82
	width: 465px;
83
	margin-left: 15px;
84
	overflow: auto;
85
}
86
 
87
#productDetail .shipping .label	{
88
	width: 100%;
89
	font-size: 12px;
90
	font-weight: bold;
91
	margin-bottom: 8px;
92
}
93
 
94
#shippingEstimate	{
95
	width: 132px;
96
	overflow: auto;
97
}
98
#shippingEstimate input	{
99
	width: 62px;
100
}
101
 
102
#shippingEstimate button	{
103
	width: 50px;
104
	height: 28px;
105
	margin-left: 10px;
106
}
107
 
108
#shippingEstimate label	{
109
	font-size: 10px;
110
}
111
 
112
#productDetail .shipping .estimate	{
113
	min-width: 250px;
114
	background-color: #C8DCE3;
115
	margin-left: 10px;
116
	padding: 6px 8px;
117
	font-size: 12px;
118
	font-weight: bold;
119
	color: #666666;
120
}
121
 
122
#addToCart	{
123
	width: 170px;
124
	height: 24px;
125
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 1px no-repeat;
126
	padding: 15px 0;
127
	text-align: center;
128
	text-decoration: none;
129
	color: #ffffff;
130
	font-size: 16px;
131
	font-weight: bold;
132
	cursor: pointer;
133
	margin: 26px 0 0 28px;
134
}
135
 
136
#addToCart:hover	{
137
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 -54px no-repeat;
138
}
139
 
140
.compare-links	{
141
	width: 227px;
142
	height: 25px;
143
	margin-top: 30px;
144
}
145
 
146
.compare-links a	{
147
	cursor: pointer;
148
	font-size: 11px;
149
	padding-bottom: 5px;
150
    padding-left: 16px;
151
}
152
 
153
.nextSlide-link	{
154
	width: 227px;
155
	height: 25px;
156
	margin-top: 10px;
157
}
158
 
159
.nextSlide-link a	{
160
	cursor: pointer;
161
	font-size: 15px;
162
	padding-bottom: 5px;
163
    padding-left: 16px;
164
}
165
 
166
 
167
.util_compare	{
168
	background: url("/images/IconCompareWith_ProdArea.png") no-repeat scroll 0 0 transparent;
169
}
170
 
171
.util_addnewresearch	{
172
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat scroll 0 0 transparent;
173
}