/*-------------------------------------------------------------------------------
 Standard CSS for supplierbank
 by Simon Pollard - Deckchair UK Ltd
 http://deckchair.co.uk
-------------------------------------------------------------------------------*/
.how h3 {
	padding-left: 65px;
	background: url(../graphics/quote.gif) no-repeat 0px 5px;
	margin-bottom: 30px;
}
.classifieds h3 {
	margin-bottom: 30px;
}
#page_content {
	width: 660px;
	float: left;
        overflow: hidden;
}
.classifieds #page_content {
	width: 940px;
}
#page_content p {
	margin-bottom: 15px;
}
#page_content img {
	float: right;
	border: 2px solid #bde3f1;
	margin-left: 40px;
	margin-bottom: 40px;
}
.classifieds #page_content img, .networking #page_content img  {
	border: none;
}
#page_content h4 {
	background: #edf6fa;
	border-top: 1px solid #cbe7f0;
	padding-left: 7px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.sign_up {
	background: url(../graphics/signup_bg.gif) no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	height: 33px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
.sign_up a {
	background: url(../graphics/signup_small.gif) no-repeat;
	padding-left: 40px;
	width: 182px;
	padding-top: 10px;
	height: 33px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Classifieds */
#classified_info_boxes {
	clear: both;
	height: 269px;
	margin-bottom: 20px;
}
.classifieds_info {
	position: relative;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
.classifieds_info h5 {
	margin-bottom: 40px;
	padding-left: 30px;
}
.classifieds_info ul {
	padding-left: 20px;
}
.classifieds_info ul li {
	list-style-position: outside;
	margin-bottom: 10px;
}
/* TEMP */
.classifieds_info p {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: 16px;
}
/* END TEMP */
#job_adverts {
	background: url(../graphics/pages/job_adverts_bg.gif) no-repeat;
	width: 226px;
	height: 243px;
	margin-right: 25px;
}
#company_classified {
	background: url(../graphics/pages/company_classified_bg.gif) no-repeat;
	width: 282px;
	height: 244px;
	margin-right: 25px;
}
#event_promotion {
	background: url(../graphics/pages/event_promotion_bg.gif) no-repeat;
	width: 226px;
	height: 243px;
}
p.price {
	position: absolute;
	bottom: 10px;
}
.pricing {
	background: url(../graphics/pages/pricing.gif) no-repeat;
	padding-left: 16px;
	width: 68px;
	padding-top: 7px;
	height: 30px;
	display: block;
	float: left;
}
.cost_small {
	background: url(../graphics/pages/cost_small.gif) no-repeat right top;
	padding-left: 10px;
	width: 123px;
	padding-top: 7px;
	height: 30px;
	display: block;
	float: left;
}
.cost_large {
	background: url(../graphics/pages/cost_large.gif) no-repeat right top;
	padding-left: 10px;
	width: 170px;
	padding-top: 7px;
	height: 30px;
	display: block;
	float: left;
}
.class_sign_up {
	background: url(../graphics/pages/long_panel.gif) no-repeat;
	padding-left: 20px;
	width: 878px;
	padding-top: 27px;
	height: 50px;
	margin-bottom: 20px;
	position: relative;
}
.class_sign_up a {
	background: url(../graphics/pages/sign_up_small.gif) no-repeat;
	padding-left: 12px;
	width: 83px;
	padding-top: 9px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}
/* Tables */
.info_table {
	border-collapse: collapse;
}
.info_table td {
	padding: 5px;
}
.info_table td.first {
	width: 200px;
}