﻿/********************************************************************
 * KimiaHost.com													*
 * All Rights Reserved.												*
 * Copyright (C) 2000-2007, Sallar Kaboli, Dadeh Gostar Kimia Inc.	*
 * www.SallarKaboli.com | www.RootCoders.com | www.DoctorDevil.com	*
 *******************************************************************/

/*********************** TABS ************************/
#dolphincontainer{
	position:relative;
	color:#E0E0E0;
	/*background:#2b2b2b;*/
	width:560px;
	font-family:tahoma;
}
#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	font-weight:bold;
	background:#fff url(../images/tab/dolphin_bg.gif) bottom center no-repeat;;
	padding:0 0 0 20px;
}
#dolphinnav ul{
	margin:0;
	margin-right: 5px;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
}
#dolphinnav ul li{
	display:block;
	float:left;
	margin:0 1px;
}
#dolphinnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}
#dolphinnav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}
#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(../images/tab/dolphin_bg-OVER.gif) repeat-x bottom left;
}
#dolphinnav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
#dolphinnav ul li a.current:hover{
	color:#fff;
	background:transparent url(../images/tab/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
}
#dolphinnav ul li a.current{
	color:#fff;
	background:transparent url(../images/tab/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
}
#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:transparent url(../images/tab/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
}

#dolphin_inner{
	color: #9c9c9c;
	padding: 5px 20px 7px 20px;
	font-size: 11px;
	height: 1em
	background-color: #2b2b2b;
	background: url(../images/tab/bg.gif) bottom center no-repeat;
	height: 15px;
	text-align: right;
	direction: rtl;
}

#dolphin_inner a{
	color: #9c9c9c;
	text-decoration: none;
}

#dolphin_inner a:hover{
	color: #FFCC33;
	background: url(../images/dotted.gif) bottom repeat-x;
}

.innercontent{
	display: none;
}