/* EBS Tabbed Box
--------------------------------------------------------------------------------*/

#slider {
    width:570px;
    margin:10px 0 0 0;
    position:relative;
/*	background:url(layout_images/tabBoxTabBg.gif) no-repeat top left;*/
}

.scroll {
    /*height:350px;*/
    width:570px;
    overflow:auto;
    overflow-x:hidden;
    position:relative;
    clear:left;
/*	background:#E7E8ED url(layout_images/tabBoxBg.gif) no-repeat;*/
}

.scrollContainer div.panel {
    /*height:350px;*/
    width:570px;
}

ul.navigation {
    list-style:none;
	width:100%;
	background: url(images/tab-box-nav-bg.gif) 0 0;
padding: 0;
margin: 0;
height: 37px;

}

ul.navigation li {
    float:left;
	width: 190px;
	text-align:center;
}

ul.navigation a {
	display:block;
    color:#D0D0D0;
    text-decoration:none;
	height:37px;
	line-height:37px;
	font-size:14px;
border-right: 1px solid #CBCBCB;
border-left: 1px solid #CBCBCB;
letter-spacing: 0px;
}

ul.navigation a:hover {
	background: #C60751;
	color:#fff !important;
}

ul.navigation a.selected {
background: url(images/tab-box-nav-bg.gif) 0 -100px;
color: #808285 !important;
border-right: 1px solid #CBCBCB;
border-left: 1px solid #CBCBCB;

}

ul.navigation a:focus {
    outline:none;
}

.newProductsBox {
padding:5px;
vertical-align:top;
}

.tabBoxProductTable {
background:#fff;
width:100%;

}

.tabBoxProductImage {
background:#fff;
height:130px;
width:100%;
text-align:center;
vertical-align:middle;
}

.tabBoxProductName {
background:#fff;
height:60px;
padding:2px;
text-align:center;
font-size:11px;
}

.tabBoxProductRating {
background:#fff;
height:20px;
text-align:center;
}

.tabBoxProductPrice {
background:#fff;
height:40px;
padding:2px;
text-align:center;
font-size:12px;
font-weight:bold;
line-height:1.3;
}

span.tabBoxProductSpecial {
padding:2px;
text-align:center;
font-size:12px;
font-weight:bold;
color: #ff0000;
}

.tabBoxProductBuy {
height:40px;
text-align:center;
font-size:12px;
font-weight:bold;
}

.tabBoxContents {
background: #fff;

}

#slider {
border: 1px solid #CBCBCB;

}

