
/* Use these styles for old style tabs  */
/* span.darwinTab, span.darwinInview, div.darwinDiv {
	border:1px solid #cccccc;
	padding:5px;
}
span.darwinTab, span.darwinInview {
	position:relative;
	top:2px;
	margin-right:5px;
	padding-top:2px;
	padding-bottom:0px;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}
span.darwinTab {
	border-bottom:none;
	color:#888888;
	background-repeat:repeat-x;
	background-position:bottom right;
	background-image:url(bg.png);
}
span.darwinInview {
	border-bottom-color:#ffffff;
	color:#444444;
}
*/


/* New style buttons for dare2b  */
div.darwinTab, div.darwinInview, div.darwinDiv {
	border:1px solid #cccccc;
	border:none;
	padding:5px;
}
div.darwinTab, div.darwinInview {
	margin-right:5px;
	padding:5px 0 5px 25px;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	float:left;
	width:119px;
	height:20px;
}

div.darwinDiv {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 15px 0;
	}

div.darwinTab {
	border:none;
	color:#fff;
	background-repeat:repeat-x;
	background-position:center;
	background-image:url(DB_DBbuttons/aboutProduct2.gif);
}
div.darwinInview {
	border:none;
	color:#fff;
	background-position:center;
	background-image:url(DB_DBbuttons/aboutProduct.gif);
}

