
#vtopSeller {margin-bottom:10px;}
#vtopSeller h3 {background:#f8f8f8; padding:5px; color:#c10a0a;margin:0px;font-size:1em;}

.scroll_widget {
	position : relative;
	font-size : .8em;
	border : 1px solid white;
}

.scroll_widget_window {
	float : left;
	background-color: #ffffff;
	height : 200px;    /* height of the scroll window */
	width : 459px;    /* width of the scroll window */
	_width : 475px;
	overflow: hidden;   /* Not supported by Firefox 1.0.  Enabled here to avoid window scroll bar in IE. */
	border-style : solid;
	border-color : white;
	border-top-width : 10px;
	border-right-width : 5px;
	_border-right-width : 10px;
	border-left-width : 13px;
	border-bottom-width : 0px;
}

.scroll_widget_items {
	position : relative;
	top:0px;
	left:0px;
	clip : rect(auto,476px,auto,0px);   /* crop to scroll_widget_window width */
	height : 200px;  /* same as scroll_widget_window */
	width : 459px;  /* same as scroll_widget_window */
	_width : 472px;
}

.scroll_widget_item {
	display : none;  /* show as needed to avoid window scroll bar */
	position : absolute;
	height : 200px; /* height of scrolling item */
	width : 115px;  /* width of scrolling item */
	word-wrap: break-word;
}

.scroll_widget .prodLink{width:110px;}
.scroll_widget .saveStory {width:110px; font-size : 1em; }

/* Category Page Specific */
#category .scroll_widget_window {width:610px;_width:635px;}
#category .scroll_widget_items {clip: rect(auto,610px,auto,0px);width:600px;_width:635px;}
#category .scroll_widget_item {width: 170px;}

table.bottomBar {clear:both;background:#f8f8f8; padding:0px;margin:0px;font-size:.8em;width:100%;}
table.bottomBar td.left{text-align:left;padding:2px 0px 2px 5px;}
table.bottomBar td.middle{text-align:center;padding:2px 5px 2px 5px;}
table.bottomBar td.middle div#selectionBox{text-align:center;margin:auto;width:100px;}
table.bottomBar td.middle a {display:block;float:left;padding:2px;margin:auto;border:none;width:20px;}
table.bottomBar td.middle a.selected {display:block;padding:2px;margin:0px;border:1px solid #c10a0a;color:#c10a0a;text-decoration:none;width:20px;font-weight:bold;}
table.bottomBar td.right{text-align:right;padding:2px 5px 2px 0px;}