
/*
Wrapper ------------------------- */
.clear {
  clear: both;
}

#xml {
	margin: 20px 20px 20px 22px;
	padding:0;
	}

/*
Head ------------------------- */	

#xml-head{
  margin: 10px;
	}
	
#xml-head h2 {
	padding: 0 0 10px 0; float:none; clear:left; border-bottom: none; font-size: 1.4em; font-weight: normal; color: #000; margin: 0 0 0 5px;
	}
	
#xml-head p {
	margin:5px 5px 20px 5px;
	}
	
#xml-head img {
	float:right;
	display:block;
	margin:5px 0px 20px 20px;
	padding:2px;
	background:#ccc; 
	}
	
/*
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:160px;
	height:90px;
	font-size:12px;
	margin:0 5px 5px 0;
	border:1px solid #ccc;
	background:#fff;
  text-align:center;
  padding-top: 10px;
	}
	
ul#xml-products li:hover {
	border:1px solid #999;
	}
	
ul#xml-products li a {
	text-decoration:none;
	}
	
ul#xml-products li a:hover {
	color:#333;
	}

/*
Listing ------------------------- */	

#xml-content h3 {
	font-size:14px;
	font-weight:bold;
	margin:5px;
	}
	
#xml-content h4 {
	font-size:12px;
	font-weight:bold;
	margin:3px;
	}
	
#xml-content p {
	margin:5px;
	}

#xml-content table.xml-products-list {
	width:100%;
	padding:0;
	margin:0 0 10px 0;
	}

#xml-content table.xml-products-list td {
	border-top:1px solid #ccc;
	padding:3px;
	}



/*
Detail ------------------------- */	

div.xml-detail-block {
	float:left;
	margin:20px 0 0 0;
	width: 100%;
	height: 100%;
	}
	
div.xml-detail-block img {
	float:left;
	display:inline;
	margin:0 20px 0 0 ;
	}

  div.tabs {
    margin: 10px;
  }

ul.nav {
  margin: 0 !important;
}

ul.features,
ul.features ul {
  list-style-type: none !important;
}

ul.features {
  margin: 15px !important;
}

ul.features ul {
  margin: 0 0 0 20px !important;
}

ul.features li {
  clear: both;
  margin-bottom: 20px;
}

ul.features li ul li {
  clear: none;
}

ul.features li ul li ul {
  list-style-type: disc !important;
}

ul.features li ul li ul li {
  margin: 5px !important;
}

ul.features img {
  float: right;
  margin: 5px;
  clear: both;
}

ul.features li.top-level {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #eee;
}

div#right-column table.xml_product_table {
  width: 95% !important;
  margin: 20px;
}

#xml-content table {
  width: 95% !important;
  margin: 20px;
}

.xml_product_table tr {
  border-bottom: 1px solid #eee;
}

div.header {
  margin: 20px;
}

div.header h3 {
  font-size: 22px;
}
