@charset "utf-8";
/* CSS Document */

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding-left:7px;
	height:30px;/*
	border-bottom:1px solid #666;*/	 	
}

/* single tab */
ul.css-tabs li {
	float:left;
	padding:2px;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	float:left;
	font-size:8pt;
	display:block;
	text-decoration:none;
	background-color: #d8caaa;
	/*border:1px solid #666;*/
	border-bottom:0px;
	height:18px;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;/*
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright:4px;*/
	position:relative;
	top:1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#EDEAE3;
	/*border-bottom:1px solid #666;*/
	color:#000;
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	height:150px;/*
	margin-top: 5px;
	background-image: url(../../templates/vincent03/back-panes.png);
	background-repeat: no-repeat;
	background-position: center top;/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;*/
	background-color: #EDEAE3;	
	margin-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 14px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	-moz-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px #ccc;
	}

div.css-panes1  {
	background-image: url(../../templates/vincent03/first-tab1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	}
div.css-panes2  {
	
	background-image: url(../../templates/vincent03/second-tab2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	
	}
div.css-panes3  {
	
	background-image: url(../../templates/vincent03/third-tab3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	
	}
	
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}



