/* Default element styles */
body {
	margin: 0px;
	padding-left: 19px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../media/content_background.png);
	background-repeat: repeat-y;
}
img {
	border: none;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #F90;
}
h1 {
	/* used by the Bonkers logo */
}
h2 {
	font-size: 26px;
	font-weight: normal;
	background-color: #FF9900;
	background-image: url(../media/h2_background.png);
	background-repeat: repeat-x;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFF;
	padding: 4px;
}
h3 {
	font-size: 16px;
	margin-left: 4px;
}
h4 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
}
p {
	margin: 0px 0px 12px 4px;
	line-height: 21px;
	font-size: 14px;
}
ul, ol {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	padding: 0px;
	margin: 0px 0px 12px 18px;
}
ol {
	margin-left: 22px;
}
li {
	line-height: 21px;
}
table {
	width: 100%;
	font-size: 14px;
}
th, td {
	text-align: left;
	padding: 4px;
}

/* Top level layout and container elements */
div#Header {
	position: relative;
	width: 952px;
	height: 133px;
	background-image: url(../media/header_background.png);
	background-repeat: repeat-x;
	z-index: 10;
}
div#Content {
	position: relative;
	left: 9px;
	width: 934px;
}
div#Footer {
	position: relative;
	width: 934px;
	clear: both;
	padding: 12px 0px 12px 0px;
	text-align: right;
	font-size: 9px;
}

/* Header items */
#Header h1 {
	position: absolute;
	left: 9px;
	top: 9px;
	margin: 0px;
	padding: 0px;
}
#Header .ContactInformation {
	position: absolute;
	right: 11px;
	top: 8px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	line-height: normal;
}

/* Footer and suggestion items */
#Header form {
	position: absolute;
	left: 540px;
	top: 50px;
	margin: 0px;
	padding: 0px;
}
#Header input {
	font-size: 16px;
	border: 4px solid #F4A838;
	background-color: #FDEED7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-indent: 4px;
	width: 150px;
}
#Suggestions {
	position: absolute;
	z-index: 10;
	left: 767px;
	top: 76px;
	padding: 10px;
	margin-left: -150px;
	width: 300px;
	border: 4px solid #F4A838;
	background-color: #FDEED7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 13px;
	line-height: 18px;
}
#Suggestions a
{
	float: left;
	display: block;
	text-decoration: none;
}
#Suggestions span {
	display: block;
	float: right;
}

/* Index page items */
div#IndexImage {
	position: relative;
	width: 952px;
	height: 388px;
	margin-bottom: 9px;
	padding: 1px 0px;
	background-image: url(../media/image_background.png);
	background-repeat: repeat-x;
	z-index: 1;
}
#IndexImage #DynamicContent {
	position: relative;;
	left: -1px;
	width: 955px;
	z-index: 1;
}
div#IndexContentLeft {
	float: left;
	width: 460px;
}
div#IndexContentRight {
	float: left;
	width: 450px;
	margin-left: 24px;
}

/* Navigation items */
ul#Navigation {
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
	top: 86px;
	right: 3px;
}
ul#Navigation li {
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 0px;
}
ul#Navigation li ul {
	position: absolute;
	right: 5px;
	top: 33px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Navigation li ul li {
	position: relative;
	top: 14px;
	border: 4px solid #F4A838;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #FDEED7;
	float: none;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	overflow: auto;
}
#Navigation li ul#NavProducts li {
	width: 725px;
}
#Navigation dl {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
	min-height: 120px;
}
#Navigation dt {
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F4A838;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 3px 3px 6px;
}
#Navigation dt a {
	background-image: none;
	text-decoration: none;
	color: #DF0023;
}
ul#Navigation dt a:after {
	content: " \00BB";
}
#Navigation dd {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#Navigation dd a {
	color: #333;
	text-decoration: none;
	padding: 3px;
}
#Navigation dd a:hover {
	color: #DF0023;
	background-color: #FBDFB5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Layout divs */
.ProductDescription, .ProductSpecification {
	float: left;
	width: 380px;
}
.ProductPrice, #PrintPage {
	position: absolute;
	right: 0px;
	background-color: #0099CC;
	color: #FFF;
	padding: 4px 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: bold;
}
.ProductPrice {
	top: 59px;
}
.PrintProductPrice {
        font-weight: bold;
        clear: both;
}
#PrintPage {
	top: 98px;
}
#CategoryList {
	position: absolute;
	right: 0px;
	top: 137px;
	text-align: right;
}

/* General styles */
#PrintPage a {
	background-image: url(../media/print.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 29px;
	text-decoration: none;
	color: #FFF;
}
#CategoryList a {
	display: block;
	margin-bottom: 10px;
	background-color: #FF9900;
	color: #FFF;
	padding: 4px 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: bold;
	text-decoration: none;
}
#CategoryList br {
	display: none;
}
.Hidden {
	display: none !important;
}
.Visible {
	display: block !important;
}
.Disabled {
	color: #CCC;
}
.ProductPhotographContainer {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.InlineProductPhotograph {
	float: left;
	margin-bottom: 10px;
	border: 4px solid #0099CC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	clear: left;
}
.ProductThumbnail {
	float: left;
	width: 150px;
	margin: 0px 20px 20px 0px;
	border: 4px solid #0099CC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
}
.ProductThumbnail span, .InlineProductPhotograph span {
	display: block;
	text-align: center;
	background-color: #0099CC;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	padding: 4px 4px 2px 4px;
}
a.SubCategory {
	padding: 4px;
	color: #FFF;
	background-color: #FF9900;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
}
a.SubCategory:hover {
	color: #FFF;
}
table.PriceList {
    font-size: 12px;
    border-collapse: collapse;
}
table.PriceList td, table.PriceList th {
    border: 1px solid #FFCC00
}
span.NoDescription {
    color: #dddddd;
}

/* Form items */
input.AutoWidth {
	width: auto !important;
}
input.Short {
	width: 100px !important;
}
input.DefaultButton {
	font-weight: bold;
	width: auto !important;
}
input.Checkbox {
	width: auto !important;
	position: relative;
	top: 2px;
}
#Footer input {
	position: relative;
	top: 1px;
	font-size: 9px;
	border: none;
	background-color: #FBDFB5;
}

/* Administration page items */
div#AdminOptions {
	margin: 10px 0px;
	font-size: 12px;
	font-weight: bold;
}
form#ProductForm, form#CategoryForm {
	position: fixed;
	border: 4px solid #000;
	z-index: 20;
	display: block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
form#ProductForm p, form#CategoryForm p, form#ProductForm label, form#CategoryForm label {
	font-size: 12px;
}
form#ProductForm {
	left: 200px;
	top: 40px;
	width: 440px;
	border-color: #0099CC;
	background-color: #66CCFF;
}
form#CategoryForm {
	left: 220px;
	top: 60px;
	border-color: #FF9900;
	background-color: #FFCC00;
	z-index: 30;
}
#ProductForm fieldset, #CategoryForm fieldset {
	border: none;
	margin: 0px;
	padding: 10px;
}
#ProductForm h2, #CategoryForm h2 {
	margin: 0px;
	padding: 6px 10px 10px 10px;
	color: #0066CC;
	border-bottom: 4px solid #0099CC;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#CategoryForm h2 {
	color: #FF6600;
	border-bottom-color: #FF9900;
}
#ProductForm .Options, #CategoryForm .Options {
	clear: both;
	margin: 0px 10px 10px 0px;
	text-align: right;
}
#ProductForm input, #CategoryForm input {
	font-size: 12px;
	width: 300px;
}
#CategoryForm select {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
select .OptionDepth2 {
	text-indent: 15px;
}
span#ProductProgress, span#CategoryProgress {
	font-weight: bold;
	margin-right: 10px;
}
#ProductForm label, #CategoryForm label {
	font-weight: bold;
}

table#ProductList {
	border-collapse: collapse;
	font-size: 12px;
}
#ProductList thead {
	background-color: #0099CC;
}
#ProductList p {
	margin: 0px;
	display: inline;
}
#ProductList th, #ProductList td {
	line-height: 18px;
}
#ProductList td {
	background-color: #FFF;
}
#ProductList tr.Category {
	background-color:#66CCFF;
}
#ProductList tr.Category a {
	color: #FFF;
}
#ProductList a.EditCategory {
	position: absolute;
	right: 10px;
}
#ProductList a {
	text-decoration: none;
}

/* Print-related items */
.Product {
    position: relative;
}
#Content .ContactInformation, #Content h1, h2.CatalogueTitle {
    display: none;
}
#Content h2 {
    clear: both;
}
#PrintNotice {
    position: absolute;
    width: 550px;
    left: 200px;
    top: 150px;
    background-color: #CCC;
    font-weight: bold;
    z-index: 1000;
    padding: 20px;
    border: 1px solid #333;
}
