@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: CoreSans, 'Nanum gothic', 'dotum', 'Malgun gothic', 'Apple gothic', Arial, Helvetica, sans-serif;
	color: #26292c;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.main-nav-wrapper {
	background: none repeat scroll 0 0 #4B4D4D;
	height: 40px;
	width: 100%;
}

.yellow-top {
	height: 127px;
	background: url(../img/homepage_banner.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.main-container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-bottom: 70px;
	display: inline-block;
}

.header {
	height: 127px;
}

.main-container a {
	color: #10ADFF;
	text-decoration: none;
}

.logo {
	width: 150px;
	height: 63px;
	background: url(../img/logo.png) no-repeat top left;
	float: left;
	margin-top: 34px;
}

.footer {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	background-color: #3b3b3b;
	padding: 30px 0;
}

.footer p {
	margin: 7px 0;
	padding: 0;

}

.copyright {
	float: none;
	text-align: center;
	color: #a0a0a0;
	margin-top: 20px;
	clear: both;
	line-height: 1.6em;
	font-size: 0.9em;
}


/*--------------------------------------------------------------
	Promotion
--------------------------------------------------------------*/

.promo {
	background: url('../img/promo.jpg') no-repeat top center;
	width: 894px;
	height: 244px;
	margin: auto;
	margin-top: 15px;
}


/*--------------------------------------------------------------
	Input
--------------------------------------------------------------*/

input[type="checkbox"] {
	margin: 0;
}



/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/

a { outline:  none; cursor: pointer}
a img { border: none }
.button {
	width: 80px;
	display: block;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 2px 1px rgba(0,0,0,0.5);
	border-radius: 5px;
	margin: 0 auto;
	border-top: 1px solid #0c8ac4;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	font-size: 0.8em;
	font-weight:normal;
	font-family: CoreSans-bold;
	cursor: pointer;
	padding: 6px;
	text-align: center;
	background: #0994d5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTRkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDk5NGQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #0994d5 0%, #0994d5 0%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0994d5), color-stop(0%,#0994d5));
	background: -webkit-linear-gradient(top,  #0994d5 0%,#0994d5 0%);
	background: -o-linear-gradient(top,  #0994d5 0%,#0994d5 0%);
	background: -ms-linear-gradient(top,  #0994d5 0%,#0994d5 0%);
	background: linear-gradient(to bottom,  #0994d5 0%,#0994d5 0%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0994d5', endColorstr='#0994d5',GradientType=0 );
}

.button:active {
	position: relative;
	top: 1px;
}

.clearfix { clear:both; }

.button-type2 {
	background: url("../img/next-arrow.png") no-repeat scroll 92% 50% #0994D5;
	float: left;
	padding: 5px 48px 7px 12px;
	margin-left: 15px;
	color: white;
	letter-spacing: -1px;
	font-weight:normal;
	font-family: CoreSans-bold;
}

.button-type2:hover {
    background: url("../img/next-arrow-gray.png") no-repeat scroll 92% 50% #3b3c3c;
}
.button-type2:active {
	position: relative;
	top: 1px;
}

.button-select {
    background: url("../img/next-arrow-gray.png") no-repeat scroll 92% 50% #3b3c3c;
}

.evt_btn {
	-moz-box-shadow: inset 0 1px 0 0 #5bb5f0;
	-webkit-box-shadow: inset 0 1px 0 0 #5bb5f0;
	box-shadow: inset 0 1px 0 0 #5bb5f0;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#1b9ffd),color-stop(1,#1184d6));
	background: -moz-linear-gradient(center top,#1b9ffd 5%,#1184d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9ffd',endColorstr='#1184d6');
	background-color: #1b9ffd;
	---moz-border-radius: 5px;
	---webkit-border-radius: 5px;
	--border-radius: 5px;
	border: 1px solid #2692DE;
	display: inline-block;
	color: #fff;
	font-family: Coresans;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 20px 8px;
	text-decoration: none;
	text-shadow: #5A4B4B -1px -1px 0;
	position: relative;
	text-align: center;
}

.evt_btn:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#1184d6),color-stop(1,#1b9ffd));
	background: -moz-linear-gradient(center top,#1184d6 5%,#1b9ffd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1184d6',endColorstr='#1b9ffd');
	background-color: #1184d6;
	cursor: pointer;
}

.evt_btn_green {
	-moz-box-shadow: inset 0 1px 0 0 #92dc06;
	-webkit-box-shadow: inset 0 1px 0 0 #92dc06;
	box-shadow: inset 0 1px 0 0 #92dc06;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#7ebf32),color-stop(1,#588f18));
	background: -moz-linear-gradient(center top,#7ebf32 5%,#588f18 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ebf32',endColorstr='#588f18');
	background-color: #7ebf32;
	---moz-border-radius: 5px;
	---webkit-border-radius: 5px;
	--border-radius: 5px;
	border: 1px solid #55881b;
	display: inline-block;
	color: #fff;
	font-family: Coresans;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 20px 8px;
	text-decoration: none;
	text-shadow: #2b440d -1px -1px 0;
	position: relative;
	text-align: center;
}

.evt_btn_green:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#588f18),color-stop(1,#7ebf32));
	background: -moz-linear-gradient(center top,#588f18 5%,#7ebf32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#588f18',endColorstr='#7ebf32');
	background-color: #7ebf32;
	cursor: pointer;
}

.evt_btn:active, .evt_btn_green:active {
	position: relative;
	top: 1px;
}


/*--------------------------------------------------------------
	Catalogue
--------------------------------------------------------------*/

#store-main-content {
	color: #666666;
	float: left;
	font-family: Coresans;
	font-size: 13px;
	margin: 10px 0 50px;
	width: 100%;
}

.double_product_container {
	margin: 0 auto;
	width: 960px;
}

.double_product_container .product_details {
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 7px 1px #CCCCCC;
	background: #f2f2f2;
	float: left;
	--margin-left: 10px;
	--margin-right: 10px;
	padding: 10px;
	width: 440px;
}

.double_product_container .product_content {
	width: 440px;
	border-radius: 2px;
	background: #ffffff;
	text-align: left;
	float: left;
}

.double_product_container .product_img {
	margin: 0px auto;
	margin-top: 25px;
	height: 106px;
	display: block;
}

.double_product_container .product_name {
	color: #059BE9;
	font-size: 25px;
	width: 100%;
	padding: 10px 0 22px;
	text-align: center;
}

.double_product_container .top_border {
	margin: 0px auto;
	height: 1px;
	width: 345px;
	border: 0;
	border-top: 1px solid #ececec;
}

.double_product_container .product_desc {
	padding: 0px;
	width: 318px;
	min-height: 60px;
	margin: 25px 0 15px 61px;
	font-family: Arial;
}

.double_product_container .product_desc li {
	padding-bottom: 13px;
}

.double_product_container .product_price {
	margin-left: -10px;
	width: 460px;
	background: #F7F7F7;
	float: left;
	font-family: Arial;
	background: url("../img/add_cart_gradient.png") repeat-x top left;
}

.double_product_container .prod_options {
	margin: 0px auto;
	padding: 0;
	width: 345px;
}

.double_product_container ul.set-prods {
	float: left;
	margin: 20px 0px 30px 0px;
	min-height: 107px;
	width: 100%;
	padding: 0;
}

.double_product_container ul.set-prods span.strike_price {
	font-size: 12px;
	text-align: right;
	--color: #cc4548;
	width: 100%;
	float: right;
	font-weight: bold;
	text-decoration: line-through;
}

.double_product_container ul.set-prods li {
	border-bottom: 1px solid #ececec;
	list-style: none outside none;
	padding: 10px 0 10px;
	float: left;
	width: 100%;
}


.double_product_container ul.set-prods input {
	margin: 1px 0px 0px 0px;
	float: left;
}

.double_product_container ul.set-prods span.product_type {
	display: inline-block;
	float: left;
	font-size: 14px;
	padding-left: 10px;
	width:215px;
}

.double_product_container ul.set-prods span.price {
	float: right;
	text-align: right;
	width: 100px;
	position: relative;
}

.double_product_container ul.set-prods span.normal_price {
	font-weight: bold;
	font-size: 14px;
}

.double_product_container .add_cart_butn {
	background: #0596E2;
	background: linear-gradient(to bottom, #39B2F2 0px, #0596E2 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #39B2F2 0%, #0596E2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39B2F2), color-stop(100%,#0596E2));
	background: -webkit-linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	background: -o-linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	background: -ms-linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	background: linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	box-shadow: 0 -2px 1px #B4B4B4;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: 0 auto 15px;
	padding: 6px 0px 8px 0;
	text-align: center;
	text-decoration: none;
	width: 126px;
	clear: both;
	border: none;
	font-family: Coresans;
}


/*--------------------------------------------------------------
	Catalogue - ReFLEX & OSUB (Single)
--------------------------------------------------------------*/

#store-main-content-reflex, #store-main-content-osub {
	color: #666666;
	float: left;
	font-family: Coresans;
	font-size: 13px;
	margin: 50px 0;
	width: 100%;
}

.single_product_container {
	margin: 0 auto;
	width: 460px;
}

.single_product_container .product_details {
	width: 440px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 7px 1px #CCCCCC;
	background: #f2f2f2;
	float: left;
	padding: 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.single_product_container .product_content {
	width: 440px;
	border-radius: 2px;
	background: #ffffff;
	text-align: left;
	float: left;
}

.single_product_container .product_img {
	margin: 0px auto;
	margin-top: 25px;
	height: 106px;
	display: block;
}

.single_product_container .product_name {
	color: #059BE9;
	font-size: 25px;
	padding: 12px 0 22px;
	text-align: center;
	width: 100%;
}

.single_product_container .top_border {
	margin: 0px auto;
	height: 1px;
	width: 344px;
	border: 0;
	border-top: 1px solid #ececec;
}

.single_product_container .product_desc {
	padding: 0px;
	width: 318px;
	min-height: 60px;
	margin: 25px 0 20px 61px;
	font-family: Arial;
}

.single_product_container .product_desc li {
	padding-bottom: 13px;
}

.single_product_container .product_price {
	margin-left: -10px;
	width: 460px;
	background: #F7F7F7;
	float: left;
	font-family: Arial;
	background: url("../img/add_cart_gradient.png") repeat-x top left;
}

.single_product_container ul.set-prods span.reflex_strike_price {
	font-size: 12px;
	text-align: right;
	--color: #cc4548;
	width: 134px;
	float: right;
	text-decoration: line-through;
	font-weight: bold;
}

.single_product_container ul.set-prods span.strike_price {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	--color: #cc4548;
	width: 100%;
	float: right;
	text-decoration: line-through;
}

.single_product_container .prod_options {
	margin: 0px auto;
	padding: 0;
	width: 345px;
}

.single_product_container ul.set-prods {
	float: left;
	margin: 20px 0px 30px 0px;
	min-height: 107px;
	width: 100%;
	padding: 0;
}

.single_product_container ul.set-prods li {
	border-bottom: 1px solid #ececec;
	list-style: none outside none;
	padding: 10px 0 10px;
	float: left;
	width: 100%;
}

.single_product_container ul.set-prods input {
	margin: 1px 0px 0px 0px;
	float: left;
}

.single_product_container ul.set-prods span.product_type {
	display: inline-block;
	float: left;
	font-size: 14px;
	padding-left: 10px;
	width: 180px;
}

.single_product_container ul.set-prods span.price {
	float: right;
	text-align: right;
	width: 135px;
	position: relative;
}

.single_product_container ul.set-prods span.normal_price {
	font-weight: bold;
	font-size: 14px;
}

.single_product_container .add_cart_butn {
	background: #0596E2;
	background: linear-gradient(to bottom, #39B2F2 0px, #0596E2 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #39B2F2 0%, #0596E2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39B2F2), color-stop(100%,#0596E2));
	background: -webkit-linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	background: -o-linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	background: -ms-linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	background: linear-gradient(top, #39B2F2 0%,#0596E2 100%);
	box-shadow: 0 -2px 1px #B4B4B4;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: 0 auto 15px;
	padding: 6px 0px 8px 0;
	text-align: center;
	text-decoration: none;
	width: 126px;
	clear: both;
	border: none;
	font-family: Coresans;
}


/*--------------------------------------------------------------
	Select languages - for cart & trial
--------------------------------------------------------------*/

.select-languages-area, .select-languages-area-trial {
	background-color: #3b3c3c;
	padding: 20px 30px;
	color: white;
	position: absolute;
	width: 690px;
	z-index: 99;
	font-size: 16px;
	text-align: left;
	left: 200px;
	line-height: 1.8em;
}

.select-languages-area-trial {
	background-color: #3688fb;
	--left: 83px;
	--margin-top: -23px;
	width: 710px;
}

.select-languages-area ul, .select-languages-area-trial ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
}
.select-languages-area ul li {
	cursor: pointer;
	list-style: none;
	color: white;
}

.select-languages-area-trial ul li {
	cursor: pointer;
	list-style: none;
	color: white;
	padding: 0 10px;
	border-radius: 5px;
}

.select-languages-area ul li:hover {
	color: #ffd519;
}

.select-languages-area-trial ul li:hover {
	background-color: #ffd519;
	color: black;
	
}

/*--------------------------------------------------------------
	video-area
--------------------------------------------------------------*/

.video-area {
	width: 100%;
	background: url("/asia-consumer-theme/images/white-down-arrow-new.png") no-repeat scroll top center #3b3c3c;
	padding: 40px 0;
	display: inline-block;
}


/*--------------------------------------------------------------
	@font-face
--------------------------------------------------------------*/
@font-face {
	font-family: 'CoreSans-Light';
	src: url('/asia-consumer-theme/css/fonts/2749B2_0_0.eot');
	src: url('/asia-consumer-theme/css/fonts/2749B2_0_0.eot?#iefix') format('embedded-opentype'),
	url('/asia-consumer-theme/css/fonts/2749B2_0_0.woff') format('woff'),
	url('/asia-consumer-theme/css/fonts/2749B2_0_0.ttf') format('truetype'),
	url('/asia-consumer-theme/css/fonts/2749B2_0_0.svg#wf') format('svg');
}
@font-face {
	font-family: 'CoreSans';
	src: url('/asia-consumer-theme/css/fonts/2749B2_1_0.eot');
	src: url('/asia-consumer-theme/css/fonts/2749B2_1_0.eot?#iefix') format('embedded-opentype'),
	url('/asia-consumer-theme/css/fonts/2749B2_1_0.woff') format('woff'),
	url('/asia-consumer-theme/css/fonts/2749B2_1_0.ttf') format('truetype'),
	url('/asia-consumer-theme/css/fonts/2749B2_1_0.svg#wf') format('svg');
}
@font-face {
	font-family: 'CoreSans-Bold';
	src: url('/asia-consumer-theme/css/fonts/2749B2_2_0.eot');
	src: url('/asia-consumer-theme/css/fonts/2749B2_2_0.eot?#iefix') format('embedded-opentype'),
	url('/asia-consumer-theme/css/fonts/2749B2_2_0.woff') format('woff'),
	url('/asia-consumer-theme/css/fonts/2749B2_2_0.ttf') format('truetype'),
	url('/asia-consumer-theme/css/fonts/2749B2_2_0.svg#wf') format('svg');
}
</style>



