/*
....................................................................................................................................................................................................................................................................................................
created for www.belkin.com full-bleed div with id main - this is the right column with 800px wide content - authored by pbrl
...................................................................................................................................................................................................................................................................................................
*/

/* |||||||||||||||||||| three column box-style product intro links that change on hover |||||||||||||||| */

a.homebox { /* apply first and second boxes in 3 column grid */
display:block;
float:left;
width:267px;
min-height:200px;
background-position: 0px 0px;
background-repeat:repeat-x;
border-top: 1px solid #d4d4d4;
}

a.homeboxlast {  /* apply third box in 3 column grid one pixel narrower to add all three to 800 */
display:block;
float:left;
width:266px;
height:200px;
background-position: 0px 0px;
background-repeat:repeat-x;
border-top: 1px solid #d4d4d4;
}

a.homebox:hover, a.homeboxlast:hover {
background-position: 267px 0px;
text-decoration: none;
background-repeat:repeat-x;
}

a#one { /* add id to differentiate background images */
background-image: url(/uk/includes/graphics/beta/homebox01_ipod_uk.jpg);
}


a#two {
background-image: url(/includes/graphics/beta/homebox02.jpg);
}


a#three {
background-image: url(/includes/graphics/beta/homebox03.jpg);
}
/* net next
a#three {
background-image: url(/includes/graphics/beta/homebox03_networking.jpg);
}
*/


a.homebox h3, a.homeboxlast h3 {
font: normal 12px/16px "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif; 
color:#fff;
margin: 176px 50px 0 20px;
}

a.homebox h3.long, a.homeboxlast h3.long {
font: normal 11px/16px "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif; 
color:#fff;
margin: 176px 20px 0 20px;
}

a.homebox p, a.homeboxlast p {
font: normal 13px/18px "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif; 
color:#6e6e6e;
margin: 0 20px;

}*/


a.homebox p.more, a.homeboxlast p.more {
font: normal 12px/18px "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif; 
color:#0069ad;
margin: 0 20px;

}

#stripedivider {
	display:block;
	clear:both;
	width:800px;
	height:25px;
	background: url(/includes/graphics/beta/diagonalstripeDivider.png) top left no-repeat;
	margin-bottom: 0px;
}

#banner-cycle
{
	width: 800px;
	height: 430px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#banner-cycle img
{
	padding: 0;
	margin: 0;
	border: none;
	width: 800px;
	height: 430px;
	top: 0;
	left: 0;
}
