Subversion Repositories SmartDukaan

Rev

Rev 611 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 611 Rev 762
Line 391... Line 391...
391
	font-size:10px;
391
	font-size:10px;
392
}
392
}
393
 
393
 
394
/*___ Yellow Buttons & Disable buttons ___*/
394
/*___ Yellow Buttons & Disable buttons ___*/
395
#main .bigImgButton, 
395
#main .bigImgButton, 
396
#signin_menu .bigImgButton {
396
#signin_menu .bigImgButton,
-
 
397
#colorbox .bigImgButton {
397
	color:#000;
398
	color:#000;
398
	font-weight:bold;
399
	font-weight:bold;
399
}
400
}
400
 
401
 
401
#main .bigImgButton .left,
402
#main .bigImgButton .left,
-
 
403
#signin_menu .bigImgButton .left,
402
#signin_menu .bigImgButton .left{background:url(../images/buttons/big-button-left.jpg) no-repeat;}
404
#colorbox .bigImgButton .left{background:url(../images/buttons/big-button-left.jpg) no-repeat;}
403
 
405
 
404
#main .bigImgButton .right,
406
#main .bigImgButton .right,
-
 
407
#signin_menu .bigImgButton .right,
405
#signin_menu .bigImgButton .right{background:url(../images/buttons/big-button-right.jpg) no-repeat top right;}
408
#colorbox .bigImgButton .right{background:url(../images/buttons/big-button-right.jpg) no-repeat top right;}
406
 
409
 
407
#main .bigImgButton .center,
410
#main .bigImgButton .center,
408
#signin_menu .bigImgButton .center{
411
#signin_menu .bigImgButton .center,
-
 
412
#colorbox .bigImgButton .center{
409
	margin:0 10px;
413
	margin:0 10px;
410
	background:url(../images/buttons/big-button-hor-bar.jpg) repeat-x;
414
	background:url(../images/buttons/big-button-hor-bar.jpg) repeat-x;
411
	height:28px;
415
	height:28px;
412
}
416
}
413
#main .bigImgButton a,
417
#main .bigImgButton a,
414
#signin_menu .bigImgButton a{
418
#signin_menu .bigImgButton a,
-
 
419
#colorbox .bigImgButton a{
415
	color:#000;
420
	color:#000;
416
	text-decoration:none;
421
	text-decoration:none;
417
}
422
}
418
 
423
 
419
#main .smallImgButton {
424
#main .smallImgButton {