<!--

	/*----------------------------------------------------------------------

		Shouksmiths
		http://www.shouksmiths.co.uk/

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009 Shouksmiths

	----------------------------------------------------------------------*/

	.no_print {
		display: none !important;
	}

	body {
		background:  white;
		font-family: Arial, sans-serif;
		font-size:   12pt;
	}

	.wrapper,
	.content {
		background: transparent none;
		border:     0;
		color:      black;
		float:      none !important;
		margin:     0 5%;
		padding:    0;
		width:      auto;
	}

	.content {
		border-top:  1px solid #930;
		margin-left: 10%;
		padding-top: 1em;
	}
	
	a:link, a:visited {
		color:           #520;
		background:      transparent;
		font-weight:     bold;
		text-decoration: underline;
	}

	.content a:link:after,
	.content a:visited:after {
		content:   " (" attr(href) ") ";
		font-size: 90%;
	}

	.content a[href^="/"]:after {
		content: " (http://www.shouksmiths.co.uk" attr(href) ") ";
	}

	/*	Site specific print styles */

	.breadcrumb {}

		.breadcrumb a {
			color:           #000;
			font-style:      italic;
			font-weight:     normal;
			text-decoration: none;
		}

	.jobs {
		width: 460px;
	}

		.jobs thead {}

			.jobs thead tr {}

			.jobs th {
				border-bottom: 1px dotted #ccc;
				font-size:     1em;
				font-weight:   bold;
				line-height:   2;
				padding-left:  10px;
				text-align:    left;
			}

				.jobs th.vacs { width: 225px; }
				.jobs th.locs { width: 125px; }
				.jobs th.date { width: 110px; }

		.jobs tbody {}

			.jobs tbody tr {}
				.jobs tbody tr.alt {
					background: #f3f3f3;
				}

			.jobs td {
				font-size:    .85em;
				line-height:  3;
				padding-left: 10px;
			}

	.thumb_lists {}

		.thumb_lists h3 {}

			.thumb_lists h3 a {
				color: #000;
				text-decoration: none;
			}

		.thumb_lists img {
			border: 0;
		}

		.thumb_lists p.read_more {
			background: #fcc;
		}
		

-->
