/************************************************/
/*CLICKBRAND CSS FRAMEWORK (www.clickbrand.com)*/
/**********************************************/


/*yui css reset*/
/**************/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



/*title*/
/******/
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}


/*buttons*/
/********/
.btn{}



/*form elements*/
/**************/
.form_text{}
.form_radio{}
.form_label{}
.form_select{}
.form_checkbox{}
.form_textarea{}



/*CONTENT GOES HERE*/

.mo_tabs_zone
{
    background:url("../images/mo_tabs.png") no-repeat;
    width:764px;
    height:369px;
    position:relative;
}

.tab_item
{
    position:absolute;
    top:25px;
    left:20px;
}

.navi_main_tabs
{
   position:absolute;
    bottom:25px;
    left:20px;

}
.navi_main_tabs li
{
    float:left;
    margin:4px;
    display:inline;
}
.navi_main_tabs li a
{

    width:17px;
    height:17px;
    display:block;
    background:url("../images/tab_nav_bg.jpg") top left no-repeat;
}
.navi_main_tabs li a.active,.navi_main_tabs li a:hover
{
   
    background:url("../images/tab_nav_bg.jpg") top right no-repeat;
}

/*global elements*/
/*.wx100 {width:100px;}*/

