BODY { 
	margin: 0 0 0 0;
	background-color: white;
}

body, p, div, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

A.navlink:link { color: blue; text-decoration: none; }
A.navlink:visited { color: blue; text-decoration: none; }
A.navlink:hover { color: #AB8DBC; text-decoration: none;}

A:link { color: blue; text-decoration: underline; }
A:visited { color: blue; text-decoration: underline; }
A:hover { color: #AB8DBC; text-decoration: underline;}

A.invisalink:link { color: black; text-decoration: none; }
A.invisalink:visited { color: black; text-decoration: none; }
A.invisalink:hover { color: #AB8DBC; text-decoration: none;}

.menuskin{
position:absolute;
width:175px;
background-color:red;
border:2px solid black;
font:bold 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}

P.askq {
	color: blue;
	font-style: italic;
}

/* web store stuff */
.Bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	font-weight: bold;
}

table.storehead {
	background-color: blue;
}

table.storebackground {
	background-color: #D8D0DD;
}

input,select {
	font-family: verdana,arial, Sans-serif;
	font-size: 10pt;
}

.buttonmain {
	cursor: hand;
	font-family: verdana,arial, Sans-serif;
	font-weight: bold;
	font-size: 7pt;
}

.price {
	font-family: verdana, arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: green;
}

.wasprice {
	font-family: verdana, arial, Sans-serif;
	font-size: 7pt;
	color: gray;
}

.storetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14 pt;
	font-weight: bold;
}

A.cartlink:link { color: white; text-decoration: underline; }
A.cartlink:visited { color: white; text-decoration: underline; }
A.cartlink:hover { color: #AB8DBC; text-decoration: underline;}

.attention { color: red; font-size: 11 pt; font-weight: bold; }


.tinylink {
	font-size: 8pt;
}

A.tinylink:link { color: black; text-decoration: none; }
A.tinylink:visited { color: black; text-decoration: none; }
A.tinylink:hover { color: #AB8DBC; text-decoration: none;}


/* contact form start */

table.contacttable {
	background-color: #BABED7;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.contactinput,
.contactarea {
	width: 300px;
}

.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 11px;
}

/* contact form end */


.copyright {
	font-size: 7pt;
	color: #AFAFAF;
}

A.copyright:link { color: #AFAFAF; text-decoration: none; }
A.copyright:visited { color: #AFAFAF; text-decoration: none; }
A.copyright:hover { color: #AFAFAF; text-decoration: none; }

/* vertical */
#menu ul{;padding-left: 10;list-style-type: none;font-family: "Times New Roman",Times, serif; font-size: 15px;margin:0px;}
#menu a{ display: block; padding: 6px;width: 154px;background-color:#F5C23D;border-bottom: 1px solid #F7DC00;}
#menu a:link, #menuitems a:visited{color: #5F1F81;text-decoration: none;font-weight:bold;}
#menu a:hover{background-color: #FFDF75; color: #333; font-weight:bold;}
#menuitems li { list-style-type: none; padding-right: 0px;font-family: "Times New Roman",Times, serif; font-size: 15px;  }

.emphasis {
	color: blue;
}

h1,h2,h3 {
	color: blue;
}

h1 {
	font-size: 1.4em;
	font-style: italic;
}