@charset "UTF-8";

.HomepageRow
{
	font-size:10px;
	min-width:794px;
	width:79.4em;
	#width:794px;
}
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
 /*styles modified for home page widget*/
.TabbedPanels {
	margin: 0px 0 0px 0;
	#margin-top: 1px;
	padding: 0px;
	
	#width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background:#ffffff url(/lib/overstockart/hidulf-201006-top-gradient.gif) repeat-x;
	/*border-right: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;*/
	min-height:150px;
	font-size:10px;
	/*height:20.50em;*/
}

.TabbedPanelsTabGroup {
	margin: 0px !important;
	padding: 5px 0px 0px 270px !important;
	border-top: solid 1px #BBBBBB !important;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 3px 8px 3px 8px !important;
	margin: 0px 1px 0px 0px !important;
	font: 1.40em Georgia, "Times New Roman", Times, serif;
	color:#333333;
	background:#d9d0c2 url(/lib/overstockart/hidulf-201006-tab-bg.gif) repeat-x;
	list-style: none;
	border: 1px solid #BBBBBB;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #cccccc;
	color:#ae0011;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	background-image:none;
	border-bottom: 1px solid #fff;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear:both;
	border-top: solid 1px #bbbbbb;
	background-color: #fff;
	padding-left:3em;
}

.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsContentVisible {
}
/*######################################*/
/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.SlidingPanels {
	position: relative;
	width: 70.00em;
	height: 13em;
	padding: 0;
	border: none;
	font-size:10px;
	margin:0;
}
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	width:304em;
}
.SlidingPanelsContent {
	width: 70.00em;
	height: 13em;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border:none;
    float: left;
}


/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {

}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}


/*Following styles are specific to the homepage panel widget*/

.homepageScrollPadding 
{
padding-top:4px;
#padding-top:0px;
}

#LeftArrow
{
    float:left;
    width: 26px;
	position:relative;
	/*top:-110px;
	left:-1px;*/
	padding-right:10px;
	margin: -75px 0 0 -1px;
	background:url(/lib/overstockart/hidulf-201006-leftarrow-dim.gif) no-repeat;
	
}

#RightArrow
{
    	float:right;
    	width: 26px;
	position:relative;
	margin: -75px 0 0 1px;
	background:url(/lib/overstockart/hidulf-201006-rightarrow-dim.gif) no-repeat;
}
.arrow
{
    cursor: pointer;
}
.arrowDim
{
    cursor:arrow;
}
.arrowDim img {
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	
}


ul.thumblist{
	display:block;
	/*border:1px solid #000;*/
	height: 120px !important;
	margin: 7px 0 5px 40px !important;
	_margin: 7px 0 5px 30px !important;
	padding: 0 !important;
	/*list-style-type: none;
	padding:15px 0px 0px 0px;*/
	
}
.thumblist img{
	/*margin-bottom:5px;*/
	border: 1px solid #000000;
	cursor:pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.thumblist img:hover
{
    border: 1px solid #ff0000;
}

.thumblist a:link{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	/*border: 1px solid #000000;*/
}
.thumblist a:visited{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.thumblist a:hover{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #0072bc;
	text-decoration:underline;
	/*border: 1px solid #ff0000;*/
}
.thumblist li{
	display:block;
	width:12.00em;
	_width:10.00em;
	/*border:1px solid #000;*/
	/*margin:0;*/
	float:left !important;
	margin:0px 0px 10px 10px !important;
	*margin:0px 0px 10px 18px !important;
	text-align:center !important;
}
/*Added by CK*/
ul.thumblist1{
	display:block;
	/*border:1px solid #000;*/
	height: 120px !important;
	margin: 7px 0 5px 40px !important;
	_margin: 7px 0 5px 30px !important;
	padding: 0 !important;
	/*list-style-type: none;
	padding:15px 0px 0px 0px;*/
	
}
.thumblist1 img{
	/*margin-bottom:5px;*/
	border: 1px solid #000000;
	cursor:pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.thumblist1 img:hover
{
    border: 1px solid #ff0000;
}

.thumblist1 a:link{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	/*border: 1px solid #000000;*/
}
.thumblist1 a:visited{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.thumblist1 a:hover{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #0072bc;
	text-decoration:underline;
	/*border: 1px solid #ff0000;*/
}
.thumblist1 li{
	display:block;
	width:12.00em;
	_width:10.00em;
	/*border:1px solid #000;*/
	/*margin:0;*/
	float:left !important;
	margin:0px 0px 10px 10px !important;
	*margin:0px 0px 10px 18px !important;
	text-align:center !important;
}
