/*************************************************************************
 * Page Product Detail
 * 
 *************************************************************************/

table.especificacoes
	{
	border-collapse:collapse;
	width:100%;
	color:#48494f;
	margin:-15px 0 0 0;
	}

table.especificacoes tr.alternate
	{
	background:#f2f5f6;
	}
table.especificacoes th,
table.especificacoes td
	{
	padding:5px 3px;
	}
table.especificacoes th
	{
	text-align:right;
	padding-right:10px;
	}

ul.tab-product-detail
	{
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	color:#707070;
	border-bottom:1px solid #e4e4e5;
	height: 24px;
	width: 575px;
	}

ul.tab-product-detail a,
ul.tab-product-detail a:visited
	{
	color:#707070;
	display:block;
	padding:3px 7px;
	text-transform:lowercase;
	}
ul.tab-product-detail a:hover
	{
	color:#ff7322;
	}

ul.tab-product-detail li.current
	{
	background:transparent url(img/tab-shadow.gif) no-repeat right top;
	padding-right:4px;
	margin-bottom:-1px;
	
	}

ul.tab-product-detail li.current a,
ul.tab-product-detail li.current a:visited
	{
	background:white;
	border:1px solid #E4E4E4;
	border-bottom-color:white;
	color:#ff7322;
	}

div.block-related-product
	{
	background:transparent url(img/related-product-bg.gif);
	}

div.block-related-product div.head
	{
	background:transparent url(img/block-head-bg.gif) no-repeat scroll 0pt -122px;
	}
div.block-related-product div.head h3
	{
	color:#3E7299;
	text-align:center;
	width:100%;
	}

div.block-related-product div.body
	{
	background:transparent url(img/related-product-bottom.gif) no-repeat left bottom;
	margin:0 0 0 0;
	width:180px;
	}

div.block-related-product div.body dl.product-list dd
	{
	width:180px;
	}

