/*
Styles used on Backpages:
Contents:
 - Breadcrumbs
 - Sidebar
 - Tooltip Lists
 - Toolbar
*/

/* Breadcrumbs */
#breadcrumbs {
	min-height: 20px;
	padding-right: 5px;
	/* ie6 differs */
	_padding-right: 10px;
}
#main #breadcrumbs ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 8px;
	background: url(/images/template/bullet_breadcrumbs.gif) no-repeat 0px 5px;
	color: #737373;
}
#main #breadcrumbs ul li.first {
	background: none;
	margin-left: 0;
	padding: 0;
}
#main #breadcrumbs ul li a {
	font-weight: normal;
	color: #000;
}

.h1-rule {
	background: url(/images/template/h1-rule.png) no-repeat;
	height: 18px;
	width: 100%;
	margin: 0 0 5px;
	border-left-color: #FFF;
	border-style: none;
	/* ie6 png fix in ie.css */
}


/* Sidebar */
#sidebar ul {
	margin: 0;
}

#sidebar .menu li {
	margin-left: 10px;
}

#sidebar li.last,
#sidebar .downloads li,
#sidebar .news li {
	background-image: none;
	padding-bottom: 8px;
	/* ie6 styles */
	_padding: 0;
	_margin: 10px 0 10px 15px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #B70024;
}

/* Featured Products */
#sidebar .featuredProducts .box-inner {
	padding-left: 15px;
}
#sidebar .featuredProducts ul {
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sidebar .featuredProducts {
	margin-top: 10px;
}
#sidebar .featuredProducts li {
	background: url(/images/template/content/sidebar/featured_product_divider.gif) no-repeat left bottom;
	margin: 0px;
	display: block;
	overflow: hidden;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #333;
	height: 60px;
	width: 215px;
	padding: 10px 0 0 0;
	list-style-image: none;
	/* ie6/7 styles */
	_width: 220px;
	*width: 220px;
	*background: url(/images/template/content/sidebar/featured_product_divider.gif) no-repeat left bottom;
}
#sidebar .featuredProducts li a {
	font-weight: normal;
}
#sidebar .featuredProducts li.last {
	background: none;
}
#sidebar .featuredProducts img {
	float: left;
	margin-right: 3px;
}
#sidebar .featuredProducts img.readmore {
	display: inline;
	float: none;
	margin: 0px 0px 0px 5px;
}


/* Sidebar box */
.box.sidebar-box {
	width: 244px;
	background: url(/images/template/content/sidebar-box-inner.gif) repeat-y 0px 240px;
	/* ie6/7 styles */
	_width: 252px;
	*width: 252px;
}
.sidebar-box .box-top {
	background: url(/images/template/content/sidebar-box-top.gif) no-repeat 0px 0px;
	width: 244px;
	top: -4px;
}
.sidebar-box .box-inner {
	width: 200px;
	padding-top: 5px;
	padding-left: 15px;
	/* ie6/7 styles */
	*padding-top: 12px;
}
.sidebar-box .box-bottom {
	background: url(/images/template/content/sidebar-box-bottom.gif) no-repeat;
	height: 4px;
	width: 244px;
	/* ie6 styles */
	_background-position: 0 8px;
}

.sidebar-icon-feature {
	margin: 0 0 5px;
	padding: 0;
}
.sidebar-icon-feature img {
	float: left;
	clear: left;
	display: inline;
	border: 0;
	padding: 0 7px 7px 0;
}
.sidebar-icon-feature p {
	/* Otherwise, ALL IE versions 6-8 add whitespace below the feature image */
	margin: 0;
	padding: 0;
}
.sidebar-icon-feature-bottom {
	clear: left;
	visibility: hidden;
}

#content a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
}
#content a:hover {
	text-decoration: underline;
	color: #B70024;
}

#wireless-apps.three-cols {
	margin: 0;
}
#wireless-apps.three-cols .column {
	padding: 0;
	width: 31%;
}

/* Toolbar (font resize, favorites, print, etc...) */
#toolbar {
	float: right;
	white-space: nowrap;
}
#toolbar img {
	vertical-align: middle;
}
#toolbar .actions img {
	padding: 0 3px;
}

