@charset "UTF-8";
/* CSS Document */

body,html
{
	margin: 0px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	color: #565656;
}

h2
{
	font-size: 15px;
	color: #000;
}	

a:link
{
	color: #ed1d25;
	text-decoration: none;
}	

a:visited
{
	color: #ed1d25;
	text-decoration: none;
}	

a:hover
{
	color: #ed1d25;
	text-decoration: underline;
}	

a:active
{
	color: #ed1d25;
	text-decoration: underline;
}	

#logo
{
	width: 236px;
	height: 87;
	background: url('http://overstock.mysterymania.net/images/logo.gif');
}

#directions
{
	width: 67px;
	height: 26px;
	background: url('http://overstock.mysterymania.net/images/directions.gif');
}

#directions:hover
{
	background: url('http://overstock.mysterymania.net/images/directions_hover.gif');
}

#search
{
	width: 67px;
	height: 22px;
	border: 0px;
	font-size: 0px;
	background: url('http://overstock.mysterymania.net/images/search.gif');
}

#search:hover
{
	background: url('http://overstock.mysterymania.net/images/search_hover.gif');
}

hr
{
	width: 100%;
	color: #e5e5e5;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #e5e5e5;
}

/*big buttons*/

#button1
{
	width: 304px;
	height: 160px;
	background: url('http://overstock.mysterymania.net/images/big_buttons/1.gif');
}

#button1:hover
{
	background: url('http://overstock.mysterymania.net/images/big_buttons/1_hover.gif');
}

#button2
{
	width: 303px;
	height: 160px;
	background: url('http://overstock.mysterymania.net/images/big_buttons/2.gif');
}

#button2:hover
{
	background: url('http://overstock.mysterymania.net/images/big_buttons/2_hover.gif');
}

#button3
{
	width: 303px;
	height: 160px;
	background: url('http://overstock.mysterymania.net/images/big_buttons/3.gif');
}

#button3:hover
{
	background: url('http://overstock.mysterymania.net/images/big_buttons/3_hover.gif');
}

/* MENU */

#menu_1
{
	width: 62px;
	height: 12px;
	background: url('http://overstock.mysterymania.net/images/menu/1.gif');
}	

#menu_1:hover
{
	background: url('http://overstock.mysterymania.net/images/menu/1_hover.gif');
}	

#menu_2
{
	width: 60px;
	height: 12px;
	background: url('http://overstock.mysterymania.net/images/menu/2.gif');
}	

#menu_2:hover
{
	background: url('http://overstock.mysterymania.net/images/menu/2_hover.gif');
}	

#menu_3
{
	width: 79px;
	height: 12px;
	background: url('http://overstock.mysterymania.net/images/menu/3.gif');
}	

#menu_3:hover
{
	background: url('http://overstock.mysterymania.net/images/menu/3_hover.gif');
}	

#menu_4
{
	width: 65px;
	height: 12px;
	background: url('http://overstock.mysterymania.net/images/menu/4.gif');
}	

#menu_4:hover
{
	background: url('http://overstock.mysterymania.net/images/menu/4_hover.gif');
}	

#menu_5
{
	width: 58px;
	height: 12px;
	background: url('http://overstock.mysterymania.net/images/menu/5.gif');
}	

#menu_5:hover
{
	background: url('http://overstock.mysterymania.net/images/menu/5_hover.gif');
}	

#menu_6
{
	width: 74px;
	height: 12px;
	background: url('http://overstock.mysterymania.net/images/menu/6.gif');
}	

#menu_6:hover
{
	background: url('http://overstock.mysterymania.net/images/menu/6_hover.gif');
}	

/* PRODUCTS */

.product_wrapper
{
	width: 138px;
	height: 350px;
	border: 1px solid #ccc;
	text-align: left;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 5px;
}

.product_wrapper .prod_image
{
	width: 138px;
	height: 102px;
	overflow: hidden;
}	

/* MARQUEE */

ul.marquee
{

	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	/* optional styles for appearance */
	width: 100%;
	height: 22px; /* height should be included to reserve visual space for the marquee */
	background-color: #ee1a26;
}

.cycle_header_1
{
	width: 900px;
	text-align: right;
}

.cycle_header_1 h1
{
	font-size: 28px;
	font-weight: bold;
	color: #ee1a26;
	margin: 0px;
}

.cycle_header_1 h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.carousel_info
{
	float: right;
	width: 250px;
	font-size: 12px;
}

ul.marquee li
{
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 13px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
}

/* INPUTS */
.text_input
{
	font-size: 13px;
	color: #999;
	border: 1px solid #ccc;
	width: 260px;
}

.product_title
{
	font-size: 16px;
	color: #888;
}

.product_price
{
	font-weight: bold;
	font-size: 16px;
	color: #ee1a26;
}

#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
