@charset "UTF-8";
body {
	background: #f3feff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.catalog #container  {
	width: 724px;
	background: #FFFFFF;
	margin: 0 0 0 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 0 none #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.catalog #mainContent  {
	width: 600px;
	margin-left: 10px;
	padding-left: 10px;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rt_bdr {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 3px;
	padding: 0px;
}
.btnbox {
	vertical-align: bottom;
}
.bluebutton {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #0000FF;
}
#container #mainContent p {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.pad-top {
	padding-top: 20px;
}
