/*======= 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: 20px;
    position: relative;
    border-radius: 3px;
    background-color: #ffffff;
	overflow: hidden;
}

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

.defaultLayout .bt-inner .bt-image-link {
    height: 225px;
    overflow: hidden;
	margin-bottom: 15px;
}

.defaultLayout .bt-inner img {
    /*outline: 1px solid #b5b5b5;
    border: 2px solid #fff;*/
	max-width:100%;
	border-radius: 0;
}

.defaultLayout .bt-inner .bt-title {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0 15px;
    text-align: center;
    text-transform: none;
    display: block !important;
}

.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;
	margin-bottom: 6px;
}
.defaultLayout .bt-prices-oldPrice{
    text-decoration: line-through;
    font-size: 12px;
    color: #8c8c8c;
    margin-right: 5px;
}
.defaultLayout .bt-prices-salesPrice{
    font-size: 16px;
    color: #c36305;
}
.defaultLayout .bt-buttons .bt-buttons-wrapper{
    /*width: 180px;*/
    margin:auto;
}
.defaultLayout .bt-viewdetails{
    margin-right: 5px;
}
/**/
.defaultLayout a.bt-viewdetails {
    background-color: #a1bd29;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    max-width: none;
    text-transform: uppercase;
    width: 100%;
    line-height: 18px;
    padding: 11px 16px;
    -webkit-transition: background-color 400ms ease, color 400ms ease;
  -moz-transition: background-color 400ms ease, color 400ms ease;
  -ms-transition: background-color 400ms ease, color 400ms ease;
  -o-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
}
.defaultLayout a.bt-viewdetails:hover {
    background: #93aa37 none repeat scroll 0 0;
	color: #ffffff;
}
/**/
/*.defaultLayout .bt-viewdetails,*/
.defaultLayout .bt-addtocart{
    width: 85px; height: 25px; line-height: 25px;
    display: block;
    background: #ed8f09;
    border-radius: 3px;
    float: left; 
    color: #ffffff;
    font-size: 12px; text-align: center;
    border: none;
    cursor: pointer;
}
/*.defaultLayout .bt-viewdetails:hover,*/
.defaultLayout .bt-addtocart:hover{
    background: #ed8f09 !important;
    color: #ffffff !important;
}

.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/re-left.png) !important;
    _text-indent: -9999px;
    margin:0 3px;
    padding:0;
    width: 10px; height: 15px;
    cursor: pointer;
    float: right;
}

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

.defaultLayout .btproductslider-next:hover{
    background: url(../images/re-right-hover.png) scroll 0 0 transparent
        !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;
}
