@charset "utf-8";
/* CSS Document */

#bestsellers {
	height: 188px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #22353b;
	background-image: url(../images/bg-bestsellers.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#new {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F90;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	list-style-type: square;
	color: #F90;
}
#new a, #new a:link, #new a:visited {
	color: #F90;
	text-decoration: none;
}
#new a:hover {
	color: #fff;
	text-decoration: underline;
}
table.main {
	border-spacing: 10pt;
	border-collapse: separate;
	border: 0px none white;
}
table.main td {
	padding: 9px;
	vertical-align: top;
	width: 40%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3F4384;
	border-right-color: #3F4384;
	border-bottom-color: #3F4384;
	border-left-color: #3F4384;
}
#subcatIN {
	line-height: 1.2;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin-left: 125px;
}
#subcatIN a {
	color:#330066;
	text-decoration: none;
}
#subcatIN a:visited {
	color:#330066;
	text-decoration: none;
}
#subcatIN a:hover {
	color: #099;
	text-decoration: underline;
}
#items {
	font: 12px arial, helvetica, sans-serif;
	margin-left: 139px;
}
#items a {
	color: #000066;
	text-decoration: none;
}
#items a:visited {
	color: #000066;
	text-decoration: none;
}
#items a:hover {
	color: #333399;
	text-decoration: underline;
}
#mainTable {
	margin: 6px 0 0 0;
	text-align:left;
	width:100%;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}