/*************************************************************************
 * Page Product Detail Compare
 * 
 *************************************************************************/

div.tab-product-compare
	{
	margin-top: 10px;
	padding-bottom:25px;
	float: left;
	width: 570px;
	}

div.product-compare
	{
	margin-left: 105px;
	
	
	}

div.product-compare div.column
	{
	float:left;
	width: 150px;
	margin-right: 3px;
	padding: 0;
	
	}

div.product-compare div.select-product
	{
	display: block;
	height: 185px;
	}
	
div.product-compare div.select-product dl
	{
	display: block;
	float: left;
	}

div.product-compare div.select-product a.product-name
	{
	display: block;
	}

div.product-compare div.select-product,
div.product-compare div.select-product div.product-view
	{
	width: 139px !important;
	margin-left:12px;
	_margin:0px;
	}

	
div.product-compare div.select-product dd
	{
	padding: 0;
	height:auto;
	}

div.product-compare div.column span.unselected-product
	{
	background:transparent url(img/product-unselected.gif) no-repeat center top;
	text-align:center;
	display:block;
	color:#848484;
	padding-top:93px;
	height:100px;
	font-weight:bold;
	}

div.product-compare p.price
	{
	margin-left:35px;
	
	}

table.especificacoes 
	{
	margin-top: 5px;
	clear:both;
	table-layout:fixed;
	border-collapse:collapse;
	}
	
table.especificacoes div.list
	{
	display: none;
	width:145px;
	height:150px;
	overflow: auto;
	border:2px solid #AAA;
	background:white;
	margin: 0;
	padding: 0;
	text-align:center;
	
	}
	
table.especificacoes div.list dd
	{
	
	width: 122px;
	}

table.especificacoes td
	{
	border-right:solid 4px #FFF;
	padding-right:4px;
	vertical-align:middle;
	}

table.especificacoes td.product-list
	{
	vertical-align: top;
	background: none;
	padding: 0;
	width: 150px;
	}

table.especificacoes div.product-view
	{
	width: 122px;
	display: block;
	}

table.especificacoes div.product-view a
	{
	margin: 3px 0 3px 0;
	display: block;
	padding: 0;
	}

div.product-compare a.other-link
	{
	color:#48494F;
	text-decoration:underline;
	font-weight:bold;
	display: block;
	text-align: center;
	_margin-top:30px;
	}

div.product-compare dl.product-list div.product-view a
	{
	color:#0C2792;
	}
