body {
	background-color: #E3E3E3;
	margin-top: 8px;
	margin-bottom: 8px;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #757171;
}

/*
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #532070;
}
*/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}
a {
	color: #D53D93;
	text-decoration: none;
}
a:hover {
	color: #D53D93;
	text-decoration: underline;
}




#mainTable {
	background-color: #FFFFFF;
	margin-left: 7px;
}
#outerTable {
	background-color: #EB3391;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
}




#pageTopRow {
	background-color: #717171;
	line-height: 4px;
}
#contactBox {
	font-style: italic;
	padding-left: 150px;
}
#mainNav td {
	background-color: #717171;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	border-bottom: solid white 1px;
}
#sideColumn {
	width: 250px;
	float: left;
	padding-left: 33px;
}
#mainColumn {
	float: right;
	width: 560px;
	padding: 0 20px 0 20px;
}
#logosBox {
	padding-left: 45px;
}
#termsEtc {
	color: #D53D93;
	text-align: right;
	padding-right: 20px;
	line-height: 25px;
}
#pageFooter {
	background-color: #717171;
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;
}



#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pageFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#pageFooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




.grayBar {
	line-height: 2px;
	background-color: #757171;
	width: 280px;
	margin: 8px 0 8px 0;
	float: left;
}
.viewAll {
	float: right;
	margin-right: 10px;
}



.noWrap {
	white-space: nowrap;
}
.pinkBackWithMargin {
	background-color: #D53D93;
	margin: 0 14px 0 14px;
}
.smallFont {
	font-size: 12px;
}
.smallFontBold {
	font-size: 12px;
	font-weight: bold;
}
.whiteBorderLeft {
	border-left: solid white 1px;
}
.emphasis {
	font-size: 18px;
	font-style: italic;
	color: #925E99;
}
.thinWhiteBorder {
	border: 1px solid #FFFFFF;
}



#emailForm TABLE {
  border: 1px solid #717171;
  background-color: #FFFFFF;
  color: #717171;
  font-size: 14px;
}
#emailForm TD {
  border-top: 1px solid #717171;
}
#emailForm INPUT {
  width: 128px;
  font-size: 10px;
  border: 1px solid #999999;
}
#emailForm INPUT.submit {
  width: 30px;
  background-image: url(images/button_go_bg.gif);
  background-repeat: repeat-y;
  color: #FFFFFF;
  border: 1px solid #999999;
}



/* css from version 1 */

div.errmess {
	background-color: #FF9999;
	padding: 10px;
}

td.pad3 {
	padding-top: 6px;
}

#mainColumn form {
	margin: 0;
}

#mainColumn form input.qty {
	width: 20px;
	font-size: 10px;
}

td.clr {
	background-color: #eeeeee;
}

th.clr {
	background-color: #888888;
	color: #FFFFFF;
}



