/*
    Document   : responsive-tablet-landscape
    Created on : Oct 9, 2013, 2:41:51 PM
    Author     : Ethan Cheong
    Description:
        Purpose of the stylesheet follows.
*/
/*
   TODO customize this sample style
   Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/

/******************************************************************************
* LAYOUT
******************************************************************************/

#user-register input.form-text,
#userlogin input.form-text {
    width: 100%;
    max-width:100%;
}
.node-product-detail-content {
    max-height: none;
}
.node-product-detail-content {
    height: auto;
}
.page-cart-checkout-review .region-content-bottom .block{
    width: 100%;
    margin-top: 0px;
}
.page-cart-checkout-review .region-content-bottom .block .content{
    margin-left:10px;
}

.productrow:hover a.hover {
    opacity: 0;
}