/*General Site*/
body {            
    background-image: url("../Images/bgmain.gif");
    background-position: top left;
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #224650;
}

h1 {
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #606060;
}

a, a:visited {
    color: #333333;
    text-decoration: none;
}

/*END General Site*/

/*Content containers*/
#main_container {
    width: 986px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    background-color: #ffffff;
}

#header_container {
    background-image: url("../Images/topbanner.jpg");
    background-repeat: no-repeat;
    width: 986px;
    height: 171px;
    float: left;
}

#topnav_container {
    width: 986px;
    height: 30px;
    float: left;
    margin-top: 3px;
}

#breadcrumb_container {
    width: 986px;
    height: 31px;
    float: left;
}

#left_container {
    width: 180px;
    float: left;
    min-height: 200px;
}

.content_container {
    width: 604px;
    float: left;
    min-height: 200px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

#right_container {
    width: 180px;
    float: left;
    min-height: 200px;
}

#footer {
    background-color: #1c596a;
    width: 986px;
    height: 36px;
    float: left;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 10px
}

#footer a, #footer a:visited {
    color: #ffffff;
}
/*END Content Containers*/

/*Top Nav*/
#topnav_search_container {
    background-color: #1c596a;
    width: 595px;
    height: 30px;
    float: left;
    margin-right: 3px;
}

#topnav_searchtext {
    background-image: url("../Images/arrow.gif");
    background-position: right;
    background-repeat: no-repeat;
    width: 173px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: right;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding-right: 10px;
}

#topnav_search_container input.text {
    height: 14px;
    width: 136px;
    margin-top: 4px;
}

#topnav_search_container input.search {
    border: none;
    background-color: #1c596a;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

#topnav_link_container {
    background-color: #4499af;
    width: 387px;
    height: 30px;
    float: left;
}

.topnav_link a, .topnav_link a:visited  {
    background-image: url("../Images/topnavline.gif");
    background-position: right;
    background-repeat: no-repeat;
    width: 129px;
    height: 30px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}

.topnav_link_ni a, .topnav_link_ni a:visited {
    width: 129px;
    height: 30px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
/*END Top Nav*/

/*Breadcrumb*/
#breadcrumb_text {
    width: 180px;
    height: 26px;
    float: left;
    padding-top: 5px;
    font-size: 10px;
    color: #72797a;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

#breadcrumb_link {
    height: 26px;
    font-size: 10px;
    color: #72797a;
    font-weight: bold;
    padding-top: 5px;
}

#breadcrumb_link a, #breadcrumb_link a:visited {
    color: #72797a;
}
/*END Breadcrumb*/

/*Left Boxes*/
.leftbox_container {
    width: 180px;
    float: left;
    padding-bottom: 12px;
}

.leftbox_heading1 {
    background-color: #163037;
    width: 170px;
    height: 23px;
    float: left;
    line-height: 23px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

.leftbox_heading2 {
    background-color: #1c596a;
    width: 170px;
    height: 23px;
    float: left;
    line-height: 23px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

.leftbox_frame {
    width: 178px;
    border-left: 1px solid #cbcbcc;
    border-right: 1px solid #cbcbcc;
    border-bottom: 1px solid #cbcbcc;
    float: left;
    min-height: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.leftbox_frame_no_padding {

    width: 178px;
    border-left: 1px solid #cbcbcc;
    border-right: 1px solid #cbcbcc;
    border-bottom: 1px solid #cbcbcc;
    float: left;
    min-height: 20px;
    padding-bottom: 10px;
}

.leftbox_item {
    background-image: url("../Images/navarrow.gif");
    background-position: left;
    background-repeat: no-repeat;
    width: 163px;
    min-height: 18px;
    /*line-height: 18px;*/
    float: left;
    padding-left: 13px;
    font-size: 11px;
}

.leftbox_item a, a:visited {
    text-decoration: none;
    color: #333333;
}

/*END Left Boxes*/

/*Campaigns*/
.campaign_container_body {
    width: 148px;
    height: 113px;
    float: left;
    margin-left: 2px;
}

.campaign_container_right {
    float: left;
    margin-bottom: 5px;
}
/*END Campaigns*/

/*Misc*/
.clear {
    clear: both;
}

.raise_user_error {
    background-image: url("../images/ErrorMessageIcon.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 96%;
    color: #990000;
    background-color: #CCD9DD;
	border: 1px solid #DD9988;
    padding-left: 30px;
    float: left;
    padding-top: 8px;
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.feature_title_bar {
    background-color: #1c596a;
    width: 604px;
    height: 23px;
    line-height: 23px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    padding-left: 6px;
    margin-bottom: 6px;
}
/*END Misc*/

/*Category Listing*/
.category_title_bar {
    background-color: #1c596a;
    width: 775px;
    height: 30px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    line-height: 30px;
    margin-top: 0;
}


.category_content {
    width: 392px;
    height: 70px;
    float: left;
    padding-top: 5px;
}

.category_images {
    width: 100px;
    height: 70px;
    float: left;
}

.category_text {
    width: 292px;
    height: 70px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    /*line-height: 70px;*/
}

.category_text a, a:visited {
    color: #333333;
}
/*END Category Listing*/

/*Product Listing*/
.stocklist_container {
    width: 182px;
    height: 216px;
    border: 1px solid #c6cbcc;
    float: left;
    margin-left: 7px;
    margin-top: 7px;
}

.stocklist_image {
    width: 182px;
    height: 117px;
    float: left;
    padding-top: 15px;
    overflow: hidden;
    line-height: 117px;
    text-align: center;
}

.stocklist_image_so {
    width: 182px;
    height: 98px;
    float: left;
    padding-top: 15px;
    overflow: hidden;
    line-height: 117px;
    text-align: center;
}

.stocklist_price {
    width: 184px;
    height: 19px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #606060;
    font-weight: bold;
}

.stocklist_old_price {
    width: 184px;
    height: 19px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #606060;
    font-weight: bold;
    text-decoration: line-through;
}

.stocklist_button {
    width: 132px;
    height: 22px;
    float: left;
    padding-left: 52px;
}

.stocklist_desc {
    width: 182px;
    height: 32px;
    float: left;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
}

.stocklist_desc a, .stocklist_desc a:visited {
    color: #666666;
}

.stocklist_desc a:hover {
    color: #1c596a;
}

.stocklist_moreinfo {
    background-color: #163037;
    width: 77px;
    height: 22px;
    float: left;
    line-height: 22px;
    text-align: center;
}

.stocklist_moreinfo a, .stocklist_moreinfo a:visited {
    color: #ffffff;
    font-weight: bold;
}

.stocklist_moreinfo_so {
    background-color: #bc2712;
    width: 77px;
    height: 22px;
    float: left;
    line-height: 22px;
    text-align: center;
}

.stocklist_moreinfo_so a, .stocklist_moreinfo_so a:visited {
    color: #ffffff;
    font-weight: bold;
}
/*END Product Listing*/

/*Stock Item*/
.stock_short_desc {
    background-image: url("../Images/info.gif");
    background-position: left;
    background-repeat: no-repeat;
    width: 746px;
    height: 24px;
    padding-left: 39px;
    line-height: 24px;
    color: #606060;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

.stock_long_desc {
    width: 746px;
    padding-left: 39px;
    color: #666666;
    font-size: 10px;
    float: left;
    margin-bottom: 10px;
}

.stock_image_options {
    width: 300px;
    float: left;
    min-height: 20px;
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 10px;
}

.stock_image_option_stock_image {
    width: 300px;
    float: left;
    padding-bottom: 10px;
}

.stock_image_option_stock_enlargeimage {
    width: 243px;
    height: 30px;
    float: left;
    padding-bottom: 10px;
    line-height: 30px;
}

.stock_image_option_more_images {
    background-image: url("../images/pbutton.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 243px;
    height: 30px;
    padding-left: 47px;
    float: left;
    padding-bottom: 10px;
    line-height: 30px;
}

.stock_image_option_more_images a, .stock_image_option_more_images a:visited {
    color: #666666;
}

.stock_image_option_more_images a:hover {
    color: #1C596A;
}

.stock_image_option_email {
    background-image: url("../images/email.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 243px;
    height: 30px;
    padding-left: 47px;
    float: left;
    padding-bottom: 10px;
    line-height: 30px;
}

.stock_image_option_email a, .stock_image_option_email a:visited {
    color: #666666;
}

.stock_image_option_email a:hover {
    color: #1C596A;
}

.stock_image_option_bookmark {
    background-image: url("../images/bookmark.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 243px;
    height: 30px;
    padding-left: 47px;
    float: left;
    padding-bottom: 10px;
}

.stock_image_option_bookmark a, .stock_image_option_bookmark a:visited {
    color: #666666;
}

.stock_image_option_bookmark a:hover {
    color: #1C596A;
}

.stock_options {
    width: 480px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}

.stock_option_manufacturer {
    background-image: url("../images/manufacturer.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 441px;
    height: 24px;
    padding-left: 39px;
    line-height: 24px;
    padding-bottom: 10px;
    float: left;
}

.stock_option_price {
    background-image: url("../images/bag.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 441px;
    height: 40px;
    padding-left: 39px;
    padding-bottom: 10px;
    float: left;
}

.stock_option_related {
    background-image: url("../images/cButton.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 441px;
    height: 24px;
    padding-left: 39px;
    line-height: 24px;
    padding-bottom: 10px;
    float: left;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}

.stock_telephone_details {
    background-image: url("../images/phone.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 741px;
    padding-left: 39px;
    float: left;
    padding-bottom: 10px;
}

.stock_carriage_details {
    background-image: url("../images/van.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 741px;
    padding-left: 39px;
    float: left;
    padding-bottom: 10px;
}


.stock_more_images {
    width: 785px;
    float: left;
    padding-bottom: 10px;
}

.stock_more_images_image {
    width: 392px;
    float: left;
    vertical-align: middle;
    text-align: center;
}

.stock_scs_container {
    width: 442px;
    float: left;
    padding-bottom: 10px;
    padding-left: 38px;
}

.stock_scs_text {
    width: 480px;
    height: 15px;
    line-height: 15px;
    float: left;
    color: #666666;
    font-size: 9px;
    font-weight: normal;
}

.scs_combo_label {
    width: 125px;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #666666;
    font-size: 10px;
}

.scs_combo {
    width: 317px;
    height: 20px;
    float: left;
}

.scs_combo select.scs {
    height: 16px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.stock_buy_button {
    width: 442px;
    padding-top: 10px;
    float: left;
    padding-left: 38px;
}
/*END Stock Item*/

/*SCS Table*/
.scs_table_container {
    width: 754px;
    float: left;
    padding-top: 10px;
    text-align: center;
    padding-left: 31px;
    padding-bottom: 10px;
}

.scs_table_container table.scs {
    width: 98%;
    border: 1px solid #cccccc;
    margin-left: 1%;
}

tr.scs {
    border: 1px solid #cccccc;
}

td.scs_blank {
    border: 1px solid #cccccc;
    background-color: #CADAE2;
    font-weight: bold;
}

td.scs {
    border: 1px solid #cccccc;
    background-color: #FFCCCC;
}

td.scs_buy {
    border: 1px solid #cccccc;
    background-color: #FFFFCC;
}

td.scs_buy a {
    color: #666666;
    font-weight: normal;
}

th.scs {
    border: 1px solid #cccccc;
    background-color: #CADAE2;
}
/*END SCS Table*/

/*Search List*/
.search_container {
    width: 789px;
    float: left;
}

.search_row {
    background-color: #1c596a;
    width: 789px;
    height: 28px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}

.search_row_refine {
    width: 151px;
    padding-left: 4px;
    height: 28px;
    line-height: 28px;
    float: left;
}

.search_row_refine_input {
    width: 176px;
    height: 23px;
    padding-top: 5px;
    float: left;
}

.search_row_refine_input input.searchtext {
    width: 113px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.search_row_min {
    width: 43px;
    height: 28px;
    line-height: 28px;
    float: left;
}

.search_row_min_input {
    width: 77px;
    height: 23px;
    padding-top: 5px;
    float: left;
}

.search_row_min_input input.mintext {
    width: 50px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.search_row_max {
    width: 50px;
    height: 28px;
    line-height: 28px;
    float: left;
}

.search_row_ascending {
    width: 93px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
    float: left;
}

.search_row_ascending_input {
    width: 26px;
    height: 23px;
    padding-top: 5px;
    float: left;
}

.search_row_ascending_input input.check {
    border: 1px solid #7f9db9;
}

.search_row_button {
    width: 24px;
    height: 28px;
    float: left;
    padding-top: 4px;
}

.search_row_button input.button {
    background-image: url("../Images/searchbuttonbg.gif");
    background-position: left;
    background-repeat: repeat-x;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.search_result_container {
    width: 789px;
    float: left;
}

.search_result_text {
    width: 789px;
    height: 29px;
    line-height: 29px;
    float: left;
    font-size: 10px;
    color: #666666;
}

.search_result_page {
    width: 789px;
    height: 29px;
    float: left;
    text-align: center;
    font-size: 10px;
    color: #4a5973;
}

.search_result_page_bottom {
    width: 789px;
    height: 29px;
    float: left;
    text-align: center;
    font-size: 10px;
    color: #4a5973;
    padding-top: 20px;
}

.search_result_page input.button {
    border: none;
    background-color: #ffffff;
    color: #4a5973;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

.search_result_page_bottom input.button {
    border: none;
    background-color: #ffffff;
    color: #4a5973;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}
/*END Search List*/

/*Login Form*/
.login_container {
    width: 710px;
    float: left;
    margin-left: 45px;
}

.login_title_bar {
    background-color: #1c596a;
    width: 704px;
    height: 23px;
    line-height: 23px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    padding-left: 6px;
    margin-bottom: 6px;
}

.login_bold_text {
    width: 548px;
    height: 15px;
    float: left;
    padding-left: 6px;
    color: #606060;
    font-size: 10px;
    font-weight: bold;
}

.login_input_text {
    width: 268px;
    height: 24px;
    line-height: 24px;
    color: #666666;
    font-size: 10px;
    float: left;
    padding-left: 6px;
}

.login_input {
    width: 280px;
    height: 21px;
    padding-top: 3px;
    float: left;
}

.login_input input.email {
    width: 260px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.login_input input.pass {
    width: 110px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.login_input input.reg {
    width: 210px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.login_input select.reg {
    height: 18px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.login_form_container {
    width: 554px;
    float: left;
}

.login_form_button_container {
    width: 150px;
    float: left;
}

.login_loginbutton {
    width: 150px;
    height: 62px;
    padding-top: 23px;
    float: left;
}

.login_forgotpassbutton {
    width: 150px;
    float: left;
    height: 40px;
}

.login_option {
    width: 554px;
    height: 26px;
    line-height: 26px;
    float: left;
    font-size: 10px;
    color: #666666;
    margin-bottom: 13px;
}

.login_option ul {
    list-style-type: square;
    color: #666666;
}

/*END Login Forn*/

/*Reg Form*/
.reg_input_text {
    width: 176px;
    height: 24px;
    line-height: 24px;
    color: #666666;
    font-size: 10px;
    float: left;
    padding-left: 6px;
    text-align: right;
    padding-right: 3px;
}

.reg_input {
    width: 350px;
    height: 21px;
    padding-top: 3px;
    float: left;
    font-size: 10px;
    color: #666666;
}

.reg_input_textarea {
    width: 350px;
    height: 100px;
    padding-top: 3px;
    float: left;
    font-size: 10px;
    color: #666666;
}

.reg_input input.email {
    width: 260px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.reg_input input.pass {
    width: 110px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.reg_input input.reg {
    width: 210px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.reg_input_textarea input.textarea {
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.reg_input select.reg {
    height: 18px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.reg_save_container {
    width: 100%;
    height: 30px;
    padding-top: 10px;
    line-height: 30px;
    text-align: center;
    float: left;
}
/*END Reg Form*/

/*UDA Fields*/
.uda_option_name {
    width: 140px;
    float: left;
    text-align: right;
    height: 24px;
    line-height: 24px;
}

.uda_option {
    width: 140px;
    float: left;
    text-align: right;
    height: 24px;
    line-height: 24px;
}

.uda_sep {
    clear: both;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #cccccc;
}
/*END UDA Fields*/

/*Shopping Cart*/
.cart_container {
    width: 756px;
    float: left;
    margin-left: 16px;
}

.cart_delivery_selection {
    width: 756px;
    height: 22px;
    float: left;
    background-color: #78888f;
    margin-bottom: 11px;
}

.cart_delivery_selection_nomargin {
    width: 756px;
    height: 22px;
    float: left;
    background-color: #78888f;
    margin-top: 3px;
}

.cart_heading {
    width: 756px;
    height: 18px;
    float: left;
    background-color: #555555;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.cart_heading_desc {
    width: 360px;
    line-height: 18px;
    float: left;
    padding-left: 4px;
}

.cart_heading_sk {
    width: 115px;
    line-height: 18px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.cart_heading_item {
    width: 90px;
    line-height: 18px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.cart_heading_vat {
    width: 78px;
    line-height: 18px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.cart_item {
    width: 756px;
    height: 64px;
    float: left;
    padding-bottom: 5px;
    font-size: 10px;
}

.cart_item_image {
    width: 80px;
    height: 57px;
    float: left;
    text-align: center;
    padding-top: 7px;
}

.cart_item_desc {
    width: 284px;
    height: 64px;
    float: left;
    line-height: 64px;
    overflow: hidden;
}

.cart_item_desc a, .cart_item_desc a:visited {
    color: #4a5973;
    font-weight: bold;
}

.cart_item_item {
    width: 91px;
    height: 64px;
    float: left;
    text-align: right;
    line-height: 64px;
}

.cart_item_sk {
    width: 116px;
    height: 64px;
    float: left;
    text-align: right;
    /*#position: relative;
    display: table;*/
    overflow: hidden;
    line-height: 64px;
}

/*.cart_item_item_stock_code {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 91px;
}

.cart_item_item_stock_code_text {
     #position: relative;
     #top: -50%
}*/

.cart_item_qty {
    width: 91px;
    float: left;
    text-align: center;
    line-height: 64px;
    padding-top: 23px;
}

.cart_item_qty_no_pad {
    width: 91px;
    float: left;
    text-align: center;
    line-height: 64px;
}

.cart_remove_item_container {
    width: 91px;
    height: 16px;
    float: left;
    padding-top: 7px;
    text-align: center;
}

input.qty {
    width: 28px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.cart_item_vat {
    width: 79px;
    float: left;
    text-align: right;
    line-height: 64px;
}

.cart_totals_text {
    width: 641px;
    height: 22px;
    float: left;
    text-align: right;
    font-weight: bold;
    color: #000000;
}

.cart_totals_amount {
    width: 114px;
    height: 22px;
    float: left;
    text-align: right;
    font-weight: bold;
    color: #000000;
}

.cart_continue_buttons {
    width: 378px;
    height: 28px;
    float: left;
    text-align: center;
    color: #666666;
    padding-bottom: 5px;
}

.cart_information_container {
    width: 756px;
    float: left;
    padding-bottom: 20px;
}

.cart_information_heading {
    width: 752px;
    height: 23px;
    line-height: 23px;
    float: left;
    margin-bottom: 5px;
    background-color: #1c596a;
    color: #ffffff;
    padding-left: 4px;
    font-weight: bold;
}

.cart_information_bullet_points {
    width: 615px;
    float: left;
}

.cart_information_bullet_points li {
    color: #666666;
    font-size: 10px;
    padding-right: 15px;
}

.cart_information_right_column {
    width: 141px;
    float: left;
    padding-top: 13px;
}
/*END Shopping Cart*/

/*Members Area*/
.ma_continue_container {
    width: 704px;
    float: left;
    padding-top: 10px;
    padding-bottom: 27px;
}

.ma_continue_text {
    width: 415px;
    height: 49px;
    float: left;
    line-height: 49px;
    padding-left: 114px;
    color: #666666;
    font-weight: bold;
    font-size: 10px;
}

.ma_continue_button {
    width: 130px;
    height: 38px;
    float: left;
    padding-top: 11px;
}

.ma_option_container {
    width: 710px;
    height: 29px;
    float: left;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}

.ma_option_text {
    width: 548px;
    height: 26px;
    float: left;
    padding-left: 6px;
    padding-top: 10px;
}

.ma_option_text ul {
    list-style-type: square;
    padding-left: 31px;
}

.ma_option_text li {
    font-weight: normal;
}

.ma_option_button {
    width: 130px;
    height: 26px;
    float: left;
    padding-top: 10px;
    text-align: center;
}

/*END Members Area*/

/*Mini Basket*/
.mini_basket_container {
    width: 178px;
    height: 38px;
    float: left;
    line-height: 38px;
    text-align: center;
    color: #666666;
    font-size: 10px;
}

.mini_basket_container a, .mini_basket_container a:visited {
    color: #333333;
}
/*END Mini Basket*/

/*Recently Viewed*/
.rv_link_button {
    width: 89px;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
    padding-top: 5px;
}

.rv_link_button a, .rv_link_button a:visited {
    color: #666666;
}

.rv_item_container {
    width: 785px;
    float: left;
    border-bottom: 1px solid #666666;
    font-size: 10px;
    color: #666666;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.rv_item_short_desc {
    width: 785px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-weight: bold;
}

.rv_item_short_desc a, .rv_item_short_desc a:visited {
    color: #666666;
    font-size: 11px;
}

.rv_item_image_container {
    width: 150px;
    min-height: 50px;
    float: left;
}

.rv_item_image {
    width: 150px;
    float: left;
    text-align: center;
}

.rv_item_button {
    width: 150px;
    height: 26px;
    padding-top: 10px;
    text-align: center;
    float: left;
    padding-bottom: 10px;
}

.rv_item_desc_container {
    width: 635px;
    float: left;
}

.rv_item_desc {
    width: 630px;
    float: left;
    padding-bottom: 10px;
    padding-left: 5px;
}

.rv_item_option_name {
    width: 155px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-weight: bold;
    padding-left: 5px;
}

.rv_item_option_value {
    width: 465px;
    height: 20px;
    line-height: 20px;
    float: left;
}

.rv_item_remove {
    width: 775px;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: right;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
}

.rv_item_remove a, .rv_item_remove a:visited {
    color: #666666;
}
/*END Recently Viewed*/

/*Address Entry*/
.address_heading_container {
    background-color: #78888f;
    width: 704px;
    height: 23px;
    line-height: 23px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    padding-left: 6px;
    margin-bottom: 6px;
}


.address_heading_invoice_address {
    width: 67px;
    height: 23px;
    float: left;
    line-height: 23px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}

.address_heading_name {
    width: 125px;
    height: 23px;
    float: left;
    line-height: 23px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}

.address_heading_heading {
    width: 310px;
    height: 23px;
    float: left;
    line-height: 23px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}

.address_item_container {
    width: 704px;
    height: 54px;
    float: left;
    border-bottom: 1px solid #666666;
}

.address_item_use_container {
    width: 60px;
    height: 34px;
    float: right;
    padding-top: 20px;
    text-align: right;
    padding-right: 10px;
}

.address_item_button_container {
    width: 110px;
    height: 18px;
    float: left;
}

.address_item_button_container a, .address_item_button_container a:visited {
    color: #666666;
    font-weight: bold;
}

.address_items_container {
    width: 311px;
    float: left;
}

.address_item_name {
    width: 120px;
    height: 54px;
    line-height: 24px;
    float: left;
    text-align: left;
    padding-left: 5px;
}

.address_item_item {
    width: 311px;
    height: 18px;
    line-height: 18px;
    float: left;
    text-align: left;
}

.address_item_text {
    width: 180px;
    height: 18px;
    line-height: 18px;
    float: left;
    text-align: left;
}

.address_item_invoice_address {
    width: 67px;
    height: 54px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.address_main_buttons {
    width: 704px;
    height: 24px;
    float: left;
    padding-top 10px;
    padding-bottom: 15px;
}

.address_proceed_button {
    width: 149px;
    float: right;
    padding-top: 10px;
    text-align: right;
}
/*END Address Entry*/

/*Related Items*/
.related_container {
    width: 780px;
    float: left;
}

.related_item {
    width: 780px;
    height: 120px;
    float: left;
}

.related_item_image {
    width: 170px;
    height: 120px;
    float: left;
    text-align: center;
}

.related_item_desc {
    width: 610px;
    height: 120px;
    float: left;
}

.related_item_desc a, .related_item_desc a:visited {
    color: #666666;
}

.related_item_desc ul {
    padding: 0;
    margin: 0;
}

.related_item_desc li {
    font-weight: bold;
}
/*END Related Items*/

/*Wish List*/
.wl_container {
    width: 710px;
    height: 34px;
    float: left;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}

.wl_name {
    width: 303px;
    height: 34px;
    line-height: 34px;
    float: left;
    padding-left: 5px
}

.wl_name a, .wl_name a:visited {
    color: #666666;
}

.wl_button {
    width: 134px;
    height: 30px;
    padding-top: 4px;
    float: left;
}
/*END Wish List*/

/*Wish List Item*/
.wlitem_container {
    width: 710px;
    height: 90px;
    float: left;
    border-bottom: 1px solid #666666;
    margin-bottom: 4px;
}

.wlitem_image {
    width: 120px;
    height: 90px;
    float: left;
}

.wlitem_detail_container {
    width: 460px;
    height: 90px;
    float: left;
}

.wlitem_detail_stock_desc {
    width: 455px;
    height: 15px;
    float: left;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    padding-left: 5px;
}

.wlitem_detail_item {
    width: 148px;
    height 74px;
    float: left;
    line-height: 74px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}

.wlitem_detail_item input.qty {
    width: 30px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
}

.wlitem_button_container {
    width: 130px;
    height: 90px;
    float: left;
}

.wlitem_button {
    width: 130px;
    height: 26px;
    float: left;
    padding-bottom: 4px;
}

.wlitem_new_list_button {
    width: 710px;
    height: 26px;
    float: left;
    text-align: center;
    padding-top 10px;
}
/*END Wish List Item*/

/*Cart Dispatch*/
.dispatch_heading {
    width: 756px;
    height: 18px;
    float: left;
    background-color: #555555;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.dispatch_heading_desc {
    width: 281px;
    line-height: 18px;
    float: left;
    padding-left: 4px;
}

.dispatch_heading_sk {
    width: 115px;
    line-height: 18px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.dispatch_heading_item {
    width: 90px;
    line-height: 18px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.dispatch_heading_vat {
    width: 78px;
    line-height: 18px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.dispatch_item_container {
    width: 756px;
    height: 30px;
    float: left;
    color: #666666;
    font-size: 10px;
}

.dispatch_item_desc {
    width: 281px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    padding-left: 4px;
    font-weight: bold;
}

.dispatch_item_desc a, .dispatch_item_desc a:visited {
    color: #4a5973;
}

.dispatch_item_sk {
    width: 115px;
	height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
    overflow: hidden;
}

.dispatch_item_item {
    width: 90px;
    line-height: 30px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.dispatch_item_instock {
    width: 90px;
    height: 24px;
    padding-top: 6px;
    float: left;
    text-align: center;
    border-left: 1px solid #ffffff;
}

.dispatch_item_net {
    width: 90px;
    line-height: 30px;
    float: left;
    text-align: right;
    border-left: 1px solid #ffffff;
}

.dispatch_item_vat {
    width: 78px;
    line-height: 30px;
    float: left;
    text-align: right;
    border-left: 1px solid #ffffff;
}

.delrate_container {
    width: 756px;
    float: left;
    padding-bottom: 10px;
}

.delrate_item {
    width: 756px;
    height: 20px;
    line-height: 20px;
    float: left;
}

.keycode_container {
    width: 756px;
    float: left;
    padding-bottom: 10px;
}

.keycode_item {
    width: 200px;
    height: 26px;
    line-height: 26px;
    float: left;
    font-weight: bold;
}

.keycode_item input.text {
    width: 150px;
    height: 14px;
    border: 1px solid #7f9db9;
    font-size: 10px;
    margin-top: 4px;
}

.cart_update_container {
    width: 756px;
    height: 26px;
    float: left;
}

.cart_update_button {
    width: 130px;
    height: 26px;
    float: right;
}

.dispatch_totals_container {
    width: 756px;
    float: left;
    padding-top: 15px;
    padding-bottom: 10px;
}
/*END Cart Dispatch*/

/*Cart Payment*/
.payment_heading {
    background-color: #555555;
    width: 756px;
    height: 18px;
    float: left;
    font-weight: bold;
    color: #ffffff;
    line-height: 18px;
    font-size: 10px;
}

.payment_heading_cdesc {
    width: 28%;
    height: 100%;
    float: left;
    padding-left: 1%;
}

.payment_heading_cdetails {
    width: 23%;
    height: 100%;
    float: left;
    padding-left: 1%;
}

.payment_heading_cname {
    width: 26%;
    height: 100%;
    float: left;
}

.payment_heading_delete {
    width: 10%;
    height: 100%;
    float: left;
}

.payment_heading_use {
    width: 10%;
    height: 100%;
    float: left;
}

.payment_item {
    width: 756px;
    height: 25px;
    float: left;
    color: #666666;
    font-size: 10px;
    line-height: 25px;
}

.payment_item_container {
    width: 754px;
    height: 60px;
    float: left;
    margin-top: 3px;
    color: #666666;
    border: 1px solid #cccccc;
    padding-top: 3px;
}

.payment_item_cdesc {
    width: 28%;
    height: 33%;
    float: left;
    padding-left: 1%;
	font-weight: bold;
}

.payment_item_cdetails {
    width: 23%;
    height: 33%;
    float: left;
    padding-left: 1%;
}

.payment_item_cname {
    width: 26%;
    height: 33%;
    float: left;
}

.payment_item_delete {
    width: 10%;
    height: 33%;
    float: left;
}

.payment_item_use {
    width: 10%;
    height: 33%;
    float: left;
}

.payment_item_spacer {
    width: 46%;
    height: 33%;
    float: left;
}

.payment_new_container {
    width: 710px;
    float: left;
}

.payment_main_buttons {
    width: 756px;
    height: 30px;
    padding-bottom: 15px;
    float: left;
}

.payment_proceed_button {
    width: 130px;
    float: right;
    padding-right: 10px;
}

.payment_title_bar {
    background-color: #1c596a;
    width: 750px;
    height: 23px;
    line-height: 23px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    padding-left: 6px;
    margin-bottom: 6px;
}

.payment_item_cv2_container {
    width: 750px;
    height: 30px;
    float: left;
    margin-top: 10px;
    color: #6c6149;
    padding-top: 3px;
}

.payment_item_cv2_text {
    width: 60%;
    height: 100%;
    float: left;
    text-align: right;
    line-height: 30px;
}

.payment_item_cv2_input {
    width: 15%;
    height: 98%;
    float: left;
    text-align: center;
    padding-top: 3px;
}
/*END Cart Payment*/

/*Cart Confirmation*/
.conf_addr_container {
    width: 378px;
    float: left;
    padding-bottom: 15px;
    font-size: 10px;
    color: #666666;
    text-align: center;
}

.conf_addr_title {
    width: 378px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-weight: bold;
}

.conf_addr_item {
    width: 378px;
    height: 20px;
    line-height: 20px;
    float: left;
}

.conf_option_title {
    width: 756px;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
}

.conf_option_item {
    width: 756px;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #666666;
    font-size: 10px;
}

.conf_placeorder_tc {
    width: 756px;
    float: left;
    padding-top: 10px;
    color: #666666;
    font-size: 9px;
}

.conf_placeorder_button {
    width: 756px;
    height: 30px;
    float: left;
    text-align: right;
    padding-top: 10px;
}
/*END Cart Confirmation*/

/*Account*/
.statement_container {
    width: 710px;
    float: left;
    color: #666666;
    font-size: 10px;
}

.account_summary_text {
    width: 710px;
    height: 30px;
    float: left;
    line-height: 30px;
    font-weight: bold;
    font-size: 11px;
}

.my_account_content table {
    border: 0px;
}

.my_account_content td.bold {
    font-weight: bold;
}

.my_account_content a, .my_account_content a:visited {
    color: #72797a;
}

.order_detail_header_left {
    width: 300px;
    float: left;
    padding-top: 10px;
}

.order_detail_header_right {
    width: 300px;
    float: right;
    padding-top: 10px;
}
/*END Account*/

