body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #131240;
}

#xcontainer{
	width: 750px;
	margin: 0px auto;
}

/* HTML */
h1,h2,h3,p{	font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 12px;}
h1{font-size: 16px;}
h2{font-size: 14px;}
h3{font-size: 13px;}
p,li, select, input, div, span{font-size: 11px;}
img{border: none;}
textarea{overflow: auto;}
table{border-collapse:collapse;}
input{border: 1px solid #a9b3bf; font-size: 12px}
a{color: #0000ff; text-decoration: none;}
a:hover{text-decoration: underline;}


/* head */
#head{
	clear: both;
	height: 80px;
	background: url(/assets/images/bg-header1.jpg) repeat-x left bottom;
}
#head p{
	margin: 0;
}
#head #logo{
	float: left;
	padding-top: 23px;
	margin-left: 20px;
}
#head #head-img{
	float: left;
	margin-left: 15px;
}
#head p.motto{
	float: right;
	text-align: right;
	margin: 33px 20px 0px 0px;
	font: bold 13px "Times New Roman";
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#image_header{
	margin: 5px 0;
}
p.member-login{
	text-align: right;
	margin: 0;
	padding: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	letter-spacing: 0.5px;
	background-color: #e0e4e9;
}

/* bodybox */
#bodybox{
	background: url(/assets/images/bb-bg.gif) repeat-y;
}


/* left */
#left{
	float: left;
	width: 172px;
	background: url(/assets/images/bb-bg.gif) repeat-y;
	margin: 18px;
}
#left form{
	margin: 0px;
	color: #627E97;
}
#left label{
	font-weight: bold;
	font-size: 11px;
}


/* left menu top */
h2.subtitle {
	font-family:: "Arial Rounded MT Bold";
	margin-bottom: 10px;
	font-size: 12px;
	color: #627e97;
	background: none;
}

#l-menu1 {
	border: 1px dotted #a9b3bf;
	background: #F2F3F5;
	padding: 5px;
}
#l-menu1 div{
	margin-bottom: 7px;
}
#l-menu1 ul{
	display: none;
}
#l-menu1 h3{
	margin: 0;
	padding: 0;
	background-color: #627e97;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}
#l-menu1 h3 a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 8px;
}
#l-menu1 h3 a#xon{
	color: #131240;
	font-weight: bold;
}

#l-menu1 ul{
	margin: 0px;
	padding: 0px;
}
#l-menu1 li{
	margin-bottom: 7px;
	list-style: none;
	color: #ffffff;	
}
#l-menu1 li a{
	background-color: #627e97;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 8px;
	font-size: 11px;	
}
#l-menu1 li a:hover{
	color: #fff;
}
#l-menu1 li a.active{
	background: #627E97;
}
#l-menu1 a.menuon{
	color: #131240;
	background: #efefef;
	font-weight: bold;
	display: block;
/*
	background-image: url(/assets/images/i-pmore.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 12px;
*/	
	 
}

#l-menu1 a.xsubmenu{
	background-image: url(/assets/images/i-down.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#l-menu1 a.xsubmenu:hover{
	background-image: url(/assets/images/i-down.gif);
	background-repeat: no-repeat;
	background-position: right;
}

	/* submenu  level 1*/
	#l-menu1 ul{
		margin-top: 1px;
	}
	#l-menu1 ul li{
		margin-bottom: 1px;
	}
	#l-menu1 ul li a{
		background-color: #a9b3bf;
		color: #fff;
	}
	#l-menu1 ul li a:hover{
		background: #fff;
		color: #627e97;
	}
	
	/* sub submenu level 2*/
	#l-menu1 ul ul li a{
		background: #c3d0df;
		color: #627e97;
		padding-left: 15px;
	}
	#l-menu1 ul ul li a:hover{
		color: #131240;
	}
	
	/* sub sub submenu level 3 */
	#l-menu1 ul ul ul li a{
		background-color: #F2F3F5;
		color: #627e97;
		padding-left: 25px;
	}
	#l-menu1 ul ul ul li a:hover{
		color: #131240;
		font-weight: bold;
	}

	
/* left menu bottom */	
#l-menu2{
	margin: 25px 0 25px 0;
	padding: 0;
}
#l-menu2 ul{
	margin: 0;
	padding: 0;
}
#l-menu2 li{
	margin-bottom: 2px;
	list-style: none;
	color: #ffffff;
}
#l-menu2 li a{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px;
	color: #ffffff;
	text-decoration: none;
	background: #A9B3BF;
	display: block;
}
#l-menu2 li a:hover{
	background: #627E97;
}

	/* left menu bottom level 1 */
	#l-menu2 li li a{
		background: #c3d0df url(/assets/images/i-right.gif) no-repeat 8px 7px;
		color: #627e97;
		padding-left: 17px;
	}
	#l-menu2 li li a:hover{
		color: #131240;
		background: #ffffff url(/assets/images/i-right.gif) no-repeat 8px 7px;
	}
	
#l-menu2 a.active{
	background: #627E97;
}
#l-menu2 a.active2{
	color: #131240;
	background: #efefef url(/assets/images/i-right.gif) no-repeat 8px 7px;
}
#l-menu2 a.bgspecial{
	background: #E21E29;
}

	
/* content */
#content{
	float: left;
	margin:2px 0 0 6px;
	width: 534px;
}

	/* content menu */
	ul#c-menu{
		margin: 0px 0px 3px 0px;
		padding: 0px;
	}
	
	ul#c-menu li{
		list-style: none;
		float: left;
		margin-right: 1px;
	}
	ul#c-menu li.last{
		margin-right: 0px;
	}
	ul#c-menu a{
		display: block;
		background: #627e97;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		padding: 3px 0px;
		text-decoration: none;
	}
	ul#c-menu a:hover, ul#c-menu a.active{
		background: #a9b3bf;
	}
	
	/* content box */
	.c-box{
		border: 1px solid #a9b3bf;
		padding-bottom: 20px;
	}
	#c-text{
		margin-bottom: 5px;
		padding: 8px;
		height: 80px;
		height: auto !important;
		min-height: 80px;
	}
	.cb-head-page{
		margin: 10px 0;
	}
	.c-box .cb-head-page{
		margin: 10px;
	}
	.cb-head-page h1{
		color: #e21e29;
		display: inline;
		padding-right: 20px;
		font-size: 14px;
	}
	p#breadcrumb{
		display: inline;
		/* color: #a9b3bf; */
	}
	p#breadcrumb a{
		color: #a9b3bf;
		text-decoration: none;
	}
	p#breadcrumb a:hover{
		color: #627e97;
	}
	.cb-head h2{
		background: #a9b3bf;
		color: #ffffff;
		padding: 3px 10px;
		font-size: 13px;
	}
	.c-box .cb-data{
		margin: 0 10px;
	}
	.cb-data h3{
		font-size: 20px;
		font-family: "Arial Rounded MT Bold", Arial;
		font-weight: normal;
	}
	
	/* product info */
	.data-info{
		margin-bottom: 20px;
	}
	.di-img{
		width: 200px;
		float: left;
	}
	.di-txt{
		margin-left: 205px;
	}
	.di-txt p{
		margin: 0px;
	}
	.p-name{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 0px;
		font-weight: bold;
	}
	h3.p-name a{
		color: #131240;
	}
	.p-price{
		font-size: 12px;
		font-weight: bold;
		margin: 12px 0px;
	}
	.p-price span{
		display: block;
	}
	.p-desc{
		color: #a9b3bf;
	}
	.p-code{
		font-size: 10px;
	}
	.p-disc{
		color: #ff0000;
		font-style: italic;
		font-weight: normal;
		margin: 0;
		font-size: 10px;
	}
	.p-pricelist span{
		padding-right: 3px;
		float: left;
	}
	.p-pricelist span.price-value{
		width: 100px;
	}
	ul.p-related{
		margin: 0px;
		padding: 0px;
	}
	ul.p-related li{
		display: inline;
		background: url(/assets/images/i-bull.gif) no-repeat 0px 5px;
		padding-left: 8px;
	}
	ul.p-related a{
		color: #131240;
		text-decoration: none;
	}
	
	/* web special products */	
	ul.data-list{
		margin: 0px;
		padding: 0px;
	}
	ul.data-list li{
		list-style: none;
		float: left;
		text-align: left;
	}
	ul.data-list a{
		text-decoration: none;
		color: #131240;
	}
	ul.data-list a:hover{
		text-decoration: underline;
	}
	ul.w90 li{
		width: 160px;
		margin-right: 10px;
	}
	ul.w90 p{
		font-size: 11px;
	}
	.link-thumb img{
		display: block;
		width: 80px;
		height: 80px;
		border: 1px solid #a9b3bf;
		padding: 1px;
	}
	
	/* content bottom */
	#c-bottom{
		margin: 3px 0px 0px;
	}
	#c-bottom .c-box{
		float: left;
		width: 264px;
		height: 125px;
		height: auto;
		min-height: 125px; /* 224px */
		overflow: auto;
		margin-right: 3px;
		position: relative;
	}
	#c-bottom .cb-special{
		margin-right: 0px;
		float: right;
		height: 125px; /* 224px */
		overflow: hidden;
		width: 262px;
		border: 1px solid #e21e29;
	}
	.cb-data{
		position: relative;
		padding: 0;
		margin: 0;
	}
	.cb-special h2{
		background: #e21e29;
	}
	#c-bottom p{
		margin: 0px 0px 5px 0px;
	}
	.cb-imgbox{
		width: 90px;
		float: left;
	}
	.cb-smalldata{
		margin-left: 98px;
	}
	.cb-smalldata h3{
		font: bold 12px Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
	

	/* product detail information */
	#table-data{
		border-bottom: 1px solid #a9b3bf;
	}
	#table-data caption{
		background: #a9b3bf;
		text-align: left;
		font-weight: bold;
		color: #ffffff;
		padding: 2px 10px;
	}
	#table-data tr{
		text-align: left;
	}
	#table-data td, #table-data th{
		padding: 2px 10px;
		border-bottom: 1px solid #a9b3bf;
	}
	/*
	tr.row2 td, tr.row2 th{
		background: #dedede;
	}
	*/
	
	/* products list */
	#table-list{
		border-collapse: collapse;
	}
	#table-list td{
		border-bottom: 1px solid #a9b3bf;
		vertical-align: top;
		padding: 8px 0px;
	}
	#table-list p{
		margin: 0px;
	}
	#table-list h3.p-name{
		font: bold 11px Arial, Helvetica, sans-serif;
		width: 235px;
	}	
	#table-list .p-price{
		font-size: 11px;
	}
	#table-list .p-desc{
		width: 235px;
	}
	#table-list form{
		margin: 0;
		padding: 0;
	}
	#table-list td.list-bottom{
		position: relative;
		vertical-align: bottom;
	}
	#table-list td.no-border{
		border: none;
	}
	#table-list td img{
		border: 1px solid #a9b3bf;
		padding: 1px;
	}
	#table-list td table td{
		border: none;
		padding: 0px 5px 0px 0px;
	}

	/* catalogue */
	table#catalogue tr.thead td{
		background: #a9b3bf;
		padding: 1px 2px;
		margin: 4px 0;
		font-weight: bold;
		color: #ffffff;
	}
	
	/* PRINT CATALOGUE */
	.data-product{
		border: 1px solid #5a7088;
		background: #ffffff;
		color: #354f68;
		margin: 0;
		padding: 8px;
		min-height: 112px;
	}
	.dp-img{
		float: left;
		width: 100px;
	}
	.dp-img img{
		border: 1px solid #354f68;
		padding: 1px;
	}
	.dp-info{
		margin-left: 75px;
	}
	.dp-info h2{
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 12px;
		color: #354f68;
	}
	.dp-info p{
		margin: 8px 0px;
		color: #354f68;
	}
	.dp-info p.null{
		margin: 0;
	}
	.dp-info ul{
		margin-top: 2px;
	}
	#catalogue-detail .c-data{
		border: 1px solid #a9b3bf;
		margin: 8px 0px;
		padding: 8px;
	}
	#catalogue-detail img{
		border: 1px solid #627e97;
		padding: 1px;
	}
	#catalogue-detail .c-data h2{
		margin-bottom: 0px;
		font-size: 13px;
	}
	#catalogue-price div,#catalogue-price p,#catalogue-price h2{
		color: #354f68;
	}
	ul.price-list{
		margin-top:3px;
	}	
	
	/* web special */
	
/* Image Gallery */
#photo-gallery{
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none
}
#photo-gallery li{
	float: left;
	width: 130px;
	height: 130px;
	position: relative;
	background: url(/assets/images/bg-frame.gif) no-repeat;
	margin-right: 2px;
	
}
#photo-gallery a{
	display: block;
	text-decoration: none;
	padding: 10px 0 0 10px;
	color: #627e97;
	font-size: 9px;
}
#photo-gallery a:hover{
	text-decoration: none;
}
#photo-gallery a img{
	display: block;
	position: relative;
}
#photo-gallery a span{
	display: block;
	background: #E0E4E9;
	margin: -15px 10px 0 0;
	padding: 2px 0 2px 3px;
	position: relative;
	opacity:.75;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	height: 12px;
}
#form_image_category{
	margin: 0 0 25px 0;
}
#form_image_category select{
	border: 1px solid #627e97;
}
p.i-nav{
	margin: 0;
	padding: 0;
	text-align: right;
}
/* Page Navigation*/
.pagenav, .pagenav table{
	text-align: center;
	margin: 5px auto;
}

/* SEARCH */
#search-box{
	border: 1px solid #627e97;
	background: #f1f2f6;
	padding: 10px;
	text-align: center;
	margin: 10px 0 25px 0;
}
#alphabets{
	margin: 8px 0;
}
#alphabets a{
	text-transform: uppercase;
	border-right: 1px solid #627e97;
	text-decoration: none;
	padding: 0 3px 0 0;
}
#alphabets a:hover{
	text-decoration: overline;
}
#category-list{
	margin-top: 0;
}

/* for general table */

table.qlist {
	border: 1px solid #627E97;
	border-spacing: 1px;
	border-collapse: collapse;
	color: #000000;
	font-weight: 300;
	background:#FFFFFF;
}
table.qlist td{
	border: 1px solid #627E97;
	background: #FFFFFF;
	color: #000000;
	padding: 1px 2px;
	font-size:11px;
	font-weight: 300;
}

table.qlist th, table.qlist td.header, table.qlist td.header2{
	border: 1px solid #627E97;
	background: #A9B3BF;
	color: #F4F4F4;
	font-size: 12px;
	font-weight: 800;
}
table.qlist td.line{
	border: 0px solid #627E97;
	font-size: 2px;
}

table.qlist td.bg-green, table.qlist tr.bg-green td{
	background:#A9B3BF;
}

table.qlist td.bg-blue, table.qlist tr.bg-blue td{
	background:#93CEFA;
}
table.qlist td.bg-lightblue, table.qlist tr.bg-lightblue td{
	background:#EFFFFF;
}
table.qlist td.bg-lightyellow, table.qlist tr.bg-lightyellow td{
	background:#EFEFB1;
}
table.qlist td.bg-white, table.qlist tr.bg-white td{
	background:#FFFFFF;
}
table.qlist td.bg-pink, table.qlist tr.bg-pink td{
	background: #ff80c0;
}

table.qlist tr.separate td{
	border-bottom: 2px solid #627E97;
}
table.qclear td, table.qclear {
	border: none; 
}

/* form login, signin */
#formmember{
	border: 0px solid #2d6b16;
	
}
#formmember h2{
	color: #2E3F4E;
	font-size: 14px;
	margin-bottom: 15px;
}
#formlogin{
	float: left;
	width: 50%;
	padding: 8px;
	border-right: 1px solid #2E3F4E;
}
#formlogin form{
	margin: 0;
}
#formsignin{
	float: right;
	width: 40%;
	padding: 8px;
}	

#formregister{
	margin: 0px;
	padding: 0px 8px 8px 8px;
}
#formregister #address2{
	display: block;
	margin-left: 100px;
	margin-top: 2px;
}

/* STANDARD FORM */
.formwrapp{
	margin: 3px 0px;
}
.formwrapp label{
	float: left;
	width: 130px;
}
.formbutton{
	margin: 5px 0 0 100px;
}
.formnormalbutton{
	margin: 12px 0;
}
.formwrapp .formrow2{
	margin: 3px 0 3px 100px;
}

	
/* form billing & shipping */
#checkout-billing {
	width: 250px;
}
#checkout-shipping{
	width: 250px;
}
#formaddress .formwrapp{
	margin: 5px 0;
	clear: both;
}
#formaddress label{
	width: 70px;
	font-weight: bold;	
	font-size: 11px;
}
#formaddress .formrow2{
	margin-left: 70px;
}
#formaddress .formbutton{
	text-align: center;
	margin: 20px 0;
}	

.formwrapp2{
	margin: 4px 0;
}
.formwrapp2 input, .formwrapp2 textarea, .formwrapp2 select{
	border: 1px solid #a5acb2;
	font-size: 11px;
}

.formwrapp2 label, #formaddress .formwrapp2 label{
	display: block;
	width: 100%;
	color:#999999;
}
.formwrapp2 input:focus, .formwrapp2 textarea:focus, .formwrapp2 select:focus{
	border: 1px solid #FF6600;
}	

/* foot */
#foot{
	margin-top: 3px;
	border-top: 1px solid #a9b3bf;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

#foot a{
	color: #0000ff;
}


/* function */
.listnostyle{
	margin: 0;
	padding: 0;
	list-style: none;
}
.fleft{float: left;}
.fright{float: right;}
.xhide{display: none;}
.xshow{display: block;}
.null{
	margin: 0;
}
.pcenter{
	text-align: center;
}
a.p-more{
	background: url(/assets/images/i-pmore.gif) no-repeat 0px 4px;
	padding-left: 10px;
	color: #131240;
	text-decoration: none;
	font-weight: bolder;
}
a.p-more:hover{
	color: #627e97;
}
a.more{
	background: url(/assets/images/i-more.gif) no-repeat 0px 0px;
	padding-left: 18px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	text-decoration: none;
	left: 10px;
	bottom: 10px;
}
a.simplemore{
	background: url(/assets/images/i-more.gif) no-repeat 0px 0px;
	padding-left: 18px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p.back{
	margin: 12px 0px;
}
p.back a{
	text-decoration: none;
	background: url(/assets/images/i-back.gif) no-repeat 0px 2px;
	padding-left: 13px;
	color: #a9b3bf;
}
p.top{
	margin: 12px 0px;
}
p.top a{
	text-decoration: none;
	background: url(/assets/images/i-up.gif) no-repeat 0px 0px;
	padding-left: 15px;
	color: #82a3c0;
}
.warn{
	color: #e21e29;
}
.center{
	text-align: center;
}
.centerwarn{
	text-align: center;
	font-weight:bold;
	color: #e21e29;
}
hr{
	height: 1px;
	background: #a9b3bf;
	border: none;
	color: #a9b3bf;
}
.bt{
	border: none;
	background: #627E97;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #627E97;
	border-bottom: 1px solid #627E97;
}
.btc{
	background: #e21e29;
	color: #ffffff;
	border: 2px solid white;
}

.btd{
	background: #e21e29;
	color: #ffffff;
	border: 2px solid #E0E4E9;
}

.bte{
	background: #627E97;
	color: #ffffff;
	border: 2px solid #E0E4E9;
}

.send_list0{
	list-style: none;
}

/* CLEAR */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
