/*
	tabs.css
*/

ul#tabs
{
	margin: 0 0 0 0;
	padding: 0;
}

ul#tabs li
{
	display: inline;
	line-height: 250%;
	
	margin: 0 0.25em 0 0;
	padding: 0;
	
}

ul#tabs li a
{
	margin: 0;
	padding: 1ex;
	
	background-color: #f0f0ff;
	border: none 0px #ffffff;
	border-bottom: none;
	-moz-border-radius: 1em 1em 0 0;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-radius: 1em 1em 0 0;
	
	color: #8080ff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}


.tabSelected
{
	background-color:  #e0e0ff !important;
	color: #000000 !important;
}

#tabBody
{
	margin: 0 0 0 0;
	padding: 1ex;
	
	background-color: #e0e0ff;
	border: none 0px #ffffff;
	border-top: none;
	-moz-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;
}

.structureWrapper
{
	background-color: #ffffff;
	border: solid 1em #ffffff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	
	margin: 0;
	padding: 0;
}

.structureWrapper img
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

/*
	Product pages
*/

table tr td.attribute
{
	font-weight: bold;
}

table tr.subattribute td.attribute
{
	padding-left: 3em;
}

table#solubility
{
	margin: 0;
	padding: 0;
}

table#solubility tr td
{
	font-weight: normal;
	
	margin: 0;
	padding: 0 1ex 0 0;
	
	text-align: left;
	vertical-align: top;
}

ul#uvAbsorbance, ul#uvAbsorbance li
{
	margin: 0;
	padding: 0;
}

ul#uvAbsorbance li
{
	list-style-type: none;
}

