/* $Id: cms.css,v 1.1.1.1 2006/08/24 10:01:32 cvsdef Exp $ */

#cmsedit {
	padding: 0px;
	width: 98%;
}

#cmsedit h1.edit {
	padding: 0;
	margin: 4px 0 6px 0;
}

#cmsedit ul.tab-list {
	display: inline;
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}

#cmsedit ul.tab-list li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	color: #333;
	font-weight: normal;
}

#tab-list {
	margin: 0 0 4px 0;
}

#cmsedit div.section-start {
	border-bottom: 1px solid #999;
}

#cmsedit div.section, #cmsedit div.section-view {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: transparent;
	color: #333;
	padding: 4px;
	clear: both;

	width: 100%;
	margin: 0;
}

#cmsedit .section p {
	margin: 5px 0;
}

#cmsedit-inline {
	background: transparent;
}

#cmsedit div.section-view  {
	background: transparent;
}

#cmsedit div.delimt {
	border-bottom: 1px dotted #999;
}

#cmsedit table.cms-menu {
	width: 100%;
}

#cmsedit table.cms-menu th {
	margin: 0px;
	padding: 6px 4px 0 0;
	text-align: left;
}

#cmsedit table.cms-menu td {
	padding: 2px 4px 2px 0;
	border-bottom: 1px solid #ccc;
}

#cmsedit table.cms-menu tr.line {
	background: #eee;
}

#cmsedit .input-boxtext {
	padding-top: 3px;
	color: #333;
}

#cmsedit .input-text-a 
{	width: 35px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit .input-text-b 
{	width: 150px; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit .input-text-c 
{	width: 350px; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit .input-text-d 
{	width: 400px; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

#cmsedit input.input-but {
	background: #ffffff;
}

#cmsedit .input-warning {
	color: #950000;
}

#cmsedit .iframe-editor {
	width: 350px;
	height: 20px;
}

#cmsedit .iframe-editor-x {
	width: 350px;
	height: 100px;
	
}

#cmsedit .cms-fieldset {
	display: block;
	width: 410px;
	margin-top: 10px;
}

#cmsedit .cms-legend {
	padding-left: 6px;
	padding-right: 6px;
	color: #333;
}

#cmsedit .dim, #cmsedit .dim a {
	color: #999;
}

/* Autocomplete styles */
.form-autocomplete {
	background: url(images/icons/search.gif) 99% 50% no-repeat;
	width: 350px;
	border: 1px;
}
#autocomplete {
	position: absolute;
	border: 1px;
	overflow: hidden;
	text-align: left;
}
#autocomplete ul {
	width: 350px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#autocomplete li {
	background: #fff;
	color: #000;
	white-space: pre;
	padding: 2px 0;
	cursor: default;
}
#autocomplete li.selected {
	background: #900;
	color: #fff;
}
#autocomplete span.match {
	font-weight: bold;
}

/* $Id: screen.css,v 1.1.1.1 2006/08/24 10:01:32 cvsdef Exp $ */

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}


input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.input-text-a, .input-text-b, .input-text-c, .input-text-d, .input-text-login, .input-text-view, .input-text-search {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

.input-text-search {
	text-align:right;
	color: #919191;
}

.input-text-login {	
	width: 200px;
}

.input-text-view {
	width: 250px;
}

.input-but {
	background: #fff;
	margin-top: 5px;
}

input.submit {
	background-image: url(images/searchbutton.png);
	width:70px;
	height:20px;
	color: #fb8000;
	font-size: 10px;
	border:0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

h1 {
	color: #6e6450;
	font-size:14px;
	font-weight: bold;
}

#container {
	width: 993px;
	width: 1000px;
	margin: 0 auto;
}

a, a:active {
	color: #fb8000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #717171;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	outline:none;
}

.link-arrow {
	margin: 4px 0;
}

.link, .download {
	padding: 4px 0px 4px 0;
	line-height: 18px;
	text-decoration: underline !important;
}

.mail-link {
	text-decoration: underline;
}


/*NEWSLETTER PREVIEW ONLY*/

.nl-section h1 {
	font-size: 15px!important;
	color: #000!important;
	font-weight: bold!important;
	padding: 5px 0 0 0;
}
.nl-section h1.big {	
	font-size: 26px!important;
}

.nl-large {
	width: 650px;
}

.nl-small {
	width: 200px;
	padding: 0 25px 0 0;
}

.nl-last {
	padding: 0;
}

.nl-section p {
	padding: 5px 0 0 0;
}
.nl-section .link {
	background:none;
}

/*NEWSLETTER PREVIEW ONLY*/

/* site specific styles */

.clear {
	clear:both;
}

.f-r {
	float: right;
}

.f-l {
	float: left;
}

.top-container {
	width: 994px;
	margin-left: 0px;
}

.search-form {
	float:right;
	margin-right:40px;
}

.logo {
	width: 303px;
	float: left;
	padding: 15px 0;
}

.lang {
	float: right;
	height: 20px;
	line-height: 20px;
}
.lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lang ul li {
	float:left;
	height: 17px;
	line-height: 17px;
	margin: 0 5px;
}

.lang ul li a {
	color: #8d8d8d;
	font-size:11px;
	font-weight: normal;
}
.lang ul li a:hover {
	color: #717171;
}
.lang ul li a b {
	color: #fb8000;
	font-size:11px;
	font-weight: normal;
}

.top-menu {
	float: right;
	width: 688px;
}

ul.menu-top {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu-top li {
	float:left;
	height: 17px;
	line-height: 17px;
	margin: 0 5px;
}

ul.menu-top li a, #tab-list a, .input-boxtext a, .section-action a, .section p a, .cms-menu a, #menu_area a, .section a {
	font-size: 11px;
}

.main-menu {
	width: 993px;
	clear:both;
}


.system-menu  {
	float: left;
	width: 310px;
	text-align:right;
	padding: 5px 0 0 0;
}

.system-menu ul, .bottom-menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

.system-menu ul li {
	float:left;
	margin: 0 10px;
	height: 17px;
	line-height: 17px;
}

.system-menu ul li a{
	font-size: 11px;
}

.bottom-menu ul li {
	float:left;
	margin: 0 0 0 10px;
	height: 17px;
	line-height: 17px;
	color: #888888;
}

.bottom-menu ul li a {
	color: #888888;
}

.bottom-menu ul li a:hover {
	color: #717171 ;
}
.bottom-menu ul li a.selected {
	color: #fb8000 ;
}

address {
	font-style:normal;
	float:left;
	color: #000000;
}

#bottom-container {
	position:relative;
	text-align: left;
	width: 900px;
	font-size: 11px;
	height:30px;
	line-height:30px;
	padding: 0 7px;
}

#bottom-container a {
	font-size: 11px;
}

.bottom-menu {
	padding: 0;
	position: absolute;
	right: 1px;
	top: 8px;
}

/* ---- BREADCRUMB ---- */

#breadcrumb {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 15px;
	line-height: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
	}
#breadcrumb li {
	float: left;
	line-height: 15px;
	padding: 0 4px;
	}
#breadcrumb li.current {
	background: none;
	font-weight: bold;
	color: #fb8000;
	font-size: 11px;
	}
#breadcrumb li a {
	line-height: 15px;
	color: #aaaaaa;
	font-size: 11px;
	}


/* ---- NAVIGATION ---- */

#navbar {
	height: 33px;
	/*margin-bottom: 5px;*/
/*	background-image: url(images/menu_brown.png);*/
	background-image: url(images/menu_brown_tall_long.png);
	background-repeat: no-repeat;
	}
#navbar.home {
	margin-bottom: 0px;
}
#nav {
	position: relative;
	list-style: none;
	padding: 0 0 0 9px;
	margin: 0;
	}
#nav li {
	background: none;
	float: left;
	position: relative;
	}    
* html #nav li {
	width: 1px;
	white-space: nowrap;
	}
#nav li ul {
	display: none;
	position: absolute;
	padding:0;
	margin:0;
	width: 187px;
	}
#nav li a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px 6px 20px;
	color: #FFF;
	}

#nav li a:hover, #nav li:hover a, #nav li.over a {
	color: #FFF;
	background-image: url(images/menu_hover_brown_new.png);
	background-repeat: repeat-x;
	background-position: 0px 0px !important;
	}
#nav li:hover ul, #nav li.over ul {
	display: block;
	}
#nav li li {
	width: 187px;
	display: block;
	white-space: normal;
	z-index:999;
	}
#nav li li a {
	font-size: 11px;
	font-weight: normal;
	padding: 4px 8px;
	text-transform:none;
	color: #6e6450;
	}
#nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color: #6e6450;
	border: 1px solid #FFFFFF;
	border-top: 0px;
	background-image: url(images/topmenu_mouseover_brown_new.png);
	}
#nav li li a:hover {
	color: #ff6600;
	}
#nav li a.selected {
	color: #fff;
	background-image: url(images/menu_hover_brown_new.png);
	background-repeat: repeat-x;
	background-position: 0px 0px !important;
	/*height:26px;*/
    }

/* END NAVIGATION */

.content {
	width: 994px;
}

.main-right-content {
	margin: 0;
	padding:0;
}
.left-main-content {
	margin: 0;
	padding:0;
}

.extra-bg-left-col-menu {
	background-image: url(images/left_menu_bg_brown_big.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0;
	margin: 0;
}
.left-col-menu, .left-col-news-menu {
	background-image: url(images/left_menu_bg_brown_small.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding: 0;
	margin: 0;
}

.left-col-menu ul {
	list-style:none;
	padding: 0;
	margin: 0 0 40px 0;
}

.left-col-news-menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

.news-bottom-menu-divider {
	margin-bottom:40px;
}

.left-col-menu ul li.first {
	margin-top: -2px;
	padding: 0;
}

.left-col-menu ul li, .left-col-news-menu ul li {
	border-bottom:1px solid #b9b09a;
	margin: 0 8px 0 8px;
}
.left-col-menu ul li a, .left-col-news-menu ul li a {
	color:#868686;
	font-size: 13px;
	display: block;	
	padding: 7px 12px;
}


.left-col-menu ul li a:hover, .left-col-news-menu ul li a:hover  {
	color: #FF7F02;
	font-size: 13px;
}


.left-col-menu ul li.selected, .left-col-news-menu ul li.selected {}
.left-col-menu ul li.selected ul, .left-col-news-menu ul li.selected ul {
	border-top:1px solid #b9b09a;
}
.left-col-menu ul li.selected ul li ul {
	border-top: 0px;
}
.left-col-menu ul li.selected ul li ul li {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
.left-col-menu ul li ul, .left-col-news-menu ul li ul {
	width: 165px;
	margin: 0;
	padding: 0;
}
.left-col-menu ul li ul li {
	border: 0px;
	margin: 0 5px;
	padding: 0;
} 
.left-col-news-menu ul li ul li {
	border: 0;
	margin: 0;
	padding: 0;
}
.left-col-menu ul li ul li a {}
.left-col-menu ul li ul li a.selected, , .left-col-news-menu ul li ul li a.selected {
	color: #ff7f02;
}
.left-col-menu ul li ul li a:hover {}

ul.news-articles-list li a {
	font-size: 9pt;
	color: #7d735f;
}
ul.news-articles-list li a:hover {
	font-size: 9pt;
}
ul.news-articles-list li a small {
	font-size: 8pt;
	color: #7d735f;
}

.right-col-menu {
	width: 269px;
	background-image: url(images/right_col_brown_big.png);
	background-repeat: repeat-y;
	height: 462px;
}
.position {
	position:relative;
	height: 550px;
	z-index:888;
}
.certificat {
	position: relative;
	text-align: right;
	bottom: 30px;
	left: 170px;
	height: 39px;
	width: 74px;
}

.right-bottom {
	width: 260px;
	background-image: url(images/right_col_bottom_brown_big.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0;
	margin: 0;
}
.around-special-links {
	margin: 0px 0 0 0;
	padding:0;
	font-size:0px;
}
.special-link {
	width: 195px;
	height: 36px;
	background-image: url(images/right_col_link_box1_brown2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 2px solid #FFFFFF;
}

/*.special-link.first { border-top: 2px solid #FFFFFF; }
.special-link.home { border: 0px; }
.special-link.selected { height: 36px; background-image: url(images/right_col_link_box1_brown_selected2.gif); background-repeat: no-repeat; background-position: 0px 0px; }*/

.special-link a.link {
	font-size: 14px!important; 
	color: #6e6450!important;
	display:block;
	padding: 12px 10px 0 15px;
	background:none;
	overflow:hidden;
	text-decoration: none !important;
}
a:hover.link, .selected a.link {
	color: #717171 !important;
}

#home .special-link {
	width: 260px;
	height: 42px;
	background-image: url(images/right_col_link_box2_brown.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

#home .special-link .link {}

.main-right-content .main-col-content {
	padding: 0 0 0 0;
}

.left-main-content .main-col-content {
	width: 770px;
	padding: 0 0 0 20px;
}

.flash-frame {
	margin: 0 0 5px 5px;
}

.front-boxes {
	margin: 0 0 0 4px;
}

.box-bottom-link {
	width: 230px;
	text-align:right;
}

.front-box {
	float: left;
	width: 235px;
	height: 155px;
	background-image: url(images/front_box_small_brown2.png);
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
}

.last {
	margin:0;
}


.front-box .box-inside {
	width: 215px;
	margin: 6px 0 0 10px;
}

.box-inside {
	height: 125px;
}

.box-inside h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #6e6450;
}

.box-inside p {
	font-size: 11px;
	color: #938d79;
}

.box-inside .f-r {
	margin-left: 4px;
	margin-bottom: 2px;
}
.box-inside .f-l {
	margin-right: 8px;
	margin-bottom: 2px;
}

.faq-top, .faq-top-search {
	width: 520px;
	background-image: url(images/faq_divider_orange.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.faq-top-search {
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.faq-top h1 {
	margin: 0 0 0 25px;
	color: #6e6450;
}
.faq-top p {
	margin: 0 0 0 25px;
	padding: 0 0 10px 0;
	color: #8d8d8d;
}
.faq-items {
	width: 520px;
	background-image: url(images/faq_divider_orange.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.faq-q {
	float:left;
	width:25px;
	color: #fb8000;
	font-weight:bold;
	margin: 10px 0 0 0;
}
.faq-a {
	float:left;
	width:25px;
	color: #000;
	font-weight:bold;
}
.faq-question {
	float:right;
	width: 494px;
	color: #fb8000;
	margin: 10px 0 10px 0;
}
.faq-answer {
	float:right;
	width: 494px;
	color: #000;
	margin: 0 0 10px 0;
}

.normal-cols {
	width: 767px;
}
.col-items {
}
.main-col {
	float:left;
	width: 494px;
	margin: 20px 0 0 18px;
}

.news-menu {
	list-style:none;
	padding:0;
	margin:0;
	margin: 20px 0 0 13px;
}
.news-menu li {
	padding: 5px 30px 3px 17px;
	margin: 15px 0 0 0;
	border-bottom:0px!important;
}
.news-menu li.head {
	border:0px;
	padding-top:3px;
	padding-bottom:5px;
}
.news-menu li small {
	color: #000;
	font-size:10px;
}
.news-menu li h2 a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding:0;
}
.news-menu li h2 a:hover{
	background:none;
	color: #717171;
	font-size: 12px;
	font-weight: bold;
}

.front-news-menu {
	list-style:none;
	padding:0;
	margin:0;
}
.front-news-menu li {
	padding: 0px 10px 0px 10px;
	margin: 5px 0 0 0;
}
.front-news-menu li.head {
	border-bottom: 1px solid #bab09a;
	padding: 0 4px 10px 2px;
	margin: 5px 6px 0 8px;
}
.front-news-menu li small {
	color: #A49977;
	font-size:10px;
}
.front-news-menu li h2 a {
	color: #6e6450;
	font-size: 12px;
	font-weight: bold;
}
.front-news-menu li h2 a:hover {
	color: #FF7F02;
	font-size: 12px;
	font-weight: bold;
}

.news-col-top {
	float:left;
	width: 490px;
	margin: 0px 0 0 20px;
}

.news-col-top h4, .news-col-top h1 {
	float:left;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

.news-col-top h4 {
	color: #6e6450;
}

.news-col-content {
	float:left;
	width: 490px;
	margin: 0px 0 25px 20px;
}

.news-col-content .p {
	line-height: 16px;
	font-size: 11px;
}
.news-col-content .p a, .news-col-content p a {
	font-size: 11px;
}

.main-col h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6e6450;
	margin: 0 0 5px 0;
}

.right-col {
	float:right;
	width:228px;
}

.image-text {
	margin: 8px 0 0 0;
	text-align: left;
	color: #8e8e8e;
	font-size: 11px;
}

.image-container {
	background-image: url(images/normal_under_image.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 3px 0;
	margin: 20px 0 0 0;
}
.image-container-news {
	background-image: url(images/normal_under_image.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 3px 0;
	margin: 0 0 0 0;
}

.pre-text {
	background-image: url(images/faq_divider_orange.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 18px;
}

.pre-text {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #505050;
	font-size: 13px;
	font-weight: normal;
}

.main-col .p {
	color: #87806E;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
.main-col .p a {
	font-size: 11px;
	font-weight: normal;
}

.p {
	color: #87806E;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
.p a {
	font-size: 11px;
	font-weight: normal;
}

/* SITEMAP */

.sitemap {
	color: #000;
	font-size:13px;
	padding: 0 0 10px 0;
	background-image: url(images/faq_divider_orange.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.sitemap-list {}

.sitemap-list ul {
	margin: 0;
	padding:0;
	list-style: none;
}

.sitemap-list ul li {
	margin: 0 0 5px 0;
	padding: 2px 15px;
}
.sitemap-list ul li ul li {
	margin: 5px 0 0 0;
}
.sitemap-list ul li a {
	color: #494949;
	font-size: 13px;
	fint-weight: bold;
}
.sitemap-list ul li ul li a {
	color: #8e8e8e;
	font-size: 13px;
	fint-weight: normal;
}
.sitemap-list ul li ul li ul li a {
	color: #494949;
	font-size: 11px;
	fint-weight: normal;
}

/* PRODUCT */

.product-content {
	margin: 25px 0 0 25px;
}
.product-content h1, .product-middle-box h2{
	color: #6e6450;
	font-size:14px;
	font-weight: bold;
}
.product-content .pre-text {
	background:none;
	width: 741px;
	margin-bottom:10px;
	color: #87806e;
	font-size:13px;
	line-height: 18px;
}

.product-middle-box {
	border-top: 1px solid #FF7F02;
	padding: 4px 0 0 0;
	padding-top: 30px;
}
.product-middle-box .p {
	color: #87806E;
	font-size: 11px;
	line-height: 18px;
}

.product-middle-box .image {
	text-align:center;
	margin-right: 20px;
	
}
.product-left-box {
	width: 341px;
}

.product-left-box .image {

}

.product-left-box .f-l {
	margin: 0 20px 5px 0;
}
.product-left-box .f-r {
	margin: 0 0 5px 20px;
}

.product-middle-box p {
}

.product-right-box {
	width: 337px;
	padding: 0 0 9px 9px;
	margin-bottom: 9px;
}

.product-content-right {
	border-top: 1px solid #FF7F02;
	padding: 15px 0 0 0;
	width: 338px;
}
.product-content-divider {
	width: 250px;
}
.product-content-left {
	border-top: 1px solid #FF7F02;
	padding: 15px 0 0 0;
	width: 400px;
}

.product-right-box h4 {
	font-size: 14px;
	font-weight: bold;
}
.product-left-box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #87806e;
}
.product-right-box span {
	font-size: 14px;
	font-weight: bold;
	color: #fb8000;
}
.product-right-box a:hover {
	text-decoration: underline;
	color: #fb8000;
}
.product-right-box p {
	font-size: 11px;
	font-weight: normal;
	color: #87806e;
	width: 286px;
	float:right;
	padding: 2px 0;
	line-height: 14px;
}
.product-left-box p {
	line-height: 18px;
	color: #87806e;
}
.product-right-box .icon-image {
	width: 28px;
}

.around-link {
	margin: 10px 0; 
}

.product-bottom-content {}


.forms-top {
/*	background-image: url(images/forms_divider.png);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #FB8000;
	width: 512px;
}
.forms-top h1 {
/*	background-image: url(images/forms_divider.png);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	text-transform:uppercase;
	border-bottom: 1px solid #FB8000;
}

.forms-top p {
	color: #767676;
	font-size:13px;
	line-height: 18px;
}

.input-boxtext {
	color:#808080;
	padding: 4px 0 2px 0;
}

.submit-button {
	margin: 10px 0;
}

/** -- SEARCH RESULT -- **/
.search-result {
	margin: 15px 0 20px 0;
}
.search-result h3 {
	font-size: 13px;
	color: #000;
	font-weight:normal;
}
.search-result p {
	color: #606060;
	font-size: 11px;
}

.search_line_h {
	height: 1px;
	background: url(images/product_grey_divider.png) repeat-x;
}

.item {
	width: 540px;
}

/* == FORM STYLES == */

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
}

.form-text {
	font-size: 11px;
	color: #808080;
	margin-bottom: 5px;
}

.orange-bar {
	background-image: url(images/orangebar_brown.png);
	width: 766px;
	height: 121px;
	background-repeat: no-repeat;
}
h1.bar-text {
	padding: 15px 0 0 15px;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.list_editor, .list-editor, ol {
	line-height: 18px;
	margin-top:5px;
}

ol li {
	margin-bottom: 15px;
}

.left-col-menu ul li a.selected , .left-col-news-menu ul li a.selected, .extra-bg-left-col-menu ul li a.selected {
	color: #ff7f02;
	background: none !important;
	background-image: none!important;
	min-height: 15px;
}

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #FFFFFF;
	background-color: #FFFFFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: 0px;
	position: relative;
	background-color: #FFFFFF;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

.single-container {
	padding:7px;
	margin:0px;
	width:233px;
	border-bottom:1px solid #FB8000;
	height: 150px;
}

#references .p {
	text-align: center;
	font-size: 27px;
	line-height: 27px;
	color: black;
}

#references .around-link {
	margin: 0px;
	text-align: right;
}

#references .around-link .link {
	padding: 0px;
}

#references .image {
	text-align: center;
}

#references .product-middle-box {
	border-top: 1px solid #FF7F02;
	padding: 15px 0 0;
}

#references .product-middle-box .p {
	color: #87806E;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}

.special-link.first { border-top: 2px solid #FFFFFF; }
.special-link.home { border: 0px; }
.special-link.selected { height: 36px; background-image: url(images/right_col_link_box1_brown_selected2.gif); background-repeat: no-repeat; background-position: 0px 0px; }


/* STORE STYLES */
.store-product-option-group-title
{
	padding-top: 8px;
	font-size: larger;
}
.store-product-option-group-description
{
	position: relative;
	left: -5px;
}

.store-product-option-title
{
	position: relative;
	left: -4px;
	font-weight: bold;
}

.store-product-option-description
{
	position: relative;
	left: 13px;
}