/*=========*/
/* GENERAL */
/*=========*/
body, div, span, img, form, p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border:none;
}
form {
    margin: 0px;
    padding: 0px;
    border:none;
}
body {
    min-width: 980px;
    font: 12px Arial, Helvetica, Sans-Serif;
    color: #000000;
    background: #000000 url('background.gif') repeat-x top left;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: justify;
	color: #333333;
}
h1 {
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}
h2 {
	font-size: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	color: #111111;
}
h3 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
    color: #222222;
}
h4 {
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #333333;
}
h5 {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #444444;
}
h6 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555555;
}
strong {
	color: #EC7D0E;
}
a, a:hover, a:visited {
	color: #EC7D0E;
}
a:active
{
    outline: none;
}
a:focus
{
    -moz-outline-style: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
input, textarea, select {
    background-color:#DDDDDD;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #444444;
    padding: 2px;
    margin: 0px;
    border: 1px solid #999999;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #FDEADF;
	border: 1px solid #EA6211;
}

/*========*/
/* LAYOUT */
/*========*/
#main {
    margin-left: 20px;
    margin-right: 20px;
    background: #FFFFFF;
}
#header {
	float: left;
	width: 100%;
	height: 190px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000;
    background: transparent url(header.gif) repeat-x bottom left;
}
#banner {
    clear: both;
    width: 100%;
    height: 146px;
    background: transparent url(banner.jpg) no-repeat top left;
}
#bannertable {
    width: 100%;
    height: 146px;
    background: transparent url(bannertable.jpg) no-repeat top right;
}
#bannertable td.left {
    width: 250px;
    padding-top: 14px;
    padding-left: 5px;
    vertical-align: top;
    color: #888888;
}
#bannertable td.right {
    width: 200px;
}
#menu {
    clear: both;
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: transparent;
}
#content {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	background: #FFFFFF;
}
#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	background: #FFFFFF url(colmid.jpg) no-repeat bottom left;
}
#colright {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background: #FFFFFF;
}
#col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#col1pad {
	margin: 0 15px 0 415px;
	overflow: hidden;
}
#col1 {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
#col2 {
	float: left;
	width: 170px;
	position: relative;
	margin-left: -50%;
	left: 215px;
	overflow: hidden;
}
#col3 {
	float: left;
	width: 170px;
	position: relative;
	left: 15px;
	overflow: hidden;
}
#footer {
	clear: both;
	width: 100%;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 100px;
	background: transparent url(footer.gif) repeat-x top left;
	overflow: auto;
}
#footer-links {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#footer-links div {
    float: left;
    height: 70px;
    padding-left: 20px;
    vertical-align: middle;
}
#footer-copyright, #footer-alopia {
    clear:both;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #888888;
}
#footer-alopia a {
    color: #999999;
    font-size: 11px;
}

/*======*/
/* PATH */
/*======*/
#path {
    clear: left;
    width: 100%;
    height: 20px;
    padding-top: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    overflow:hidden;
}
#path-links {
}
#path-op {
    float:right;
    width: 140px;
    text-align: right;
}
#path-op a {
    text-decoration: none;
    color: #777777;
    font-size: 12px;
}
#path ul {
	list-style-type: none;
}
#path ul li {
    float: left;
	background-image: url('path-ul-li.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 15px;
	padding-left: 15px;
	background-position: left center;
	font-size: 12px;
}
#path ul li a {
    color: #777777;
    font-size: 12px;
    text-decoration: none;
}
#printclose {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#contactinfo {
    clear: both;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
#contactinfo span {
    float: left;
    width: 50%;
    text-align: right;
}
#contactinfo span.email {
    float: left;
    width: 50%;
    text-align: right;
}

/*========*/
/* MODULE */
/*========*/
div.module {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.module h1 {
    margin: 0px;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    background: transparent url('module-h1.gif') no-repeat top center;
}
div.module-content {
	border-left: 1px solid #CBD1DA;
	border-right: 1px solid #CBD1DA;
	background-color: #F1F4F6;
}
div.module-footer {
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    background: transparent url('module-footer.gif') no-repeat top center;
}
div.module div.division {
    margin-top: 10px;
    margin-bottom: 10px;
}
#col2 ul {
    clear: both;
	list-style-type: none;
	text-align: left;
}
#col2 li {
    clear: both;
    background: transparent url('module-li.gif') no-repeat top left;
    margin: 0px;
    padding: 0px;
}
#col2 li a {
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    vertical-align: top;
    border-top: 1px solid #CBD1DA;
}
#col2 li a:hover {
    color: #000000;
    background-color: #FFFFFF;
}

/*===========*/
/* SHORTCUTS */
/*===========*/
#shortcuts {
    clear: both;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#shortcuts a, #shortcuts a:visited {
	position: relative;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
}
#shortcuts a:hover {
	color: #FF0000;
}
#shortcuts a img {
	border: none;
}
#shortcuts a div {
	clear: both;
	padding: 4px;
	margin-top: 10px;
	border: #AAAAAA 1px solid;
}

/*======*/
/* COL1 */
/*======*/
#col1 h1 {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 6px;
	color: #000000;
	background: transparent url('h1.gif') no-repeat center left;
}
#col1 h2 {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
	background: transparent url('h2.gif') no-repeat center left;
}
#col1 h3 {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
	background: transparent url('h3.gif') no-repeat center left;
}
#col1 h4 {
    padding-left: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
	background: transparent url('h4.gif') no-repeat center left;
}
#col1 h5 {
}
#col1 h6 {
}

/*======*/
/* FORM */
/*======*/
div.form-fieldset {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border: 1px solid #CECFD3;
    background: #F2F2F2 url('form-fieldset.gif') repeat-x top left;
}
div.form-fieldset-legend {
    height: 31px;
    font-size: 14px;
    font-weight: bold;
	color: #000000;
    padding: 5px;
    padding-top: 7px;
    padding-left: 35px;
    background: transparent url('form-fieldset-legend.gif') no-repeat top left;
}
div.form-fieldset-legend a {
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}
div.form-field {
    clear: both;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow:auto;
}
div.form-field-label {
    float:left;
    width: 150px;
    margin-top: 3px;
    font-weight: bold;
    font-size: 11px;
    color: #555555;
    text-align: right;
}
div.form-field-content {
    margin-left: 170px;
    text-align: left;
}
div.form-field-content div.imagesrc {
    margin-top: 5px;
    margin-bottom: 5px;
}
div.form-field-content img {
    border: 1px solid #ABABAB;
}
div.captcha {
    text-align: left;
}
div.captcha img {
    border: 1px solid #999999;
    cursor: pointer;
}
div.captcha-input {
    padding-top: 10px;
}
div.captcha-help {
    padding-top: 10px;
    color: #999999;
    font-size: 11px;
}

/*======*/
/* LIST */
/*======*/
div.list-container {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #DDE1E6;
	background: #FFFFFF;
	text-align: center;
	padding: 10px;
}
div.list-title, div.list-empty {
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	background: #F1F3F5;
	border: 1px solid #DDE1E6;
	padding: 5px;
}
div.list-navigator {
    padding: 3px;
	clear: both;
}
div.list-navigator span.info {
    text-align: left;
    color: #8C8C8C;
}
div.list-navigator span.pages {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #8C8C8C;
}
div.list-navigator span.gotopage {
}
div.list-navigator span.gotopage input {
    margin-right: 10px;
}
div.list-navigator a:link, div.list-navigator a:visited {
    padding: 2px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #8C8C8C;
}
div.list-navigator a:hover {
    background-color: #E2E2E2;
    text-decoration: none;
}
table.list {
    width: 100%;
	margin: 10px auto;
	border: 1px solid #E0E0E0;
}
table.list th {
	margin: 0px;
	padding: 6px;
	height: 25px;
	font-size: 11px;
	line-height: bold;
	color: #FF9C08;
	text-align:center;
	vertical-align:middle;
	background: #EEEEEE url(list-header-background.gif) top left repeat-x;
}
table.list th div.sort {
    padding-top: 4px;
}
table.list td {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	vertical-align:middle;
    text-align: center;
}
table.list td a:link {
	color: #c64934;
	text-decoration: none;
}
table.list td a:visited {
	color: #c64934;
	text-decoration: none;
}
table.list td a:hover {
	text-decoration: underline;
}
div.list div.row {
    float: left;
    margin: 10px;
    text-align: center;
}

/*=========*/
/* toolbar */
/*=========*/
#toolbar {
	height: 90px;
	text-align: center;
	width: 100%;
	left: 0px;
    color: #FFFFFF;
    border-top: 1px solid #111111;
	background: #000000 url(toolbar-background.jpg) top center no-repeat;
}
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
#toolbar {
    position: absolute;
    bottom: 0px;
}
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
body > div#toolbar {
    position: fixed;
    bottom: 0px;
}
#toolbar-container {
	position: relative;
	height: 90px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: center;
    color: #FFFFFF;
}
#toolbar-container a, #toolbar-container a:visited {
	position: relative;
	display: block;
	font-size: 11px;
	bottom: 10px;
	text-align: center;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
}
#toolbar-container a:hover {
	color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#toolbar-container a img {
	border: none;
}
#toolbar-container a span {
	clear: both;
}
#toolbar-sysinfo {
	position: relative;
	float: right;
	font-size: 10px;
	color: #777777;
    text-align: right;
}
#toolbar-sysinfo-language {
    padding-top: 10px;
}
#toolbar-sysinfo-ip {
    padding-top: 10px;
}
#toolbar-sysinfo-gt {
    padding-top: 5px;
}
#caution {
    width: 600px;
    clear: both;
    text-align: left;
    color: #AAAAAA;
    font-size: 14px;
    padding: 10px;
    padding-left: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF url(caution.gif) top left no-repeat;
}

/*=============================*/
/* ThemeOfficeMenu Style Sheet */
/*=============================*/
.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	font-size: 13px;
	padding: 0;
	white-space: nowrap;
	cursor:	pointer;
	height: 25px;
}
.ThemeOfficeMenu
{
	font-size: 13px;
	font-weight: bold;
	height: 37px;
}
.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;
	overflow:	visible;
	border:		1px solid #8C867B;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}
.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}
.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border:		0;
	cursor:		pointer;
	white-space:	nowrap;
}
.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	/*background-color:	#F1E8E6;*/
}
.ThemeOfficeMenuItem
{
	background-color:	#F1F3F5;
}
.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color:	#EA6211;
	color: #FFFFFF;

}
/* horizontal main menu */
.ThemeOfficeMainItem
{
	padding: 4px 6px 4px 6px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #E7E5E5;
}
td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding: 4px 6px 4px 6px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #E7E5E5;
}
.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
}
/* vertical main menu sub components */
td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;
	border-top:	1px solid #5E686A;
	border-bottom:	1px solid #5E686A;
	border-left:	1px solid #5E686A;
	background-color:	inherit;
}
td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	border-top:	1px solid #5E686A;
	border-bottom:	1px solid #5E686A;
	background-color:	inherit;
	white-space:	nowrap;
}
td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	border-top:	1px solid #5E686A;
	border-bottom:	1px solid #5E686A;
	border-right:	1px solid #5E686A;
	background-color:	inherit;
}
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;
	white-space:	nowrap;
	border:		0;
	background-color:	inherit;
}
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;
	border:		0;
	background-color:	inherit;
}
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;
	border:		0;
	background-color:	inherit;
}
/* sub menu sub components */
.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;
	border-top:	1px solid #5E686A;
	border-bottom:	1px solid #5E686A;
	border-left:	1px solid #5E686A;
	background-color:	inherit;
	white-space:	nowrap;
}
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;
	border-top:	1px solid #5E686A;
	border-bottom:	1px solid #5E686A;
	background-color:	inherit;
	white-space:	nowrap;
}
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	border-top:	1px solid #5E686A;
	border-bottom:	1px solid #5E686A;
	border-right:	1px solid #5E686A;
	background-color:	inherit;
	white-space:	nowrap;
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;
	white-space:	nowrap;
	border: 	0px;
	background-color:	#EA6211;
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;
	border:		0px;
	background-color:	inherit;
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;
	border:		0;
	background-color:	inherit;
}
/* menu splits */
.ThemeOfficeMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
}
/* image shadow animation */
.ThemeOfficeMenuItem img.seq1
{
	display: inline;
}
.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display: inline;
}
.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
	display: none;
}
div.inactive td.ThemeOfficeMainItemHover, div.inactive td.ThemeOfficeMainItemActive
{
	border-top: 0px;
	border-right:	1px solid #f1f3f5;
	border-left:	1px solid #f1f3f5;
}
div.inactive .ThemeOfficeMainItem {
	color: #bbb;
}
div.inactive span.ThemeOfficeMainItemText {
	color: #aaa;
}
div.inactive .ThemeOfficeMainItemHover, div.inactive .ThemeOfficeMainItemActive
{
	/*background-color:	#f1f3f5;*/
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 #mycarousel {
    display: none;
 }
 #mycarousel ul li {
    background: transparent;
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
}
.jcarousel-container {
    position: relative;
    margin-left: 20px;
    margin-top: 40px;
}
.jcarousel-container img {
    border: 1px solid #AA4444;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 128px;
    height: 64px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*------------------*/
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: transparent;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 512px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  512px;
    height: 70px;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  128px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 128px;
    height: 64px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -86px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
#searchproduct {
    color: #EA6211;
}
#searchproduct h1 {
    color: #FF0000;
    background: transparent;
}
div.list-article-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}