body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:12px;
	margin: 0;
	padding: 0;
	width: auto;
	color: #888888;
}	


h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
	line-height:normal;
}
form{margin: 0px!important;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(233, 77, 56, 0.68)!important;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow:inset 0 0px 0px rgba(253, 0, 0, 0.075), 0 0 8px rgba(233, 0, 0, 0.32)!important;
    -moz-box-shadow:inset 0 0px 0px rgba(253, 0, 0, 0.075), 0 0 8px rgba(233, 0, 0, 0.32)!important;
    box-shadow: inset 0 0px 0px rgba(253, 0, 0, 0.075), 0 0 8px rgba(233, 0, 0, 0.32)!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;
}
/** Scroller **/

::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb
{
  background:#ca2826;
  border-radius: 30px;
}


/** 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;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover, a:focus {
    color: #777;
    text-decoration: none!important;
}

.title-small{
	font-size:12px;
	font-weight: normal;
}





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

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


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

.text-gray{
	color:#888888;
}
.text-darkgray{
	color:#222222;
}
.text-white{
	color:#FFFFFF;
}
.text-red{
	color:#ca2826;
}
.text-warning{
	color:#ca2826!important;
}

.smaller{
	font-size:11px;
}

/** BG **/
.bg-lightgray{
	background:#F6F5F5;
}	
.bg-gray{
	background:#f4f3f3;
}
.bg-darkgray{
	background:#222;
}
	
.bg-red{
	background:#ca2826;
}

	
/** Title Head **/

.titlehead.hidden-desktop .title{
	padding:5px 20px 5px 0px!important;
}


.titlehead{
	width: 100%;
	border-bottom:1px solid #e8e8e8;
	
}

.title{
	color: #333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
	
}
.tagline{
	color:#aaa;
	font-size:11px;
	text-transform: uppercase;
}
.title h2{
	color:#555555;
	font-size:18px;
	font-weight: normal;
	margin:0px;
	display: inline-block;
	position:relative;
	
}

.title h2:after{
	content: '';
    display: block;
    margin-top: 0px;
    width: 40px;
    height: 2px;
    background: #ca2826;
}

.h-title.titlehead{
	width:300px;
	margin:0px auto;
	text-align: center;
	padding:5px 0px;
}

.footer-title{
	border-bottom:1px solid #272727;
	padding: 0px;
	text-align: left;
}
.footer-title .title h2{
	font-size:16px;
	color:#FFFFFF;
	line-height: 30px;
}




/** Buttons **/

.butn{
	background:#222222;
	font-size: 12px; 
	cursor: pointer;
	line-height:25px;
	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:focus{
	color:#FFFFFF;
}
.butn-small{
	font-size:11px;
	width: 100px!important;
	height: 22px!important;
	line-height:20px;
}
.butn-small img{
	padding: 5px 8px!important;
	width: 12px;
}

.butn-pro{
	display:block;
	font-size:14px;
	padding: 3px 8px!important;
	margin: 10px;
	margin-bottom: 4px;
} 
 
.butn-pro:hover{
	background:#ca2826;
	color:#FFFFFF;
}

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

.butn-gray:hover {
	background: #ca2826;
	color:#FFFFFF;
}

.butn-red{
	color: #FFFFFF;
	background: #ca2826;
	padding: 1px 12px;
}

.butn-red:hover {
	background: #333;
	color:#FFFFFF;
}

.butn-zoom{
	display:inline-block;
	margin-left: 5px;
	background: #888;
	text-align: center;
	width: 50px;
	height: 25px;
	color:#FFFFFF;
}
 
.butn-zoom:hover{
	background: #ca2826;
	color:#FFFFFF;
}
/** Responsive Nav Button **/
	
.res-nav-btn{
	background: #333;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px;
    float: left;
} 

.res-nav-btn:hover,.res-nav-btn:focus{
	color:#fff;
} 
.res-nav-btn img{
	margin: 0px 10px 2px 0px;
} 

.res-cata-btn{
	color:#fff;
	padding:12px 0px;
	text-transform: uppercase;
} 

.res-cata-btn:hover,.res-cata-btn:focus{
	color:#fff;
} 
.res-cata-btn img{
	margin: 0px 10px 2px 0px;
} 

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

.header_top{
	background:#333;
}

/** Top Menu Css **/

.nav ul{
	margin:0px;
}

.nav{
	margin:0px!important;
}

.nav li{
	float:left;
	position:relative;
}

.nav li a{
	display:inline-block;
	color:#f5f5f5;
	font-size:12px;
	text-align: center;
	padding: 10px 5px;
	line-height:normal;
}

.nav li a:hover{
	background:#ca2826;
	color: #FFFFFF;
}

/** Translator **/
	
.translator {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
.goog-te-gadget{
	line-height: normal!important;
}
.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: #f5f5f5!important;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child{
	color:#f5f5f5!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;
}

/** Inquiry Cart Button **/

.cart{
	float: right;
}

.cart a {
	font-size: 10px;
	display: inline-block;
}
.cart a.cart-btn {
	background:#ca2826;
	position: relative;
	padding:6px 8px;
	float:left;
	
}

.counter {
	display: inline-block;
	position: absolute;
	background: #4c4c4c;
	color: #fff;
	padding: 1px 4px;
    top: 6px;
    right: 2px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-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;
}

.cart a:hover .counter {
	background: #111;
	color:#FFFFFF;
}

.cart_section{
	float:right;
}


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

.header{
	background:#FFFFFF;
}

/** Logo **/

.logo a img{
	margin:10px 0px;	
	width: 270px;
}
/** Short Contact Css **/
	
.short_contact{
	float:right;
	margin-top: 20px;
}	
.short_contact li{
	color:#555555;
	font-family: Helvetica;
}	
	
/** Search Form Css **/

.search-form {
	display: block;
    width: 300px;
    height: 38px;
    float: right;
}

.search-form .search-input {
	background: #FFFFFF;
	width: 248px;
	font-size: 12px;
	color: #888888;
	line-height:normal;
	margin:0px;
	padding-left: 5px;
	height: 28px;
	border: 1px solid #CCCCCC;
	border-right: none;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: Arial, Helvetica, sans-serif!important;
}

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

input.search-button:focus {
	outline:none;
}


/*/////////////////////// Main Menu ////////////////////////*/


.main_menu{
	background:#ca2826;
}

.cata-menu{
	clear: both;
	position: relative;
}
.cata-menu ul{
	margin:0px;
}
.cata-menu ul li{
	float: left;
}
.cata-menu ul li:first-child a{
	padding:0px;
}

.cata-menu ul li a{
	display:block;
	color:#fff;
	font-size: 14px;
    padding: 12px;
    text-transform: uppercase;
}
.menu-arrow{
	background: url(../images/icon-arrow-down.png) no-repeat top center;
	width:11px;
	height:8px;
	margin-left: 8px;
    display: inline-block;
}
.cata-menu ul li.current a{
	background: #222;
	color:#FFFFFF;
}
.cata-menu ul li a:hover{
	background: #222;
	color:#fff;
}	



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

ul#prod-t-menu,ul#prod-t-menu ul  {
	list-style-type:none;
	padding: 0;
	margin:0px;
	
}

ul#prod-t-menu li a {
	display: block;
    font-size: 14px;
    overflow: hidden;
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    line-height: 29px;
    text-transform: uppercase;
    border-bottom: 1px solid #212121;
}
ul#prod-t-menu li a:hover {
	background:#333;
	color:#fff;
}
ul#prod-t-menu li a span{
	background:url(../images/icon-arrow-down.png) no-repeat;
	display: inline-block;
	margin-top: 13px;
	width:11px;
	height:8px;
	float:right;
	  -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;
}

ul#prod-t-menu li.current a ,ul#prod-t-menu li.active a {
	background:#333;
	color:#fff;
}

/** Inner Subcats Menu **/
	
ul#prod-t-menu li ul{
	background:#060606;
}	


ul#prod-t-menu li ul li{
	border-bottom:1px solid #0e0e0e;
	margin:0px;
}
	
ul#prod-t-menu li ul li a {
	background:none;
	font-size:12px;
	padding:6px 10px;
	color:#aaa;
	letter-spacing: 0px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:none;
	line-height: normal;
	margin: 0px;
    text-transform: none;
    font-weight: normal;
}


ul#prod-t-menu li ul li a img{
	margin:0px;
	float:left;
	margin-top:3px;
}

ul#prod-t-menu li.active ul li a {
	background:none;
	border:none;
	color:#AAAAAA;
	font-weight:normal;
}
ul#prod-t-menu li.current ul li a {
	background:none;
	border:none;
	color:#AAAAAA;
	font-weight:normal;
}
ul#prod-t-menu li ul li a:hover {
	color:#ca2826;
	border:none;
	background: none;
}

ul#prod-t-menu li ul li a img{
	margin-right: 10px;
	margin-top: 0px;
}

ul#prod-t-menu li ul li:last-child{	
	border:none;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

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


/*/////////////////////////     Categories Section style        ////////////////*/

.categories_section{
	padding-bottom:30px;
}

.category {
	margin-right: 8px;
	width: 570px;
	height:200px;
	position: relative;
	
}

.category img {
	width: 570px;
    height: 200px;
}

.category .mask{
	background: transparent;
    width: 570px;
    height: 200px;
    position: absolute;
    top: 0px;
    
}

.cate-caption {
	position: absolute;
    right: 135px;
    bottom: 40%;
}

.cate-caption a {
	display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0px;
    text-align: center;
    width: 300px;
}

.cate-caption a.cate-title {
	background: #363636;
}

/* Hover Effect */
.category:hover {
	cursor: pointer;
}

.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;
}

.category:hover .cate-caption a.cate-title{
	background: #ca2826;
	color:#FFFFFF;
}
.category:hover .mask{
	background: url(../images/mask.png);
}

/** Keyframes **/

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


/*/////////////////////////      Featured products style        ////////////////*/

/** Transiton Effect **/

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

.trans .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.trans:hover .overlay {
  background-color:rgba(0, 0, 0, 0.4);
}

.trans .pro-btns {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    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;
    width: 210px;
    height: 245px;
    margin-top: 14px;
}

.trans:hover .pro-btns {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.trans .pro-btns:hover {
  box-shadow: 0 0 5px #fff;
}


.featured-product{
	width: 270px;
    height: 360px;
    -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;
	border-bottom:1px solid #DDDDDD;
	
}
/** Hover **/
.featured-product:hover{
	cursor:pointer;
	border-bottom:1px solid #ca2826;
}

.featured-product:hover .thumb{
	border:1px solid transparent;
}

/** Related Products **/

.related-product{
	width: 270px;
    height: 360px;
    -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;
	border-bottom:1px solid #DDDDDD;
	
}
/** Hover **/
.related-product:hover{
	cursor:pointer;
	border-bottom:1px solid #ca2826;
}

.related-product:hover .thumb{
	border:1px solid transparent;
}

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

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

.product{
	width: 270px;
    height: 360px;
    float:left;
    border-bottom:1px solid #DDDDDD;
     margin: 20px 9px;
    -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;
}

.product:hover{
	cursor:pointer;
	border-bottom:1px solid #ca2826;
}

.product:hover .thumb{
	border:1px solid transparent;
}

.thumb{
	background: transparent;
    padding: 5px;
    text-align: center;
    height: 280px;
    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%;
	position: relative;
}
.thumb a{
	display:inline-block;
	width: 230px;
    height: 270px;
    overflow: hidden;
}

.pro-title a{
	color: #333;
    font-size: 14px;
    display: block;
    padding: 10px 5px;
}
.pro-title a:hover,.pro-title a:focus{
	color: #333;  
}
.art-nmbr{
   color:#ca2826;
   text-align: center;
   font-size:16px;
   font-weight: bold;
   line-height:normal;
   font-family:Arial, Helvetica, sans-serif;
}

/* Pro Buttons */
.pro-btns a{
	width: auto;
    height: auto;
    background: #ca2826;
    padding: 10px 12px;
    display: inline-block;
    overflow: auto;
    margin-right: 5px;
    margin-top: 45%;
}
.pro-btns a img{
	width:20px;
}
.pro-btns a:hover{
	background: #333333;
}
/*/////////////////////////     Products Detail Page style        ////////////////*/

.product_detail_view{
	margin:0px auto;
}

.thumb-larg-desc{
	background:#f6f6f6;
	color:#555555;
	font-size:12px;
}

.thumb-larg-desc div,.thumb-larg-desc span{
	line-height:normal;
}
.thumb-larg-desc p{
	margin:0px;
	line-height: normal;
}
.pika-stage, .pika-textnav {
    width: 450px!important;
}

.pd-title{
	color:#555555;
	font-size:18px;
	font-weight:bold;
	padding:10px;
}
.pd-artno{
	color:#555;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}
.pd-price{
	color:#555;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

.pd-form{
	padding:15px 10px;
}
.pd-form h6{
	float: left;    
    margin-top: 5px;
    margin-right: 8px
}
.pd-form .qty{
	 width:60px;
	 font-family:Arial, Helvetica, sans-serif;
	 margin:0px;
	 margin-right:10px;
	 padding:3px 8px;
	 border: 1px solid #E5E5E5;
	 background: #fff;
	 color: #333; 
	 border-radius: 0px; height: 23px;
}

#Add:focus{
	outline: none;
}

#pd-tabs{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif !important;
	padding:0px;
	border-radius: 0px;
}


#pd-tabs li{
	padding: 0;
	margin:0px;
}
#pd-tabs li a{
	color:#555;
	font-size:13px;
	font-weight: bold;	
}

.ui-corner-top{
	border-radius: 0px!important;
}
#ui-id-1{
	background:#ca2826;
	color:#fff!important;
	padding:10px 42px!important;
}

#ui-id-2{
	background:#ca2826;
	color:#fff!important;
	padding:10px 42px!important;
}

.ui-tabs .ui-tabs-nav li:last-child{
	margin:0px;
}

.ui-widget-content{
	background: #FFFFFF !important;
}

.ui-tabs .ui-tabs-nav{
	padding: 0 !important;
	margin:0px!important;
	font-size: 14px !important;
	font-weight:bold !important;
}

.ui-tabs .ui-tabs-nav li{
	border:none !important;
}



.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	background: #333!important;
    margin: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	background: none!important;
	border:none!important;
}

.ui-tabs .ui-tabs-nav li.ui-state-focus a{
	outline:none!important;
}

/** Detail **/

#Detail{
	margin: 0px;
    padding: 8px;
    width: auto;
    border: 1px solid #eee;
    min-height: 200px;
}


/** Size Guide **/

#SizeGuide{
	margin: 0px;
    padding: 8px;
    width: auto;
    border: 1px solid #eee;
    min-height: 200px;
}


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

.pagination-container{
	margin-bottom:20px;
}

.pages{
	color: #555;
	float:left;	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	

}

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

.pagination a{
	float: left;
	background:#333333;
	color: #fff;
	padding:3px 12px;
	margin-left:5px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

.pagination .pagecurrent{
	background: #ca2826;
	color: #FFFFFF;
}

.pagination a:hover{
	background: #ca2826;
	color: #FFFFFF;
}
.pagination a:focus{
	color: #FFFFFF;
	text-decoration:none;
}

.pagination .seperator{
	display:inline-block;
	color: #555;
	background: none;
	float: left;
	font-size: 14px;
	margin-right: 5px!important;
	padding: 5px 10px;
}

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


.page{
	background: #FFFFFF;
}

.page-contents{
	text-align: justify;
	padding:15px 0px;
	color:#555;
	min-height: 300px;
}
.page-contents p{
	line-height: normal!important;
}

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

.footer_container{
	background:url(../images/footer_bg.jpg) repeat top center #363636;
	border-top:5px solid #ca2826;
	padding: 20px 0px 0px;
}



/*/////////////////////////      Widgets       ////////////////*/
.widgets .titlehead{	
	border-bottom:none;
}

.widgets .title h2:after{	
	height:4px;
}
/** Company Profle **/
.company_profile .titlehead{	
	text-align: center;
	border-bottom:none;
}
.company_profile .titlehead h2{	
	font-size:24px;
	text-transform: uppercase;
	font-weight: bold;
}
.company_profile .title h2:after{
	height:0px;
	background: none;
}
.profile-desc{
	color:#ddd;
	line-height: 20px;
	text-align:center;
	font-size:12px;
} 
.company_profile a.more{
	padding:3px 20px;
	color:#fff;
	background: #ca2826;	
	border-radius: 3px;
}
.company_profile a.more:hover{
	color:#FFFFFF;
}

/** Other Pages **/


.o_pages ul{
	margin-left:0px;
}

.o_pages ul li{
	line-height: 20px;
	border-bottom:1px solid #4a4a4a;
}

.o_pages ul li a{
	color: #eee;
    font-size: 12px;
    padding: 5px 0px;
    display: block;
}

.o_pages ul li a:hover{
	color:#fff;
}

.o_pages ul li a img{
	float:right;
	margin-top: 3px;
}
.o_pages ul li:last-child{
	border:none;
}

/** Contact Information **/
.contact-info ul{
	margin:0px;
}
.contact-info li {
	color: #eee!important;
	font-size: 12px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact-info li p,.contact-info li span{
	color: #eee!important;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
}
.contact-info li b,.contact-info li strong{
	color: #EEEEEE;
    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;
}
.contact-info a {
	color: #eee;
	font-family:Arial, Helvetica, sans-serif;
}

.contact-info a:hover {
	color: #ca2826;
}

/** Social Nav **/

.social_nav a{
	display:inline-block;
	width: 32px;
    height: 32px;	
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
}
.social_nav a img{
	width: 20px;
}

a.fb:hover{
	background: #395da6;
}
a.twitter:hover{
	background: #25afcc;
}
a.google-plus:hover{
	background: #bf1f1f;
}
a.skype:hover{
	background: #39d1e8;
}
a.instagram:hover{
	background: #9a6a40;
}
a.alibaba:hover{
	background: #ff803a;
}
/** Payment Pages **/
.payment_pages{
	text-align: right;
}
.payment_pages a img{
	border-radius: 3px;
}	
	
	
/****/

.footer{
	padding:10px 0px;
	font-size:12px;
	border-top:1px solid #272727;
	margin-top:20px;
}

.copyright{
	color:#FFFFFF;
	margin:0px;
	line-height: 30px;
}
.copyright span{
	text-transform: uppercase;
}

.copyright a{
	color: #FFFFFF;
	font-weight: bold;
}
.copyright a:hover,.copyright a:focus{
	color: #ca2826!important;
}

/** Scroll To Top **/
#top{
	position:fixed;
	right:30px;
	bottom:60px;
	z-index: 9999;
	background: #ca2826;
	text-align: center;
	font-size:12px;
	float:right;
	padding:10px 6px;
	
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
}

#top:hover{
	background:#31353d;
}

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

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

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


#cart .cart-header div {
	background: #222;
	color: #FFFFFF;
	border-bottom: 1px solid #111;
	margin: 1px;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
}
#cart .cart-row div {
	margin: 5px 0px;
	padding: 1px;
	height: 145px;
	color:#555;
	text-align: center;
	line-height: 40px;
}

#cart .cart-row div.cart-thumb {
	background:#FFFFFF;
	border:1px solid #ccc;
	padding:0px;
	text-align:center;
}

#cart .cart-thumb {
	width: 16.4%;
	float: left;
}
#cart .cart-thumb img {
	max-width: 100%;
	height: 140px;
}

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

 input.qty_input{
 	width:58px;
	height: 30px!important;
	padding: 2px 10px;
	background: #FFFFFF;
	color: #555;
	border:1px solid #CCCCCC;
	margin-bottom: 0px!important;
	margin-right: 10px;
	border-radius: 0px!important;
}
 .cart-title {
	width: 40%;
	float: left;
	color: #aaa;
	font-size: 12px;
}
 .artno {
	width:23.1%;
	float: left;
}
 .buttons {
	width: 19.5%;
	float: left;
}

.buttons form{
	display: inline;
	text-align: center;
}
.buttons form input[type="submit"]{
	border:none;
}
#forupdate{
	margin:0px 10px;
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}


.send-btn a{
	margin-right:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	width: 45%;
	vertical-align: top;
	margin: 0px;
	line-height: normal;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:28px;
}

.inquiry_form input[type="text"] {
	color: #555;
	padding:6px;
	width: 270px;
	height:28px;
	border-radius:0px!important;
	font-size:12px;	
}
.inquiry_form select {
	background: #FFFFFF;
	color: #555;
	padding:6px;
	width: 270px;
	border-radius:0px!important;
	height:28px;
	font-size:12px;	
}
.inquiry_form textarea {
	width: 270px;
	color: #555;
	padding:6px;
	min-height: 150px;
	border-radius:0px!important;
	font-size:12px;	
}

.inquiry_form input[type="reset"],.inquiry_form input[type="submit"]{
	border:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	
}

.inquiry_form input[type="reset"]:focus,.inquiry_form input[type="submit"]:focus{
	outline: none!important;
}



label.error{
	display:block;
	color: #ca2826;
	font-size: 11px;
}

