
/* New global css for M&S  */

a
{
    color: #3C3C3C;
}


*
{
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body
{
    background-color: #fff;
    font-size: 12px; /* REVISED AUG2009 */ /* background: url('../images/bakground.gif') top center repeat-y; */
}
input, select
{
    font-size: 12px; /* REVISED AUG2009 */
}
option
{
    margin-right: 10px;
}

/* STRUCTURAL TAGS */
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear_row
{
    clear: both;
}

.container
{
    width: 920px;
    margin: 0px auto;
}

.header
{
    width: 920px;
    float: left;
}
.logo
{
    width: 674px; /* REVISED AUG2009 */
    padding: 10px 0;
    float: left;
}
.global_links
{
    padding-top: 29px; /* REVISED AUG2009 */
    float: left;
}
.global_links a
{
    color: #000;
    text-decoration: none;
}

.utils_bar
{
    width: 920px;
    float: left;
}

.section_name
{
    /* width: 282px; */
    width: 316px;
    float: left;
}
.section_name h1
{
    font-family: Helvetica; /* REVISED AUG2009 */
    font-size: 20px;
    font-weight: normal;
}
.search
{
    float: left;
    padding-top: 5px; /* REVISED AUG2009 */
}
.search input, .search img
{
    vertical-align: middle;
}

.signin_cart
{
    float: left;
}
.signin_link
{
    padding: 8px;
    float: left;
}
.signin_link a
{
    color: #000;
    text-decoration: none;
}
.shopping_cart
{
    width: 210px; /* REVISED AUG2009 */
    padding: 6px 8px 7px;
    background-color: #cddf69;
    float: left;
}
.shopping_cart img
{
    vertical-align: middle;
}

.breadcrumbs_row
{
    width: 920px;
    padding: 13px 0 5px 0; /* REVISED AUG2009 */
    border-bottom: 1px solid #d5d5d5;
    float: left;
}
.breadcrumbs
{
    float: left;
    width: 670px;
}
.breadcrumbs a
{
    color: #000;
}
.myaccount
{
    width: 245px;
    float: right;
}
.myaccount a
{
    color: #000;
    text-decoration: none;
}


.fine_print
{
    font-size: 10px;
}
.finer_print
{
    font-size: 8px;
}

.scrollbox
{
    float: left;
    overflow: auto;
}

.green
{
    color: #cddf69;
}
.red
{
    color: #cc0000;
}
/* REVISED AUG2009 */

.footer
{
    width: 920px;
    padding: 10px 0;
    font-size: 11px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    float: left;
}
.footer_column
{
    padding: 0 45px; /* REVISED AUG2009 */
    float: left;
}
.footer_column h3
{
    font-size: 13px; /* REVISED AUG2009 */
    padding-bottom: 5px;
}
.footer_column a
{
    color: #000;
    text-decoration: none;
}
.footer_links
{
    padding-right: 15px; /* REVISED AUG2009 */
    float: left;
}

.copyright
{
    width: 920px;
    padding: 10px 0;
    text-align: center;
    float: left;
}
.machinename
{
    color: #FFFFFF;
    float: right;
}

.sku_label
{
    color: #FFFFFF;
}

/* ------------------------------------------------------ card thumbnails */

ul.card, ul.card li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.card
{
    border: 1px solid #E4E4E4;
    float: left;
    height: 203px;
    margin: 5px 7px 3px 0;
    padding: 0 0 2px;
    text-align: center;
    width: 168px;
}
ul.card li.name
{
    display: none;
}
ul.card li.img
{
    height: 168px;
    text-align: left;
}
ul.card li.img img
{
    padding-top: 5px;
    padding-left: 5px;
    border: 0px;
}

#card_selection ul.card li.img img, #card_selection ul.card li.zoom 
{
    padding: 0;
}

ul.card li.zoom
{
    text-align: center;
    height: 32px;
    width: 20px;
    padding-top: 5px;
}

ul.card li.zoom *
{
    vertical-align: middle;
}

ul.card > li.zoom
{
    width: 100%; /* for firefox */
}
* html ul.card li.zoom /* for ie6 */
{
    width: 168px;
    overflow: hidden;
    padding-top: 25px;
}
* html ul.card li.img
{
    height: 150px;
}
ul.card li.zoom a
{
    text-align: left;
    padding-left: 0px;
}
ul.card li.zoom a img
{
    padding-left: 0px;
}
ul.card li.price
{
    font-weight: bold;
    margin-bottom: 4px;
    color: #388E91;
}
ul.card li.view
{
    padding: 0;
}
ul.card li.more a
{
    font-size: 0.8em;
}

table.information
{
    border: 1px solid #D5D5D5;
}

table.information th
{
    font-weight: bold;
    background-color:#F1F1F1;
    border-bottom: 1px solid #D5D5D5;
    padding:5px;
}

table.information td, table.information tr
{
    border: none;
}

table.information td
{
    padding: 0px 10px 3px;
}

table.information tr.first td
{
    padding-top: 10px;
}

table.information tr.last td
{
    padding-bottom: 10px;
}

.popup_content ol, .popup_content ul
{
    margin-left: 40px;
    margin-top: 10px;
}
.popup_content ul
{
    list-style: disc;
}

.popup_content ul.summary
{
    margin-left: 0;
    list-style: none;
    font-weight: bold;
}

.popup_content li
{
    margin-bottom: 10px;
}

.popup_content h3
{
    margin-top: 10px;
}

.popup_content h4, .popup_content h5
{
    font-size: 1em;
    margin-top:8px;
}
