/**
    // global.tabs.css

    Written by LandRover
    Last modified 2nd November, 2008.
**/

/***************************************************/
/****************** TABS LAYOUT ********************/
/***************************************************/

/* tabs and tab_less layout */
.tabbox_container { border: 1px solid #AAAAAA; border-top: none; border-bottom: none; background-color: #EFEFEF; padding: 3px; }
.tablessbox_container { border: 1px solid #AAAAAA; border-top: none; border-bottom: none; background-color: white; padding: 3px; }

.tab_container { }
.tabless_container { }

.tabs_navbar { float: right; width: 100%; height: 26px; background: transparent url('yu5qh6gpv37o-design_boxes_bg_gfx.gif') repeat-x 0 25px; font-size: 93%; line-height: normal; }
.tabs_navbar ul { margin: 0; padding: 0 2px 0; list-style: none; }
.tabs_navbar li { background: transparent url('yu5qh6gpv37o-design_boxes_bg_gfx.gif') no-repeat right -91px; margin: 0; margin-right: 1px; padding-right: 12px; float: right; }
.tabs_navbar a { display:block; background: transparent url('yu5qh6gpv37o-design_boxes_bg_gfx.gif') no-repeat 0px -91px; padding: 6px 0 0 12px; color: white; text-decoration: none; font-weight:bolder; font-size: 11px; height: 20px; }
.tabs_navbar a:hover { text-decoration: underline; }
.tabs_navbar .tabs_current { background-position: right -60px; }
.tabs_navbar .tabs_current a { background-position: left -60px; padding-bottom: 1px; color: #868686; text-decoration: none; }

.tabs_content { height: 615px; _height: 630px; border: 1px solid #AAAAAA; border-top: none; background-color: white; padding: 4px; }
.tabs_content_free { border: 1px solid #AAAAAA; border-top: none; background-color: white; padding: 4px; }
.tabs_content_page { height: 250px; border: 1px solid #AAAAAA; background-color: white; padding: 4px; }

.tabbox_footer { border: 1px solid #6280AC; background-color: #658CC6; height: 15px; color: white; text-align: center;  }
.tabbox_footer ul { }
.tabbox_footer ul li { padding: 5px 0px; list-style: none; display: inline; }
.tabbox_footer ul li.b { margin: 0px 5px; }
.tabbox_footer ul li a { display: inline; text-decoration: none; color: #FFFFFE; line-height: 12px; font-size:12px; }
.tabbox_footer ul li a:hover { text-decoration: underline; }
/* /tabs and tab_less layout */