﻿/* CSS Document */

.box {
width: 455px;
background: url(/Projects/_Content/Promo/Assets/bbym-home/bbym_flexBox_bl.gif) no-repeat left bottom;
margin: 0px;
float: left;
}

.box-right
{
   margin-left: 10px; 
}

.box-outer {
background: url(/Projects/_Content/Promo/Assets/bbym-home/bbym_flexBox_br.gif) no-repeat right bottom;
padding-bottom: 5%;
width: 455px;
}

.box-inner {
background: url(/Projects/_Content/Promo/Assets/bbym-home/bbym_flexBox_tl.gif) no-repeat left top;
height: 350px;
width: 455px;
}

.box h2 {
background: url(/Projects/_Content/Promo/Assets/bbym-home/bbym_flexBox_tr.gif) no-repeat right top;
height: 37px;
font-size: 16px;
font-weight: normal;
line-height: 13px;
color: #555555;
padding: 12px 10px 0px 12px;
}

#abf {
display: block;
padding-bottom: 5px;
width:740px;
height: 120px;
}

#abf img {
padding: 0px;
margin: 0px;
}


#shopByBox {
width: 920px;
background:url(/Projects/_Content/Promo/Assets/bbym-home/bbym_shopByBox_bl.gif) no-repeat left bottom;
}

#shopByBox h2 {
font-size: 13px;
font-weight: bold;
line-height: 13px;

}

#shopByBox p {
margin: 0px;
padding-top: 5px;
padding-bottom: 10px;
}

.shopBox {
background:url(/Projects/_Content/Promo/Assets/bbym-home/bbym_shopByBox_tl.gif) no-repeat left top;
}

.shopInnerBox {
background: url(/Projects/_Content/Promo/Assets/bbym-home/bbym_shopByBox_tr.gif) no-repeat right top;
height:137px;
}

.shopByTitle {
float: left;
}

.shopBySelect {
float: right;
}

.accessories_en, .accessories_fr
{
    background: url(/Projects/_Content/Promo/Assets/bbym-home/accessories_740px_en.gif) no-repeat;
    height: 120px;
    width: 920px;
}

.accessories_fr
{
    background: url(/Projects/_Content/Promo/Assets/bbym-home/accessories_740px_fr.gif) no-repeat;
}

.accessories_en .hot_spot, .accessories_fr .hot_spot
{
    display: block;
    height: 20px;
    width: 120px;
    position: relative;
}

.jumpmenu
{
    font-size: 11px;
    width: 165px;
}

.accessories_fr .hs_1
{
    left: 146px;
    top: 56px;
}

.accessories_fr .hs_2
{
    left: 461px;
    top: 35px;
}

.accessories_fr .hs_3
{
    left: 754px;
    top: 32px;
}

.accessories_en .hs_1
{
    left: 146px;
    top: 46px;
}

.accessories_en .hs_2
{
    left: 461px;
    top: 35px;
}

.accessories_en .hs_3
{
    left: 768px;
    top: 14px;
}

.selectBox {
background:transparent url(/Projects/_Content/Promo/Assets/bbym-home/divider_shopbyselect.gif) no-repeat scroll left 10px;
float:left;
height:100px;
padding:20px 5px 5px 10px;
width:226px;
}

.sb_left
{   
    padding-left: 12px;
}

#cellphoneBrand {
width: 920px;
height: 45px;
background:#e5e6e4 url(/Projects/_Content/Promo/Assets/bbym-home/cellphoneBrand_bl.gif) no-repeat left top;
border-top: 1px #cdcece solid;
}

#cellphoneBrand .brands {
width: 920px;
height: 45px;
background:url(/Projects/_Content/Promo/Assets/bbym-home/cellphoneBrand_br.gif) no-repeat right top;
text-align: center;
}

#cellphoneBrand ul {
margin:  0px;
padding: 10px 0px 0px;
}

#cellphoneBrand ul li {
display: inline;
padding-right: 20px;
}

#hotCellDeals .left {
width: 25px;
float: left;
}

#hotCellDeals .right {
width: 25px;
float: right;
}

#hotCellDeals .scrollable {
width: 336px;
float: left;
height: 280px;
}


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
#hotCellDeals div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 400px;	
	padding-bottom: 0px;	
				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#hotCellDeals div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	padding:0px;	
	margin:0px;
	background:none;

}

/* single scrollable item */
#hotCellDeals div.scrollable div.items div {
	float: left;
	/* custom decoration */
	-moz-border-radius:5px;
}

/* active item */
#hotCellDeals div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}


/*********** prev, next, prevPage and nextPage buttons ***********/


a.next, a.nextPage {
	display:block;
	width:23px;
	height:202px;
	cursor:pointer;
	overflow:hidden;
	float: right;
	background:url(/Projects/_Content/Promo/Assets/bbym-home/cell_arrow.gif) no-repeat -46px top;
}


a.prev, a.prevPage {
	display:block;
	width:23px;
	height:202px;
	cursor:pointer;
	overflow:hidden;
	float: left;
	background:url(/Projects/_Content/Promo/Assets/bbym-home/cell_arrow.gif) no-repeat 0px top;
}

/* mouseover state */
a.hoverNext {
	background: url(/Projects/_Content/Promo/Assets/bbym-home/cell_arrow.gif) no-repeat -69px top;
}


a.hoverPrev {
	background: url(/Projects/_Content/Promo/Assets/bbym-home/cell_arrow.gif) no-repeat -23px top;
}


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
#hotCellDeals div.navi {
	float: right;
	width:100px;
	height:30px;
	margin:0px;
}


/* items inside navigator */
#hotCellDeals div.navi a {
	width:11px;
	height:27px;
	float:left;
	margin:3px;
	background: url(/Projects/_Content/Promo/Assets/bbym-home/cell_icon.gif) no-repeat top left;   
	cursor:pointer;	
}

/* mouseover state */
#hotCellDeals div.navi a:hover {
	background-position: top right;    
}

/* active state (current page state) */
#hotCellDeals div.navi a.active {
	background-position: top right;     
} 	
