/*
 * IE8
 *
 */

/* Hide element if screen width is lower than the width specified in the class name */
.lte-ie8 .hide-below-1680 { display:inherit !important; }
.lte-ie8 .hide-below-1440 { display:inherit !important; }
.lte-ie8 .hide-below-1360 { display:inherit !important; }
.lte-ie8 .hide-below-1280 { display:inherit !important; }

/* Borders instead of dropdown shadows
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Main menu drop-down */
#nav .level0-wrapper,

/* Main menu drop-down (classic style) */
#nav.classic .parent > ul,

/* Dropdown */
.dropdown-menu

{
	border:1px solid #e5e5e5;
}

/* Remember Me popup, MAP popup, credit card number */
.remember-me-popup,
.map-popup,
.tool-tip { border:1px solid #e5e5e5; }


/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p,
.caption.dark2 .heading,
.caption.dark2 p,
.caption.dark3 .heading,
.caption.dark3 p { background-color:rgba(0,0,0, 0.65); background-color:#000; }

/* Light + black text */
.caption.light1 .heading,
.caption.light1 p,
.caption.light2 .heading,
.caption.light2 p,
.caption.light3 .heading,
.caption.light3 p { background-color:rgba(255,255,255, 0.8); background-color:#fff; }

/* Other
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.header .form-search .input-text {
	float:none !important; /*Fix for header layout*/
}

a.link-wishlist span.tooltip_class{background: url("../images/aero.png") no-repeat scroll 50% 100%;}
ul.itemgrid-3col li.last{ padding-right:1%;}
ul.itemgrid-3col li.first{ padding-right:1%;}
ul.itemgrid-3col li.last{ padding-right:1%;}
ul.itemgrid-3col li.item{ padding-right:3%;}

.box-account .col2-set .col-1 { width:42%;}
.currency-switcher .dropdown-menu {
    background-color: #EEEEEE !important;
    border: 2px solid #231F20 !important;}
#mini-cart .dropdown-menu{ border: 2px solid #231F20 !important;}
.fotorama__thumbs fotorama__thumbs_previews{ z-index:10 !important;}
.fotorama__arr { top:50% !important;}
.header .form-search .input-text{height:21px;}