/*
 -------------- general --------------
*/
body, div, li, input, h1, h2, h3, input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

body {
	background-color: #ffffff;
	margin: 0;
	overflow: hidden;
}

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

a, a:visited, a:active, a:link {
	color: #505050;
	text-decoration: none;
}
a:hover {
	color: #000000;
}


/*
 -------------- loading animation --------------
*/
#loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1100;
}

#loader .container {
	width: 50px;
	height: 15px;
	margin: 100px auto;
	color: #b0b0b0;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ffffff url(../../images/loader.gif) center 5px no-repeat;
}

.hidden {
	display: none;
}


/*
 -------------- auxiliar div --------------
*/
#auxiliar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	/*display: none;*/
	z-index: 1000;
}

.brochureControl {
	display: none;
}

#tooltip {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	z-index: 900;
}

/*
 -------------- zoom controls --------------
*/
#zoomSliderBar {
	position: absolute;
	bottom: 10px;
	width: 350px;
	left: 50%;
	margin-left: -200px;
	z-index: 500;
}

#controlZoomOut, #controlZoomIn {
	position: absolute;
	top: 16px;
	width: 11px;
	height: 11px;
	overflow: hidden;
}

#controlZoomIn {
	right: -25px !important;
	right: -15px;
	background: url(images/controlZoom.png) top right no-repeat;
}

#controlZoomOut {
	left: -20px !important;
	left: -25px;
	background: url(images/controlZoom.png) top left no-repeat;
}

#sliderWraper {
	width: 350px;
	height: 20px;
	margin-left: -33px;
	padding: 20px 35px 0 35px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
}

#zoomSlider {
	height: 1px;
	background-color: #c0c0c0;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	height: 10px;
	width: 1px;
	top: 15px;
	margin-left: -0.6em;
	padding-left: 13px;
	cursor: default;
	z-index: 2;
	cursor: w-resize;
}

.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ui-state-default {
	background-color: #e6e6e6;
	border: 1px solid #d3d3d3;
	font-weight: normal;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

.ui-state-hover {
	background-color: #bababa;
}

#zoomWindow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 160px;
	height: 120px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	padding: 2px;
	z-index: 500;
	overflow: hidden;
}

#zoomWindow img {
	width: 80px;
}

#zoomWindow .window {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 21px;
	border: 4px solid #8e0d0c;
	background: #ffffff;
	cursor: move;
	display: none;
}

#zoomPageControls {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 74px;
	height: 36px;
	padding: 2px;
	margin: 10px 0px 0px -37px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	z-index: 500;
}

#zoomPrev, #zoomNext {
	float: left;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

#zoomPrev {
	background: url(images/controlPrev.png) top left no-repeat;
}

#zoomNext {
	background: url(images/controlNext.png) top left no-repeat;
	margin-left: 2px;
}


/*
 -------------- lateral --------------
*/
#lateral {
	position: absolute;
	top: 60px;
	right: -180px;
	width: 200px;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 150;
}

#lateral>div {
	float: left;
}

#lateral>.handler {
	width: 20px;
	height: 100%;
	cursor: pointer;
	background: url(images/controlLateralHandlerBg.png) top left;
}
#lateral>.handler .cornerTop {
	width: 20px;
	height: 14px;
	background: url(images/controlLateralHandlerCornerTop.png) top left;
}
#lateral>.handler .cornerBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 14px;
	background: url(images/controlLateralHandlerCornerBottom.png) top left;
}
#lateral>.handler .icon {
	position: absolute;
	left: 5px;
	top: 50%;
	width: 12px;
	height: 12px;
}

#lateral .out .icon {
	background: url(images/controlLateralHandler.png) center right no-repeat;
}
#lateral .in .icon {
	background: url(images/controlLateralHandler.png) center left no-repeat;
}

#lateral .content {
	width: 180px;
	height: 100%;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	overflow: hidden;
}

.accordion {
	width: 100%;
	height: 16px;
	overflow: hidden;
}

.accordion .handler {
	width: 100%;
	height: 16px;
	padding: 4px 0;
	background: url(images/controlAccordionHandlerBg.png) center right no-repeat;
	font-weight: bold;
	cursor: pointer;
}

.accordion .body {
	height: 100%;
	padding: 0 2px;
	overflow: auto;
	color: #505050;
}

#recommendMail {
	width: 172px;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #909090;
}
#recommendComment {
	width: 172px;
	height: 80px;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #909090;
}
#recommendAction {
	width: 168px;
	padding: 4px;
	display: none;
}
#recommendSend {
	border: 1px solid #cfcfcf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #505050;
	margin-top: 5px;
}

.product {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 2px;
}
.product div {
	float: left;
}
.product .image, .product .image img {
	width: 50px;
	cursor: pointer;
}
.product .info {
	margin-left: 2px;
	width: 100px;
	cursor: pointer;
}
.product .info span {
	font-weight: bold;
}
.product .actions {
	float: none;
	clear: both;
	width: 100%;
	text-align: right;
}
.product .actions span {
	cursor: pointer;
}


/*
 -------------- main menu --------------
*/
#mainMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 53px;
	min-width: 900px;
	background: url(images/controlBg.png) top left repeat-x;
	display: none;
	z-index: 160;
}

#menuWraper {
	height: 100%;
	margin: 0 auto;
	background: url(images/rightCorner.png) top right no-repeat;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 133px;
	height: 53px;
	cursor: pointer;
	background: url(images/logo.png) top left no-repeat;
}

#logo a {
	display: none;
}

#menuList {
	position: absolute;
	top: 8px;
	right: 20px;
	/*width: 640px;*/
	width: 636px;
	height: 36px;
}

#menuList ul>li {
	float: left;
	padding-right: 2px;
}

#menuList ul>li.button>div {
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.separator {
	height: 36px;
	margin-right: 3px;
	background: url(images/controlSeparator.png) center center no-repeat;
}

.gotoFirst {
	background: url(images/controlFirst.png) top left no-repeat;
}

.gotoPrev {
	background: url(images/controlPrev.png) top left no-repeat;
}

.pagesNumbers {
	width: 40px;
	height: 36px;
	padding: 0 !important;
	margin: 3px 2px 0 0;
	background: url(images/controlPagesNumbers.png) top left no-repeat;
	display: block;
}
.pagesNumbers input {
	width: 32px;
	height: 16px;
	margin: 8px 0 0 3px;
	border: 0;
	background-color: transparent;
	text-align: center;
}

.gotoNext {
	background: url(images/controlNext.png) top left no-repeat;
}

.gotoLast {
	background: url(images/controlLast.png) top left no-repeat;
}

.bookmark {
	background: url(images/controlBookmark.png) top left no-repeat;
}

.toFullScreen {
	background: url(images/controlScreenFull.png) top left no-repeat;
	display: none;
}

.toNormalScreen {
	background: url(images/controlScreenNormal.png) top left no-repeat;
	display: none;
}

.pages {
	background: url(images/controlPages.png) top left no-repeat;
}

.sections {
	background: url(images/controlSections.png) top left no-repeat;
}

.languages {
	background: url(images/controlLanguages.png) top left no-repeat;
}

.print {
	background: url(images/controlPrint.png) top left no-repeat;
}

.save {
	background: url(images/controlSave.png) top left no-repeat;
}

.help {
	background: url(images/controlHelp.png) top left no-repeat;
}

.gotoBox {
	width: 40px;
	height: 36px;
	padding: 0 !important;
	background: url(images/controlGoto.png) center left no-repeat;
	display: none;
}

.gotoBox input {
	width: 32px;
	height: 16px;
	margin: 10px 0 0 7px;
	border: 0;
	background-color: transparent;
}

.gotoButton {
	background: url(images/controlGotoDo.png) center left no-repeat;
	display: none;
}

.searchBox {
	width: 121px;
	height: 36px;
	padding: 0 !important;
	background: url(images/controlSearch.png) center left no-repeat;
}

.searchBox input {
	width: 110px;
	height: 16px;
	margin: 10px 0 0 7px;
	border: 0;
	background-color: transparent;
}

.searchButton {
	background: url(images/controlSearchDo.png) center left no-repeat;
}


/*
 -------------- menues --------------
*/
.menu {
	position: absolute;
	top: 36px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	display: none;
}

.submenu {
	left: 100%;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	display: none;
}

.menu li {
	float: none !important;
	cursor: pointer;
	padding: 2px 0;
	padding-right: 0;
}

.menu li:hover {
	background: url(images/controlSectionsMenuBg.png) top left;
}

.menu li:hover>div .submenu {
	display: block;
}

.menu .imgs {
	position: absolute;
	left: 0;
	margin: 2px;
}

.menu .imgs .simple {
	width: 30px;
}

.menu .imgs .double {
	width: 60px;
}

.menu .text {
	/*width: 140px;*/
	height: 60px;
	margin-left: 65px;
	max-width: 200px;
	font-size: 9px;
	white-space: nowrap;
}

.menu .text span {
	font-weight: bold;
	font-size: 12px;
}

.menu .expandable {
	background: url(images/controlPagesLink.png) center right no-repeat;
}

.languages ul {
	min-width: 70px;
}

.sections li {
	height: 60px;
}

.languages a {
	width: 100%;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
}

.languages a:hover {
	text-decoration: underline;
}


/*
 -------------- brochure --------------
*/
.brochure {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 900px;
	
	background-color: transparent;
	z-index: 50;
}

.brochure2 {
	display: none;
}


/*
 -------------- pages list --------------
*/
.paging {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 900px;
	display: none;
	z-index: 800;
	background-color: transparent;
}
.paging .auxiliar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 10;
}
.paging .container {
	position: absolute;
	top: 0;
	left: 0;
	width: 715px;
	/*margin-top: 60px;*/
	margin: 60px auto 0 auto;
	padding: 20px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	z-index: 100;
}
#pages .container {
	width: 750px;
}

.pagesList {
	padding-bottom: 15px;
}

.pagesList>li {
	position: relative;
	float: left;
	margin: 0 5px 10px 0;
}

.pagesList .marker {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 62px;
	cursor: pointer;
}
.pagesList .marked, .pagesList .selected {
 	border: 2px solid #ff0000;
}
.pagesList .selected {
 	border: 2px solid #ff0000;
 	background-color: #ffffff;
}

.paging .clear {
	clear: both;
	width: 1px;
	height: 1px;
}

#pages img {
	cursor: pointer;
}

#pdfLoad {
	width: 0;
	height: 0;
	display: none;
}
#pdfFrame {
	width: 0;
	height: 0;
}

#printSave .actions {
	clear: both;
	text-align: center;
	padding: 5px 0;
}

#printSave .actions input {
	border: 1px solid #cfcfcf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #505050;
	margin-top: 5px;
}


/*
 -------------- help --------------
*/
#help {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 900px;
	display: none;
	z-index: 900;
}

#helpBrochure {
	width: 100%;
	height: 100%;
	background: url(images/helpControlBrochure.png) center center no-repeat;
}


/*
 -------------- pager --------------
*/
#pager {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding-top: 10px;
	text-align: center;
	display: none;
	z-index: 140;
}

.fisheyePager {
	height: 60px;
	margin: 0 auto !important;
	display: none;
}

.fisheyePager>div {
	width: 100% !important;
}

.fisheye img {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	/*position: static !important;*/
	padding-top: 6px;
	border-width: 1px;
	border-color: transparent;
	cursor: pointer !important;
	background-color: transparent;
}

.fisheye .simple {
	width: 50px;
}

.fisheye .double {
	width: 100px;
}

.fisheye .selected {
	background: #d3d3d3 url(images/controlPagerMarker.png) top center no-repeat;
	cursor: default !important;
}

#pagerButtons {
	height: 11px;
	margin: 0 auto;
	margin-top: 6px;
}

#pagerButtons li {
	width: 11px;
	height: 11px;
	margin-right: 2px;
	display: inline;
	float: left;
	background: url(images/controlPagerButtons.png) top left no-repeat;
	cursor: pointer;
}

#pagerButtons .selected {
	background: url(images/controlPagerButtons.png) top right no-repeat !important;
	cursor: default !important;
}

.jqDockLabel {
	white-space: nowrap;
}


/*
 -------------- notices --------------
*/
#notice {
	position: absolute;
	display: none;
	top: 60px;
	min-width: 200px;
	padding:15px 45px 15px 15px;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 1200;
}

#notice .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 29px;
	height: 29px;
	background: url(images/controlClose.png) top right no-repeat;
	cursor: pointer;
}

#notice .text {
	text-align: center;
	color: #000000;
}

.info {
	background-color: #ffffff;
}

.success {
	background-color: #deffb3;
}

.warning {
	background-color: #ffeeb3;
}

.error {
	background-color: #fec3c3;
}

.wait {
	background: url(../../images/loader_mini.gif) center center no-repeat;
}


/*
 -------------- suggest --------------
*/
#searchResults {
	position: absolute;
	top: 100px;
	left: 100px;
	border: 1px solid #c2c2c2;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	display: none;
	z-index: 200;
}

#searchResults .wait {
	padding: 4px 0;
}
#searchResults ul {
	list-style: none;
}
#searchResults li {
	padding: 2px 5px;
	color: #000000;
	text-align: left;
	cursor: pointer;
}
#searchResults li:hover {
	background-color: #e2e2e2;
}
