@charset "utf-8";
body {
	background-color: #C9CCD6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.main {
	background-color: #e7e8eb;
}
.first {
	font-size: 18px;
	font-weight: bold;
	color: #E71017;
}
.second {
	font-size: 18px;
	font-weight: bold;
	color: #46BAE9;
}
.third {
	font-size: 18px;
	font-weight: bold;
	color: #BB46D3;
}

.main td.topborder {
	background-image: url(images/top_border.gif);
	background-repeat: repeat-x;
}
.main td.rightborder {
	background-image: url(images/right_border.gif);
	background-repeat: repeat-y;
}
.main td.bottomborder {
	background-image: url(images/bottom_border.gif);
	background-repeat: repeat-x;
}
.main td.leftborder {
	background-image: url(images/left_border.gif);
	background-repeat: repeat-y;
}
.main .tshirtmessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 20px;
	background-position: bottom;
	padding-bottom: 20px;
	font-weight: bold;
	padding-right: 20px;
}
.main td.rightcol {
	margin: 0px;
	padding: 0px;
}
.main .flashcell {
	padding-top: 5px;
}
.main  .productstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.main img.padtop {
	padding-top: 5px;
}
.main td.verticalbar {
	border-left-width: medium;
	border-left-style: dashed;
	border-left-color: #029D49;
}
