@charset "UTF-8";

#item-lists {
	height: 206px;
	overflow: hidden;
	position: relative;
}

/* Item Lists Nav Links */
#item-lists .title-list-nav {
	height: 28px;
	padding: 0 22px;
	background: transparent url(widgetbkg.png) no-repeat left bottom;
}

#item-lists .title-list-nav h3 {
	float: left;
	font-size: 33px;
	font-weight: normal;
	margin: 0 22px 0 0;
	padding: 7px 0 0 0;
	line-height:16px;
	text-transform: uppercase;
	color: #959595;
}

#item-lists .title-list-nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#item-lists .title-list-nav li {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	background: transparent url(http://oreilly.com/images/title-scroll/item-list-divider.png) left bottom no-repeat;
}

#item-lists .title-list-nav li a {
	display: block;
	padding: 5px 10px 0 9px;
	margin: 2px 0 0 1px;
	line-height: 19px;
	border-top: 1px solid #fff;
	color: #444;
}

#item-lists .title-list-nav li a:hover {
	color: #7BC144;
	text-decoration: none;
}

#item-lists .title-list-nav li a.selected {
	padding: 6px 10px 0 9px;
	margin: 1px 0 0 1px;
	background-color: #f4f4f4;
	border-top: 1px solid #eee;
	color: #7BC144;
	text-decoration: none;
}

#item-lists .title-list-nav li a:focus {
	outline: 0;
}


/* Item Lists Sublist */
#item-lists .item-sublist {
	height: 164px;
	width: 2000px;
	position: absolute;
	top: -1000px;
	left: 0;
	margin: 28px 0 0 28px;
	visibility: hidden;
}

#item-lists .item-sublist .item {
	display: block;
	height:120px;
	float: left;
	margin:0 20px 0 0;
	padding:22px 0;
	_width: 0;
}



#item-lists .item-sublist .item img {
	height: 120px;
}

#item-lists .item-sublist .item .src {
	display: none;
}

#item-lists .item-sublist .item .alt {
	display: none;
}


#item-lists .item-sublist .item-info {
	display: none;
}

#item-lists .item-sublist .show-info {
	display: block;
	padding: 10px;
	width: 180px;
	position: absolute;
	background-color: #fffaea;
	border: 1px solid #ffe09c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#item-lists .price-strike {
	text-decoration: line-through;
}


#item-lists .item-sublist .show-info a {
	color: #222;
}

#item-lists .item-sublist .show-info .item-title {
	font-weight: bold;
}


#item-lists .item-sublist .show-info .special {
	color:#7BC144;
}



/* Item Lists Sublist Scrolling */
#item-lists .left {
	height: 164px;
	width: 28px;
	float: left;
	position: absolute;
	z-index: 100;
	background: transparent url(http://oreilly.com/images/title-scroll/item-list-left-bg.png) left top repeat-y;
}

#item-lists .left a {
	display: block;
	width: 28px;
	height: 26px;
	margin: 69px 0 0 0;
	background: transparent url(http://oreilly.com/images/title-scroll/item-list-left-arrow.png) 9px 0 no-repeat;
}

#item-lists .left a:focus {
	outline: 0;
}

#item-lists .left a:hover {
	background: transparent url(http://oreilly.com/images/title-scroll/item-list-left-arrow.png) 9px -26px no-repeat;
}

#item-lists .right {
	height: 164px;
	width: 28px;
	right: 0;
	position: absolute;
	z-index: 100;
	background: transparent url(http://oreilly.com/images/title-scroll/item-list-right-bg.png) right top repeat-y;
}

#item-lists .right a {
	display: block;
	width: 28px;
	height: 26px;
	margin: 69px 0 0 0;
	background: transparent url(http://oreilly.com/images/title-scroll/item-list-right-arrow.png) 10px 0 no-repeat;
}

#item-lists .right a:hover {
	background: transparent urlhttp://oreilly.com/images/title-scroll/item-list-right-arrow.png) 10px -26px no-repeat;
}

#item-lists .right a:focus {
	outline: 0;
}


#item-lists .scroll {
	height: 14px;
	width: 100%;
	margin: 164px 0 0 0;
	background: #e9e9e9 url(http://oreilly.com/images/title-scroll/item-list-scroll-bg.png) left bottom repeat-x;
	position: absolute;
}

#item-lists .scroll a {
	display: block;
	width: 30px;
	height: 14px;
	position: absolute;
	background: transparent url(http://oreilly.com/images/title-scroll/item-list-scroll-handle.png) 3px top no-repeat;
}

#item-lists .scroll a:focus {
	outline: 0;
}




