/* CSS Document */

/* page layout ----------------------*/

#printframe {
	margin: 3%;
}

#heading {
	margin-bottom: 30px;
}

#content {
}

#prodimage {
	float: left;
	margin: 0px 29px 0px 29px;
}

.shortdescription_table{
	margin: 15px 0px;
}

.longdescription_table {
	width: 100%;
	margin-top: 25px;
}

h1 {
	padding-top: 15px;
}

.smallfont {
	padding-bottom: 20px;
}

.shortdescription_desc,
.longdescription_desc {
	width: 175px;
	vertical-align: top;
}

.productlist_row {
	height: 22px;
}

.productlist_row_shaded {
	height: 22px;
	background-color: #e8e8e8;
}

#footer {
	margin-top: 50px;
	text-align: right;
}

.clearer {
	clear: both;
}

/* font styles ----------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #393570;
}

table {
	font-size: 12px;
}

.smallfont {
	font-size: 9px;
	text-decoration: underline;
	color: #777777;
}

.shortdescription_desc,
.longdescription_desc {
	color: #777777;
}

.shortdescription_content,
.longdescription_content {
	font-weight: bold;
	color: #777777;
}

.productlist_row td,
.productlist_row_shaded td{
	padding: 3px;
}

.smaller_field {
	font-size: 12px;
}

#footer {
	font-size: 10px;
}

#footer a,
#footer a:link {
	color: #393570;
	font-weight: bold;
}

.productOldPrice {
	text-decoration: line-through;
	font-size: smaller;
}


