@charset "utf-8";
/* CSS Document */

#crossSell {
background-color: #ebf2f8;
width: 99%;}


#product_leftColumn {
float: left;
position: relative;
width: 300px;
}

#product_rightColumn {
float: right;
width: 440px;
position: relative;}

.xsellBoxWrapper {
	border-left: 0px solid #9a9a9a;
	border-right: 0px solid #9a9a9a;
	border-bottom: 0px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}
	
a.border {
border: 1px solid #666666;} 
