/* STANDARD HTML */

body {
	font-size: 70%;
}

body * {
	color: #444;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

code, pre, tt {
	font-family: Monaco, "Courier New", monospace;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	margin: 0 0 0.6em 0;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 1em 0 0.6em 0;
}

li h2 {
	margin-bottom: 0.3em;
}

h3, big {
	font-size: 125%;
	font-weight: normal;
	margin: 1em 0 0.3em 0;
}

h2:first-child, h3:first-child {
	margin-top: 0;
}

a, a:visited {
	color: #2d1dfc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

small {
	font-size: 85%;
}

hr {
	margin: 1em 0;
}

p, ul, ol, dl {
	margin: 0.3em 0 1em 0;
}

table {
	border-collapse: collapse;
}

table.compact {
	width: auto !important;
}

table.transparent {
	background: transparent !important;
	border: 0 !important;
}

textarea {
	font-size: 100%;
}

td, th {
	margin: 0;
	padding: 3px 5px 3px 2px;
	text-align: left;
}

table.compact th, table.compact td {
	vertical-align: top;
}

table.transparent th, table.transparent td {
	background: transparent !important;
	padding: 3px 7px 3px 0 !important;
}

thead th {
	/*background: #bed63a !important;*/
	background: #98d556 !important;
}

tbody th {
	background: transparent !important;
	color: #444;
	vertical-align: top;
}

td {
	background: transparent;
}

td.alt {
	/*background: #f0f2e6;*/
	background: #ecf2e6;
}

td p, td ul, td ol, td dl {
	margin: 0 0 1em 0;
}

/* CUSTOM CSS CLASSES */

.action {
	/*background: #bed63a !important;*/
	background: #98d556 !important;
	border: 1px solid #5f644c !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
	font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.action.large {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 100%;
}

.action:hover {
	background: #2d1dfc !important;
	border: 1px solid #4d4c63 !important;
	text-decoration: none;
}

.alert, .error, .message, .warning, .success {
	font-style: italic;
	font-weight: bold;
}
.alert {
	color: #00f;
}
.error {
	color: #f00;
}
.message {
	color: #993;
}
.warning {
	color: #f70;
}
.success {
	color: #090;
}

.button {
	background: transparent;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

	.button.add_to_order {
		background: transparent url('../img/icons/add_to_order.png') left top no-repeat;
		height: 20px;
		width: 80px;
	}

	.button.large.add_to_order {
		background: transparent url('../img/icons/lg_add_to_order.png') left top no-repeat;
		height: 25px;
		width: 107px;
	}

	.button.go {
		background: transparent url('../img/icons/go_new.png') left top no-repeat;
		height: 20px;
		width: 20px;
	}

	.button.go:hover {
		background: transparent url('../img/icons/hover_go.png') left top no-repeat;
		height: 20px;
		width: 20px;
	}

.aligncenter {
	text-align: center;
}

.alignjustify {
	text-align: justify;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

ul.basic, ul.flat, ul.news_list {
	list-style: none;
	margin: 0.5em 0 1.5em 0;
	padding: 0;
}

	ul.basic li {
		margin: 0 0 0.3em 0;
		padding: 0;
	}
	
	ul.basic ul {
		font-size: 95%;
		list-style: none;
		margin-left: 2em;
		padding: 0;
	}

.cake-sql-log {
	margin: 1em auto;
	width: 960px;
}

.clear {
	clear: both;
}

ul.downloads {
	list-style: none;
	margin: 0.5em 0 1.5em 0;
	padding: 0;
}

	ul.downloads li {
		clear: both;
		display: block;
		line-height: 120%;
		margin: 0 0 1em 0;
	}

.download_icon {
	float: left;
	margin: 0 0.3em 2em 0;
}

.floatleft {
	float: left;
	margin-right: 5px;
}

.floatright {
	float: right;
	margin-left: 5px;
}

.halfcell {
	width: 50%;
}

.indicator {
	display: inline;
}

.maxcell {
	width: 100%;
}

.mouseover_wrapper {
	display: inline;
	overflow: visible !important;
	margin: 0 0 0 4px;
	position: relative;
	z-index: 1;
}

	.mouseover_trigger {
		background: transparent url('../../../img/icons/custom/toggle_next.png') left top no-repeat;
		cursor: pointer;
		height: 16px;
		left: 0;
		position: absolute;
		top: 0;
		width: 16px;
	}
	
	.mouseover_content {
		background: #f2f2f2 !important;
		border: 1px solid #ddd;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		left: 16px;
		padding: 10px;
		position: absolute;
		top: 0;
	}

.nowrap {
	white-space: nowrap;
}

.pagination_header, .pagination_links {
	margin: 1em 0;
	padding: 0;
}

	.pagination_links ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.pagination_links li {
		display: inline;
		margin-right: 0.5em;
	}

span.prev, span.next {
	display: none;
}
	
.sidebar_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
			
	.sidebar_nav>li {
		border-top: 1px solid #999;
		line-height: 30px;
	}
	
	.sidebar_nav>li:before {
		content: '\00bb  ';
	}
	
	.sidebar_nav ul {
		display: none;
		list-style: none;
		margin-left: 15px;
		padding: 0;
	}
	
	.sidebar_nav ul li {
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}

	.sidebar_nav a, .sidebar_nav a:visited {
		color: #333;
	}
	
	.sidebar_nav a:hover {
		color: #999;
		text-decoration: none;
	}
	
	.sidebar_nav .current ul {
		display: block;
	}
	
	.sidebar_nav .here>a {
		/*color: #a8bf26;*/
		color: #88bf4d;
	}

/* DOM ELEMENTS */

#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

	#header {
		height: 130px;
		padding: 0;
		position: relative;
		width: 960px;
	}
	
		#logo {
			background: transparent url('../img/bg/logo.png') left top no-repeat;
			height: 75px;
			left: 0;
			position: absolute;
			top: 30px;
			width: 176px;
		}
		
			#logo h1, #logo .description {
				text-indent: -9999px;
			}
			
			#logo a {
				display: block;
				height: 75px;
				left: 0;
				position: absolute;
				top: 0;
				width: 176px;
			}
		
		#search {
			border: 1px solid #999;
			left: 260px;
			margin: 0;
			padding: 4px;
			position: absolute;
			top: 50px;
			width: 260px;
		}
			
			#search * {
				display: inline;
			}
		
			#search label {
				display: block;
				font-size: 90%;
				margin: 0;
			}
			
			#s {
				background: #eee;
				/*border: 0;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;*/
				height: 16px;
				line-height: 16px;
				margin: 0;
				padding: 2px;
				vertical-align: top;
				width: 225px;
			}
			
			#s:focus {
				background: #fff;
			}
			
			#search .submit {
				display: inline;
				vertical-align: top;
			}
			
		#header_links {
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			right: 0;
			top: 70px;
			white-space: nowrap;
		}
		
			#header_links li {
				border-left: 1px solid #333;
				display: inline;
				margin: 0 5px 0 0;
				padding: 8px 0 8px 7px;
			}
			
			#header_links li:first-child {
				border-left: 0;
			}
			
			#header_links li:last-child {
				margin-right: 0;
			}
			
			#header_links a, #header_links a:visited {
				color: #333;
			}
			
			#header_links a:hover {
			}
	
	#page {
	}
	
		#flashMessage {
			background: #ff9;
			border: 1px solid #cc6;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			margin: 1em 0;
			padding: 5px;
			text-align: center;
		}
	
		#sidebar {
			float: left;
			overflow: hidden;
			padding: 43px 30px 0 0;
			position: relative;
			width: 150px;
		}
		
			#sidebar>h2 {
				border-top: 2px solid #999;
				font-size: 125%;
				font-weight: bold;
				line-height: 30px;
				margin: 0;
				padding: 0;
			}
			
			#sidebar>h2.navmenu:after {
				content: ' \25bc';
			}
			
			#sidebar>h2 a, #sidebar>h2 a:visited {
				color: #444;
			}
			
			#sidebar>h2 a:hover {
				color: #999;
				text-decoration: none;
			}
	
		#main {
			float: left;
			position: relative;
			width: 780px;
		}
		
			#breadcrumb {
				display: none;
			}
			
			#page_header {
				display: block;
				margin: 0 0 1em 0;
			}
			
				#page_header h1, #page_header h2 {
					display: inline;
					margin: 0;
					padding: 0;
				}
				
				#page_header h1 {
					padding-right: 1em;
				}
				
				#page_header h2 {
					font-size: 125%;
				}
			
	#footer {
		clear: both;
		height: 130px;
		position: relative;
		width: 960px;
	}
	
		#footer_links {
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			right: 0;
			top: 70px;
			white-space: nowrap;
		}
		
			#footer_links li {
				border-left: 1px solid #333;
				display: inline;
				margin: 0 8px 0 0;
				padding: 2px 0 2px 8px;
			}
			
			#footer_links li:first-child {
				border-left: 0;
			}
			
			#footer_links li:last-child {
				margin-right: 0;
			}
			
			#footer_links a, #footer_links a:visited {
				color: #333;
			}
			
			#footer_links a:hover {
			}
	
		#copyright {
			left: 0;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 70px;
			z-index: 0;
		}

/* DEBUG */
.cake-sql-log {
	display: none;
}
