﻿
body
{
    font: 12px/150% Tahoma,Verdana,"宋体";
    color: #333;
    background-color: white;
    height: 100%;
    padding: 0;
    margin: 0;
}
a:visited {
color: #36C;
text-decoration: none;
}
a:link {
color: #36C;
text-decoration: none;
}
a:hover 
{
    color: #C00;
text-decoration: underline;
}
.page
{
}
*
{
    margin: 0;
    padding: 0;
}
.subHeaderLeft
{
    float: left;
    width: 180px;
    height: 1000px;
    margin-right: auto;
}
.subHeaderRight
{
    float: left;
    height: 700px;
    margin-right: auto;
}
#cssmenu
{
    float: left;
    display: inline;
    width: 170px;
}
.adv
{
    margin-left: 5px;
    float: left;
    display: inline;
    width: 600px;
    height: 300px;
    border: 1px solid #E0E0E0;
}
.adv img
{
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

#headerLogin
{
    width: 100%;
    padding-bottom: 1px;
    line-height: 30px;
    height: 30px;
}
#headerLogin a, #headerLogin a:visited
{
    color: #1996E6;
}
#headerWelcome
{
    float: left;
    margin-left: 100px;
}
#headerHelp
{
    float: right;
    margin-right: 150px;
}
.newPolicy
{
    margin-top: 10px;
    height: 196px;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    position: relative;
    zoom: 1;
}
.divHeader
{
    padding: 8px 0 0 8px;
    height: 29px;
    background-color: #E0E0E0;
    margin-bottom: -1px;
    color: #404040;
}
.category
{
    padding-left: 10px;
font-weight: bold;
font-size: 18px;
line-height: 36px;
margin: 0;
color: #333;
}

/* Some stylesheet reset */
#cssmenu > ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* The container */
#cssmenu > ul
{
    display: block;
    position: relative;
    width: 155px;
    z-index: 41;
}

/* The list elements which contain the links */
#cssmenu > ul li
{
    display: block;
    position: relative;
    z-index: 41;
}


/* General link styling */
#cssmenu > ul a
{
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3); /* Layout */
    display: block;
    position: relative;
    margin: 0;
    border: 1px solid #E0E0E0;
    border-bottom: 0.5px;
    padding: 7px 2px;
    width: 150px; /* Typography */
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300; /* Background & effects */
}
ul, menu, dir
{
    display: block;
    list-style-type: disc;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 40px;
}
#cssmenu > ul li ul li a
{
    background-position: 0px 0px; /* Layout */
    display: block;
    position: relative;
    margin: 0;
    border: 1px solid #E0E0E0;
    border-bottom: 0.5px;
    padding: 7px 4px;
    width: 270px; /* Typography */
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300; /* Background & effects */
}

div
{
    display: block;
}


/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after
{
    content: '';
    position: absolute;
    top: 16px;
    right: 10px;
    width: 0px;
    height: 0px; /* Creating the arrow using borders */
    border: 4px solid transparent;
    border-left: 4px solid #d8d8d8;
}

/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before
{
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0px;
    height: 0px; /* Creating the arrow using borders */
    border: 4px solid transparent;
    border-left: 4px solid #000;
}

/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after, #cssmenu > ul li:hover > a::after
{
    border-left: 4px solid #fff;
}

#cssmenu > ul li > a:hover::before, #cssmenu > ul li:hover > a::before
{
    border-left: 4px solid rgba(0, 0, 0, .3);
}


/* THE SUBMENUS */
#cssmenu > ul ul
{
    position: absolute;
    left: 150px;
    top: -9999px;
    padding-left: 5px;
    opacity: 0; /* The fade effect, created using an opacity transition */
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
}

/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul
{
    top: 0px;
    opacity: 1;
}

#cssmenu > ul s
{
    display: block;
    position: absolute;
    top: 8px;
    left: 140px;
    width: 9px;
    height: 20px;
    background-position: -65px -560px;
    background-image: url("../images/search1.png");
    background-repeat: no-repeat;
}


#header1
{
    position: relative;
    display: block;
    z-index: 65;
    height: 80px;
    background-position: 0 -355px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

#header2
{
    position: relative;
    display: block;
    z-index: 65;
    height: 80px;
    padding-left: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    
}
.highlight
{
    color: #c00;
}

#logo
{
    float: left;
    width: 220px;
    padding-top: 5px;
    position: relative;
    zoom: 1;
}



img
{
    vertical-align: middle;
}

#search
{
    float: left;
    width: 320px;
    padding: 18px 86px 0 0;
    width: 510px;
    padding-right: 96px;
}

#search .i-search
{
    z-index: 7;
    width: 494px;
    height: 36px;
    margin-bottom: 3px;
    border-width: 0 3px;
}

.ld
{
    position: relative;
    zoom: 1;
}

#search b, #search s, #search .form, #search .text
{
    background-image: url('../images/search1.png');
    background-repeat: repeat-x;
}


#search .text
{
    position: relative;
    z-index: 1;
    width: 216px;
    height: 20px;
    padding: 5px;
    background-position: 0 -360px;
    background-color: white;
    background-repeat: repeat-x;
    line-height: 20px;
    color: #999;
    font-family: arial, "宋体b8b\4f53";
    font-size: 14px;
    width: 406px;
}

#search .button
{
    position: relative;
    z-index: 1;
    width: 78px;
    background-color: #336699;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1px;
    color: #99370B;
    background: url("../images/btn_save2.png") repeat scroll 0 0;
    background-position: 0 -3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #F2A322;
    cursor: pointer;
}
#search .button:hover
{
    background-position: 0 -36px;
}
#search input
{
    margin: 0;
    padding: 0;
    height: 28px;
    border: none;
}

#search .form
{
    height: 30px;
    padding: 3px 0;
    overflow: hidden;
    background-position: 0 -357px;
}
.form label, .form input, .form select, .form textarea, .form button, .form .label
{
    float: left;
    font-size: 12px;
}

.btn-img, .button
{
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    cursor: pointer;
}
#search b, #search s
{
    height: 36px;
    top: 0;
    background-repeat: no-repeat;
}
#search b
{
    width: 4px;
    left: -3px;
    background-position: -80px -470px;
}
#search s
{
    width: 3px;
    right: -3px;
    background-position: 0 -470px;
}
.ld s, .ld b, .ld .block
{
    position: absolute;
    overflow: hidden;
}
.filterspan
{
    color:#CC0000;
    padding-left: 0px;

vertical-align: top;
}
.pageTable
{
    clear: both;
    padding: 0px 0px 0px 0px;
    border-bottom: 0px;
    margin-top: 5px;
    width: 717px;
}
.pageTable .name
{
    clear: both;
    font-weight: bold;
    background-color: #E0E0E0;
    border-bottom: 1px #E0E0E0 solid;
    padding: 0px 3px 0px 0px;
    font-size: 13px;
}
.pageTable .pageRow
{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-top: 1px #E0E0E0 solid;
}
.pageRow
{
    clear: both;
    text-align: top;
    vertical-align: top;
    padding: none;
    margin: none;
    border: none;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.pageTable .pageRow .colLeft
{
    vertical-align: top;
    margin: 0px;
    padding: 7px 0px 7px 14px;
}
.pageTable .pageRow .colLast, .pageTable .nRow .colLast
{
    float: center;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 7px 2px 7px 10px;
}
.colLeft
{
    float: left;
    margin: 0px 0px 5px 5px;
    text-align: left;
    vertical-align: top;
}
.pageRow span
{
  
    display: table-cell;
}
.pageTable .pageRow .colLast, .pageTable .nRow .colLast
{
    float: center;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 7px 2px 7px 10px;
    padding-top: 15px;
}
.left
{
    width: 300px;
}
.middle
{
    width: 200px;
    border-left: 1px #E0E0E0 solid;
    border-right: 1px #E0E0E0 solid;
    height: 36px;
}


a.PoliLink
{
    font-size: 14px;
    color: #1996E6;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
    display: inline;
}
#Finance tr, #Personel tr, #Personel2 tr
{
    display: none;
}

.rTable, .caption
{
    margin: 7px 0 0;
}
#mainContent
{
    margin-left: 300px;
    width: 750px;
    margin-right: 10px;
    padding: 0;
    position: relative;
}
#rCon, .box
{
    line-height: 1.65m;
    letter-spacing: .01em;
    border-left: 1px solid #D0D0D0;
}
.rRowLoc
{
    float: left;
    width: 15%;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

.rRowLoc span
{
     font:25px/150% zorque,Verdana, "宋体b8b体4f53";
}
.rRowLoc .green
{
     color:#5eaf0c;
}
.rRowLoc .yellow
{
      color:#F60;
}
.rRowLoc .red
{
     color:#C00;
}

h1, h2, .rRowJob ul, .rRowLoc, .rRowDate
{
    line-height: 1.5em;
}

.rTable, .caption
{
    margin: 10px 0 0;
    padding-left: 10px;
}
.rRow
{
    width: 100%;
    border: 1px solid white;
    border-bottom: 1px solid #D0D0D0;
    padding: 10px 0;
}
.normalwidth
{
    float: left;
    width:80%;
    padding-left: 5px;
}
.rRowJob
{
    float: left;
    width: 70%;
    padding-left: 5px;
}
.rRowTitle, .rSuggest
{
    font-size: 1.17em;
    line-height: 1.55em;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    display: inline;
}
h3, h4, h5
{
    font-size: 1em;
    line-height: 1.5em;
}
.rPage
{
    width: auto;
    padding: 10px 5px;
}
.rPaging
{
    margin-top: 20px;
    text-align: center;
}
.rPaging span.rPagingCur
{
    color: white;
    text-decoration: underline;
    background-color: #3366CC;
    font-weight: 700;
}
.corner
{
    padding: 3px 10px !important; 
}
.rPaging a, .rPaging span.rPagingCur
{
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    min-width: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #3366CC;
    padding: 5px 3px !important;
}

.rPaging a:visited, .rPaging .rPagingMore, .rPaging a.corner:visited
{
    color: #3366CC;
}
.rPaging a:hover, .page a:hover
{
    text-decoration: underline;
    background-color: #3366CC;
    color: white !important;
}
.rPaging .corner
{
    border: none;
}

.cf
{
    clear: both;
    margin: 0;
    padding: 0;
}

.enter
{
    clear: both;
    height: 20px;
}
div#footer
{
    clear: both;
    position: absolute;
   
}
.footer_content
{
    width: 1150px;
    margin: 0 0;
}
.horizontol_grey
{
    border-bottom: 1px solid #CCC;
    margin: 0 0 20px;
}
.footer_menu_simple, .copyright, .copyright a
{
    text-align: center;
    height: 30px;
    color: gray;
}
.footer_menu_simple a
{
    margin-right: 20px;
    text-decoration: underline;
}
.clear
{
    clear: both;
    margin-left: 110px;
color: #666;
}
.rRowCompanyClick, .rRowCompany
{
    font-size: 1em;
    line-height: 1.4em;
}
.rRow h5
{
    font-weight: 400;
    color: #1C3F94;
}

.rRowSpez, .rRowSpez a, .rRowSpez a:visited
{
    color: #0E774A !important;
}
.px10, div.smalldesc, div.smalldescBlack, div.smalldescBlack a
{
    color: Green;
    font-family: Verdana,Arial;
}
.px11
{
    font-family: Verdana,Arial;
    font-size: small;
}
.optSec::after, div.rRow::after, .pageContent::after, #rBar::after, #qsBottom::after, div.listwrap ul li::after, duv.listwrap::after, div.listwrap ul ul::before
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.rRowSpez
{
    float: left;
    width: 95%;
    padding-left: 5px;
}
.rRowSpez, .rRowSpez a, .rRowSpez a:visited
{
    color: #0E774A !important;
    text-decoration: none;
}
.rRowDate
{
    float: right;
    width: 8%;
    margin-top: 55px;
    font:25px/150% zorque,Verdana, "宋体b8b体4f53";
}
.emptyLine
{
    height: 10px;
}
#s_input_text
{
    background-color: white;
    position: absolute;
    width: 412px;
    margin-left: 223px;
    border: 1px solid #008ECA;
    margin-top: 50px;

}
#s_input_text > ul
{
    list-style: none;
}
#s_input_text li
{
    height: 22px;
    line-height: 22px;
    list-style: none;
}
#s_input_text a
{
    display: block;
    padding: 0 5px 0 10px;
    color: black;
    text-decoration: none !important;
}
#s_input_text a:hover
{
    color: white !important;
    background-color: #008ECA;
    text-decoration: none !important;
}
#sc
{
    width: 550px;
    margin: 0 auto;
    padding-top: 17px;
    float:left;
}
#scr
{
    width: 100px;
    margin: 0 auto;
    padding-top: 17px;
    float:left;
}
#s, .userInt
{
    border-radius: 0;
    background: url("../images/soso_sp10.png") no-repeat;
}
#s
{
    position: relative;
    background-position: -90px 0;
    height: 36px;
    padding-left: 3px;
}
#s_input
{
    width: 402px;
    border: 0 none;
    float: left;
    font: 14px Arial;
    height: 18px;
    outline: 0 none;
    margin-top: 3px;
    padding: 7px 5px 5px 7px;
}
#s_button
{
    width: 85px;
    height: 36px;
    background: none;
    border: 0 none;
    float: left;
    text-indent: -9999px;
    cursor: pointer;
}
.mt .total span
{
    padding: 4px 0px 0px 0;
    font-size: 13px;
line-height: 18px;
font-weight: bold;
color: #C00;

}

.mt .total 
{
    
    float:right;
    font-size: 13px;

font-weight: bold;

 padding: 4px 15px 2px 0;
margin-top: 3px;
}
.mt .page
{
    float:right;
    font-size: 13px;
padding:2px 0 0 15px;
font-weight: bold;
}
.mt .page a
{
    border: 1px solid #CCC;
    border-radius: 3px;
    
    height: 14px;
line-height: 14px;
padding: 3px 10px;

overflow: hidden;
}

#cssmenu > ul a, #headerLogin, .mernu > li > a,.mt
{
    /* SVG fallback(Opera 11.10-, IE9) */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjI0LDIyNCwyMjQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(238,238,238,1)); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(238,238,238,1)); /* Chrome 7+ & Safari 5.03+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(238,238,238,1))); /* IE5.5 - IE7 */
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE0E0E0); /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE0E0E0)";
}
#cssmenu > ul li > a:hover, #cssmenu > ul li:hover > a
{
    /* SVG fallback(Opera 11.10-, IE9) */
    color: #fff;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDAsMTQyLDIwMiwxKTsiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDAsMTA0LDE3OSwxKTsiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNncmFkaWVudCkiIGhlaWdodD0iMTAwJSIgd2lkdGg9IjEwMCUiIC8+PC9zdmc+); /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgba(0,142,202,1), rgba(0,104,179,1)); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgba(0,142,202,1), rgba(0,104,179,1)); /* Chrome 7+ & Safari 5.03+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,142,202,1)), color-stop(1, rgba(0,104,179,1))); /* IE5.5 - IE7 */
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF008ECA,EndColorStr=#FF0068B3); /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF008ECA,EndColorStr=#FF0068B3)";
}


table.table
{
    
    font-size: 12px;
   
    background: #eaebec;
    border: #ccc 1px solid;
   
    font-family: Arial, Helvetica, sans-serif;
    
}

table.table tr.even td
{
    background: #f6f6f6;
    background: white;
}

table.table th
{
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjI0LDIyNCwyMjQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(238,238,238,1)); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(238,238,238,1)); /* Chrome 7+ & Safari 5.03+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(238,238,238,1))); /* IE5.5 - IE7 */
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE0E0E0); /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE0E0E0)";
}

table.table th:first-child
{
    padding-left: 20px;
    text-align: left;
}

table.table a:visited
{
}

table.table a:active, table.table a:hover
{
    text-decoration: underline;
}

table.table a:link
{
    font-weight: bold;
    text-decoration: none;
}

table.table tr
{
    padding-left: 20px;
    text-align: center;
}

table.table tr:first-child th:first-child
{
}

table.table tr:first-child th:last-child
{
}

table.table tr:last-child td
{
    border-bottom: 0;
}

table.table tr:last-child td:first-child
{
}

table.table tr:last-child td:last-child
{
}

table.table tr:hover td
{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

table.table tr td
{
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #ffffff;
   
    background-color: white;
}

table.table tr td:first-child
{
    width: 425px;
    padding-left: 20px;
    border-left: 0;
    text-align: left;
}

#select
{
    border-style: none solid solid solid;
    border-color: #FFFFFF #E0E0E0 #E0E0E0 #E0E0E0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    zoom: 1;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.m, .mt, .mc, .mb, .sm, .smt, .smc, .smb
{
    overflow: hidden;
    zoom: 1;
}
.mt
{
    height: 32px;
    line-height: 28px;
    padding: 0 10px;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
   border-top: 2px solid #0065b1;
}
#select h1
{
    display: inline;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #C30;
}
.mt h1, .mt h2
{
    font-family: 宋体b8b\4f53;
    font-weight: bold;
}

#select dl#select-brand
{
    border-top: none;
}
#select dl
{
    width: 753px;
    padding: 4px 0 2px;
    margin: 0 5px;
    overflow: hidden;
    zoom: 1;
    border-top: 1px dotted #CCC;
}
#select dd
{
    float: left;
    position: relative;
    width: 652px;
    overflow: hidden;
}
#select dt {
float: left;
width: 70px;
font-weight: bold;
text-align: right;
line-height: 25px;
}
#select-brand .SelectContent,#select-brand .SelectContent1
{
    float: none;
    overflow: hidden;
    width: 100%;
   
    height: auto;

border: none;
padding: 0px;
margin: 0px;
}


.SelectContent div ,.SelectContent1 div
{
    overflow: hidden;
    width: 145px;
}
#select dd div
{
    float: left;
    height: 20px;
    margin-right: 15px;
    padding-top: 5px;
}
#select dd a
{
    height: 15px;
    line-height: 15px;

    overflow: hidden;
    white-space: nowrap;
}

.endorse-item-name.jellybean {
float: left;
color: #333;
font-size: 13px;
line-height: 24px;
height: 24px;
}
.jellybean:hover {
background: #C3D2DF;
}
.jellybean {
position: absolute;
left: -12345em;
}
.jellybean {
position: static;
left: 0;
font-size: 13px;
background: #F0F0F0;
color: #5A5A5A;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
vertical-align: bottom;
}

.jellybean {
position: static;
left: 0;
padding: 3px 5px;
font-size: 13px;
background: #D6E3EE;
color: #069;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
display: inline-block;
vertical-align: bottom;
}
.endorse-item-name {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 13px;
padding-right: 6px;
-sassy-debug: "[styleguide:begin] --- medium copy in a container ---";
font-size: 13px;
line-height: 17px;
color: #333;
font-weight: normal;
-sassy-debug: "[styleguide:end] --- medium copy in a container ---";
background-color: #F0F0F0;
position: relative;
border-bottom: 1px solid #DDD;
border-right: 1px solid #DDD;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.endorse-item-name.jellybean .value {
padding-left: 0px;
padding-right: 7px;
vertical-align: top;
}

.endorse-item-name.jellybean
{
    color: #5A5A5A;
    font-size: 13px;
    line-height: 24px;
    margin: 2px;
    font-weight: bold;
}

.jellybean .remove
{
    padding-left: 0px;
    padding-right: 0px;
    color: #CC0000;
    font-size: 20px;
    font-weight: normal;
    position: relative;
}

#select .selectcontent dd span {
font-size: 12px;
-webkit-text-size-adjust: none;
color: #666;
}

.jellybean:hover {
background-color: #F4F4F4;
}
.jellybean .remove:hover {
color: #0073B2;
}
.endorse-item-name .value:hover {
color: #5A5A5A;
}

	.tabrow {
		    text-align: center;
		    list-style: none;
		    
		    padding: 0;
		    line-height: 30px;
		    height: 30px;
		    overflow: hidden;
		    font-size: 14px;
		    font-family: verdana;
		    position: relative;
		}
		.tabrow li 
		{
		    float: left;
		    border: 1px solid #CCC;
		   
	  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjI0LDIyNCwyMjQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(238,238,238,1)); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(238,238,238,1)); /* Chrome 7+ & Safari 5.03+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(238,238,238,1))); /* IE5.5 - IE7 */
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE0E0E0); /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFE0E0E0)";
		    display: inline-block;
		    position: relative;
		    z-index: 0;

		    
		    padding: 0 20px;
		}
		.tabrow a {
			 color:black;
			  text-decoration: none;
		}
		.tabrow .selected a {
			 color:White;
			 font-size:14px;
			 
			  text-decoration: none;
		}
		.tabrow li.selected
{
    rgba(0, 142, 202, 1)
    rgba(0, 101, 177, 1)
    
    /* SVG fallback(Opera 11.10-, IE9) */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjI0LDIyNCwyMjQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgba(0, 142, 202, 1),  rgba(0, 101, 177, 1)); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgba(0, 142, 202, 1),  rgba(0, 101, 177, 1)); /* Chrome 7+ & Safari 5.03+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 142, 202, 1)), color-stop(1,  rgba(0, 101, 177, 1))); /* IE5.5 - IE7 */
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#008eca,EndColorStr=#0065b1); /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#008eca,EndColorStr=#0065b1)";
    border-bottom-color: #0065b1;
}



/*Tooltip UI component by www.menucool.com */

/*Tooltip UI component by www.menucool.com */

/*For tooltip target element that has set class="tooltip" */
.tooltip {text-decoration: none;  outline: none; }

/*For tooltip box*/
div#mcTooltip 
{
    line-height:14px;
    border-width: 1px;   
    color:#333; 
    border-color:#BBBBBB;
    padding:5px;
    font-size: 11px;
    font-family: Verdana, Arial;
    border-radius:6px; /*Rounded corners. N/A for IE 8 and below.*/
   
}
div#mcTooltip, div#mcTooltip div 
{
  background-color: white;
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#36c; }
div#mcTooltip {
    border: solid #ccc 1px;
    
        
}
div#mcTooltip tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
} 
 div#mcTooltip table {
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
     
}

    
div#mcTooltip td, div#mcTooltip th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 3px;
    text-align: left;
    vertical-align:top; 
     
}
div#mcTooltip td
{
    
}

div#mcTooltip th 
{
   padding: 7px; 
}

div#mcTooltip th {
        background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;   
    
}

div#mcTooltip td:first-child, div#mcTooltip th:first-child {
    border-left: none;
     padding-left: 14px; 
}
div#mcTooltip td:first-child {
     background: url(../images/ok.png) no-repeat center left;

}
div#mcTooltip  .NoMatch 
{
     background: url(../images/pwd.png) no-repeat center left;
     padding-left: 14px
}
div#mcTooltip td:last-child {
     

}
div#mcTooltip th:first-child {

}

div#mcTooltip th:last-child {
 
}

div#mcTooltip th:only-child{

}

div#mcTooltip tr:last-child td:first-child {

}

.div#mcTooltip tr:last-child td:last-child {
   
}

/*Close button. Only available when sticky or overlay has been set to true.*/
div#mcttCloseButton 
{
    
    width:14px;height:14px;position:absolute;cursor:pointer; overflow:hidden;
    top:12px; right:12px; left:auto;
}            

/* Only applies when overlay has been set to true or 1.*/
div#mcOverlay 
{
    background-color: white;
    opacity:0.8; filter: alpha(opacity=80); 
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}

/*Only available when calling by tooltip.ajax(...). It will be a spinning image indicating a request is in progress.*/
div#tooltipAjaxSpin {margin:20px 50px; background:transparent url(loading.gif) no-repeat center center; width:50px; height:30px; font-size:0;}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
div#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
div#mcttCo {position:absolute;text-align:left;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;  border-color:#ccc;}

