/*
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;
	line-height: 1em;
}

#sidebar .toggle_body .menu li {
	margin-left: 20px;
}

#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 */
.sidebar-box {
	width: 244px;
	background: url('../img/sidebar-box-inner.gif') repeat-y 0px 240px;
	/* ie6/7 styles */
	_width: 252px;
	*width: 252px;
	
}
.box-top {
	background: url('../img/right_cat_top.png') no-repeat 0px 0px;
	 background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: normal;
    height: 37px;
    line-height: 35px;
    padding-left: 20px;
    width: 250px;

}
 .box-inner {
	background-image: url('../img/right_cat_mid.png');
    background-repeat: repeat-y;
    color: #0A0A0A;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: none;
    width: 250px;
}
.box-inner  ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 9px 0 0;
	top: 0px;
	left: 0px;
	height: 387px;
	width: 113%;
}

.box-bottom {
	background-image: url('../img/right_cat_btm.png');
    background-position:top;
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    width: 250px;
    margin-top:0px;
}
.sidebar-icon-feature p {
	/* Otherwise, ALL IE versions 6-8 add whitespace below the feature image */
	margin: 0;
	padding: 0;
}
.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;
}

/* Tooltip Lists */
.tooltip_trigger {
	background: transparent url(/images/icons/question.gif) no-repeat scroll 0 0; 
	display: block;
	width: 26px;
	height: 14px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.tooltip {
	display: none;
	width: 217px;
}
div.tooltip div.tooltip-top {
	background: url(/images/template/content/tooltip-top.png) no-repeat;
	height: 20px;
	width: 217px;
	z-index: 200;
}
div.tooltip div.tooltip-middle {
	background: url(/images/template/content/tooltip-middle.png) repeat-y;
	overflow: hidden;
	padding: 1px 18px 0 18px;
}
div.tooltip div.tooltip-bottom {
	background: url(/images/template/content/tooltip-bottom.png) no-repeat;
	height: 27px;
	width: 217px;
}

#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;
}
