﻿@charset "utf-8";
/* CSS Document */


/* root element for tabs  */
.tab_wrapper
{

	width: 570px;
	float: left;


}

.title_wrapper
{
	background-image: url(../Images/general/bgr-title_wrapper.jpg);
	width: 560px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 1px;
	color: #FFFFFF;
}

.title_gallery
{
	background-image: url(../Images/general/bgr-title_gallery.jpg);
	width: 560px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

ul.tabs
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a
{
	font-size: 11px;
	display: block;
	line-height: 40px;
	width: 131px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	margin: 0px 1px 0px 0px;
	position: relative;
	background-position: bottom;
	background-image: url(../Images/general/bgr-tab.jpg);
	font-weight: bold;
	height: 40px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: top;
	background-image: url(../Images/general/bgr-tab.jpg);
	color:#fff;	
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
	cursor: default !important;
	background-position: top;
	background-image: url(../Images/general/bgr-tab.jpg);
	color:#fff;	
}

.panes .gallery ul
{
	margin-bottom: 5px;
	float: left;
}


.panes
{
	padding: 10px;
	background-color: #EBEBEB;
	width: 549px;
	float: left;
}

.panes li
{

	float: left;
}

.panes li h3
{
	text-align: center;
}

.panes div
{
	padding: 10px;
	background-color: #FFF;
	float: left;
}

.panes div ul
{
	padding: 0px;
	margin: 0px;

}

.panes div ul li
{
	list-style-type: none;
	display: inline;
}

.panes div ul li a
{
	padding: 1px;
	border: 5px solid #4D4D4D;
	float: left;
	margin-right: 5px;
}

.panes div ul li a:hover
{
	border: 5px solid #A7A7A7;
}

.panes div hr
{
	width: 529px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
}


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

.larger
{
	font-size: 14px;
}



