#content_left {
    display: none;
}

.tooltipa {
    width: 200px;
    padding: 25px;
}

.tooltip {
    cursor: pointer;
    text-align: center;
    background-image: url("../images/tt.png");
    width: 20px;
    height: 20px;
}

.tooltip2 {
    cursor: pointer;
}

.ui-dialog-titlebar {
    height: 16px;
}

.ui-dialog-title {
    font-size: 12px;
}

#prodselect *, #prodselect2 * {
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: top;
}

th {
    width: 250px;
    background: #3477BD;
    color: white;
    padding: 3px;
}

td {
    padding: 3px;
}

th {
    width: 250px;
    background: #3477BD;
    color: white;
    padding: 3px;
}

.clickable {
    cursor: pointer;
    text-decoration: underline;
}

#tabs_wrapper, #tabs, #tabs2 {
/*
width:961px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
-moz-box-shadow: 0px 10px 15px #AAAAAA;
-webkit-box-shadow: 0px 10px 15px #AAAAAA;
box-shadow: 11px 11px 11px 11px;	
*/
    position: relative;
    margin: 15px 0;
/*padding: 29px 0px 0px;*/
    *padding-top: 19px;
/*background-color: #fff;*/
    border: 1px solid #D8DDE2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header {
    background: #003366;
    color: white;
    text-align: center;
    border: 1px solid #b3daf2;
}

.sub_header {
    background: #3477BD;
    color: white;
    text-align: center;
    border: 1px solid #b3daf2;
}

.clear {
    clear: both;
}  /* when we use css float property, we need to clear after the last floated item */

.ui-widget-content {
    border: 1px solid #6C9ED1;
}

div#content_center a {
    font-family: Arial,Helvetica,sans-serif;
    color: #3378BD;
}

#prodselect label, #prodselect2 label {
    color: #3378BD;
}

#prodselect u, #prodselect2 u {
    color: #3378BD;
}

#prodselect select, #prodselect2 select {
    color: #3378BD;
    border: 1px solid gray;
    width: 100px;
}

#prodselect input, #prodselect2 input {
    font-size: 9px;
/*color: #3378BD;
border: 1px solid gray;*/;
}

.calculator_button {
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: transparent;
    background-image: url("'.$pluginbaseurl.'/images/button1.png");
    background-repeat: no-repeat;
    border: medium none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 9px;
    font-weight: bold;
    height: 32px;
    padding: 0;
    vertical-align: middle;
    width: 130px !important;
}

#prodselect input.calculator_button {
    color: white;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px 0px 0px 0px;
}

#results td {
    font-size: 12px;
}

.navigator {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

tr.oddxxx {
    background: #B3DAF2;
    background-color: #B3DAF2;
}

div#content_center ul {
    float: none;
}

.basic_search, .basic_search select {
    font-size: 16px !important;
    height: 25px;
}
