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	{
7323 anupam.sin 12
	width: 978px;
7272 amit.gupta 13
	height: 250px;
7323 anupam.sin 14
	border: 1px solid #555555;
15
	background-color: #EEEEEE;
7272 amit.gupta 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	{
7323 anupam.sin 62
	font-size: 16px;
63
	color: red;
7272 amit.gupta 64
	line-height: 18px;
7323 anupam.sin 65
	padding: 5px;
7272 amit.gupta 66
}
67
 
68
#productDetail .container-color-selector	{
69
	margin: 10px 0 15px 25px;
70
	padding: 5px;
71
}
72
 
73
#productDetail .container-color-selector .label	{
74
	font-size: 12px; 
75
}
76
 
77
#colorSelector	{
78
	width: 114px;
79
	height: 27px;
80
}
81
 
82
#productDetail .shipping	{
83
	width: 465px;
84
	margin-left: 15px;
85
	overflow: auto;
86
}
87
 
88
#productDetail .shipping .label	{
89
	width: 100%;
90
	font-size: 12px;
91
	font-weight: bold;
92
	margin-bottom: 8px;
93
}
94
 
95
#shippingEstimate	{
96
	width: 132px;
97
	overflow: auto;
98
}
99
#shippingEstimate input	{
100
	width: 62px;
101
}
102
 
103
#shippingEstimate button	{
104
	width: 50px;
105
	height: 28px;
106
	margin-left: 10px;
107
}
108
 
109
#shippingEstimate label	{
110
	font-size: 10px;
111
}
112
 
113
#productDetail .shipping .estimate	{
114
	min-width: 250px;
115
	background-color: #C8DCE3;
116
	margin-left: 10px;
117
	padding: 6px 8px;
118
	font-size: 12px;
119
	font-weight: bold;
120
	color: #666666;
121
}
122
 
123
#addToCart	{
124
	width: 170px;
125
	height: 24px;
7326 anupam.sin 126
	background: url("/storewebsite/images/ButtonAddtoCart_ALLSTATES.png") 0 1px no-repeat;
7272 amit.gupta 127
	padding: 15px 0;
128
	text-align: center;
129
	text-decoration: none;
130
	color: #ffffff;
131
	font-size: 16px;
132
	font-weight: bold;
133
	cursor: pointer;
134
	margin: 26px 0 0 28px;
135
}
136
 
137
#addToCart:hover	{
7328 anupam.sin 138
	background: url("/storewebsite/images/ButtonAddtoCart_ALLSTATES.png") 0 -54px no-repeat;
7272 amit.gupta 139
}
140
 
141
.compare-links	{
142
	width: 227px;
143
	height: 25px;
144
	margin-top: 30px;
145
}
146
 
147
.compare-links a	{
148
	cursor: pointer;
149
	font-size: 11px;
150
	padding-bottom: 5px;
151
    padding-left: 16px;
152
}
153
 
154
.nextSlide-link	{
155
	width: 227px;
156
	height: 25px;
157
	margin-top: 10px;
158
}
159
 
160
.nextSlide-link a	{
161
	cursor: pointer;
162
	font-size: 15px;
163
	padding-bottom: 5px;
164
    padding-left: 16px;
165
}
166
 
167
 
168
.util_compare	{
169
	background: url("/images/IconCompareWith_ProdArea.png") no-repeat scroll 0 0 transparent;
170
}
171
 
172
.util_addnewresearch	{
173
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat scroll 0 0 transparent;
174
}