/* Base links */
a:link {color: #FF9900;text-decoration: none}
a:visited {color: #FF9900;text-decoration: none}
a:hover {color: #FF9900;text-decoration: underline}
a:active {color: #FF9900;text-decoration: none}

/* Menu Text */
.style1
{
text-align: center;
color: white;
font: 70% arial;
font-weight: bold
}

/* Menu Links */
a.one:link {color: white;text-decoration: none}
a.one:visited {color: white;text-decoration: none}
a.one:hover {color: white;text-decoration: underline}
a.one:active {color: white;text-decoration: none}

/* Item Name */
.style2
{
color: #FFFF00;
font: 125% arial;
font-weight:bold
}

/* Item Name list page*/
.style2a
{
color: #00FFFF;
font: 110% arial;
font-weight:bold
}
/*WP_Prod Template - Product Name*/
.style2b
{
color: #FF9900;
font: 110% arial;
font-weight:bold
}
/* Item Name list page Links */
a.twoa:link {color: #FF9900;text-decoration: none}
a.twoa:visited {color: #FF9900;text-decoration: none}
a.twoa:hover {color: #FF9900;font-weight: bold;text-decoration: underline}
a.twoa:active {color: #FF9900;text-decoration: none}

/* Buy now */
.style3
{
color: #CC00CC;
font: 150% arial;
font-weight:bold
}

/* Buy now Links */
a.two:link {color: #CC00CC;text-decoration: none}
a.two:visited {color: #CC00CC;text-decoration: none}
a.two:hover {color: #CC00CC;font-weight: bold;text-decoration: underline}
a.two:active {color: #CC00CC;text-decoration: none}

/* Price */
.style4
{
color: #FF9900;
font: 125% arial;
font-weight:bold
}

/* Price on list pages */
.style4a
{
color: #FFFF00;
font:  90% arial;

}


/* Product Description */
.style5
{
text-align: justify;
color: white;
font:  90% arial
}

/* Product Description list page*/
.style5a
{
text-align: left;
color: white;
font:  90% arial
}

/* Bottom Menu Text */
.style6
{
color: white;
font: 80% arial
}

/* Bottom Menu Links */
a.three:link {color: #FF9900;font-weight: bold;text-decoration: none}
a.three:visited {color: #FF9900;font-weight: bold;text-decoration: none}
a.three:hover {color: #FF9900;font-weight: bold;text-decoration: underline}
a.three:active {color: #FF9900;font-weight: bold;text-decoration: none}

/* Copyright */
.style7
{
text-align: center;
color: #666666;
font: small arial
}

/* Order Now list page*/
.style8
{
text-align: center;
color: #FF0000;
font: 120% arial;
font-weight: 900;
letter-spacing: -1px
}

/* Order now Links */
a.four:link {color: #FF0000;text-decoration: none}
a.four:visited {color: #FF0000;text-decoration: none}
a.four:hover {color: #FF0000;text-decoration: underline}
a.four:active {color: #FF0000;text-decoration: none}
