Subversion Repositories SmartDukaan

Rev

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