/* Tools.FileSelector */
.widget_Tools_FileSelector td {
    text-align: left;
    padding: 3px 10px;
}

/* Cart.AddOneProduct */
.widget_Cart_AddOneProduct table td {
    padding: 5px 10px;
    text-align: left;
}

/* Tools.LangIcons */
.widget_Tools_LangIcons {
    font-weight: bold;
    color: #006699; 
}
.widget_Tools_LangIcons ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.widget_Tools_LangIcons span {
    cursor: pointer;
    margin-right: 10px;
}
.widget_Tools_LangIcons span:last-child {
    margin-right: 3px;
}
.widget_Tools_LangIcons ul li {
    margin-bottom: 10px;
    cursor: pointer;
}

/* Trace.UserPath */
.widget_Trace_UserPath {
    height: 28px;
    font-size: 14px;
}

.widget_Trace_UserPath ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.widget_Trace_UserPath li {
    margin: 0px;
    padding: 0px 10px;
    float: left;
    height: 28px;
    line-height: 28px;
    color: white;
    font-size: 13px;
    background-image: url(/images/backgrounds/bg20100728-mid.png);
    font-weight: bold;
    cursor: pointer;
}

.widget_Trace_UserPath li.active {
    font-weight: bold;
    text-decoration: underline;
    color: #006699;
}

.widget_Trace_UserPath li.active a {
    text-decoration: underline;
}

.widget_Trace_UserPath li.on {
    color: #006699;
}

.widget_Trace_UserPath li.off {
    color: white;
}

.widget_Trace_UserPath li.sep {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 28px;
    width: 13px;
    background-color: transparent;
    background-image: url(/images/backgrounds/bg20100728-sep.png);
}
.widget_Trace_UserPath li.start {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 28px;
    width: 4px;
    background-color: transparent;
    background-image: url(/images/backgrounds/bg20100728-left.png);
}
.widget_Trace_UserPath li.end {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 28px;
    width: 4px;
    background-color: transparent;
    background-image: url(/images/backgrounds/bg20100728-right.png);
}
.widget_Trace_UserPath li.on a {
    font-weight: bold;
}


/* Trace.CartPhotos */
.widget_Trace_VisitedPhotos ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* Docs.TermCondition */
.widget_Docs_TermCondition .section {
    margin: 20px 0px;
    text-align: left;
}

.widget_Docs_TermCondition .section .title {
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
    color: blue;
}

.widget_Docs_TermCondition .section table td {
    padding-left: 20px;
}

/* Docs.FAQ */
.widget_Docs_FAQ {
    font-size: 14px;
}

.widget_Docs_FAQ div {
    text-align: left;
}

.widget_Docs_FAQ .title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
}

.widget_Docs_FAQ dt {
    margin-top: 20px;
    font-weight: bold;
}

/* Docs.ContactUs */
.widget_Docs_ContactUs {
    text-align: left;
}

.widget_Docs_ContactUs td {
    vertical-align: top;
    padding: 20px;
}

.widget_Docs_ContactUs .inner td {
    padding: 0px;
}

/* Docs.DigitalPrint */
.widget_Docs_DigitalPrint {
    text-align: left;
}

/* Subscriptions */

.widget_Subscription p, li {
    font-size: 10.7px;
    padding-top: .1em;
    padding-bottom: .1em;
}

.widget_Subscription p {
    line-height: 16px;
    color: #333;
    padding-top: .5em;
    padding-bottom: .5em;
}

.widget_Subscription .heading {
    background-color: #ddd;
    padding: 7px;
    font-size: 18px;
    color: #444;
}

.widget_Subscription .line {
    border-bottom: 1px solid #444;
    margin-bottom: 4px;
    padding: 2px;
}

.widget_Subscription .outer {
    background-color: #5c85b4;
    width: 470px;
    padding: 8px;
    color: #FFFFFF;
    font-size: 14px;
}

.widget_Subscription .prompt {
    padding-left: 5px;
    text-align: right;
}

.widget_Subscription input {
    border: 2px white solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.widget_Subscription .button {
    background-image: url(/images/subscrbutton.png);
    background-repeat: no-repeat;
    border: none;
    width: 230px;
    height: 25px;
    color: #305b8c;
    font-weight: bold;
    background-color: #5c85b4;
}

.widget_Subscription .maincell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #fff;
}