﻿@charset 'utf-8';
/*************************************************
*
*	project:  	liteTabs - Lightweight jQuery tabs plugin
*	author:   	Nicola Hibbert
*	url:	  	http://nicolahibbert.com/lightweight-jquery-tab-plugin/
*	demo:	  	http://www.nicolahibbert.com/demo/liteTabs/
*
/*************************************************/
/****************************************** Core */

.liteTabs ul { margin: 0; padding: 0; overflow: hidden;background:#fff; }
.liteTabs li { float: left; list-style-type: none }
.liteTabs li a { display: block; text-decoration: none; outline: 0; padding: 6px 12px 25px; margin-right: 2px; color: #FFF; background:  #83603a; color:#fff; font-family: 'FuturaBookBook';font-size: 13px; }
.liteTabs a:hover { background: #f0e3c4; /* Old browsers */
background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */ color:#333; }
.liteTabs a:focus { text-decoration: underline }
.liteTabs a.selected, .liteTabs a.selected:hover { /*background: white*/ 
background: #f0e3c4;
background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
color:black;
}
.liteTabs div { float: left;  width: 96.1% !important; padding: 10px; background: white }
.liteTabs div.selected { position: static !important }

/*************************************** Rounded */
.rounded ul { -moz-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0 }
.rounded li a { -moz-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0 }
.rounded div { -moz-border-radius: 0 8px 8px 8px; border-radius: 0 8px 8px 8px }

/**************************************** Borders */
.borders ul { position: relative; top: 1px }
.borders li a { border: 1px solid #999; border-bottom: 0 }
.borders div { border: 1px solid #999 }

/****************************************** Boxed */
.boxed { padding: 2px; background: #ddd; border: 1px solid #666 }
.boxed ul {	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(204,204,204)), color-stop(1, rgb(238,238,238)));
	background: -moz-linear-gradient(center bottom, rgb(204,204,204) 0%, rgb(238,238,238) 100%) }



.example-1{
	 border: 1px solid #ecc347;
    position: relative;
    top:0px;
    width:940px !important;
	background:#fff;
	float:left;
	}