@charset "utf-8";
/* CSS Document */
#slideshow {
    position:relative;
	z-index:0;
    height:378px; width:1024px; margin:0 auto;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

/*@font-face {
	font-family: 'Roboto', sans-serif;
	src: url(font/Helvetica.otf);
}
@font-face {
	font-weight:bold;
	src: url(font/Helvetica-Bold.ttf);
}
@font-face {
	font-family: "Helvetica_CE_Regular";
	src: url(font/Helvetica_CE_Regular.ttf);
}*/



*{
	/*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;*/
}
body{
	font-family: 'Roboto', sans-serif;
	background-color:#fff;
	margin:0px auto;
	font-size:11px;
	color:#414141;
	padding:0px;
	line-height:1.4em;
}
td{
	vertical-align:top;
}
img{
	border:none;
}
p{
	margin:0px;	
}
a{
	color:#414141;
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#909090;
}
b,strong{
	font-weight:bold;
}
.container{
	margin:0px auto;
	width:970px;
	background-color:#fff;
}
.header{
	height:138px;
	padding-bottom:17px;
	border-bottom:1px solid #828081;
}
.animation{
	-o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}.animationcolor{
	-o-transition:color .2s ease-out, background 0s linear;
	-ms-transition:color .2s ease-out, background 0s linear;
	-moz-transition:color .2s ease-out, background 0s linear;
	-webkit-transition:color .2s ease-out, background 0s linear;
	transition:color .2s ease-out, background 0s linear;
}
.animationall{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verticalmiddle, .vm{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.verticalbottom, .vb{
	position: relative;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.horizontalcenter{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error{
	color:#d00;
	font-size:11px;
}
.logo_td{
	height:138px;
	vertical-align:bottom;
}
.menu_td{
	text-align:right;
	vertical-align:bottom;
	font-weight:bold;
	font-size:12px;
}
a.a_menu{
	color:#414141;
}
a.a_menu:hover, a.a_menu_active{
	color:#909090;
}
a.a_sidebar{
	font-size:12px;
	color:#414141;
}
a.a_sidebar:hover, a.a_sidebar_active{
	color:#909090;
}
a.a_footer{
	color:#414141;
}
a.a_footer:hover, a.a_footer_active{
	color:#909090;
}
a.a_sitemap1{
	color:#414141;
	font-weight:bold;
	cursor:pointer;
}
a.a_sitemap1:hover, a.a_sitemap1_active{
	color:#909090;
}
a.a_sitemap2{
	color:#414141;
	cursor:pointer;
}
a.a_sitemap2:hover, a.a_sitemap2_active{
	color:#909090;
}
.sitemap2{
	padding-bottom:3px;
}
.menu_separator{
	margin-left:2px;
	margin-right:35px;
}
.home_content{
	padding-top:18px;
	padding-bottom:15px;
	min-height:411px;
}
.about_content{
	padding-top:18px;
	padding-bottom:15px;
	min-height:411px;
	font-size:11px;
}
.about_content2{
	font-size:12px;
}
.tnc_content{
	padding-top:18px;
	padding-bottom:15px;
	min-height:411px;
}
.tnc_content2{
	font-size:12px;
}
.sidebar_product_td{
	width:190px;
	padding-right:20px;
}
.sidebar_about_td{
	width:300px;
}
.sidebar_product_title{
	font-weight:bold;
	letter-spacing:1px;
	color:#414141;
	font-size:12px;
	padding-bottom:25px;
}
.sidebar_sizechart_title{
	font-weight:bold;
	color:#414141;
	font-size:12px;
}
.sidebar_div{
	width:161px;
	text-align:justify;
}
.sidebar_about_description{
	text-align:justify;
	font-size:11px;
	line-height:1.35em;
}
.sidebar_about_description2{
	text-align:justify;
	font-size:12px;
	line-height:1.35em;
}
.sidebar_separator{
	height:1px;
	background-color:#414141;
	margin-top:14px;
	margin-bottom:14px;
}
.footer_sep{
	margin:0px 2px;
}
.slideshow_td{
	width:760px;
}
.about_slideshow_td{
	width:645px;
}
.arrow_down_img{
	position:relative;
	top:-2px;
}
.arrow_down_span{
	margin-left:4px;
}
.web_footer{
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #828081;
	font-size:10px;
}
.footer_bank_td{
	padding-left:10px;
	vertical-align:bottom;
}
.hto_left_td{
	width:425px;
	border-right:1px solid #828081;
	height:411px;
}
.hto_center_td{
	width:277px;
	padding-left:38px;
}
.sidebar_hto_title{
	padding-bottom:40px;
}
.htob_num_td{
	width:18px;
	height:122px;
}
.htob_num_td2{
	width:18px;
	line-height:1.2em;
}
.htob_description_td{
	width:168px;
}
.htob_description_td2{
	padding-bottom:26px;
	line-height:1.2em;
}
.form_track td{
	padding-bottom:10px;
}
.track_label_td{
	width:120px;
}
.track_label_td2{
	width:132px;
}
.track_label_titikdua_td{
	width:12px;
}
.form_input{
	width:165px;
	border:1px solid #828081;
	height:15px;
	font-family: 'Roboto', sans-serif;
	color:#414141;
	font-size:12px;
}
.submit_btn{
	border:0px;
	cursor:pointer;
	width:auto;
	padding:0px 4px;
	font-family: 'Roboto', sans-serif;
	background-color:#414141;
	color:#fff;
	font-size:12px;
	height:20px;
}
.submit_btn:hover{
	background:#000;
	color:#fff;
}
.track_separator{
	margin-top:40px;
	margin-bottom:12px;
	height:2px;
	background:url(images/track_separator.png) repeat-x;
}
.trackresulttable td{
	padding-bottom:10px;
}
.size_chart_td_1{
	width:170px;
}
.size_chart_td_2{
	width:285px;
}
.size_chart_td_3{
	width:300px;
}
.sizecharttable{
	border-collapse:collapse;
	font-family: "Helvetica_CE_Regular";
	font-size:12px;
	color:#000;
}
.sizecharttable td{
	border:1px solid #000;
	padding:2px 5px;
}
.contact_title{
	padding-top:25px;
	padding-bottom:25px;
}
.contact_description{
	padding-bottom:10px;
}
.contact_address{
	line-height:26px;
}
.contact_table td{
	padding-top:4px;
	padding-bottom:5px;
}
.tnc_description{
	text-align:justify;
}
.sitemap_description{
	
}
.sitemap1{
	padding-bottom:13px;
}
.product_image_td{
	width:353px;
}
.product_description_td{
	width:340px;
}
.product_name{
	font-weight:bold;
	padding-bottom:15px;
	font-size:18px;
	line-height:23px;
}
.product_name2{
	font-weight:bold;
	padding-bottom:9px;
	font-size:14px;
}
.product_description{
	padding-bottom:15px;
	font-size:12px;
	line-height:18px;
}
.colorbox{
	margin-right:5px;
	width:16px;
	height:16px;
	cursor:pointer;
	border:1px solid #ddd;
}
.colorbox_table td{
	padding-bottom:15px;
}
.an_htob{
	padding-top:3px;
}
.htob_lineheight{
	line-height:1.5em;
}
.verdana{
	/*font-family:Verdana, Geneva, sans-serif;*/
}
.menutop{
	font-size:10px;
}
.pagepad{
	padding-top:20px;
	text-align:right;
}
.pagepoint{
	margin-left:18px;
}
.p_table1{
	border-collapse:collapse;
}
.p_table1 td.p_td1{
	border-top:1px solid #828080;
	border-left:1px solid #828080;
	width:50%;
}
.p_table1 td.p_td1:first-child{
	border-top:1px solid #828080;
	border-left:0px;
}
.p_td1_head{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.p_td1head{
	height:43px;
	vertical-align:middle;
}
.p_table2{
	
}
.p_td1content{
	padding:10px 0px;
	border-bottom:1px solid #828080;
	height:80px;
}
.p_td1content4{
	padding:5px 0px;
	border-bottom:1px solid #828080;
	text-align:center;
	font-size:14px;
}
.p_td1img{
	max-width:59px;
	max-height:59px;
}
.p_td1colourname{
	font-size:11px;
	padding-top:5px;
}
.yesno_pad_p{
	padding-top:18px;
}
.p_td2head{
	text-align:center;
}
.p_td1headborder{
	border-bottom:1px solid #828080;
}
.p_table3 td{
	border-right:1px solid #828080;
	text-align:center;
}
.p_table3 td:last-child{
	border-right:none;
}
.p_td1content3{
	line-height:25px;
	font-size:14px;
}
.p_td1_head43{
	height:43px;
	line-height:43px;
	border-bottom:1px solid #828080;
}