@charset "utf-8";
/* gm.css */

@import "randomBox.css";
@import "highslide.css";

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #414141;
}

body {
	background: #ECECEC;
} 

a, a:visited {
	color: #5A5958;
	text-decoration: underline;
}

a:hover {
	color: #0088B5;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
}

img {
	border: 0 none;
}

input {
	vertical-align: middle;
}

form {
}
	form dt {
		display: block;
		margin: 0 5px 5px 0;
		padding-top: 5px;
	}
		form dt label {
			font-weight: bold;	
		}
		
	form dd {
		display: block;
		margin: 0 0 10px;
	}	
		form dd input.input-text {
			width: 300px;
		}
			form dd input.small {
				width: 86px;
			}
		
		form dd input.input-file, form dd select.input-dropdown {
			width: 305px;
		}
		
		form dd textarea.input-text {
			font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
			font-size: 12px;
			width: 660px;
			padding: 5px;
		}
		
		form dd input.input-submit {
			margin-left: 10px;
		}
		
		form dd span {
			display: block;
			font-size: 0.8em;
			color: #888888;
			margin-bottom: 2px;
		}

		form dd span.below {
			display: block;
			margin-left: 12px;
			padding-top: 5px;
			position: static;
		}

.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.rounded {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.error, .success, .warning, .information {
	min-height: 20px;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: bold;
}

.error {
	background: #FFECE6;
	border: 1px solid #FF936F;
	color: #842100;
}

.success {
	background: #EBF8D6;
	border: 1px solid #A6DD88;
	color: #539B2D;
}

.warning {
	background: #FFFBCC;
	border: 1px solid #FFF35E;
	color: #C69E00;
}

.information {
	background: #D3EEF1;
	border: 1px solid #81CDD8;
	color: #369CAB;
}

.left {
	float: left;
}

.right {
	float: right;
}

span.vertical-centered { 
	display: inline-block;
	vertical-align: middle;
}

img.vertical-centered-icon {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

div#container {
	margin: 0 auto;
	width: 980px;
}

div#header {
	height: 78px;
}

	div#header h1#logo {
		background: url("../images/logonosnow.png") no-repeat scroll 0 0 transparent;
		width: 296px;
		height: 61px;
		margin: 10px 0 0;
		float: left;
	}

		div#header h1#logo a {
			display: block;
			text-indent: -9999px;
			width: 296px;
			height: 61px;
		}

	div#header div.topPageNavigation {
		float: right;
		font-size: 11px;
		height: 26px;
		width: 450px;
	}
	
		div#header div.topPageNavigation div.userMenu {
			float: right;
			background: #333333;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;	
		}
		
			div#header div.topPageNavigation div.userMenu a, div#header div.topPageNavigation div.userMenu span {
				height: 15px;
				padding: 5px 8px 5px 7px;
				display: block;
				float: left;
				color: #FFFFFF;
			}
			
			div#header div.topPageNavigation div.userMenu a:hover {
				text-decoration: none;
			}

div#navigation {
	height: 30px;
	background: #333333;
	margin-bottom: 20px;
}

	div#navigation > ul  {
		clear: both;
		display: block;
		float: left;
		padding: 0 10px 0 0;
	}
	
	div#navigation > ul:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
		div#navigation > ul li {
			float: left;
			position: relative;
			text-align: center;
		}
		
			div#navigation > ul li > a {
				color: #FFFFFF;
				display: block;
				height: 24px;
				margin: 0 0 0 17px;
				padding: 7px 17px 0 0;
				text-decoration: none;
			}
			
			div#navigation > ul li:hover {
				background: #FFFFFF;
				color: #333333;
			}
			
				div#navigation > ul li:hover a {
					color: #333333;
				}
			
				div#navigation > ul li:hover ul {
					display: block;
				}
			
			div#navigation > ul li ul {
				display: none;
				left: -3px;
				position: absolute;
				top: 30px;
				z-index: 100;
			}

				div#navigation > ul li ul li {
					background: #FFFFFF;
					float: none;
					height: auto;
					margin: 0;
					padding: 0;
					text-align: left;
					width: auto;
				}
				
					div#navigation > ul li ul li a {
						color: #333333;
						display: block;
						font-size: 11px;
						height: 21px;
						margin: 0 0 0 30px;
						padding: 8px 30px 0 0;
						width: auto; 
					}
					
					div#navigation > ul li ul li a:hover {
						color: #0088B5;
					}
				
			div#navigation > ul li.home:hover {
				-moz-border-radius-topleft: 4px;
				-webkit-border-top-left-radius: 4px;
				border-top-left-radius: 4px;
			}
			
	div#navigation div.searchBoxContainer {
		float: right;
		position: relative;
	}
		
		div#navigation div.searchBoxContainer div.searchBox {
			float: right;
			position: relative;
			margin: 3px 10px 3px 0;
		}
		
			div#navigation div.searchBoxContainer div.searchBox input.input-text {
				height: 17px;
				padding: 3px 34px 2px 6px;
				width: 197px;
			}

div#content {
	clear: both;
	height: auto;
}

div#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

	div#content div.columnLeft {
		float: left;
		margin: 0 15px 0 0;
		width: 710px;
	}
	
		div#content div.columnLeft div.content {
			background: #FFFFFF;
			padding: 15px 20px;
		}
	
	div#content div.columnRight {
		float: right;
		width: 255px;
		margin-top: 0;
	}
	
		div#content div.columnRight	div.box {
			margin-bottom: 15px;
			background: #FFFFFF;
		}
		
			div#content div.columnRight	div.box div.header {
				height: 30px;
				background: #333333;
			}
			
			div#content div.columnRight	div.box.rounded div.header {
				-moz-border-radius-topleft: 6px;
				-moz-border-radius-topright: 6px;
				-webkit-border-top-left-radius: 6px;
				-webkit-border-top-right-radius: 6px;
				border-top-left-radius: 6px;
				border-top-right-radius: 6px;				
			}
			
				div#content div.columnRight	div.box div.header h3 {
					color: #FFFFFF;
					float: left;
					font-size: 12px;
					font-weight: normal;
					margin :0;
					padding: 8px 20px 0 21px;
				}
			
			div#content div.columnRight	div.box div.content {
				padding: 1px;
			}
								
			div#content div.columnRight	div.box div.content.wide {
				padding: 1px 20px;
			}
			
			div#content div.columnRight	div.box div.footer {
				min-height:10px;
			}
				
				div#content div.columnRight	div.box div.footer span {
					border-top: 1px solid #E8E8E8;
					padding: 5px;
					display: block;
					text-align: right;
				}
		
	div#content div.columnAll {
		width: 100%;
	}
		div#content div.columnAll div.content {
			background: #FFFFFF;
			padding: 15px 20px;
		}

div#footer {
	background: #FFFFFF;
	clear: both;
	margin: 20px 0 75px 0;
	padding: 5px;
}

div.products {
	clear: both;
}

div.products:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	div.products ul {	
		padding: 0 3px;
	}
	
		div.products ul li {
			margin: 0 6px 0 0px;
			float: left;
			font-size: 12px;
			height: 170px;
			position: relative;
			width: 160px;
		}
		
		div.products ul.boxed li {
			background: #F9F9F9;
			border: 1px solid #E8E8E8;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			margin: 0 4px 5px 0;
			padding-bottom: 5px;
		}
		
		div.products ul.boxed li:hover {
			border: 1px solid #0088B5;
		}
		
		div.products ul li img {
			display: block;
			width: 160px;
			height: 120px;
			margin: 0 0 5px;
		}
		
		div.products ul.boxed li img {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
		div.products ul li a {
			text-decoration: none;
		}
		
		div.products ul li p {
			margin: 0;
			padding: 0 5px;
		}
	
ul.productsCharts {
	display: block;
}
	ul.productsCharts li {
		position: relative;
		clear: both;
		padding: 6px 0;
	}
	
	ul.productsCharts li:hover {
		background: #F9F9F9; 
		border: 1px solid #E8E8E8;
		border-left: 0;
		border-right: 0;
		padding: 5px 0;
	}
		ul.productsCharts li div.position {
			color: #999999;
			font-size: 18px;
			height: 25px;
			padding: 5px 5px 0;
			text-align: center;
			width: 25px;
			float: left;
		}
		
		ul.productsCharts li div.product {
			display: block;
			height: 30px;
			margin: 2px 0 0;
			width: 200px;
		}
		
div.comments {
	
}
	div.comments div.comment {
		background: #F9F9F9;
		border: 1px solid #E8E8E8;
		min-height: 50px;
		padding: 20px;
		margin-bottom: 10px;
	}
		div.comments div.comment p {
			margin: 0;
			padding-bottom: 15px;
		}	
		
ul.productInformation {
	padding: 5px 5px 0 5px;
}
	ul.productInformation li {
		margin-bottom: 5px;
	}
	
	ul.productInformation li a.download {
		display: block;
		width: 100%;
		text-align: center;;
		text-decoration: none;
	}
	
ul.contactInformation {
	padding: 5px;
}
	ul.contactInformation li {
		margin-bottom: 5px;
	}
	
ul.news li h4 {
	margin: 0;
	padding: 6px 0 0;
}

ul.news li span {
	color: #8B9298;
	font-size: 0.92em;
}

ul.moreCreations {
	padding: 5px;
}
	ul.moreCreations li {
		margin-bottom: 5px;
	}

ul.listing {
	padding: 5px;
}
	ul.listing li {
		margin-bottom: 5px;
	}
	
div.pagination {
	margin: 20px 0 5px 0;
}
	div.pagination a {
		line-height: 1.5em;
		margin: 0 2px;
		padding: 0 4px;
		text-decoration: none;
		border: 1px solid #E8E8E8;
	}
	
	div.pagination a:hover {
		background: #0088B5;
		color: #FFFFFF;	
	}
	
	div.pagination span {
		line-height: 1.5em;
		margin: 0 2px;
		padding: 0 4px;
		text-decoration: none;
		border: 1px solid #E8E8E8;
		background: #0088B5;
		color: #FFFFFF;		
	}
	
form dl.smallSearchForm, form dl.smallFilterForm {
	padding: 5px;
	margin: 0;
}
	form dl.smallSearchForm dt label {
		display: none;
	}
	
	form dl.smallSearchForm dd, form dl.smallFilterForm dd {
		width: auto;
	}
	
		form dl.smallSearchForm dd input.input-text{
			width: 165px;
		}
		
		form dl.smallFilterForm dd select.dropdown {
			width: 240px;
		}
		
		form dl.smallSearchForm dd input.input-submit {
			margin: 0;
		}
		
		form dl.smallFilterForm dd input.input-submit {
			float: right;
		}
	
ul.bbCodeBar {
	width: 305px;
	margin-bottom: 3px;
}
	ul.bbCodeBar:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	ul.bbCodeBar li {
		float: left;	
		position: relative;
	}
	
		ul.bbCodeBar li a {
			display: block;
			max-height: 16px;
			float: left;
			padding: 2px;
			margin-right: 2px;
		}

		ul.bbCodeBar li a:hover {
			display: block;
			float: left;
			padding: 1px;
			margin-right: 2px; 
			background-color: #dddddd;
			border: 1px solid #999999;
		}
		
		ul.bbCodeBar li ul.colorpicker, ul.bbCodeBar li ul.sizepicker {
			position: absolute;
			background-color: #ffffff;
			top: 20px;
			padding: 2px;
			margin: 0;
			border: 1px solid #999999;
			left: -9999px;
		}
	
			ul.bbCodeBar li ul.colorpicker li {
				width: 144px;
			}
			
			ul.bbCodeBar li ul.sizepicker li {
				width: 132px;
			}
			
				ul.bbCodeBar li ul.colorpicker li img {
					width: 12px;
					height: 12px;
					background-color: #000000;
				}
				
		ul.bbCodeBar li:hover ul.colorpicker, ul.bbCodeBar li:hover ul.sizepicker {
			left: 0;
			display: block;
			z-index: 5;
		}

div.team:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	div.team ul {	
		padding: 0 3px;
	}		
		div.team ul li {
			float: left;
			font-size: 12px;
			height: 150px;
			position: relative;
			width: 120px;
			background: #F9F9F9;
			border: 1px solid #E8E8E8;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			margin: 0 4px 5px 0;
			padding-bottom: 5px;
			text-align: center;
		}
		
		div.team ul li:hover {
			border: 1px solid #0088B5;
		}
		
		div.team ul li img {
			display: block;
			margin: 0 0 5px;
			margin: 10px auto;
		}
		
		div.team ul li p {
			margin: 0;
		
			padding: 0 5px;
		}
		
div.innerColumns:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	div.innerColumns div.innerColumn {
		float: left;
		width: 215px;
		background: #F9F9F9;
		border: 1px solid #E8E8E8;
		padding-bottom: 5px;
		margin: 0 4px 5px 0;
	}	
		div.innerColumns div.innerColumn ul li {
			padding: 6px 10px 6px 10px;
			display: block;
			clear: both;
		}	
			div.innerColumns div.innerColumn ul li span.headline {
				float: left;
				font-weight: bold;
				width: 80px;
			}
			
			div.innerColumns div.innerColumn ul li span.summary {
				float: left;
				margin-left: 5px;
				text-align: right;
				width: 110px;
			}
			
		div.innerColumns h3 {
			margin: 10px 0 5px 10px; 
		}	
			
ul.productTypes:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	ul.productTypes li a {
		float: left;
		width: 195px;
		background: #F9F9F9;
		border: 1px solid #E8E8E8;
		padding: 6px 10px 6px 10px;
		margin: 0 4px 5px 0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		text-decoration: none;
		font-weight: bold;
	}

	ul.productTypes li a:hover {
		background: #0088B5; 
		color: #FFFFFF;	
	}	

div.productHeader {
	padding: 14px 0 14px 0;
}	
	div.productHeader h2 {
		display: inline;
	}
	
	div.productHeader span.rating {
		margin-left: 10px;
	}
		div.productHeader span.rating a, div.productHeader span.rating span.ratingDisabled {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background: #F9F9F9;
			border: 1px solid #E8E8E8;
			padding: 0 0.5em;
			vertical-align: middle;
			display: inline-block;
			text-decoration: none;
			color: #000000;
		}
		
		div.productHeader span.rating a:hover {
			background: #0088B5; 
			color: #FFFFFF;
		}
		
			div.productHeader span.rating a img, div.productHeader span.rating span.ratingDisabled img {
				vertical-align: middle;
				width: 16px;
				height: 16px;
			}
			
			div.productHeader span.rating a span, div.productHeader span.rating span.ratingDisabled span {
				vertical-align: middle;
				display: inline-block;
				line-height: 1.6em;
			}
			
		div.productHeader span.rating span.ratingDisabled {
			color: #CCCCCC;
		}
		
		div.productHeader span.rating span.ratingRated {
			border: 1px solid #B3E369;
		}
	
	div.productHeader span.productActions ul {
		display: inline;
	}	
		div.productHeader span.productActions ul li {
			display: inline;
		}

div.tabs {
	margin-left: 7px;	
}
	div.tabs ul li {
		font-size:11px;
		float: left;
	}
		div.tabs ul li.active {
			background: #FFFFFF;
		}
		
		div.tabs ul li a {
			display: block;
			margin: 0 5px;
			padding: 10px 25px;
			text-decoration: none;
			color: #CCCCCC;
			border-bottom: 0;
			background: #DDDDDD;
		}
		
		div.tabs ul li a:hover {
			color: #FFFFFF;
		}
	
		div.tabs ul li.active a {
			color: #333333;
			background: #FFFFFF;
		}

div.tabs:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

table.cp-table {
	border-collapse: collapse;
	border-color: #CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	font-size: 11px;
	margin: 0;
	width: 100%;	
}

	table.cp-table thead {
		border-bottom: 1px solid #CCCCCC;
	}
	
		table.cp-table thead th {
			border-right: 1px solid #CCCCCC;
			color: #333333;
			font-weight: normal;
			padding: 15px 10px 15px 20px;
			text-align: left;
			text-transform: uppercase;
		}
		
	table.cp-table td {
		background: none repeat scroll 0 0 #F7F7F7;
		border-right: 1px solid #CCCCCC;
		line-height: 120%;
		padding: 0 10px 0 20px;
		vertical-align: middle;
	}
	
	table.cp-table tr.odd td {
		background: none repeat scroll 0 0 #F1F1F1;
	}

.BBCode-Language {
	background: none no-repeat scroll 6px 8px;
	overflow: hidden;
	padding: 5px;
	padding-top: 20px;
	display: inline-block;	
}
	.BBCode-Language-De {
		background-image: url("../images/icons/flags/de.png");
	}
	
	.BBCode-Language-Uk {
		background-image: url("../images/icons/flags/uk.png");
	}

ul.buttonNavigation {
	margin-bottom: 10px;
	margin-left: -10px;
}
	ul.buttonNavigation li {
		margin-left: 10px;
		vertical-align: middle;
		display: inline-block;
		line-height: 1.6em;
	}
		ul.buttonNavigation li a {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background: #F9F9F9;
			border: 1px solid #E8E8E8;
			padding: 0 0.5em;
			vertical-align: middle;
			display: inline-block;
			text-decoration: none;
			color: #000000;
		}
		
		ul.buttonNavigation li a:hover {
			background: #0088B5; 
			color: #FFFFFF;
		}
		
span.breadcrumb {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}
