@charset "UTF-8";
/* CSS Document */

/*This values will be under js slider control*/
/*._crsl li {width:240px; list-style:none;float:left;margin-right:40px;}
._crsl li:first-child {margin-left: 40px;}
*//*end of note*/
._crsl li {width:220px; list-style:none;float:left;}

._crsl ._img_wrap {padding:10px;margin-bottom: 4px;}
._crsl ._product_title > a {
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.3em;
	color:#010101;
}
._crsl ._product_title > a:hover, ._crsl ._product_title > a:active, ._crsl .details:hover, ._crsl .details:active {
	color:#0096d6;
}
._crsl ._product_title {
    margin-bottom: 0;
    height: 67px;
    overflow: hidden;
}
._crsl .details {
    display: inline-block;
	color:#010101;
	margin:5px 0 5px 0;
}


#crsl_prev {
    float: left;
    margin-right: 45px;
    position: relative;
    top: 100px;
}
.carousel_wrap .bx-wrapper {
	float: left;
  margin-right: 35px;
}
#crsl_next {
    float: left;
    margin-top: 100px;
}

.bx-next, .bx-prev {
    width: 20px;
}
.carousel_wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    width: 860px;
	margin:0 auto;
}

#crsl_next .bx-next,#crsl_prev .bx-prev {
    background: url("../img/carousel_arrows.png") no-repeat scroll 0 0;
    display: block;
    height: 31px;
    width: 20px;
}
#crsl_prev .bx-prev {
    background-position: 0 -93px;
}
#crsl_prev .bx-prev:hover {
    background-position: 0 -124px;
}
#crsl_prev .bx-prev.disabled {
    background-position: 0 -155px;
	cursor: default;
	
}
#crsl_next .bx-next {
    background-position: 0 0;
}
#crsl_next .bx-next:hover {
    background-position: 0 -31px;
}
#crsl_next .bx-next.disabled {
    background-position: 0 -62px;
	cursor: default;
}

/*Styles Inherited*/

/*h2 {
    font-size: 2em;
    font-weight: 100;
    line-height: 1em;
}
*/
/*Media queries*/
@media only screen and (max-width: 496px) { 
.carousel_wrap .bx-wrapper {
    margin-bottom: 7px;
}
.carousel_wrap {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 250px;
}
.carousel_wrap .bx-viewport {
    overflow: visible !important;
}
._crsl li {
    width: 249px;
}
.carousel_std {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
	border-top: 1px solid #cccccc;
	margin-top:20px;
}
.carousel_wrap {
	margin-top:-10px;
}
.carousel_wrap.left_align {
    margin-left: 25px;
}
.carousel_wrap.rightalign {
    margin-left: 60px;
}

.carousel_std > h2 {
    margin-left: 20px;
	margin-bottom: 0;
	margin-top: 13px;		
}
.carousel_wrap ._crsl li {
    border: 1px solid #C9C9C9;
    /*border-bottom:none;*/
}
.carousel_wrap .btn.bluebtn, .carousel_wrap .btn.outofstockbtn {
    border-radius: 0;
    line-height: 1em;
    padding: 15px 0;
    width: 100%;
	line-height:1em;
	padding:15px 0;
	
}
._crsl ._product_title > a {
    font-size: 1.25em;
    line-height: 1.25em;
}
.carousel_std .standard_price {
    margin-left: 18px;
}
._crsl .details {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    margin-right: 20px;
    margin-top: -29px;
	color:#0096D6;
	margin-bottom: 14px;
	
}
._crsl .details:hover {
	color:#006699;
}
._crsl ._product_title {
    padding-left: 18px;
    padding-right: 18px;
	height:50px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .carousel_std{max-height:400px} 
}
}

.inventory_holder {min-height:45px;}

/*Styles for testing*/
/*.carousel_wrap .bx-viewport {
    background: none repeat scroll 0 0 peachpuff;
}
._crsl ._img_wrap {
    border: 10px solid #CCCCCC;
    padding: 0;
}
*/



/**** Chee Gan fix ******/
@media only screen and (min-width: 497px) {
	.carousel_wrap {
		max-width:100%;
		padding:0 40px;
		position:relative;
	}
	.carousel_wrap #crsl_prev {
		position:absolute;
		left:0;
		top:100px;
		margin:0;
		padding:0;
	}
	.carousel_wrap #crsl_next {
		position:absolute;
		right:0;
		top:100px;
		margin:0;
		padding:0;
	}
	.carousel_wrap .bx-wrapper {
		margin:0;
		float:none;
		margin:0 auto;
	}
	.carousel_wrap .bx-wrapper .bx-viewport {
		margin:0;
		left:0;
	}
}
