table {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border-color: #a9a9a9;
    border-collapse: collapse;
}

body,
p,
li,
td { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #000000;
}
th
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #ffffff;
    background-color: #556b2f;
}

td.red_bg
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #ffffff;
    background-color: #cc3333;
}

td.lightblue_bg
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    font-weight:normal; 
    color: #000000;
    background-color: #e6e6fa;
}

td.gray_bg
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    font-weight:normal; 
    color: #000000;
    background-color: #EFEFEF;
}

td.current_item
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px; 
    font-weight: 600; 
    color: #ffffff;
    background-color: #000000;
}

td.inactive_item
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px; 
    font-weight: 600; 
    color: #000000; 
    background-color: #ccccff;
}

td.disabled_item
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px; 
    font-weight: 600; 
    color: gray; 
    background-color: #ccccff;
    text-decoration: none;
}

td.expired
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: gray; 
    text-decoration: none;
}

tr.alternate
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #000000;
    background-color: #FCF6CF;
}

select,
input { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 11px; 
    color: #000000; 
    font-weight: 300; 
    text-decoration: none;
}

input.disabled { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 11px; 
    color: #808080; 
    font-weight: 600; 
    text-decoration: none;
    border: 1px solid #DDDDDD;
}

a:link,
a:active,
a:visited { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 12px; 
    color: #0033cc; 
    text-decoration: underline;
}

a:hover { 
    color: #ff3300; 
    text-decoration: underline;
}

a:link.big,
a:active.big,
a:visited.big { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 14px; 
    color: #0033cc; 
    text-decoration: underline;
}
a:hover.big { 
    color: #ff3300; 
    text-decoration: underline;
}


.head, 
h1 { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    color: #0033cc; 
    text-decoration: none; 
    font-size: 16px; 
    font-weight: 800; 
    margin-bottom: 0px; 
    padding-bottom: 0px;
}

.subhead, 
h2 { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 14px; 
    color: #0033cc; 
    font-weight: 800; 
    text-decoration: none; 
    margin-bottom: 0px; 
    padding-bottom: 0px;
}

.head3, 
h3 { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    color: #0033cc; 
    text-decoration: none; 
    font-size: 12px; 
    font-weight: 600; 
    margin-bottom: 0px; 
    padding-bottom: 0px;
}

p.menu {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: #3300CC; 
    font-size: 8pt;
    line-height: 1;
    text-decoration: none;
}

p.small { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 10px; 
    color: #000000;
}

p.big
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 14px; 
    color: #000000;
    background-color: #ffffff;
}

p.big_gray
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 14px; 
    color: #cccccc;
    background-color: #ffffff;
}

p.price
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 20px; 
    font-weight:600;
    color: #295FA8;
    background-color: #ffffff;
}

p.big_darkgray
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 14px; 
    color: #808080;
    background-color: #ffffff;
}

p.blue
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #0033cc;
    background-color: #ffffff;
}

p.big_blue
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 14px; 
    font-weight: 600;
    color: #0033cc;
    background-color: #ffffff;
}

p.caption
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px; 
    color: #808080;
    font-weight: 600;
    background-color: #ffffff;
}

p.title_bar {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: 800;
    color: #ffffff; 
    background-color:#009900;
    line-height: 1.5;
}

p.error_message_big { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 14px; 
    color: #ff3333;
}

p.error_message { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 12px; 
    color: #ff3333;
}

li.error_message { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 12px; 
    color: #ff3333;
}

p.highlighted {
    background-color:#4169e1; 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: 600;
    color: #FFFFFF; 
    text-align: left;
    line-height: 15pt;
    margin-left: 0pt;
    margin-right: 0pt;
    padding-left: 5;
    padding-right: 5;
}

p.highlighted_big {
    background-color:#4169e1; 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: 600;
    color: #FFFFFF; 
    text-align: left;
    line-height: 20pt;
    margin-left: 0pt;
    margin-right: 0pt;
    padding-left: 5;
    padding-right: 5;
}

.error_heading {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    color: #CC0033; 
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 10pt;
}

.error_heading_sml {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    color: #CC0033; 
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10pt;
}

.grayed_text { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    font-size: 10px; 
    color: #CCCCCC;
}

#title_header {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: #dc143c; 
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.page_title 
{
	background: transparent url(/shop/images/red_arrow.gif) no-repeat 0px 10px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif, Verdana, ;
    color: #E25103; 
    border-top: dotted #5D84C5 thin;
	border-bottom: solid #0047BD medium;
    font-size: 14pt;
    font-weight: 300;
    padding: 8px 5px 2px 20px;
    text-align: left;
    margin-bottom: 10px;
}

.page_title_notopborder
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif, Verdana, ;
    color: #E25103; 
    border-bottom: solid #0047BD medium;
    font-size: 12pt;
    font-weight: 300;
    padding: 8px 5px 2px 8px;
    text-align: left;
    margin-bottom: 10px;
}

.rule { 
    background: #999999; 
}

.bold { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    font-weight: 800;
    color: #000000;
}

.small_text { 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px; 
    color: #000000;
}

table.small 
{
    background-color: #ffffff;
    border-color: #a9a9a9;
    border-collapse: collapse;
}

table.small td 
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px;
}

ul.paraStyle
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

ul.paraStyle li 
{
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.small
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px;
}

ul.small li
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px;
}

table.cart 
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #f5f5dc;
    border-color: #a9a9a9;
    border-collapse: collapse;
}

table.container 
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border-width: 0px;
    background-color: #EEEFEE;
    border-collapse: collapse;
    border-width: 1;
    border-color: #808480;
}

a:link.small,
a:active.small,
a:visited.small,
a:hover.small {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    color: #0033cc; 
    text-decoration: underline; 
    font-size: 10px; 
    font-weight: normal; 
}

a:link.linked_title1,
a:active.linked_title1,
a:visited.linked_title1,
a:hover.linked_title1 {
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
    color: #0033cc; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 800; 
    margin-bottom: 0px; 
    padding-bottom: 0px;
}

a:link.highlighted_link,
a:active.highlighted_link,
a:visited.highlighted_link,
a:hover.highlighted_link {
    background-color: #F8B849; 
    font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000; 
    text-align: center;
}

a:link.button,
a:active.button,
a:visited.button
{
	background: transparent url(/shop/images/button_right.gif) no-repeat scroll top right;
	display: block;
	float: left;
	height: 30px; 
	margin-right: 6px;
	padding-right: 20px; 
	text-decoration: none;
	color: #555555;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a.button span {
	background: transparent url(/shop/images/button_left.gif) no-repeat;
	display: block;
	line-height: 22px; 
	padding: 2px 0 5px 8px;
}

a:hover.button {
	color: #0066CC;
}

/* -------------------- */
/* Button Classes    	*/
/* -------------------- */
.cart {
	background: transparent url(/shop/images/cart_sml.gif) no-repeat;
	text-indent:30px;
	display:block;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
}

.calc {
	background: transparent url(/shop/images/calc.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.refresh {
	background: transparent url(/shop/images/refresh.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.next {
	background: transparent url(/shop/images/next.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.prev {
	background: transparent url(/shop/images/prev.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.lock {
	background: transparent url(/shop/images/lock.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.edit {
	background:transparent url(/shop/images/edit.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.submit {
	background: transparent url(/shop/images/submit.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.notepad {
	background: transparent url(/shop/images/notepad.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.no {
	background: transparent url(/shop/images/no.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.yes {
	background: transparent url(/shop/images/yes.gif) no-repeat;
	text-indent:30px;
	display:block;
}

.download {
	background: transparent url(/shop/images/download.gif) no-repeat;
	text-indent:30px;
	display:block;
}
