
#locker-sizes .right-col {
        width:25%;
        height: auto;
		padding: 10px;
        float:right;
        border: 1px solid #BBBBBB;
        background :#FAFAFA;
        color:#333333;
}

#locker-sizes dt { color: #e60000; margin-top: 20px; margin-bottom: 0; }
#locker-sizes dt:first-child { margin-top: 0; }

            
#leftMenu_sizes {
        background-color:#CC0000;
        width:90px;
        float:left;
    }

.btnLeftMenu_sizes {
        font: 13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
        text-align:left;
        vertical-align:bottom;
        background-color: #CC0000;
        color: #FFFFFF;
        height: 20px;
        border-bottom-color: #C0C0C0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.btnLeftMenuL2_sizes {
        position: relative;
        top: 10%;
        text-align:center;
        background-color:transparent;
        cursor: pointer;
    }
        
#spaceImageContainer_sizes {
        float:right;
        width: calc(100% - 90px);
        text-align:center;             
}

#spaceImageContainerL2_sizes { padding-top: 50px; }
        
.inv_sizes { display:none; }


.t1_sizes {
        font: 16px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
        padding-bottom:10px;
        padding-left:10px;
        color:Black;
    }
    
#SizeAdditionalInfo {
        color:#5C005C;
        font: 13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    }
    
.btnRentNow {
    height:30px;
    cursor:pointer;
}
    
.plBtn_sizes { padding-left:51px; }

.lh_sizes { line-height:120%; }


.btnLeftMenu_sizes:hover { background: red; }
.btnLeftMenu_sizes.sel_sizes { background: #880000; }

#left-col {
	width: 75%;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #C00 !important;
    color: #fff !important;
    font-weight: bold;
}

.tapTextClass{display:none;}
.lockerSizeClass{margin-bottom: 0px; font-size: 25px;}

/* for 480 */
@media (max-width: 767px) {	
	#locker-sizes .right-col{display:none;}
	.tapTextClass{display:block; text-align:center; margin-top:20px;}
}