Subversion Repositories SmartDukaan

Rev

Rev 6639 | Rev 7853 | 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	{
6639 amit.gupta 44
	width: 465px;
6561 amit.gupta 45
	margin: 5px 0 10px 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	{
6639 amit.gupta 82
	width: 465px;
3830 chandransh 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;
4017 rajveer 125
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 1px no-repeat;
3830 chandransh 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;
6639 amit.gupta 133
	margin: 26px 0 0 28px;
3830 chandransh 134
}
135
 
136
#addToCart:hover	{
4017 rajveer 137
	background: url("/images/ButtonAddtoCart_ALLSTATES.png") 0 -54px no-repeat;
3830 chandransh 138
}
139
 
140
.compare-links	{
141
	width: 227px;
5552 phani.kuma 142
	margin-top: 30px;
3830 chandransh 143
}
144
 
145
.compare-links a	{
146
	cursor: pointer;
147
	font-size: 11px;
148
	padding-bottom: 5px;
149
    padding-left: 16px;
150
}
151
 
5862 amit.gupta 152
.nextSlide-link	{
153
	width: 227px;
154
	height: 25px;
155
	margin-top: 10px;
156
}
157
 
158
.nextSlide-link a	{
159
	cursor: pointer;
160
	font-size: 15px;
161
	padding-bottom: 5px;
162
    padding-left: 16px;
163
}
164
 
165
 
3830 chandransh 166
.util_compare	{
167
	background: url("/images/IconCompareWith_ProdArea.png") no-repeat scroll 0 0 transparent;
168
}
169
 
170
.util_addnewresearch	{
171
	background: url("/images/IconAddtoCompare_ProdArea.png") no-repeat scroll 0 0 transparent;
172
}