/*
    --- COLORS ---
    
    bkg = #5c7c9d
    gtitle = #e76711

*/
body,table,td,th,select,input,textarea,p {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	line-height: 12pt;
}

body {
	background: #ACBC71 url(../images/body_bkg.jpg) repeat-x scroll 0 0;
	color: #000;
	text-align: center;
}

a {
	color: #080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

/*-------------------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	margin: 0pt auto;
	padding: 0pt;
	text-align: left;
	width: 980px;
	background: transparent url(../images/mid_bkg.jpg) repeat-y left top
		scroll;
}

#logo {
	position: absolute;
	left: 10px;
	top: 0;
	width: 258px;
	height: 300px;
	background: transparent url(../images/contesa-logo.jpg) no-repeat;
	overflow: hidden;
	z-index: 10;
}

#promo {
	position: absolute;
	right: 10px;
	top: 0;
	width: 257px;
	height: 300px;
	background: transparent url(../images/promo.jpg) no-repeat;
	overflow: hidden;
	z-index: 10;
}

/*-------------------------------------------------------------------------------------------
	menu
-------------------------------------------------------------------------------------------*/
#menu-top {
	position: relative;
	width: 980px;
	height: 50px;
	background: transparent url(../images/menu_top.jpg) no-repeat left top
		scroll;
}

#menu-top-tel {
	position: absolute;
	right: 20px;
	top: 22px;
	color: #888;
	font-style: italic;
}

#menu-top-flags {
	position: absolute;
	left: 20px;
	top: 22px;
	/*
	border: 1px solid #555555;
	width: 200px;
	height: 15px;
	z-index: 11000;
	padding: 2px 0;
	overflow: hidden;
	*/
}

#menu-top-flags a { /*
	width: 23px;
	height: 15px;
	display: block;
	float: left;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	*/
	padding: 0 0 0 26px;
	margin: 0 6px;
	color: #838F59;
	text-decoration: none;
	font-style: italic;
}

#menu-top-flags a:hover {
	color: #fff;
}

#lang-fr {
	background: transparent url(../images/langs/fr.jpg) no-repeat left top
		scroll;
}

#lang-ro {
	background: transparent url(../images/langs/ro.jpg) no-repeat left top
		scroll;
}

#lang-ru {
	background: transparent url(../images/langs/ru.jpg) no-repeat left top
		scroll;
}

#lang-es {
	background: transparent url(../images/langs/es.jpg) no-repeat left top
		scroll;
}

#lang-ar {
	background: transparent url(../images/langs/ar.jpg) no-repeat left top
		scroll;
}

#lang-en {
	background: transparent url(../images/langs/en.jpg) no-repeat left top
		scroll;
}

#menu-top-menu {
	position: absolute;
	left: 10px;
	top: 11px;
	font-size: 10pt;
	color: #555;
	height: 350px;
	width: 960px;
	/*
	background: red;
	z-index: 10000;
	*/
}

/*
#menu-top-menu a {
	color: #bbb;
}

#menu-top-menu a:hover {
	color: #fff;
}
*/
#menu-main {
	position: relative;
	height: 42px;
	margin: 0 10px;
	background: #000 url(../images/menu_bkg.jpg) repeat-x left top scroll;
	text-align: center;
	color: #555;
	z-index: 10001;
}

#menu-main,#menu-main td {
	font-size: 13pt;
}

#menu-main a {
	color: #ccc;
	padding: 0 12px;
	white-space: nowrap;
	line-height: 42px;
	text-decoration: none;
}

#menu-main a.hilite2 {
	color: #fff;
	text-decoration: underline;
}

#menu-main a:hover {
	color: #fff;
}

/*-------------------------------------------------------------------------------------------
	header-main
-------------------------------------------------------------------------------------------*/
#header-main {
	position: relative;
	width: 980px;
	height: 300px;
	background: transparent url(../images/header.jpg) no-repeat left top
		scroll;
}

#header-main-slices {
	position: relative;
	width: 960px;
	height: 300px;
	background: #313224 none repeat scroll 0 0;
	left: 268px;
	width: 445px;
}

#header-main-slices-nav { /*
	position: absolute;
	z-index: 10001;
	left: 20px;
	bottom: 20px;
	height: 22px;
	line-height: 20px;
*/
	height: 300px;
	left: 10px;
	line-height: 20px;
	padding: 2px;
	position: absolute;
	top: 0;
	width: 20px;
	z-index: 10001;
}

#header-main-slices-nav a { /*	
	padding: 2px 6px 4px;
	margin: 1px;
	background-color: #fff;
	color: black;
	text-decoration: none;
*/
	padding: 1px 5px;
	margin: 1px;
	background-color: #fff;
	color: black;
	text-decoration: none;
	display: block;
}

#header-main-slices-nav a:hover {
	background-color: #5C7C9D;
	color: #fff;
}

#header-main-slices-nav a.activeSlide {
	background-color: #000;
	color: #fff;
}

/*-------------------------------------------------------------------------------------------
	slideshow
-------------------------------------------------------------------------------------------*/
#slideshow { /*
	background: #00008B url(../images/promo/1/bkg.jpg) no-repeat scroll 0 0;
	background: #00008B url(promo1/bkg.jpg) no-repeat scroll 1px 1px;
	border: 1px solid #f00;
	*/
	width: 445px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0pt;
}

.slide-bkg {
	background-color: #000;
	width: 420px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	left: 200px;
}

.slide-desc {
	color: #fff;
	left: 60px;
	width: 540px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	/*
	padding: 10px;
	*/
}

.slide-desc h1 {
	font-size: 14pt;
	margin-bottom: 6px;
	padding-bottom: 6px;
	/*
	text-align: right;
	*/
	font-weight: normal;
	border-bottom: 3px solid #fff;
}

.slide-desc h2 {
	font-size: 10pt;
	margin-bottom: 3px;
	/*
	font-weight: normal;
	*/
	color: #ccf;
}

.slide-desc,.slide-desc p {
	font-size: 8pt;
	font-weight: bold;
}

#controls { /*
	background: transparent url(../images/controls_bkg.jpg) no-repeat;
	*/
	position: absolute;
	z-index: 10;
	left: 435px;
	bottom: -10px;
	margin: 0;
	padding: 0;
	width: 98px;
	height: 28px;
}

#controls a {
	margin: 0 2px;
	padding: 0px;
	display: block;
	float: left;
	text-decoration: none;
	text-indent: 100px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	position: relative;
}

#next {
	background: transparent url(../images/controls_next.jpg) no-repeat
		scroll 0 0;
}

#prev {
	background: transparent url(../images/controls_prev.jpg) no-repeat
		scroll 0 0;
}

#pause {
	background: transparent url(../images/controls_pause.jpg) no-repeat
		scroll 0 0;
}

#play {
	background: transparent url(../images/controls_play.jpg) no-repeat
		scroll 0 0;
}

.slide-g7 {
	font-size: 30pt;
	line-height: 30pt;
	display: block;
}

.slide-cms {
	display: block;
	font-size: 16pt;
	line-height: 16pt;
}

.slide-desc h5 {
	color: #b00;
	font-size: 9pt;
	margin: 0 0 6px 0;
}

.slide-desc li {
	margin: 0 30px;
	list-style-type: square;
}

.slide-title {
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #BFDFFF !important;
}

#nav {
	z-index: 50;
	position: absolute;
	top: 10px;
	left: 10px
}

#nav a {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	border: 2px solid #000;
	color: #aaa;
	background: #aaa;
	text-decoration: none;
	margin: 0 0 0 3px;
	opacity: 0.3;
	font-size: 1px;
}

#nav a.activeSlide {
	background: #fff;
	color: #fff;
	opacity: 1;
}

#nav a:focus {
	outline: none;
}

.slide-text {
	width: 445px;
	height: 300px;
	text-align: center;
	color: #fff;
	background: #6B0B0C;
	font-size: 14pt;
	padding-top: 30px;
}

.slide-daily {
	background: transparent url(../images/bkg-purple.png) repeat;
	font-style: italic;
	text-align: center;
}

.slide-daily p {
	padding: 60px 20px;
	font-size: 22pt;
	line-height: 18pt;
	text-shadow: 2px 2px 2px #000;
}

.slide-xmas {
	background: transparent url(../images/bkg-violet.png) repeat;
	font-style: italic;
	text-align: center;
}

.slide-xmas p {
	padding: 20px;
	font-size: 20pt;
	line-height: 22pt;
	text-shadow: 2px 2px 2px #000;
}


/*-------------------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------------------*/
#footer { /*
	padding: 0 10px;
*/
	width: 980px;
	background: #5C7C9D url(../images/footer.jpg) no-repeat 0 0 scroll;
	height: 60px;
	overflow: auto;
	position: relative;
	font-style: italic;
}

#footer-menu {
	left: 30px;
	top: 20px;
	width: 200px;
	height: 100px;
	position: absolute;
	text-align: right;
}

#footer-slogan {
	left: 365px;
	top: 20px;
	width: 250px;
	height: 100px;
	position: absolute;
	text-align: center;
	color: #99d354;
	font-size: 8pt;
	line-height: 9pt;
}

#footer-note {
	left: 750px;
	top: 20px;
	width: 220px;
	height: 100px;
	position: absolute;
	text-align: left;
	color: #ddd;
	font-size: 8pt;
}

#footer span.title {
	font-weight: bold;
	color: #fff;
}

#footer h2 {
	margin: 0;
	padding: 4px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer-bottom {
	width: 980px;
	height: 43px;
	background: transparent url(../images/footer-bottom.jpg) no-repeat 0 0
		scroll;
	margin: 0;
}

div.footer-left {
	width: 600px;
	height: 100%;
	overflow: hidden;
	float: left;
	display: none;
}

div.footer-right {
	width: 200px;
	height: 100%;
	overflow: hidden;
	float: right;
}

.footer-right a {
	background-color: transparent !important;
	display: block;
	height: 100%;
	padding-left: 1000px;
}

/*
#bottom {
	position: relative;
	margin: 0pt auto;
	width: 980px;
	height: 50px;
	font-size: 10px;
	padding: 2px 0;
	overflow: auto;
}

#bottom a {
	display: block;
	float: right;
	padding: 0 3px;
}
*/
#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #fff;
}

/*-------------------------------------------------------------------------------------------
	content
-------------------------------------------------------------------------------------------*/
#content {
	margin: 0px 10px;
	color: #444;
	overflow: auto;
	position: relative;
	background: #F5EFDB url(../images/content_bkg.jpg) repeat-x;
}

#content ul {
	list-style-type: square;
}

#content li {
	padding: 3px;
	margin: 0 30px;
}

/*
.pane3 {
	width: 315px;
	margin: 0px 1px 0px 0px;
	float: left;
}

.pane3-head {
	width: 315px;
	height: 140px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.pane3-topline {
	margin: 0px 0px 1px 0px;
	padding: 0;
	height: 6px;
	overflow: hidden;
	background: #c50000 url(../images/pane-title.jpg) repeat-x 0 0 scroll;
}

.pane3-title {
	margin: 1px 0;
	padding: 10px;
	height: 40px;
	overflow: hidden;
	background: #c50000 url(../images/pane-title.jpg) repeat-x 0 0 scroll;
	color: #fff;
	text-align: center;
}

.pane3-title h2 {
	color: #fff !important;
}

.pane3-content {
	margin: 1px 0;
	padding: 10px;
	background: #fff url(../images/pane-right-shadow.jpg) no-repeat right
		top scroll;
	font-size: 8pt;
	height: 270px;
	overflow: auto;
}

.pane3-top-shadow {
	background: #fff url(../images/pane-top-shadow.jpg) no-repeat 0 0 scroll
		;
	height: 6px;
}

.pane3-content li,.pane3-content p {
	padding: 4px 0px;
}

.pane3-content ul {
	padding-left: 30px;
}

.pane3-content2 li {
	padding: 0px;
}

.pane3-content li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
}

ul.blitz li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: transparent url(../images/bullet.gif) no-repeat scroll 0 0;
	padding-left: 16px;
}

.pane3 a.continue {
	display: block;
	width: 64px;
	height: 64px;
	float: right;
	overflow: hidden;
	text-indent: -100px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/pane-continue-64.jpg) no-repeat right top
		scroll;
	font-size: 9pt;
}

.pack-student {
	background: #fff url(../images/student.jpg) no-repeat left top scroll;
	padding-left: 60px;
}

.pack-bussines {
	background: #fff url(../images/bussines.jpg) no-repeat left top scroll;
	padding-left: 60px;
}

.notyet {
	background: transparent url(../images/info.jpg) no-repeat left bottom
		scroll;
	border: 1px solid #ccc;
	padding: 30px 0 0 130px;
	text-align: center;
	height: 60px;
	color: #555;
	font-size: 12px;
	font-style: italic;
}
*/
#content h1 {
	text-align: center;
	padding: 20px 0;
	font-size: 20pt;
	font-weight: normal;
	/*	
	text-transform: uppercase;
*/
	color: #444;
}

#content h4 {
	margin: 6px 0;
	font-size: 9pt;
	color: #1e5e9d;
}

.innercontent-wide {
	margin: 0px 20px 20px;
}

.innercontent {
	margin: 0px 100px 20px;
}

.innercontent p,.innercontent-wide p {
	padding: 6px 0px;
}

.innercontent p.note,.innercontent-wide p.note {
	padding: 0px 0px 0px 30px;
	color: #00609b;
	font-style: italic;
}

table.tprices {
	border-collapse: collapse;
	width: 100%;
	margin: 6px 0px;
}

table.tprices td {
	border: 1px solid #A3A3A3;
	padding: 4px 2px;
	vertical-align: middle;
	text-align: center;
}

table.tprices td.head2 {
	background-color: #ddd;
	font-weight: bold;
	text-align: center;
}

table.tprices td.head3 {
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}

table.tutorial {
	width: 100%;
}

table.tutorial td {
	border: 1px solid #ccc;
	padding: 4px;
}

table.tutorial td.nr {
	width: 70px;
	color: #fff;
	background-color: #ccc;
	font-size: 48px;
	text-align: center;
	vertical-align: top;
}

.download {
	text-align: center;
}

.download a:hover {
	text-decoration: none;
}

.slogan {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #990A0A;
	cursor: pointer;
}

.slogan a {
	padding: 10px;
	color: #eee;
	text-decoration: none;
	background: #D3321D url(../images/footer.jpg) repeat-x scroll 0 top;
	font-size: 10px;
}

.slogan a:hover {
	color: #fff;
	text-decoration: none;
	background-position: 0 bottom;
}

.galleria {
	margin: 20px 0 0 0;
	text-align: center;
	color: #fff;
	border: 1px solid #990A0A;
	cursor: pointer;
}

.galleria a {
	padding: 10px;
	color: #ddd;
	text-decoration: none;
	display: block;
	background: #D3321D url(../images/footer.jpg) repeat-x scroll 0 center;
}

.galleria a:hover {
	color: #fff;
	background-position: 0 bottom;
}

.slogan span {
	color: #fff;
}

.plane {
	background: #fff url(../images/comanda.jpg) no-repeat scroll 0 0;
	height: 80px;
}

table.t-serv-enum td {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}

.t-serv-enum ul {
	padding-left: 50px;
}

.t-serv-title {
	font-weight: bold;
	padding: 10px 0px 0px;
}

.info {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f8f8f8;
	color: #00609b;
	margin: 10px 0;
	padding: 10px !important;
	text-align: justify;
	/*
	background-color: #eee;
	border-top: 1px dotted #00609b;
	border-bottom: 1px dotted #00609b;
	*/
	font-weight: bold;
}

.infotext {
	color: #00609b;
	font-weight: bold;
}

.error2 {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f8f8f8 url(../images/ico16/cross_circle.png) no-repeat
		scroll 6px 8px;
	color: red;
	margin: 10px 0;
	padding: 10px 10px 10px 26px !important;
	text-align: justify;
	/*
	background-color: #eee;
	border-top: 1px dotted #00609b;
	border-bottom: 1px dotted #00609b;
	*/
	font-weight: bold;
}

.pcontact span.title {
	font-weight: bold;
	color: #00609B;
}

.pcontact h2 {
	margin: 0;
	padding: 4px 0;
	font-size: 16px;
	font-weight: bold;
}

.pcontact ul {
	margin: 0;
	padding: 0;
}

.pcontact li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.pcontact table td {
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px dotted #ddd;
}

.about,.about td {
	font-size: 12px;
	text-align: justify;
}

.about td {
	padding: 10px;
	background-color: #eee;
	border: 10px solid #fff;
}

a.external {
	background: transparent url(../images/external.png) no-repeat scroll
		right center;
	padding-right: 13px;
	color: #3366bb;
}

div.success150 {
	background: transparent url(../images/ico150/ok.jpg) no-repeat scroll 0
		center;
	padding: 50px 0px 50px 150px;
}

div.info150 {
	background: transparent url(../images/ico150/info.jpg) no-repeat scroll
		0 center;
	padding: 50px 0px 50px 150px;
}

div.error150 {
	background: transparent url(../images/ico150/error.jpg) no-repeat scroll
		0 center;
	padding: 50px 0px 50px 150px;
}

div.warn150 {
	background: transparent url(../images/ico150/warn.jpg) no-repeat scroll
		0 center;
	padding: 50px 0px 50px 150px;
}

/*-------------------------------------------------------------------------------------------
	order grid
-------------------------------------------------------------------------------------------*/
table.list {
	background-color: #dddddd;
	width: 100%;
}

table.list td {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 1px 4px;
	background-color: #ffffff;
}

table.list td.st-asteptare {
	background-color: #fee;
	color: #000;
}

table.list td.st-aprobata {
	background-color: #dfd;
	color: #000;
}

table.list td.st-inlucru,table.list td.st-inlucru a {
	background-color: #990a0a;
	color: #fff;
}

table.list td.st-finalizata {
	background-color: #fff;
	color: #000;
}

table.list td.st-anulata {
	background-color: #fff;
	color: #888;
	text-decoration: line-through;
}

table.list td.header {
	background-color: #f0f0f0;
	white-space: nowrap;
}

table.list td.header a { /* 
	padding: 2px;
	*/
	
}

table.list tr.header td {
	font-weight: bold;
	padding: 6px 4px;
	background-color: #f0f0f0;
}

/*-------------------------------------------------------------------------------------------
	pager
-------------------------------------------------------------------------------------------*/
.pager {
	background-color: #fcfcfc;
	padding: 6px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #eee;
	color: #555;
}

.pager ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 4px 4px 4px 0px;
}

.pager li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.pager a,.pager span {
	padding: 2px 4px;
	font-weight: bold;
}

.pager a:link,.pager a:visited,.pager a:active {
	color: #00A6D6;
	text-decoration: none;
}

.pager a:hover {
	color: #00A6D6;
	text-decoration: underline;
}

.pager .pager-title {
	font-weight: bold;
}

.pager select {
	margin: 2px;
	border: 1px solid #00a6d6;
	color: #00a6d6;
}

.pager option {
	padding: 0 2px;
	text-align: center;
	color: #00a6d6;
}

.today {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: right;
	padding: 0 0 2px 0 !important;
}

/*-------------------------------------------------------------------------------------------
	testimonial
-------------------------------------------------------------------------------------------*/
.testimonial {
	font-weight: bold;
	color: #888;
	font-size: 20px;
	list-style-type: none;
}

.testimonial-title {
	font-size: 14px;
	color: #990a0a;
	text-align: left;
	width: 100%;
}

.testimonial-date {
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
}

.testimonial-text {
	font-style: italic;
	color: #555;
	padding: 0px 0px 2px 50px;
	border-width: 1px 0 0;
	border-color: #ccc;
	border-style: solid;
}

td.finfo {
	/*background: #fff url(../images/inputbkg.gif) repeat-x scroll left top;*/
	color: #555;
}

.contact h2 {
	padding: 20px 0;
}

.hilite {
	color: #000;
	font-weight: bold;
	/*
	letter-spacing: 1px;
	*/
}

.g7pane {
	border: 1px solid #ddd;
	margin: 10px;
	overflow: auto;
	background: #fff;
}

.gpane-content,.g7pane-content {
	padding: 10px 10px 20px 120px;
	min-height: 100px;
	_height: 100px;
}

.g7pane-content {
	background: transparent url(../images/G_shadow.jpg) no-repeat 0 0 scroll;
}

.gpane-content p,.gpane-content ul,.gpane-content h2,.gpane-content h3 {
	margin: 0 0 10px 0;
}

.gpane-content p {
	text-align: justify;
}

.gtitle {
	color: #e76711;
}

.readmore a {
	background: #5C7C9D url(../images/dropdown_bkg.png) repeat 0 0px scroll;
	display: block;
	float: right;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ddd;
	margin: 0 0 10px 1px;
	padding: 0 15px;
	font-weight: normal;
}

/*
.readmore a:hover {
	background-position: 0 0;
	color: #fff;
}
*/
.g7pane-content p {
	margin: 0 0 10px 0;
}

/*-------------------------------------------------------------------------------------------
	TOC
-------------------------------------------------------------------------------------------*/
#tocu {
	display: none;
	left: 10px;
	top: 10px;
	background: #5C7C9D url(../images/dropdown_bkg.png) repeat-x scroll 0 0;
	text-align: left;
	width: 300px;
	overflow: auto;
	z-index: 99999;
	font-size: 80%;
	font-weight: normal;
}

#tocu {
	position: absolute;
}

body>#tocu {
	position: fixed;
}

#tocu-close {
	position: absolute;
	left: 4px;
	top: 7px;
	background: #5C7C9D url(../images/toc.jpg) no-repeat -16px 0 scroll;
	width: 16px;
	height: 16px;
	overflow: hidden;
	z-index: 100000;
	cursor: pointer;
}

#tocu-close.tocu-collapsed {
	background-position: 0 0 !important;
}

#toc-title {
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;;
	cursor: pointer;
}

/*
	background: transparent url(../images/toc.jpg) no-repeat scroll -16px 0;
*/
#toc-title span {
	border: 1px solid #fff;
	color: #fff;
	font-size: 9pt;
	line-height: 9pt;
	padding: 0 4px;
}

#toc-cmdbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	padding-top: 7px;
}

#toc-cmdbar-minmax {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: transparent
		url(../images/icons/application_side_contract.png) no-repeat;
}

#toc {
	height: 260px;
	margin: 5px;
	overflow: auto;
	padding: 10px;
	background: #fff;
	font-family: inherit;
}

#toc ul ul {
	padding: 0 20px;
	margin: 0;
}

#toc li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

#tocu a {
	color: #555;
}

.content-sep {
	height: 50px;
	margin-top: 6px;
}

.content-sep-line {
	height: 50px;
	border-top: 1px solid #ddd;
	text-align: right;
}

.content-sep-line a {
	background: transparent url(../images/arrow-up.gif) no-repeat 0 50%;
	padding-left: 10px;
	color: #e76711;
	font-size: 7pt;
	font-weight: normal;
}

/*-------------------------------------------------------------------------------------------
	
-------------------------------------------------------------------------------------------*/
.img-border {
	padding: 3px;
	border: 1px solid #ccc;
}

.texteVert {
	color: #339900;
	font-style: italic;
}

.thardware td {
	vertical-align: top;
	border: 1px solid #E76711;
	padding: 10px;
}

.thardware {
	width: 100%;
}

.textePetit {
	font-size: 7pt;
	color: #888;
}

.autohidden {
	display: none;
	width: 400px;
	padding: 10px;
	border: 2px solid #000;
	background-color: #F8FF85;
	position: absolute;
	left: 0;
	top: 0;
	font-style: italic;
	text-align: left;
}

.autohidden p {
	margin: 6px 0;
	font-size: 9pt !important;
	line-height: 9pt;
}

.autohidden ul {
	font-size: 9pt !important;
}

.autohidden li {
	margin: 0 30px;
	list-style-type: square;
	line-height: 10pt;
}

.news-area {
	border: 1px solid #ddd;
	margin: 10px 0;
	width: 156px;
	float: left;
	position: relative;
}

#left-wine {
	position: absolute;
	background: transparent url(../images/left-wine.jpg) no-repeat;
	left: -60px;
	top: 0;
	width: 70px;
	height: 450px;
	z-index: 10;
	display: none;
}

#left-fork {
	position: absolute;
	background: transparent url(../images/left-fork.jpg) no-repeat;
	left: -60px;
	top: 0;
	width: 70px;
	height: 450px;
	z-index: 10;
	display: none;
}

#left-knife {
	position: absolute;
	background: transparent url(../images/left-knife.jpg) no-repeat;
	left: -60px;
	top: 0;
	width: 70px;
	height: 450px;
	z-index: 10;
	display: none;
}

#left-glass {
	position: absolute;
	background: transparent url(../images/left-glass.jpg) no-repeat;
	left: -60px;
	top: 0;
	width: 70px;
	height: 450px;
	z-index: 10;
	display: none;
}

.pane-460-wide {
	overflow: auto;
	margin: 0 12px 12px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 5px #aaa;
}

.pane-460 {
	float: left;
	overflow: hidden;
	width: 460px;
	height: 460px;
	margin: 0 0 12px 12px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 5px #aaa;
}

.pane-460 img {
	padding: 4px;
	border: 1px solid #ddd;
}

h2.titlebar {
	background: #fff url(../images/h2-bkg.jpg) repeat-x 0 0 scroll;
	padding: 0 6px 0 26px;
	font-size: 12pt;
	color: #45653f;
	height: 38px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
}

.pane-menu {
	overflow: auto;
	margin: 12px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 5px #aaa;
}

.pane-menu-content {
	padding: 0 50px 10px;
}

.pane-menu-content ul {
	margin: 6px 80px;
}

.pane-menu-content h3 {
	margin-top: 10px;
}

.price {
	text-align: right;
	border-top: 1px solid #ccc;
	padding-top: 3px;
	/*display: none;*/
}

.agaleria {
	display: block;
	float: left;
	width: 100px;
	height: 75px;
	overflow: hidden;
	margin: 0 1px 1px 0;
	text-align: center;
	background: #F0E9D6;
}
