Subversion Repositories SmartDukaan

Rev

Rev 1102 | Rev 1143 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
794 rajveer 1
/*___ Search & Cart ___*/
2
#search .button{padding-top:1px;}
3
 
4
/*___ Wrapper ___*/
5
#productDetail .blockRight #rating{
6
	margin-top:-20px;
7
	padding-top:0;
8
}
9
 
10
/*___ slideGuideProduct ___*/
11
.slider .prev, .slider .next{margin-top:2px;}
950 rajveer 12
 
13
#menu li ul li a:hover{
14
color:#0066cc !important;
15
z-index: 999999;
16
}
17
#actionBar .fblikeDiv {
18
	margin-top:-4px;
19
}
20
#slideGuideContent div.demo ul {
21
	margin:0 0 -2px 0;
1102 rajveer 22
}
23
#registration .shipping-block1-R .button {
24
    background: url("../images/nav-img/num-sprite.png") no-repeat scroll 95px -158px transparent;
25
    padding-right: 15px;
1106 rajveer 26
}
27
.yellow-left {
28
	background:transparent url(../images/buttons/big-button-left.jpg) no-repeat scroll 0 0;
29
}
30
.yellow-right {
31
	background:transparent url(../images/buttons/big-button-right.jpg) no-repeat scroll right top;
32
}
33
.yellow-center {
34
	background:transparent url(../images/buttons/big-button-hor-bar.jpg) repeat-x scroll 0 0;
950 rajveer 35
}