﻿/* default */
#content_default
{
    margin-top: 20px;
    width: 720px;
}

/* products */
#content_products
{
    margin-top: 10px;
}

#content_products .grid
{
    width: 720px;
    display: block;
    border: none;
    text-align: center;
    margin: 0px auto 50px auto;
}
#content_products .grid .productTemplates
{
    position: relative;
    display: inline-block;
    width: 720px;
}

#content_products .grid .productTemplate
{
    height: 225px;
    width: 210px;
    text-align: left;
    margin: 8px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;
    background-color: #fff;
    float: left;
    position: relative;
    display: block;
}

#content_products .pagebutton, #content_products .pagebutton:inactive
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #7d7d7d;
    text-decoration: none;
    margin: 5px;
}
#content_products .pagebutton
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #2a445d;
    margin: 5px;
}
#content_products .pagebutton:hover
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #2a445d;
    text-decoration: underline;
    margin: 5px;
}

#content_products .grid .productTemplate #productImage
{
    position: relative;
    top: 5px;
    text-align: right;
    right: 5px;
}
.topProductShow .contentArea
{
    margin: 5px;
}
.topProductShow .contentArea .ob_show_panelsholder
{
    margin: auto;
}
#content_products .grid .productTemplate #productPrice
{
    position: absolute;
    top: 40px;
    left: 10px;
    height: 80px;
}
#content_products .grid .productTemplate #productPrice .priceNew
{
    font-size: 16px;
    display: block;
    color: #000;
}
#content_products .grid .productTemplate #productPrice .ablu11b
{
    font-size: 10px;
    color: #000;
}
#content_products .grid .productTemplate #productPrice .oldPrice
{
    font-size: 14px;
    display: block;
}
#content_products .grid .productTemplate #productPrice .salePrice
{
    font-size: 16px;
    display: block;
    color: #000;
}

#content_products .grid .productTemplate #productDescription
{
    position: absolute;
    top: 110px;
    right: 10px;
    text-align: right;
    width: 170px;
    height: 60px;
    overflow: hidden;
}
#content_products .grid .productTemplate #productSpecs
{
    position: absolute;
    top: 170px;
    right: 10px;
}

#content_products .grid .productTemplate #productSpecs .ablk11n
{
    font-size: 90%;
}
#content_products .grid .productTemplate #productStock
{
    position: absolute;
    top: 170px;
    left: 10px;
    width: 100px;
}
#content_products .grid .productTemplate #productStock .validatormsg
{
    font-weight: bold;
    font-size: 90%;
}
#content_products .grid .productTemplate #productButton
{
    position: absolute;
    top: 193px;
    right: 6px;
}

#content_products .grid .productTemplate #productQuantity
{
    position: absolute;
    top: 200px;
    left: 10px;
}

/* prodspecs */
#content_prodspecs
{
    width: 720px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_prodspecs .table
{
}
#content_prodspecs .table .Title
{
    text-align: left;
    padding: 20px 0px;
}
#content_prodspecs .table td
{
    vertical-align: top;
    padding: 5px;
}
#content_prodspecs .imageArea
{
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    cursor: hand;
    cursor: pointer;
    padding: 10px;
    height: 100%;
}
#content_prodspecs .imageArea .imageViewer
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#content_prodspecs .imageArea .imageZoom
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 180px;
    z-index: 0;
}
#content_shoppingbasket
{
    width: 720px;
    padding: 5px;
    margin-top: 25px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_shoppingbasket .table th
{
    line-height: 35px;
}
#content_shoppingbasket .table td
{
    padding: 5px;
}
#content_shoppingbasket .table .col_1
{
    width: 120px;
    text-align: center !important;
}
#content_shoppingbasket .table .col_2
{
    width: 80px;
    text-align: center !important;
}
#content_shoppingbasket .table .col_3
{
    width: 260px;
    text-align: left !important;
}
#content_shoppingbasket .table .col_4
{
    width: 80px;
    text-align: right !important;
}
#content_shoppingbasket .table .col_5
{
    width: 80px;
    text-align: right !important;
}
#content_shoppingbasket .table .bottomcol1
{
    width: 460px;
    text-align: left !important;
}
#content_shoppingbasket .table .bottomcol2
{
    width: 80px;
    text-align: right !important;
}
#content_shoppingbasket .table .bottomcol3
{
    width: 80px;
    text-align: right !important;
}

/*billinginfo*/

#content_billinginfo
{
    width: 720px;
    margin-top: 15px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_billinginfo .table
{
    width: 720px;
}
#content_billinginfo .table .leftcol
{
    width: 250px;
}
#content_billinginfo .table .codecol
{
    width: 22px;
}
#content_billinginfo .padtop
{
    padding-top: 15px;
}
#content_billinginfo .padbot
{
    padding-bottom: 5px;
}
#content_billinginfo .table input, #content_billinginfo .table select
{
    margin: 3px 0;
}
#content_billinginfo .alternativeAddress
{
    margin-top: 15px;
}
.mailingAllowed
{
    margin-top: 15px;
    margin-left: 3px;
}
.mailingAllowed .mailing table
{
    display: inline-table;
}
.mailingAllowed .mailing span
{
    vertical-align: super;
}
#content_billinginfo .cbmailing label
{
    margin-left: 5px;
    vertical-align: middle;
}
/*payment*/
#content_payment
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
content_payment .table
{
    width: 720px;
}

/*select payment*/
#content_select_payment
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
content_select_payment .table
{
    width: 720px;
}

#content_select_payment .table td
{
    padding: 5px;
}

/*login*/
#content_login
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_login .table
{
    width: 720px;
}
#content_login .table .linkArea
{
    text-align: left;
}
#content_login .table input, #content_login .table select
{
    margin: 3px 0;
}

/*request login*/
#content_request_login
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_request_login .table
{
    width: 720px;
}
#content_request_login .table input, #content_request_login .table select
{
    margin: 3px 0;
}

/*content_request_password*/
#content_request_password .table
{
    width: 720px;
}
#content_request_password .table input, #content_request_password .table select
{
    margin: 3px 0;
}

/*content_request_login*/
#content_request_login .table
{
    width: 720px;
}
#content_request_login .table input, #content_request_login .table select
{
    margin: 3px 0;
}

/*content_edit_profile*/
#content_edit_profile
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_edit_profile .table
{
    width: 720px;
}
#content_edit_profile .table input, #content_edit_profile .table select
{
    margin: 3px 0;
}

/*content_trace_order*/
#content_trace_order
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_trace_order .table
{
    width: 720px;
}
#content_trace_order .table input, #content_trace_order .table select
{
    margin: 3px 0;
}
#content_trace_order .product
{
    background: url("../Images/wp_srv_ifu_dot_line.gif.ashx") repeat-x scroll left top transparent;
}
#content_trace_order .product td
{
    padding-top: 5px;
}
#content_trace_order .tableSubHeader
{
    padding-bottom: 5px;
}

/*content_ups*/
#content_ups
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_ups .table
{
    width: 720px;
}
#content_ups .table input, #content_ups .table select
{
    margin: 3px 0;
}

#content_ups .imageArea
{
    margin: 5px;
    padding: 5px;
    text-align: center;
}
#content_ups .tablesubHeader
{
    padding: 5px 0px;
}

/*

content_tnt*/
#content_tnt
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_tnt .table, .formMain
{
    width: 720px;
}

#content_tnt .toggleabledetailssectionheader .phasebar
{
    display: none;
    width: 0px !important;
}
#content_tnt .toggleabledetailssectionheader .strong
{
    width: 205px !important;
}
#content_tnt .toggleabledetailssectionheader td
{
    background-color: #EEEDEA;
    text-align: left;
    width: 460px;
    padding: 5px 0px;
}

. #content_tnt .imageArea
{
    margin: 5px;
    padding: 5px;
    text-align: center;
}
#content_tnt .table input, #content_tnt .table select
{
    margin: 3px 0;
}
#content_tnt .senddetailsrepeatercontainer td
{
    vertical-align: top;
}
#content_tnt .senddetailsrepeatercontainer .column1
{
    width: 200px;
}
#content_tnt .senddetailsrepeatercontainer .column2-5
{
    width: 100px;
}
#content_tnt .senddetailsrepeatercontainer th
{
    text-align: left;
}
#content_tnt #ctl00_DefaultContent_fvShipment
{
    width: 100%;
}
#content_tnt .strong
{
    font-weight: bold;
}
#content_tnt .detailsdata table
{
    width: 100%;
}
#content_tnt .toggleabledetailssectionheader .strong
{
    width: 100px;
}
#content_tnt .toggleabledetailssectionheader
{
    background-color: #eeeeee;
}

/* content_admin_actioncode_overview */
#content_admin_actioncode_overview
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    background-color: #fff;
}
#content_admin_actioncode_overview #searchbox
{
    margin-bottom: 10px;
}
#content_admin_actioncode_overview .table
{
    width: 720px;
    border: solid 1px #777;
}
#content_admin_actioncode_overview .table td
{
    padding: 2px 3px;
}
#content_admin_actioncode_overview .table .navlink
{
    padding: 0 3px;
}
#content_admin_actioncode_overview .alternating
{
    background-color: #f7f7f7;
}
#content_admin_actioncode_overview .ControlsCol
{
    width: 150px;
}

/*content_admin_actioncode_details*/
#content_admin_actioncode_details
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_admin_actioncode_details .table
{
    width: 720px;
}
#content_admin_actioncode_details .table input, #content_edit_profile .table select
{
    margin: 3px 0;
}

/*content_admin_report_form*/
#content_admin_report_form
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}
#content_admin_report_form .table
{
    width: 720px;
}
#content_admin_report_form .table input, #content_edit_profile .table select
{
    margin: 3px 0;
}
/*content_admin_multilingual*/
#content_generictext
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    background-color: #fff;
}

/*content_admin_multilingual*/
#content_admin_multilingual
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    background-color: #fff;
}
#content_admin_multilingual .table
{
    width: 720px;
}
#content_admin_multilingual .table #MultilingualText, #content_admin_multilingual .table #MultilingualNodes
{
    padding: 5px;
}
#content_admin_multilingual .underline
{
    border-bottom: dotted 1px #808080;
    border-bottom-style: dashed;
}

/*content_purl_login*/
#content_purl_login .table
{
    width: 720px;
}
#content_purl_login .table input, #content_purl_login .table select
{
    margin: 3px 0;
}

/*content_create_purl_email*/
#content_create_purl_email .table
{
    width: 720px;
}
#content_create_purl_email .table input, #content_create_purl_email .table select
{
    margin: 3px 0;
}
#content_create_purl_email .password
{
    font-size: 120%;
    font-weight: bold;
}


#content_accept, #content_invoice, #content_decline, #content_noinvoice, #content_waiting
{
    width: 720px;
    margin-top: 25px;
    padding: 5px;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #E9E9E9;
    -moz-box-shadow: 5px 5px 5px #c6c3c6;
    -webkit-box-shadow: 5px 5px 5px #c6c3c6;
    box-shadow: 5px 5px 5px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c6c3c6');
    background: url(../Images/sub_background6.jpg.ashx) repeat-x left bottom;;
    background-color: #fff;
}

