@charset "UTF-8";
/* CSS Document */
/* Tabs Code */
/* Tabs Code */
/* Tabs Code */
/* Tabs Code */
/* Tabs Code */
#tabs {
}
#tabs ul {
	float: left;
	color: #666;
	margin: 0px;
	padding: 0px;
	/*background: #000000;  Old browsers */
}
#tabs li {
	margin-left: 4px;
	list-style: none;
	border: 0px solid #305B13;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom:none;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333333 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333333 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #333333 0%, #000000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	display: block;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	background-color: #999;
	border-bottom: 1px solid #000;
}
#tabs ul li.active a {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #666666 0%, #000000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	display: block;
	color: #FFF;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px; 
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #305B13;
	border-right: 1px solid #305B13;
	border-bottom: 1px none #305B13;
	border-left: 1px solid #305B13;
}
#tabs div.tabcontent {
	background: #000;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tabs ul li a {
	text-decoration: none;
	padding: 15px;
	color: #666;
	font-weight: bold;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}
#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6, #tab-7 {
	background-color: #080808; 
	display: block;
	border: 0px solid #305B13;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
 
 /*
 Styling for the customer screen tabs 
 ============================================*/
   
   
   .ajax__tab_container {
	   
	   }
   
   
   
   /* default layout */
.ajax__tab_default .ajax__tab_header {
	white-space: normal !important
}
.ajax__tab_default .ajax__tab_outer {
	display: -moz-inline-box;
	display: inline-block
}
.ajax__tab_default .ajax__tab_inner {
	display: -moz-inline-box;
	display: inline-block
}
.ajax__tab_default .ajax__tab_tab {
	overflow: hidden;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block
}
/* xp theme */
.ajax__tab_xp .ajax__tab_header {
	font: 11pt Arial, Helvetica, sans-serif!important;
	background: #151515 url(none)!important;
	height:32px;
	
}
.ajax__tab_xp .ajax__tab_outer {
	background: url(none)!important;
	height: 32px!important;
}
.ajax__tab_xp .ajax__tab_inner {
		background: url(none)!important;
}

/* Selected tab */
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
	background: url(none)!important;
	color: #FFF!important;
	font-weight: bold!important;
	background-color: #000!important;
	color: #FFF!important;
	background: -moz-linear-gradient(top, #000000 0%, #000000 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%, #000000 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%, #000000 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%, #000000 100%)!important; /* IE10+ */
	background: linear-gradient(top, #000000 0%, #000000 100%)!important; /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 )!important; /* IE6-9 */
	padding: 10px!important;
	border-width: 0px!important;
	border-style: none!important;
	-webkit-border-radius: 5px 5px 0px 0px!important;
	-moz-border-radius: 5px 5px 0px 0px!important;
	-o-border-radius: 5px 5px 0px 0px!important;
	border-radius: 5px 5px 0px 0px!important;
	width: auto!important!important;
	cursor: pointer!important;
	font: bold 12px Arial, Helvetica, sans-serif!important;
	text-decoration: none!important;
}

/* Not selected tabs */
.ajax__tab_xp .ajax__tab_tab {
	background: url(none)!important;
	color:#ccc!important;
	font-weight:bold!important;
	background-color: #000!important;
	background: -moz-linear-gradient(top, #666666 0%, #000000 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 100%)!important; /* IE10+ */
	background: linear-gradient(top, #666666 0%, #000000 100%)!important; /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 )!important; /* IE6-9 */
	padding: 10px!important;
	border-width: 0px!important;
	border-style: none!important;
	-webkit-border-radius: 5px 5px 0px 0px!important;
	-moz-border-radius: 5px 5px 0px 0px!important;
	-o-border-radius: 5px 5px 0px 0px!important;
	border-radius: 5px 5px 0px 0px!important;
	width: auto!important!important;
	cursor: pointer!important;
	margin: 1px 0 5px 10px!important;
	font: bold 12px Arial, Helvetica, sans-serif!important;
	text-decoration: none!important;
}

/* Hover tab */
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
	cursor: pointer;
}




.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
	cursor: pointer;
	background: url(none)!important;
}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {	
	cursor: pointer;
	background: url(none)!important;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
	background: url(none)!important;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
	background: url(none)!important;
}

.ajax__tab_xp .ajax__tab_disabled { 
	color: #A0A0A0;
}



.ajax__tab_xp .ajax__tab_body {
	border: 0px solid #999999!important;
	border-top: 0!important;
	padding: 30px 20px 10px 20px!important;
	background-color: #000000!important;
	font: 10pt Arial, Helvetica, sans-serif!important;
}


/* scrolling */
.ajax__scroll_horiz {
	overflow-x: scroll;
}
.ajax__scroll_vert {
	overflow-y: scroll;
}
.ajax__scroll_both {
	overflow: scroll
}
.ajax__scroll_auto {
	overflow: auto
}
/* plain theme */
.ajax__tab_plain .ajax__tab_outer {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #999999;
}
.ajax__tab_plain .ajax__tab_inner {
	text-align: center;
	vertical-align: middle;
}
.ajax__tab_plain .ajax__tab_body {
	text-align: center;
	vertical-align: middle;
}
.ajax__tab_plain .ajax__tab_header {
	text-align: center;
	vertical-align: middle;
}
.ajax__tab_plain .ajax__tab_active .ajax__tab_outer {

}

