body, ul, li, h2, * {
	margin: 0;
	padding: 0;
}
body {
	color: #8E9AB5;
	margin-top: 10px;
}
ul#products,
ul#products ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}
ul#products li {
	margin-top: 10px;
}
ul#products ul {
	position: relative;
	height: 110px;
	width: 310px;
	background: transparent url(../imgs/line.jpg) no-repeat -10px 95px;
	/*border-bottom: 1px #f00 dotted;*/
}

ul#products ul li {

	text-align: left;
	font: .8em/1.5em "MS PGothic", sans-serif;
	margin-top: 0;
}
ul#products h2 {
	padding: 0;
	margin: 0;
	position: relative;
	/*left: 110px;*/
	margin-left: 0px;
	font-size: 1em;
	font-weight: normal;
}
ul#products h2 a {
	text-decoration: none;
}
ul#products h2 a:link,
ul#products h2 a:visited {
	color: #8E9AB5;
}
ul#products h2 a:hover {
	/*color: #fff;*/
}
ul#products li > h2 {
	/*margin-left: -3px;*/
}
ul#products ul li {
	position: relative;
	left: 120px;
}
ul#products ul li.thumb {
	position: absolute;
	left: 10px;
	top: 0px;
}

li.thumb img{
	border: 1px #8E9AB5 solid;
}

/*
*/
div.new,
div.sold_out,
div.price_down {
	/*float: right;*/
	position: relative;
	left: 330px;
	margin-bottom: -20px;
}
div.new {
	width: 71px;
	height: 21px;
	background: transparent url(../imgs/new.jpg) no-repeat;
}
div.sold_out {
	width: 81px;
	height: 27px;
	background: transparent url(../imgs/sold_out.jpg) no-repeat;
}
div.price_down {
	width: 99px;
	height: 20px;
	background: transparent url(../imgs/price_down.gif) no-repeat left;
	margin-left: -10px;
}
/*
NOSESSEION LINKS
*/
div#nav_nosession {
	font: .9em "MS PGothic", sans-serif;
	width: 220px;
	height: 50px;
	margin: 10px 10px 30px;
}
#nav_nosession a {
	display: block;
	margin-bottom: 9px;
}
#nav_nosession a:link,
#nav_nosession a:visited {
	color: #FFCC66;
}
#nav_nosession a:hover {
	color: #E4937E;
}
#nosession_footer {
	height: 40px;
	margin-left: 10px;
	margin-top: 10px;
	color: #DCDCDE;
	font-size: .8em;
}
