/******************/
/* Default styles */
/******************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	padding: 0; border: 0; outline: 0; margin: 0;
}
img, a img, :link img, :visited img {
	border: 0;
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
.clear {
	height: 0;
	clear: both;
	overflow: hidden;
	display: block;
}
.sup {
	position: relative;
	bottom: 12px;
}
.sub {
	position: relative;
	top: 5px;
}
.hr {
	background: #aeaeae;
	height: 1px;
	padding: 0; border: 0; margin: 15px 0;
	overflow: hidden;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textJustify {
	text-align: justify;
}
.indent1 {
	text-indent: 20px;
	display: block;
}
.indent2 {
	text-indent: 40px;
	display: block;
}
.textUnderline {
	text-decoration: underline;
}
.imgLeft {
	margin: 4px 10px 4px 0;
	float: left;
}
.imgRight {
	margin: 4px 0 4px 10px;
	float: right;
}
.center {
	margin: 0 auto;
	display: block;
}

/*****************/
/* Global styles */
/*****************/

body {
	font: 12px/125% Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000;
}
input, select, textarea {
	font: 11px/125% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: normal; color: #000;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 12px;
}
a {
	text-decoration: none; color: #20626e;
}
a:hover {
	color: #3290a1;
}
ol.numeric {
	list-style: decimal inside none;
}
ul.circle {
	list-style: circle inside none;
}
ul.disc {
	list-style: disc inside none;
}
table {
	border: 1px solid #666;
}
	table th, table td {
		padding: 5px; border: 1px solid #666;
	}
.vAlign {
	border: 0;
}
	.vAlign td {
		padding: 0; border: 0; margin: 0;
		vertical-align: middle;
		text-align: center;
	}
		.vAlign img {
			margin: 0 auto;
		}
textarea {
	overflow: auto;
}
select {
	padding: 0 0 0 4px;
}
option {
	padding: 1px 3px;
}
fieldset {
	padding: 10px 10px 0; border: 1px solid #b4b4b4; margin: 0 0 10px;
}
label {
	padding: 2px 0 0;
	cursor: pointer;
	float: left;
}
.plainLabel {
	cursor: default;
}
.inputText, .inputArea, .inputDrop {
	background: #fff;
	padding: 2px 4px 3px; border: 1px solid #b4b4b4; outline: 0;
	color: #333;
	float: left;
}
input.blur, textarea.blur {
	color: #878787;
}
.inputDrop {
	padding: 1px 0;
}
.inputRadio, .inputCheck {
	float: left;
}
.inputButton {
	font-size: 13px; text-align: center;
	cursor: pointer;
	overflow: hidden;
	display: block;
}
.preventDefault {
	cursor: default;
}
.pagination {
	float: right;
}
.bottomPagination {
	padding: 15px 0 0;
}
	.pagination .current {
		font-weight: bold; color: #3290a1;
	}

/******************/
/* Context styles */
/******************/

html {
	background: url(../images/bg.gif) repeat-x;
}
#header {
	width: 967px;
	margin: 0 auto;
}
	#logo {
		width: 301px; height: 38px;
		padding: 20px 0 20px 13px;
		float: left;
	}
		#logo a {
			background: url(../images/header/logo.png) no-repeat;
			width: 301px; height: 38px;
			display: block;
		}
			#logo span {
				display: none;
			}
	#order {
		background: url(../images/header/order.png) no-repeat;
		width: 202px; height: 30px;
		padding: 12px 0 0 100px; margin: 19px 2px 0 0;
		font-size: 16px; text-shadow: 1px 1px #d7f600; color: #212c00;
		display: block;
		float: right;
	}
	#order:hover {
		background-position: 0 -42px;
	}
	#menu {
		background: url(../images/header/menu/delimiter.gif) no-repeat 0 10px;
		height: 40px;
		padding: 0 0 0 2px;
	}
		#menu li {
			background: url(../images/header/menu/delimiter.gif) no-repeat right 10px;
			padding: 0 2px 0 0;
			float: left;
		}
			#menu a {
				padding: 0 10px;
				font: bold 13px Arial, Verdana, Geneva; line-height: 40px; text-shadow: 0 -1px #020506; color: #e7fbff;
				display: block;
			}
			#menu a:hover, #menu .current {
				background: url(../images/header/menu/current.gif) repeat-x;
			}
	#langSection {
		margin: 3px 3px 0 0;
		float: right;
		position: relative;
		z-index: 10;
	}
		#langSelect {
			background: url(../images/header/langs/select.png) no-repeat;
			width: 132px; height: 30px;
			padding: 4px 0 0 2px;
			float: left;
		}
		#langMenu {
			background: #1497d0;
			width: 124px;
			border: 1px solid #ccc;
			display: none;
			position: absolute;
		}
			#langSection a {
				padding: 0 0 0 29px;
				font-size: 12px; line-height: 24px; color: #000;
				display: block;
			}
			#langSection .bg {
				background: url(../images/header/langs/flags/bg.png) no-repeat 4px 3px;
			}
			#langSection .en {
				background: url(../images/header/langs/flags/en.png) no-repeat 4px 3px;
			}
			#langSection .pt {
				background: url(../images/header/langs/flags/pt.png) no-repeat 4px 3px;
			}
			#langSection .de {
				background: url(../images/header/langs/flags/de.png) no-repeat 4px 3px;
			}
			#langSection .es {
				background: url(../images/header/langs/flags/es.png) no-repeat 4px 3px;
			}
			#langSection .fr {
				background: url(../images/header/langs/flags/fr.png) no-repeat 4px 3px;
			}
			#langSection .ru {
				background: url(../images/header/langs/flags/ru.png) no-repeat 4px 3px;
			}
			#langSection .pl {
				background: url(../images/header/langs/flags/pl.png) no-repeat 4px 3px;
			}
			#langMenu a:hover {
				color: #fff;
			}
	#slideShow {
		width: 967px; height: 346px;
		margin: 17px 0 0;
	}
		#slideShow img {
			width: 967px; height: 346px;
			display: none;
		}
#columns {
	width: 961px;
	padding: 17px 3px 0; margin: 0 auto;
}
	#columns .line {
		background: url(../images/columns/line.png) repeat-x;
		height: 2px;
		margin: 0 -10px 12px;
	}
	#lColumn {
		background: url(../images/columns/lcolumn/bg.gif) no-repeat;
		width: 690px; min-height: 133px;
		padding: 10px;
		float: left;
	}
		#lColumn h1 {
			padding: 0 0 12px;
			font-weight: bold; line-height: 18px;
		}
		#lColumn h2, #lColumn h3 {
			padding: 12px 0;
			font-weight: bold;
		}
		#lColumn p {
			padding: 5px 0;
		}
		#lColumn a {
			text-decoration: underline;
		}
		#lColumn a:hover {
			text-decoration: none;
		}
		#lColumn .highlight {
			color: #ad0000; font-weight: bold; 
		}
		#lColumn .oldPrice {
			text-decoration: line-through; color: #666;
		}
		#lColumn .additionalContent {
			display: none;
		}
		#news {

		}
			#news .oneNews {
				padding: 15px 0; border-bottom: 1px solid #494848;
			}
				#news h2 {
					padding: 0 0 8px;
				}
				#news .summary {
					padding: 3px 0 10px;
				}
		#form {
			width: 500px;
			padding: 20px 0 0 20px;
		}
			#form div {
				padding: 0 0 9px;
			}
				#form label {
					width: 200px;
				}
				#form .inputText, #form .inputArea {
					width: 290px;
				}
				#form .inputArea {
					height: 80px;
				}
				#form .inputDrop {
					width: 300px;
				}
				#form span {
					color: #bb0500;
				}
				#captchaCode {
					width: 152px; height: 33px;
					cursor: pointer;
					float: right;
				}
				#form .inputButton {
					height: 32px;
					margin: 0 0 0 5px;
					float: right;
				}
				#form .error {
					border: 1px solid #bb0500;
				}
				#lColumn #querySent {
					padding: 40px 0;
					font-size: 24px; text-align: center;
				}
	#rColumn {
		background: url(../images/columns/rcolumn/bg.gif) no-repeat;
		width: 210px; min-height: 133px;
		padding: 10px; margin: 0 0 0 21px;
		float: left;
	}
		#rColumn h2 {
			padding: 0 0 12px;
			font-size: 18px;
		}
		#newsMenu {

		}
			#newsMenu .oneNews {
				padding: 0 0 15px;
			}
				#newsMenu .oneNews img {
					display: none;
				}
				#newsMenu .oneNews h3 {
					padding: 0 0 12px;
				}
					#newsMenu .oneNews h3 a {
						font: bold 12px/130% Arial, Verdana, Geneva;
					}
				#newsMenu .oneNews .summary {
					padding: 0 0 7px;
					font: 12px/110% Arial, Verdana, Geneva; text-indent: 5px; color: #555;
				}
				#newsMenu .oneNews ul, #newsMenu .oneNews ol {
					padding: 0;
				}
				#newsMenu .oneNews .published {
					padding-bottom: 5px;
					font-size: 11px; font-style: italic; color: #999;
				}
#footer {
	background: url(../images/footer/bg.gif) repeat-x;
}
	#fMenu {
		width: 817px;
		margin: 0 auto;
		padding: 46px 0 22px 150px;
	}
		#fMenu li {
			background: url(../images/footer/delimiter.gif) no-repeat 0 3px;
			float: left;
		}
		#fMenu .first {
			background: none;
		}
			#fMenu a {
				padding: 0 7px 0 9px;
				font-size: 11px; color: #000;
			}
			#fMenu .first a {
				padding-left: 0;
			}
			#fMenu a:hover, #fMenu .current {
				color: #3290a1;
			}
	#copyright {
		width: 967px;
		padding: 0 0 10px; margin: 0 auto;
		text-align: center; color: #999;
	}

/******************/
/* Plugins styles */
/******************/

/* Floatbox */

div#fbPathChecker {
	background-image: url(../javascript/floatbox/graphics/blank.gif);
}
div#fbOverlay {
	width: 100%; height: 100%;
	padding: 0; border-width: 0; margin: 0;
	position: fixed;
	left: 0; top: 0;
}
div#fbBox {
	padding: 0; border-width: 0; border-style: solid; margin: 0;
	position: absolute;
}
#fbBox div.fb, #fbBox a.fb, #fbBox img.fb, #fbBox iframe.fb, #fbBox #fbIndexLinks a, div#fbZoomDiv img#fbZoomImg {
	padding: 0; border-width: 0; outline: none; margin: 0;
}
#fbBox a.fb {
	background: transparent url(../javascript/floatbox/graphics/blank.gif);
}
#fbBox div.fb {
	background-color: transparent;
}
div#fbZoomDiv, a.fbPopup img, a.fbPopdown img, a.fbPopleft img, a.fbPopright img, #fbBox #fbIndexLinks img {
	padding: 0; border-style: solid; border-color: black; margin: 0;
	position: absolute;
	left: 0; top: -9999px;
}
#fbBox #fbBoxLoader, #fbZoomDiv #fbZoomLoader, #fbMainDiv #fbMainLoader {
	background-position: center; background-repeat: no-repeat;
	width: 100%; height: 100%;
	min-width: 100%; min-height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0; top: 0;
}
#fbZoomDiv #fbZoomLoader, #fbMainDiv #fbMainLoader {
	background-image: url(../javascript/floatbox/graphics/loader_black.gif);
}
div.fbCycler a, div.fbCycler div {
	text-decoration: none;
	position: absolute;
}
div.fbCycler span {
	text-align: center;
	display: block;
}
div.fbCycler a span {
	text-decoration: underline;
}
#fbBox #fbShadows, #fbBox #fbShadowTop, #fbBox #fbShadowRight, #fbBox #fbShadowBottom, #fbBox #fbShadowLeft, #fbBox #fbShadowCorner,
#fbBox #fbCorners, #fbBox #fbCornerTop, #fbBox #fbCornerRight, #fbBox #fbCornerBottom, #fbBox #fbCornerLeft {
	background-repeat: no-repeat;
	width: 100%; height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0; top: 0;
}
#fbBox #fbShadows, #fbBox #fbCorners {
	overflow: visible;
}
#fbBox #fbShadowTop, #fbBox #fbShadowLeft, #fbBox #fbCornerTop { background-position: top left; }
#fbBox #fbShadowRight, #fbBox #fbCornerRight { background-position: top right; }
#fbBox #fbShadowCorner, #fbBox #fbCornerBottom { background-position: bottom right; }
#fbBox #fbShadowBottom, #fbBox #fbCornerLeft { background-position: bottom left; }
#fbBox #fbCanvas {
	width: 100%; height: 100%;
	position: relative;
	left: 0; top: 0;
}
#fbBox #fbContent {
	height: 100%;
}
#fbBox #fbMainDiv, #fbBox #fbtlPanel, #fbBox #fbtrPanel, #fbBox #fbblPanel, #fbBox #fbbrPanel {
	border-style: solid;
	overflow: hidden;
	position: absolute;
}
#fbBox #fbMainDiv, div#fbZoomDiv {
	background-color: #fff;
}
#fbBox #fbInfoLink, #fbBox #fbPrintLink {
	font-weight: bold;
}
#fbBox #fbResizer {
	width: 25px; height: 25px;
	position: absolute;
	left: 0; top: 0;
}
#fbBox #fbDragger {
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 12px; height: 12px;
	cursor: nw-resize;
	position: absolute;
}
#fbBox #fbLeftNav, #fbBox #fbRightNav {
	height: 100%;
	position: absolute;
}
#fbBox #fbLeftNav, #fbBox #fbOverlayPrev {
	left: 0;
}
#fbBox #fbRightNav, #fbBox #fbOverlayNext {
	right: 0;
}
#fbBox #fbOverlayPrev, #fbBox #fbOverlayNext {
	background-repeat: no-repeat;
	width: 49px; height: 23px;
	position: absolute;
}
#fbBox #fbtlPanel, #fbBox #fbtrPanel, #fbBox #fbblPanel, #fbBox #fbbrPanel {
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 1.25em;
}
#fbBox #fbCaption, #fbBox #fbCaption2 {
	cursor: default;
}
#fbBox #fbItemNumber {
	font-size: 10px;
	white-space: nowrap;
	cursor: default;
}
#fbBox #fbControls {
	height: 14px;
	font-size: 1px;
}
#fbBox #fbNavControls {
	width: 88px; height: 14px;
}
#fbBox #fbPrev {
	background-repeat: no-repeat;
	width: 44px; height: 14px;
	float: left;
}
#fbBox #fbNext {
	background-repeat: no-repeat;
	width: 44px; height: 14px;
	float: right;
}
#fbBox #fbPlay, #fbBox #fbPause {
	background-repeat: no-repeat;
	position: absolute;
}
#fbBox #fbPlayPause, #fbBox #fbPlay, #fbBox #fbPause {
	width: 46px; height: 14px;
	text-align: justify;
}
#fbBox #fbClose {
	background-repeat: no-repeat;
	width: 46px; height: 14px;
}
#fbBox #fbIndexLinks, #fbBox #fbNewWindowLink {
	font-size: 12px;
	clear: both;
}
#fbBox #fbNewWindowLink a {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 19px;
	font-size: 12px;
}
#fbBox #fbNewWindowLink a:hover {
	background-position: bottom left;
}
#fbBox #fbtlPanel.posCenter, #fbBox #fbtrPanel.posCenter,
#fbBox #fbblPanel.posCenter, #fbBox #fbbrPanel.posCenter,
#fbBox #fbtlWidgetDiv.posCenter, #fbBox #fbtrWidgetDiv.posCenter,
#fbBox #fbblWidgetDiv.posCenter, #fbBox #fbbrWidgetDiv.posCenter,
#fbBox #fbIndexLinks.posCenter, #fbBox #fbNewWindowLink.posCenter {
	margin: 0 auto;
}
#fbBox #fbtlPanel.posRight, #fbBox #fbtrPanel.posRight,
#fbBox #fbblPanel.posRight, #fbBox #fbbrPanel.posRight,
#fbBox #fbtlWidgetDiv.posRight, #fbBox #fbtrWidgetDiv.posRight,
#fbBox #fbblWidgetDiv.posRight, #fbBox #fbbrWidgetDiv.posRight,
#fbBox #fbIndexLinks.posRight, #fbBox #fbNewWindowLink.posRight,
#fbBox #fbControls.posRight, #fbBox #fbClose.posRight,
#fbBox #fbSubControls.posRight, #fbBox #fbNavControls.posLeft,
#fbBox #fbPlayPause.posLeft {
	float: right;
}
#fbBox #fbtlPanel.posLeft, #fbBox #fbtrPanel.posLeft,
#fbBox #fbblPanel.posLeft, #fbBox #fbbrPanel.posLeft,
#fbBox #fbtlWidgetDiv.posLeft, #fbBox #fbtrWidgetDiv.posLeft,
#fbBox #fbblWidgetDiv.posLeft, #fbBox #fbbrWidgetDiv.posLeft,
#fbBox #fbIndexLinks.posLeft, #fbBox #fbNewWindowLink.posLeft,
#fbBox #fbControls.posLeft, #fbBox #fbClose.posLeft,
#fbBox #fbSubControls.posLeft, #fbBox #fbNavControls.posRight,
#fbBox #fbPlayPause.posRight {
	float: left;
}
#fbSubControls, #fbClose, #fbIndexLinks, #fbNewWindowLink, #fbPlayPause, #fbNavControls {
	float: left;
}