@charset "UTF-8";
/* CSS Document */
/*HOME PAGE */
#home{float:left;width:870px;margin-top:0;}
#home #recommended-products h1, #home #new-products h1{padding:20px 0;}
.item{
	width:258px;
	float:left;
	height:370px;
	position:relative;
	overflow:hidden;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out
}
.end{margin-right:0 !important;} 
#home .item{
position: relative;
margin-right:10px;
margin-bottom: 10px;
width:205px !important;
background-color: #FFF;
border-radius: 10px;
box-sizing: border-box;
padding: 10px 10px 0 10px;
}
#home .bx-wrapper{width: 870px;max-width:1200px !important; margin: 0 !important;}
.item  .user-option{
    position: absolute;
    bottom: 0;
    width: 170px;
    text-align: center;
    margin: 0 0 0 58px;
    z-index: 500;
    left: 10px;
    opacity: 0;
       -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.item .user-option #sold-out {
    height: 40px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 11px;
    line-height: 1.5;
}
.item .user-option #sold-out font{color:#9D9D9D !important}
.item:hover .user-option{
    bottom:10px;
		opacity: 8;
}

.item  .user-option a{height:auto;}
.item  .user-option .add-cart{
position: relative;
bottom: 0;
float:left;
width: 40px;
height:40px;
text-align: center;
margin: 0 auto;
background:#ccc;

	}
.item  .user-option .wishlist, .item  .user-option .view-image{
float:left;
width: 40px;
height:40px;
margin-left:5px;

}
.item  .user-option .add-cart a, .item  .user-option .add-cart input{
background: url(../images/cart.png) no-repeat center;
background-size:15px;
width: 40px;
height: 40px;
padding:0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; 
}
.item  .user-option .wishlist a{
background: url(../images/heart.png) no-repeat center;
background-size:15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; 
}
.item  .user-option .view-image a{
background: url(../images/search2.png) no-repeat center;
background-size:15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; 
}

.item  .user-option .add-cart a:hover, .item  .user-option .add-cart input:hover{
background: url(../images/cart-white.png) no-repeat center;
background-size:15px;
width: 40px;
height: 40px;
padding:0;
}
.item  .user-option .wishlist a:hover{
background: url(../images/heart-white.png) no-repeat center;
background-size:15px;
}
.item  .user-option .view-image a:hover{
background: url(../images/search-white.png) no-repeat center;
background-size:15px;
}
.item  .user-option .add-cart a,.item  .user-option .view-image a, .item  .user-option .wishlist a{
display:block;
height:auto;
width: 40px !important;
height:40px !important;
background-color:#ccc;
	}
.item  .user-option .add-cart a:hover,.item  .user-option .add-cart input:hover,.item  .user-option .view-image a:hover, .item  .user-option .wishlist a:hover{

background-color:#EE7700;
	}

.item .ribbon-green{
	color: #FFFFFF;
    font-size: 10px;
    border-radius: 2px;
    background-color: #77c66d;
    font-weight: 300;
    padding: 3px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 8;
    text-transform: uppercase;
}
.item .image{height:270px;width:270px; position:relative;}
#home .item .image {margin-left: -42px;}
.item .image a{margin: 0 auto;
width: 270px !important;
height: 270px;
display: table-cell;
vertical-align: middle;
text-align: center !important;margin:0 auto;}
.item .image a img{max-width:270px;max-height:270px;margin:0 auto;height:auto;}  
.item .text{text-align:left;padding-top:5px; float:left;width:100%}  
.item .text #review-stars{height:20px;    padding-top: 7px;}
.item .text h3{height:40px; margin-bottom: 5px; overflow: hidden;}
.item .text h3 a{font-size:14px;font-weight:normal;color:#000;text-align:center;}

.itemlist_img{}
.itemlist_img .item {
margin-right:35px;
position: relative;
width: 270px;
margin-bottom:30px;
}
.itemlist_img .item.end{border-right:none;}
#category-page .itemlist_img{}
#category-page .itemlist_img .item {
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
width: 241px;
}
#category-page .itemlist_img .item.end{border-right:none;}
/* TOP PAGE RECOMMEND ITEM */
#top-recommend{background:#fff;float:left;margin-top:30px;}
#top-recommend .item{
height:360px;	
width:258px;
}
#top-recommend .item:last-child{}
#top-recommend .item .image{
height:313px;	
width:258px;
}
#top-recommend .item .image a{margin: 0 auto;
width: 258px;
height: 313px;
display: table-cell;
vertical-align: middle;
text-align: center;
}
#top-recommend .item .image .user-option a{} 
#top-recommend .item .image a img{max-width:249px !important;height:auto;}  
#top-recommend .top-title{
	padding:10px 0;
}
#top-recommend .top-title h2{font-weight:normal;font-size:20px;text-transform:uppercase}
#top-recommend .item{height:490px;width:258px !important}
#top-recommend .bx-wrapper{width:1170px;max-width:1170px !important;position:relative}
#top-recommend .bx-wrapper .bx-viewport{margin-top:10px;} 
#top-recommend .bx-wrapper .bx-controls{position:absolute;top:0px;right:0;}
#top-recommend .bx-wrapper .bx-controls a{display:inline-block}
#top-recommend .bx-wrapper .bx-controls .bx-next{cursor: pointer;
background: url('../images/slide-Bright.png') 0 0 no-repeat;
background-position: center;
background-repeat: no-repeat;
background-color: #f3f3f3;
width:30px;
height:30px;
text-indent:-10000px;
}
#top-recommend .bx-wrapper .bx-controls .bx-next:hover, #top-recommend .bx-wrapper .bx-controls .bx-prev:hover{
background-color: #f05156;
}
#top-recommend .bx-wrapper .bx-controls .bx-next:hover{
background: url('../images/slide-right.png') center no-repeat;	
background-color: #f05156;
}
#top-recommend .bx-wrapper .bx-controls .bx-prev:hover{
background: url('../images/slide-left.png') center no-repeat;
background-color: #f05156;
}
#top-recommend .bx-wrapper .bx-controls .bx-prev{cursor: pointer;
background: url('../images/slide-Bleft.png') 0 0 no-repeat;
background-position: center;
background-repeat: no-repeat;
background-color: #f3f3f3;
width:30px;
height:30px;
margin-right:2px; 
text-indent:-10000px;
}

/* NEW */
#top-new{float:left; width:100%} 
#top-new .top-title{
	margin-top: 50px;
}
#top-new .top-title h2{font-weight:normal;font-size:20px;text-transform:uppercase}
#top-new .item{height:490px;width:258px !important}
#top-new .bx-wrapper{width:1170px;max-width:1170px !important;position:relative}
#top-new .bx-wrapper .bx-viewport{margin-top:30px;}
#top-new .bx-wrapper .bx-controls{position:absolute;top:0px;right:0;}
#top-new .bx-wrapper .bx-controls a{display:inline-block}
#top-new .bx-wrapper .bx-controls .bx-next{cursor: pointer;
background: url('../images/slide-Bright.png') 0 0 no-repeat;
background-position: center;
background-repeat: no-repeat;
background-color: #f3f3f3;
width:30px;
height:30px;
text-indent:-10000px;
}
#top-new .bx-wrapper .bx-controls .bx-prev{cursor: pointer;
background: url('../images/slide-Bleft.png') 0 0 no-repeat;
background-position: center;
background-repeat: no-repeat;
background-color: #f3f3f3;
width:30px;
height:30px;
margin-right:2px; 
text-indent:-10000px;
}
#top-new .bx-wrapper .bx-controls .bx-next:hover{
background: url('../images/slide-right.png') center no-repeat;
background-color: #f05156;
}
#top-new .bx-wrapper .bx-controls .bx-prev:hover{
	background: url('../images/slide-left.png') center no-repeat;
background-color: #f05156;
}
   
.button-ec:hover, .button input[type="image"]:hover{
cursor:pointer;	
color:#fff;
} 

/*FLIPPER*/
/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
	
  .flip-container:hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
width:258px;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	background: #f1f1f1;
	
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	background: #f1f1f1;
	position: relative;
	width: 258px;
	height: 313px;
}
/*    HEADER    */
#header {
position: relative;
text-align: left;
margin: 0 auto;
background:#BBB;
border-bottom: 1px solid #E4E4E4;
}
#header #header-middle {
height: 100px;
width: 1130px;
margin: 0 auto;
position: relative;
}
#header-middle #logo {
float: left;
margin-top: 15px;
margin-left:10px;
}
#header #header-middle #shopping-update {
float: right;
margin-top: -55px;
text-align: right;
clear: both;
}
#header-bottom {
height: 44px;
width: 1130px;
margin: 0 auto;
border-bottom: 1px solid #C6C6C7!important; 
}
#header #usernavi{
float:right;
}
#header #usernavi li{
display:inline-block;
}
#header #usernavi{}
#header #usernavi ul{background:url(../images/bg_usernavi.png) repeat-y right top;}
#header #usernavi li a{color:#bbb;}  
#header #usernavi .review a{background:url(../images/icon_review_title.png) no-repeat left center;}
#header #usernavi a{display:block;/*padding-left:25px;*/color:#333;text-transform:uppercase;font-size:11px;font-weight:normal;}
#header #header-top {
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #d6d6d6;  
background-color:#f5f5f5;
padding:5px 0;   
}
#header #header-top-content {
height: 30px;
width: 1170px;
margin: 0 auto;
position: relative;
 
}
#header #header-middle {
height: 120px;
width: 1170px;
margin: 0 auto;
position: relative;
}
#header-middle #logo { 
float: left;
margin-top: 15px; 
}

#header #header-middle .welcome{bottom:20px;right:0;float:right;}
#header #header-middle #shopping-update li{
background-image: url(../images/cart-ico.png);
background-repeat: no-repeat;
padding-left: 25px;
background-size: 20px;
}
#header #header-middle #shopping-update {
float: right;
padding:8px;
color:#fff;
}
#header #header-middle #shopping-update a{color:#fff;}
#header-bottom {
height: 44px;
width: 100%;
margin: 0 auto;
background: #EE7700;
position:relative;
}


/*   FOOTER   */

#footer {padding:20px 0 30px;text-align:center;}
#footer .contents{background:#DCE7F3 url(../images/bg_footer_contents.png) no-repeat;width:942px;margin:0 auto;padding:74px 0 20px;text-align:left;}
#footer .copyright{float:left;display:inline;width:70%;margin-left:16px;padding-top:0px;font-size:90%;color:#646464;}
#footer .logo{float:right;display:inline;margin-right:16px;text-align:right;}

#footer-main{margin:0 auto;clear:both;float: left;width: 100%;
margin: 0 auto;color: #383838 !important; }
#footer {padding:20px 0 30px;text-align:center;margin:0 auto;}
#footer .contents{margin:0 auto;padding:74px 0 20px;text-align:left;}
#footer .copyright{float:left;display:inline;width:70%;margin-left:16px;padding-top:0px;font-size:90%;color:#646464;}
#footer .logo{float:right;display:inline;margin-right:16px;text-align:right;}
#footer-top{padding:10px; background:#aaa; display:none;} 
#footer-top .footer-padding, .footer-padding {
margin: 0 auto;
padding: 20px 0; 
width:1160px;
} 
.blog{width:1170px;margin:0 auto;}
.blog .blog-header { 
margin: 10px 0 10px 0;
text-align: center;
text-transform: uppercase;
position: relative;
color: #000;

}
.blog .blog-header .blog-line{    margin-top: 10px;
    border-bottom: 4px solid #efefef;}
.blog .blog-header h2 {text-align:left;margin-top:-10px;
font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  }
.blog .blog-header h2 span{background: #fff;padding-right:20px;}
.blog .blog-header h2 a{border:none;}
.blog .blog-header a:hover {color:#EE3963 !important;}

.blog .blog-header #rss-img {
float: right;
width: 20px;
height: 20px;
background: url(../images/feed-icon-20x20.png) no-repeat;
} 
#footer-area{background:#171717}
#footer-bottom{background:#111;}
#rss_feed li{padding-bottom:10px; padding-bottom: 10px;
float: left;
text-align: left;
width: 24%;
padding-right:14px;
}
#rss_feed li span.rssDate {
display: block;  
color: #FFFFFF;
float: left; 
background: #EE7700;
padding: 3px 10px;
}
#rss_feed .rssTitle{
font-weight: bold;
float: left;
margin: 5px 0;
width: 100%;
}
#rss_feed .rssTitle a{color:#000;}
#footer-columns {
overflow: hidden;
margin: 0 auto;

}
#footer-columns li {padding-bottom:2px} 
#footer-columns li a{padding:5px;color:#fff}
#footer-columns li:hover a {color:#f05156 !important}
#footer-area .footer-padding #facebook { 
float: right;
width: 23%; 
text-align: left;
margin-right:2%;

}   
#footer-bottom, #footer-bottom a{color:#fff !important}
#footer-bottom a:hover{color:#f05156 !important}
#footer-top .footer-padding .blog{width:100%;float:left}
.column-contacts h2, .column-about h2, #footer-top .blog .blog-header a, #footer-top .footer-padding #facebook h2, #footer-top .blog .blog-header a h2, #footer h2{
margin-top: 0px;
margin-bottom: 8px;
font-weight: normal; 
font-size: 18px;
color:#333;
text-transform:uppercase; 
margin: 0px 0px 10px 0px;
color:#fff;
}
#footer .column1, #footer .column2, #footer .column3, #footer .column4 {
float: left;
width: 23.5%;
margin-right: 15px;
min-height: 130px;
border-color: #444;
border-top: none;
border-left: none;
border-bottom: none;
text-align: left;

}
#footer h3 {

margin-top: 0px;
margin-bottom: 10px;
padding-bottom:15px;  

}

#footer-main #rss_feed {
padding: 2px;
height: 275px;
overflow: auto;
width: 100%;
}
#footer-main #powered-area #powered .copyright {
float: left;
text-align: left;
}

#footer-main #powered-area #powered .logo {
float: right;
}

/*---BRAND CAROUSEL ---*/
#brands{background:#fff;}
#brands .bx-wrapper {
	max-width:1170px !important;
	max-height:380px !important;
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper .item img {
	max-width: 268px !important;
	max-height:268px !important;
	display: block;
}

.bx-wrapper .item{margin:3px;-webkit-backface-visibility: hidden;display:inline-block;}
.bx-wrapper a.bx-next{
	position: absolute;
	right: 0;
	display: block;
	top: -60px;
	background: url(../images/slide-Bright.png) no-repeat;
	background-size: 25px;
	text-indent: -10000px;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
    border-radius: 3px;
}
.bx-wrapper a.bx-next:hover{
   background-color:#ccc;
}
.bx-wrapper a.bx-prev{
	position: absolute;
	right: 35px;
	display: block;
	top: -60px;
	background: url(../images/slide-Bleft.png) no-repeat;
	background-size: 25px;
	text-indent: -10000px;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
    border-radius: 3px;
}
.bx-wrapper a.bx-prev:hover{
   background-color:#ccc;
}
#rss_feed {position:relative;visibility:hidden;width:1170px;margin: 20px auto;}
#rss_feed .bx-viewport{padding-top:20px;height:170px !important;}
#rss_feed .bx-wrapper .bx-pager{top:-20px;bottom:auto;margin:0 auto;text-align:center;}
#rss_feed .bx-wrapper a.bx-prev{
	position: absolute;
	right: 35px;
	display: block;
	top: -60px;
	background: url(../images/slide-Bleft.png) no-repeat;
	background-size: 25px;
	text-indent: -10000px;
	width: 25px;
	height: 25px;
}
#rss_feed .bx-wrapper a.bx-next{
	position: absolute;
	right: 0;
	display: block;
	top: -60px;
	background: url(../images/slide-Bright.png) no-repeat;
	background-size: 25px;
	text-indent: -10000px;
	width: 25px;
	height: 25px;
}
#rss_feed .bx-wrapper a.bx-prev:hover{
   background-color:#ccc;
}
#rss_feed .bx-wrapper a.bx-next:hover{
   background-color:#ccc;
}
/*.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
*/
.bx-wrapper .bx-pager .bx-pager-item a{
	text-indent: -9999px;
	display: inline-block;
	width: 14px;
	height: 14px;
	font-size: 6px;
	background:#ccc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	margin-right: 9px;
	border: 1px solid #ccc; 
}
.bx-wrapper .bx-pager .bx-pager-item a.active{background:#444;}
.bx-wrapper .bx-pager{
	text-align: right;
	position: absolute;
	width: 100%;
	bottom: 15px;
}
.bx-wrapper .bx-pager .bx-pager-item{display:inline-block;text-align:center;}
/*HOME MAIN SLIDER */
#slider-container{height:380px; margin-top:20px;width: 870px;float: left;}
#slider-container .bx-wrapper li img, #slider-container .bx-wrapper{max-width:870px !important;position:relative;}
#slider-container .main-slider{float:left;width:870px;}
/*#slider-container .right-banner{float:right;}
#slider-container .right-banner a{display:block;}
#slider-container .right-banner img{width:100%}*/
#slider-container .bx-wrapper a.bx-next{
	position:absolute;
		width: 35px !important;
	height: 35px !important; 
	margin: 0 0;
	display: block;
	background: url(../images/arrow4.png) no-repeat 100% 0;
	border:1px solid #d6d6d6;
	z-index:1000;
	top:330px;
	text-indent:-10000px;
	right:10px;
	}  
#slider-container .bx-wrapper a.bx-prev{
	position:absolute;
	width: 35px !important;
	height: 35px !important;
	margin: 0 0;
	display: block;
	background: url(../images/arrow4.png) no-repeat 0 0;
	border:1px solid #d6d6d6;
	z-index:1000;
	top:330px;
	text-indent:-10000px;
	right:60px;
	left:auto;
}

.brands .bx-wrapper {padding: 0 50px;}
.brands .bx-wrapper li a{

width: 100px;
height: 120px;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.brands .bx-wrapper li a img{
max-width: 90px;
max-height: 100px;
}
.brands .bx-wrapper a.bx-next{
	position:absolute;
	width: 25px !important;
	height: 25px !important;
	
	margin: 0 0;
	display: block;
	background: url(../images/slide-Bright.png) no-repeat 100% 0;
	background-size:25px;
	z-index:1000;
	top:45%;
	text-indent:-10000px;
	right:-50px;
	}
.brands .bx-wrapper a.bx-prev{
	position:absolute;
	width: 25px !important;
	height: 25px !important;
	margin: 0 0;
	display: block;
	background: url(../images/slide-Bleft.png) no-repeat 0 0;
	background-size:25px;
	z-index:1000;top:45%;
	text-indent:-10000px;
	left:-50px;}
	
.item-bx .bx-wrapper li.item.flip-container {
width: 250px !important;
height: 370px;
padding: 0 !important;
margin: 0;
float: left;
list-style: none;
position: relative;
}
input[type="submit"]{
	
}

#qty-box{
float:left;position:relative;border:1px solid #e5e5e5;padding:4px 2px;
}
.inc{
top: -1px;	
}
.put_cart .cart input{
	line-height:1.5;
	background:#f05156;
	color:#fff;
	font-weight: normal;
	border:none;
}

.put_cart .cart input:hover{
	line-height:1.5;

}
.button-ec, .button input[type="image"],.cart a.cart-button, .cart-button, .button-cart {
    border:none;
    height: auto;
    color: #FFF;
    font-weight: normal;
    background: #F05156;
    text-transform: uppercase;
    position: relative;
    padding: 7px 15px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle; 
    cursor: pointer !important;
    height: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.button-ec, .button input[type="image"]{background:#f05156;float:right;color: #fff !important;
  font-weight: normal;border:none;}
.cart a.cart-button{display:block}
a.cart-button{position:inherit}
.cart a.cart-button:hover, .cart-button:hover, .button-cart:hover{color:#fff;background:#f05156} 
.button input[type="image"], input.button-ec{
height:16px;	
}
input[type="submit"].button-ec{height:30px;font-weight:normal;} 
.bottom_navi .button input[type="image"]{}
.menu-down {
background: url(../images/menu-down.png) no-repeat 60% 60%;
background-position-x: right;
background-size:15px;
}
.itemtable .images {
float: left;
width: 50px;
height: 50px;
border: 1px solid #EBEBEB;
}
.banner{float:left;margin-bottom:15px;width:100%}
.home-banner{
width: 370px;
display:inline-block;
margin-right:25px;
}
.home-banner:last-child{margin-right:0;}
.home-banner a{
width: 370px;
overflow: hidden;
display: block
}
.home-banner img{-webkit-transition: all .2s ease-in-out; max-width:370px;}


#header-bottom #search-div {
position: absolute;
right: 0;
top:7px;
background:#222;
}
#header .search input.text{background:#FFF; color: #767676}
/* SIDEBAR */
.menuFrame .side-box, .menuFrame .information, .subFrame .ranking, .subFrame .calendar, .subFrame .itemtable {

margin-bottom:20px;
}
.menuFrame dt, .subFrame .calendar .category, .ranking .category, .itemtable .title, .subFrame .ranking .category, .cart_contener .title, .ranking .title, .subFrame .title {
padding: 10px;
padding-left:0;
font-size: 18px;
text-transform:uppercase;
font-weight:bold;
}
.box{width:230px; padding:10px;}
.box .box-item{margin-bottom:10px;}
.subFrame .title h2{
	padding: 10px;
    padding-left: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.itemtable .item-bx{padding:0px;}
#header .fix-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-top: none !important;
} 
.jcarousel-next{
	position: absolute;
	right: 0;
	display: block;
	top: 50%;
		background: url(../images/arrow-right.png) no-repeat;
	background-size: 20px;
	opacity:0.6;
	text-indent: -10000px;
	width: 25px;
	height: 25px;
	cursor:pointer;
}
.bx-wrapper a.bx-next:hover{

}
.jcarousel-container{width:1170px; margin: 0 auto;}
.jcarousel-clip{overflow:hidden; height:100px;width:1070px;margin:0 auto;}
.jcarousel-prev{
	position: absolute;
	display: block;
	top: 45%;
	background: url(../images/arrow-left.png) no-repeat;
	background-size: 20px;
	text-indent: -10000px;
	opacity:0.6;
	width: 25px;
	height: 25px;
	cursor:pointer;
}
.jcarousel-prev:hover, .jcarousel-next:hover{ 

	opacity:1;

}
.jcarousel-skin-opencart .jcarousel-item-horizontal a{
	width:234px;
	height:100px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal a img{
	max-width:80px;
	max-height:80px;
}
#carousel0{background:#e5e5e5; padding:10px;}



/* Home TAb */

#prodtabs {
	font-size: 90%;
	float:left;
	width: 870px;
	min-height:510px;
}
#prodtabs  .tab-menu{font-size:30px; margin:0 0 10px 0;text-align:left;} 
#prodtabs ul.tab-list {
	border-bottom: 4px solid #efefef;
}
#prodtabs li#tb {
	margin-right:-7px;
	color:#fff;
	text-align:center;
	position:relative;
}
* html #prodtabs li {
	display: inline;
}
.home-title {
  color: #323232;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5px;
  height:0;
  padding: 10px 14px;
  text-decoration: none; 

}
#prodtabs ul li#tb.active a span.arrow-down { 
  content: " ";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%; 
} 
#prodtabs li#tb a:hover {color:#f05156}
#prodtabs li#tb, #tabs li#tb a {
	font-weight:bold;
	font-size:13px;
	float:none;
	color:#000;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
 
}
#prodtabs ul li#tb.active a{
  color: #f05156;
}

#prodtabs ul li#tb.active a span#tab-line {
    position: absolute;
    border-bottom: 4px solid #f05156;
    bottom: -4px; 
    width: 100%;
    margin: 0 auto;
    left: 0;
}
#prodtabs ul li#tb a p{position:relative;padding-bottom:15px;}
#prodtabs ul li#tb a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding-right: 20px;
  padding-left:0;
  padding-bottom:0;
  color: #000;
  text-transform:uppercase;
}
#prodtabs a.current {
    background: #5687bf;
    color: #fff !important;
}
#prodtabs .ptab-content{ min-height:400px;margin-bottom:10px;position:relative;
box-sizing: border-box; padding: 10px 0 0 10px; background-color: #FFF; margin-bottom: 20px;} 

#prodtabs div h3 {

}

#prodtabs ul li a {
}
   

/* ITEM */


.item:hover .ribbon-sale{

}

.carouselnoselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top-banner{overflow:hidden; clear: both;}
.top-banner img{
	 opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.top-banner:hover img{  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale3d(1.1, 1.1, 1);
}

/*WISHLIST PAGE*/
table.dataT#shopping-cart td img{max-width:100px;height:auto;}

#gallery_09 li {
margin-left: 0;
margin-right: 10px;
margin-bottom:10px;
line-height: 1px;
border: 1px solid #E5E5E5;
border-radius: 2px;
float: left;
list-style: none;
width: 100px !important;
text-align: center;
}
#gallery_09 li a img {
max-width: 40px;
height:auto; 
}
#gallery_09 li a {
display: table-cell;
height: 90px;
width: 110px;
vertical-align: middle; 
}

/*
---------------------------------------
ORIGINAL
---------------------------------------
*/

.org-fix-btn {
	position: fixed;
	right: 0;
}

#org-btn-blog {
	top: 260px;
}

#org-btn-twitter {
	top: 425px;
}

#org-btn-support {
	top: 590px;
}

.right-banner {
	margin-bottom: 30px;
}

.right-banner h2 {
	font-size: 14px;
	background: url(../org_img/mark_info.jpg) left 5px no-repeat;
	padding-left: 20px;
	border-bottom: 3px solid #EFEFEF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.right-banner h2 a {
	float: right;
	font-size: 14px;
	color: #999;
	background: url(../org_img/arrow_right.jpg) right center no-repeat;
	padding-right: 13px;
	font-weight: normal;
}

.right-banner dt {
	color: #EE7700;
}

.right-banner dd {
	margin-bottom: 10px;
}

.right-banner dd a {
	color: #296ea3;
}

.right-banner dd a:hover {
	color: #3281bf;
}

#exhibit-info img {
	width: 80px;
	float: left;
	margin-right: 10px;
}

#exhibit-info li {
	clear: both;
	min-height: 100px;
}

#exhibit-info span {
	background-color: #6DC9F2;
	color: #FFF;
	border-radius: 2px;
	padding: 0 4px;
}

#exhibit-info h3 {
	 border-left: 3px solid #ABCE2C;
	 font-size: 14px;
	 padding-left: 5px;
	 margin: 5px 0 5px 90px;
}

#exhibit-info p {
	background-color: #EEE;
	margin-left: 90px;
	margin-bottom: 5px;
}

.side-img-banner {
	margin: 20px 0;
}

.org-chip {
	width: 240px;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -120px;
	opacity: 0.8;
	z-index: 100;
	box-sizing: border-box;
	display: none;
}

.org-chip a {
	display: block;
	color: #FFF;
	padding: 20px;
	background-color: #000;
	border-radius: 5px;
	opacity: 0.8;
	text-align: center;
}

.org-chip a:hover {
	opacity: 0.6;
}

#org-side {
	width: 250px;
	float: right;
	margin-top: 20px;
}

.info-block {
	padding-bottom: 20px;
	border-bottom: 2px dotted #CCC;
	margin-bottom: 20px;
}

.info-date {
	font-weight: bold;
}

.info-block h2 {
	color: #EE7700;
	margin-bottom: 20px;
}

#visited-title {
	border-bottom: 2px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#visited-wrap {
	width: 100%;
	overflow: hidden;
}

#visited-list li {
	box-sizing: border-box;
	width: 292px;
	padding-right: 25px;
	float: left;
}

#visited-list li a {
	color: #296EA3;
	font-weight: bold;
}

#visited-list li a:hover {
	color: #3281BF;
}

#visited-list li img {
	float: left;
	margin-right: 5px;
}