Subversion Repositories SmartDukaan

Rev

Rev 6885 | Details | Compare with Previous | 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
		/*------------------------
100
		-------------- RIGHT ARROW
101
		------------------------*/
102
 
103
		/* Sets position and main configs */
104
		.slider_arrow_right {
105
 
106
			bottom: 10px;
107
			cursor: pointer;
108
			float: left;
109
			height: 22px;
110
			left: 37px;
111
			position: absolute;
112
			width: 22px;
113
			z-index: 5;
114
 
115
		}
116
 
117
	/*------------------------
118
	---------------- SELECTORS
119
	------------------------*/
120
 
121
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
122
	.slider_selector, .slider_selector_dis {
123
 
124
		bottom: 10px;
125
		list-style: none;
126
		margin: 0 0 0 5px;
127
		position: absolute;
128
		right: 10px;
129
		z-index: 5;
130
 
131
	}
132
 
133
		/* Sets image of selectors */
134
		.slider_selector li, .slider_selector_dis li {
135
 
136
			display: block !important;
137
			background: url(/images/slider_selector.png) no-repeat top left;
138
			cursor: pointer;
139
			float: left;
140
			margin: 0 3px !important;
141
			height: 10px !important;
142
			position: relative !important;
143
			width: 10px !important;
144
 
145
		}
146
 
147
		/* Sets the current selector */
148
		.slider_selector li.current, .slider_selector_dis li.current {
149
 
150
			background: url(/images/slider_selector_current.png) no-repeat top left;
151
 
152
		}
153
 
154
	/* Disables the selectors */
155
	.slider_selector_dis li {
156
 
157
		cursor: default !important;
158
		z-index: 5;
159
 
160
	}
161
 
162
	.container {
163
 
164
		float: left;
165
		position: relative;
166
		width: 100%;
167
		z-index: 15;
168
 
169
	}
170
 
171
 
172
 
173
 
174
 
175
 
176
 
177
 
178
	a.learn_more {
179
 
180
	background: url(assets/learn_more_button.png) no-repeat top left;
181
	float: left;
182
	height: 36px;
183
	margin: 0 20px 0 0;
184
	width: 164px;
185
 
186
}
187
 
188
a.learn_more:hover {
189
 
190
	background: url(assets/learn_more_button_hover.png) no-repeat top left;
191
 
192
}
193
 
194
a.buy_it {
195
 
196
	background: url(assets/buy_it.png) no-repeat top left;
197
	float: left;
198
	height: 36px;
199
	margin: 0 20px 0 0;
200
	width: 164px;
201
 
202
}
203
 
204
a.buy_it:hover {
205
 
206
	background: url(assets/buy_it_hover.png) no-repeat top left;
207
 
208
}