h1 img, h2 img, h3 img, h4 img {
	margin-right: 10px;
}

.bbox div {
	border: 1px solid #3BA7D2;
	padding: 0;
	padding-bottom: 0;
	background: #FEFFFF url(../images/frame/bbback.png) repeat-x;
	margin-bottom: 12px;
	height: 69px;
}

.bbox p {
	padding: 0.5em;
}

.bbox img {
	float: left;
	margin-right: 0.5em;
}



.bbox h1 {
	background: url(../images/frame/bback.png) repeat-x;
	padding: 0.5em;
	margin-bottom: 0;
	border: 1px solid #3BA7D2;
	border-bottom: none;
}

.bbox a {
	margin-bottom: 0.5em;
}

.bbox.mauve h1 {
	background: url(../images/frame/bback_mauve.png) repeat-x;
}



.right {
	width: 50%;
	float: left;
}

.bottom {
	width: 100%;
	clear: left;
}

.hr {
	color: #CCCCCC;
	size: 1px;
}



/* Overall box definitions */
.box {
	font-style: italic;
	margin-bottom: 25px;
}

.box img {display: block;}

.box .title {
	background: #fff;
	font-weight: bold;
	font-style: normal;

}
.box .title div {
	float: left;
	height: 24px;
	padding-top: 8px;

}
.box .body div.bl {
	padding: 15px 16px 16px 20px;
}

/*Individual Colour Definitions*/

/*Blue*/
.box.blue .title div {
	background: #BDE0EE;
}
.box.blue .body {
	background: #BDE0EE url(../images/bubble/blue/tr.png) right top no-repeat;
	
}	
.box.blue .body div.br {
	background: url(../images/bubble/blue/br.png) right bottom no-repeat;
}
.box.blue .body div.bl {
	background: url(../images/bubble/blue/bl.png) left bottom no-repeat;
}

/*Green*/
.box.green .title div {
	background: #C0E8BC;
}
.box.green .body {
	background: #C0E8BC url(../images/bubble/green/tr.png) right top no-repeat;
	
}	
.box.green .body div.br {
	background: url(../images/bubble/green/br.png) right bottom no-repeat;
}
.box.green .body div.bl {
	background: url(../images/bubble/green/bl.png) left bottom no-repeat;
}

/*Orange*/
.box.orange .title div {
	background: #FFE6B4;
}
.box.orange .body {
	background: #FFE6B4 url(../images/bubble/orange/tr.png) right top no-repeat;
	
}	
.box.orange .body div.br {
	background: url(../images/bubble/orange/br.png) right bottom no-repeat;
}
.box.orange .body div.bl {
	background: url(../images/bubble/orange/bl.png) left bottom no-repeat;
}

/*Pink*/
.box.pink .title div {
	background: #EBCFEA;
}
.box.pink .body {
	background: #EBCFEA url(../images/bubble/pink/tr.png) right top no-repeat;
	
}	
.box.pink .body div.br {
	background: url(../images/bubble/pink/br.png) right bottom no-repeat;
}
.box.pink .body div.bl {
	background: url(../images/bubble/pink/bl.png) left bottom no-repeat;
}

a.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.orderform {
	padding: 0;
	margin: 0;
}

.orderform td, .orderform th {
	white-space: nowrap;
}

.orderform input {
	width: 460px;
	margin-top: 10px;
}

.orderform textarea {
	width: 460px;
	margin-top: 10px;
}

.orderform input.date {
	width: 120px;
	margin-right: 7px;
}

.formtitle {
	font-weight: bold;
	text-align: right;
	padding: 4px;
	padding-top: 14px;
	
}

.formtitleta {
	vertical-align: top;
}

.red {
	color: #CC0000;
}
