﻿
/*
Wrapper ------------------------- */

#xml {
	margin:0;
	padding:0;
	}

/*
Head ------------------------- */	

#xml-head{
	border-bottom:1px solid #ccc;
	float:left;
	clear:both;
	}
	
#xml-head h2 {
	font-size:16px;
	font-weight:bold;
	margin:5px;
	}
	
#xml-head p {
	margin:5px 5px 20px 5px;
	}
	
#xml-head img {
	float:right;
	display:inline;
	margin:5px 20px 20px 20px;
	}
	
/*
Content ------------------------- */

#xml-content {
	margin:10px 0;
	float:left;
	clear:both;
	width:100%;
	}
	
/*
Overview ------------------------- */	

ul#xml-products
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
	
#xml-content ul#xml-products li 
{
	float:left;
	width:110px;
	height:90px;
	font-size:12px;
	margin:0 5px 5px 0;
	border:1px solid #ccc;
	background:#fff;
}
	
ul#xml-products li:hover 
{
	border:1px solid #999;
}
	
ul#xml-products li a 
{
	margin:5px;
	float:left;
}

/*
Listing ------------------------- */	

#xml-content h3 {
	font-size:14px;
	font-weight:bold;
	/*margin:5px;*/
	}
	
#xml-content h4 {
	font-size:12px;
	font-weight:bold;
	margin:3px 3px 3px 0px;
	}
	
#xml-content p {
	margin:5px;
	}

#xml-content table.xml-products-list {
	width:100%;
	padding:5px;
	margin:0 0 5px 0;
	}

#xml-content table.xml-products-list td {
	padding:3px 3px 3px 7px;

	}

.productlistHeader {
	background:#FFCC00 none repeat scroll 0 0;
	padding:3px 3px 3px 7px;
	border-bottom:solid 1px #000000;
	font-weight:bold;
	}

/*
Detail ------------------------- */	

div.xml-detail-block {
	/*float:left;*/
	margin:20px 0 0 0;
	width: 100%;
	}

	
div.xml-detail-block img
{
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	border-left-style: solid;
}

div.xml-detail-block2 {
	/*float:left;*/
	margin:20px 0 0 0;
	padding:0 0 30px 0;
	width: 100%;
	}
	
div.xml-detail-block2 img
{
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	border-left-style: solid;
}

div.detail-head
{
	border-bottom:1px solid #000000;
	font-size:14px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:2px;
	
}
div.xml-Unit-block
{
border-bottom:1px solid #000000;
	font-size:12px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:2px;	
}
div.detail-desc
{	
	padding-bottom:6px;
	
}
.bkcolor
{
	background-color:#f1f1f1;
}
.usmetric_selcted
{
	color:gray ! important ;
	font-size:10px ! important ;	
}
a.usmetric_unselected
{
	color:#996600 ! important ;
	font-size:10px ! important ;
	
}
a.usmetric_unselected:hover
{
	text-decoration:underline ! important ;	
	
}
.ddltext
{
	font-size:85%;
	font-family:Verdana;
	color:#000000;
	background-color:#F1F1F1;
}
.font10
{
	font-size:10px ! important ;
}
.productlist
{
	font-size:10px ! important ;
	width:720px ! important ;
	
}
.productlist td
{
padding:5px 3px 3px 7px ! important ;	
}


	
