﻿/* nasted tabs fix */
.tabs .tabs-nasted  { border: 0px; }
.tabs .tabs-nasted ul  { background: transparent; border: 0px; padding-left: 20px; }
.tabs .tabs-nasted li { background: transparent; border: 0px; font-size: 12px; clear: both; list-style-type: square; }
.tabs .tabs-nasted li a { padding: 2px 0; text-decoration: underline; }
.tabs .tabs-nasted li a:hover, #tabs .tabs-nasted .ui-state-focus a { padding: 2px 0; text-decoration: none; }
/* font fix */
.tabs div { font-size: 12px; font-family: Arial, Verdana, Sans-Serif; }
.tabs li { font-size: 12px; }
