body
{
color="ffffff"
}

.text
{
	font-size:100%;
    font-family:verdana;
    color:3A4D9D;
    line-height:14pt;
}

.lenstext
{
	font-size:80%;
    font-family:verdana;
    color:3A4D9D;
}

.prodtext
{ font-family: verdana;
font-size: 11;
color: 000000;
}

.navtext
{
	font-size:70%;
    font-family:verdana;
    color:3A4D9D;
    line-height:14pt;
}

.copyright
{
font-size: 90%;
color: 9588D5;
}

h1
{
	font-size:120%;
	font-family:verdana;
	color:3A4D9D;
}

UL
 {
 	list-style-image:url('images/listarrow.gif')
 }

#inpadding
{ padding: 10; }

#prodtable
{ background: cccccc;
padding: 10;
}

.breadcrumb
{
	font-size:70%;
    font-family:verdana;
    color:3A4D9D;
    line-height:14pt;
    padding: 3;
    border: dashed #CCCCCC 1px;
}

/*---------------------------*/    

.padding
{
    padding-left:20;
    padding-right:20;
}

/*---------- Links -----------------*/

a, a:link, a:visited 
{
    color:3A4D9D;
}

a:hover
{    
    color:CC0033; 
}

.price-compare a, a:hover {
text-decoration: none;
color: black;
}


/* ========= Order button =========== */

.orderbutton:link,
.orderbutton:active,
.orderbutton:visited
{
background: #9588D5;
padding: 2;
color: white;
text-decoration: none;

border-width: 2px;
border-color: #CCC #555 #555 #CCC;
border-style: solid;

margin-right: 5px;
}

.orderbutton:hover
{
background: #AFA1F2;
border-color: #555 #ccc #ccc #555;
border-style: solid;
border-width: 2px;


color: white;
text-decoration: none;
}
