Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6885 kshitij.so 1
@charset "utf-8";
2
 
3
.x1 {
4
 
5
	float: left;
6
	width: 960px;
7
 
8
}
9
 
10
.x2 {
11
 
12
	width: 465px;
13
 
14
}
15
 
16
.x3 {
17
 
18
	width: 300px;
19
 
20
}
21
 
22
.x3_2 {
23
 
24
	width: 630px;
25
 
26
}
27
 
28
.x4 {
29
 
30
	width: 217px;
31
 
32
}
33
 
34
.x4_3 {
35
 
36
	width: 712px;
37
 
38
}
39
 
40
.x5 {
41
 
42
	width: 168px;
43
 
44
}
45
 
46
.x5_2 {
47
 
48
	width: 366px;
49
 
50
}
51
 
52
.x5_3 {
53
 
54
	width: 564px;
55
 
56
}
57
 
58
.x5_4 {
59
 
60
	width: 762px;
61
 
62
}
63
 
64
.x6 {
65
 
66
	width: 135px;
67
 
68
}
69
 
70
.last {
71
 
72
	margin-right: 0;
73
 
74
}
75
 
76
/*------------------------
77
	---------------- NAVS
78
	------------------------*/
79
 
80
 
81
		/*------------------------
82
		--------------- LEFT ARROW
83
		------------------------*/
84
 
85
		/* Sets position and main configs */
86
		.slider_arrow_left {
87
 
88
			bottom: 10px;
89
			cursor: pointer !important;
90
			float: left;
91
			height: 22px;
92
			left: 10px;
93
			position: absolute;
94
			width: 22px;
95
			z-index: 5;
96
 
97
		}
98
 
99
		/* left arrow image */
100
		.slider_arrow_left {
101
 
102
			background: url(/images/left_arrow.png) no-repeat top left;
103
 
104
		}
105
 
106
 
107
		/*------------------------
108
		-------------- RIGHT ARROW
109
		------------------------*/
110
 
111
		/* Sets position and main configs */
112
		.slider_arrow_right {
113
 
114
			bottom: 10px;
115
			cursor: pointer;
116
			float: left;
117
			height: 22px;
118
			left: 37px;
119
			position: absolute;
120
			width: 22px;
121
			z-index: 5;
122
 
123
		}
124
 
125
		/* Right arrow Background */
126
		.slider_arrow_right {
127
 
128
			background: url(/images/right_arrow.png) no-repeat top left;
129
 
130
		}
131
 
132
 
133
 
134
 
135
	/*------------------------
136
	---------------- SELECTORS
137
	------------------------*/
138
 
139
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
140
	.slider_selector, .slider_selector_dis {
141
 
142
		bottom: 10px;
143
		list-style: none;
144
		margin: 0 0 0 5px;
145
		position: absolute;
146
		right: 10px;
147
		z-index: 5;
148
 
149
	}
150
 
151
		/* Sets image of selectors */
152
		.slider_selector li, .slider_selector_dis li {
153
 
154
			display: block !important;
155
			background: url(/images/slider_selector.png) no-repeat top left;
156
			cursor: pointer;
157
			float: left;
158
			margin: 0 3px !important;
159
			height: 10px !important;
160
			position: relative !important;
161
			width: 10px !important;
162
 
163
		}
164
 
165
		/* Sets the current selector */
166
		.slider_selector li.current, .slider_selector_dis li.current {
167
 
168
			background: url(/images/slider_selector_current.png) no-repeat top left;
169
 
170
		}
171
 
172
	/* Disables the selectors */
173
	.slider_selector_dis li {
174
 
175
		cursor: default !important;
176
		z-index: 5;
177
 
178
	}
179
 
180
	.container {
181
 
182
		float: left;
183
		position: relative;
184
		width: 100%;
185
		z-index: 15;
186
 
187
	}
188
 
189
 
190
 
191
 
192
 
193
 
194
 
195
 
196
	a.learn_more {
197
 
198
	background: url(assets/learn_more_button.png) no-repeat top left;
199
	float: left;
200
	height: 36px;
201
	margin: 0 20px 0 0;
202
	width: 164px;
203
 
204
}
205
 
206
a.learn_more:hover {
207
 
208
	background: url(assets/learn_more_button_hover.png) no-repeat top left;
209
 
210
}
211
 
212
a.buy_it {
213
 
214
	background: url(assets/buy_it.png) no-repeat top left;
215
	float: left;
216
	height: 36px;
217
	margin: 0 20px 0 0;
218
	width: 164px;
219
 
220
}
221
 
222
a.buy_it:hover {
223
 
224
	background: url(assets/buy_it_hover.png) no-repeat top left;
225
 
226
}