﻿.{
padding:0px;
margin:0px;
	}

.tab1
{	/*float: left;*/
	width: 950px;
	/*height: 240px;*/
	}
.tab1 .tab-bg1
{
	width: 150px;
	height: 40px;
	float: left;
	background-color: #A6AE56;
}

.tab1 .tab-bg1 .left-corner
{
	background-position: 0% 0%;
	background-image: url(   'images/tabs/corner-transparent.gif' );
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}
.tab1 .tab-bg1 .right-corner
{
	background-position: 100% 0%;
	background-image: url(   'images/tabs/corner-transparent.gif' );
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: right;
}
.tab-bg2
{
	width: 150px;
	height: 40px;
	float: left;
	background-color: #9699AA;
}
.tab-bg2 .left-corner
{
	background-position: 0% 0%;
	background-image: url(   'images/tabs/corner-transparent.gif' );
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}
.tab-bg2 .right-corner
{
	background-position: 100% 0%;
	background-image: url(   'images/tabs/corner-transparent.gif' );
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: right;
}
.tab1 .border
{
	border: 3px solid #A6AE56;
	float: left;
	width: 800px;
	height: 200px;
}
.tab1 .border .tr
{
	background-image: url('images/tabs/border-corner.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 12px;
	height: 12px;
	float: right;
	position: relative;
	top: -3px;
	left: 3px;
}
.tab1 .border .tl
{
	background-image: url('images/tabs/border-corner.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 12px;
	height: 12px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
}
.tab1 .bottom-border
{
	margin-top: 190px;
}
.tab1 .bottom-border .br
{
	background-image: url(    'images/tabs/border-corner.gif' );
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 12px;
	height: 12px;
	float: right;
	bottom: 0%;
	right: 0%;
	position: relative;
		top: 1px;
	left: 3px;
}
.tab1 .bottom-border .bl
{
	background-image: url(  'images/tabs/border-corner.gif' );
	background-repeat: no-repeat;
	background-position: 0% 100%;
	width: 12px;
	height: 12px;
	float: left;
		top: 1px;
	left: -3px;
	position: relative;
}
/***********tab 2 gray**************/
.tab2
{	float: left;
	width: 800px;
	height: 240px;}

.tab2 .tab-bg2
{
	width: 150px;
	height: 40px;
	float: left;
	background-color: #9699AA;
}
.tab2 .tab-bg2 .left-corner
{
	background-position: 0% 0%;
	background-image: url(   'images/tabs/corner-transparent.gif' );
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}
.tab2 .tab-bg2 .right-corner
{
	background-position: 100% 0%;
	background-image: url(   'images/tabs/corner-transparent.gif' );
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: right;
}
.tab2 .border
{
	border: 3px solid #9699AA;
	float: left;
	width: 800px;
	height: 200px;
}
.tab2 .border .tr
{
	background-image: url('images/tabs/border-corner.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	width: 12px;
	height: 12px;
	float: right;
	position: relative;
	top: -3px;
	left: 3px;
}
.tab2 .border .tl
{
	background-image: url('images/tabs/border-corner.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 12px;
	height: 12px;
	float: left;
	position: relative;
	top: -3px;
	left: -3px;
}
.tab2 .bottom-border
{
	margin-top: 190px;
}
.tab2.bottom-border .br
{
	background-image: url(    'images/tabs/border-corner.gif' );
	background-repeat: no-repeat;
	background-position: 100% 100%;
	width: 12px;
	height: 12px;
	float: right;
	bottom: 0%;
	right: 0%;
	position: relative;
		top: 1px;
	left: 3px;
}
.tab2 .bottom-border .bl
{
	background-image: url(  'images/tabs/border-corner.gif' );
	background-repeat: no-repeat;
	background-position: 0% 100%;
	width: 12px;
	height: 12px;
	float: left;
		top: 1px;
	left: -3px;
	position: relative;
}
