@charset "utf-8";
/* CSS Document */

.descriptionFont {
	font-size: 10px;
	line-height: 8pt;
}
.boldFont {
	font-size: 16px;
	font-weight: bolder;
}
.shoppingTable {
	margin: 0px;
	padding: 5px;
}
.shoppingTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	line-height: 14px;
	padding: 5px;
	margin: 0px;
	background-image: url(../img/thBackground.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.shoppingTable td {
	padding: 5px;
}
.shoppingTableBottomRow {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFFFFF;
}
.shoppingTable a:link {
}
.shoppingTable a:visited  {
}
.shoppingTable a:hover {
} 
.shoppingTable a:active {
}
input {
    margin-left: 10px;
}
.navigation {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 24px;
}
.navigation a {
    float: right;
}
#cart {
    padding: 0 5px;
    margin: 10px 0 5px;
}
#flashMessage {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}
div.info {
	background-color: #333333;
	padding: 5px;
	text-align: justify;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #FFFFFF;
	margin: 10px auto;
}
div.info h1 {
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}

div.warning {
	padding: 5px;
	text-align: justify;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #000000;
	background-image: url(../img/warning.jpg);
	background-repeat: repeat;
	background-position: left top;
}

fieldset {
	border: 0
}
