Subversion Repositories SmartDukaan

Rev

Rev 4171 | Rev 5552 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4171 Rev 5145
Line 4... Line 4...
4
#actionBar .right{background:url(../images/product-sprite.png) no-repeat top right 0 -156px;}
4
#actionBar .right{background:url(../images/product-sprite.png) no-repeat top right 0 -156px;}
5
#actionBar .center{
5
#actionBar .center{
6
	margin:0 10px;
6
	margin:0 10px;
7
	height:24px;
7
	height:24px;
8
	background:url(../images/actionbar-hor-bar.jpg) repeat-x;
8
	background:url(../images/actionbar-hor-bar.jpg) repeat-x;
9
	padding-top:4px;   /* add by ebizon */
9
	padding-top:4px;
10
}
10
}
11
#actionBar .blockLeft{
11
#actionBar .blockLeft{
12
	float:left;
12
	float:left;
13
	width: 340px;
13
	width: 340px;
14
}
14
}
Line 44... Line 44...
44
	margin-top:2px;
44
	margin-top:2px;
45
	float:left;
45
	float:left;
46
}
46
}
47
#actionBar .blockRight span{
47
#actionBar .blockRight span{
48
	float:left;
48
	float:left;
49
	display:inline; /* IE 6 bug fix */
49
	display:inline;
50
}
50
}
51
#actionBar .blockRight #facebookCount,
51
#actionBar .blockRight #facebookCount,
52
#actionBar .blockRight #twitterCount{
52
#actionBar .blockRight #twitterCount{
53
	font-size:10px;
53
	font-size:10px;
54
	margin:3px 0 0 4px;
54
	margin:3px 0 0 4px;
Line 128... Line 128...
128
	border-top:1px solid #EEE;
128
	border-top:1px solid #EEE;
129
	border-right:1px solid #EEE;
129
	border-right:1px solid #EEE;
130
	border-left:1px solid #EEE;
130
	border-left:1px solid #EEE;
131
}
131
}
132
 
132
 
133
#slideGuideContent .ui-tabs { zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
133
#slideGuideContent .ui-tabs { zoom: 1; }
134
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
134
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
135
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-state-active a.vt, 
135
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-state-active a.vt, 
136
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-state-hover  a.vt{
136
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-state-hover  a.vt{
137
	color:#333333 !important;
137
	color:#333333 !important;
138
	font-weight: bold;
138
	font-weight: bold;
139
	text-decoration:none;
139
	text-decoration:none;
140
	background-color: white !important; 	
140
	background-color: white !important; 	
141
}
141
}
142
 
142
 
143
/*
-
 
144
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
-
 
145
*/
-
 
146
#slideGuideContent .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
143
#slideGuideContent .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
147
#slideGuideContent .ui-tabs .ui-tabs-panel { display: block;}
144
#slideGuideContent .ui-tabs .ui-tabs-panel { display: block;}
148
#slideGuideContent .ui-tabs .ui-tabs-hide { display: none !important; }
145
#slideGuideContent .ui-tabs .ui-tabs-hide { display: none !important; }
149
 
146
 
150
#slideGuideContent div.demo div.tabby{
147
#slideGuideContent div.demo div.tabby{
151
	/*padding:10px 60px 10px 60px;*/
-
 
152
	margin:0px 10px 0px 0px;
148
	margin:0px 10px 0px 0px;
153
	border:1px solid #ccc;
149
	border:1px solid #ccc;
154
	overflow:hidden;
150
	overflow:hidden;
155
	width:317px;
151
	width:317px;
156
}
152
}
Line 169... Line 165...
169
#slideGuideContent div.desc{
165
#slideGuideContent div.desc{
170
	float:left;
166
	float:left;
171
	width:240px;
167
	width:240px;
172
	padding:0px 0px 0px 0px;
168
	padding:0px 0px 0px 0px;
173
	margin:20px 2px 0px 10px;
169
	margin:20px 2px 0px 10px;
174
	display:inline; /*ie6 bug fix*/
170
	display:inline;
175
}
171
}
176
 
172
 
177
#slideGuideContent div.desc div.introduction{
173
#slideGuideContent div.desc div.introduction{
178
	font-size:0.9em;
174
	font-size:0.9em;
179
	line-height:2em;
175
	line-height:2em;
Line 351... Line 347...
351
	margin:0;
347
	margin:0;
352
	padding:0;
348
	padding:0;
353
}
349
}
354
 
350
 
355
#slideGuideContent .slider div ul{
351
#slideGuideContent .slider div ul{
356
	width:3000px;/* set to an arbitary high value*/
352
	width:3000px;
357
	overflow:hidden;
353
	overflow:hidden;
358
	margin:2px 0px;
354
	margin:2px 0px;
359
	padding:0;
355
	padding:0;
360
	margin-left:0;
356
	margin-left:0;
361
}
357
}
Line 377... Line 373...
377
 
373
 
378
/*___ slideGuideNav ___*/
374
/*___ slideGuideNav ___*/
379
#slideGuideNav {
375
#slideGuideNav {
380
	background-color: #E9F3F9;
376
	background-color: #E9F3F9;
381
	float:left;
377
	float:left;
382
	display:inline; /* IE 6 bug fix */
378
	display:inline;
383
	width: 140px;
379
	width: 140px;
384
	min-height: 817px;
380
	min-height: 817px;
385
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
381
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
386
	font-size:12px;
382
	font-size:12px;
387
}
383
}
Line 464... Line 460...
464
#phoneReviews .middle{
460
#phoneReviews .middle{
465
	color:#333;
461
	color:#333;
466
	background:#fdfdfd;
462
	background:#fdfdfd;
467
	border-left:1px solid #ccc;
463
	border-left:1px solid #ccc;
468
	border-right:1px solid #ccc;
464
	border-right:1px solid #ccc;
469
	padding:1px 0; /* Bug fix*/
465
	padding:1px 0;
470
}
466
}
471
#phoneReviews h2{
467
#phoneReviews h2{
472
	padding:5px 0 0 5px;
468
	padding:5px 0 0 5px;
473
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
469
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
474
	font-size:18px;
470
	font-size:18px;
Line 481... Line 477...
481
#phoneReviews .bottom .center{
477
#phoneReviews .bottom .center{
482
	background:url(../images/review-bottom-hor-bar.jpg) repeat-x; 
478
	background:url(../images/review-bottom-hor-bar.jpg) repeat-x; 
483
	height:31px;
479
	height:31px;
484
	margin:0 10px;
480
	margin:0 10px;
485
}
481
}
486
#phoneReviews .horLine{
482
#phoneReviews .horLine{\
487
	/* margin-top:-20px;   by ebizon */
-
 
488
	border-bottom:1px solid #ccc;
483
	border-bottom:1px solid #ccc;
489
  height:1px; /* add by ebizon */ 
484
  height:1px;
490
}
485
}
491
/* for chrome */
486
/* for chrome */
492
@media screen and (-webkit-min-device-pixel-ratio:0) {
487
@media screen and (-webkit-min-device-pixel-ratio:0) {
493
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
488
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
494
}
489
}