/*
    --- COLORS ---
    
    bkg = #fff
    red = #E8131C

*/
body,table,td,th,select,input,textarea,p {
	font-family: Tahoma, Arial, sans;
	font-size: 10pt;
	line-height: 12pt;
}

body {
	background: #fff;
	color: #000;
	text-align: center;
}

a {
	color: red;
	/*border-bottom: 1px dotted red;*/
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: red;
	text-decoration: none;
}

h1 {
	font-size: 22px;
}

h2 { /*
	color: #E8131C;
	*/
	font-family: Arial Black, Tahoma, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 10px;
	text-transform: uppercase;
}

#content div.breadcrumb {
	background: none repeat scroll 0 0 #EEEEEE;
	border-bottom: 1px solid #E80500;
	font-size: 8pt;
	font-weight: normal;
	line-height: 18pt;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#content div.breadcrumb h2 {
	display: inline;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 18pt;
	padding: 4px;
}

#content div.breadcrumb a:hover h2 {
	color: #fff;
}

#content div.breadcrumb span {
	font-family: Arial Black, Tahoma, Arial, sans-serif;
	padding: 4px;
}

#content .colleft {
	float: left;
	margin: 0;
	padding: 0 0 50px;
	width: 250px;
}

#content .colright {
	float: left;
	margin: 0;
	padding: 0;
	width: 530px;
}

.clear-both {
	clear: both;
}

/*-------------------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------------------*/
.wrapper {
	position: relative;
	margin: 0pt auto;
	padding: 0pt;
	text-align: left;
	width: 800px;
}

#page .wrapper {
	background-color: #fff;
}

#logo {
	position: absolute;
	left: 10px;
	top: 0;
	width: 258px;
	height: 300px;
	background: transparent url(../images/y-logo.jpg) no-repeat;
	overflow: hidden;
	z-index: 10;
}

/*-------------------------------------------------------------------------------------------
	menu
-------------------------------------------------------------------------------------------*/
#menu-main {
	position: relative;
	height: 50px;
	margin: 0;
	padding-top: 2px;
	text-align: left;
	color: #ddd;
	font-size: 13pt;
	z-index: 1001;
}

#menu-main li {
	display: inline;
}

#menu-main a.global-link {
	background: url("../images/menu.png") no-repeat scroll right top
		transparent;
	display: block;
	height: 50px;
	opacity: 0.7;
	position: absolute;
	right: 0;
	text-indent: -5000px;
	width: 100px;
	z-index: 10000;
}

#menu-main a {
	color: #fff;
	padding: 0 12px;
	white-space: nowrap;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	outline: 0 none;
	/*
	font-weight: bold;
	*/
}

#menu-main a.hilite2 {
	color: #fff;
	text-decoration: underline;
}

#menu-main a:hover {
	color: #fff;
	background-color: #E80500;
}

/*-------------------------------------------------------------------------------------------
	header-main
-------------------------------------------------------------------------------------------*/
#header-main {
	position: relative;
	width: 800px;
	height: 120px;
	border-bottom: 3px solid #E80500;
}

#header-main-slices {
	position: relative;
	width: 800px;
	height: 120px;
}

#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: 800px;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin: 0pt;
}

.header-ovr {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 0pt;
	background: transparent url(../images/head_ovr.png) no-repeat;
	height: 120px;
}

.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: 1000;
	position: absolute;
	right: 3px;
	top: 5px
}

#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 {
	position: relative;
	height: 200px;
	padding: 10px 0;
	background: #fff;
	opacity: 0.5;
}

#footer-links {
	margin-top: 40px;
	padding: 0 20px;
	text-align: justify;
}

#footer-links a {
	color: #888;
	font-size: 8pt;
	/*
	white-space: nowrap;
	*/
}

#footer-links a:hover {
	color: #fff;
}

#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;
}
*/
	/*-------------------------------------------------------------------------------------------
	content
-------------------------------------------------------------------------------------------*/
#content {
	color: #444;
	overflow: auto;
	position: relative;
}

#content ul {
	list-style-type: square;
}

#content p {
	margin: 6px 0;
	line-height: 14pt;
}

#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;
}
*/
#ptitle {
	height: 50px;
}

h1,#content h1 {
	text-transform: uppercase;
	position: absolute;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: -4px;
	font-size: 50px;
	margin-left: 10px;
	position: absolute;
	z-index: 1000;
	padding: 0pt;
	font-family: tahoma, arial;
	bottom: -6px;
	color: rgb(232, 19, 28);
	text-shadow: 0pt 3px 5px rgb(0, 0, 0);
}

#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 {
	letter-spacing: 1px;
}

.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;
}

.status {
	font-weight: bold;
	padding: 150px 0 50px;
	text-align: center;
}

.success150 {
	background: transparent url("../images/ico150/ok.jpg") no-repeat center
		0;
}

.info150 {
	background: transparent url("../images/ico150/info.jpg") no-repeat
		center 0;
}

.error150 {
	background: transparent url("../images/ico150/error.jpg") no-repeat
		center 0;
}

.warn150 {
	background: transparent url("../images/ico150/warn.jpg") no-repeat
		center 0;
}

/*-------------------------------------------------------------------------------------------
	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 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	float: left;
	height: 470px;
	margin: 0 0 5px 5px;
	overflow: hidden;
	width: 390px;
}

.pane-460 img {
	padding: 4px;
	border: 1px solid #ddd;
}

.pane-800 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #AAAAAA;
	float: left;
	margin: 0 0 5px 5px;
	overflow: hidden;
	width: 790px;
}

h2.titlebar {
	
}

.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;
}

#menu-nav { /*
	padding-left: 300px;
	*/
	
}

#menu-main #main-menu-yanmar a {
	width: 250px;
	text-indent: -5000px;
	background: url("../images/menu2.png") no-repeat scroll left top
		transparent;
}

#menu-main #main-menu-yanmar a:hover {
	
}

#main-menu-global {
	position: absolute;
	right: 0;
	width: 100px;
}

table.table-attr {
	width: 100%;
}

table.table-attr td {
	color: #555;
	padding: 4px;
	border-bottom: 1px solid #ddd;
}

table.table-attr td.table-attr-left {
	font-weight: bold;
}

table.table-attr td.table-attr-right {
	font-weight: normal;
}

table.table-attr td.attr-col-1 {
	font-weight: bold;
	width: 30%;
}

table.table-attr td.attr-col-2 {
	font-weight: normal;
	width: 60%;
}

table.table-attr td.attr-col-3 {
	color: #000;
	font-weight: bold;
	width: 10%;
	text-align: right;
	white-space: nowrap;
}

.prod-descr h2 {
	padding: 10px 0 6px;
}

.categ-menu ul li {
	list-style-position: outside;
	list-style-type: none;
}

.categ-menu a {
	text-transform: uppercase;
	display: block;
	border: 1px solid transparent;
	text-align: center;
	background-color: #fff;
	color: #E8131C;
	font-weight: bold;
	border: 1px solid #eee;
	border-radius: 5px;
	/*
	box-shadow: 0 0 5px rgba(232, 19, 28, 0.2);
	*/
	box-shadow: 0 0 5px rgba(128, 128, 128, 0.2);
	padding: 4px;
}

.categ-menu a:hover {
	border: 1px solid #E07276; /* #E8131C; */
	box-shadow: 0 0 5px rgba(232, 19, 28, 0.5);
	text-transform: uppercase;
}

.categ-menu2 {
	padding: 20px;
	text-align: center;
}

.categ-menu2 a {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	color: #E8131C;
	font-weight: bold;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(128, 128, 128, 0.2);
	padding: 4px;
	margin: 1px;
	height: 150px;
	width: 140px;
	position: relative;
}

.categ-menu2 a:hover {
	border: 1px solid #E07276; /* #E8131C; */
	box-shadow: 0 0 5px rgba(232, 19, 28, 0.5);
	text-transform: uppercase;
}

.categ-menu2 a span.pimg {
	display: block;
	height: 100px;
	width: 140px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 4px;
	background-attachment: scroll;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.categ-menu2 a span.plabel {
	display: block;
	height: 50px;
	width: 140px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 4px;
}

span.prod-price {
	font-weight: bold;
	font-family: Arial Black, sans;
	font-size: 120%;
	color: #000;
}

#heading {
	background: transparent url("../images/layout/heading-bkg.png") repeat-x
		0 0;
	height: 108px;
}

#heading-mid {
	background: transparent url("../images/layout/heading-mid-bkg.png")
		repeat-x 0 0;
	height: 108px;
}

#heading-sh-left {
	background: transparent url("../images/layout/heading-sh-left.png")
		no-repeat 0 0;
	height: 108px;
	left: -22px;
	position: absolute;
	width: 22px;
}

#heading-sh-right {
	background: transparent url("../images/layout/heading-sh-right.png")
		no-repeat 0 0;
	height: 108px;
	right: -22px;
	position: absolute;
	width: 22px;
}

#yan-logo {
	background: transparent url("../images/yanmar_logo3.png") no-repeat 0 0;
	width: 500px;
    height: 60px;
    left: 20px;
    top: 20px;
    display: block;
    text-indent: -5000px;
    position: absolute;
}

#menu-top {
	position: relative;
	background: transparent url("../images/layout/menu-bkg.png") repeat-x 0
		0;
	height: 53px;
}

#page {
	position: relative;
	background: transparent url("../images/layout/page-bkg.png") repeat-x 0
		0;
}

.page-sh-left {
	position: absolute;
	background: transparent url("../images/layout/page-sh-left.png")
		no-repeat 0 0;
	width: 32px;
	height: 415px;
	left: -32px;
}

.page-sh-right {
	position: absolute;
	background: transparent url("../images/layout/page-sh-right.png")
		no-repeat 0 0;
	width: 32px;
	height: 415px;
	right: -32px;
}

#footer-out {
	position: relative;
	overflow: auto;
	background: transparent url("../images/layout/page-bkg.png") repeat-x 0
		0;
	border-top: 1px solid #E8131C;
	margin-top: 50px;
	height: 380px;
}

.tractor-xxl {
	padding: 0;
	margin: 5px;
	/*width: 250px;*/
}

.tractor-s {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0 5px 10px;
	width: 100px;
	height: 100px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	/*
	border-radius: 5px;
	*/
	cursor: pointer;
	display: block;
	float: left;
	outline: 0 none;
}

a.tractor-s:hover {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	outline: 0 none;
	border: 1px solid #E07276; /* #E8131C; */
	box-shadow: 0 0 6px rgba(232, 19, 28, 0.7);
}

#master-text {
	background-color: #000000;
	/*
	border-radius: 5px 5px 0 0;
	*/
	color: #FFFFFF;
	display: block;
	opacity: 0.7;
	padding: 3px 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 11px;
	line-height: 13px;
}

#tractor-xxl-container {
	position: relative;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	/*
	border-radius: 5px;
	*/
	border: 1px solid #ccc;
	line-height: 0 !important;
	margin: 0 !important;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#tractor-xxl-container:hover {
	border: 1px solid #E07276; /* #E8131C; */
	box-shadow: 0 0 6px rgba(232, 19, 28, 0.7);
}

table.attched-files {
	width: 100%;
}

.attched-files td {
	vertical-align: middle;
}

.attched-files td {
	vertical-align: middle;
}

.attched-files td a img {
	vertical-align: text-bottom;
}

.prod-descr {
	text-align: justify;
	margin-bottom: 20px;
}

.dealer-box {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #aaa;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 10px 30px;
}

.location {
	background: transparent url(../images/ico16/world.png) no-repeat
		!important;
	padding: 0 4px 0 20px;
}

a.location:hover { /*background-color: transparent;*/
	color: red;
	text-decoration: underline;
}

#oferta {
	font-size: 18px; 
	font-weight; bold;
	border: 3px solid #f00;
	margin: 10px;
	text-align: center;
	background: url(../images/layout/menu-bkg.png) repeat-x scroll 0 -3px
		transparent
}

#content #oferta li {
	font-weight: bold;
}

.form-warn {
	background-color: #FEEFEF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 0;
	box-shadow: 1px 1px 10px #CCCCCC;
	color: #B40000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
	margin-bottom: 0 !important;
}