body{
margin: 0;
padding: 0;
background: url(/images/shared/new_gradient_black_grey.jpg) repeat-x #434343;
}

hr{
color: #666;
}

iframe{
border: none;
}

#containment{
margin: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
width: 750px;
}

#regioncontainment{
margin: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
width: 710px;
}


/* footer */

table#footer{
width: 100%;
font: 10px/12px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
color: #9b9b9b;
padding: 6px;
}

table#footer a, table#footer a:link, table#footer a:visited, table#footer a:active{
text-decoration: none;
color: #9b9b9b;
}

table#footer a:hover{
text-decoration: underline;
}

/* START -  Cross-sell settings */
dl.cs {
	margin:0 0 15px 0;
	padding:0;

}
dl.cs dt, dl.cs dd{
	margin:0;
	padding:0;
}

dl.cs {
	width: 132px;
	height:100px;
}

dl.cs dt { 
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	
	background: #666 url(/images/shared/csbottom.gif) no-repeat left bottom;
	height:25px;
	line-height:25px;
	padding: 0 0 0 5px;
	opacity: .8;
	filter: alpha(opacity=80); /*Set opacity in IE only */
	-moz-opacity: .8;
	}

dl.cs dd {
  background: url(/images/shared/cstop.gif) no-repeat left top;
	height:75px;
}
/* END -  Cross-sell settings */
