/*
------------------------------------------------------------------------------
	Author: Shawn Makinson
	Date: 6/21/04
	Description: This css file is for the boxes that surround content in various
							 places throughout speedtv.com. Please do not put anything in 
							 except styles relating to these boxes.
	Change Log: 
------------------------------------------------------------------------------
*/

.speedBox{
	margin: 0px 0 15px 0;
}
.speedBoxLeftSide {
	background: url(/_assets/img/boxBgLeft.gif) repeat-y;
}
.speedBoxRightSide {
	background: url(/_assets/img/boxBgRight.gif) repeat-y;
}
.speedBoxTop {
	background: url(/_assets/img/boxBgTop.gif) repeat-x;
	padding:0 1px 0 0;
}
.speedBoxTop ul {
	border-bottom:1px dotted #666666;
}
.speedBoxTopNoTitle {
	background: url(/_assets/img/boxBgTop.gif) repeat-x;
	padding:0;
}
.speedBoxBottom {
	background: url(/_assets/img/boxBgBottom.gif) repeat-x;
}
.speedBoxWhite {
	background-color: #FAFBEA;
	color:#666666;
}
.speedBoxWhite .speedBoxTop ul {
	color:#666666;
}
.speedBoxGrey {
	color:#FFFFFF;
	background-color: #999999;
}
.speedBoxGrey .speedBoxTop ul {
	color:#FFFFFF;
}
.speedBoxContent {
	font-size:10px;
	/*padding:10px 2px 10px 3px;*/
	padding:0 0 0 0;
}
.speedBoxTopDecoration {
	position:absolute;
	margin-left:-82px;
}
.speedBox ul {
	margin:0;
	padding:0;
}
.speedBoxGrey li {
	font-size:10px;
	font-weight:bold;
	list-style: url(/_assets/img/yellowArrowsGreyBg.gif);
	list-style-position:inside;
	margin:0;
	padding:0 0 2px 0;
}
.speedBoxWhite li {
	font-size:10px;
	font-weight:bold;
	list-style: url(/_assets/img/yellowArrowsWhiteBg.gif);
	list-style-position:inside;
	margin:0;
	padding:0 0 2px 0;
}
.speedBoxContent p{
	margin:0px 0 10px 0;
}