/* CSS Document */

/* Page Elements */

body {
	margin: 20px 0 0 0;
	background: #FFFFFF;
}

#bottom {
	background: url(images/bg_greyfade.jpg) repeat-x;
}

/* Text Elements */

td, tr, th, p, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}

h1 {
	font-size: 14px;
	color: #666666;
	font-weight: 100;
}

h2 {
	font-size: 12px;
	color: #666666;
	font-weight: 100;
	text-decoration: underline;
}

a, a:link, a:active, a:visited {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.treb {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.greytext {
 color: #999999;
}
.footer, a.footer:link, a.footer:active, a.footer:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.home {
	color: #3399FF;
	text-decoration: none;
}

a.home:link, a.home:active, a.home:visited {
	color: #3399FF;
	text-decoration: underline;
}

a.home:hover {
	text-decoration: none;
}

.bath {
	color: #EFBC24;
	text-decoration: none;
}

a.bath:link, a.bath:active, a.bath:visited {
	color: #EFBC24;
	text-decoration: underline;
}

a.bath:hover {
	text-decoration: none;
}

.accessory {
	color: #7FC505;
	text-decoration: none;
}

a.accessory:link, a.accessory:active, a.accessory:visited {
	color: #7FC505;
	text-decoration: underline;
}

a.accessory:hover {
	text-decoration: none;
}

.stationery {
	color: #9F4BDA;
	text-decoration: none;
}

a.stationery:link, a.stationery:active, a.stationery:visited {
	color: #9F4BDA;
	text-decoration: underline;
}

a.stationery:hover {
	text-decoration: none;
}

.game {
	color: #E65933;
	text-decoration: none;
}

a.game:link, a.game:active, a.game:visited {
	color: #E65933;
	text-decoration: underline;
}

a.game:hover {
	text-decoration: none;
}

.kids {
	color: #4B52E0;
	text-decoration: none;
}

a.kids:link, a.kids:active, a.kids:visited {
	color: #4B52E0;
	text-decoration: underline;
}

a.kids:hover {
	text-decoration: none;
}

.party {
	color: #E255AF;
	text-decoration: none;
}

a.party:link, a.party:active, a.party:visited {
	color: #E255AF;
	text-decoration: underline;
}

a.party:hover {
	text-decoration: none;
}

.holiday {
	color: #18B9C3;
	text-decoration: none;
}

a.holiday:link, a.holiday:active, a.holiday:visited {
	color: #18B9C3;
	text-decoration: underline;
}

a.holiday:hover {
	text-decoration: none;
}

.love {
	color: #FF1100;
	text-decoration: none;
}

a.love:link, a.love:active, a.love:visited {
	color: #FF1100;
	text-decoration: underline;
}
.new {
	color: #FF1100;
	text-decoration: none;
}

a.new:link, a.new:active, a.new:visited {
	color: #FF1100;
	text-decoration: underline;
}
a.new:hover {
	text-decoration: none;
}

.deals {
	color: #1F73C8;
	text-decoration: none;
}

a.deals:link, a.deals:active, a.deals:visited {
	color: #1F73C8;
	text-decoration: underline;
}

a.deals:hover {
	text-decoration: none;
}

/* Lines & Borders */

.border {
	border: 1px solid #DCDCDC;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: 0px;
	color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
}

/* Nav Elements */

#nav {
	margin: 0;
	padding: 0;
	width: 141px;
	list-style: none;
	background: url(images/nav_bg.jpg) repeat-x;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	padding: 4px 0 4px 0;
	width: 141px;
	display: block;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a.home:hover {
	background: #3399FF;
}

#nav a.homeOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #3399FF;
}

#nav a.bath:hover {
	background: #EFBC24;
}

#nav a.bathOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #EFBC24;
}

#nav a.accessory:hover {
	background: #7FC505;
}

#nav a.accessoryOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #7FC505;
}

#nav a.stationery:hover {
	background: #9F4BDA;
}

#nav a.stationeryOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #9F4BDA;
}

#nav a.fun:hover {
	background: #ED4D9A;
}

#nav a.funOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #ED4D9A;
}

#nav a.game:hover {
	background: #E65933;
}

#nav a.gameOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #E65933;
}

#nav a.kids:hover {
	background: #4B52E0;
}

#nav a.kidsOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #4B52E0;
}

#nav a.party:hover {
	background: #E255AF;
}

#nav a.partyOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #E255AF;
}

#nav a.green:hover {
	background: #00663D;
}
#nav a.greenOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #00663D;
}

#nav a.holiday:hover {
	background: #18B9C3;
}
#nav a.holidayOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #18B9C3;
}

#nav a.love:hover {
	background: #FF1100;
}

#nav a.loveOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #FF1100;
}
#nav a.new:hover {
	background: #FF1100;
}

#nav a.newOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #FF1100;
}


#nav a.deals:hover {
	background: #1F73C8;
}

#nav a.dealsOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #1F73C8;
}

#nav a.best-sellers:hover {
	background: #4B52E0;
}

#nav a.best-sellersOn {
	background: url(images/nav_cnr.gif) bottom right no-repeat #4B52E0;
}

.topnav, a.topnav:link, a.topnav:active, a.topnav:visited, a.topnav:hover {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3399CC;
	text-decoration: none;
}

a.topnav:hover {
	text-decoration: underline;
}

.topnav2, a.topnav2:link, a.topnav2:active, a.topnav2:visited, a.topnav2:hover {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f98217;
	text-decoration: none;
}

a.topnav2:hover {
	text-decoration: underline;
}

.error {
	font-weight: bold;
	background-color: #FF0000;
}

.warn{
	font-weight: bold;
	color: #FF0000;
}