/*------------------(Tab) -------------------------*/

div#tabmenu {
	float:left;
	width: 100%;
	padding-top:2px;
	background: url(../images/tab_bg.gif) repeat-x;
	margin-bottom:0px;
	margin-top:0px;
	height:30px;
}

ul#tabnav,ul#tabnav li {
	list-style-type:none;
	margin:0;
	padding:0
}

ul#tabnav {
	margin-left: 22px; 
}

ul#tabnav li {
	float:left;
	margin-right: 3px;
	text-align: center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	background: url(../images/tab_button_bg.gif) no-repeat center bottom;
}

ul#tabnav a {
	float:left;
	width: 100px;
	height: 21px;
	padding: 7px 1px 0;
	background: url(../images/tab_button_fill1.gif) no-repeat center bottom;
	text-decoration:none;
	color: #FFF;
}

ul#tabnav a:hover {
	color: #CCC;
}

ul#tabnav li.activelink a,ul#tabnav li.activelink a:hover {
	background: url(../images/tab_button_fill2.gif) no-repeat center bottom;
	color: #000;
	font-weight:bold;
}



/*------------------( Popup Image ) --------------*/
.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { 
	position: absolute;
	background-color: silver;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: White;
	text-decoration: none;
	text-align:center;
}

.thumbnail span img { 
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { 
	visibility: visible;
	top: 10px;
	left: 60px; 
}


/*------------------(Forms) -----------------------*/

.cssform p{
	width : 380px;
	clear : left;
	margin : 0;
	padding : 5px 0 8px 0;
	padding-left : 200px; 
	border-top : 1px dotted lightgray;
	height: 1%;
}

.cssform label{
	font-weight : bold;
	 float : left;
	margin-left : -200px; 
	width : 195px; 
}

.cssform input[type="text"]{ 
	width : 180px;
}

.cssform textarea{
	width : 250px;
	 height : 150px;
}


* html .threepxfix{
	margin-left : 3px;
}

/*------------------(Clean Tab) -------------------------
div#tabmenu 
{
	float:left;
	width: 100%;
	padding-top:10px;
	background: url(/en/assets/images/tabBackground.jpg) repeat-x;
	margin-bottom:0px;
	margin-top:0px; 
}
ul#tabnav,ul#tabnav li
{
	list-style-type:none;
	margin:0;
	padding:0
	}
ul#tabnav
{
	margin-left: 20px;
	}
ul#tabnav li
{
	float:left;
	margin-right: 3px;
	text-align: center
	}
ul#tabnav a
{
	float:left;
	width: 7em;
	padding: 5px 0;
	background: #666;
	text-decoration:none;
	color: #FFF
	}
ul#tabnav a:hover
{
	background: #FFA826;
	color: #FFF
	}
ul#tabnav li.activelink a,ul#tabnav li.activelink a:hover
{
	background: #E7F1F8;
	color: #000;
	font-weight:bold;
	}
*/