/*
 * Local palette:
 *
 * Highlight: rgb(0, 128, 0)
 * Links: rgb(0, 128, 0) / rgb(200, 128, 0)
 */

#section_header {
	background-image: url(/images/headers/buy.png);
}

h1, hr, table.list th {
	border-bottom: rgb(0, 128, 0) solid 1px;
}

fieldset {
	border: 1px solid rgb(0, 128, 0);
}

a[href], strong, label, dt {
	color: rgb(0, 128, 0);
}

a[href]:visited {
	color: rgb(200, 128, 0);
}

div.floater {
	background-image: url(/images/floaters/small_buy.png);
}

div.mfloater {
	background-image: url(/images/floaters/medium_buy.png);
}

div.lfloater {
	background-image: url(/images/floaters/large_buy.png);
}

div.xlfloater {
	background-image: url(/images/floaters/xlarge_buy.png);
}

div.xxlfloater {
	background-image: url(/images/floaters/xxlarge_buy.png);
}

div.xxxlfloater {
	background-image: url(/images/floaters/xxxlarge_buy.png);
}

table.halfdivision td {
    background-image: url(/images/division/half_buy.png);
}

div.fulldivision {
	background-image: url(/images/division/full_buy.png);
}
