body {
	background: #000 url('/themes/turneris/images/style/bg.gif') repeat-x;
	margin-top: 42px;
	/* font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; */
	font-family: "Quattrocento Sans", arial, geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
html, body, #layout_table {}
#layout_table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 800px;
	min-height: 400px;
	margin-bottom: 55px;
	text-align: left;
	background: url('/themes/turneris/images/style/title.png') top left no-repeat;
}
td.top_bar {
	height: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
	font-size: 10px;
	color: white;
}
td.top_bar h1 {
	display: none;
}
td.navigation {
	height: 30px;
	margin: 0px 0px 0px 0px;
	font-family: "Ubuntu", arial, geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding: 0px;
}
td#nav_right {
	color: white;
	padding-right: 8px;
	text-align: right;
	font-size: 9px;
}
td.body {
	width: 100%;
	background-color: white;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	/*font-family: tahoma, Arial, Helvetica, sans-serif;*/
	font-family: "Quattrocento Sans", arial, geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	vertical-align: top;
}
td.body div, td.body table {
	font-size: 12px;
}
td.footer {
	border-top: 2px solid #d8f2f0;
	height: 80px;
	background: #8A99A6 url('/themes/turneris/images/style/page_bottom.gif') bottom left no-repeat;
	margin-top: 1px;
	padding: 8px;
	font-family: "Quattrocento Sans", arial, geneva, sans-serif;
	font-size: 12px;
	color: black;
}
td.footer a {
	font-family: "Quattrocento Sans", arial, geneva, sans-serif;
	font-size: 12px;
	color: white;
}
td.footer a:hover {
	text-decoration: underline;
}
.home_column {
	float:left;
	width:220px;
	padding:13px;
	border-left:1px solid #e7e1e1; 
	margin-bottom: 20px;
}
.home_column.first {
	border-left:0px;
}
.home_column hr {
	height: 1px;
	border: none;
	color: #e7e1e1;
	background-color: #e7e1e1;
	margin-top: 10px;
}




/* Styled Table */
table.styled {
	width: 100%;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
	border-collapse: collapse;
}
table.styled tr {
	background-color: #FFFFFF;
}
table.styled tr.alt {
	background-color: #EFEFEF;
}
table.styled td, table.styled th {
	padding: 3px;
	margin: 0px;
}
table.styled th {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #DEDEDE;
}
table.styled td {
	border-bottom: 1px dotted #aaa;
}

/* NO BORDER */
table.noborder, table.noborder tr, table.noborder th, table.noborder td {
	border: none;
	background: transparent;
}

/* FIELDSET/LEGEND FORMS */
legend {
	font-weight: bold;
	color: black;
	margin-top: 22px;
	padding: 3px;
	border-top: 1px dotted #555;
}
fieldset {
  margin: -21px 0px 20px 0px;
  padding: 5px 5px 5px 5px;
	border: 1px dotted #555;
}
* html legend { /* FOR IE ONLY */
	display: block;
	position: relative;
	top: 4px;
	font-weight: bold;
	color: black;
	margin-bottom: 4px;
	margin-top: -9px;
	padding: 4px;
	border-top: 1px dotted #555;
}
* html fieldset {
  margin: 0px 0px 20px 0px;
  padding: 5px 5px 5px 5px;
	border: 1px dotted #555;
}

/* Styled Form */
form.themed {
	font-family: "arial unicode MS", arial, geneva, sans-serif;
  font-size:100%;
  margin: 0;
  padding: 0;
}
form.themed fieldset legend {
	font-size:1.1em;
}
form.themed label { 
	display: block;
	float: left; 
	width: 120px; 
	padding: 1px 0 0 0; 
	margin: 4px 0 0 0;
	text-align: right;
	font-weight: bold;
}
form.themed input, form.themed textarea, form.themed select {
	width:auto;
	margin:5px 0 0 10px;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
  font-size: 12px;
}
form.themed input#reset {
	margin-left:0px;
}
form.themed br {
	clear:left;
}
form.themed hr {
	clear:left;
	border-top: 1px dotted #555;
	color: #fff;
	background-color: #fff;
	height: 1px;
}
form.themed div.field {
	margin-left: 120px;
}

/* New Form */
div.form {
	border-top: 1px dotted #666;
}
div.form label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
	margin-top:4px;
}
div.form div.field {
	display: block;
	margin-left: 154px;
	width: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.form input, div.form textarea, div.form select {
	margin-top: 3px;
	margin-bottom: 3px;
}
div.form input.checkbox_large {
	height: 20px;
	width: 20px;
}
div.form div.clear {
	height: 3px;
	clear: right;
	border-bottom: 1px dotted #666;
}
div.form hr {
	color: #999;
	background-color: #999;
	height: 1px;
	border: 0;
}

/* Cart Block
 *	- filter:alpha(opacity=0);	<-- IE
 *	- moz-opacity: 0;						<-- Firefox
 *	- opacity: 0;								<-- Safari
*/
div#cart_block {
	width: 110px;
	position: relative;
	float: right;
	z-index: 55;
	top: -10px;
	left: 100px;/*
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;*/
}
div#cart_block div.container {
	float: right;
	font-size: 9px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	background-color: Indigo;
}
#cart_block div.title {
	background-color: Indigo;
	color: White;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}
#cart_block div.checkout {
	background-color: Indigo;
	color: White;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#cart_block div.checkout a {
	color: White;
}
#cart_block table {
	width: 100%;
	border-collapse: collapse;
	font-size: 9px;
}
#cart_block table th, #cart_block table td {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 9px;
}
#cart_block table th {
	background-color: DarkViolet;
	color: #DEDEDE;
}
#cart_block table tr {
	background-color: #BCBCBC;
	color: black;
}
#cart_block table tr.alt {
	background-color: #EFEFEF;
	color: black;
}
#cart_block a {
	color: white;
}

/* LINKS */
a {
	color: #3635B2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: none;
}
a.button, input[type=submit], input[type=button], form.themed input[type=submit], form.themed input[type=button] {
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.26, #BEC1C3),
	    color-stop(0.82, #DBDCD1)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #BEC1C3 26%,
	    #DBDCD1 82%
	);
		border: 1px solid #6c6c6c;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-khtml-box-sizing: content-box;
		box-sizing: content-box;
		cursor: pointer;
	color: #333;
	font-size: 11px;
	font-family: Helvetica;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 5px 7px;
	text-decoration: none;
	text-shadow: #DADBD0 0px 1px 0px;
	text-transform: capitalize;
}
a.button:hover {
	text-decoration: none;
}
input[type=submit], input[type=button], form.themed input[type=submit], form.themed input[type=button] {
	padding: 0px 9px 0px 9px;
	height: 24px;
}


div.breadcrumb {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: -5px;
}

/* HEADINGS */
div.pagetitle h1 {
	font-family: "Carter One", arial, geneva, sans-serif;
	font-size: 28px;
	height: 30px;
	color: black;
	line-height: 100%;
}
div.pagetitle h1 a {
	text-decoration: none;
	color: black;
}
/* Page Content */
div.pagecontent {
	min-height: 500px;
}
div.pagecontent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6C615F;
	line-height: 100%;
}
div.pagecontent h2 {
	font-size: 18px;
	font-weight: bold;
	color: #777;
}
div.pagecontent h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
div.home_column h2 {
	color: black;
}

/* GENERAL */
.left {	text-align: left; }
.right {text-align: right; }
.center {	text-align: center; }
.italic { font-style: italic; }
.small { font-size: 9px; }
.bold { font-weight: bold; }
.bolder { font-weight: bolder; }
.heavy { font-weight: 900; }
.noborder { border: none; }
.float_right { float: right; }
.float_left { float: left; }

/* COLOURS */
.red { color: #CB0101; }
.blue { color: blue; }
.green { color: green; }
.green_highlight { background-color: GreenYellow;  }

/* Links General */
.nodec { text-decoration: none; }
.nodec:hover { text-decoration: none; }

/* FORMS GENERAL */
input {
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
	background-color: #dbe3ff;
}

/* Minimum Page Height */
div.min_page_height {
	float: right;
	width: 1px;
	height: 600px;
}
div.clear_both {
	clear: both;
}

/* DEBUGGING INFO */
div.debug_message {
	color: #CCC;
}

/* CUSTOM MESSAGES STYLE */
/*
div#pnmsg_list {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #CC1111;
	color:white;
	font-weight: bold;
}
div.pnmsg_clear {
	border: 1px solid #CC1111;
}
div#pnmsg_controls  a {
	color: black;
	background-color: transparent;
}
*/

/* MESSAGES (OVERRIDE) */
div#pnmsg_container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
	text-align: center;
	height: 44px;
}
div#pnmsg_list {
	margin-left: auto;
	margin-right: auto;
	float: center;
	width: 90%;
	margin-top: -10px;
	padding-top: 10px;
	border: 3px solid #777;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: orange ;
	color: black;
	text-align: left;
	min-height: 38px;
}
div#pnmsg_controls {
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	float: right;
}
div#pnmsg_controls a, div#pnmsg_controls  a.enabled {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 16px;
	color: black;
	font-weight: bolder;
	border: 1px solid black;
	background-color: #EDEDED;
	border-width: 1px solid #5b5b5b;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
}
div#pnmsg_controls  a:hover, div#pnmsg_controls  a.enabled:hover {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid black;
	text-decoration: none;
	background-color: white;
	color: black;
}
div#pnmsg_controls  a.enabled:hover {}
div#pnmsg_controls  a.disabled {
	color: #B0B0B0;
	background-color: #e5e5e5;
	cursor: default;
	display: none;
}
div#pnmsg_controls  a.disabled:hover {
	padding-right: 6px;
	padding-left: 6px;
	border: 1px dotted #888;
	color: #B0B0B0;
}
div#pnmsg_body {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	width: 70%;
	text-align: left;
	font-size: 12px;
	float: left;
}
div.pnmsg_clear {
	border: none;
}

/* PRINT */
div.print_source {
	display: none;
}
@media print {
	body {
		background: none;
	}
	td.navigation, td#nav_right, td.top_bar, div.pagetitle, td.left_bar, td.footer,div.breadcrumb,div.debug_message {
		display: none;
	}
	div.print_source {
		display: none;
		margin-top: 20px;
		font-size: 8px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		padding-left: 5px;
		padding-right: 5px;
	}
	#penlyte_messages {
		display: none;
	}
	.noprint {
		display: none;
	}
}

