Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
794 rajveer 1
/*___ Header ___*/
2
#header .content {
3
	padding-bottom:0;
4
	height:58px;
5
}
6
 
7
/*___ Sign In ___*/
1143 rajveer 8
#signin_menu .middle{/*padding-bottom:15px; COMMENTED BY EBIZON */}
794 rajveer 9
#signin_menu .middle dt{margin-bottom:0;}
10
#signin_menu .middle dd{margin-bottom:0;}
11
#signin_menu .middle input.floatRight{margin-top:0;}
12
 
13
/*___ Search & Cart ___*/
14
#searchCartArea{margin-bottom:1px;}
15
#search .dropdown{
16
	width:195px;
17
}
18
#search .dropdown option{font-size:12px;}
19
 
20
#search .button{width:60px;}
21
 
22
/*___ Wrapper ___*/
842 rajveer 23
/*#productDetail .blockRight .button{
794 rajveer 24
	margin-left:-11px;
25
	padding-top:5px;
26
}
842 rajveer 27
*/
794 rajveer 28
/*___ ActionBar ___*/
842 rajveer 29
/*#actionBar .blockLeft .btnWidth1_IE7{width:78px;}
794 rajveer 30
#actionBar .blockLeft .btnWidth1_IE7 .button{margin-left:-22px;}
31
 
32
#actionBar .blockLeft .btnWidth2_IE7{width:125px;}
33
#actionBar .blockLeft .btnWidth2_IE7 .button{margin-left:-34px;}
34
 
35
#actionBar .blockLeft .btnWidth1_IE7 .button,
36
#actionBar .blockLeft .btnWidth2_IE7 .button{padding-top:2px;}
842 rajveer 37
*/
794 rajveer 38
#actionBar .blockRight #askAFriend span{margin-left:-8px;}
39
 
40
/*___ slideGuideNav ___*/
41
#slideGuideNav a{padding-bottom:6px;}
42
 
43
/*___ slideGuideProduct ___*/
44
.slider .prev, .slider .next{margin-top:2px;}
45
 
46
.sliderScroll ul{position:static !important;}
47
 
48
.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
49
div.demo .ui-tabs-nav li.ui-tabs-selected,
50
div.demo .ui-tabs-nav li.ui-state-active{background:none !important;}
51
 
52
/*___ Product Category : Multifaceted Search ___*/
53
#filterBy .filterOption input{margin-top:0;}
54
#filterBy .filterOption label{padding-top:0;}
55
 
56
/*___ Product Category : Product List ___*/
1143 rajveer 57
#productList .productItem .productDesp ul{margin-left:0px; /*  margin-left:15px; by ebizon */}
808 rajveer 58
 
59
 
60
/** Ebizon changes for ie7 dropdown  **/
61
 
62
#search .dropdown , #search #category{
63
	font-size:18px !important; 
64
}
65
 
66
.yellow-image {
67
height:19px;
68
padding:3px 7px 4px 7px;
69
}
70
.addressButton {
71
left:235px;
72
}
834 rajveer 73
 
74
/****  Ebizon changes for menu sub items in ie7 ****/
75
 
76
#menu ul li {
77
	position:relative;
78
}
79
#menu li ul {
950 rajveer 80
    top: 100px;  
834 rajveer 81
}
82
#menu ul li.menu-parent-first ul.shadow {
83
	margin-left:-155px;
84
}
85
#menu li.haschild ul.shadow {
86
	margin-left:-163px;
87
}
88
 
89
.cart-checkout .yellow-image {
90
  padding: 0 5px 7px 0;
91
}
92
#registration .registration-form .login-row{ padding: 0 0 4px 0; }
1227 vikas 93
/*#slideGuideContent div.demo ul {
950 rajveer 94
	margin:0 0 -2px 0;
1227 vikas 95
}*/
950 rajveer 96
#slideGuideContent div.demo .ui-tabs-nav li.ui-tabs-selected, #slideGuideContent div.demo .ui-tabs-nav li.ui-state-active {
97
	background:none repeat scroll 0 0 transparent !important;
1102 rajveer 98
}
99
#registration .mid-inner {
100
	padding-bottom:10px;
101
}
102
#registration .shipping-block1-R .button{
103
	background: url("../images/nav-img/num-sprite.png") no-repeat scroll 120px -156px transparent;
1106 rajveer 104
}
1143 rajveer 105
 
106
/* 23 MARCH */
107
 
108
#productList .productListBottom, #productListing .productListBottom {
1181 rajveer 109
    padding: 0 10px 0px 12px;
1106 rajveer 110
}
1143 rajveer 111
 
112
#productDetail .blockLeft .imgTextBox .textbox {
113
    margin-left:-5px;
1106 rajveer 114
}
1143 rajveer 115
#productDetail .blockLeft .imgTextBox {
116
    width: 75px;
117
        margin-right:7px;
118
}
119
#frmRegister .register-row .newsletter {
120
    line-height:normal;
121
}
122
#sidebar div.lightbox{
123
	margin:5px 0 0 0;
1181 rajveer 124
}