/*==========BASIC STRUCTURE==========*/
body {
	margin: 0px;
	background-color: #000;
	/*overflow-x:hidden !important;*/
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}
.bg-home {
	background-image: url(../../site_image/share/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-home #dq-page-holder{
	background-image: url(../../site_image/share/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:1004px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.bg-home #dq-copyright {
	width:875px!important;
}
.bg-home #dq-copyright .container {
	text-align:center!important;
}
.bg-about {
	background-image: url(../../site_image/share/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-careers {
	background-image: url(../../site_image/share/bg-careers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-contact {
	background-image: url(../../site_image/share/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-contact #dq-content td{
	vertical-align: middle;
}
.bg-product {
	background-image: url(../../site_image/share/bg-product.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-bazaar {
	background-image: url(../../site_image/share/bg-bazaar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-news {
	background-image: url(../../site_image/share/bg-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#dq-page-holder {
	min-width: 1004px;
	width: 100%;
	position: relative;
	overflow:hidden;
}
#dq-middle {
}
/*Home structure*/
#dq-hlogo {
	position: absolute;
	top: 70px;
	left: 710px;
}
#dq-hmenu {
	position: absolute;
	top: 240px;
	left: 720px;
	display: inline-block;
	z-index:20;
}
#dq-hmenu ul {
	margin:0px;
	padding:0px;
	-webkit-padding-start: 0px;
}
#dq-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#dq-hmenu li a {
	display: block;
	text-align: center;
}
#dq-hmenu li a.lock, #dq-hmenu li a:hover {
	display: block;
	background-image: url(../../site_image/share/btn-menu-off.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dq-hnews {
	width: 200px;
	position: absolute;
	top: 480px;
	left: 740px;
}
#dq-hnews .container p {
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 10px;
}
#dq-hnews #thumbnail{
	border:1px;
	border-color:#666;
	border-style:solid;
}
#dq-hpattern {
	width: 550px;
	padding-left: 150px;
	padding-top: 180px;
	padding-bottom: 30px;
}
#dq-hpattern a {
	display: block;
	text-align: center;
}

#dq-hpattern a.lock, #dq-hpattern a:hover {
	/*background-image: url(../../site_image/share/icon-pattern-off.png);
	background-repeat: no-repeat;/*background-position: center center; */
}
#dq-hpattern .container {
	width: 100%;
	text-align: center;
}
#dq-hpattern .container .pattern {
	position: absolute;
	top:180px;
	left:250px;
	/*background:url(../../site_image/share/pattern_mask.png) no-repeat;*/
	z-index:1;
}

#dq-hpattern .container .slider_pos {
luptatum  top:180px;
	left:300px;

}
/*Home structure END*/

#dq-visual {
	position:absolute;
	left:80%;
	top: 0px;
	z-index: 19;
}
#dq-search {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 20;
}
#dq-search #dq-searchbox {
	display: block;
	height: 22px;
	background-image: url(../../site_image/share/srch-inputbg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 6px;
}
#dq-search input {
	width: 180px;
	height: 17px;
	background-color: transparent;
 *background-color: #000;
	border: none;
	color: #fff;
}
#dq-logo {
	position: absolute;
	top: 50px;
	left: 100px;
	z-index:1;
}
#dq-menu {
	position: absolute;
	top: 220px;
	left:82px;
	z-index:1;
}
#dq-menu ul {
	margin:0px;
	padding:0px;
	-webkit-padding-start: 0px;
}
#dq-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#dq-menu li a {
	display: block;
	text-align: center;
}
#dq-menu li a.lock, #dq-menu li a:hover {
	background-image: url(../../site_image/share/btn-menu-off.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dq-content {
	padding-top: 150px;
	padding-left: 305px;
	margin-right: 15%;
	z-index: 10;
}
#dq-content #dq-conmid {
	background-color: #000;
	background-image: url(../../site_image/share/contentmid.png);
	background-repeat: repeat-y;
}
#dq-content #dq-condwn {
	height: 20px;
	background-image: url(../../site_image/share/contentdwn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#dq-content .container {
	min-height: 500px;
 *height: expression( this.scrollHeight < 500 ? "500px" : "auto" ); /* sets min-height for IE */
	padding-left: 25px;
	padding-top: 25px;
}
#dq-category-content {
	padding-top: 150px;
	padding-left: 305px;
	z-index: 10;
}
#dq-category-content #dq-conmid {
	background-color: #000;
	background-image: url(../../site_image/share/contentmid.png);
	background-repeat: repeat-y;
}
#dq-category-content #dq-condwn {
	height: 25px;
	background-image: url(../../site_image/share/contentdwn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#dq-category-content .container {
	width: 100%;
	min-height: 500px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
}
#dq-category-content table {
	
}
#dq-category-content td {
	width: auto;
	border: 1px;
	border-color: #666;
	border-style: solid;
	color: #FFF;
	vertical-align: top;
}
#dq-category-content .icon {
	/*padding:5px;
	margin-bottom:15px;*/
	display:block;
	position: relative;
}
#dq-category-content .icon a img {
	border: 1px solid #333;
}
#dq-category-content .icon a:hover img {
	border: 1px solid #C93;
}
#dq-category-content .description {
	width: 140px;
	height: auto;
	position: absolute;
	left: 150px;
	top: 130px;
}
#dq-product-interface {
	position:absolute;
	top: 35px;
	right: 255px;
	z-index: 1;
}
#dq-page-holder #dq-product-interface td {
	color: #cc9966;
	font-size: 12px;
	vertical-align:middle;
}
#dq-product-interface #logout a {
	width: 45px;
	height: 21px;
	color: #FFF;
	display: block;
	background-image: url(../../site_image/share/icon-logout.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	padding-left: 25px;
}
#dq-product-interface #logout a.lock, #dq-product-interface #logout a:hover {
	background-image: url(../../site_image/share/icon-logout.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#dq-product-interface a, #dq-product-interface a:link {
	color: #FFF;
}
#dq-page-holder #dq-product-interface a.lock, #dq-page-holder #dq-product-interface a:hover {
	color: #cc9966;
	text-decoration: none;
}
#dq-product-search {
	position: absolute;
	top: 180px;
	left: 500px;
}
#dq-product-search input {
	width: 150px;
	height: 18px;
	background-color: transparent;
 *background-color: #000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#dq-product-search #dq-searchbox {
	display: block;
	height: 20px;
	background-image: url(../../site_image/share/productsrch-inputbg.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-left: 20px;
}
#dq-product-category {
	position: absolute;
	top: 180px;
	left: 740px;
}
#dq-product-category #dq-selectbox {
	margin-top: 4px;
	display: block;
}
#dq-product-category select{
	width: 178px;
	height:19px;
	margin:0px;
}
#purchased{
	color:#F66;
	font-size:10px;
	line-height:0px;
}

#dq-notification{
	/*width: 250px;*/
	/*height: 25px;
	background-image:url(../../site_image/share/bg-notification.png);
	background-repeat:no-repeat;*/
	padding: 10px;
	margin-right: 10px;
	background-color:#000;
	border:1px;
	border-color:#333;
	border-style:solid;
	opacity: 0.8;
  	filter: alpha(opacity = 80);
	position: absolute;
	top: 100px;
	right: 0px;
	z-index:60;
}

#dq-page-holder #dq-notification p{
	line-height:12px;
	margin-bottom:0px;
	font-size:12px;
	color:#cc9933;
	opacity: 1;
  	filter: alpha(opacity = 100);
}
#dq-historyselect{
	position: absolute;
	top: 30px;
	left: 200px;
}
#dq-historyselect #dq-selectbox {
	display: block;
}
#dq-historyselect select{
	width: 178px;
	height:19px !important;
	margin: 0px;
}
#dq-page-holder{
	font-size:12px;
}
.customStyleSelectBox {	
	background-image: url(../../site_image/share/bg-select.png);
	background-repeat:no-repeat;
	padding-right: 26px;
}
.customStyleSelectBox.changed {

}
.customStyleSelectBoxInner {
	/*margin-left: 0px;
	padding-right: 0px;*/
	height: 20px;
	overflow: hidden;
	font-size :10px;
	text-indent: 8px;
	line-height: 20px;
	color:#FFF;
}

#dq-result-content {
	padding-top: 150px;
	padding-left: 305px;
	z-index: 10;
}
#dq-result-content #dq-conmid {
	background-color: #000;
	background-image: url(../../site_image/share/contentmid.png);
	background-repeat: repeat-y;
}
#dq-result-content #dq-condwn {
	height: 25px;
	background-image: url(../../site_image/share/contentdwn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
}
#dq-result-content .container {
	width: 98%;
	min-height: 500px;
	padding-left: 25px;
	padding-top: 25px;
}
.search-container{
	width:100%;
	margin-bottom: 10px;
}
.search-container .results{
	width:350px;
	height:120px;
	float:left;
	margin-bottom: 10px;
	margin-right:10px;
	
}
#dq-page-holder .results p{
	line-height: 20px;
	margin-bottom: 5px;
}
#dq-page-holder .results b{
	font-weight:bolder;
	color:#cc4466;
}
#dq-result-content b, #dq-result-content strong{
	font-weight:bolder;
	color:#cc4466;
}
#dq-result-content .product-item a img{
	border: 2px solid #333;
}
#dq-result-content .product-item a:hover img{
	border: 2px solid #C93;
}

#dq-product-content {
	padding-top: 150px;
	padding-left: 305px;
	z-index: 10;
}
#dq-product-content #dq-conmid {
	background-color: #000;
	background-image: url(../../site_image/share/contentmid.png);
	background-repeat: repeat-y;
}
#dq-product-content #dq-condwn {
	height: 25px;
	background-image: url(../../site_image/share/contentdwn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
}
#dq-product-content .container {
	width: 100%;
	min-height: 500px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 30px;
}
#dq-product-content table {
	margin-top: 0px;
	margin-left: 0px;
}
#dq-product-content td {
	border: 1px;
	border-color: #666;
	border-style: solid;
	color: #FFF;
}
#fix-content{
	max-width:1004px;
	margin-right:30px;
	margin-bottom: 5px;	
	color: #FFF;
	line-height: 24px;
}
#dq-page-holder #dq-category-content #fix-content a{
	text-decoration: underline;
}
#dq-page-holder .product-lock .description p{
	color: #000;
}
#dq-page-holder .search-lock .description p{
	color: #FFF;
}
.product-lock{
	background-color: #EECC99;
}
.search-lock{
	background-color: #555;
}

#dq-product-content .description {
	width:250px;
	padding-left: 2px;
	padding-top: 8px;
	/*margin-bottom: 10px;
	height:110px;*/
}
#dq-product-content .description p {
	line-height: 0px;
}
#dq-product-content .description b {
	font-weight:bolder;
	color:#FF8888;
}


#dq-product-content .product-item a img{
	border: 2px solid #333;
}
#dq-product-content .product-item a:hover img{
	border: 2px solid #C93;
}
/*
#dq-product-content .icon .category_desc{
	width: 140px;
	position: relative;
	left: 150px;
	top: 160px;
}*/


#dq-page-holder #enquiry-container td{
	text-align:center;
	vertical-align: middle;
	/*border: 1px #FFF solid;*/
}
#enquiry-container .product-pic{
	margin-bottom: 10px;
}
#dq-page-holder #enquiry-container h4{
	line-height: 24px;
}
#enquiry-container .product-pic img{
	border: 1px;
	border-color:#FFF;
	border-style: solid;
}
#enquiry-container{
	width:450px;
	height:610px;
	color:#FFF;
	border: 1px;
	border-color: #666;
	border-style:solid;
	padding: 20px;
	margin-top: 10px;
	background-color:#000;
	position: absolute;
	display:block;
	z-index:1102;
}

#enquiry-container table{
	border:0px;
}
#enquiry-container #enquiry-header{
	min-height:200px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom: 1px;
	border-color:#CCC;
	border-style:solid;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#CCC;
	position:relative;
}
#enquiry-container #topbutton{
	position: absolute;
	top: -10px;
	right: 0px;
}
#enquiry-content{
	height: 350px;	
	margin-bottom: 10px;
}

#enquiry-container #clientInfo{
	margin-bottom: 20px;
}
#enquiry-container #clientInfo td{
	text-align:left;
	vertical-align:bottom;
}
#enquiry-container .clientinput input{
	width: 180px;
	height: 15px;
	border: 1px;
	background-color:#222;
	border-color:#333;
	border-style: solid;
	margin-left: 20px;
	margin-bottom: 5px;
	color:#FFF;
}
#enquiry-container .clientinput textarea{
	width: 173px;
	height: 40px;
	border: 1px;
	background-color:#222;
	border-color:#333;
	border-style: solid;
	margin-left: 20px;
	color: #FFF;
}
#enquiry-header .c1, #enquiry-content .c1{
	width: 80px;
}
#enquiry-header .c2, #enquiry-content .c2{
	width: 110px;
}
#enquiry-header .c3, #enquiry-content .c3{
	width: 80px;
}


#fancycontent {
	height: 400px;
}
#fancycontent p{
	color: #fff;
	font-size: 12px;
	line-height:24px;
	margin-bottom:15px;
}

.orderHistory{
	color:#FFF;
	height:450px;
	position:relative;
}
.orderHistory th{
	background-color: #000000;
	color: #CCC;
	font-size: 12px;
	font-weight:100;
	text-align: left;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #CCC;
}
.orderHistory td{
	vertical-align:top;
	/*border-top:1px dotted #666;*/
	font-size: 12px;
}
.orderHistory h1{
	font-family:"Adobe Caslon Pro,"Times New Roman", Times, serif,Arial";
	font-weight:100;
	line-height:60px;
	font-size: 28px;
	color: #cc9933;
	margin-left:25px;
	margin-top: 10px;
}
.orderHistory #ordercontent{
	margin-left:30px;
	margin-right:30px;
	margin-top: 5px;
	margin-bottom:20px;
}

#ordercontent table, #ordercontent td{
	border: 0px;
}
.orderTab a{
	color:#FFF;
}

#dq-drag {
	width:285px;
/*height: 156px;*/
	position:absolute;
	top: 180px;
	z-index: 30;
}
#dq-drag .left{
	width: 19px;
	height: 100%;
	cursor: move;
	vertical-align:middle;
	background-color:#1d1d1d;
}
#dq-drag .drag-container {
	min-width:238px;
	min-height:460px;
	background-color: #222;
	color: #FFF;
	padding-top: 10px;
	padding-right:10px;
	padding-bottom: 10px;
}
#dq-drag .top{
	height: 15px;
	line-height: 9px;
	font-size: 12px;
	padding-left:5px;
}
#dq-drag #dq-feature {
	text-align: center;
}

#dq-drag #dq-feature a img{
	border: 2px solid #333;
}

#dq-drag #dq-feature a:hover img{
	border: 2px solid #C93;
}

#dq-content #news-date {
	width: 150px;
}
#dq-content #news-date a, #dq-content #news-date a:link {
	color: #FFF;
}
#dq-content #news-date a.lock, #dq-content #news-date a:hover {
	color: #cc9933;
	text-decoration: none;
}
#dq-content .news-content {
	width: 100%;
	float: left;
}
#dq-content .news-content table {
	line-height: 24px;
}
#dq-content .news-content img{
	border:1px;
	border-color:#CCC;
	border-style:solid;
}
#dq-content #paging {
	position:absolute;
	bottom: 60px;
	color: #999;
	text-align:center;
}
#dq-content #paging .number a, #dq-content #paging .number a:link {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #999;
	display: inline-block;
}
#dq-content #paging .number a.lock, #dq-content #paging .number a:hover {
	color: #FFF;
	text-decoration:none;
	background-image: url(../../site_image/share/icon-page-off.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#dq-content .dq-form input {
	width: 300px;
	height: 25px;
}
#dq-content .dq-form textarea {
	width: 360px;
	height: 160px;
}
#dq-content .dq-form td {
	color: #CCC;
	font-size: 13px;
	font-weight: 100;
}
#dq-content .dq-form .dq-error {
	color: #FF3333;
	background-color: #FF9999;
	border: solid 2px #FF5555;
	padding: 2px;
}
/*==========BUTTON==========*/

.wide-button {
	width:auto;
	height:30px;
	position:absolute;
	bottom: 60px;
	clear:both;
}
.button {
	width: 100%;
	/*text-align: right;*/
	height: 30px;
	float:right;
	display: table-cell;
}
#btn-productindex{
	float: left;
}
#btn-productindex a, #btn-productindex a:link{
	width: 150px;
	height: 30px;
	display: block;
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: left 0;
}
#btn-productindex a.lock, #btn-productindex a:hover{
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: right 0;
}
#btn-enquirylist {
	
}
#btn-enquirylist a, #btn-enquirylist a:link{
	width: 150px;
	height: 30px;
	display: block;
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: left -30px;
}
#btn-enquirylist a.lock, #btn-enquirylist a:hover{
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: right -30px;
}
#btn-addtoenquiry {
	
}
#btn-addtoenquiry a, #btn-addtoenquiry a:link{
	width: 150px;
	height: 30px;
	display: block;
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: left -60px;
}
#btn-addtoenquiry a.lock, #btn-addtoenquiry a:hover{
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: right -60px;
}
#btn-login {
	float: right;
}
#btn-login a, #btn-login a:link{
	width: 150px;
	height: 30px;
	display: block;
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: left -90px;
}
#btn-login a.lock, #btn-login a:hover{
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: right -90px;
}
#btn-submit {
	float: right;
}
#btn-submit a, #btn-submit a:link{
	width: 150px;
	height: 30px;
	display: block;
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: left -120px;
}
#btn-submit a.lock, #btn-submit a:hover{
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: right -120px;
}
#btn-back {
	
}
#btn-back a, #btn-back a:link{
	width: 150px;
	height: 30px;
	display: block;
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: left -150px;
}
#btn-back a.lock, #btn-back a:hover{
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: right -150px;
}
#btn-reset {
	float: right;
}
#btn-reset a, #btn-reset a:link{
	width: 150px;
	height: 30px;
	display: block;
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: left -180px;
}
#btn-reset a.lock, #btn-reset a:hover{
	background-image:url(../../site_image/en/btn.png);
	background-repeat:no-repeat;
	background-position: right -180px;
}

/*==========BUTTON END==========*/

#dq-copyright {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	z-index: 15;
}
#dq-copyright .container {
	color: #FFF;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
}



/*==========STYLING==========*/

#dq-page-holder img {
	vertical-align: middle;
}
#dq-page-holder p {
	color: #fff;
	font-size: 12px;
	line-height:24px;
	margin-bottom:15px;
}
#dq-page-holder a img {
	border:none;
	cursor: pointer;
}
#dq-page-holder ul {
	margin:0px;
	padding:0px;
	-webkit-padding-start: 0px;
}
#dq-page-holder li {
	color: #FFF;
	line-height: 24px;
	margin-left: 15px;
	list-style-type: none;
}
#dq-page-holder a, #dq-page-holder a:link {
	color: #FFF;
	text-decoration:none;
	margin: 0px;
}
#dq-page-holder a:visited {
	color: #FFF;
	text-decoration: none;
}
#dq-page-holder a:active {
	color: #FFF;
	text-decoration: none;
}
#dq-page-holder a:hover {
	color: #C93;
	text-decoration:underline;
}
#dq-page-holder td, #dq-page-holder tr {
	vertical-align: top;
	border: none;
	margin: 0px;
	color: #FFF;
}
#dq-page-holder h1, #dq-page-holder h2, #dq-page-holder h3, #dq-page-holder h4, #dq-page-holder h5, #dq-page-holder h6 {
	color: #FFF;
	font-family: "Adobe Caslon Pro,"Times New Roman", Times, serif,Arial";	
	font-weight: 100;
	line-height: 60px;
}

#dq-page-holder h1 {
	color: #cc9933;
}
#dq-page-holder .scroll-pane h1 {
	color: #EECC99;
	font-size:20px;
	line-height:30px;
}
#dq-page-holder h2 {
	color: #3388CC;
}
#dq-page-holder h3 {
	color: #55aa33;
}
#dq-page-holder h4 {
	color: #cc4466;
}
#dq-page-holder #dq-content form {
	margin: 0px;
}
#dq-page-holder #dq-content input, #dq-page-holder #dq-content  textarea {
	color: #FFF;
	background-color: #2b292a;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1a1819;
	border-right-color: #393939;
	border-bottom-color: #393939;
	border-left-color: #1a1819;
	text-indent: 2px;
}
/*Hardy*/
.nivo-control {
	cursor:pointer;
}
#dq-page-holder  hr{
	width:95%;
	margin-left:0px;
}
