
div.uim-manage-hud {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 2em;
	line-height: 2em;
	color: black;
	padding: 0 5px;
	border-bottom: 1px solid grey;
	z-index: 1000;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
div.uim-manage-hud span.user{
	text-decoration: underline;
}
div.uim-manage-hud a {
	color: blue;
	text-decoration: underline;
	text-transform: lowercase;
}

/* ============================================================
|	Bootstrap
------------------------------------------------------------ */

 body {
  padding-top: 60px;
}
@media (max-width: 979px) {
	body {
		padding-top: 0px;
	}
}
@media print {
	a[href]:after {
		content: none !important;
	}
}
.dropdown:hover .dropdown-menu {
	display: block;
}
 
.container:first-child .navbar-right {color: white;}

.thumbnail-button img {margin-top: 1em;}
.thumbnail-button span.caption {display: block; height: 4em;}

.tab-content {
	padding-top: 15px;
}

.table a.asc{background: url(css/asc.gif) no-repeat left center; padding: 0 0 0 1em;}
.table a.desc{background: url(css/desc.gif) no-repeat left center; padding: 0 0 0 1em;}

.tooltip-inner {
	text-align: left;
    max-width: 500px;
}

/* ============================================================
| CATALOGUE
============================================================ */
.parameters th {white-space:nowrap; text-align: right;padding: 0 5px; font-weight:bold; color:grey;}


.nav-options{background-color:#eee;border-top: 2px solid #ccc;border-bottom: 2px solid #ccc;text-align:center;padding: 5px; margin: 1px 0;min-height:24px;}
.nav-options form{margin:0;padding:0;}
.nav-pages {text-align: left;}
.nav-pages-left {padding: 2em 0 2px 0;}
.nav-pages-right {padding: 2px 0 2em 0;}
/*.nav-pages{background-color:#def;border-top: 2px solid #abf;border-bottom: 2px solid #abf;text-align:center;line-height:2em;padding: 0 5px; margin: 1px 0;}
.nav-pages-left {float: left; width:48%;}
.nav-pages-right {float: right; width:48%;}
*/

.nav-pages .txt1 {float:left; text-align: right; width: 180px; color: #555;padding-right:5px;}

.nav-options .txt1 {line-height:26px;}
.item .stud , .item .stud  * {color:blue;font-weight:bold;}
 .item .sell,  .item .sell * {color:green;font-weight:bold;}


/* LIST | SUMMARY */
.catalogue-list .image{width:20px;height:16px;vertical-align:middle;}
.catalogue-list .no-image{width:20px;height:16px;}
.catalogue-list .items{width:100%;border-collapse: collapse;}
.catalogue-list td{line-height: 16px;}
.catalogue-list thead tr td, .catalogue-list thead tr th{border-bottom: 3px solid #91aaFF;}
.catalogue-list tbody tr.r0 td{}
.catalogue-list tbody tr.r1 td{background-color:#f9f9f9;}
.catalogue-list tbody tr.r0:hover td, .catalogue-list tbody tr.r1:hover td{background-color:#ddeeff;}
.catalogue-list tbody tr td a{color:#222;}

/* SUMMARY | VIEW */
.catalogue-detail {width: 100%;}
.catalogue-detail .item-container{border-bottom: 3px solid #91aaFF;padding-bottom: 1px;}
.catalogue-detail .first-item{border-top: 3px solid #91aaFF;}
.catalogue-detail .item-container-inner{border-left: 1px solid #eee;border-right: 1px solid #eee;}
.catalogue-detail .item {border-collapse: collapse;width: 100%;}

.catalogue-view{margin-top:1px;border-top: 3px solid #91aaFF;border-bottom: 3px solid #91aaFF;}
.catalogue-view-inner{border-left: 1px solid #eee;border-right: 1px solid #eee;}
.catalogue-view div.image{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 0 0 4px 0;
	padding: 10px;
}

.catalogue-detail .image, .catalogue-view .image {
	width: 208px;
	text-align: center;
	vertical-align: top;
}
.catalogue-detail .detail, .catalogue-view   .detail{
	padding: 10px;
}
.catalogue-detail h2, .catalogue-view   h2{
	color: black;
	font-size: 18px;
	padding: 0 10px;
	margin: 0;
	border-bottom: 1px dotted grey;
}
.catalogue-detail h2 a, .catalogue-view h2 a{
	color: black;
	font-size: 18px;
	text-decoration: none;
}
.catalogue-detail h2 a:hover{
	color: #14609F;
}
.catalogue-detail h3, .catalogue-view  h3 {
	color: #0022cc;
	border-bottom: 3px solid #91aaFF;
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

/* THUMB */
.catalogue-thumb .item{
	float:left;
	width: 140px;
	height: 216px;
	border: 3px solid #91aaFF;
	margin: 3px;
	margin-bottom: 20px;
}
.catalogue-thumb .item .image{height:120px;width:140px;display:table-cell;vertical-align:middle;text-align:center;margin:auto;}
.catalogue-thumb .item .no-image{height:98px;width:98px;line-height:98px;text-align:center;vertical-align:middle;margin: 10px auto;border:1px solid #ddd;}
.catalogue-thumb .item .name{font-size:11px; line-height: 16px; height:64px;text-align:center;}
.catalogue-thumb .currency {margin:auto;}
.catalogue-thumb .currencyPOA {margin:auto;text-align:center;;}


/* SUMMARY */
.catalogue-summary {width: 100%;}
.catalogue-summary .item-container{border-bottom: 3px solid #91aaFF;padding-bottom: 1px;}
.catalogue-summary .first-item{border-top: 3px solid #91aaFF;}
.catalogue-summary .item-container-inner{border-left: 1px solid #eee;border-right: 1px solid #eee;}
.catalogue-summary .item {border-collapse: collapse;width: 100%;}
.catalogue-summary .item .image{border-right: 1px solid #eee;}

.catalogue-summary .item .image{height:120px;width:140px;display:table-cell;text-align:center;vertical-align:middle;margin:auto;}
.catalogue-summary .item .no-image{height:98px;width:98px;line-height:98px;text-align:center;vertical-align:middle;margin: 10px auto;border:1px solid #ddd;}
.catalogue-summary .item .name{padding: 4px;	border-bottom: 1px dotted grey;}
.catalogue-summary .item .name a{font-weight: bold; color: black;text-decoration:none;}

/* THUMBS WELCOME */
.catalogue-welcome .catalogue-thumb .item{
	float:left;
	width: 180px;
	height: 280px;
	margin: 10px 30px 20px 5px;
}
.catalogue-welcome  .catalogue-thumb .item .image{height:160px;width:180px;display:table-cell;vertical-align:middle;text-align:center;margin:auto;}
.catalogue-welcome  .catalogue-thumb .item .no-image{height:158px;width:158px;line-height:158px;text-align:center;vertical-align:middle;margin: 0 auto;border:1px solid #ddd;}
.catalogue-welcome  .catalogue-thumb .item .name{font-size:14px; line-height: 20px; height:40px;text-align:center;padding: 6px !important;}
.catalogue-welcome  .catalogue-thumb .item .nav{text-align: center;padding: 4px;height: 24px;}

/* CART: STEPS */
.catalogue-cart-steps ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalogue-cart-steps ul li {
	display: block;
	float: left;
	margin: 4px;
	width: 134px;
	text-align: center;
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}
.catalogue-cart-steps ul li.current {
	border: 1px solid #FB8B1E;
}
.catalogue-cart-steps ul li.first {
	margin-left:0;
}
.catalogue-cart-steps ul li.last {
	margin-right:0;
}
.catalogue-cart-steps ul li div.t {
	font-weight: bold;
	height: 1em;
}
.catalogue-cart-steps ul li span {
	display: block;
}
.catalogue-cart-steps ul li p {
	padding-top: 4px;
	font-size: 11px;
	color: #444;
	height: 3em;
}

.catalogue_cart_view_empty{
	margin-bottom: 8px;
	padding: 50px 3px;
	border: 1px solid #CCC;
	text-align: center;
}

.catalogue_cart_summary .ra0 {margin-bottom: 8px; padding: 3px; border: 1px solid #ccc;line-height: 1.5em;}
.catalogue_cart_summary .ra1 {margin-bottom: 8px; padding: 3px; border: 1px solid #ccc;background: #eef;line-height: 1.5em;}
.catalogue_cart_summary p {margin: 10px; }

.catalogue_cart_invoice .step {
	padding: 5px; border: 1px solid #ccc;margin: 5px;
}
.catalogue_cart_invoice .step .i {
	float:left;padding-right:11px;
}
.catalogue_cart_invoice .step .t {
	height:40px;padding-top: 11px;
}

/* GALLERY SHOWS */
.gallery  {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.gallery .slidesContainer {
  margin:0 auto;
  width:204px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
.gallery .slidesContainer .slide {
  margin:0 auto;
  width:204px; /* reduce by 20 pixels to avoid horizontal scroll */
}
.gallery .slidesContainer .slide a, .gallery .slidesContainer .slide a img{
	margin: 0 auto;
}
.gallery .slideNavigation{
	text-align:center;
	height:25px; 
}
.gallery .slideCount{
	text-align:center;
	padding: 0 10px;
	height:25px;
	line-height:25px;
	width:136px;
	float:left;
}

.gallery .leftControl, .gallery .rightControl {cursor:pointer;border:none;padding:0;margin:0;}
.gallery .leftControl{float:left; background:url(colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
.gallery .leftControl:hover{background-position:-75px -25px;}
.gallery .rightControl{float:left;  background:url(colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
.gallery .rightControl:hover{background-position:-50px -25px;}

/* Layout Navigation */
.nav-layout{text-align:right;line-height:18px;padding: 0; width:160px;float:right;}
.nav-layout .buttons span{float:left;padding: 4px 0 4px 3px;}
.nav-layout form{margin:0;padding:0;}

.set_layout_detail, .set_layout_summary, .set_layout_thumb, .set_layout_list{
	font-size:0;
	color: transparent;
	background-image: url(catalogue/layout.png);
	height: 21px;
	width: 21px;
	display:block;
}
.set_layout_detail{background-position: -87px 0;}
.set_layout_detail:hover, .set_layout_detail_selected{background-position: -87px -29px !important;}
.set_layout_summary{background-position: -29px 0;}
.set_layout_summary:hover, .set_layout_summary_selected{background-position: -29px -29px !important;}
.set_layout_thumb{background-position: 0 0;}
.set_layout_thumb:hover, .set_layout_thumb_selected{background-position: 0 -29px !important;}
.set_layout_list{background-position: -58px 0;}
.set_layout_list:hover, .set_layout_list_selected{background-position: -58px -29px !important;}
.tooltip-set-layout{width:240px;height:180px; background: url("images/layout-preview.jpg") repeat scroll 0 -720px white;display:none;border:1px solid grey;}

/* ************************************************************
| HOVER IMAGE
************************************************************ */
#preview_div.title{
	width:30%;
	height:10px;
	background-color:#FFFFFF;
	border-bottom:#808080 solid 1px;
	font-weight:bold;
	padding:1px;
	font-family:verdana, sans-serif;
	font-size:10px;
	text-align:center;
}

.border_preview{
	z-index:100;
	position:absolute;
	background: #fff;
	border: 1px solid #808080;
	overflow: hidden;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
}
.preview_temp_load img{
	vertical-align:middle;
	text-align:center;
}

/* ids */
#loader_container {
	text-align:center;
	position:absolute;
	top:40%;
	width:100%
}
#loader {
	font-family:Verdana, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#loader_bg {
	background-color:#EBEBEB;
	position:relative;
	top:8px;
	left:8px;
	height:7px;
	width:113px;
	font-size:1px;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

/* ============================================================
| JQUERY LIGHTBOX
============================================================ */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 *
 * Adapted, and modified to this project by
 * aaron@webvine.co.nz
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* ============================================================
| MEMBERS
============================================================ */
.members_mail_view_message{background:white;border: 2px outset grey; padding: 5px;}

/* ============================================================
| CONTENT : Folder tyles
============================================================ */
.content-folder-article{padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid grey;}
.content-folder-article-first{padding-top: 10px; margin-top: 10px; border-top: 1px solid grey;}
.box1-C1 .content-folder-article {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid grey;}
.box1-C1 .content-folder-article h3 {margin: 4px 0;}
.box1-C1 .content-folder-article p {margin: 4px 0;}


/* ============================================================
| MODULE| SEARCH
============================================================ */
/* Inline form */
.search_widget_navform {

}
li.search_widget_navform_autocomplete_item {
	max-width:200px;
}
li.search_widget_navform_autocomplete_item a {
	color: #777;
}
li.search_widget_navform_autocomplete_item a strong {
	color: black;
}
li.search_widget_navform_autocomplete_item a em {
	color: black;
}

.search_index_display form {
	margin: 20px ;
}

.search_index_display .display_rows {
	padding-left: 120px;
}
.search_index_display .display_norows {
	padding-left: 120px;
	margin-bottom: 200px
}

.search_index_display .display_rows .display_row{
	margin: 0 0 1.6em 0;
}
.search_index_display .display_rows .display_row h3 {
	border-bottom: none;
	margin: 0 0 4px 0;
}
.search_index_display .display_rows .display_row h3 a{
	font-size: 1.2em;
	font-weight: normal;
}
.search_index_display .display_rows .display_row .link {
	color: #070;
	margin: 2px 0;
}
.search_index_display .display_rows .display_row .desc em {
	font-weight: bold;
	font-style: normal;
}
