body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #ebebeb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 920px;
	display: inherit;
	float: none;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
        align: left;
        width: 700px;
}
div.content {
	background-color: White;
	float: left;
	display: table-cell;
	background-image: url('http://site.picksgalore.com/images/main-bg.gif');
	background-repeat: repeat-y;
	padding: 0 20px;
	background-color: #ebebeb;
}
div.logo-top {
	background-image: url('http://site.picksgalore.com/images/logo-top.jpg');
	background-repeat: no-repeat;
	width: 880px;
	height: 170px;
	position: relative;
}

div.logo-top-checkout {
	background-image: url('http://site.picksgalore.com/images/logo-top-checkout.jpg');
	background-repeat: no-repeat;
	width: 880px;
	height: 120px;
	position: relative;
}

#top-menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	position: absolute;
	top: 10px;
	left: 20px;
}
#top-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top-menu li {
  float: left;
  position: relative;
  cursor: pointer;
}
#top-menu li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}
#top-menu li > ul {
	top: 15px;
	left: 0;
}
#top-menu li:hover ul, li.over ul {
	display: block;
}
#top-menu ul li ul li {
	width: 300px;
	text-align: left;
}
#top-menu a {
	color: #184186;
}
div.cards {
	position: absolute;
	top: 18px;
	right: 20px;
}

div.cards-checkout {
	position: absolute;
	top: 18px;
	right: 20px;
}
#col01 {
	float: left;
	padding: 9px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	*width: 150px;
}
#col01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#col01 a {
	color: #184186;
	display: block;
	margin: 0px;
	padding: 0px;
}
#col01 li {
	position: relative;
	z-index: 1;
}
#col01 ul ul ul {
	position: absolute;
	top: -9px;
	left: 100%;
	width: 100%;
	z-index: 1;
}
#col01 ul ul ul a {
	border-bottom: 1px #184186 dashed;
	border-left: 1px #184186 dashed;
	padding: 8px 10px;
	background-color: White;
}
#col01 ul ul ul,
#col01 ul ul li:hover ul ul
{display: none;}

#col01 ul ul li:hover ul,
#col01 ul ul ul li:hover ul
{display: block;}

div.sale-price-bold {color:#ff0000;font-weight:bold;}

div.txt {
	float: left;
	display: table-cell;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	width: 500px;
	position: relative;
	left: 20px;
}
div.txt strong {
	color: #184186;
}
div.bestsellers {
	float: right;
	display: table-cell;
	padding: 10px;
	width: 150px;
}
div.bestsellers-txt {
	font-size: 11px;
	line-height: 15px;
	color: #555555;
	text-align: left;
	padding-top: 10px;
	width: 150px;
}
div.bestsellers-txt strong {
	color: #ff9c22;
}
div.more {
	color: #ff9c22;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	clear: both;
}
div.more a {
	color: #ff9c22;
	text-decoration: underline;
	font-weight: bold;
}



div.footer {
	clear: both;
	text-align: center;
	color: #184186;
	font-size: 11px;
	line-height: 15px;
}
div.footer a {
	color: #184186;
}


