<!-- style for template #2 -->

#outer {
  position: absolute;
  top: 3%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;  
}
 
#inner {
  width: 300px;
  height: 200px;
  margin-left: -140px;  /***  width / 2   ***/
  position: absolute;
  top: 100px;          /***  height / 2   ***/
  left: 50%;
 z-index: 222;

}
 
p, font
{ font-family:		Verdana, Arial;
  font-size:		12px;
}
td
{ font-family:		Verdana, Arial;
  font-size:		11px;
    font-weight:		normal;
}
.small
{ font-size:		10px;
}
.cat
{ font-size:		13px;
}
.big
{ font-size:		15px;
}
h1
{ font-family:	Verdana, Arial;
  font-size:	15px;
  color:	black;
}
.standard
{ font-weight:		normal;
}
.light, a.light, a:visited.light
{ color:			black;
  text-decoration:none;
  font-family:	Verdana, Arial;
  font-size:	11px;
  font-weight:normal;
 
}
a:hover.light
{color:#ff4402; text-decoration:none;
 font-weight:normal;
 }
 
.lightsmall
{ color:			navy;
  font-size:		10px;
}
.lightstandard, a.lightstandard, a:visited.lightstandard
{ color:			black;
  font-weight:		normal;
  text-decoration:none;
  font-family:	Verdana, Arial;
  font-size:	12px;
}

b
{ color:			black;
  font-weight:		normal;
  text-decoration:none;
  font-family:	Verdana, Arial;
  font-size:	11px;
}

.middle
{ color:			black;
}
a
{
  font-family:		Verdana, Arial;
  font-weight:		bold;
  font-size:		12px;
  color:			black;
}
.no_underline
{ text-decoration:		none;
}
a.small
{
  font-family:		Verdana, Arial;
  font-size:		11px;
  font-weight:		bold;
  color:			#10447C;
}
a:hover
{ color:		red;
}
a.standard
{ font-family:		Verdana, Arial;
  font-size:		12px;
  font-weight:		normal;
}
a.cat
{ font-family:		Verdana, 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:	    	14px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		orange;
  background-color:  transparent;
}