	body{
		font-family: arial, sans-serif;
		font-size: 10pt;
	}	

	div.detail_view { 
	/*	position: absolute; left: 0px; top:  0px;*/
		height: 100%;
	}


	table.detail { background-color: white; }

	div.infocollapse{
		height: 16px; width: 13px; position: relative; top: 16px; z-index: 5;
		display: inline;
	}

	div.detailinfo {
		height: 100px;
		bottom: 0px;
	}
	
	div.detail_top {
/*		position: relative;*/
		margin: auto;
	/*	top: 30px;*/
	}

	div.detail_top div.medium{
		margin: auto;
		text-align: center;
	}

	tr.detail_row {
  		padding-top: 2px;
  	}

	tr.detail_row td.detail_label {
  		width: 30%;
  		text-align: right;
		background-color: #AAA;
  	}

	tr.detail_row td.detail_value {
  		width: 70%;
  		text-align: left;
		background-color: #EEE;
  	}

	a.product_add_cart{
		display: block;
		position: relative;
                text-decoration: none;
	}
	a.product_add_cart span{
		color: black;
	}

	 a.product_add_cart img{
		position: absolute;
		right: 10px;
		top: 0px;
        }
