@import url("reset.css");
@import url("text.css");
@import url("960.css");

/* 
 * Font Face
 *
 */

@font-face {
    font-family: 'helveticaneue_lt_47_lightcnRg';
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot');
    src: url('../fonts/helvetica_lt_47_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.woff') format('woff'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_lt_47_light_condensed-webfont.svg#helveticaneue_lt_47_lightcnRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
 * 
 * Main style..
 *
 */

body {
	background: url(../images/bg-n.jpg) top center repeat #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: auto;
	color: #FFFFFF;
}	



h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
}


/** Spaces **/


.space{
	height:10px;
	width:100%;
	clear:both;
}

.space-med{
	height:20px;
	width:100%;
	clear: both;
}

.space-big{
	height:30px;
	width:100%;
	clear: both;
}


/** Anchor **/


a{
	-webkit-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-moz-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-ms-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-o-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
}


.title-c-green{
	color:#83db59;
	font-size:16px;
	font-weight: bold;
}


.title-c-g{
	color:#555;
	font-size:16px;
	font-weight:bold;
}
.title-c-w{
	color:#FFFFFF;
	font-size:16px;
}

.text-gray{
	color:#888;
}
.text-white{
	color:#fff;
}
.text-darkgray{
	color:#555555;
}

.text-green{
	color:#83db59;
}

/** BG **/


.opacity70{
	background: #065b8059;
}


/** Floats Css **/
	
.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}
	
.pull-right{
	float:right;
}

.pull-left{
	float:left;
}


/*****/
.note{
	color:#fff;
	text-align: justify;
}


/** Buttons **/

.btn{
	font-size: 12px;
	padding:8px 15px;
	cursor: pointer;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.btn-small{
	padding:3px 10px;
}

.btn-gray{	
	background:#222;
	color:#fff;
	font-size: 12px;
	padding:5px 10px;
	cursor: pointer;
	border:0px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.btn-gray:hover{
	background: #83db59;
	color: #fff;
}
.btn-green{	
	background:#83db59;
	color:#fff;
	font-size: 12px;
	padding:5px 10px;
	border:0px;
	cursor: pointer;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.btn-green:hover{
	background: #222;
	color: #fff;
}

.btn-more{
	color: #83db59;	
}

.btn-more:hover {
	color: #888;
}
	
	

/*/////////////////// Main Page Style  ////////////////////////*/


.header_main{
	text-align: center;
}

.header_main a{
	display:block;
	margin:20px 0px 0px;
}

.alibaba_banner{
	text-align: right;
	margin-top: 12px;
}

.alibaba_banner img{
	border-radius: 3px;
	width: 180px;
}

.alibaba_banner_mainpage{
	margin-top: 12px;
}

.alibaba_banner_mainpage img{
	border-radius: 3px;
	width: 180px;
}
/** Categories Container **/
	
.cate_showcase{
	background: url(../images/showcase_bg.png) no-repeat;
	width: 677px;
	height: 522px;
	padding:36px 33px 33px 33px;
	margin:0px auto;
}	

.category {
	float: left;
	margin: 6px;
	width: 300px;
	height:220px;
}

.category img {
	width: 300px;
	height:220px;	
}

.category {
	position: relative;
}

.cate-caption {
	width: 300px;
	position: absolute;
	bottom: 15px;
}

.cate-detail-btn{
	width: 300px;
	position: absolute;
	bottom: 0px;
}

.cate-caption a.cate-title {
	background: url(../images/caption-bg.png) no-repeat;
	padding: 8px;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: 'helveticaneue_lt_47_lightcnRg';
	letter-spacing: 1px;
	width: 285px;
	float: left;
}

.cate-caption a.cate-btn {
	background: url(../images/bg-detail_btn.png) repeat;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding:6px 8px;
	margin:0px auto;
	float:right;
	border-top-left-radius:10px; 
	
}

.cate-caption a.cate-btn img {
	margin-left: 8px;
	width: auto;
	height:auto;	
}

/* Hover Effect */

.category:hover .cate-caption a.cate-title{
	background: url(../images/caption-bg-hover.png) no-repeat;
}
.category .cate-caption{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.category:hover .cate-caption{
	opacity: 1;
	color: #fff;
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}


/** Keyframes **/

@-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateX(-20%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateX(-20%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateX(-20%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}




/*//////////////////      Header Style //////////////////////////*/

.logo img{
	padding:25px 0px;
}


/** Inquiry Cart Button **/
	
	
.cart-box {
	float: right;
	margin-top:15px;
}

.cart-icon{
	background:#83db59;
	padding:6px;
	margin-right:10px;
	float:left;
	border-radius: 3px;
	border:2px solid #6EC545;
}
.cart-icon:hover{
	background: #333;
	border:2px solid #222;
}	
.count-items {
	float: right;
}
.count-items a{
	display: block;
	font-size:12px;
	color:#fff;
	font-weight: bold;
	margin-top: 2px;
}

.count-items a.counter{
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight: normal;
}

.count-items a.counter:hover{
	color:#fff;	
}

/**   search style  **/

.search_form{
	margin-top: 5px;
}

.search-form {
	position: relative;
	display: block;
	width: 260px;
	height: 33px;
	background:#FFFFFF;
	border:1px solid #EEEEEE; 
}

.search-form .search-sliding {
	border: none;
	background: none;
	width: 210px;
	font-size: 12px;
	color: #888888;
	margin-left: 10px;
	height: 33px;
}
.search-form .search-label-sliding {
	position: absolute;
	top: 6px;
	color: #555;
}

#search_button {
	float: right;
	cursor: pointer;
}


/*/////////////////////////      menu style        ////////////////*/


.menu {
	background:url(../images/menu.png) repeat-x top center #83DB59;
	width: 938px !Important;
	height: 47px;
	clear: both;
	border:1px solid #83db59;
}

.nav li {
	position:relative;
	float: left;
	line-height: 47px;
	border-right:1px solid #83db59;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.nav li:last-child {	
	border-right:1px solid #83db59;
}

.nav li a {
	color: #FFFFFF;
	padding:16px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.nav li:hover {
	background:url(../images/menu-hover-bg.png) repeat-x top center;
}

.nav li:hover a{
	color: #fff;
}
.nav li a img{
	margin-bottom: 1px;
	margin-left: 5px;
}



/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	margin-top: 5px;
	width: 928px !important;
	height:366px;
	background: #FFFFFF;
	padding:4px;
	border:2px solid #EEEEEE;
}


/*/////////////////////////   Short About ////////////////*/

.short_about .note a img{
	float:right;
	margin:0px  10px 20px 10px;
}

.short_about .note p{
	padding:0px 10px;
	text-indent: 20px;
}
/*/////////////////////////      Sidebar Style        ////////////////*/


.title{
	height: 37px;
	line-height: 37px;
	font-family: 'helveticaneue_lt_47_lightcnRg';
	font-size:16px;
	color:#888;
	font-weight:bold;
	letter-spacing: 1px;
}

.titlehead{
	background: url(../images/titlebg.png) repeat ;
	border-top: 2px solid #83db59;
}

.titlehead img{
	margin-bottom: 15px;
	margin-right: 6px;
}


/** Featured Products Css **/

.featured_products {
	padding:10px 10px 0px;
}

.featured{
	border:1px solid #4e99a2;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition: all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.featured:hover{
	cursor:pointer;
	border:1px solid #83db59;
}
.featured_title a{
	color:#fff;
	font-size:12px;
	font-weight: bold;
	display: block;
	padding: 5px 5px 0px;
}

.featured_title p{
	color:#fff;
	margin: 5px 5px 0px;
	font-size:11px;
}
.featured_products ul li{
	float: left;
	margin-bottom:4px;
}
.featured_products ul li .featured{
	margin:0px;
	margin-bottom:10px;
}

.featured_products ul li .featured-short-detail{
	width: 130px;
}

.featured-thumb{
	width: 50px;
	padding:4px;
}

.featured-thumb img{
	width: 50px;	
	height:60px;	
}


.featured_btns{
	padding:3px 5px 0px;
}

.featured_btns a{
	padding:2px 6px;
	font-size:11px;
}

.featured_btns a img{
	margin-top: -1px;	
	margin-right:5px;
	width: 12px;
}
	



/*/////////////////////////      Main Footer style        ////////////////*/

.widget{
	float:left; 
	width:260px;
	margin-right:17px;
	padding:10px;
}
.widgets .titlehead{
	background:none;
	border:none;
}
.widgets .title span{
	color:#fff!important;
	font-weight:bold!important;
}
.widgets .titlehead img{
	margin-bottom:0px;
}
.widget:last-child{
	margin-right:0px;
}


/** News & Events **/

.news ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news ul li:hover {
	cursor: pointer;
}

.date {
	width: 40px;
	height: 45px;
	background: #f3f3f3;
	border: 1px solid #E0E0E0;
	text-align: center;
}

.date .text-gray {
	display: block;
	margin-top: 5px;
}

.month {
	background: #83db59;
	color: #FFFFFF;
	display: block;
	margin-top: 8px;
	padding: 2px;
}
.news_short_detail {
	width: 210px;
}

h5 a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

h5 a:hover {
	color: #83db59;
}
.news_short_detail p {
	color:#fff;
	margin-bottom: 0px;
}

.news_short_detail a.btn {
	color: #fff;
}

.news_short_detail a.btn:hover {
	color: #83db59;
}

/** Newsletter **/


.newsletter_section.widget{
	width:326px;
}

.newsletter_section h3{
	color:#fff;
	font-size:14px;
	margin-top:15px;
}

.newsletter-form {
	margin-top:10px;
}

.newsletter-form input[type="text"]{
	color:#888;
	width: 326px;
	padding:10px;
	font-size:12px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	margin: 0px;
}



.newsletter-form li{
	margin-bottom:10px;
}


/** Social Networks **/

.messengers{
	padding:10px 0;
}


/**  Factory  **/


.factory_pic img{
	width: 260px;
	height:140px;	
}


/*/////////////////////////      Footer style        ////////////////*/

/** Footer Landing **/

.footer_landing{
	text-align: center;
	margin-bottom:15px;
	color:#888;
}


.footer_landing a{
	color: #555;
}


.footer_landing a:hover{
	color:#83db59;
}

/**********/

.footer{
	text-align: center;
	margin-top:15px;
	margin-bottom:15px;
	color:#fff;
}

.footer a{
	color: #fff;
}


.footer a:hover{
	color:#fff;
}



/*/////////////////////////      Pages style        ////////////////*/


.page{
	min-height: 525px;
	padding-bottom:20px;
}

.page_subcategories{
	min-height:260px;
	padding-bottom:20px;
}

.page-contents{
	text-align: justify;
	padding:10px;
	color:#fff;
}


/*/////////////////////////      Product page style        ////////////////*/


.contents{
	padding:10px;
	color:#fff;

}

.panel{
	width: 160px;
	height: 230px;
	float:left;
	margin: 4px;
	margin-bottom:8px;
}
.panel:hover .product{
	cursor:pointer;
}

.product{
	background:#FFFFFF;
	width: 160px;
	height: 200px;
	border: 2px solid #EEEEEE;
}

.thumb{
	padding: 6px;
	text-align: center;
}
.thumb img{
	
	width: 145px;
	height: 140px;
}


#Add{
	margin:20px 0px 10px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition: all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.pro-title{
	padding:4px;
	text-align: center;
}

.pro-title a{
	color: #888;
	font-weight: bold;
	font-size:12px;
}

.pro-title a:hover{
	color: #83db59 ;	
}

.art-nmbr{
   color:#83db59;
   font-size:11px;
   padding:4px;
   text-align: center;
}


/** Product Btns **/

.pro-btns{
	margin-top: 16px;
}

.pro-btns a{
	font-size: 12px;	
}

.pro-btns a img{
	vertical-align: top;	
	margin-right: 8px;
}
.pro-btns a:last-child img{
	margin-right: 0px;
}
.pro-btns a:first-child{
	margin-right:19px;
}



/** Product Subcat Page **/
.subcat{
	width:220px;
	height:110px;
	float:left;
	margin:4px;
	border:1px solid #ccc;
}	

.subcat .thumb{
	width: 110px;
	height: 98px;
	float: left;
	padding:5px;
}

.subcat .thumb img{
	width: 110px;
	height: 100px;
}

.subcat_detail{
	padding:5px;
	width: 90px;
	float:right;
}

.subcat_detail .pro-title{
	text-align: left;
	padding:0px;
	height:58px;
}

.subcat_detail .pro-title a{	
	display:block;
	color:#888;	
}


.subcat_detail .pro-title a:hover{	
	color:#83db59;
}

.subcat_detail .btn-green{	
	padding:2px 8px;
	display: block;
	clear: both;
	margin-top:8px;
}

.subcat_detail .btn-green img{	
	margin:4px;
	float:right;
}

/*/////////////////////////     Products Detail Page style        ////////////////*/

.prod_large_view{
	display: none;
}

.product_detail_view{
	margin:0px auto;
}

div.ppt{
	margin:0px!important;
	margin-bottom:8px!important;
}

.large_prod_img{
	width:430px;
	height:430px;
	float:left;
		
}

.large_prod_img img{
	width:430px;
	height:430px;	
}

.thumb-larg-desc{
	color:#fff;
}

.pp_nav{
	display: none!important;
}

/*/////////////////////////     Pagination style        ////////////////*/


.pagination-container{
	padding: 6px 0;
}



.pages {
	color: #888;
	text-align:center;
	padding: 0px 10px;
	float:right;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	
}
.pagination {
	display: block;
	margin: 0px 15px 0 0px;
	float: right;
}
.pagination a {
	float: left;
	background:#eee;
	padding: 3px 8px;
	margin: 1px;
	border: 1px solid #ccc;
	color: #888;
	margin-left:5px;
}
.pagination .pagecurrent {
	background: #83db59;
	border:1px solid #83db59;	
	color: #FFFFFF;
}
.pagination a:hover {
	background: #83db59;
	border:1px solid #83db59;
	color: #FFFFFF;
}


.pagination .seperator {
	color: #888;
	background: none;
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 5px;
}
/*/////////////////////////      Inquiry cart page Style    ////////////////////*/

.even{
		border-bottom:1px solid #EEEEEE;

}

.odd{
		border-bottom:1px solid #EEEEEE;

}

#cart .cart-header div {
	background: #eee;
	color: #888;
	border-bottom: 1px solid #ccc;
	margin: 1px;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#cart .cart-row div {
	margin: 1px;
	padding: 5px 0px; 
	height: 105px;
	text-align: center;
	color:#fff;
}

#cart .cart-row div.cart-thumb {
	padding-left:0px;
}

#cart .cart-thumb {
	width: 103px;
	float: left;
}
#cart .cart-thumb img {
	width: 100px;
	height: 100px;
	border:2px solid #EEEEEE;
}

#cart .cart-thumb:hover img{
	cursor: pointer;
}

.cart-empty{
	margin-left:10px;
}


 input.qty_input{
	height: 25px;
	padding: 2px 10px;
	border: none;
	background: #FFFFFF;
	color: #555;
	border:1px solid #CCCCCC;
}
 .cart-title {
	width: 229px;
	float: left;
}
 .artno {
	width: 120px;
	float: left;
}
 .buttons {
	width: 220px;
	float: left;
}
.cart-page{
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}
ul.sitemap {
	list-style: disc;
}
ul.sitemap ul {
	list-style: circle;
}

.inquiry-form-page input {
	border:none;
	color: #888;
	padding:5px;
	width: 270px;
	border:1px solid #CCCCCC;
}
.inquiry-form-page select {
	background: #FFFFFF;
	color: #888;
	padding:5px;
	border:none;
	width: 270px;
	border:1px solid #CCCCCC;
}
.inquiry-form-page textarea {
	border:none;
	color: #888;
	padding:5px;
	min-height: 150px;
	border:1px solid #CCCCCC;
	margin:0px;
	margin-top:1px;
}
.inquiry-form-page input[type="submit"]{
		background: #83db59;
		color: #FFFFFF;
		font-size:12px;
		border:none;
		padding:4px 10px;
		margin-top: 8px;
		-webkit-transition: all .5s ease, opacity .5s ease-in-out;
		-moz-transition: all .5s ease, opacity .5s ease-in-out;
		-ms-transition:  all .5s ease, opacity .5s ease-in-out;
		-o-transition: all .5s ease, opacity .5s ease-in-out;
		transition: all .5s ease, opacity .5s ease-in-out;
		width: auto;

}
.inquiry-form-page input[type="submit"]:hover{
			cursor: pointer;
}
.inquiry-form-page tr{
	line-height:35px;
}
.inquiry-form-page{
	color:rgb(182, 182, 182);
	margin-top:20px;
}
.send-inquiry-btn a{
	background: #83db59;
	color:#FFFFFF;
	padding:3px 10px;
}

.send-inquiry-btn a:hover{
	color:#aaa;
	background: #222;
}

.send-inquiry-btn img{
	margin-right:5px;
}
.text{
	padding:10px 40px 10px 20px;
}





/*/////////////////////////      Newsdetail page Style        ////////////////*/



h5{
	color: #83db59;
	font-size: 12px;
}

ol{
	margin-left:20px;
}

ol li{
	list-style-type:decimal !important;
	
}


/*/////////////////////////      Scroll Top button Style        ////////////////*/

/** Scroll To Top **/

#top{
	background:#83db59;
	color:#FFFFFF;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 50px;
	font-size:12px;
	position: fixed;
	right: 30px;
	bottom: 30px;
}

#top img{
	margin:10px 5px;
}
#top:hover{
	background:#222222;
	color:#aaa;
}
