@font-face {
    font-family: "MyriadProRegular";
    src: url('../../core_css/fonts/MyriadPro-Regular.eot');
    src: url('../../core_css/fonts/MyriadPro-Regular.eot?') format('embedded-opentype'), 
         url('../../core_css/fonts/MyriadPro-Regular.woff') format('woff'), 
         url('../../core_css/fonts/MyriadPro-Regular.ttf') format('truetype');
    font-style: normal;
    font-stretch: normal;
}

.top-store {
	background: #F2F2F2;
	padding-top: 30px;
	padding-bottom: 50px;
	font-family: "MyriadProRegular", Arial,sans-serif, Helvetica;
	font-size: 14px;
}


@media (max-width: 320px) {
	.top-store {
		font-size: 14px;	
	}	
}

.top-store h1 {
	font-family: "MyriadProRegular", Arial,sans-serif, Helvetica;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;	
}

.contact-email {
	margin-top: 20px;
}

.top-store .txt-bold {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 7px;	
}

.ask-us-store {
	font-weight: bold;
    color: #2c71d2;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
	background: url(../../imagess/global/ask-us-online-blue.png) no-repeat;
	background-position: 0 -2px;
    padding-left: 30px;
    padding-bottom: 0px;
    text-decoration: none;
}

.ask-us-store:hover{
	background-position: 0px -25px;
	color: #2e8df9 !important;
	text-decoration: none;
}

.top-store-ask a{
	text-decoration: none;
}

@media (max-width: 414px){
	.top-store-ask {
	    /*padding-left: 0px;*/
	    padding-top: 20px;
	}
}

.ask-us-desc-onlinestore {
    padding-left: 30px;
}

.top-store p {
	margin-bottom: 5px;
}

.top-store span{
	font-weight: bold;
	width: 100px;
	display: inline-block;
	color: #333;
}

@media (max-width: 375px) {
	.top-store span{
		width: 70px;
	}	
}

@media (max-width: 320px) {
	.top-store span{
		width: 50px;
	}	
}


.top-store h3 {
	font-family: "MyriadProRegular", Arial,sans-serif, Helvetica;
	margin-top: 0;
	font-size: 22px;
}

@media (max-width: 414px) {
	.top-store h3 {
		margin-top: 30px;
	}
}


@media (max-width: 767px) {
	.top-store-adr {
		padding-top: 20px;
	}
}


@media (max-width: 414px) {
	.top-store-adr {
		padding-top: 20px;

	}

	.ask-us-desc-onlinestore {
		padding-left: 30px;
	}
}


#header-wrapper .bookdrive-sub-menu ul li a span { display:block; text-align:center; font-size:0.7em; }
#header-wrapper ul li.support{ margin-right:0 !important }
.content-wrapper{ padding-top:0 !important}
.wrapper980{ width:980px; margin:0 auto }
.wrapper1100{ width:1100px; margin:0 auto }

.store-header{ height: 250px;  position: relative; border-bottom: 2px solid #f0f0f0; }
.store-header span{ visibility: hidden }

.contact{ 
	font-size: 1.6em; 
	line-height: 1.6; 
	width: 530px;  
	height: 190px; 
	position: absolute; 
	top:35px; 
	left: 510px; 
	color: #000; 

}
.contact table{ margin: 14px 0 0 27px;}
.contact strong{ color: #960000; margin-right: 15px }
.contact a{ color: #000 !important }

.store-left {
	float: left; 
	width: 35%;
}
.store-left h1 {
	margin: 60px 0 0 45px; 
	font-size: 32px; 
	color: #333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-align: left;
}
.store-contact {
	float: right; 
	width: 65%; 
	margin-top: 75px;
	font-size: 16px;
	text-align: left;
}
.store-contact-content {
	clear: both; 
	height: 35px;
}
.first-row {margin-bottom: 15px;}
.contact-left {
	float: left; 
	width: 15%;
	/*width: 50%;*/
}
.contact-right {
	float: right; 
	width: 85%;
	/*width: 50%;*/
}
.contact-right a {text-decoration: none; color: #333; font-size: 17px;}
.store-contact-content .contact-right .call-no{letter-spacing: 1px; color: #333; visibility:none;}

/* main content */
.product-header {
	clear: both;
	min-height: 340px;
	margin-top: 65px;
}
.product-header-left {
	float: left;
	width: 30%;
	/*background: #FF9900;*/
	margin-left: 5%;
	text-align: center;
}
.product-header-middle {
	float: left;
	width: 30%;
	/*background: #FF0000;*/
	text-align: center;
}
.product-header-right {
	float: right;
	width: 30%;
	/*background: green;*/
	margin-right: 5%;
	text-align: center;
}

.product-header .product-name { 
	font-size: 26px;
	color: #000000;
	margin-top: 20px;
}

.product-header .product-image {
	height: 265px;
}
.product-header .left img {margin-top: 25px;}
.product-header .right img {margin-top: 80px;}

.product-packages {clear: both; min-height: 600px;}
.product-packages h3 {
	padding-left: 5%; 
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.product-package-left {
	float: left;
	width: 30%;
	margin-left: 5%;
	border-right: 1px solid #f0f0f0;
	text-align: left;
}
.product-package-middle {
	float: left;
	width: 30%;
	text-align: left;
}
.product-package-right {
	float: right;
	width: 29%;
	margin-right: 56px;
	border-left: 1px solid #f0f0f0;
	text-align: left;
}

.main-product .row {
    margin-right: 0px !important; 
    margin-left: 0px !important; 
}


.base-package {height: 150px; padding-top: 25px;}
.complete-package { padding-top: 25px;}
.base-package .row {clear: both; margin-bottom: 15px; min-height: 25px;}
.complete-package .row {clear: both; margin-bottom: 15px; min-height: 20px;}
.base-package .package-label, .complete-package .package-label {
	width: 70%;
	float: left;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.base-package .package-price, .complete-package .package-price {
	width: 18%;
	float: right;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	/*padding-right: 30px;*/
	margin-right: 25px;
}

.product-package-right .base-package .package-price, .product-package-right .complete-package .package-price {
	width: 18%;
	float: right;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding-right: 0px;
}

.base-desc, .complete-desc {width: 70%; font-size: 16px;}

.product-package-middle .base-package, .product-package-middle .complete-package { margin-left: 25px;}
.product-package-right .base-package, .product-package-right .complete-package { margin-left: 20px;}

.base-package .waranty, .complete-package .waranty {color: #02a1e5; text-decoration: none;}

.option-wraper {border-bottom: 1px solid #f0f0f0;}
.second-option {margin-top: 25px; border-bottom: 1px solid #f0f0f0; padding-bottom: 25px;}
.second-content {margin-left: 25px;}
/*.third-option {border-left: 1px solid #f0f0f0;}*/
.third-content {margin-left: 25px; margin-top: 25px;}
.product-options {clear: both;}
.product-options h3 {
	padding-left: 5%; 
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.second-option .row{min-height: 20px !important; margin-bottom: 25px !important;}

.second-option .option-image {margin-bottom: 0px !important; text-align: center;}

/* additional option */
.product-options-left {
	float: left;
	width: 30%;
	margin-left: 5%;
	border-right: 1px solid #f0f0f0;
	text-align: left;
}
.product-options-middle {
	float: left;
	width: 30%;
	text-align: left;
}
.product-options-right {
	float: right;
	width: 29%;
	margin-right: 56px;
	border-left: 1px solid #f0f0f0;
	text-align: left;
}

.product-options .main-option {padding-top: 25px; min-height: 338px;}

.option-head {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.product-options-left .row, .product-options-middle .row, .product-options-right .row  {clear: both; margin-bottom: 20px; min-height: 40px;}

.option-desc {width: 75%; font-size: 16px;}
.product-options-right .option-desc {width: 80%;}

.product-options .option-label {
	width: 70%;
	float: left;
	font-size: 15px;
}

.product-options .option-price {
	width: 18%;
	float: right;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	/*padding-right: 30px;*/
	text-align: right;
	margin-right: 25px;
}

.product-options .product-options-right .option-price {
	width: 18%;
	float: right;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-right: 0px;
	text-align: right;
}

.lbl-bold {font-weight: bold; color: #000;}
.product-options span {color: #ed1b24;}
.product-options .product-options-left .first-row, 
.product-options .product-options-middle .first-row {margin-bottom: 0;}
.product-options .last-row {margin-bottom: 70px !important;}

.product-options .product-options-middle .main-option {margin-left: 25px;}
.product-options-middle .option-desc {width: 80%;}


.product-options .product-options-right .main-option {margin-left: 20px;}

.product-options .product-options-right .option-image {text-align: center;}

.product-options .product-options-right .lbl-bold {color: #000; }
.product-options .product-options-right .option-image {margin-bottom: 40px;}
.product-options .product-options-right .main-option .first-row {margin-bottom: 0px;}

.product-options .waranty {color: #02a1e5; text-decoration: none;}



/* new design */

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-right {
    border-right: none !important;
}

@media (max-width: 414px) {
    .mb-border-right {
        border-right: 1px solid #ccc !important;
    }

    .mb-border-bottom {
        border-bottom: 1px solid #ccc !important;    
    }

    .mb-border-left {
        border-left: 1px solid #ccc !important;
    }
}

.main-product {
	padding-top: 50px;
	padding-bottom: 80px;
	font-size: 14px;
	font-family: MyriadProRegular, Arial, sans-serif;

}

@media (max-width: 375px) {
	.main-product {
		font-size: 12px;	
	}
}

.n-mk2 {
	padding-right: 0;
	padding-left: 0px;
}

@media (max-width: 414px) {
	.n-mk2 {
		padding-left: 0px;
	}
}

.n-mk2like {
	padding-left: 0;
	padding-right: 10px;
}

.n-pro {	
	padding-right: 0;
	padding-left: 15px;
}

@media (max-width: 414px) {
	.n-pro {
		padding-left: 0px;
	}
}

@media (max-width: 414px) {
	.n-mini-content {
		padding-top: 30px;
	}
}

.n-mini {
	padding-left: 0;
	padding-right: 15px;
}

@media (max-width: 414px) {
	.n-mini {
		padding-right: 0px;
	}
}

@media (max-width: 414px) {
	.n-pro-content {
		padding-top: 30px;
	}
}

.n-n {
	padding-left: 10px;
	padding-right: 0px;
}

@media (max-width: 414px) {
	.n-n {
		padding-left: 0px;
	}
}

@media (max-width: 414px) {
	.n-n-content {
		padding-top: 30px;
	}
}

.main-product .product-img {
	min-height: 245px;
}

@media (max-width: 375px) {
	.main-product .product-img {
		min-height: 230px;
	}
}

@media (max-width: 320px) {
	.main-product .product-img {
		min-height: 205px;
	}
}

@media (min-width: 1200px) {
	.sp {
		color: #FFF;
	}
}

.new-pro {
	padding-top: 11px;
}


@media (min-width: 1200px) {
	.np-mk2lite {
		padding-top: 14px !important;
	}
}

@media (max-width: 414px) {
	.np-mk2lite {
		padding-top: 20px !important;
	}
}

@media (max-width: 320px) {
	.np-mk2lite {
		padding-top: 22px !important;
	}
}

.main-product .product-name {
	min-height: 70px;
	color: #333;
}

.main-product .more-link{
	text-align: center;
}

.main-product .more-link a{
	color: #1f78BA;
	font-size: 16px;
	font-family: MyriadProRegular, Arial, sans-serif;
}

/*.main-product .more-link:after {
    content: "&#62; ";
}*/

.main-product .product-name h3 {
	font-size: 18px;
	text-align: center;
	font-family: MyriadProRegular, Arial, sans-serif;
	color: #000;
	margin-bottom: 0;
	margin-top: 0px;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 375px) {
	.main-product .product-name h3 {
		min-height: 38px;
	}
}

@media (max-width: 320px) {
	.main-product .product-name h3 {
		font-size: 15px;	
	}
}

.main-product .product-name h4 {
	font-size: 14px;
	text-align: center;
	color: #a7a9ab;	
	font-family: MyriadProRegular, Arial, sans-serif;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0px;
}

@media (max-width: 320px) {
	.main-product .product-name h4 {
		font-size: 13px;	
	}
}

.main-product .product-name a {
	text-decoration: none;
}

.main-product .package-desc {
	/* background: #f2f2f2;
	min-height: 356px;
	padding: 20px 6px 0px 6px; */
}

.package-desc-base {
    /* min-height: 88px; */
    border: 1px solid #ccc;
    padding: 10px;
	/*background: green;*/
}

.package-block {
    padding-left: 0px;
    padding-right: 0px;
}

.package-price-block {
    padding-left: 0px;
    padding-right: 0px;    
}

.package-price {
    text-align: right;
}

@media (max-width: 768px) {
	.main-product .package-desc {
		min-height: 322px;	
	}

	.desc-pro, .desc-mi {
		min-height: 324px !important;
	}

	.desc-n{
		min-height: 190px !important;
	}
}

@media (max-width: 414px) {
	.main-product .package-desc {
		min-height: 352px;	
	}

	.desc-pro, .desc-mi {
		min-height: 356px !important;
	}

	.desc-n{
		min-height: 354px !important;
	}
}

@media (max-width: 375px) {
	.main-product .package-desc {
		min-height: 414px;	
	}

	.desc-pro, .desc-mi {
		min-height: 358px !important;
	}

	.desc-n{
		min-height: 358px !important;
	}
}

.package-desc-head {
	font-weight: bold;
	/*min-height: 45px;*/	
}

@media (max-width: 320px) {
	.package-desc-head {
		min-height: 32px;
	}
}

.main-product .package-desc .package-label {
	width: 70%;
	float: left;
}

@media (max-width: 320px) {
	.main-product .package-desc .package-label {
		width: 75%;
	}
}

.main-product .package-desc p {
	margin-bottom: 12px;
	line-height: 16px;
}

.main-product .package-desc a {
	color: #1f78BA;
}

.main-product .package-desc a:hover {
	text-decoration: underline;
}

.package-desc-complete {
    padding: 10px;
    border: 1px solid #ccc;
}

@media (max-width: 320px) {
	.package-desc-complete {
		padding-right: 20px;
	}	
}

.desc-pro, .desc-mi {
	padding-right: 0 !important;
}


.package-shipping {
	/* min-height: 35px; */
    padding: 10px;
    border: 1px solid #ccc;
}

.package-shipping-desc-head {
	font-weight: bold;

}

.shipping-label {
    text-align: left;
}

.shipping-price {
    text-align: right;
}


@media (max-width: 768px) {
	.main-product .options-desc {
		min-height: 504px;	
	}

	.options-pro, .options-mi {
		min-height: 868px !important;
	}

	.desc-n {
		min-height: 324px !important;
	}
}

@media (max-width: 414px) {
	.main-product .options-desc {
		min-height: 588px;	
	}

	.options-pro, .options-mi {
		min-height: 880px !important;
	}

	.desc-n {
		min-height: 356px !important;
	}
}

@media (max-width: 375px) {
	.main-product .options-desc {
		min-height: 586px;	
	}

	.options-pro, .options-mi {
		min-height: 874px !important;
	}
}

@media (max-width: 320px) {
	.main-product .options-desc {
		min-height: 620px;	
	}

	.options-pro, .options-mi {
		min-height: 882px !important;
	}

	.desc-n {
		min-height: 440px !important;
	}

}

.main-product .options-desc p {
	margin-bottom: 12px;
	line-height: 16px;
}

.waranty-block-title {
    padding: 10px;
    border: 1px solid #ccc;
}

.waranty-desc {
	min-height: 285px;
}

.waranty-head {
	font-weight: bold;
	/* margin-bottom: 10px; */
	min-height: 40px;
}

@media (min-width: 415px) and (max-width: 1023px) {
	.waranty-head {
		min-height: 42px;
	}
}

@media (max-width: 414px) {
	.waranty-head {
		min-height: 35px;
	}	
}

.one-y {

    border: 1px solid #ccc;
    padding: 10px;
}

.two-y {
    border: 1px solid #ccc;
    padding: 10px;
}

.on-site {
    border: 1px solid #ccc;
    padding: 10px;    
}

@media (max-width: 414px) {
	.on-site {
		min-height: 100px;
	}
}

.option-price-block {
    padding-left: 0px;
    padding-right: 0px;
}

.waranty-label {
    text-align: left;
}


.waranty-price {
    font-weight: bold;
    text-align: right;
}

.red-txt {
	color: #FF0000;
}

.v-shaped-block {
    padding: 10px;
    border: 1px solid #ccc;
}

.v-shaped-head {
	font-weight: bold;
	min-height: 40px;
}

.v-shaped-img {
	min-height: 120px;
}

.v-shaped-price-list {
    /* min-height: 35px; */
    padding: 10px;
    border: 1px solid #ccc;

}

.shaped-list-label {
    text-align: left;
}

.shaped-list-price {
    text-align: right;
	font-weight:bold;	
}

.shaped-label {
	width: 70%;
	float: left;
}

@media (max-width: 320px) {
	.shaped-label {
		width: 100%;
	}	
}

.v-shaped-price {
	font-weight: bold;
}

.shaped-price {
	font-weight: bold;
	width: 22%;
	float: right;
}

.add-capture-switch{
    padding: 0px 10px;
    border:  1px solid #ccc;
    min-height: 305px;
}

.auto-switch-block {
    padding-left: 0px;
    padding-right: 0px;
}

.switch-label {
    text-align: left;
}

.switch-price {
    font-weight: bold;
    text-align: right;
}

.capture-switch-price {
	min-height: 45px;
	font-weight: bold;
}

.head-hilight {
	color: #FFF;
	background: #707171;
	font-family: MyriadProRegular, Arial, sans-serif;
}

@media (min-width: 768px) {
	.head-hilight-mb {
		color: #FFF !important; 
	}
}

@media (max-width: 767px) {
	.head-hilight-mb {
		color: #FFF;
		background: #707171;
		font-family: MyriadProRegular, Arial, sans-serif;
	}
}

.main-product .package-head h3 {
	font-size: 16px;
	font-family: MyriadProRegular, Arial, sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
	/* padding-left: 10px; */
    margin-bottom: 0px;
    text-align: center;
}

@media (max-width: 320px) {
	.main-product .package-head h3 {
		font-size: 13px;	
	}
}

.main-product .options-head h3 {
	font-size: 16px;
	font-family: MyriadProRegular, Arial, sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
	/* padding-left: 10px; */
    margin-bottom: 0px;
    text-align: center;
}

@media (max-width: 320px) {
	.main-product .options-head h3 {
		font-size: 13px;	
	}
}

.modal-body {
	text-align: center;
}

.modal-header {
	border-bottom: none;
	padding: 5px 10px;
}


/* new 4 product */
.col-mk2 {
    padding-left: 0;
	padding-right: 0;
}
.col-lite {
	padding-left: 0;
	padding-right: 0;
}
.col-mini2 {
	padding-left: 0;
    padding-right: 0;
}

.col-n {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 414px) {
	.col-mini2 {
		margin-right: 10px;
		clear: both;
	}

	.col-mk2 {
		padding-left: 0;
	}

	.col-n {
		padding-left: 0px;
	}

}
/* end 4 product */

.model-head {
	padding-left: 0px;
}

.model-head h1{
	font-family: "MyriadProRegular", Arial,sans-serif, Helvetica;
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.show-warranty {
    color: #1f78BA;
    cursor: pointer;
    display: inline-block;
}

.new-product-circle{
	border: 1px solid #1f78BA;
	background: #1f78BA;
	width: 48px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin: 10px auto 0px auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


