@charset "utf-8";
/* CSS Document */

.detect-os {display:none;background:#f5f5f5 url(images/detect-os/detect-banner-bg.png) repeat-x left bottom;}
.detect-os.os-breeze-mobile {}
.detect-os.os-breeze-mobile strong {font-size:12px;margin:0px;}
.detect-os.os-breeze-mobile p {font-size:11px;line-height:14px;margin:5px 0 0;}

.detect-os .close-detect {overflow:hidden;position:absolute;left:3px;top:10px;width:25px;height:25px;cursor:pointer;line-height:600%;background: url("images/detect-os/detect-close.png") no-repeat scroll 0 0 transparent;background-size:100%;}

.detect-os .content-inner {position: relative;width:320px;margin:0px auto;min-height:90px;}
.detect-os .wrap-content-graphic{;padding:30px 70px 0 100px;position:relative;}
.detect-os .image-graphic {position:absolute;left:30px;top:13px;width:62px;height:63px;background:url('images/detect-os/scb_app_icon.png') 0 0 no-repeat;background-size:62px 63px; border-radius:10px;}
.detect-os .image-graphic:after {border-radius:10px;width:62px;height:63px;position:absolute;box-shadow:0px 0px 5px #939393;	top:10px;left:10px;overflow:hidden;position:absolute;left:0px;top:0px;content:"";/*background: url(images/detect-os/mask60.png) no-repeat;*/ }
/* .image-graphic img {width:62px;height:63px;} */

.detect-os a {font-size:12px;}
.detect-os a.button {color:#666;padding:6px 9px 5px;border-radius:3px;border:1px solid #b1b1b1;background:#d6d6d6;font-weight:bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#c9c9c9');
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#c9c9c9));
	background: -webkit-linear-gradient(top, #f8f8f8, #c9c9c9);
	background: -moz-linear-gradient(top, #f8f8f8, #c9c9c9);
	background: -ms-linear-gradient(top, #f8f8f8, #c9c9c9);
	background: -o-linear-gradient(top, #f8f8f8, #c9c9c9);
	background: linear-gradient(top, #f8f8f8, #c9c9c9);
}

.detect-os a.os-view {position:absolute;right:5px;top:24px;}

.detect-os .cf:before, .cf:after {content: " ";display: table;}
.detect-os .cf:after {clear: both;}
.detect-os .cf {*zoom: 1;}

.ua-mobile .detect-os .others-holder {color:#888;}
.detect-os .others-holder strong {color:#86C533}

.ua-mobile .detect-os.os-breeze-mobile {display:block;}
/*
.ua-mobile.ua-ios .os-breeze-mobile { display:block; }
.ua-mobile.ua-ios-6 .os-breeze-mobile { display:none; }
.ua-mobile.ua-ios .ios-holder {display:block;}
*/