Subversion Repositories SmartDukaan

Rev

Rev 5552 | Rev 6561 | 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{
25
	margin: 15px 0px 15px 15px;
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	{
44
	width: 440px;
4026 rajveer 45
	margin: 10px 0 15px 15px;
3830 chandransh 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;
3890 mandeep.dh 64
	line-height: 18px;
3830 chandransh 65
}
66
 
67
#productDetail .container-color-selector	{
4026 rajveer 68
	margin: 10px 0 15px 25px;
3830 chandransh 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: 440px;
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
#cod	{	display: none;	}
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;
4017 rajveer 135
	margin: 10px 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;
144
	height: 25px;
5552 phani.kuma 145
	margin-top: 30px;
3830 chandransh 146
}
147
 
148
.compare-links a	{
149
	cursor: pointer;
150
	font-size: 11px;
151
	padding-bottom: 5px;
152
    padding-left: 16px;
153
}
154
 
5862 amit.gupta 155
.nextSlide-link	{
156
	width: 227px;
157
	height: 25px;
158
	margin-top: 10px;
159
}
160
 
161
.nextSlide-link a	{
162
	cursor: pointer;
163
	font-size: 15px;
164
	padding-bottom: 5px;
165
    padding-left: 16px;
166
}
167
 
168
 
3830 chandransh 169
.util_compare	{
170
	background: url("/images/IconCompareWith_ProdArea.png") no-repeat scroll 0 0 transparent;
171
}
172
 
173
.util_addnewresearch	{
174
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat scroll 0 0 transparent;
175
}