@charset "utf-8";
/* CSS Document */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.buy-area .col {
 float: left;
 box-sizing: border-box;
}
.buy-area .col.left {
    width: 250px;
}
.buy-area .boximg {
    float: left;
    width: 250px;
    height: auto;
}
.buy-area .col.right {
    width: calc(100% - 0px);
    font-size: 14px;
    line-height: 22px;
}
ul.tabs {
	width: 100%;
	height: 40px;
	border-left: none;
	margin-left: 0px;
}
ul.tabs li {
    float: left;
    overflow: hidden;
    margin-bottom: 0px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
}

ul.tabs li:before, ul.tabs li:after  {
    content: " ";
    width: 0px;
    height: 0px;
    background: #ccc;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}
ul.tabs li:after  {
}

ul.tabs li a {
	display: inline-block;
	padding: 7px 15px;
	text-decoration: none;
	background: #f3f3f3;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #6e757c;
}

ul.tabs li a:hover {
	color:#000000;
}

ul.tabs li.active a  {
	background: #03A9F4;
	border-radius: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	z-index: 999;
	color: #ffffff;
}
ul.tabs li.tab_1 a:hover{
	background: #00b3ee;
		color: #ffffff;
}
ul.tabs li.tab_2 a:hover{
	background: #246db8;
		color: #ffffff;
}
ul.tabs li.tab_3 a:hover{
	background: #4b4a99;
		color: #ffffff;
}
ul.tabs li.tab_1 a {
	display: inline-block;
	padding: 7px 41px;
	text-decoration: none;
	background: #d6dde4;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #63868f;
	transition: .2s;
}

ul.tabs li.tab_2 a {
	display: inline-block;
	padding: 7px 43px;
	text-decoration: none;
	background: #c3d0dd;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #567da6;
	transition: .2s;
}

ul.tabs li.tab_3 a {
	display: inline-block;
	padding: 7px 15px;
	text-decoration: none;
	background: #d3d3d9;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #7f7fa6;
	transition: .2s;
}

ul.tabs li.tab_1.active a  {
	background: #00a8cd;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	z-index: 999;
	color: #ffffff;
	transition: .5s;
}

ul.tabs li.tab_2.active a  {
	background: #246db8;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	z-index: 999;
	color: #ffffff;
}

ul.tabs li.tab_3.active a  {
	background: #4b4a99;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 999;
    color: #ffffff;
}

ul.tabs li.active:before, ul.tabs li.active:after  {
    content: " ";
    width: 0px;
    height: 0px;
    background: #ccc;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    z-index: 999;
    background: url(../images/radius-left.png) right bottom no-repeat;
}
ul.tabs li.active:after  {
    background: url(../images/radius-right.png) right bottom no-repeat;
}
ul.tabs li.active a:hover {
	color:#ffffff;

}
div.tab_container {
	width: 100%;
	background: #f3f3f3;
	min-height: 515px;
	position: relative;
	margin-top: 4px;
}
div.tab_container .tab_content {
	padding: 30px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
div.tab_container .tab_content p {
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 4px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 24px;
}

div.tab_container .tab_content p a:link{
	font-family: "Open Sana", "Segoe UI";
	font-weight: 600;
	text-decoration: none;
}

div.tab_container .tab_content p a:hover{
    color: #ff7700;
	font-weight: 600;
	text-decoration: none;
}

div.tab_container .tab_content p.add-item {
    background-image: url(../images/plus_2.png);
    background-size: 14px;
    background-position-y: 5px;
    background-position-x: 2px;
}
div.tab_container .tab_content p.text-focus {
    font-weight: 500;
    color: #40454d;
}

.az_pcmag-slogan {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;

}
.az_slogan{
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 1.4em;
    font-weight: 500;
}

.az_plan {
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.az_slogan.az-ultra {
    color: #00a8cd;
}
.az_slogan.az-365 {
    color: #246db8;
}
.az_slogan.az-ds {
    color: #4b4a99;
}