/*------------------------------------------------------------------------


# AngelsDev Tabs css 1.0 - June, 2008


# ------------------------------------------------------------------------


# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.


# @license - Copyrighted Commercial Software


# Author: AngelsDev


# Websites:  http://www.angelsdev.com/


-------------------------------------------------------------------------*/





.clr {clear:both;}


.angels-tabswrap {margin-left:23px;}


.angels-tabswrap .container {


	background:#FFFFFF;


	overflow:hidden;


}





.angels-tabswrap .container .angels-tab-panels-left,


.angels-tabswrap .container .angels-tabs-title-left {


	float:left;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title,


.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li {


	margin:0;


	padding:0;


	list-style:none;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li {


	background:url(images/tab_bg.png) -291px 0px no-repeat;


	width:291px;


	height:95px;


	z-index:3;


	position:relative;


	cursor:pointer;


	display:block;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li.first {


	background:url(images/tab_bg.png) -291px -95px no-repeat;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li.firstactive {


	background:url(images/tab_bg.png) 0px -95px no-repeat;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li.active,


.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li.lastactive {


	background:url(images/tab_bg.png) 0px 0px no-repeat;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li h3 {


	padding:20px 30px 0 20px;


	margin:0;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li h3 span {


	display:block;


	padding:2px 0;


	line-height:16px;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li h3 span.top {


	font-size:16px;


	color:#000000;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li h3 span.mid {


	color:#e71b1e;


	font-size:18px;


}





.angels-tabswrap .container .angels-tabs-title-left ul.angels-tabs-title li h3 span.btm {


	color:#646567;


	font-size:14px;


}





.angels-tabswrap .container .angels-tab-panels-left {


	position:relative;


	height:474px;


}





.angels-tabswrap .container .angels-tab-content {


	position:absolute;


	left:0;


	top:0;


}





.angels-tabswrap .container .angels-tab-content .angels-tab-subcontent {


	position:absolute;


	left:-43px;


	top:0px;


	z-index:2;


	width:500px;


}





.angels-tabswrap .container .angels-tab-content img.angels-tab-image {


	position:absolute;


	left:-40px;


	top:0;


	z-index:1;


}