/*
$Id: nav.css 63 2007-03-26 22:11:03Z Massimo $
*/

body {
		background-color: #570d70;
		font-family: arial;
		font-size: 10px;
		color: #fff;
}


.grey { color: #778899 !important; }
a.grey:link { color: #778899 !important; }
a.grey:visited { color: #778899 !important; }
a.grey:hover { color: #9966cc; }



p, ul, ol, dl { padding-bottom: 1em; }
ul, ol { padding-left: 2em; }
ol { margin-left: 0.5em; }
dt { font-weight: bold; }
dd { padding-left: 1em; }

h1, h2, h3 {
	font-family: arial, sans-serif;
	line-height: 1.7em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

h1 { 	font-size: 1.7em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
em {color:#99FFFF}
code { font-family: courier, monospace; color: #FFCCFF; }
img { padding-right: 15px; }

a:link {
	color: #fff;
	text-decoration: underline;
	font-family: arial;
}
a:visited {
	color: #fff;
	font-family: arial;
	text-decoration: underline;
}
a:active {
	color: #fff;
	font-family: arial;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline; 
	font-family: arial;
	color: #9966cc;
}

td {color: #000};

/* ## Extra classes ##*/
.main-logo { border: none; padding: 0; margin: 0; }
.main { background-color: #ffff99; }
.qty {	
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li { margin: 0 0 1px 0; }

#nav li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

#nav li a:hover {
	color: #9966CC;
	background-color: transparent;
	text-decoration: underline;
}

#nav ul ul li { 
	margin: 0 0 1px 0;
	display: block;
	padding: 0px 5px 0px 30px;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	}

#nav ul ul a {
	display: inline;
	padding: 0;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#nav ul ul a:hover {
	color: #9966CC;
	background-color: transparent;
	text-decoration: underline;
}


table.first {
	width: 95%;
	border-collapse: collapse;
	border: 0px solid #fff;
}


table.second {
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #000;
}


td.menu {
	width: 28%;
	border-bottom: 0px solid #000;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px;
	text-align: left;
	vertical-align: top;
	text-indent: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background-color: #570d70;
}

td.content {
	width: 72%;
	border-bottom: 0px solid #000;
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-left: 0px;
	text-align: left;
	vertical-align: top;
	padding: 40px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-color: #fff; 
}


td.footer {
		font-family: arial;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
}

table.cats {
	width: 100%;
	border: 0px;
}

td.cat {
	width: 33%;
	border-bottom: 1px solid #000;
	border-top: 0px;
	border-right: 1px solid #000;
	border-left: 0px;
	text-align: center;
	vertical-align: top;
	padding: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-color: #fff; 
}


table.prods {
	width: 100%;
	border: 0px;
}

td.prod {
	width: 100%;
	border-bottom: 0px solid #000;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	background-color: #fff; 
}


td.prod a:link {
	color: #000;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
td.prod a:visited {
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
td.prod a:active {
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

td.prod a:hover {
	color: #570d70;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


table.cart {
	width: 95%;
	color: #000;
	background-color: #000;
	border-collapse: collapse;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px;
	border-bottom: 0px;
}

td.cart1 {
	width: 65%;
	padding-left: 30px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}


td.cart2 {
	width: 15%;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

a.shopping-categories { color: #000; font-weight: bold; }
a.shopping-categories:hover { color: #570d70; font-weight: bold;}
img.shopping-categories {padding: 0;}
ght: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

a.shopping-categories { color: #000; font-weight: bold; }
a.shopping-categories:hover { color: #570d70; font-weight: bold;}
img.shopping-categories {padding: 0;}
70; font-weight: bold;}
img.shopping-categories {padding: 0;}
