p, font
{ font-family:		Tahoma, Arial;
  font-size:		12px;
}
td
{ font-family:		Tahoma, Arial;
  font-size:		12px;
}
.small
{ font-size:		10px;
}
.cat
{ font-size:		16px;
}

.oldPrice {
    font-family:		Times;
    font-size:	14px;
}

.big
{ font-size:		20px;
}
h1
{ font-family:	Tahoma, Arial;
  font-size:	18px;
  color:	black;
}
.standard
{ font-weight:		normal;
}
.light
{ color:			#00180B;
}
.lightsmall
{ color:			#2a3faa;
  font-size:		10px;
}
.lightstandard
{ color:			navy;
  font-weight:		normal;
}
.middle
{ color:			black;
}
a
{
  font-family:		Tahoma, Arial;
  font-weight:		bold;
  font-size:		12px;
  color:			#00180b;
}
.no_underline
{ text-decoration:		none;
}
a.small
{
  font-family:		Tahoma, Arial;
  font-size:		11px;
  font-weight:		bold;
  color:			#00180B;
}
a:hover
{ color:		red;
}
a.standard
{ font-family:		Tahoma, Arial;
  font-size:		12px;
  font-weight:		normal;
}
a.cat
{ font-family:		Tahoma, Arial;
  font-size:		16px;
  font-weight:		bold;
}
.cart
{ font-family:		Tahoma;
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			black;
  background-color:  transparent;
}
.totalPrice
{ font-size:	    	16px;
  BORDER-BOTTOM:	0px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		red;
  background-color:  transparent;
}

a.subMenuPictBorder:hover{
    color:#777777;
    background-color: #eee;
}

.menuItem {
    background-color: #0258FF;
    text-decoration: none;
    color: #FFE57E;
}

.subMenu {
    position: absolute;
    visibility: hidden;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background-color: #0258FF;
    padding: 5px;
}

.submenu a {
    color: #FFE57E;
    text-decoration: none;
}

.acHeader {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    height: 28px;
    width: 420px;
    padding-top: 5px;
    color: white;
    background-color: #6599FF;
    background: url(images/action-header-back.png) no-repeat;
}
