Subversion Repositories SmartDukaan

Rev

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