Subversion Repositories SmartDukaan

Rev

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