html {
    overflow: -moz-scrollbars-vertical;
}

body {
    background-color: #ffffff;
    color: #3b3b3b;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

h1 {
    font-size: 18px;
}

strong, .strong {
    font-weight: bold;
}

li {
    list-style-type: none;
}

/* LINKS */
a {
    text-decoration: none;
    /*color: #3e7500;*/
    color: #2200CC;
}

a:hover {
    text-decoration: underline;
    color: #006bff;
}

.grey a {
    color: #3b3b3b;
    text-decoration: underline;
}

/* FORMS */
input.text {
    padding: 2px 3px;
    height: 17px;
    background: transparent url("../images/input-text-shadow.gif") repeat-x scroll 0 0;
}

input.file {
    height: 24px;
    padding: 2px 3px;
}

select {
    background: transparent url("../images/input-text-shadow.gif") repeat-x scroll 0 0;
}

input.overlabel {
    color: #717171;
}

/* MAIN LAYOUT */
#top-wrapper .content {
    width: 984px;
}

#top-wrapper h2 {
    margin-left: 50px;
    padding: 5px 0 4px 0;
}

#main-content {
    float: left;
    width: 672px;
}

#right-content {
    float: right;
    width: 252px;
}

#footer-wrapper .content {
    border-top: 1px solid #c3c3c3;
    margin: 0 7px;
    padding: 15px 20px;
}

/* NAV LISTS */
ul.nav {
    list-style: none;
}

ul.horiz li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

ul.nav a {
    display: block;
}

/* TOP MENU */
ul.sub {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 22px;
    left: -1px;
    background-color: #ffffff;
    border: 1px solid #CCC;
    display: none;
}

ul.sub li {
    margin: 0 !important;
    float: left;
    width: 100%;
}

ul.sub li a {
    padding: 5px;
    font-size: 12px;
    width: 100%;
}

#customer {
    float: right;
    margin: 8px 15px 0;
    _margin-right: 10px; /*ie6 box model*/
}

#customer a {
    color: #ffffff;
    font-size: 1.4em;
}

#menu-wrapper li.option {
    padding: 10px 0 0 8px;
}

/* Profile menu */


#top-menu {
    margin-bottom: 10px;
    width: 100%;
}

#top-menu h2 {
    border: 0 !important;
    margin: 0 !important;
    overflow: visible;
    cursor: pointer;
}

#top-menu ul.horiz li {
    margin-right: 20px;
}

#top-menu h2 a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 2px solid #dadada;
}

#top-menu h2 a.active {
    border-bottom: 2px solid #fded6f;
}


/* FOOTER */
#footer-wrapper .nav a {
    font-size: 1.2em;
}

/* MISC */

h3 .eniro-logotype {
    text-indent: -9999px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

div.standard-box div.body form span.invalid {
    background: url("../images/box-standardform-invalid-icon.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: inline;
    margin-left: 8px;
    padding: 4px 4px 4px 25px;
    width: 20px;
}

a.MultiFile-remove, span.MultiFile-title {
    font-size: 1.2em;
    line-height: 1.4;
}

p.file-attachment {
    margin-bottom: 1em;
}

div#attach-file_wrap {
    display: inline;
}

div.MultiFile-label {
    margin-bottom: .8em;
    padding-left: 190px;
    float: left;
    clear: both;
}

div#attach-file-list {
    float: left;
    clear: both;
    margin-top: 1em;
}

ul.read-attributes p.attachments {
    float: left;
}

.info, .warning {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 450px;
    font-size: 12px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}

.warning {
    color: #000;
    background-color: #FFF5C7;
    background-image: url('../images/warning.png');
}

}
div#attach-file-list {
    padding-left: 193px;
}

a.MultiFile-remove {
    background: url("../images/box-inline-overlay-close.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: right;
    height: 20px;
    margin-left: 4px;
    text-indent: 24px;
    width: 60px;
    font-size: 1em;
}

a.MultiFile-remove:hover {
    text-decoration: none;
}

span.MultiFile-title {
    float: left;
}

p.file-attachment span {
    color: #4a4a4a;
    font-size: 1em;
    display: block;
    margin: 1em 0;
}

#characterCounter {
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    background-color: #96bc0f;
    color: #FFFFFF;
    padding: 6px;
    position: absolute;
    top: 158px;
    left: 562px;
    border: 1px solid #6aa810;
    display: none;
}

body#static-page div#main-content div.standard-box p.input-wrapper.admin-search {

}

body#static-page div#main-content div.standard-box p.input-wrapper.admin-search select {
    width: 120px;
    margin-right: 20px;
}

body#static-page div#main-content div.standard-box p.input-wrapper.admin-search label {
    width: auto;
}

body#static-page div#main-content div.standard-box #searchSupplierField,
body#static-page div#main-content div.standard-box #searchRequestField {

}

div.standard-box div.admin-overlay-result {
    display: block;
    width: auto;
    mine-height: auto;
    left: -25%;
}

div.standard-box div.admin-supplier-result {
    left: -33%;
}

#content-wrapper div.standard-box div.admin-overlay-result h1.toolbar {
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px;
    margin-bottom: .5em;
}

#content-wrapper div.standard-box div.admin-overlay-result p.pagination {
    margin-left: 0;
}

.standard-box .body td.icon-check {
    background-position: 7px -288px;
}

.standard-box .body .btn-expand, .standard-box .body .btn-contract {
    background-position: 0 -179px;
    padding-top: 4px;
}


table.hover-highlight.answers tr:hover {
    background-color: #ffffff;
}


/* Rejta */
/* @override http://gulasidorna.eniro.se.dev5.eniro.net/components/business/common/rating/style/rating.css?2.9.43 */

/**
 * @description: Rating module related CSS code.
 * @filename: rating.css
 */



.hit-rating p {
    font-size: .85em;
    line-height: 1.1;
    margin-bottom: .5em;
}

.hit .hit-rating .rating {
    height: 13px;
    margin: 0 0 0.2em;
    text-indent: -9999em;
    padding-top: 0;
}

a.rating {
    background: transparent url("../images/rejta-stars.png") no-repeat scroll 0 0;
}

.hit .hit-rating a,
.hit .hit-rating span {
    font-size: 0.923em;
    display: block;
    float: left;
    clear: left;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
    padding-top: .154em;
}

.hit .hit-rating .count {
    color: #666;
    padding: 0 .2em;
    font-size: 0.846em;
    margin: 1px .4em 0 0;
    clear: none;
}

.hit .rating {
    width: 3.75em; /* font-size: 12px is base*/
    padding-left: 0;
}

.hit .hit-rating .sprite {
    min-height: auto;
}

.hit .sprite {
    min-height: 1.4em;
    padding-left: 20px;
    width: 43px;
}

.hit-rating .rating0 {
    background-position: -66px -1px;
}

.hit-rating .rating1_0 {
    background-position: -52px -19px;
}

.hit-rating .rating1_5 {
    background-position: -39px -1px;
}

.hit-rating .rating2_0 {
    background-position: -39px -19px;
}

.hit-rating .rating2_5 {
    background-position: -26px -1px;
}

.hit-rating .rating3_0 {
    background-position: -26px -19px;
}

.hit-rating .rating3_5 {
    background-position: -13px -1px;
}

.hit-rating .rating4_0 {
    background-position: -13px -19px;
}

.hit-rating .rating4_5 {
    background-position: 0 -1px;
}

.hit-rating .rating5_0 {
    background-position: 0 -19px;
}

table.answers tbody td {
    vertical-align: top;
}

/* PARTNER FORM */
.create-external-consumer-request h1 {
    margin-bottom: 1em;
}
.create-external-consumer-request #characterCounter {
    top: 192px;
}
.create-external-consumer-request {
    margin-bottom: .4em;
}
.create-external-consumer-request #consumer-request-about {
    background-color: #ffffff;
    left: 20px;
    top: 75px;
}
.create-external-consumer-request #consumer-request-about-link {
    color:#3B3B3B;
    font-size:1.2em;
    text-decoration:underline;
    float: right;
}
.create-external-consumer-request a.main-logotype {
    display: inline-block;
    text-indent: 0;
    margin-right: 10px;
}
.create-external-consumer-request #submitRequest,
.create-external-consumer-request #submitRequest span,
.create-external-consumer-request a.button-small,
.create-external-consumer-request a.button-small span {
    background-image: url("../images/btn-gray-sprite.png");
}
.create-external-consumer-request #consumer-request-about strong {
    font-size: 1.2em;
}
.create-external-consumer-request #consumer-request-about p.close a {
    text-decoration: underline;
}
.create-external-consumer-request #consumer-request-about p {
    font-size: 1em;
    margin-top: .4em;
}
.create-external-consumer-request #partnerParams {
    display: none;
}
.create-external-consumer-request #partnerTopCopy {
    font-size:2em;
    position:relative;
    top:17px;
}
div.yp-links h3 {
    border-bottom:1px dotted #D0D0D0;
    font-size:1.4em;
    margin-bottom:0.8em;
    padding-bottom:4px;
}
div.yp-links h3 a {
    color: #3B3B3B;
    text-decoration: underline;
}
div.yp-links div.body {
    padding-top: 1.6em;
}
div.yp-links ul li {
    display: inline-block;
    width: 33%;
    margin-bottom: 1em;
}
div.yp-links ul li a {
    font-size: 1.4em;
    color: #143991;
}
div#right-content div#recent-requests h2 {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 6px 10px 1.2em 10px;
    margin: 0;
}
div#right-content div#recent-requests li strong {
    display: inline;
    font-size: 1.2em;
    margin-right: 4px;
    color: #3b3b3b;
}
div#recent-requests div.body {
    overflow: hidden;
}
div#recent-requests div.body li {
    color: #3B3B3B;
}

/*
*  Table for recent requests + answers from suppliers on request detail page
*/


.rejta div {
    padding-top: 5px;
    height:18px;
}

/* TABLES */
table.hover-highlight {
    width: 98%;
}

.hover-highlight td span {
    padding-top: 5px;
    display:block;
}

table.hover-highlight thead th {
    padding-bottom: 4px;
}

table.hover-highlight thead tr:hover {
    background-color: #ffffff;
}

table.hover-highlight th a {
    font-size: 1em;
}

table .even {
    background-color: #f0f0f0;
}

/*asc & desc*/
table.hover-highlight th a.current-sorting {
    background-position: 0 -122px;
    padding-left: 12px;
}

table.hover-highlight th a.asc {
    background-position: 0 -122px;
}

table.hover-highlight th a.desc {
    background-position: 0 -147px;
}

table.hover-highlight tbody td {
    padding: 0.25em 0 0.2em 13px;
    text-align: left;
    padding-left: 13px;
    font-size: 1.2em;
}

table.hover-highlight tr:hover {
    background-color: #d0d0d0;
}

table.answers tr.no-highlight td {
    display: none;
}

table.hover-highlight tr.no-highlight:hover {
    background-color: #ffffff;
}

table.hover-highlight td.date {
    padding-left: 10px;
}

table.hover-highlight td a.inactive {
    text-decoration: line-through;
}

table.hover-highlight td a.inactive {
    text-decoration: none;
}

table.hover-highlight thead th {
    font-size: 1.2em;
    padding-left: 7px;
}

table.hover-highlight tbody td {
    padding: 0.25em 0 0.2em 9px;
}
table.answers td {
    padding: 0.2em 0 0.3em 13px;
}

div#main-content div.recent-requests h2 {
    float: left;
    padding-top: .3em;
    margin: 0;
    font-size: 15px;
}

div.standard-box table.answers td div.left {
    float: left;
    width: 50%;
    margin-bottom: 1em;
}

div.standard-box table.answers td div.right {
    float: left;
    width: 50%;
}

div.standard-box table.answers td div p {
    font-size: 1em;
    clear: both;
}
table.disableNoOfReplies .noOfReplies {
    display: none;
}

#page-tracking-profile #mySubscriptionArea {
    width: 100%;
    font-size: 1em;
    padding:7px 20px 2px;
    width:630px;
    font-weight:normal;
}

#mySubscriptionArea p.left {
    float: left;
}

#mySubscriptionArea p.right {
    float: right;
}

#search-requests a {
    text-decoration: none;
}


/* @group Recent requests */
#recent-requests {
    font-size: 12px;
}
#recent-requests ul li {
    border-top: 1px solid #CCC;
    display: block;
    padding: 10px 0 0;
}
#recent-requests h3 {
    font-weight: bold;
}
#recent-requests small {
    color: #666;
    font-style: italic;
    display: block;
    margin: 6px 0 3px;

}
#recent-requests p {
    display: block;
    line-height: 150%;
    font-size: 11px;
    width: 100%;
}
#recent-requests li > a {
    display: block;
    margin: 3px 0;
}
/* @end */

/* @group Category select (Start request) */
#category_select a {
    font-size: 13px;
}
#category_select > div {
    width: 210px;
    float: left;
    margin: 10px 0 10px 20px;
}
#category_select > div.wide {
    width: 670px;
    clear: both;
    margin-left: 0;
}
#category_select > div.wide ul {
    margin-left: 10px;
    overflow: hidden;
    width: 700px;
}
#category_select > div.wide li {
    float: left;
    display: block;
    width: 230px;
}
#category_select > div.wide li a {
    padding: 3px 0;
}
#category_select > div.clear {
    clear: left;
    margin-left: 0;
}
/*#category_select > div.category-grouping {
	margin:0;
	width:100% !important;
	overflow:hidden;
	float:none;
}*/
#category_select .listWrapper {
    padding: 3px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}
#category_select ul li a {
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 3px 0 3px 10px;
}
#category_select a.showAll {
    background: #e7e7e7 url('/static/sv/images/miniArrows_sprite.png') no-repeat scroll 6px 6px;
    font: normal 13px arial, sans-serif;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
    color: #444;
    float: left;
    padding: 2px 10px 3px 20px;
    display: none;
       -moz-border-radius: 0 0 5px 5px; /* FF1+ */
    -webkit-border-radius: 0 0 5px 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
            border-radius: 0 0 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#category_select a.showAll.expanded {
    background-position: 6px -14px;
}
#category_select a .hide {
    display: none;
}
#category_select .cat_icon {
    display: block;
    font-size: 14px;
    color: #444;
    padding-left: 55px;
    line-height: 50px;
    background: #FFF url("/static/common/images/category_sprite_new.png") no-repeat 6px 0;
}

/* @end */

/* @group Top menu tabs */
#menu-wrapper #tabs {
    position: absolute;
    bottom: 0;
    left: 45px;
}

#menu-wrapper #tabs li {
    background-position: right -812px;
    height: 40px;
}

#menu-wrapper #tabs a {
    background-position: 0 -752px;
    padding: 0 16px;
    line-height: 39px;
    border-bottom: 1px solid #bdbcbd;
    font-size: 1.6em;
    color: #383838;
    font-weight: bold;
}

#menu-wrapper #tabs li.current {
    background-position: right -667px;
}

#menu-wrapper #tabs li.current a {
    background-position: 0 -607px;
}

#menu-wrapper #tabs a:hover {
    text-decoration: underline;
}

#menu-wrapper #tabs .current a:hover {
    color: #3b3b3b;
}

#menu-wrapper #tabs .current a {
    line-height: 40px;
    border-bottom: none;
}

/* @end */

/* @group Promotion box */

#promotion-wrapper {
    clear: left;
    padding: 10px 0 15px;
    margin: 0 0 15px !important;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    text-align: center;
}

#promotion-wrapper h1 {
    margin: 0 0 15px;
}
#promotion-wrapper ul {
    overflow: hidden;
    margin: 0 auto;
    width: 555px;
}
#promotion-wrapper h2 {
    font-size: 15px;
    width: 170px;
    line-height: 20px;
    text-align: center;
}

/* @end */

.popular-categories h2 {
    font-size: 18px;
    font-weight: bold;
}

/* @group Create consumer request */
#general-form {
    font-size: 12px;
}
#general-form h2 {
    font-size: 14px;
    margin: 5px 0;
}
#general-form input.text, #general-form select, #general-form textarea {
    border: 1px solid #999;
    background: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    width: 200px;
    float: left;
    margin-right: 15px;
}
#general-form .row.dual {
    line-height: 25px;
}
#general-form .row.dual .price-estimation {
    width: 135px;
}
#general-form .row.dual input.text {
    width: 70px;
    margin-right: 5px;
}
#general-form input#orgNr1 {
    width: 110px;
}
#general-form input#orgNr2 {
    width: 63px;
    margin-left: 0;
}
#general-form textarea {
    width: 390px;
    height: 200px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #444;
}
#general-form p {
    margin: 3px 0 5px 0;
}
#general-form > fieldset { /* The blocks */
    border: 1px solid #CCC;
    padding: 5px 20px 10px 20px;
    margin-bottom: 15px;
}
#general-form > fieldset > legend {
    font-size: 16px;
}
#general-form > fieldset label {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 10px;
    width: 160px;    
}
#general-form > fieldset label > span, #general-form span.star {
    color: red;
    font-weight: bold;
}
#general-form div.row {
    display: block;
    padding: 7px 0;
    margin: 0;
}

#general-form .relative {
    position: relative;
}

#general-form #startDate { margin-right: 5px; }

#general-form .charcount {
    position: absolute;
    display: none;
    width: 31px;
    height: 15px;
    padding-top: 3px;
    background: transparent url("/static/common/images/taskcount.png") no-repeat 0 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #444;
    position: absolute;
    right: 0;
    top: 7px;
}

#general-form .flexible {
    margin: 10px 0 0 170px;
    overflow: hidden;
    clear: left;
}

#general-form .flexible > input {
    float: left;
}

#general-form .flexible label {
    font-size: 11px;
    float: left;
    display: block;
    color: #666;
}


#general-form .message.instruction {
    border: 2px solid #FFD324;
    padding: 5px 8px;
    font-size: 12px;
    display: none;
    background: none repeat scroll 0 0 #FFF6BF;
    clear: both;
    float: left;
    margin: 5px 0 0 170px;
    white-space: nowrap;     
}

#general-form .message.instruction.valid {
    background: transparent url("/static/common/images/box-standardform-valid-icon.png") no-repeat 0 0;
    border: none;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    clear: none;
    margin: 0 0 0 5px;
}

#general-form .message.instruction.description {
    width: 400px;
    line-height: 16px;
}
#general-form .message.instruction.description.valid {
    float: right;
    width: 7px;
    height: 12px;
    margin: 0;
}

#general-form #attach-file_wrap {
    width: 240px;
    float: left;
    margin-right: 20px;
}
#general-form #attach-file-list {
    clear: left;
    float: left;
    margin-left: 170px;
    width: 300px !important;
    

}
#general-form #attach-file-list .MultiFile-label {
    clear: left;
    float: none;
    margin: 0 0 5px 0;
    padding: 2px 0 5px 0;
    overflow: hidden;
}
#general-form #attach-file-list .MultiFile-title {
    font-size: 12px;
    line-height: 20px;
}
#general-form #attach-file-list .MultiFile-label > a {
    float: right;
    font-size: 11px;
    padding: 2px 8px;
    line-height: 16px;
    width: auto;
    height: auto;
    margin: 0 2px 0 0;
    text-indent: 0;
    color: #FFF;
    font-weight: bold;
    border: 2px solid #FFF;

    -moz-box-shadow: 0px 0px 2px #444;
 -webkit-box-shadow: 0px 0px 2px #444;
         box-shadow: 0px 0px 2px #444;

    background-color: #de7c81;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#de7c81), to(#cb292b)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #de7c81, #cb292b); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #de7c81, #cb292b); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #de7c81, #cb292b); /* IE10 */
    background-image:      -o-linear-gradient(top, #de7c81, #cb292b); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #de7c81, #cb292b);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#de7c81', EndColorStr='#cb292b'); /* IE6�IE9 */

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#general-form #attach-file-list .MultiFile-label > a:hover {
    padding: 3px 8px 1px 8px;
}

#general-form .row.terms #acceptTerms {
    float: left;
}
#general-form .row.terms label {
    width: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}
#general-form span.invalid {
    color: #FF0000;
    display: inline-block;
    line-height: 14px;
    width: 270px;    
}
#general-form em.invalid {
    color: #FF0000;
    background: none;
    display: block;
    font-style: italic;
    margin: 0 0 0 170px;
    clear: both;
    padding-top: 5px;
}
#general-form .row.terms em.invalid, #general-form .row.captcha em.invalid {
    margin-left: 0;
}

#general-form .row.captcha label {
    display: block;
    clear: left;
    width: 180px;
}

#general-form #server-error-fields { display: none }
/* @end */


#page-tracking-profile fieldset {
    clear: left;
}

#page-tracking-profile #mySavedSubscriptions {
    margin: 0;
    padding: 0;
}
#page-tracking-profile #mySavedSubscriptions li {
    display: inline;
}
#page-tracking-profile #mySavedSubscriptions li a {
    display: block;
    padding: 6px 12px;
    line-height: 11px;
    margin: 10px 10px 0 0;
    float: left;
    background: #EEE;
       -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
}
#page-tracking-profile #mySavedSubscriptions li a:hover {
    background: #DDD;
}

#page-tracking-profile .checkAll {
    float: left;
}

#page-tracking-profile #subCategoryContent {
    clear: both;
    padding-top: 5px;
}

#page-tracking-profile #subCategoryContent ul {
    width: 270px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

#page-tracking-profile #subCategoryContent label {
    display: inline;
    float: none;
}
#page-tracking-profile .tracking-status-error {
    margin: 10px 0;
}

/* Columns */
#page-tracking-profile .row {
    clear: both;
}
#page-tracking-profile .column  {
    width: 250px;
    margin-right: 40px;
    float: left;
}
#page-tracking-profile .column select {
    padding: 0;
    height: 200px;
    width: 250px;
}
#page-tracking-profile .column select option {
    padding: 3px;
}
#page-tracking-profile .column a {
    display: block;
    clear: left;
    font-size: 12px;
    margin-top: 5px;
}

#page-tracking-profile .toolbar a {
    float: right;
    display: block;
    font-size: 12px;
}

#page-tracking-profile select option.odd {
    background: #EEE;
}

#content-wrapper h1.toolbar {
    padding-left: 20px;
    width: 640px;
}

form#supplier-tracking-profile .tracking-top {
    margin-bottom: 0;
    border-bottom: 0;
    padding-left: 20px;
    width: 640px;
}

form#supplier-tracking-profile .tracking-bottom {
    background-color: #ffffff;
    overflow: hidden;
    font-weight: normal;
}
