@charset "utf-8";
/****************************************/
/* GLOBAL FONTS && FRAMEWORK FIX */
@import url('../../../../global/ms_framework.css');
/****************************************/

/* queries
@media (min-width:600px)
@media (min-width:980px)
@media (min-width:1680px)
*/

/* CSS STYLE FOR MS */
#thisMS {background:rgba(30,30,30,1.0);background:#000;}

#thisMS *,
#thisMS h3,
#thisMS h4,
#thisMS h5,
#thisMS li{
	color:rgba(255,255,255,1);
	font-family: 'Klaviaka_Condensed_Regular';
}

#thisMS h1{font-size:300%;color:#fff;font-family: 'Klaviaka_Condensed_Medium';text-align:center;}
#thisMS h2, #thisMS p.h2{color:#fff;	font-family: 'Klaviaka_Condensed_Medium';font-size:220%;font-weight:normal;margin:.5em 0; padding-top:2em}

#thisMS p{color:rgba(255,255,255,1);font-family: 'Klaviaka_Condensed_Regular';font-size:150%;}
#thisMS .ms_button, #thisMS .ms_button_cat{background-color:#000;color:#fff;font-family: 'Klaviaka_Condensed_Regular';border:2px solid #fff;}
#thisMS .ms_button_xbox{font-size:200%;background-color:#107910;color:#fff !important;border:2px solid #fff;border-radius:0;}
#thisMS a{color:#fff;}
#thisMS a.ms_prod_name{font-family: 'Klaviaka_Condensed_Regular';font-size:2em;color:#fff;overflow:hidden;line-height:1.2em;height:60px;padding:0;margin:0;}

#thisMS .form-control{background-color:rgba(0,0,0,0.5);border: 1px solid #999;}
#thisMS select[disabled]{color:#000 !important;}
#thisMS hr{border-top:1px solid #555;margin:0;}
#thisMS .footer p{color:#888;font-size:100%;}
#thisMS .small p{font-size:150%}
#thisMS .ms_prod_img{margin-top:2em;max-height:200px}

#thisMS .not-available-text{color:#ff0000;margin-bottom:0;font-size:150%;}
#thisMS .price-box{height:70px;overflow:hidden;}

#thisMS .bg1{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg1_small.jpg);background-repeat: no-repeat;}
#thisMS .bg2{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg2_small.jpg);background-repeat: no-repeat;}
#thisMS .bg3{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg3_small.jpg);background-repeat: no-repeat;}
#thisMS .bg4{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg4_small.jpg);background-repeat: no-repeat;}

@media (min-width:600px) and (max-width:979px){
	#thisMS p strong{text-align:center;display:block;}
}

@media (min-width:980px){
}
@media (min-width:1680px){
	#thisMS .bg1{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg1.jpg);background-repeat: no-repeat;}	
	#thisMS .bg2{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg2.jpg);background-repeat: no-repeat;}
	#thisMS .bg3{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg3.jpg);background-repeat: no-repeat;}
	#thisMS .bg4{background-image:url(../../../images/microsite_images/AMD_Radeon_RX_6700_XT/bg4.jpg);background-repeat: no-repeat;}
	
	
}