Body {
	font-size: 12px;
	font-family : Verdana, Arial;
	margin: 2px;
}

A.dark:link {
	color: #990000;
	text-decoration: none underline;
}

A.dark:visited {
	color: #999999;
	text-decoration: none underline;
}

A.dark:active {
	color: #999999;
	text-decoration: none underline;
}

A.dark:hover {
	color: #999999;
	text-decoration: none underline;
}

A:link {
	color: #330099;
	text-decoration: none underline;

}

A:visited {
	color: #330099;
	text-decoration: none underline;

}

A:active {
	color: #330099;
	text-decoration: none underline;
}

A:hover {
	color: #CCCCCC;
	text-decoration: none underline;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

TD.topmenu {
	font-size: 11px;
	font-family : Verdana, Arial;
	font-weight : Bold;
	color : #FFFFCC;
	background-color: #990000;
	border: 1px solid #FFFFCC;
}

P {
	font-size: 12px;
	font-family : Arial;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

P.mincart {
	font-size: 11px;
	font-family : Arial;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

TD.whitetext {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF; 
	font-weight: bold;
}

TD.menu {
	font-size: 10px;
	font-family : Tahoma;
	font-weight : Bold;
}

TR.menubar {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    background-color: #FFFFEE;
}

input.search
{
	height: 17px;
	background-color: #FFFFFF;
	border: solid #000000;
	border-width: 1px;
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

select.search
{
	height: 17px;
	background-color: #FFFFFF;
	border: solid #000000;
	border-width: 1px;
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

TD.mincart {
	font-size: 11px;
	font-family : Arial;
}

HR {
	height : 1px;
}

.boxes {
	border: 1px solid #FFFFCC;
	background-color: #CCCCCC;
	text-indent: 5px;
}

.boxheader {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	background-color: #990000;
	line-height: 17px;
}

.boxheader2 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: left;
	background-color: #990000;
	line-height: 17px;
}

.related {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.related2 {
	border: 1px solid #FFFFCC;
	background-color: #FFFFFF;
}

.related3 {
	border: 1px solid #6C3E17;
	background-color: #E2D8D1;
}

SPAN.price { COLOR: #CC0000;
}

SPAN.save { COLOR: #CC0000;
}

A.ectlink:link {
        font-weight: bold;
        text-decoration: underline;
        color: #000000;
}

#loading {
	width: 200px;
	height: 100px;
	background-color: #CCCCCC;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
	border: 2px solid #000000;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
}

/***********************************************************/
/*                       LEFT MENU                         */
/***********************************************************/
.menu {
z-index:1000;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
width:195px;
}

/* hack for IE5.5 */
* html .menu ul {
margin-left:-16px;
ma\rgin-left:0;
}

/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background: #990000;
height:27px;
}

/* get rid of the table */
.menu table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:100; 
font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
display:block; 
height:27px;
line-height:27px;
font-size:9pt;
font-weight:bold;
font-family:Veranda, Arial, Helvetica, sans-serif;
color:#FFFFCC;
text-decoration:none;
text-align:left;
text-indent:5px;
border-color:#FFFFCC;
border-style:solid;
border-width:1px;
width:195px;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
background:#990000; 
width:195px;
w\idth:195px;
}

/* style the link hover */
* html .menu a:hover {
background:#C80000;
color:#FFFFCC;
text-decoration:underline;
}

.menu :hover > a {
background:#C80000;
color:#FFFFCC;
text-decoration:underline;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:195px; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

</style>
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->

.curvy {
position:relative; 
width:400px; 
height:150px; 
background:#08c; 
color:#000; 
margin:5em auto;
}

#ctl, #cbl, #ctr, #cbr {
position:absolute; 
width:20px; 
height:20px; 
color:#08c; 
background:#fff;
overflow:hidden;
}

#ctl {top:0px; left:0px;}
#cbl {top:130px; left:0px;}
#ctr {top:0px; left:380px;}
#cbr {top:130px; left:380px;}

#quadtl, #quadtr, #quadbl, #quadbr {
position:absolute; 
font-size:150px; 
font-family:arial; 
color:#08c;
line-height:40px;
}

#quadtl {left:-8px;}
#quadtr {left:-25px;}
#quadbl {left:-8px; top:-17px;}
#quadbr {left:-25px; top:-17px;}

#txt {
position:absolute; 
top:5px; 
left:5px; 
width:390px; 
height:140px;
}

#txt p {
font-size:10px; 
line-height:17px; 
color:#fff;
}