
/* 
 * 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:#fff!important;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif!important;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #555;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}	



h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none!important;
}
.main_container{
	margin-bottom:10px;
}

input:focus,select:focus,textarea:focus{
	outline:none!important;
	box-shadow: none!important;
}


/** 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-small{
	font-size:16px;
}


/** 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;
}


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

.note p{
	color:#555;
	text-align: justify;
}


.note span{
	color:#555;
	text-align: justify;
}

.text-gray{
	color:#aaa;
}

.text-darkgray{
	color:#555;
}

.text-blue{
	color:#4575bd;
}
.text-white{
	color:#FFFFFF;
}
.text-success{
	color:#87e617;
}
.text-warning{
	color:#FF0000!important;
}
.smaller{
	font-size:11px;
}
.strip{
	background: url(../images/strip.png) repeat-x center;
	height:3px;
}
/** Title Head **/

.titlecontainer{
	background:url(../images/title_bg.png) repeat-x bottom left; 
}
.title h1{	
	background: #4575BD;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	margin-right:5px;
	padding:10px 20px 0px;
	font-weight:normal;
	text-transform: uppercase;
}
.title a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding:20px 20px 10px;
	text-transform: uppercase;
}
.title a:hover,.title a:focus{
	color:#FFFFFF;
}
.titlehead h1{
	color: #333;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
    padding: 2px 0px;
}

.titlehead h1 a{
	color:#4575bd;
	font-size:11px;
	margin-left:5px;
}

.main_container .titlehead h1,.main .titlehead h1{	
	text-transform: none;
} 
.widgets .titlehead h1{
	padding: 5px 0px;
	color:#eee;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
} 
.widgets .titlehead{	
	background: url(../images/widget_title_bg.png) no-repeat bottom left;
}

/** Buttons **/

.butn{
	background:#333;
	font-size: 12px; 
	cursor: pointer;
	border-radius:3px;
	color:#FFFFFF;
	-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;
}

.butn-small{
	font-size:11px;
}

.butn-gray{
	color: #FFFFFF;
	background: #333;
	padding: 1px 12px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #4575bd;
	color:#f;
}

.butn-green{
	color: #fff;
	background: #50c51d;
	padding: 5px 12px;
}

.butn-green:hover,.butn-green:focus{
	color: #fff;
	background: #50c51d;
}
/*//////////////////  Header Top  //////////////////////////*/
.header_top{
	background: #4575BD;
}


/** Main Menu Css **/
.nav{
	margin:0px!important;
}	
.nav ul{
	margin:0px;
}
.nav li{
	float:left;
}
.nav li a{
	display:inline-block;
	color:#fff;
	font-size:12px;
	text-align: center;
	padding: 5px 10px;
}

.nav li a:hover,.nav li a:focus{
	color:#fff;
}
.nav li.current a{
	color:#fff;
}

/** Inquiry Cart Button **/
.cart{
	display: inline-block;
    border-right: 1px solid #7d9fd1;
    padding: 4px 10px 4px 0px;
}
.cart a.cart-btn {
	display: inline-block;
	position: relative;
    color:#FFFFFF;
    font-size:12px;
}
.cart a.cart-btn img{
	margin-right:10px;
}
.cart a.cart-btn:hover,.cart a.cart-btn:focus {
	color:#FFFFFF;
}	

/** Translator **/
	
.translator {
    padding: 2px 4px;
    float:right;
}
.goog-te-gadget{
	line-height: normal!important;
    font-size: 12px;
    color: #fff;
    margin-top: 3px;
}
.goog-te-menu-value{
	margin:0px!important;
	padding: 0px!important;
}

.goog-te-gadget img{
	display: none!important;
}
.goog-te-gadget-simple{
	  font-size:12px!important;
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child{
	color: #fff!important;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child{
	color:#fff!important;
	margin-left:5px!important;
}
.goog-te-gadget-simple .goog-te-menu-value span{
	border:none!important;
}


.goog-te-gadget-simple{
	background: none!important;
	border: none!important;
}

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

.header_section{
     background: #FFFFFF;
     border-bottom: 1px solid #888;
}

/** Logo **/

.logo a img{
	margin:30px 0px;
}

/** Search Form Css **/
.search_box{
	position: relative;
	margin-top:65px;
}
.search-btn{
	background:#fff;
	display: inline-block;
	padding: 0px 10px 2px;
    margin-top: 4px;
    border-left: 1px solid #8888;
}

.search-btn span{
	background:url(../images/icon-zoom.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.search_form {
	width: 150px;
    padding: 2px;
	position: absolute;
	right: 0px;
	top:100px;
	z-index: -1;
	visibility: hidden;
}

.search_form form{
	margin:0px!important;
}


.search_box.active .search_form{
	  z-index: 999;
	  visibility: visible;
	  top: 25px;
      right: 18px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 10px;
	 height: 10px;
}

.search_box.active .search-btn{
	padding: 3px 13px 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search-inputs{
	background: #fff;
    border: 1px solid #aaa;
}
.search-inputs .search-input {
	background:transparent;
	width: 117px;
	font-size: 12px;
	color: #aaa;
	padding:0px;
	padding-left: 5px;
	height: 24px;
	border: none;
	margin:0px;
	border-radius:0px;
	font-family: Arial, Helvetica, sans-serif!important;
}

input.search-button {
	float: right;
	cursor: pointer;
	margin: 4px;
}

	
/*/////////////////////////   Products Main Menu Css        ////////////////*/

/** Main Menu Css **/
	
.menu ul{
	margin:0px;
	float: right;
	margin-top:65px;
}
.menu li{
	float:left;
	position: relative;
}
.menu li a{
	display: inline-block;
    color: #555;
    font-size: 12px;
    text-align: center;
    padding: 4px 0px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    margin-right: 15px;
}
.menu li:last-child a{
	margin-right:0px;
}
.menu li a:hover,.menu li a:focus{
	color:#4575bd;
	border-bottom: 2px solid #4575bd;
}
.menu li.current a{
	color:#4575bd;
	 border-bottom: 2px solid #4575bd;
}
.menu li.active a{
	color:#4575bd;
	border-bottom: 2px solid #4575bd;
}
.menu ul li a .menu-arrow{
	display: inline-block;
	background:url(../images/arrow-down-grey.png) no-repeat;
	margin-left:5px;
	width:11px;
	height:7px;
}
.menu ul li a:hover .menu-arrow{
	background:url(../images/arrow-down-blue.png) no-repeat;
}	

.menu ul li.current a .menu-arrow{
	background:url(../images/arrow-down-blue.png) no-repeat;
}
.menu ul li.active a .menu-arrow{
	background:url(../images/arrow-down-blue.png) no-repeat;
}
/** Inner Menu Css **/
.menu ul li ul{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	background: #f9f9f9;
	border: 1px solid #4575bd;
	border-bottom: 3px solid #4575bd;
	width: 190px;
	margin:0px!important;
}

/* 
 * Inner Menu Categories Css
 */

.menu ul li:hover ul.inner_cats{
	visibility: visible;	
}

.menu ul ul.inner_cats{
	left:0px;
	top:30px;
}

.menu ul li.current ul li a{
	background:none!important;	
}
.menu ul ul.inner_cats li{
	border-bottom: 1px solid #ddd;
	float: none;
	color: #333;
	z-index: 9999999;
	font-size:12px;
	text-align:left;
	padding:0px;
	margin-left:0px;
	height:auto;
	text-align: left;
}

.menu ul ul.inner_cats li:last-child{
	border:none;
}

.menu ul ul.inner_cats li a{
	display: block;
	color:#555;
	font-size:12px;
	border:none;
	padding:1px 5px;
	text-align: left;
	margin:0px;
	font-weight: normal;
}
.menu ul ul.inner_cats li a:hover,.menu ul ul.inner_cats li a:focus{
	color:#4575BD;
}


/*////////// Product Vertical Menu Css ////////////////*/

ul#prod-menu,ul#prod-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-menu ul{
	margin:0px;
}
/** Main Cat **/

.m_c_title{
	background: #333;
	color:#FFFFFF;
	padding:8px;
	display: block;
	font-size:16px;
}
.m_c_title:hover,.m_c_title:focus{
	background:#4575BD;
	color:#FFFFFF;
}
ul#prod-menu li.active .m_c_title{
	background:#4575BD;
	color:#FFFFFF;
}
ul#prod-menu li{
	display:block;
	margin-bottom:8px;
	
}
ul#prod-menu li:last-child{
	margin:0px;
}
.m_c_title img{
	margin:0px 0px 0px 6px;
}
.m_c_title .cata_icon{
	display: inline-block!important;
	float:right;
}

ul#prod-menu li ul{
	width: 100%;
	clear:both;
}	
/** Inner Sub Cat **/
	
ul.inner_sub_cat{
	width: 100%;
	clear:both;
	background: #fff;
}	


ul.inner_sub_cat li{
	margin:0px!important;
}
ul.inner_sub_cat li:last-child{	
	border:none;
}
ul.inner_sub_cat li a {
	display:block;
	background:none;
	font-size:12px;
	padding: 3px 0px;
	color:#555;
	letter-spacing: 0px;
	border-bottom: 1px solid #ccc;
	font-weight:normal;
	margin: 0px 10px;
}
ul#prod-menu li.active ul.inner_sub_cat li a {
	background:none;
}

ul.inner_sub_cat li a img{
	float:left;
	margin-top: 7px;
}

ul.inner_sub_cat li a:hover {
	background:none;
	color:#333;
}

ul#prod-menu ul li a span{
	margin-right: 10px;
}

/*////////// Product Responsive Vertical Menu Css ////////////////*/

/** Responsive Nav Button **/
	
.res-nav-btn{
	background: #333;
    color: #fff;
    float:left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 20px;
} 

.res-nav-btn:hover,.res-nav-btn:focus{
	color:#fff;
	background: #333;
} 
.res-nav-btn img{
	margin: 0px 10px 2px 0px;
} 
.res-cata-btn{
	background: #333;
    color: #fff;
    float:left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 36px;
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#fff;
	background: #333;
	
} 
.res-cata-btn img{
	margin: 0px 10px 2px 0px;
} 
.res_menu {
    margin-top: 0px;
    clear: both;
}
.res_menu ul li{
	margin: 0px!important;
	border-bottom:1px solid #444;
}
.res_menu .m_c_title{
	padding: 2px 5px;
    font-size: 14px;
}
.res_menu ul.inner_sub_cat{
	background: #222;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	border-bottom: 1px solid #333333;
	color:#aaa;
}

ul.inner_sub_cat li a img{
	margin-right: 8px;
}

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

.banner_container {
	background: #000;
	text-align: center;
}


/*////////////// Breadcrumb Css ///////////////////*/

.breadcrumb_section{
	padding: 10px 0px;
}

.breadcrumb_section ul{
    margin:0px;
}

.breadcrumb_section ul li{
	float:left;
	color:#333;
	margin-right:5px;
	font-size:11px;
}

.breadcrumb_section ul li a{
	font-size: 11px;
    color: #333;
    font-weight: bold;
}
.breadcrumb_section ul li a.active{
	color:#4575BD;
}
.breadcrumb_section ul li a:hover{
	color:#4575BD;
}

.breadcrumb_section ul li a.active:focus,.breadcrumb_section ul li a.active:hover{
	color:#4575BD;
}


/*////////////////////// About Section Css ///////////////////////*/
.about{
	background:url(../images/about-bg.png) no-repeat top center;
	padding:40px 0px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}
.about .titlehead h1{
	color:#FFFFFF;
}
.about-desc{
	color: #fff;
    width: 90%;
    margin: 0px auto;
}
.about-desc .butn{
	display:inline-block;
	background: none;
	border:1px solid #FFFFFF;
	margin-top:20px;
	padding:3px 20px;
	border-radius: 0px;	
}
.about-desc .butn:hover,.about-desc .butn:focus{
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}

/*//////////////// Categories ////////////////*/

.category {
    width: 365px;
    position: relative;
    height: 280px;
    cursor: pointer;
}
.category a img{
	width: 100%;
}
.cate-caption {
	position: absolute;
	bottom:35%;
	right: 4%;
	text-align: center;
}

.cate-caption a {
	display: block;
    color: #FFFFFF;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
}

.cate-caption a:hover,.cate-caption a:focus {
	color:#FFFFFF;
}

.transition {
  width: 100%;
  height: 100%;
}

.transition .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -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;
}

.transition .cate-caption {
	background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    padding: 10px;
    width: 86%;
}

.transition:hover .cate-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition:hover .overlay{
	background:url(../images/bg-black.png);
}
/*/////////////////////////   Featured Products Style    ////////////////*/

.featured .titlehead{
	width: 40%;
    margin: 0px auto;
    text-align:center;
}

/*/////////////////////////    Newsletter style        ////////////////*/
.newsletter{
	background: url(../images/newsletter_bg.jpg) repeat-x top center #424743;
	padding:40px 0px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}
.newsletter .titlehead{
	text-align: center;
}
.newsletter .titlehead h1{
	color:#FFFFFF;
}
.newsletter .titlehead p{
	margin:0px;
	color:#AAAAAA;
	font-size:12px;
}
.newsletter .titlehead span{
	display: table;
	position: relative;
	margin: 0px auto;
}
.newsletter .titlehead span:before{
	background: #333;
    background-size: 100px;
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    top: 18px;
    left: 70px;
}
.newsletter .titlehead span:after{
	background: #333;
    background-size: 100px;
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    top: 18px;
    right: 70px;
}


.newsletter_form{
	width: 60%;
	margin:0px auto;
}

.newsletter .butn{
	background: transparent;
    float: right;
    margin: 9px;
}

.newsletter form{
	margin:0px;
	background: #FFFFFF;	
}

.newsletter input[type="text"]{
	border:none;
	color:#555;
	width: 90%;
	padding:10px 5px;
	font-size:12px;
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif!important;
	margin: 0px!important;
	
}


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

.main_footer{
	padding:20px 0px;
	background:#222222;
}

/** Contact Information **/

.contact-info ul{
	margin:0px;
}
.contact-info li {
	color: #888!important;
	font-size: 12px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;	
}
.contact-info li p,.contact-info li span{
	color: #888!important;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
}
.contact-info li b,.contact-info li strong{
	color: #888;
    margin: 3px 0px;
    display: inline-block;
}
.contact-info li span{
	display:inline-block;
}

.contact-info li p{
	margin:0px;
}

.contact-info li img {	
	margin-right: 10px;
	display: inline-block;
	float:left;
}
.contact-info a {
	color: #aaa;
	font-family:Arial, Helvetica, sans-serif;
}

.contact-info a:hover,.contact-info a:focus{
	color: #4575BD;
}

/* Social Buttons */
.social_nav a{
	display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.social_nav a.fb{
	background: #1D3D81;
}
.social_nav a.twitter{
	background:#409ADE; 
}
.social_nav a.google-plus{
	background: #b50707;
}
.social_nav a.skype{
	background: #00aaf1;
} 

.social_nav a.linkedin{
	background: #137CBD;
} 
.social_nav a.instagram{
	background: #967a51;
} 
.social_nav a.alibaba{
	background: #ff803a;
} 

/** Contact Form **/

.contact_form ul{
	margin:0px;
	padding:0px;
}
.contact_form li{
	line-height: normal;
    margin-bottom: 3px;
    background: #222222;
    border:1px solid #333333;
}
.contact_form li input,.contact_form li textarea{
	margin:0px;
}
.contact_form input[type="text"] {
	background:transparent;
	border:none;
	color: #888;
	padding:8px 6px;
	width: 95%;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0px;
}
.contact_form input:focus{
	border:none!important;
	outline: none!important;
	box-shadow: none!important;
}
.contact_form .form_label{
	color:#AAAAAA;
	margin:2px 0px;
	font-size:12px;
}
.contact_form small {
	color:#AAAAAA;
	margin:3px 0px;	
}
.contact_form small a:focus,.contact_form small a:hover{
	color:#4575BD;
}
.contact_form textarea {
	background:transparent;
	border:none;
	width: 95%;
	color: #888;
	padding:8px 6px;
	min-height: 60px;
	font-size:12px;		
	font-family: Arial, Helvetica, sans-serif;
	resize:vertical;
}


.contact_form input[type="submit"]{
	background:#222222;
	border:1px solid #333333;
	display: block;
	width:30%;
	padding: 8px 6px;
	color:#888888;
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact_form input[type="submit"]:focus{
	border:1px solid #333!important;
}
.contact_form input[type="text"]::-webkit-input-placeholder{
    color: #888888;
}

.contact_form textarea::-webkit-input-placeholder{
   color: #888888;
}
.contact_form li:last-child{
	border:none;
	background: none;
}
.contact_form .captcha_inputs{
	border:none;
	background: none;
}
.contact_form .captcha_inputs input{
	border:1px solid #333333;
	width:60%;
	padding:0px 6px;
}
.contact_form .captcha_inputs input:focus{
	border:1px solid #333333!important;	
}
/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#4575bd;
	color:#111;
}
.zoom-btns .btn-zoom:hover{
	background:#333333;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #555;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}
/*/////////////////////////      Footer style        ////////////////*/

.footer{
	background:#222;	
	color:#888;
	border-top:1px solid #333;
	font-size:12px;
}
.footer p{
	margin:0px;
	padding:20px 0px;
}

.webmaster a{
	color: #888;
	font-weight: bold;
}
.copyright b{
	color: #888;
	font-weight: bold;
}
.webmaster a:hover,.footer a:focus{
	color:#4575bd;
}
.webmaster{
	text-align: right;
}
/** Scroll To Top **/

#top{
	position:fixed;
	bottom:60px;
	right:30px;
	z-index: 9999;
	width: 40px;
	height: 60px;
	background: #4575bd;
	color:#FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	color:#FFFFFF;
}

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

.page{
	min-height: 300px;
	margin-top:10px;
}

.page-contents{
	text-align: justify;
	color:#555;
}
.page-contents p{
	line-height: normal!important;
}

.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	color: #555;
    padding: 5px;
    min-height: 100px;
    background: #f7f7f7;
}

.pro-desc p{
	color:#555;
}


.pro-desc span{
	color:#555;
}

.main .titlehead{
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	padding:8px 0px;
}
.product_detail_page .titlehead{
	border-bottom: none;
}
.main .titlehead h1{
	line-height: normal;
}
.main .titlehead p{
	font-size:12px;
	margin:0px;
	color:#888888;
}
/*/////////////////////////      Product page style        ////////////////*/


.contents{
	color:#555;
	min-height: 300px;
}

.product{
    float:left;
	margin: 10px 3px;
    width: 200px;
    height: 290px;
    padding:5px;
    text-align: center;
}
/** Hover **/

.product:hover{
	cursor:pointer;
}

.product:hover .pro-title a{
	color:#4575bd;
}
.product:hover .btn-pro{
	background:#4575bd;
}
.product:hover .thumb{
	border:1px dashed #4575bd;
}
/****/
.thumb{
	background:#fff;
    padding: 5px;
    text-align: center;
    height: 220px;
    margin-bottom:5px;
    position: relative;
    border:1px solid #DDDDDD;
    -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;
}
.thumb img{
	max-width: 100%;
	height: 210px;
}
.thumb a{
	display:inline-block;
	background:#FFFFFF;
	width:100%;
}
#Add {
	cursor: pointer;
}


.pro-title a{
	display:block;
	color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height:auto;
    width: auto;
    background: none;
    padding:0px;
}
.pro-title a:hover,.pro-title a:focus{
	color:#4575bd;
}

.btn-pro{
	background: #333;
    display: inline-block;
    padding: 3px 30px;
    color: #fff;
    margin-top: 5px;
}

.btn-pro:hover,.btn-pro:focus{
	background:#4575bd;
	color:#fff;
}


/** Related Products **/
.related-product{
    float:left;
    margin:5px 12px;
}


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


.pages{
	background: #4575bd;
	color: #fff;
	text-align:center;
	padding: 2px 10px;
	border-radius:3px;
	float:right;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

.pagination {
	display: block;
	float:right;
	margin: 0px!important;
}

.pagination a{
	float: left;
	background:#333;
	padding:2px 8px;
	border-radius:3px;
	color: #fff;
	margin-left:5px;
}

.pagination .pagecurrent{
	background: #4575bd;
	color: #fff;
}

.pagination a:hover{
	background: #4575bd;
	color: #fff;
}

.pagination .seperator{
	color: #aaa;
	background: none;
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 5px;
}


/*/////////////////////////      Inquiry cart page Style        ////////////////*/

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

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


#cart .cart-header div {
	background: #ececec;
    color: #555;
    border-bottom: 1px solid #d4d4d4;
    margin: 1px;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}
#cart .cart-row div {
	margin: 1px;
	padding:5px 0px 10px;
	height: 125px;
	color:#555;
	text-align: center;
	line-height: 40px;
}

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

#cart .cart-thumb {
	background:#FFFFFF;
	width: 152px;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	max-width: 100%;
	height: 120px;
	padding:4px;
}

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

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


 input.qty_input{
	height: 20px;
	padding: 2px 10px;
	border: none;
	background: #FFFFFF;
	color: #333;
	border:1px solid #ddd;
	border-radius:3px!important;	
	margin:0px!important;
	margin-right: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
}
 input.qty_input:focus{
	border:1px solid #ddd!important;
}
 .cart-title {
	width: 389px;
	float: left;
}

 .artno {
	width: 135px;
	float: left;
}
 .buttons {
	width: 185px;
	float: left;
}

.buttons form{
	display: inline;
	text-align: center;
}
.buttons form input[type="submit"]{
	border:none;
}
.buttons form input[type="image"]{
	cursor: pointer;
}
#forupdate{
	margin:0px 10px;
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}
.cart-btns a{
	padding:5px 10px;
}
.cart-btns a img{
	margin:-3px 8px 0px 0px;
}
.chk-btn{
	background:#333333;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.chk-btn:hover,.chk-btn:focus{
	background:#333333;
	color:#FFFFFF;
}
.send-btn{
	background:#4575bd;
	margin-right:5px;
	color:#fff;
	font-weight: bold;
}

.send-btn:hover,.send-btn:focus{
	background:#333333;
	color:#FFFFFF;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}
.inquiry_form li .butn{
	border:none!important;
}
.inquiry_form input[type="text"] {
	color: #555;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input:focus,.inquiry_form select:focus,.inquiry_form textarea:focus{
	border:1px solid #ddd!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #555;
	padding:6px;
	width: 314px;
	border:1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    height: 34px;
    border-radius: 3px!important;
}
.inquiry_form textarea {
	width: 300px;
	color: #555;
	padding:6px;
	min-height: 150px;
	border:1px solid #ddd;
	border-radius: 3px!important;
	font-family: Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	border:none;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.btn-submit{
	background: #4575bd;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #4575bd;
}

.btn-submit:hover{
	background: #333333;
	color:#fff;
}

label.error{
	display:block;
	color: #4575bd;
	font-size: 11px;
	line-height: normal;
}

