/* START: To make footer stay at the bottom of the page, as per http://mystrd.at/modern-clean-css-sticky-footer/ */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 137px;
}

section.wrapper-inner {
     margin-bottom: 137px;
}

footer {
    left: 0;
    bottom: 0;
   position: absolute;
    width: 100%;
    height: 137px;
	  min-width: 768px;
}
/* END: To make footer stay at the bottom of the page, as per http://mystrd.at/modern-clean-css-sticky-footer/ */

.relatedItemInfo .itemListing {
    height: 210px;
    margin-top: 10px;
}

.thumbnail {
    margin-bottom:0 !important;
    padding:0 !important;
}

.combat-inner .itemPictureDescription {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top:5px;
}

.prodfullimage {
    margin-left: 4%;
    padding: 0 !important;
    text-align: center;
}

.prodvalues {
    width: 46% !important;
}

/* START: Fix for cart summary pop-up */
#cartdetails .hoverCart
{
    position: static;
    top: 0;
}

#cartdetails.cartdetailsPosition
{
    right:0;
}

.validator, .ALERT
{
    color:red !important;
}
/* END: Fix for cart summary pop-up */
