/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
 /* default styles */
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {padding: 0; float:right; /*width:41.5%;*/  margin-right:30px; margin-left:30px;}
.ui-tabs .ui-tabs-nav li { float: left;  white-space: nowrap;  background:url(../images/garrow.png) no-repeat right 12px; padding:6px 14px 0 0; margin-right:7px; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0 0; color:#000000; clear:both; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* custom styles */
/* main tabs */
ul.mtabs { z-index:10;  font-family: 'Roboto Condensed', sans-serif; }
ul.mtabs li { font-size:14px; text-transform:uppercase;   }
ul.mtabs li a {color:#414042; }
ul.mtabs li.ui-tabs-selected a { color:#ed1c24; }
.mtabwrap{ float:left; width:100%;  background:#E6E6E6; padding:10px 0 12px; }


