/* Yes, we all hate IE6 */

div.admin .left, div.admin .right {
	width:46%;  /* fix the admin page in IE6 */
}

/*
 * Tabs CSS - IE 5 and 6 don't support PNGs with alpha transparency.
 */

ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  display: inline; /* Otherwise the blocks mistakenly get 100% width in IE5 */
  display: inline-block; /* Otherwise the blocks mistakenly get 100% width in IE6 */
}

ul.primary,
ul.secondary {
  width: 100%; /* Otherwise IE5 treats the ul as floated */
  width: auto; /* Reset to auto width for IE6 */
}

ul.primary li a {
  background: url(images/tabs/tab-left-ie6.png) no-repeat left -38px;
}

ul.primary li a .tab {
  background: url(images/tabs/tab-right-ie6.png) no-repeat right -38px;
}

ul.primary li a:hover {
	cursor:pointer; /* Minor fix for primary and secondary tabs in IE */
	color:#555;
	text-decoration:none;
  background: url(images/tabs/tab-left-ie6.png) no-repeat left -76px;
}
ul.secondary li a:hover{
	cursor:pointer; /* Minor fix for primary and secondary tabs in IE */
	color:#555;
	text-decoration:none;
}
ul.primary li a:hover .tab {
  background: url(images/tabs/tab-right-ie6.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover {
  background: url(images/tabs/tab-left-ie6.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
  background: url(images/tabs/tab-right-ie6.png) no-repeat right 0;
}

/** Drupal admin tables **/

#content tr.even th,
#content tr.even td,
#content tr.odd th,
#content tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}

#header {
	width:960px;
}
.jcarousel-control {
	left:0;
}
#block-google_cse-0 {
	width:421px;
}
#edit-sa {
	width:80px;
	overflow:hidden;
}
.menu-primary-links-living {
	left:0;
}
.menu-primary-links-basics {
	left:95px;
}
#navigation {
	left:0;
}
#block-block-2 .content {
	position: relative;
}

.quicktabs_wrapper {
	padding:0 0 12px 0;
}
.quicktabs_wrapper,
ul.quicktabs-style-dltabs {
	border:none;
}
.quicktabs-style-dltabs li {
	display:inline-block;
	float:left !important;
}

.quicktabs_main li {
	display: list-item;
	width: auto;
	float: none !important;
	text-align: left !important;
}
.quicktabs_main  li a{
text-align: left !important;
}
.with-top-ad #content-wrapper{
  /*margin-top: 126px;        /* Navigation Height */
	padding-top:240px;
}
#content{
	margin-top: 0 !important;
}
span.type{
	position: relative;
	display: inline !important;
}
#oas-oas_Top .block-inner{
	margin: 0;
	overflow: hidden;
}
#welcome-header{
	float: right !important;
	width: 0px;
}	
.welcome-inner{
	display: inline-block;
	width: auto;
	white-space: nowrap;
	/*float: right;*/
}
#sidebar-first,
#sidebar-second{
	margin-top: 0;
}
/*.related-recipes .inner{
padding: 10px 13px;
background: transparent url(../images/related-top.gif) no-repeat top left !important;
}
*/

.menu-dropdown{
	top: 38px;
	line-height: normal;
}
.menu-dropdown ul li a,
.menu-dropdown ul li{
	margin-bottom: 0 !important;
	height: 1%;
	line-height: 14px;
}
.menu-dropdown ul li{
  padding: 0 !important;
}