div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}

/** Special IE6 Style Positioning **/

div.ie6 {
    position: absolute;
}

div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
    top: expression( ( 0 + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}

div.ie6.top-left {
    left: expression( ( 0 + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
    top: expression( ( 0 + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}

div.ie6.bottom-right {
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}

div.ie6.bottom-left {
    left: expression( ( 0 + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}

div.ie6.center {
    left: expression( ( 0 + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
    top: expression( ( 0 + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
    width: 100%;
}

/** Normal Style Positions **/

div.jGrowl {
    position: absolute;
}

body>div.jGrowl {
    position: fixed;
}

div.jGrowl.top-left {
    left: 0px;
    top: 0px;
}

div.jGrowl.top-right {
    right: 0px;
    top: 0px;
}

div.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

div.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

div.jGrowl.center {
    top: 0px;
    width: 50%;
    left: 25%;
}

/** Cross Browser Styling **/

div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #aaa;
     !important background-image: none;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.jGrowl>.ui-state-highlight {
    background: inherit;
    color: inherit;
    border: inherit;
}

div.jGrowl div.jGrowl-notification {
    min-height: 40px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

/** Hide jGrowl when printing **/

@media print {
    div.jGrowl {
        display: none;
    }
}

/* mincart styles */

#msCart th, #msCart td {
    text-align: center;
    line-height: normal;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 6px 10px 6px 0;
    vertical-align: middle;
}

#msCart td.count input {
    width: 60px;
}

#msCart .title {
    text-align: left;
}

#msCart th.total {
    text-align: right;
    padding-right: 5px;
}

.js #msCart [type="submit"][value="cart/change"] {
    display: none;
}

#msMiniCart {
    font-size: .8em;
}

#msMiniCart h5 {
    margin: 0;
}

#msMiniCart .empty {
    display: block;
}

#msMiniCart .not_empty {
    display: none;
}

#msMiniCart.full .empty {
    display: none;
}

#msMiniCart.full .not_empty {
    display: block;
}

#msGallery {
    text-align: center;
}

#msGallery #mainImage {
    margin-bottom: 10px;
    padding: 2px;
    border: 1px solid #ddd;
}

#msGallery .thumbnails {
    width: 405px;
    margin: auto;
}

#msGallery .span2 {
    margin-left: 10px;
    width: 120px;
    padding: 2px;
}

#msOrder .error {
    border: 1px solid brown !important;
}

#msOrder .required-star {
    color: brown;
}

.ms2_product .price {
    padding-left: 50px;
    padding-right: 30px;
}

.ms2_product .old_price {
    padding-right: 30px;
}

.ms2_product .tags, .ms2_product .color, .ms2_product .size {
    padding-right: 20px;
    font-size: 0.9em;
}

.ms2_product .old_price, #msProduct .old_price {
    color: brown;
    font-style: italic;
    text-decoration: line-through;
}
#msProduct .input-sm {
	max-width: 100%;
}
.msProductsLog, .msGalleryLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

#msOrder {
    margin-top: 50px;
}

#msOrder .radio {
    min-height: 30px;
    margin-bottom: 10px;
}

#msOrder .radio img {
    max-height: 30px;
    margin-top: -2px;
    padding: 0 10px;
}

#msOrder .required-star {
    display: none;
}

#msOrder .required .required-star {
    display: inline;
}

.ms2-message-success {
    background-color: green !important;
}

.ms2-message-error {
    background-color: brown !important;
}

.ms2-message-info {
    background-color: black !important;
}

button i.glyphicon.glyphicon-remove {
    line-height: 100%;
}

button i.glyphicon.glyphicon-remove:after {
    content: 'x';
    font-style: normal;
    line-height: 100%;
}
