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



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:14px;
}


/** 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:#aaa;
	text-align: justify;
}

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


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

.text-gray{
	color:#aaa;
}

.text-darkgray{
	color:#555;
}

.text-red{
	color:#e80005;
}
.text-white{
	color:#FFFFFF;
}

.text-success{
	color:#87e617;
}

.text-warning{
	color:#e80005!important;
}

.smaller{
	font-size:11px;
}

/** Title Head **/

.titlehead h1{
	color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    line-height: normal;
    font-weight: bold;
}

.titlehead h1 a{
	color:#e80005;
	font-size:11px;
	margin-left:5px;
}
.titlehead h3{
	color:#e80005;
	font-size:10px;
	text-transform: uppercase;
	margin:0px;
    line-height:normal;
	margin-top: 4px;
} 
 
.titlehead h3 .date{
	color:#e80005;
	font-size:12px;
	margin-left:8px;
	text-transform: uppercase;
	margin-top: 4px;
}

.main_container .titlehead h1,.main .titlehead h1{
	font-size:16px;
} 
.widgets .titlehead h1{
	padding: 5px 0px;
} 
.widgets .titlehead h1{
	font-size: 16px;
}

/** 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;
	width: 100px!important;
	height: 22px!important;
	line-height:20px;
}
.butn-small img{
	padding: 5px 8px!important;
	width: 12px;
}

.pro-btns{
	text-align: center;
}

.pro-btns a{
	  margin-top: 5px;
  	  display: inline-block;
}

.prod-btns{
	position: relative;
	padding: 0px 10px;
}

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

.butn-gray:hover {
	background: #e80005;
	color:#111111;
}

.butn-red{
	color: #111111;
	background: #e80005;
	padding: 1px 12px;
}

.butn-yellow{
	color: #111;
	background: #fdde00;
	padding: 1px 12px;
}


/*/////////////////// HEADER TOP //////////////*/

.header_top{
	background: url(../images/bg-black.png);
	border-bottom:1px solid #151515;
}
.nav{
	float:right;
	margin:0px!important;
	margin-top:43px!important;
}
.nav li{
	float:left;
}
.nav li a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	padding:2px 8px;
}
.nav li a:hover{
	color:#fdde00;
}

/** Translator **/
	
.translator {
    padding: 1px 4px;
    border: 1px solid #888;
    border-radius: 3px;
    margin: 4px 0px;
    float: right;
}
.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: #888!important;
    font-weight: bold;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child{
	color:#888!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;
}

/** Short Contact Information **/
.short_contact ul{
	margin:0px!important;
	margin-top:5px!important;
}
.short_contact li{
	color:#888;
	float:left;
	margin-right:10px;
	font-size:11px;
}
.short_contact li img{
	margin-right:5px;
	margin-bottom: 2px;
}
.short_contact li a{
	color:#888;
	font-size:12px;
}
.short_contact li a:hover{
	color:#e80005;
}


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

.header{
	background:url(../images/header_bg.jpg) repeat top center #000000;
    clear: both;
}

/** Logo **/

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


/** Inquiry Cart Button **/
.cart-box {
	float: left;
	margin-top:32px;
}
/** Inquiry Cart Button **/
.cart{
	float: right;
    margin-left: 10px;
}
.cart a {
	font-size: 11px;
}
.cart a.cart-btn {
	background:#fdde00;
	display: inline-block;
	position: relative;
	padding:7px 7px 10px 7px;
	border-radius: 3px;
	
}

.counter {
	display: inline-block;
    position: absolute;
    background: #1d1d1d;
    color: #fff;
    padding: 4px 7px;
    top: -6px;
    line-height: normal;
    left: -8px;
	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: #e80005;
	color:#FFFFFF;
}

/** Search Form Css **/

.search_box{
	position: relative;
	float:right;
	margin-top:32px;
}

.search-btn{
	background:#fdde00;
	display: inline-block;
	padding:9px 9px 9px;
	border-radius:3px;	
}

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

.search_form {
	background:#1d1d1d;
	width: 210px;
	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: 38px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 10px;
	 height: 10px;
}

.search_box.active .search-btn{
	padding:11px 12px 7px;
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

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

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

/*/////////////////////////   Products Main Menu Css        ////////////////*/
.main_menu{
	background:url(../images/bg-menu.png) top center #e80005;
}

/** Categories Menu **/

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

.cata-menu ul li a{
	display:block;
	color:#fff;
	padding: 10px 8px;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
}


.cata-menu ul li a .menu-arrow{
	display: inline-block;
	background:url(../images/arrow-down-gray.png) no-repeat;
	margin-left:8px;
	width:11px;
	height:7px;
	margin-bottom: 2px;
}
.cata-menu ul li a:hover{
	background:url(../images/bg-menu-hover.png) #e80005;
	color:#fff;
}	
.cata-menu ul li a.parent_btn:hover{
	background:url(../images/bg-menu-hover.png) #e80005;
	color:#fff;
}

.cata-menu ul li.current a.parent_btn{
	background:url(../images/bg-menu-hover.png) #e80005;
	color:#fff;
}

.cata-menu ul li a.active{
	background:url(../images/bg-menu-hover.png) #e80005;
	color:#fff;
}



/* 
 * Inner Categories Menu 
 */

.cata-menu ul ul{
	position: absolute;
	visibility: hidden;
	z-index: 99999999;
	width: 220px;
	left: 0px;
	top: 40px;
	background: #0C0C0C;
	border-bottom:4px solid #e80005;
	padding-top:5px;
}

.cata-menu ul ul li{
	border-bottom:1px solid #040404;
	float: none;
	z-index: 9999999;
	border-right:none;
	
}

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

.cata-menu ul ul li a{
	display: block;
	color:#AAAAAA;
	font-size:12px;
	padding:3px 7px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-right:none;
	font-weight: normal;
	text-transform:none;
}
.cata-menu ul ul li a:hover{
	color:#EEEEEE;
	border-right:none;
}
.cata-menu ul li:hover ul{
	visibility: visible;
}
.cata-menu ul li:hover ul li a{
	margin:0;
	background: none;
}


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

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

ul#prod-menu li a {
	display: block;
	font-size: 13px;
	overflow: hidden;
	background:#222;
	color: #fff;
	font-weight:bold;
	padding: 0px 10px;
	line-height:29px;
	margin-bottom: 1px;
	border-radius: 3px;
	border-bottom: 2px solid #111;
	text-transform: uppercase;
}

ul#prod-menu li a span{
	display: inline-block;
	margin-top: 3px;
}


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

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


ul#prod-menu li ul li{
	border-bottom:1px solid #000;
	margin:0px;
}
	
ul#prod-menu li ul li a {
	background:none;
	font-size:12px;
	padding:7px;
	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-menu li ul li a img{
	margin:0px;
	float:left;
	margin-top:3px;
}

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

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

ul#prod-menu li ul li:last-child{	
	border:none;
}

/*////////// 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:url(../images/bg-black.png);
	color: #fff;
	font-weight:bold;
	padding: 0px 10px;
	line-height:29px;
	margin-bottom: 1px;
	border-bottom: 1px solid #111;
	text-transform: uppercase;
}
ul#prod-t-menu li a:hover {
	background:url(../images/menu-hover-r-bg.png) repeat-x top left #e80005;
	color:#111111;
	border-bottom: 1px solid #e80005;
}
ul#prod-t-menu li a span{
	background:url(../images/arrow-down-gray.png) no-repeat;
	display: inline-block;
	margin-top: 13px;
	width:11px;
	height:7px;
	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 a:hover span{
	background:url(../images/arrow-down-black.png) no-repeat;
}
ul#prod-t-menu li.current a span,ul#prod-t-menu li.active a span{
	background:url(../images/arrow-down-black.png) no-repeat;
}

ul#prod-t-menu li.current a ,ul#prod-t-menu li.active a {
	background:url(../images/menu-hover-r-bg.png) repeat-x top left #e80005;
	color:#111111;
	border-bottom: 1px solid #e80005;
}

/** 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:#e80005;
	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: #000;
	text-align: center;
}


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

.breadcrumb_section{
	background: url(../images/breadcrumb_bg.jpg) repeat-x top center;
	height:100px;
}

.breadcrumb_section ul{
	margin:0px;
	margin-top: 40px;
}

.breadcrumb_section ul li{
	float:left;
	color:#ccc;
	margin-right:10px;
}
.breadcrumb_section ul li img{
	margin-left:6px;
}
.breadcrumb_section ul li a{
	font-size: 14px;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb_section ul li a.active{
	color:#e80005;
}


/*/////////////////////////   Featured Products Style    ////////////////*/

.belt{
	margin-bottom: 10px;
}

.featured .titlehead{
	border-bottom: 1px solid #1b1b1b;
    width: 40%;
    margin: 0px auto;
    padding:6px 0px;
    text-align:center
}
.featured .titlehead .title{
	border:none;
	color:#fff;
	font-size:22px;
}


/*/////////////////////////   New Arrivals ////////////////*/

.new-arrival-belt{
	margin-bottom: 10px;
}

.new_arrivals .titlehead{
	border-bottom: 1px solid #1b1b1b;
    width: 40%;
    margin: 0px auto;
    padding:6px 0px;
    text-align:center
}
.new_arrivals .titlehead .title{
	border:none;
	color:#fff;
	font-size:22px;
}


/*/////////////////////////      Newsletter style        ////////////////*/

.newsletter{
	background:#e80005;
	padding: 10px 0px;
}

.newsletter-form .title{
	font-size:18px;
	padding:0px;
	border:none;
	color:#FFFFFF;
	margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.newsletter-form .title img{
	margin-top:-7px;
}
.newsletter-form ul{
	margin:0px;
}
.newsletter-form li{
	margin-right: 8px;
    float: left;
}
.newsletter-form form{
	margin:0px;	
}
.newsletter-form input[type="text"]{
	border:none;
	color:#888888;
	width: 210px;
	padding:6px;
	font-size:12px;
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif!important;
	margin: 0px;
	
}
.newsletter-form .newsletter_input{
	width: 239px!important;
}
.newsletter-form li .butn{
	display: block;
    background: #151515;
    color: #FFFFFF;
    padding: 6px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    font-weight: bold;
}

.newsletter-form li .butn:hover{
	background: #ffe325;
	color:#222222;
}

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

.main_footer{
	background:url(../images/footer-bg.jpg) repeat top center ;
	padding-top:20px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}



/*////////////////////// About Section Css ///////////////////////*/

.about .title h1{
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
	font-family:'helveticaneue_lt_47_lightcnRg';
	text-transform: uppercase;
    letter-spacing: 1px;
    margin:0px;
    line-height: normal;
}
.about .title{
	padding:0px;
}
.about a.butn{
	padding:0px 5px;
	color:#111;
	font-size:11px;
	float:right;	
}
.about-desc{
	color:#aaa;
	font-size:12px;
	text-align: justify;
}
.about h6{
	color:#EEEEEE;
	text-transform: uppercase;
}


/* Social Buttons */
.social_nav {
	margin-top:1px;
}
.social_nav a{
	display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
}

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

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

/** Contact Information **/
.contact-info ul{
	margin:0px;
}
.contact-info li {
	color: #aaa!important;
	font-size: 12px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact-info li p,.contact-info li span{
	color: #aaa!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;
	    width: 260px;
}
.contact-info li p{
	margin:0px;
}

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

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

/** Popular Products **/

.pop_products a {
	display: inline-block;
	background: #232323;
	color: #aaa;
	font-size: 11px;
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 3px;
	margin: 1px;
	line-height: normal;
}

.pop_products a:hover {
	background:#fdde00;
	border: 1px solid #000;
	color:#111;
}

/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#e80005;
	color:#111;
}
.zoom-btns .btn-zoom:hover{
	background:#333333;
	color:#FFFFFF;
}

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

.footer{	
	color:#fff;
	border-top:1px solid #222;
	margin-top:10px;
	font-size:12px;
}
.copyright, .webmaster{
	margin-top: 10px;
}
.webmaster{
	text-align: right;
}
.webmaster a{
	color: #fff;
	font-weight: bold;
}

.webmaster a:hover{
	color:#e80005;

}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:60px;
	right:30px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	background: #e80005;
	text-align: center;
	border-radius: 3px;
}

#top img{
	margin:11px;
}


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

.page{
	min-height: 480px;
	background:url(../images/bg-black.png) repeat;
	margin-top:10px;
}

.page-contents{
	text-align: justify;
	padding:10px;
	color:#aaa;
}
.page-contents p{
	line-height: normal!important;
}

.product_detail_page{
	text-align: justify;
	padding:10px 0px;
	color:#aaa;
}

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

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


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

.product{
	background:#FFFFFF;
    float:left;
	margin: 10px 4px;
    width: 210px;
    height: 285px;
    padding:5px;
    border:2px solid #111111;
    border-radius:3px;
    -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;
}
/** Hover **/

.product:hover{
	cursor:pointer;
	border:2px solid #e80005;
}

.product:hover .art-nmbr{
	background:#e80005;
}
.product:hover .q-btn{
	display: block!important;
}


/****/
.thumb{
	background: transparent;
    padding: 5px;
    text-align: center;
    height: 200px;
    margin-bottom:5px;
    position: relative;
    position:relative;
}
.thumb img{
	max-width: 100%;
	height: 190px;
}
.thumb a{
	display:inline-block;
	background:#FFFFFF;
	width:208px;
	height: 220px;
}
#Add {
	margin: 20px 0px 0px;
}

.art-nmbr{
	background: #222;
    color: #FFFFFF;
    font-size: 10px;
    padding: 0px 10px;
    position: absolute;
    border-radius:3px;
    top: 10px;
    left: 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 a{
	display:block;
	color: #555;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height:auto;
    width: auto;
    background: none;
    padding:6px 5px;
}
.pro-title a:hover,.pro-title a:focus{
	color:#e80005;
}
/** Product Btns **/
.q-btn{
	background:transparent!important;
    height: auto!important;
    position: absolute;
    bottom:80px;
    left:5px;
    display: none!important;
}	
.q-btn img{
	width: auto!important;
	height:auto!important;
}
.q-btn:hover,.q-btn:focus{
	color:#FFFFFF;
}	
	
.btn-pro{
	background:#e80005;
	display: inline-block;
	padding:5px 20px;
	text-align: center;
	border-radius: 3px;
	color:#fff;
}
.btn-pro:hover,.btn-pro:focus{
	background:#e80005;
	color:#fff;
}
.btn-pro img{
	margin-right:5px;
}

.pro-btns{
	text-align: center;
}

.pro-btns a{
  	  display: inline-block;
}

.prod-btns{
	position: relative;
	padding: 0px 10px;
}

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


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


.pages{
	background: #e80005;
	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: #e80005;
	color: #111;
}

.pagination a:hover{
	background: #e80005;
	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 #222;
}

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


#cart .cart-header div {
	background: #222;
	color: #fff;
	border-bottom: 1px solid #111;
	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:#aaa;
	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: 200px;
	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;
}
#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;
}

.send-btn{
	background:#e80005;
	margin-right:5px;
	color:#111;
	font-weight: bold;
}

.send-btn:hover{
	background:#333333;
	color:#FFFFFF;
}
/** Inquiry Form **/

.inquiry_form .form_label{
	display: block;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	width: 145px;
	vertical-align: top;
	margin: 14px 0px 5px;
	line-height: normal;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
}

.inquiry_form input[type="text"] {
	color: #333;
	padding:6px;
	width: 300px;
	border:1px solid #111;
	border-radius: 3px!important;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.inquiry_form input:focus,.inquiry_form select:focus,.inquiry_form textarea:focus,.inquiry_form .btn-submit:focus,.inquiry_form input[type="reset"]{
	border:1px solid #111!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #333;
	padding:6px;
	width: 314px;
	border:1px solid #111;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    height: 34px;
    border-radius: 3px!important;
}
.inquiry_form textarea {
	width: 300px;
	color: #333;
	padding:6px;
	min-height: 150px;
	border:1px solid #111;
	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: #e80005;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #111111;
}

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

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

/** Cart Items **/

.cart-items{
	margin-top:30px;
}

.cart-items ul{
	padding:10px;
}
.cart-items ul li{
	margin-bottom:10px;
}	
.cart-items h3{
	font-family:'helveticaneue_lt_47_lightcnRg';
	font-size: 16px;
	font-weight: normal;
	color: #e80005;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.cart-items .butn{
	padding: 5px 10px;
}

.cart-item{
	background: #FFFFFF;
	padding: 6px;
	width: 160px;
	border: 1px solid #DDDDDD;
	position: relative;
	text-align: center;
	margin: 0px auto;
}
.cart-item:hover{
	cursor:pointer;
}
.cart-item img{
	max-width: 100%;
	height: 135px;
	margin-bottom: 10px;
}

.cart-item .art-nmbr{
	font-size:11px;
	float:none;
	margin:0px;
}
.cart-item .pro-title{
   background: none;
}
.cart-item .pro-title a{
	font-size:12px;	
	float:none!important;
	color:#333333;
}

.cart-item .qty{
	color:#e80005;
	font-weight: bold;
	font-size:12px;
}
