html {
	width: 100%;
	height: 100%;
}

body { 
    background: #fff;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	height: 100%;
	margin: 0px;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

img {
	border: none;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	margin-left: 25px;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	border: 1px solid #A0A0A0;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg{
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: normal;
}
#links a {
	font-weight: bold;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#path {
	margin-top: 2px;
	line-height: 19px;
	background-color: #efefef;
	border-bottom: 1px solid #cccccc;
	width: 95%;
	margin: 2px auto;

}
.submit {
	float: right;
	vertical-align: bottom;
}

table {
	width: 95%;
	margin: 2px auto;
}

.text, .btn{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000; 
	border: 1px solid #5e74b3;
	height: 13px;
}
textarea.text {
	font-size: 12px;
	border: 1px solid #5e74b3;
}
select {
	font-size: 12px;
	border: 1px solid #5e74b3;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn{
	font-weight: bold;
	border: 1px solid #5e74b3;
	background-color: #c42727;
	height: 17px;
	color: white;
}
span.req{
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 12px;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

div.footer{
	text-align: center;
	border-top: 1px solid #E0E0E0;
	padding: 3px 0 0 0;
	margin-top: 50px;
}
div.footer a{
	color: #606060;
}
.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}


/* BFI specifics */

.logo {
	margin: 10px 10px 10px 25px;
}

#footer {
	text-align: center;
	color: #999999;
}

.formPage {
	margin: 0px auto 0px auto;
	background-color: #d9d9d9;
	border: 1px solid #c42727 !important;
}


#topstrip {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	margin: 0px;
	background: #efefef url(images/headernavbg.png) top left repeat-x;
	border-bottom: 1px solid #bbbbbb;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 10px;
}

	#topstrip a {
		text-decoration: none;
		color: #999999;
		margin: 2px 2px;
		display: block;
		width: 75px;
		padding: 0px 10px;
		text-align: center;
		float: left;
	}
	
	#topstrip a:hover {
		color: #333333;
		background: url(images/headernavhoverbg.png) top left no-repeat;
	}
	
	#topstrip #sitesearch {
		float: right;
		color: #666666;
		margin-right: 15px;
	}
	
	#topstrip #sitesearch input {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 10px;
		margin: 3px 0px 0px 5px;
		line-height: 12px;
		border: 1px solid #999999;
		background: #fcfcfc;
	}
	
	#topstrip #sitesearch input:focus {
		background: #ffffff;
	}
	