/* notifications CSS - "myPage" */


#my_page {
    width: 940px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #fff;
}

#my_page h2 {
    font-size: 1.6em;
    font-family: Georgia, Times New Roman, serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;

}

#my_page h3 {
    font-size: 1.4em;
    font-family: Georgia, Times New Roman, serif;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 10px;
}

#my_page li {
    list-style: none;
    font-weight: 400;
    font-size: 1.2em;
    margin-left: 0px;
    padding: 5px;
}

#my_page p {
    color: #777;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: justify;
}

#my_page.darker p {
    color: #525252;
}

#my_page span.new {

}

#content {
    width: 940px;
    margin-left: 10px;
    margin-top: 10px;
}
#content h2 {
    text-align: left;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 0px;
}

#content .main_body {
    background-color: white;
    margin-top: 10px;
}

.main_body h4 {
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    margin-bottom: 10px;
}

#content p, #content form {
    padding-left: 10px;
    margin-bottom: 10px;
}

#content  {
    font-family: Georgia, Times New Roman, serif;
    color: #a6a6a6;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: justify;
}

.main_body form {
    padding-bottom: 10px;
}

/********************* buttons **********************/

a.cart_button:link,
a.cart_button:visited,
a.cart_button:active {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-position:0 -200px;
    font-family:"helvetica neue",arial,sans-serif;
    font-size:15px;
    line-height:20px;
    padding:5px 15px 6px;
    color:#525252;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#DDDDDD url(../images/bg-btn.gif) repeat-x scroll 0 0;
    border-color: #999 #999 #888;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    display:inline-block;
    text-decoration:none;
    text-shadow:1px 1px 0 #FFFFFF;
    background-position: 0px -200px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    font-family: 'helvetica neue', arial, sans-serif;
    font-size: 15px;
}

a.cart_button:hover, a.cart_button:focus {
    border-color: #525252;
    color: #000;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    /*border-color: #999 #999 #888;*/
    color: black;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;
}

input.cart_button {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-position:0 -200px;
    font-family:"helvetica neue",arial,sans-serif;
    font-size:15px;
    line-height:20px;
    padding:5px 15px 6px;
    color:#525252;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#DDDDDD url(../images/bg-btn.gif) repeat-x scroll 0 0;
    border-color: #999 #999 #888;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    display:inline-block;
    text-decoration:none;
    text-shadow:1px 1px 0 #FFFFFF;
    background-position: 0px -200px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    font-family: 'helvetica neue', arial, sans-serif;
    font-size: 15px;
}

input.cart_button:hover, input.cart_button:focus {
    border-color: #525252;
    color: #000;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    /*border-color: #999 #999 #888;*/
    color: black;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;
}

a.narrow-button:link,
a.narrow-button:visited,
a.narrow-button:active {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-position:0 -200px;
    font-family:"helvetica neue",arial,sans-serif;
    font-size:13px;
    line-height:15px;
    padding:5px 10px 6px;
    color:#848484;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#DDDDDD url(../images/bg-btn.gif) repeat-x scroll 0 0;
    border-color: #999 #999 #888;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    display:inline-block;
    text-decoration:none;
    text-shadow:1px 1px 0 #FFFFFF;
    background-position: 0px -200px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    font-family: 'helvetica neue', arial, sans-serif;
    font-size: 13px;
}

a.narrow-button:hover, a.narrow-button:focus {
    border-color: #525252;
    color: #000;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    /*border-color: #999 #999 #888;*/
    color: black;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;
}


/***************************** BUTTONS END *******************************/
.left-div {
    float: left;
    width: 590px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 0.9em;

}

.right-div {
    float: right;
    width: 310px;
    margin-top: 10px;
    margin-right: 40px;
    color: #a6a6a6;
    font-size: 0.9em;
    border-left: 0px solid #ccc;
    min-height: 450px;
}

.left-div {
    float: left;
    width: 590px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 0.9em;
}

.right-div {
    float: right;
    width: 310px;
    margin-top: 10px;
    margin-right: 40px;
    color: #a6a6a6;
    font-size: 0.9em;
    border-left: 0px solid #ccc;
    min-height: 450px;
}

.right-div h1,
.left-div h1 {
    color: #525252;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.right-div h1 {
    margin-left: 20px;
}

.left-div p,
.right-div p {
    color: #a6a6a6;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: justify;
}

.left-div p {
    margin-bottom: 20px;
}

.right-div p {
    margin-left: 20px;
}

p.address-info {
    font-size: 0.9em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.4em;
    letter-spacing: 1px;

    margin-top: 30px;

}

.my_over {
    background-color: #f0f0f0;
    color: #6A6A6A;
    line-height: 1.7em; }

.my_out {
    color: #999999;
    line-height: 1.7em; }

.my_tr {
    color: #4D4D4D; /* remember not for links, that's down there */
    background-color: #CDCCCA;
    line-height: 1.7em;
}
.my_tr td {
    padding: 3px;
    padding-left: 2px;
}
.my_tr a:link, .my_tr a:visited, my_tr a:active {
    color: #4D4D4D }

/***** SALE ICONS *****/

.float_add {
    position: absolute;
    z-index: 1;
    margin-left: 125px;
    margin-top: -8px;
}

.sale-icon {
    position: absolute;
    z-index: 1;
    margin-left: 93px;
    margin-top: 23px;
}

.new-icon {
    position: absolute;
    z-index: 1;
    margin-left: 135px;
    margin-top: -13px;
    width: 30px;
}

/** POPUP HELP BANNER **/

#liveadmin {
    display: block;
    position: fixed;
    top: 70px;
    left: -20px;
    width: 61px;
    height: 148px;
    z-index: 999;
    text-align: center;
    border: 0px solid black;
}

#liveadmin:hover {
    left: -15px;
}

.liveHelpLink {
    left: 0px;
    width: 80px;
    height: 80px;
}
