@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: monof55;
    src: url(DejaVuSansMono.ttf);
}
@font-face {
    font-family: raleway;
    src: url(Raleway-Regular.ttf);
}

html {
	font-size:1em;
	font-family:"microsoft yahei", raleway, Arial, Helvetica, sans-serif;
}
h3,h5 {
	font-family:raleway, Helvetica, Arial, sans-serif;
}
textarea {
	resize:none;
}
.fullsize {
	width:100%;
	background-color:#000;

}

.mainwrap {
	max-width:90%;
	max-width:1024px;
	margin:auto;
	text-align:justify;
}
/** Header **/
#nav {
	list-style-type:none;
	min-height:50px;
	vertical-align:middle;
	margin-top:-10px;
}

#nav li {
	min-width:100px;
	max-width:50%;
	padding-top:10px;
	height:45px;
	margin:0;
	float:left;
	color:white;
	text-align:center;
	text-decoration:none;
	font-size:11px;
}

#nav li:hover {
	color:#3C0;
}

#bannerCar, #bannerEnt, #bannerMonitor, #bannerTracker, #bannerComp {
	display:none;
	position:absolute;
	z-index:300;
	margin-top:0px;
	margin-left:-35px;
	border:1px solid black;
	width:95%;
	max-width:1000px;
	height:auto;
}

.bannerImg {
	border:1px solid blue;
	width:100%;
	height:!important;
}

#navcar:hover ~ #bannerCar {
	display: block;
}

#navmonitor:hover ~ #bannerMonitor {
	display: block;
}
#navtracker:hover ~ #bannerTracker {
	display: block;
}
#navcomp:hover ~ #bannerComp {
	display: block;
}
#navent:hover ~ #bannerEnt {
	display: block;
}



#main {

}
/** Index - Topics **/
#login {
	float:right;
	width:30%;
}
#hotnews {
	float:right;
	width:70%;
	
}

.title {
	font: 18px/22px raleway, "Times New Roman", Times, serif;
	text-decoration:none;
	margin-left:5%;
}

.roundButton {
	width:160px;
	height:30px;
	float:left;
	border-radius:8px;
	border:1px solid #999;
	box-shadow:2px 2px 2px #999;
	background-color:white;
	margin-top:10px;
	margin-left:5%;
	padding-top:10px;
	text-align:center;
}
.roundButton a {
	color:white;
	text-decoration:none;
	font-family:raleway, Arial, Helvetica, sans-serif;
}

.topiclist {
	font-size:13px;
}
.topiclist li {
	min-height:38px;
	margin-top:5px;
	clear:both;
}

.topiclist li div {
	margin-left:5px;
}

.topiclist li div a {
	position:relative;
	top:15px;
	color:#300;
}
.topiclist li div a:hover {
	text-decoration:none;
	color:#000;
}
.topiclist li:hover {
	background-color:#EEE;
	box-shadow:2px 2px 2px #333;
}
.topicDate {
	position:relative;
	top:10px;
}
.year2015 {
	background-image:url(../img/topic_2015.png);
	height:38px;
	min-width:60px;
	float:left;
	text-align:center;
}
.topicCate {
	position:relative;
	float:left;
	height:38px;
	min-width:50px;
	padding-left:2px;
	padding-right:2px;
	background-image:url(../img/topic_cate.png);
	background-repeat:no-repeat;
	border-radius:10px;
	/*background-color:#FF8080;*/
	font-family: monof55;
	font-size:9px;
	text-align:center;
}
.topicCate:hover{
	background-image:url(../img/topic_shop.png);
}

.topicpCode {
	position:relative;
	float:left;
	height:38px;
	min-width:50px;
	padding-left:0px;
	padding-right:0px;
	background-image:url(../img/topic_pcode.png);
	background-repeat:no-repeat;
	border-radius:10px;
	/*background-color:#30FF30;*/
	font-family: monof55;
	font-size:9px;
	text-align:center;
}
.topicpCode:hover {
	background-image:url(../img/topic_shop.png);
}
.topicLink {
	position:relative;
	top:-5px;
	float:left;
	min-height:38px;
	font-family:raleway, "Times New Roman", Times, serif;
	font-size:16px;
}


.page {
	float:left;
	margin-left:10px;
	font-size:9px;
	text-align:center;
	width:15px;
	height:15px;
	border:solid 1px #FFCCCC;
	background-color:#FF9;
}
/** Shop **/
.thumbWrap {
	width:220px;
	padding:5px;
	margin:5px;
	float:left;
	border-radius:10px;
	border:2px solid white;
}

.thumbWrap:hover {
	background-color:#FFFBC4;
}

.thumbWrap a{
	text-decoration:none;
}

.catenav {
	font-family:raleway, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#600;
	margin-left:10px;
}

.catenav a {
	text-decoration:underline;
}

.thumbImg {
	margin-left:10px;
	background-color:white;
	box-shadow: 0px 0px 5px #999;
}

.thumbImg:hover{
	box-shadow:none;
}

.thumbBanner {
	position:relative;
	margin-top:-60px;
	padding:5px;
	background-color:red;
	color:white;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
}
.thumbTitle {
	position:relative;
	height:30px;
	text-align:center;
	font-size:12px;
	margin-top:35px;
}
.thumbTitleNoB {
	position:relative;
	height:30px;
	text-align:center;
	font-size:12px;
	margin-top:5px;
}
.fdp {
	float:left;
	width:140px;
	height:auto;
	text-align:right;
	font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif;
	color:green;
	font-size:27px;
}

.rrp {
	float:left;
	width:75px;
	margin-left:5px;
	margin-top:3px;
	color:black;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
}
.cross {
	color:red;
	font-size:12px;
	text-decoration:line-through;
	
}
.note {
	height:10px;
	width:100%;
	clear:both;
	text-align:right;
	font-size:8px;
	color:black;
}
.icon {
	width:10px;
	height:10px;
	margin-left:10px;
	float:right;
}
.icon-wifi {
	background-image:url(../img/icon-wifi.png);
}
.icon-3g {
	background-image:url(../img/icon-3g.png);
}
.icon-bt {
	background-image:url(../img/icon-bt.png);
}
.icon-sim {
	background-image:url(../img/icon-sim.png);
}
.icon-gps {
	background-image:url(../img/icon-gps.png);
}
.icon-motion {
	background-image:url(../img/icon-motion.png);
}
.icon-noise {
	background-image:url(../img/icon-noise.png);
}
.icon-enviro {
	background-image:url(../img/icon-enviro.png);
}
.icon-android {
	background-image:url(../img/icon-android.png);
}
.icon-hd {
	background-image:url(../img/icon-hd.png);
}
.icon-gplay {
	background-image:url(../img/icon-gplay.png);
}
.icon-astore {
	background-image:url(../img/icon-astore.png);
}
.icon-live {
	background-image:url(../img/icon-live.png);
}
.icon-bs {
	background-image:url(../img/icon-bs.png);
}
.icon-sos {
	background-image:url(../img/icon-sos.png);
}
.icon-family {
	background-image:url(../img/icon-family.png);
}
.volumebox {
	width:40px;
	border:none;
	text-align:right;
}
.button_addtocart {
	width:100px;
	height:24px;
}
.buyButton {
	width:160px;
	height:40px;
	float:right;
	border-radius:8px;
	border:1px solid #999;
	box-shadow:2px 2px 2px #999;
	background-color:white;
}

.narrowButton {
	width:160px;
	height:20px;
	float:right;
	margin-top:5px;
	border-radius:4px;
	border:1px solid #999;
	box-shadow:0 0 2px #999;
	background-color:white;
}
/*.grey:hover {
	background-color:#3F0;
}
.grey:active {
	background-color:#ccc;
}
.green {
	color: #e8f0de;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#8DF84E), to(#62C400));
	background: -moz-linear-gradient(top,  #8DF84E,  #62C400);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8DF84E', endColorstr='#62C400');
}*/
.green, .green:active {

	background: #3F0;
	background: -webkit-gradient(linear, left top, left bottom, from(#3F0), to(#20A626));
	background: -moz-linear-gradient(top,  #3F0,  #20A626);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F0', endColorstr='#20A626');
}
.green:hover {
	/*color: #a9c08c;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#20A626), to(#3F0));
	background: -moz-linear-gradient(top,  #20A626,  #3F0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#20A626', endColorstr='#3F0');
}
.orange, .orange:active {

	background: #FC0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDF62), to(#F1A912));
	background: -moz-linear-gradient(top,  #FFDF62,  #F1A912);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDF62', endColorstr='#F1A912');
}
.orange:hover {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#F1A912), to(#FFDF62));
	background: -moz-linear-gradient(top,  #F1A912,  #FFDF62);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1A912', endColorstr='#FFDF62');
}


.buyVolume {
	float:right;
	text-align:right;
	text-decoration:underline;
	color:green;
	font-size:12px;
}
.buyVolume:hover {
	text-decoration:none;
}

/** Carousel **/
.jcarousel {
    position: relative;
	z-index:-1;
	margin-top:-15px;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: 50px;
}

.jcarousel-control-next {
    right: 50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/** Shopping Cart **/
#cart_table {
	border:1px solid black;
	border-bottom:3px solid black;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#cart_table a {
	text-decoration:none;
}
#cart_table tr {
	border:1px solid black;
}
#cart_table th:nth-child(1), th:nth-child(3), th:nth-child(4), th:nth-child(5) {
	width:10%;
	min-width:40px;
}

#cart_table th:nth-child(2) {
	width:55%;
	min-width:100px;
}
#cart_table th:nth-child(6) {
	width:5%;
	min-width:18px;
}


#cart_table td:nth-child(1) {
	border-top:1px solid black;
}
#cart_table td:nth-child(2), td:nth-child(6) {
	border-left:1px solid black;
	border-top:1px solid black;
}

#cart_table td:nth-child(3), td:nth-child(4), td:nth-child(5) {
	border-left:1px solid black;
	border-top:1px solid black;
	text-align:right;
}

.serviceoption {
 font-size:10px; 
 color:#666;
 text-decoration:none;	
}
.notice {
	width:80%;
	text-align:center;
	margin:auto;
	padding:3px;
	font-size:16px;
	background-color:#B9F4EC;
	box-shadow:2px 2px 2px #666;
}
#shipping {
	width:300px;
	float:right;
	border:1px solid black;
	border-radius:10px;
	padding:5px;
	font-family:raleway, Arial, Helvetica, sans-serif;
}
.add_label {
	float:left;	
	
}
.add_input {
	float:right;
	width:180px;
}
.checkButton {
	font-family:raleway, Arial, Helvetica, sans-serif;
	color:black;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	width:180px;
	margin-left:120px;
	box-shadow:3 3 3 #333;
	border-radius:10px;
}

/** Contact Form **/
#formwrap {
	font-family:"Open Sans",Arial,sans-serif;
	width:100%;
	max-width:550px;
	float:left;
}
.formlabel {
	color: #444;
	font: 13px/18px Arial,sans-serif;
	margin-top:5px;
}
.formfiled {
	width:100%;	
	backgroud-color:#F6F6F6;
	border-radius:3px;
	border:1px solid #CCC;
}
.feedarea {
	width:100%;
	resize:none;
	clear:both;
	backgroud-color:#F6F6F6;
	border-radius:8px;
	border:#CCC 1px solid;
}
.feedbut {
	border:#000 1px solid;
	border-radius:3px;
	background-color:#EEE;
	margin-top:10px;
	margin-bottom:10px;
}

#addwrap {
	float:left;
	margin-left:5%;
	max-width:100%;
	max-width:380px;
	text-align:justify;
}
/** About **/
.factoryImg {
	max-width:100%;
	height:auto;
}


/** Footer **/
#footer {
	background-color:black;
}
.footerblock {
	float:left;
	font-size:9px;
	color:#FFF;
	min-width:100px;
	min-height:100px;
	max-width:50%;
	text-decoration:none;
	padding:10px;
}

.footerblock a{
	text-decoration:none;
	color:white;
}

.footerblock a:hover{
	text-decoration:underline;
}