@charset "windows-1253";
/* CSS Document */

.bold {
	font-weight:bold;
}

#offers_title, #brochure_link {
	float:left;
	width:216px;
	height:19px;
	padding-left:9px;
	background-color:#D4D4D4;
	line-height:19px;
	font-weight:bold;
	margin-bottom:20px;
}

#brochure_link a {
	text-decoration:none;
	color: #5D6061;
}

#brochure_link a:hover {
	text-decoration:underline;
}

.offers_row {
	float:left;
	width:197px;
	padding-left:23px;
	background-repeat:no-repeat;
	background-image:url(../img/arrow2.gif);
	background-position:9px 4px;
}

.offer_separator {
	float:left;
	width:197px;
	line-height:1px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:dashed 1px #D5D1CA;
}

.offer_text, .offer_orange, .offer_image {
	float:left;
	width:197px;
}

.offer_image {
	float:left;
	width:121px;
	height:72px;
	border:solid 1px #555859;
	margin-top:3px;
}

.offer_text a {
	color: #5D6061;
	text-decoration:none;
}

.offer_text a:hover {
	text-decoration:underline;
}

.offer_orange {
	color:#D94700;
	font-style:italic;
}

#transfer_form {
	margin:0px;
	padding:0px;
}

#transfer_form * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#transfer_form select, #transfer_form input, #transfer_form textarea {
	border: solid 1px #999999;
	color:#666666;
}

.tform_left {
	width:130px;
}

.tform_right {
	width:250px;
	color:#666666;
}

.tform_error {
	color:#FF0000;
	font-style:italic;
}