﻿
H1.bw , h1
{
	font-weight: bold;
	font-size: 16px;
	color: #ff2558;
	font-family: Verdana, Arial;
}
A.bw:link
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
}
A.bw:hover
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
A.bw:visited
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
}
.bw
{
	font-size: 11px;
	color: #ff2558;
	font-family: Verdana, Arial;
}
TD.title
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial;
}


.podleft
{
    padding-left: 10px;
    width: 325px;
    float: left;
    height: 22px;
    text-align: left;
}
.podright
{
    width: 325px;
    float: right;
    height: 22px;
    text-align: left;
}













.menu 
{
	width: 160px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    background-color: #f9f9f5;
    color: #333;
}
.menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
.menu li 
{
	border-bottom: 1px solid #f9f9f5;
	margin: 0;
}

.menu li a 
{
	display: block;
	padding: 3px 5px 3px 25px;
	background-color: #f9f9f5;
	color: #666666;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	background-image: url(../../library/image/site/menuarrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	letter-spacing: -.08em;
}

html>body .menu li a 
{
	width: auto;
}

.menu li a:hover 
{
	background-color: #ecece7;
	color: #666666;
	background-image: url(../../library/image/site/menuarrowover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.menudiv
{
    overflow: hidden; 
    text-align: left;
}


.productViewer
{
    position: relative;
	width: 160px;
	background-color: #faf9f5;
	overflow: hidden;
    text-align: left;
}
.productItem
{
    position: relative;
    width: 106px;
    height: 125px;
    padding-top: 10px;
}
.productImage
{
    width: 106px;
    height: 112px;
    background-position: center center;
    background-repeat: no-repeat;
}

.productText
{
    text-align: center;
}
.productText a,
.productText a:link,
.productText a:active,
.productText a:visited
{
    font-size: 10px;
    color: #908f8d;
    text-decoration: none;
}
.productText a:hover
{
    color: #585756;
}



.logoViewer
{
    position: relative;
	width: 130px;
	background-color: #faf9f5;
	overflow: hidden;
    text-align: left;
}
.logoItem
{
    position: relative;
    width: 100px;
    height: 110px;
    padding-top: 10px;
}
.logoImage
{
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
}

.logoText
{
    text-align: center;
}
.logoText a,
.logoText a:link,
.logoText a:active,
.logoText a:visited
{
    font-size: 10px;
    color: #908f8d;
    text-decoration: none;
}
.logoText a:hover
{
    color: #585756;
}
