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

/* 
 * Font Face
 *
 */

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

/*
 * 
 * main style..
 *
 */

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


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

.wrapper{
	background:#000000;
}


.main .titlehead{
	margin-right:5px;
}

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


/** 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-pink{
	color:#f830e1;
}
.text-white{
	color:#FFFFFF;
}

.text-success{
	color:#61DF1D;
}

.text-warning{
	color:#f830e1;
}

.smaller{
	font-size:11px;
}


/** Title Head **/

.titlehead {
	background:#000000;
	border-bottom:3px solid #898989;
}


.title {
	float: left;
	font-family:'helveticaneue_lt_47_lightcnRg';
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
} 
.title img{
	margin-right:10px;
} 
.title .date{
	background:none;
	color:#f830e1;
	font-size:11px;
	border:none;
	width:auto;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin-left:10px;
	font-weight: normal;
}


.widget-title {
	font-family:'helveticaneue_lt_47_lightcnRg';
	padding: 8px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #EEEEEE;
	letter-spacing: 1px;
}


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

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

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

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


/** Buttons **/

.btn{
	background:#333;
	color:#FFFFFF;
	font-size: 12px;
	padding:8px 22px;
	cursor: pointer;
	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;
}
.btn:hover {
	background: #61DF1D;
}

.btn-pink{
	background: #f830e1;
}
.btn-pink:hover {
	background: #333;
}

.btn-small{
	padding:3px 12px;
	font-size:11px;
}

.btn-news{
	color: #fff;
	background: #61df1d;
	padding:3px 12px;
	font-size:12px;
	line-height: normal;
} 

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

.btn-more{
	color: #CCCCCC;
	font-size:11px;	
	font-weight: bold;
	margin-top:5px;
	display:inline-block;
	float: right;
} 

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


/** Translator **/
	
.translator{
	text-align: right;
	margin-top: 5px;
}	


/*//////////////////  Auth Page Style  //////////////////////////*/

.auth_container{
	width: 600px;
	margin: 0px auto;
}

.auth_container .logo{
	text-align: center;
}

.auth_form {
	background:rgba(255, 255, 255, 0.5);
	width:270px;
	margin: 0px auto;
	border-radius: 5px;
	padding: 30px;
}

.auth-form {
	display: block;
	width: 270px;
    height: 28px;
	background:#FFFFFF;
	border-radius:3px;
	margin-top:15px;
	border:1px solid #E2E2E2;
}

.auth-form .auth-input {
	border: none;
	background: none;
	width: 232px;
	font-size: 12px;
	color: #555;
	margin-left: 8px;
	height: 26px;
}

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

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


/** Logo **/

.logo a{
	background:url(../images/logo.png) no-repeat;
	display:inline-block;
	margin: 8px 0px;
	width:530px;
	height:126px;
}

/** Menu Css **/
.nav{
	padding:10px 0px;
	margin-top: 10px;
	text-align: right;
}   
.nav a{
	color:#002135;
	font-size:11px;
	text-align: center;
	padding: 2px 6px;
	text-transform: uppercase;
	font-weight: bold;
} 

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

.nav a:last-child{
	padding-right:0px;
}
.nav a:first-child{
	padding-left:0px;
}


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

.cart-icon{
	background:#61df1d;
	padding:9px 10px;
	margin-right:10px;
	float:left;
	border-radius: 100%;
	text-align:center;
	border:1px solid #7ee176;
}

.count-items {
	float: right;
	margin-top: 3px;
} 
.count-items a{
	display: block;
	font-size:12px;
	color:#002135;
	font-weight:bold;
	text-transform: uppercase;
}

.count-items a.counter{
	font-family: Arial, Helvetica, sans-serif;
	color:#002135;
	font-size:12px;
	text-transform:none;
	font-weight: normal;
	margin-top: 2px;
}
.cart-box:hover a.counter,.cart-box:hover .count-items a{
	color:#fff;	
}


/** Alibaba Banner **/
	
.alibaba_banner{
  margin: 15px 20px 0px 0px;
}

/** Search Form Css **/

.search-form {
	display: block;
	width: 270px;
    height: 28px;
	background:#FFFFFF;
	border-radius:3px;
	margin-top:15px;
}

.search-form .search-sliding {
	border: none;
	background: none;
	width: 232px;
	font-size: 12px;
	color: #555;
	margin-left: 8px;
	height: 28px;
}

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

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

.product_cats {
	background:url(../images/menu-bg.png) repeat top left;
	z-index: 99999;
} 

/** Categories Menu **/

.cata-menu{
	clear: both;
}

.cata-menu ul li{
	position:relative;
	float: left;
}

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

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

.cata-menu ul li.current a.parent_btn{
	background:url(../images/menu-hover-bg.png) repeat-x #f830e1;
}

.cata-menu ul li a.active{
	background:url(../images/menu-hover-bg.png) repeat-x #f830e1;
}


/* 
 * Inner Categories Menu 
 */

.cata-menu ul ul{
	position: absolute;
	visibility: hidden;
	z-index: 99999999;
	width: 220px;
	left: 0px;
	top: 44px;
	background: #111;
	border-top:3px solid #F830E1;
}

.cata-menu ul ul li{
	border-bottom:1px solid #222;
	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:#888;
	font-size:12px;
	padding: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;
}
.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;
	width:215px;
	margin-left:5px;
}
ul#prod-menu ul{
	margin:0px;
}

ul#prod-menu li a {
	display: block;
	font-size: 16px;
	overflow: hidden;
	background:url(../images/cata-bg.png) repeat-x #f830e1;
	border-bottom: 1px solid #E710CE;
	font-family: 'helveticaneue_lt_47_lightcnRg';
	letter-spacing:1px;
	color: #FFFFFF;
	padding: 0px 5px;
	line-height:40px;
}
ul#prod-menu li a span.cata_pic img{
	width: 36px;
  	height: 28px;
	margin:0px 10px 0px 0px;
	float:none;
	border:1px solid #D74FC7;
}



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


ul#prod-menu li ul li{
	border-bottom:1px solid #1A1A1A;
	margin:0px;
}
	
ul#prod-menu li ul li a {
	background:none;
	font-size:12px;
	padding: 6px 5px;
	color:#ccc;
	letter-spacing: 0px;
	font-family:Arial, Helvetica, sans-serif;
	-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:none;
	line-height: normal;
}


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

ul#prod-menu li ul li a:hover {
	color:#f830e1;
	border:none;
	background: none;
}

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

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



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

.banner_container {
	background: #000;
}

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

}
.banner .image img {
	display: none;
	 height:350px;
	 width: 930px;
}

/* =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;
	top:44%;
	left: 10px;
	z-index: 99;
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/prev.png) no-repeat left top;
}
.banner .next_button {
	position: absolute;
	top:44%;
	right: 10px;
	z-index: 99;
	width: 38px;
	height:38px;
	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: #f830e1!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: 5px;
	z-index: 151;
	padding: 5px 0 5px 5px;
	background: transparent;
}
.banner .info_slide_dots .image_number {
	background:#000!important;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	overflow: hidden;
}
.banner .info_slide_dots .image_number_select {
	background: #f830e1!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;
}

/*//////////////// Categories Slider ////////////////*/

.cats-showcase{
	padding-top:5px;
}

.category {
	float: left;
	margin-right: 3px;
	width: 230px;
	height:150px;
}

.category img {
	width: 230px;
	height:150px;
}

.category:first-child {
	margin-left: 5px;
}
.category:last-child {
	margin-right: 5px;
}

.category {
	position: relative;
}

.cate-caption {
	width: 230px;
	position: absolute;
	bottom: 0px;
	text-align: right;
}

.cate-caption a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'helveticaneue_lt_47_lightcnRg';
	letter-spacing: 1px;
	padding: 4px 8px;
	width: 214px;
}

.cate-caption a.cate-title {
	background: url(../images/bg-70.png) repeat;
	text-align:center;
}

.cate-caption a.cate-btn {
	display: inline-block;
	background: url(../images/mask.png) repeat;
	font-size: 14px;
	width:60px;
}


/* Hover Effect */


.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: url(../images/mask.png) repeat;
}

.category:hover .cate-caption a.cate-btn{
	background: url(../images/bg-70.png) repeat;
}


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

/*/////////////////////////   Promotional Banners Style    ////////////////*/

.promo_banner{
	width:215px;
	margin-left:5px;
}

.promo_banner img{
	width:215px;
	height: 308px;
}
/*/////////////////////////   Featured Products Style    ////////////////*/

.featured ul{
	margin:0px;
}


.featured .titlehead{
	margin-right: 5px;
}

.featured-product{
	background:#FFFFFF;
	width: 220px;
    height: 260px;
	border:1px solid #000000;
}

.featured-product:hover{
	cursor:pointer;
}

/** Featured Slider **/
	
.featured .bx-viewport{
	background:none!important;
	min-height: 260px!important;
	border:none!important;
	box-shadow: none!important;
	left:0px!important;
}	
.featured .bx-wrapper{
	margin:0px!important;
	max-width:700px!important;
}

.featured .bx-wrapper img{
	display: inline-block;
}


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


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

.product{
	background:#FFFFFF;
	width: 220px;
    height: 260px;
    float:left;
	margin: 15px 4px;
	margin-bottom:0px;
	border:1px solid #111;
}

.product:hover{
	cursor:pointer;
}
.thumb{
	padding: 6px;
	text-align: center;
}


.thumb img{
	max-width:100%;
	height:160px;
}	


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

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

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


/** Product Btns **/

.pro-btn{
	text-align: center;
	margin-top:15px;
}

.pro-btn a img{
	margin-right: 8px;
	margin-top: -1px;
}

/** Related Products **/

.related ul{
	margin:0px;
}

.related-product{
	background:#FFFFFF;
	width: 220px;
    height: 260px;
	border:1px solid #111;
}

.related-product:hover{
	cursor:pointer;
}

/** Related Slider **/
	
.related .bx-viewport{
	min-height: 260px!important;
	border:none!important;
	box-shadow: none!important;
	left:0px!important;
	background:none!important;
}	
.related .bx-wrapper{
	margin:0px!important;
	max-width:700px!important;
}

.related .bx-wrapper img{
	display: inline-block;
}

.related.control-btns .bx-wrapper .bx-controls-direction a{
	margin-top:-35px !important;
}


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

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

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

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

.pagination .pagecurrent{
	background: #F830E1;
}

.pagination a:hover{
	background: #F830E1;
}

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

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

.widgets{
	background:#0e0e0e;
	padding-bottom:20px;
}

.footer-strip{
	background: url(../images/footer-strip.png) no-repeat top center;
	height: 33px;
}

/** News & Events **/

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

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

.date {
	width: 40px;
	height: 45px;
	background: #0e0e0e;
	border: 1px solid #000;
	border-radius:3px;
	text-align: center;
}

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

.month {
	background: #2c2c2c;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
	padding: 3px 0px;
	text-transform: uppercase;
} 
a.news-title{
	color:#CCCCCC;
	font-weight: bold;
	font-size:12px;
}

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

.news_short_detail {
	width: 160px;
}

.news_short_detail p{
	color:#888;
	line-height: normal;
	margin:0px;
}


/** New Products **/

.new_arrival_title a{
	display: block;
	color:#CCCCCC;
	font-size:12px;
	font-weight: bold;
	margin-top:2px;
}
.new_arrival_title a:hover{
	color:#f830e1;
}
.new_arrival_title p{
	color:#888;
	margin:4px 0px 2px;
	font-size:11px;
}
.new_arrivals ul li{
	margin-bottom:15px;
}

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

.new_arrival-thumb{
	background:#FFFFFF;
	width: 50px;
	padding:4px;
	border:1px solid #e2e2e2;
	margin-right:10px;
	text-align: center;
}

.new_arrival-thumb img{
	max-width:100%;	
	height:50px;	
}


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

.new_arrival_btns a img{
	margin-top: -1px;	
	margin-right:5px;
	width:14px;
}

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

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

.contact-info li span{
	display:inline-block;
	float:right;
	width:194px;
}

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

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

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

/** Newsletter **/
	
.newsletter-form{
	padding-right:10px;
}	
	
.newsletter-form .note b{
	color:#CCCCCC;
}
.newsletter-form input[type="text"] {
	color: #888888;
	width: 198px;
	padding: 8px 5px;
	font-size: 12px;
	margin: 0px;
	border: 1px solid #dddddd;
}
.newsletter-form .btn{
	float:right;
	padding:8px 30px;
}
.newsletter-form li {
	margin-bottom: 5px;
}
/*/////////////////////////      Footer style        ////////////////*/

.footer{
	background: #f830e1;
	color:#FFFFFF;
	padding:10px 0px;
}
.footer a{
	color:#FFFFFF;
}

/*/////////////////////////  Social Nav ////////////////*/

.social_nav{
	padding:10px 0px;
}
.social_nav a{
	display:inline-block;
	width:32px;
	height:32px;
	border-radius: 100%;
	line-height: 32px;
	text-align: center;
	margin-right:5px;
}

.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: #f830e1;
}

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

/** Scroll To Top **/

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

#top img{
	margin:13px;
}
#top:hover{
	background:#61df1d;
}


/*/////////////////////////  Production Gallery Page Css  ////////////////*/

div.caption-container {
	color: #eee;
}
div.image-title {
	color: #f830e1;
	font-family: 'helveticaneue_lt_47_lightcnRg';
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.photo-index {
	color: #888;
}
div.navigation a.prev {
	background-image: url(../images/prev.png);
}
div.navigation a.next {
	background-image: url(../images/next.png);
}
div.loader {
	background-image: url(../images/zoomloader.gif);
}
div.slideshow img {
	height:296px;
	max-width: 100%;
	border:1px solid #111;
	border-radius:3px;
}


ul.gall-thumbs li.selected a.gall-thumb {
	background: #111;
}


div.gall-content {
	display: none;
	clear: both;
}

div.gall-content a, div.navigation a {
	text-decoration: none;
}
div.gall-content a:hover, div.gall-content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

a.play{
	margin-left:0px!important;
}

a.pause{
	margin-left:0px!important;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 4px 15px;
	background: #333;
	color: #FFFFFF;
	border-radius:3px;
	margin-left: 10px;
}

div.controls a:hover{
	text-decoration: none;
	background: #61df1d;
}

div.controls a.next {
    background: #61df1d;
    color:#FFFFFF;
}

div.controls a.next:hover {
    background: #333;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 400px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 288px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 355px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
	width:398px;
	height:298px;
	text-align:center;
	

}


div.slideshow a.advance-link {
	display: inline;
	/* line-height: 400px;  This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}


div.caption-container {
	float: right;
	position: relative;
	margin-top: 50px;
}



div.caption {
	padding: 0 12px;
}


div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	font-size:12px;
	color:#888888;
	margin-top:20px;
	height:210px;
}
a.enlarge {
	margin-top: 10px;
}

a.enlarge{
	padding: 1px 8px;
	background:#61DF1D;
	border-right: 1px solid #61DF1D;
	border-radius:3px;
	color: #fff;
	font-size:11px;
}

a.enlarge:hover{
	text-decoration: none;
	background: #333333;
	color:#FFFFFF;
	border-right: 1px solid #222;
}

div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}


div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 38px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.gall-thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.gall-thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.gall-thumb {
	padding: 0px;
	display: block;
}
a.gall-thumb:focus {
	outline: none;
}
ul.gall-thumbs img {
	border: none;
	display: block;
	width:75px;
	height:75px;
	border:1px solid #111;
	border-radius:3px;
}


div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}


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

.page{
	background:#000000;
	min-height: 456px;
	margin-top:10px;
}

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

.product_detail_page{
	padding-right:5px;
	color:#888;
}

.gallery_contents{
	padding-right:5px;
}

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

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

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


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

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

#cart .cart-thumb {
	width: 152px;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	width: 142px;
	height: 140px;
	padding:4px;
	border:1px solid #111;
}

#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: 235px;
	float: left;
}
 .artno {
	width: 120px;
	float: left;
}
 .buttons {
	width: 180px;
	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: #aaa;
	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: #F830E1;
	font-size: 11px;
}

/** Cart Items **/

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

.cart-items ul li{
	margin-bottom:10px;
}	


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

.cart-item{
	padding:5px;
	border:1px solid #111;
	width:220px;
	-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 #f830e1;
}
	
.cart-item .art-nmbr{
	color:#888888;
	margin: 5px 0px;
	font-size:12px;
	padding:0px;
	text-align: left;
}

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


.cart-item-thumb{
	border:1px solid #111;
}

.cart-item-thumb img{
	background:#FFFFFF;
	padding:4px;
	width: 60px;	
	height:60px;	
}
.cart-item .pro-title a{
	display:inline-block;
	color:#eee;
	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:#f830e1;
}


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


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

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

h5{
	color: #f830e1;
	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;
}

