/* --------- tab category --------- */
div#tabstop
{
	width: 449px;
	height: 48px;
	padding: 0 5px 0 5px;
}

div#tabsbottom
{
	width: 447px;
	height: 23px;
	top: 79px;
	left: 530px;
	position: absolute;
	padding: 0 0 0 15px;
}

div.category
{
	float: left;
	width: 75px;
	height: 100%;
	margin: 0 5px 0 0;
	text-align: center;
	border-top: 4px solid #f0f0f0;
	border-left: 4px solid #f0f0f0;
	border-right: 4px solid #f0f0f0;
	background-color: #e4e4e5;
}

div.category.active
{
	background: #FFF;
}

div#tabscontent
{
	text-align: left;
	padding: 20px 0 20px 15px;
	width: 448px;
	background: #FFF;
	border: 4px solid #f0f0f0;	
}

div.categorycollection div.category
{
	float: left;
	width: 84px;
	height: 20px;
	text-align: center;
	border: 1px solid #f1f1f1;
	background-color: #e4e4e6;
	margin: 0 5px 5px 0;
}


/*  Tip Creation Style  */
div.categorycollection div.selectedtipcategory
{
	background-color: #3983c3;
}

div.categorycollection div.selectedtipcategory a
{
	color: #fff;
}