@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------------------

 Medioworks Visionic Video Theme CSS Framework 1.0.1
 © Copyright 2012 - Design and Sitebuild
 Web - www.medioworks.com
 Envato Exclusive Author - http://themeforest.net/user/MedioWorks

----------------------------------------------------------------------- */

	.tab_box {
		background: #fff;
		width:auto;
		border-right:1px solid #d2d2d2;
		border-left:1px solid #d2d2d2;
		float:left;
	}
	
    .tab_link {
    float:left; /* important */
    /* just styling */
    border-top:1px solid #d2d2d2;
    background: url('../images/tab-bg.png')repeat-x;
    padding:6px 12px 0px 12px;
    margin-right:0px ;
    color:#636363;
    text-decoration:none;
	font-weight:bold;
	height:25px;
	border-right:1px solid #d2d2d2;
    }
	
	.xxtab_link:hover {
		color:#6e910e;
	}
	
	.tab_link:focus {
		color:#6e910e;
	}
	
	.tab_link.last {
		border-right:0px ;
	}
	
    .tab_link_selected{ font-family:Arial, Helvetica, sans-serif; background:#fff;  height:25px; border-bottom:0px;  color:#2d2d2d; font-size:12px; font-weight:bold; width:auto; padding:6px 12px 0px 12px;} /* just a different tab link bg color when it's selected */
    .tab_text {
    border: 1px solid #d2d2d2;
    color: black;
    display: none;
    float: left;
    padding: 20px;
    width: 248px;
	background:#fff;
    }
    .clear {clear: both;}  /* when we use css float property, we need to clear after the last floated item */