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

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding-left:10px;
	height:35px;
	background: url(../img/tabs_bg.jpg) no-repeat;
}

/* 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, ul.tabs a:link{ 
	background: url(../img/btn_tab.jpg) no-repeat ;
	background-position: 0px 0px;	
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	display:block;
	width: 101px;
	height: 34px;  
	line-height:30px;
	width: 101px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin-left: 10px;	
	position:relative;
	top:1px;
	outline:none;
}

ul.tabs a:active {
	background: url(../img/btn_tab.jpg) no-repeat ;
	background-position: 0px -35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	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,ul.tabs a.current:link{
	background: url(../img/btn_tab.jpg) no-repeat ;
	background-position: 0px -35px;	
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:default !important; 
	color:#fff !important;
}

.tab_body ul li {
	display: block;	
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}

div.tab_body {
	width: 635px;
	height: 285px;
	margin: 0;
	text-align: left;
	padding: 10px 0px 0px 10px;
}

div.tab_body table {
	width: 620px;	
	border: none;
}

#tab_body_list {
	margin-top: 0px;	
}

#tabs_wrapper, .panes {
	margin-left: 5px;
}

div.tab_body ul, .tab_body ul{
	list-style-image:url(../img/bullet.gif);
	list-style-type: square;
	width: 200px;
	padding:0px;
	margin-left:20px;
}

.tab_body td {
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.tab_body table, .tab_body table tbody {
	width: auto;
}

.tab_body ul li {
display:list-item;
}


/*style for photo gallery*/
.pika_main{
	width:400px;
	padding-right:0px;
	margin:0 auto;
	float: right;
}
#pikame li{
	margin:5px;
	float: left;
	border:none;
	position:relative;
	overflow:hidden;}
	
ul.pikame{
	padding-left:0;
	width:450px;
	margin:0 auto;
	margin-top: 10px;
	}

.pikame {
	float: left;	
}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{position:relative;cursor:pointer;}
.pika_main img{border:none;}
.pika_main{position: relative;margin:0 auto;}
.pikachoose li{float:left;position:relative;overflow:hidden;list-style:none;}
.pika_play{position:absolute;top:10px;right:20px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}
.pika_caption{width:319px; font-size:10px;height:30px;text-align:center; margin-left: 0px;}
.pika_navigation a{font-size: 12px;color:white;text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}
