/*======= BT CONTENT SHOWCASE ========*/

.defaultLayout .bt-productslider {
    position: relative;
    border: none;
}

.defaultLayout .bt-productslider a:hover {
    background-color: #fff;
    color: #363636;
}

.defaultLayout .slides_container {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.defaultLayout .bt-productslider h3 {
    color: #d67901;
    line-height: 37px;
    text-indent: 15px;
    text-transform: uppercase;
    background: url(../images/bg-header.png) repeat-x;
    width: 100%;
    height: 37px;
    border: 1px solid #cfcfcf;
    margin: 0 !important;
}
.defaultLayout .bt-productslider h3 a{
    color: #d67901;
}
/*
        Next/prev buttons
*/
.defaultLayout .next,.defaultLayout .prev {
    display: block;
    width: 10px;
    height: 15px;
}

.defaultLayout .bt_handles {
    border: 1px solid red;
    position: absolute !important;
    margin:  0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index:999;
}



.defaultLayout p.bt-readmore {
    text-align: left;
    clear:both;
}

.defaultLayout p.bt-readmore a {
    color: #d67900;
}

.defaultLayout p.bt-readmore a:hover,.defaultLayout p.bt-readmore a:active {
    background: #ffffff;
}


/*
        Handle
*/
.defaultLayout .bt_handles li {
    float: left;
    margin: 0 1px;
    list-style: none;
    padding:0px;
}

.defaultLayout .bt_handles li a {
    display: block !important;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    padding: 12px 0 0 0 !important;
    overflow: hidden;
}

.defaultLayout .bt_handles li a:active,.defaultLayout .bt_handles li a:focus,.defaultLayout .bt_handles li a:hover {
    background-color: transparent !important;
}

.defaultLayout .bt_handles li.current a {
    background-position: 0 -12px;
}

.defaultLayout .bt-container {
    position: relative;
}



/* main flash */
.defaultLayout .bt-main-wapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.defaultLayout .bt-main-wapper .bt-main-item {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.defaultLayout .bt-row {
    position: relative;
    overflow: hidden;
    padding: 8px 0px 12px 0;
    float: left;
}
/*** CSS STYLE FOR ITEM ****/
.defaultLayout .bt-inner {
    margin-left: 10px;
    position: relative;

}

.defaultLayout .bt-inner a {
    text-decoration: none;
}

.defaultLayout .bt-inner img {
	max-width:95%;
}

.defaultLayout .bt-inner .bt-title {
    color: #000;
    display: block;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
	min-height: 45px;
    line-height: 24px;
    padding: 15px 0 10px;
    text-align: center;
}
.defaultLayout .bt-inner:hover .bt-title {
	color: #ff4747;
}

.defaultLayout .bt-inner .bt-title-nointro {
    padding: 0 0px 10px 0px;
    color: #d67900;
    font-weight: bold;
}
.defaultLayout .bt-inner .bt-category-category {
    margin: 0 0px 10px 0px;
}
.defaultLayout .bt-inner .bt-category {
    color: #4a4a4a;
    font-weight: bold;
}

.defaultLayout .bt-inner .bt-introtext {

    margin: 5px 0px 5px 0px;
    display: block;
    font-weight: normal;
}
.defaultLayout .bt-inner .bt-introtext img {
    margin: 5px 0px;

}
.defaultLayout .bt-extra {
    margin-top: 5px;
}

.defaultLayout .bt-date,
.defaultLayout .bt-author ,
.defaultLayout .bt-review-count{
    font-weight: normal;
    font-size: 80%;
}

.defaultLayout .bt-prices{
    text-align: center;
}
.defaultLayout .bt-prices-oldPrice{
    text-decoration: line-through;
    font-size: 12px;
    color: #8c8c8c;
    margin-right: 5px;
}
.defaultLayout .bt-prices-salesPrice{
    font-size: 25px;
    color: #ff4747;
	font-family: 'Prata', serif;
}
.defaultLayout .bt-buttons .bt-buttons-wrapper{
    width: 180px;
    margin:auto;
}
.defaultLayout .bt-viewdetails{
    margin-right: 5px;
}
.blockSliderImage {
    position: relative;
}
.defaultLayout .bt-viewdetails, 
.defaultLayout span.addtocart-button input.addtocart-button {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 125px;
    left: 0;
    line-height: 25px;
    margin: -60px auto 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 125px;
    z-index: 100;
	display:none;
}
.defaultLayout .bt-viewdetails::before, 
.defaultLayout span.addtocart-button input.addtocart-button::before {
    font-size: 55px;
    margin-left: -27px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.defaultLayout .bt-viewdetails:hover,
.defaultLayout .bt-addtocart:hover{
    background: #ff4747 !important;
    color: #ffffff !important;
	
}
.defaultLayout .bt-inner:hover .bt-viewdetails {
	display:block;
}
.defaultLayout .bt-row-separate {
    clear: both;
    height: 1px;
    border-bottom: 1px dotted #959595;
    margin: 0px 10px;
    margin-bottom: 15px;
}

.defaultLayout .bt-productslider ul li{
    display: block;
}

.defaultLayout .btproductslider-prev {
    background: url(../images/arrow-slider-left.png) !important;
    _text-indent: -9999px;
    margin:0 3px;
    padding:0;
    width: 13px; height: 108px;
    cursor: pointer;
    float: right;
}

.defaultLayout .btproductslider-prev:hover{
    background: url(../images/arrow-slider-left.png) scroll 0 bottom transparent
        !important;
}
.defaultLayout .btproductslider-next {
    background: url(../images/arrow-slider-right.png) !important;
    _text-indent: -9999px;
    margin:0 3px;
    padding:0;
    width: 13px; height: 108px;
    cursor: pointer;
    float: right;
}

.defaultLayout .btproductslider-next:hover{
    background: url(../images/arrow-slider-right.png) scroll 0 bottom transparent
        !important;
}
#btproductslider149 .btproductslider-prev {
    left: -40px !important;
    position: absolute;
    top: 30% !important;
}
#btproductslider149 .btproductslider-next {
    right: -40px !important;
	position: absolute;
    top: 30% !important;
}
.defaultLayout  #btproductslider-control{
    margin: 5px 0px;
    width: 100%;
}
.defaultLayout .btproductslider-navigation{
    float: right;
    margin: 1px 3px;
}
.defaultLayout .btproductslider-navigation .bullet{
    background-image: url("../images/bullet.png");
    background-position: 0 0;
    display: block !important;
    float: left;
    height: 12px;
    overflow: hidden;
    width: 12px;
    text-indent: 9999px;
    margin: 0px 1px;
}
.defaultLayout .btproductslider-navigation .bullet:hover,
.defaultLayout .btproductslider-navigation .bullet.current{
    background-position: 0 12px;
}
.defaultLayout .btproductslider-navigation a{
    text-decoration: none !important;
}

.defaultLayout .btproductslider-navigation .number{
    background-image: url("../images/number.png"); background-position: 0 14px;
    display: block !important;
    float: left;
    width: 14px; height: 14px; line-height: 13px;
    margin: 0 1px;
    overflow: hidden;
    text-align: center;
    color: #ffffff; font-weight: bold; font-size: 10px;
}
.defaultLayout .btproductslider-navigation .number:hover,
.defaultLayout .btproductslider-navigation .number.current{
    background-position: 0 0;
}
.defaultLayout .vote{
	float: left;
}
.defaultLayout .ratingbox {
	position:relative;
	display:block;
	width:90px;
	height:16px;
	background:url("../images/stars.png") repeat-x scroll 0 bottom transparent;
}
.defaultLayout .ratingbox span {
	background:url(../images/stars.png) repeat-x;
	display:block;
	width:1%;
	height:16px;
	position:absolute;
}
