html {
   color: #000000;
   background-color: #FFFFFF;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   line-height: 17px;
   background-image: url("../gfx/background_html.jpg");
   background-repeat: repeat-x;
   
}

body {
   text-align: center;
}

map.rootnav{
	display:none;
}
/* ----------------------------------- */

a {
}

a:link,
a:visited { 
	color: #8a1d5c;
}

a:hover,
a:active {
	color: #7c7c7c;
}

/* ----------------------------------- */

div.page {
   position: relative;
   width: 820px;
   margin: 0 auto;
   text-align: left;
   background-color: #ffffff;
   min-height: 400px;
   _height: 400px;
}

/* ----------------------------------- */

div.page-header {
   background-image: url("../gfx/header_bg.jpg");
   background-repeat: no-repeat;
   background-position: top right;
   height: 171px;
   padding-left: 5px;
}

div.footer {
	border-top-color: #8a1d5c;
	border-top-width: 4px;
	border-top-style: solid;
	width: 760px;
	height: 75px;
	margin: 0 0 0 25px;
	text-align: right;
}

div.footer a{
	text-decoration: none;
	font-weight: bold;
	color: #8a1d5c;
}

div.footer a:hover,
div.footer a:active {
	color: #7c7c7c;
}

/* ----------------------------------- */

div.page-navigation {
	padding: 150px 0 0 0;
	width: 850px;
	height: 40px;
}

div.page-navigation ul li {
   display: inline;
}

ul.categories {
	position: absolute;
	top: 178px;
	right: 266px;
	margin: 0;
}

/* ----------------------------------- */

div.page-content {
	width: 500px;
	margin: 0 0 0 35px;
	padding: 30px 0 40px 0;
	min-height: 400px;
    _height: 400px;
}

div.content-right{
	position: absolute;
	right: 20px;
	top: 180px;
	margin: 13px 0 0 0;
}

div.content-right-wrapper{
	background-image: url(../gfx/content-right_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 13px;
	margin: 5px 0 5px 0;
}

div.content-right-block{
	width: 177px;
	border-width: 1px;
	border-style: solid;
	border-color: #8a1d5c;
	border-top:none;
	margin: 0 0 0 0;
}

/* ----------------------------------- */

h1.page-title {
   margin-top: 0px;
   display: none;
}

h1{
	font-size: 12px;
	color: #7c7c7c;
}


div.cart-wrapper {
   padding: 5px 12px 5px 12px;
}

div.cart-wrapper table {
   width: 100%;
   border-collapse: collapse;
}

div.cart-wrapper table td {
   padding: 0;
}

div.cart-wrapper p,
div.cart-wrapper table td {
   font-size: 9px;
   color: #9d9d9d;
}

div.cart-wrapper p {
   margin: 0;
}

div.cart-wrapper table td.price {
   text-align: right;
}

div.cart-wrapper table tr.last-row td {
   border-bottom: 1px dotted #9d9d9d;
}

div.cart-wrapper table tr.total td {
   color: #8a1d5c;
}

div.cart-wrapper p.alert {
   color: #ff0000;
}
