@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-attachment:fixed;
	background-position:top center;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: auto;
	color: #888;
}	



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

.main_container{
	padding:15px 0px 10px;
	background:rgba(0, 0, 0, 0.6);
}

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

.note p{
	color:#888;
}


.note span{
	color:#888;
}

.text-gray{
	color:#888888;
}

.text-darkgray{
	color:#555;
}

.text-white{
	color:#FFFFFF;
}

.text-red{
	color:#e42222;
}

.text-success{
	color:#009900;
}

.text-warning{
	color:#FF0000;
}

.smaller{
	font-size:11px;
}


	
/** Title Head **/

.titlehead {
	background:transparent;
	height: 38px;
	border-bottom:2px solid #E42222;
	width: 690px;
}

.title {
	display:inline-block;
	font-family:'helveticaneue_lt_47_lightcnRg';
	padding: 10px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #EEEEEE;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.title .label{
	background: #e42222;
	color:#FFFFFF;
	padding:2px 5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-radius: 3px;
	float:right;
	margin-left:20px;
}


.title .date{
	background: #e42222;
	color:#FFFFFF;
	padding:2px 5px;
	font-size:11px;
	border:none;
	width:auto;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-radius: 3px;
	float:right;
	margin-left:20px;
}



.title .date{
	background:none;
	color:#e42222;
	font-size:12px;
	border:none;
	width:auto;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin-left:10px;
	font-weight: normal;
}



/** Slider Buttons **/
	
.control-btns .bx-wrapper .bx-controls-direction a{
	background:none!important;
	text-indent: 0px!important;
	top:0%!important;
	margin-top: -30px!important;
}

.control-btns .bx-wrapper .bx-prev{
	right: 25px;
	left:auto;	
}

.control-btns .bx-wrapper .bx-next{
	right:0px!important;
	left:auto;	
}

.control-btns .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	text-align: center;
	top:-20px;
}


/** Buttons **/

.btn{
	display:inline-block;
	background:#333;
	font-size: 12px; 
	cursor: pointer;
	border-radius:3px;
	padding:6px 10px;
	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;
}
.btn:hover{
	background:#e42222;
}

.btn-red{
	background: #e42222;
	color: #fff;
} 
.btn-red:hover{
	background:#333;
}


.btn-small{
	font-size:11px;
	padding:3px 8px;
} 
.btn-news{
	color: #fff;
	background: #e42222;
	padding:3px 12px;
	font-size:12px;
	line-height: normal;
} 

.btn-news:hover {
	background: #333;
}

.btn-more{
	color: #555;
	font-size:12px;	
	font-weight: bold;
	margin-top:4px;
	display:inline-block;
} 

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


/*//////////////// Categories Container ////////////////*/
	
.cate_showcase{
	background: url(../images/bg-70.png) repeat;
	border-radius: 10px;
	width: 900px;
	padding:20px;
	margin:0px auto;
	box-shadow: 0px 0px 30px 5px #000000;
	-webkit-box-shadow: 0px 0px 30px 5px #000000;
	-moz-box-shadow:0px 0px 30px 5px #000000;
	-ms-box-shadow:0px 0px 30px 5px #000000;
	-o-box-shadow:0px 0px 30px 5px #000000;
}	

.category {
	background:#000;
	float: left;
	margin-right: 14px;
	width: 400px;
	height:400px;
	border:2px solid #1A1A1A;
	position:relative;
}

.category-thumb img {
	height: 400px;
    width: 100%;
}

.category-caption{
	position:absolute;
	bottom:0px;
	background: url(../images/bg-caption.png) top center;
    padding-bottom: 15px;
}
.cate-caption {
	width: 400px;
}

.cate-detail-btn{
	width: 400px;
	text-align:center;
}

.cate-caption a.cate-title {
	padding:10px 0px;
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'helveticaneue_lt_47_lightcnRg';
	letter-spacing: 2px;
	width: 100%;
	font-weight:bold;
	margin-top:5px;
}

.cate-detail-btn a.cate-btn {
	background: #e42222;
	display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-top:2px;
    padding: 5px 10px 4px;
    border-radius: 15px;
	
}

.cate-detail-btn a.cate-btn img {
	margin-left: 5px;
    width: auto;
    height: auto;
    margin-bottom: 1px;	
}

/* Hover Effect */

.category:hover .cate-caption a.cate-title{
	color: #E42222;
}
.category:hover .cate-detail-btn a.cate-btn{
	background: #CD1414;
}
.category .cate-detail-btn{
	-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 .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-detail-btn{
	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{
	opacity: 1;
	color: #fff;
	-webkit-animation: moveFromRight 400ms ease-in-out;
	-moz-animation: moveFromRight 400ms ease-in-out;
	-ms-animation: moveFromRight 400ms ease-in-out;
	animation: moveFromRight 400ms ease-in-out;
}

/** Keyframes **/

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

/*///////////////*/
@-webkit-keyframes moveFromRight {
 from {
 opacity: 0;
 -webkit-transform: translateX(-50%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
 from {
 opacity: 0;
 -moz-transform: translateX(-50%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
 from {
 opacity: 0;
 -ms-transform: translateX(-50%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}

/*//////////////////      Header Top Css //////////////////////////*/

/** Translator **/
	
.translator {
	margin-top:15px;
	margin-bottom:20px;
}	
	
.goog-te-menu-value{
	margin: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:#eee!important;
	font-weight: bold;
	margin-right:5px!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;
}


/** Inquiry Cart Button **/

.cart{
	margin-top:6px;
	float:right;
	width:140px;
}

.cart a {
	font-size: 12px;
	font-weight: bold;
}
.cart a.cart-btn {
	display: inline-block;
	position: relative;
	color: #fff;
	vertical-align: bottom;
	background: #e42222;
    padding: 9px 0px;
    border-radius: 3px;
    float:left;
}
.cart-top-title{
	color:#fff;
	text-transform: uppercase;
	font-size:14px;
	font-weight:bold;
	margin-top:11px;
	display:inline-block;
	margin-left: 10px;
}
.cart a.cart-btn img {
	margin:0px 12px 0px 5px;
}

.counter {
	display: inline-block;
	position: absolute;
	background: #888;
	color: #fff;
	font-size: 12px;
    padding: 3px 7px;
    top: -8px;
    right: -7px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}

.cart a:hover{
	color: #e42222;
}
	
/** Search Form Css **/

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

.search_form {
	width: 240px;
	margin-top: 10px;
}

.search-inputs{
	background: #000;
	border:1px solid #4C4C4C;
	border-radius: 3px;
}
.search-inputs .search-input {
	background:transparent;
	width: 200px;
	font-size: 12px;
	color: #aaa;
	padding-left: 8px;
	height: 28px;
	border: none;
}

input.search-button {
	background: #E42222;
    padding: 6px;
    float: right;
    cursor: pointer;
    margin: 1px;
    border-radius: 3px;
}
/*//////////////////  Header Style  //////////////////////////*/


/** Logo **/

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

.logo-main a{
	background:url(../images/logo.png) no-repeat;
	display:inline-block;
	margin:20px 0px 20px;
	width:535px;
	height:106px;
}



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


.menu {
	background:#e42222;
	height: 46px;
	clear: both;
}

.nav li {
	position:relative;
	float: left;
	line-height: 46px;
	border-right:1px solid #C70909;
	-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:none;
}

.nav li a {
	color: #fff;
	padding:14px 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav li:hover{
	background:#D61E1E;
}

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

/** Inner Menu Css **/
	
.nav li ul{
	position:absolute;
	visibility: hidden;
	z-index: 99999999;
	min-width: 220px;
	background: #222;
	border: 1px solid #353535;
}

/* 
 * Inner Menu Categories Css
 */

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

.nav ul.inner_cats{
	left:0px;
	top:46px;
}


.nav ul.inner_cats li{
	position: relative;
	border:none;
	border-bottom:1px solid rgb(26, 26, 26);
	float: none;
	color: #fff;
	z-index: 9999999;
	font-size:12px;
	text-align:left;
	padding:0px 8px;
	margin-left:0px;
	height:auto;
	line-height: 28px;
	transition: none!important;
}

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

.nav ul.inner_cats li a{
	display: block;
	color:#FFFFFF;
	font-size:12px;
	border:none;
	padding:0px;
	text-transform: none;
	font-weight: normal;
}
.nav ul.inner_cats li a:hover{
	color: #FFFFFF;
}
.nav ul.inner_cats li a img{
	float:right;
	margin: 10px 0px 0px 8px;
}




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

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

ul#prod-menu li a {
	display: block;
	font-size: 16px;
	overflow: hidden;
	background:#e42222;
	font-family: 'helveticaneue_lt_47_lightcnRg';
	letter-spacing:1px;
	color: #FFFFFF;
	padding: 0px 5px;
	line-height:29px;
	margin-bottom: 1px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	text-transform: uppercase;
}

ul#prod-menu li a span{
	display:block;
	height:70px;
	overflow:hidden;
}


ul#prod-menu li.active a{
	background:#e42222;
}

ul#prod-menu li.current a{
	background:#e42222;
}


ul#prod-menu li a span.cata_pic img{
	width: 100%;
	margin:5px 8px 5px 0px;
	border-radius: 3px;
}


/** Inner Subcats Menu **/
	
ul#prod-menu li ul{
	width: 210px;
	background:#0C0C0C;
}	


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


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;
}
ul#prod-menu li.current ul li a {
	background:none;
	border:none;
}
ul#prod-menu li ul li a:hover {
	color:#e42222;
	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;
}



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

.banner_container {
	height: 400px;
	background: #000;
	margin-top:5px;
}

/* =Skitter styles
 ----------------------------------------------- */
.banner {
	position: relative;
	height: 400px!important;
	background:#000;
}
.banner img {
	max-width: none;
}/* Tip for stildv */
.banner ul {
	display: none;
}
.banner .container_skitter {
	overflow: hidden;
	position: relative;
}
.banner .image {
	overflow: hidden;
	 height:400px;
	 

}
.banner .image img {
	display: none;
	 height:400px;
	 width: 940px;
}

/* =Box clone
 -------------------------------------------------------------- */
.banner .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 10;
}
.banner .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* =Navigation
 -------------------------------------------------------------- */
.banner .prev_button {
	position: absolute;
	bottom:4%;
	left:20px;
	z-index: 99;
	width: 23px;
	height:23px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/prev.png) no-repeat left top;
}
.banner .next_button {
	position: absolute;
	bottom:4%;
	left:50px;
	z-index: 99;
	width: 23px;
	height:23px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/next.png) no-repeat left top;
}

/* =Numbers
 -------------------------------------------------------------- */
.banner .info_slide {
	position: absolute;
	bottom: 4px;
	left: 15px;
	z-index: 100;
	color: #fff;
	font:12px bold Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.75;
}
.banner .info_slide .image_number {
	background: #000;
	float: left;
	padding: 8px 12px;
	margin: 0 5px 0 0;
	
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.banner .info_slide .image_number_select {
	background: #e42222!important;
	float: left;
	padding:8px 12px;
	margin: 0 5px 0 0;
	
}

/* =Thumbs
 Change width and height to customization dimension thumb
 -------------------------------------------------------------- */
.banner .container_thumbs {
	position: absolute;
	overflow: hidden;
	height: 58px;
	bottom:10px;
}
.banner .info_slide_thumb {
	height: 50px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	top: auto;
	top: 0;
	left: 0;
	padding:4px;
	opacity: 1.0;
	background: #000000;
}
.banner .info_slide_thumb .image_number {
	overflow: hidden;
	width: 100px;
	height: 50px;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	

}
.banner .info_slide_thumb .image_number img {
	position: absolute;
	top: -30px;
	left: -30px;
	height: 100px;
}
.banner .box_scroll_thumbs {
	padding: 0;
}
.banner .box_scroll_thumbs .scroll_thumbs {
	position: absolute;
	bottom: 60px;
	left: 50px;
	background: #ccc;
	background: -moz-linear-gradient(-90deg, #555, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
	width: 200px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 101;
	cursor: pointer;
	border: 0px solid #333;
}

/* =Dots
 -------------------------------------------------------------- */
.banner .info_slide_dots {
	position: absolute;
	bottom: 15px;
	z-index: 151;
	left: 75px!important;
	padding: 5px 0 5px 5px;
	background: transparent;
}
.banner .info_slide_dots .image_number {
	background:#222!important;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 16px;
	height: 16px;
	text-indent: -9999em;
	overflow: hidden;
}
.banner .info_slide_dots .image_number_select {
	background: #e42222!important;
	float: left;
	margin: 0 5px 0 0;
}

/* =Loading
 -------------------------------------------------------------- */
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/ajax-loader.gif) no-repeat left top;
	width: 32px;
	height: 32px;
}

/* =Label
 -------------------------------------------------------------- */
.banner .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}
.banner .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: none;
	opacity: 0.8;
	background: #000;
}
.banner .label_skitter p {
	padding: 10px;
	margin: 0;
	font: normal 22px arial, tahoma;
	letter-spacing: -1px;
}
.banner .info_slide * {
	font-family: Consolas, arial, tahoma !important;
}
.banner .progressbar {
	background: #000;
	position: absolute;
	top: 5px;
	left: 15px;
	height: 5px;
	width: 200px;
	z-index: 99;
	border-radius: 20px;
}

/* =Preview slide
 -------------------------------------------------------------- */
.banner .preview_slide {
	display: none;
	position: absolute;
	z-index: 152;
	bottom: 30px;
	left: -40px;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #222;
	-moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
	overflow: hidden;
}
.banner .preview_slide ul {
	height: 100px;
	overflow: hidden;
	margin: 0;
	list-style: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .preview_slide ul li {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.banner .preview_slide ul li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: auto;
}

/* =Focus
 -------------------------------------------------------------- */
#overlay_skitter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	opacity: 1;
	background: #000;
}

.banner .focus_button {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/focus-button.png) no-repeat left top;
	opacity: 0;
}
.banner .play_pause_button {
	position: absolute;
	top: 50%;
	z-index: 151;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../images/pause-button.png) no-repeat left top;
	opacity: 0;
}
.banner .play_pause_button.play_button {
	background: url(../images/play-button.png) no-repeat left top;
}

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

.pro_banner a img{
	margin-left:10px;
}



/*///////////////////////// New Arrivals /////////////////////////*/
.new_arrivals{ 
	width: 210px;
	margin-left:10px;
} 
.new_arrival_title a{
	color:#ccc;
	font-size:12px;
	font-weight: bold;
}
.new_arrival_title a:hover{
	color:#e42222;
}
.new_arrival_title p{
	color:#aaa;
	margin: 8px 0px 3px;
	font-size:11px;
}
.new_arrivals ul li{
	background:transparent;
	margin-bottom:5px;
	padding:8px;
	border:1px solid #222;
}


.new_arrivals ul li .new_arrival-short-detail{
	width: 120px;
}

.new_arrival-thumb{
	width: 65px;
}

.new_arrival-thumb img{
	width: 65px;	
	height:65px;	
	border-radius: 3px;
}


.new_arrival_btns{
	padding:3px 0px 0px;
}

.new_arrival_btns a img{
	margin-top: -2px;	
	margin-right:5px;
}


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

.contents{
	padding:0px 0px 20px;
	color:#888;
}

.product{
	background:#FFFFFF;
	width: 200px;
    height: 260px;
    float:left;
	margin:20px 14px;
	margin-bottom:0px;
    border:2px solid #1E1E1E;
    border-radius: 4px;
    -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:2px solid #E42222;
}
.product_thumb{
	background:#FFFFFF;
    border-radius:3px;
}

.thumb{
	padding: 10px;
	text-align: center;
}
.thumb img{
	max-width: 100%;
	height: 150px;
}


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

.pro-title a{
	color: #555;
	font-weight: bold;
	font-size:14px;
}
.pro-title a:hover{
	color: #e42222;
}
.art-nmbr{
   color:#555;
   text-align: center;
   font-size:12px;
}


/** Product Btns **/
.pro-btns .btn-red{
	padding:6px 34px;
}
.product .pro-btns .btn-red{
	padding:6px 34px;
}
.product .pro-btns a:first-child{
	margin-right:2px;
}

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

.pro-btns a img{
	vertical-align: top;	
	margin-right: 0px!important;
}
.pro-btns a:last-child img{
	margin-right: 10px!important;
}
.pro-btns a:first-child{
	margin-right:2px;
}


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

.pagination-container {
	padding-right:10px;
}
.pages{
	background: #E42222;
	color: #FFFFFF;
	text-align:center;
	padding: 4px 10px;
	border-radius:3px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin-left:10px;
}

.pagination {
	display: block;
	float:right;
}

.pagination a{
	float: left;
	background:#333;
	padding: 4px 10px;
	border-radius:3px;
	color: #eee;
	margin-left:5px;
}

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

.pagination a:hover{
	background: #e42222;
	color: #FFFFFF;
}

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


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

.page{
	min-height: 300px;
	margin-top:10px;
}
.inner_page .page-contents{
	padding:10px;
}
.inner_page .titlehead{
	width:920px;
	margin:0px 10px;
}

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

.product_detail_page{
	color:#888;
}


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

.widgets{
	padding:20px 0px;
	background:rgba(0, 0, 0, 0.6);
}

.widgets .titlehead{
	border:none;
}

.widgets .titlehead .title{
	border-bottom:2px solid #E42222;
	padding:8px 0px;
}

/** News & Events **/

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

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


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

a.news-title:hover{
	color:#e42222;
}


.news_short_detail p{
	color:#888;
	line-height: normal;
	margin:3px 0px 0px;
}
.readmore {
	color: #addd2d;
	font-size: 11px;
	margin-top: 5px;
}

.date {
	background:#E42222;
	display: inline-block;
	margin-bottom:5px;
	padding:1px 8px;
	color:#fff;	
	border-radius: 3px;
}

.date img {
	margin-top: -4px;
	display: inline !important;
}

.readmore a {
	background:#333333;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	float:left;
	display: inline-block;
	padding:2px 3px;
	border-radius: 3px;
}
.readmore a:hover {
	background: #e42222;
}


/** Contact Information **/
.contact-info strong{
	color:#e42222;
	font-weight: bold;
}

.contact-info b{
	color:#ccc;
	font-weight: bold;
	text-transform: uppercase;
}

.contact-info li {
	color: #888;
	font-size: 12px;
	margin-bottom: 4px;
}

.contact-info li span{
	display:inline-block;
	line-height: 23px;
}

.contact-info li:first-child span{
	line-height: normal;
}

.contact-info li img {
	width:23px;
	height:21px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 3px;
	float:left;
}
.contact-info a {
	color: #aaa;
}

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


/* Social Nav */
.social_nav{
	padding-left:60px;
}
.social_nav a{
	display:inline-block;
	width:32px;
	height:32px;
	line-height: 32px;
	text-align: center;
	margin-right:5px;
	border-radius: 100%;
}

.social_nav a.fb{
	background: #3b5998;
}
.social_nav a.twitter{
	background:#55acee; 
}
.social_nav a.google-plus{
	background: #e02f2f;
}
.social_nav a.skype{
	background: #00aaf1;
} 
.social_nav a:hover{
	background: #e42222;
}


/** Newsletter **/

.newsletter-form input[type="text"] {
	color: #555;
	width: 248px;
	padding: 10px;
	font-size: 12px;
	border:none;
}

.newsletter-form form{
	margin-top: 10px;
}
.newsletter-form li .btn {
	display:block;
	padding: 8px 25px;
	width: 218px;
	border-radius: 0px;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
}

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


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

.footer{
	background:#E42222;
	color:#fff;
	padding:10px 0px;
	text-transform:uppercase;
}

.copyright a{
	color: #fff;
	font-weight: bold;
}
.copyright a:hover{
	color: #111;
}


.footer_main{
	color:#aaa;
	text-align: center;
	padding:20px 0px;
} 
.footer_main a{
	color: #fff;
}
.footer_main a:hover{
	color: #e42222;
}

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

/** Scroll To Top **/

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

#top img{
	margin: 8px auto;
    display: block;
}




/*/////////////////////////      Product Detail Page Css ////////////////*/

 
.btn-zoom img{
	margin-right:10px!important;
}
#Add {
  background: url(../images/save-cart-btn.png) no-repeat #e42222;
  margin: 20px 0px 10px;
  width: 132px;
  height: 30px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  color: #FFFFFF;
  text-indent: -999px;
}

.product_large_view{
	position: relative;
	margin-left:10px;
}

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

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

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


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

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

#cart .cart-thumb {
	background:#FFFFFF;
	width: 150px;
	float: left;
	border:1px solid #000;
}
#cart .cart-thumb img {
	max-width: 100%;
	height: 140px;
}

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

 input.qty_input{
	height: 30px;
	padding: 2px 10px;
	border: none;
	background: #FFFFFF;
	color: #888;
	border:1px solid #ddd;
	border-radius:3px;	
	margin-right: 10px;
}
 .cart-title {
	width: 330px;
	float: left;
}
 .artno {
	width: 180px;
	float: left;
}
 .buttons {
	width: 244px;
	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;
}


/** Inquiry Form **/

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

.inquiry_form input[type="text"] {
	color: #555;
	padding:6px;
	width: 238px;
	border:1px solid #ddd;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #555;
	padding:6px;
	width: 252px;
	border:1px solid #ddd;
}
.inquiry_form textarea {
	width: 238px;
	color: #555;
	padding:6px;
	min-height: 150px;
	border:1px solid #ddd;
}

.inquiry_form input[type="reset"],.inquiry_form input[type="submit"]{
	border:none;
}


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

/** Cart Items **/
.cart-items ul{
	width: 260px;
	margin-left:10px;
}
.cart-items ul li{
	margin-bottom:10px;
}	


.cart-items h3{
	font-size: 14px;
	font-weight: bold;
	color: #e42222;
	text-transform: uppercase;
}

.cart-item{
	padding:5px;
	border:1px solid #111;
	width:248px;
	-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-item:hover{
	cursor:pointer;
	border:1px solid #e42222;
}

.cart-item .art-nmbr{
	color:#888888;
	margin: 5px 0px;
	font-size:12px;
	padding:0px;
	text-align: left;
}

.cart-item .qty{
	color:#e42222;
	margin-top: 8px;
}


.cart-item-thumb{
	background:#FFFFFF;
	text-align:center;
	border:1px solid #e2e2e2;
	width:70px;
}

.cart-item-thumb img{
	padding:4px;
	max-width: 100%;	
	height:60px;	
}
.cart-item .pro-title a{
	display:inline-block;
	color:#aaa;
	font-size:12px;
	font-weight: bold;
	text-align: left;
}

.cart-item .pro-title{
	text-align: left;
	padding:5px 0px;
}
.cart-item .pro-title a:hover{
	color:#e42222;
}


.cart-items ul li .cart-item-short-detail{
	width: 165px;
}

.cart-items .btn img{
	margin-right: 10px;
	width:14px;
}

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

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

ol{
	margin-left:20px;
}

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

.news-desc span{
	font-size: 12px!important;
	font-family: Arial, Helvetica, sans-serif!important;
}

.news-desc p{
	font-size: 12px!important;
	font-family: Arial, Helvetica, sans-serif!important;
}

