Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1778 rajveer 1
.jspContainer {
2
  overflow: hidden;
3
  position: relative;
4
}
5
.jspPane {
6
  position: absolute;
7
}
8
.jspVerticalBar {
9
  background: none repeat scroll 0 0 red;
10
  height: 100%;
11
  position: absolute;
12
  right: 0;
13
  top: 0;
14
  width: 16px;
15
}
16
.jspHorizontalBarbottom {
17
  top: 0px;
18
}
19
.jspHorizontalBar,
20
.jspHorizontalBarbottom {
21
  bottom: -4px;
22
  height: 30px;
23
  left: 0;
24
  position: absolute;
25
  width: 100%;
26
  padding-top: 3px;
27
  padding-left:5px;
28
}
29
.jspVerticalBar *, .jspHorizontalBar *, .jspHorizontalBarbottom * {
30
  margin: 0;
31
  padding: 0;
32
}
33
.jspCap {
34
  display: none;
35
}
36
.jspHorizontalBar .jspCap,
37
.jspHorizontalBarbottom .jspCap {
38
  float: left;
39
}
40
.jspTrack,
41
.jspTrackbottom {
42
  position: relative;
43
  background:transparent url(../images/scroller-mid.png) repeat-x scroll 0 0;
44
  height:21px;
45
  width: 755px !important;
46
}
47
.scroller-column-5 .jspDrag,
48
.scroller-column-5 .jspDragbottom {
49
  background:transparent url(../images/scroll-450.png) no-repeat scroll 0 0;
50
  cursor: pointer;
51
  left: 0;
52
  position: relative;
53
  top: 3px;
54
  width: 461px !important;
55
}
56
.scroller-column-4 .jspDrag,
57
.scroller-column-4 .jspDragbottom {
58
  background:transparent url(../images/scroll-568.png) no-repeat scroll 0 0;
59
  cursor: pointer;
60
  left: 0;
61
  position: relative;
62
  top: 3px;
63
  width: 568px !important;
64
}
65
 
66
.jspHorizontalBar .jspTrack, 
67
.jspHorizontalBar .jspDrag,
68
.jspHorizontalBarbottom .jspTrackbottom, 
69
.jspHorizontalBarbottom .jspDragbottom {
70
  float: left;
71
  height: 100%;
72
}
73
.jspArrow,
74
.jspArrowbottom {
75
  background:transparent url(../images/scroller-left.png) no-repeat scroll 0 0;
76
  cursor: pointer;
77
  display: block;
78
  text-indent: -20000px;
79
  width:28px !important;
80
  float:left;
81
  height: 21px;
82
}
83
.jspArrow.jspDisabled,
84
.jspArrowbottom.jspDisabled {
85
  background:transparent url(../images/scroller-left.png) no-repeat scroll 0 0;
86
  cursor: default;
87
  height: 21px;
88
  float:left;
89
  width:28px !important;
90
}
91
.jspArrowRight , .jspArrowRight.jspDisabled , .jspArrowRightbottom , .jspArrowRightbottom.jspDisabled{
92
  background:transparent url(../images/scroller-right.png) no-repeat scroll 0 0;
93
  cursor: pointer;
94
  height: 21px;
95
  float:left;
96
  width:30px !important;
97
}
98
.jspVerticalBar .jspArrow {
99
  height: 16px;
100
}
101
.jspHorizontalBar .jspArrow,
102
.jspHorizontalBarbottom .jspArrowbottom {
103
  float: left;
104
  height: 100%;
105
  width: 16px;
106
}
107
.jspVerticalBar .jspArrow:focus {
108
  outline: medium none;
109
}
110
.jspCorner {
111
  background: none repeat scroll 0 0 #EEEEF4;
112
  float: left;
113
  height: 100%;
114
}
115
* html .jspCorner {
116
  margin: 0 -3px 0 0;
117
}
118
.inner-comparision-area,
119
.inner-comparision-area-scroller {
120
  width:825px;
121
  overflow: hidden;
122
}
123
.scroller-column-5 .scroller-content-inner,
124
.scroller-column-5 .column-bottom-grey,
125
.scroller-column-5 .column-top-grey{
126
  float: left;
127
  width: 1375px;
128
}
129
.scroller-column-4 .scroller-content-inner,
130
.scroller-column-4 .column-bottom-grey,
131
.scroller-column-4 .column-top-grey {
132
  float: left;
133
  width: 1100px;
134
}
135
.column-bottom-grey {
136
  position:relative;
137
  bottom: 0px;
138
}
139
.jspScrollable .scroller-content-inner .product-name {
140
	padding-left: 14px;
141
	margin-left: 0px;
142
}
143
.jspScrollable .scroller-content-inner .product-name .phone-name {
144
	margin-left: 0px;
145
	margin-right: 14px;
146
}