A:link {
TEXT-DECORATION: underline
}

A:visited {
TEXT-DECORATION: underline
}

A:hover {
TEXT-DECORATION: underline
}

h1 {  font-family: Arial, Verdana, sens-serif; 
font-size: 19pt; font-style: normal; font-weight: normal; color: #b4c24b
}

h2 {  font-family: Arial, Verdana, sens-serif; 
font-size: 17pt; font-style: normal; font-weight: normal; color: #2275d5
}

.text {  font-family: Arial, Verdana, sens-serif; 
font-size: 10pt; font-style: normal; font-weight: normal; color: #000000
}

.bluetext {  font-family: Arial, Verdana, sens-serif; 
font-size: 14pt; font-style: normal; font-weight: normal; color: #71a4ff
}

.yellowtext {  font-family: Arial, Verdana, sens-serif; 
font-size: 10pt; font-style: normal; font-weight: normal; color: #fff000
}

.whitetext1 {  font-family: Arial, Verdana, sens-serif; 
font-size: 10pt; font-style: normal; font-weight: bold; color: #b4c24b
}

.whitetext {  font-family: Arial, Verdana, sens-serif; 
font-size: 10pt; font-style: normal; font-weight: bold; color: #ffffff
}

.select_table a {color:#000000; text-decoration:none; }
.select_table a:hover {text-decoration:underline; }



/* product page */

#prod_desc_inner { margin: 0 40px 70px 0; }

#innerbestsellers { overflow: auto; }

#botbanner { margin: 20px 0; }

.prod_thumb_inner {
	float: left;
	margin: 0 10px 10px 0;
}

table.cart {
	width: 80%;
	border: none;
}

table.cart th {
	color: #595959;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid #FF5D18;
	padding: 4px;
	text-align: left;
}

table.cart td {
	padding: 4px;
	border-bottom: 1px dotted #BEBEBE;
	vertical-align: middle;
}

.item .package {
	font-size: 100%;
	color: #000;
	font-weight: bold;
}

.item .comment {
	font-size: 100%;
	color: #000;
	font-weight: bold;
}

.item small { font-size: 80%; }

.itemPrice {
	font-size: 130%;
	color: #8F0000;
}

.ppi, .savings {
	font-size: 130%;
	color: #000;
	font-weight: bold;
}

/* cart page */

span.formButton {
	padding: 0 5px 0 0;
	display: inline-block;
	background: transparent url(../images/button-bg.png) 100% -32px no-repeat;
}

span.formButton input {
	height: 32px;
	border: none;
	padding: 0 10px 0 15px;
	background: transparent url(../images/button-bg.png) 0 0 no-repeat;
	cursor: pointer;
	color: #333;
	margin: 0;
	font: bold 11px/32px Arial, Helvetica, sans-serif;
}

span.formButton2 {
	padding: 0 5px 0 0;
	display: inline-block;
	background: transparent url(../images/button-bg2.png) 100% -32px no-repeat;
}

span.formButton2 input {
	height: 32px;
	border: none;
	padding: 0 10px 0 15px;
	background: transparent url(../images/button-bg2.png) 0 0 no-repeat;
	cursor: pointer;
	color: #FFF;
	margin: 0;
	font: bold 11px/32px Arial, Helvetica, sans-serif;
}



/* text */

body { font: 12px Arial, Helvetica, sans-serif; }

h1.heading {
	color: #8b0100;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 40px 0;
}

h2.productname {
	color: #808080;
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0 40px 40px 0;
}

#maincontent h3 {
	color: #8b0100;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
}

#maincontent h4 {
	color: #8b0100;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
}

.red { color: #8e0000; }

.orange { color: #ff6600; }

a { color: #054f81; }

