a {
	text-decoration:none;
	color:#466B8E;
}
a:hover {
	color:#ff9900;
}
.messageBox {
	background-color:#E6EFC2;
	color:#264409;
	border:solid;
	border-width:1px;
	border-color:#C6D880;
	padding:10px 30px;
	background-image:url("/globals/base/images/icons/tick-shield.png");
	background-repeat:no-repeat;
	margin:5px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	display:none;
}
.messageBox a{
	color:#264409;
	text-decoration:underline;
}
.errorBox {
	background-color:#FBE3E4;
	color:#8A1F11;
	border-color:#FBC2C4;
	background-image:url("/globals/base/images/icons/cross-shield.png");
}
.errorBox a{
	color:#8A1F11;
	text-decoration:underline;
}
.infoBox {
	background-color:#D5EDF8;
	color:#205791;
	border-color:#92CAE4;
	background-image:url("/globals/base/images/icons/information-shield.png");
}
.infoBox a{
	color:#205791;
	text-decoration:underline;
}
div.sortingLinks {
	padding:5px;
	margin:10px 0;
	font-size:11px;
	color:#ccc;
}
div.sortingLinks a {
	display:inline-block;
	margin:2px 0;
	border:solid #E6E6E6 1px;
	padding:2px 4px;
	background:#F9F9F7;
	color:#636363;
}
div.sortingLinks a:hover {
	border:solid #ccc 1px;
	background:#ccc;
	color:#fff
}
div.sortingLinks span {
	display:inline-block;
	margin:2px 0;
	border:solid #E6E6E6 1px;
	padding:2px 4px;
	background:#FFFFFF;
	color:#ccc;
}
div.pagingLinks, div.iPagingLinks {
	text-align:center;
	padding:5px;
	margin:10px 0 0 0;
	font-size:11px;
	color:#ccc;
}
div.pagingLinks span, div.iPagingLinks a.activePgsLink {
	display:inline-block;
	margin:2px 0;
	border:solid #E6E6E6 1px;
	padding:2px 4px;
	background:#FFFFFF;
	color:#ccc;
}
div.pagingLinks a, div.iPagingLinks a {
	display:inline-block;
	margin:2px 0;
	border:solid #E6E6E6 1px;
	padding:2px 4px;
	background:#F9F9F7;
	color:#636363;
}
div.pagingLinks a:hover, div.iPagingLinks a:hover {
	border:solid #ccc 1px;
	background:#ccc;
	color:#fff
}
div.pagingLinks form.pagingForm {
	display:inline-block;
}
div.pagingLinks input.pagingInput {
	display:inline-block;
	margin:2px 0;
	border:solid #E6E6E6 1px;
	padding:2px 4px;
	background:#F9F9F7;
	color:#636363;
	text-align:center;
	width:50px;
}
/* Thumbnails */
.thumbnailContainer {
	width:10px;
	height:10px;
	overflow:hidden;
	border:solid #ccc 1px;
	margin:0 5px;
}
.thumbnailContainer .box {
	width:96%;
	height:94%;
	overflow:hidden;
	margin:2%;
}
.thumbnailContainer .box img {
	width:100%;
	height:100%;
	border:none;
}
/* Tooltip */
#tooltip {
	padding: 7px;
	border: 1px solid #A6A7AB;
	background: #F2F3F5;
	max-width:250px;
	text-align:justify;
}
/* Data table */
table.dataTable {
	width:100%;
}
table.dataTable tr.oddRows {
	background:#eee;
}
table.dataTable tr.evenRows {
	background:#fff;
}
table.dataTable tr.oddRows:hover, table.dataTable tr.evenRows:hover {
	background:#666;
	color:#fff;
}
table.dataTable td.titleCell, table.dataTable td.dataCell {
	padding:5px;
	cursor:default;
}
table.dataTable td.titleCell {
	white-space:nowrap;
}
/* Files list */
div.filesList div.fileTitle {
	background:#eeeeee;
	padding:5px;
	font-size:13px;
}
div.filesList div.fileTitle img {
	vertical-align:bottom;
}
div.filesList div.fileName {
	font-size:9px;
}
div.filesList div.fileDescriptions {

}
div.filesList div.fileDownload {
	margin:5px 0 20px 0;
}
/* smallPhotoRotator */
.smallPhotoRotator {
	background:#eee url("/globals/base/images/star9.gif") center center no-repeat;
	width:40%;
	height:240px;
	overflow:hidden;
	border:solid #ccc 1px;
	margin:5px;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}
.smallPhotoRotatorCompact {
	background:#eee;
	height:210px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.smallPhotoRotator .rotatorBox {
	height:210px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.smallPhotoRotator .rotatorBox img{
	height:210px;
}
.smallPhotoRotator .rotatorBox a span.photoTitle {
	position:absolute;
	display:none;
	width:100%;
	top:0;
	left:0;
	height:40px;
	line-height:40px;
	overflow:hidden;
	white-space:nowrap;
	background:#000;
	color:#fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.smallPhotoRotator:hover .rotatorBox a span.photoTitle{
	display:block;
}
.smallPhotoRotator .rotatorBar {
	background:#ccc url("/globals/base/images/smooth/ui-bg_highlight-soft_75_cccccc_1x100.png") center center repeat-x;
	height:29px;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-top:solid #ccc 1px;
	text-align:center;
}
.smallPhotoRotator .rotatorBar a.rotatorLink {
	font-size:18px;
	color:#666;
	text-decoration:none;
	display:none;
}
.smallPhotoRotator .rotatorBar a.rotatorLink:hover, .smallPhotoRotator .rotatorBar a.rotatorLink:active, .smallPhotoRotator .rotatorBar a.rotatorLinkActive {
	color:#fff;
	text-decoration:none;
}
/* Links Box */
div.linksBox {
	margin:2px 0;
}
div.linksBox ul.links {
	padding:5px;
	margin:0;
	list-style:none;
}
div.linksBox ul.links li {
	margin:0 0 4px 0;
}
div.linksBox ul.links li a {
	display:block;
	padding:2px 1px;
	font-size:12px;
	width:58%;
}
div.linksBox ul.links li a:hover {
	color:#666;
	font-weight:bold;
}
div.linksBox ul.links li.linksLIActive {

}
div.linksBox ul.links li.linksLIActive a {
	color:#666;
	font-weight:bold;

}
div.linksBox ul.links li.linksLIActive a:hover {
	color:#ff9900;
}
div.linksBox div.linksContent {
	display:none;
	padding:5px;
	border:solid 1px #eee;
}
/* Pages Box */
div.pagesBox {
	margin:50px auto;
	width:300px;
	height:400px;
}
div.pagesBox div.iPagesContent {
	display:none;
	border:solid 1px #eee;
	overflow:hidden;
	position:relative;
	width:300px;
	height:400px;
}
div.pagesBox div.iPagesContent .flipBack{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
div.pagesBox div.iPagesContent .flipTitle{
	padding:10px 5px 2px 5px;
	color:#999;
	border-bottom:dashed 1px #ddd;
	text-align:center;
}
div.pagesBox div.iPagesContent .flipContent{
	margin:2px 25px 10px 25px;
	overflow:hidden;
	max-height:350px;
}
/* Flip Box */
.flipBox{
	width:600px;
	height:400px;
	margin:50px auto;
	overflow:hidden;
	padding:5px;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	-o-box-shadow:0 0 10px #999;
	-ms-box-shadow:0 0 10px #999;
	background:#2d2d2d;
}
.flipBox .flipContentsBox{
	width:600px;
	height:400px;
}
.booklet{
	position:relative;
	margin:0 auto;
	overflow:visible !important;
}
.booklet .b-page{
	left:0;
	top:0;
	position:absolute;
	overflow:hidden;
	padding:0;
}
.booklet .b-wrap{
	top:0;
	position:absolute;
}
.booklet .b-wrap-left,
.booklet .b-wrap-right{
	background-color:#fff;
}
.booklet .b-page-blank  {padding:0; width:100%; height:100%;}
.booklet .b-page-cover  {padding:0; width:100%; height:100%; background:#925C0E;}
.booklet .b-page-cover h3  {color:#fff; text-shadow:0px 1px 3px #222;}
.booklet .b-counter {bottom:10px; position:absolute; display:block; width:25px; height:20px; background:#ccc; color:#444; text-align:center; font-family:Tahoma, Georgia, "Times New Roman", Times, serif; font-size:10px; padding:5px 0 0;}
.booklet .b-wrap-left  .b-counter  {left:10px;}
.booklet .b-wrap-right .b-counter {right:10px;}
.booklet .b-shadow-f  {right:0; top:0; position:absolute; opacity:0; background-image:url("/globals/base/images/shadow-top-forward.png"); background-repeat:repeat-y; background-position:100% 0;}
.booklet .b-shadow-b  {left:0;  top:0; position:absolute; opacity:0; background-image:url("/globals/base/images/shadow-top-back.png");    background-repeat:repeat-y; background-position:0 0;}
.booklet .b-p0 {background-image:url("/globals/base/images/shadow.png"); background-repeat:repeat-y; background-position:100% 10px;}
.booklet .b-p3 {background-image:url("/globals/base/images/shadow.png"); background-repeat:repeat-y; background-position:0 10px;}
.booklet .b-grab     {cursor: url("/globals/base/images/openhand.cur"), default;}
.booklet .b-grabbing {cursor: url("/globals/base/images/closedhand.cur"), default;}
.booklet .b-overlay      {top:0; position:absolute; height:100%; width:50%;}
.booklet .b-overlay-prev {left:0;}
.booklet .b-overlay-next {right:0;}
.booklet .b-tab        {background:#000; height:40px; width:100%; padding:10px 0 0; text-align:center; color:#ccc; position:absolute; font-size:11px;}
.booklet .b-tab-prev   {left:0;}
.booklet .b-tab-next   {right:0;}
.booklet .b-tab:hover  {background:#aaa; color:#000;}
.booklet .b-arrow          {display:block; position:absolute; text-indent:-9999px; top:0; height:100%; width:74px;}
.booklet .b-arrow div      {display:none; text-indent:-9999px; height:170px; width:74px; position:absolute; left:0; top:25%;}
.booklet .b-arrow-next     {right:-80px;}
.booklet .b-arrow-prev     {left:-80px;}
.booklet .b-arrow-next div {background:url("/globals/base/images/arrow-next.png") no-repeat left top;}
.booklet .b-arrow-prev div {background:url("/globals/base/images/arrow-prev.png") no-repeat left top;}
body              {z-index:0;}
.b-menu           {z-index:100;}
.b-selector       {z-index:100;}
.booklet          {z-index:10;}
.b-pN             {z-index:10;}
.b-p0             {z-index:30;}
.b-p1             {z-index:20;}
.b-p2             {z-index:20;}
.b-p3             {z-index:30;}
.b-p4             {z-index:10;}
.b-prev           {z-index:40;}
.b-next           {z-index:40;}
.b-counter        {z-index:40;}
.b-menu {height:40px; padding:0 0 10px;}
.b-selector             {height:40px; position:relative; float:right; border:none; color:#cecece; cursor:pointer; font:normal 12px Tahoma, "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.b-selector .b-current  {padding:8px 15px 12px; line-height:20px; min-width:18px; height:20px; display:block; background:#000; text-align:center;}
.b-selector-page        {width:auto; margin-left:15px;}
.b-selector-chapter     {width:auto;}
.b-selector:hover            {color:#fff; background-position:left 0px;}
.b-selector:hover .b-current {background-position:right 0px;}
.b-selector ul               {overflow:hidden; margin:0; list-style:none !important; position:absolute; top:40px; right:0; padding:0 0 10px; background:#000; width:240px;}
.b-selector li               {border:none;}
.b-selector a                {color:#cecece; height:14px; text-decoration:none; display:block; padding:5px 10px;}
.b-selector a .b-text        {float:left; clear:none;}
.b-selector a .b-num         {float:right; clear:none;}
.b-selector a:hover          {color:#fff;}
.flipBox .flipBack, .flipBox .flipOverlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.flipBox .b-wrap-left .flipOverlay{
	background:url(/globals/base/images/leftPages.png) right center no-repeat;
	background-size:auto 100%;
}
.flipBox .b-wrap-right .flipOverlay{
	background:url(/globals/base/images/rightPages.png) left center no-repeat;
	background-size:auto 100%;
}
.flipBox .flipTitle{
	padding:10px 5px 2px 5px;
	color:#999;
	border-bottom:dashed 1px #ddd;
	text-align:center;
}
.flipBox .flipContent{
	padding:10px 20px;
	overflow:hidden;
}


/* Tabs Box */
div.tabsBox {
	background:#fff;
	border:solid #aaa 1px;
	padding:1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:2px 0;
}
div.tabsBox ul.tabs {
	padding:0 4px 0 4px;
	margin:0 0 10px 0;
	list-style:none;
	border:solid #aaa 1px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	background:#eee url("/globals/base/images/smooth/ui-bg_highlight-soft_75_cccccc_1x100.png") center center repeat-x;
}
div.tabsBox ul.tabs li {
	/*.floatSame*/
	margin:0 1px 0 1px;
	position:relative;
	top:1px;
	padding:0;
	cursor:pointer;
	white-space: nowrap;
	border:solid;
	border-color:#bbb #bbb #aaa #bbb;
	border-width:1px;
	background:#ddd url("/globals/base/images/smooth/ui-bg_glass_75_dadada_1x400.png") center center repeat-x;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	float:left;
}
div.tabsBox ul.tabs li a {
	padding:4px 10px;
	display:block;
	color:#666;
	font-size:12px;
	background:none;
}
div.tabsBox ul.tabs li.tabsLIOver {
	border-color:#aaa;
}
div.tabsBox ul.tabs li.tabsLIOver a {
	color:#000;
}
div.tabsBox ul.tabs li.tabsLIActive {
	border-color:#bbb #bbb #fff #bbb;
	background:#fff;
}
div.tabsBox div.tabsContent {
	padding:10px;
	text-align:justify;
	color:#666;
	display:none;
}
/* Accordion Box */
div.accordionBox {
	margin:2px 0;
}
div.accordionBox h3 {
	font-weight:normal;
	margin:0 0 1px 0;
	padding:0;
	cursor:pointer;
	white-space: nowrap;
	border:solid;
	border-color:#bbb;
	border-width:1px;
	background:#ddd url("/globals/base/images/smooth/ui-bg_glass_75_dadada_1x400.png") center center repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div.accordionBox h3 a{
	padding:5px 12px;
	display:block;
	color:#666;
	font-size:12px;
}
div.accordionBox h3.accH3Over {
	border-color:#aaa;
}
div.accordionBox h3.accH3Over a{
	color:#333;
}
div.accordionBox h3.accH3Active {
	border-color:#bbb #bbb #fff #bbb;
	background:#fff;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
div.accordionBox div.accContent {
	border:solid;
	border-color:#fff #bbb #bbb #bbb;
	border-width:1px;
	margin-bottom:5px;
	padding:10px;
	text-align:justify;
	color:#666;
	display:none;
}
/* Dialog */
div.dialogWindow {
	display: none;
	position: fixed;
	margin-left: -300px;
	top: 0;
	left: 50%;
	width: 600px;
	background-color: #eee;
	color: #333;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}
div.dialogWindow div.dialogTitle{
	padding:4px;
	font-family:Tahoma,Arial;
	font-size:16px;
	font-weight:bold;
	color:#666;
	background:#ddd;
	border:solid;
	border-color:#ccc;
	border-width:0 0 1px 0;
}
div.dialogWindow div.dialogTitle a.dialogClose {
	display:block;
	padding:1px 4px;
	margin:2px 4px 0 4px;
	font-size:11px;
	border:solid #ccc 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#ccc;
	background:#eee;
}
div.dialogWindow div.dialogTitle a.dialogClose:hover {
	border:solid #aaa 1px;
	color:#aaa;
}
div.dialogWindow div.dialogContent {
	padding:15px;
	font-size:12px;
	color:#333;
}
.dialogOverlay {
	background-color: #000;
}
* html .dialogWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* Default: Categories tree in accordion */
.categoriesTree {
	overflow:hidden;
}
.categoriesTree ul {
	padding:0;
	margin:0;
	list-style:none;
}
.categoriesTree li{
	width:50%;
	font-weight:bold;
}
.categoriesTree ul ul {
	margin:0 0 0 30px;
}
.categoriesTree li li {
	width:100%;
	font-weight:normal;
}
.categoriesTree ul ul ul {
	margin:0 0 0 15px;
}
/* Default: Items catalogue */
.itemsCatalogue div.catalogueRow {
	margin-top:10px;
}
.itemsCatalogue div.catalogueRow .thumbnailContainer {
	/* Overwrite .thumbnailContainer */
}
.itemsCatalogue div.catalogueRow a.rowTitle {
	font-weight:bold;
	font-size:16px;
	font-family:Tahoma,Arial;
	display:block;
}
.itemsCatalogue div.catalogueRow a.rowTitle span.rowFeaturedIcon {
	/* floatSame */
	display:block;
	width:20px;
	height:20px;
	background:url("/globals/base/images/icons/star.png") center center no-repeat;
	margin:0 4px;
}
.itemsCatalogue div.catalogueRow a.rowTitle:hover {
	text-decoration:underline;
}
.itemsCatalogue div.catalogueRow div.rowDescriptions {
	font-size:11px;
	color:#666;
	padding:5px;
}
.itemsCatalogue div.catalogueRow div.rowMoreLink {
	display:block;
	padding:4px 20px 10px 20px;
}
/* Overwrite bookmarks */
.itemsCatalogue div.catalogueRow div.bkmModule img{
	height:100px;
	padding:2px;
	border:solid #ccc 1px;
	margin:0 5px 0 5px;
}
.itemsCatalogue div.catalogueRow div.bkmModule a.bkmTitleLink{
	font-weight:bold;
	font-size:16px;
	font-family:Tahoma,Arial;
	display:block;
}
.itemsCatalogue div.catalogueRow div.bkmModule a.bkmTitleLink:hover{
	text-decoration:underline;
}
.itemsCatalogue div.catalogueRow div.bkmModule span.bkmContents {
	font-size:11px;
	color:#666;
	padding:5px;
}
/*.itemsCatalogue ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.itemsCatalogue ul li a{
	font-size:14px;
	display:block;
	padding:1px 0 1px 5px;
}
.itemsCatalogue ul li a:hover{
	background:#666;
	color:#fff;
}*/
.itemsCatalogue .smallPhotoRotator {
	/* Overwrite .smallPhotoRotator */
}
.itemsCatalogue div.cataloguePage {

}
.itemsCatalogue div.cataloguePage div.itemOverView {

}
.itemsCatalogue div.cataloguePage div.itemOverView  a.itemCategory {
	font-size:14px;
	padding:4px;
}
.itemsCatalogue div.cataloguePage div.itemOverView  a.itemCategory:hover {
	background:#466B8E;
	color:#fff;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.itemTitle, .itemsCatalogue div.cataloguePage div.itemOverView  a.itemTitle {
	font-family:Tahoma,Arial;
	font-size:20px;
	font-weight:bold;
	color:#000;
	display:block;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.itemSmallTitle {
	font-family:Arial;
	font-size:12px;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.itemDate {
	margin:0;
	font-size:11px;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.itemVisits {
	padding:0 10px;
	font-size:10px;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.itemDescriptions {
	color:#666;
	padding-top:10px;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.itemCode {
	font-size:11px;
	color:#666;
	margin:10px 20px;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.itemValidated {
	color:#00aa00;
	margin:10px 0;
	text-align:center;
}
.itemsCatalogue div.cataloguePage div.itemOverView  div.linksBox {
	/* Overwrite .linksbox */
}
.itemsCatalogue div.cataloguePage div.tabsBox {
	/* Overwrite .tabsBox */
}
.itemsCatalogue div.cataloguePage div.accordionBox {
	/* Overwrite .accordionBox */
}
.itemsCatalogue div.cataloguePage div.dataTable {
	/* Overwrite .dataTable */
}
.itemsCatalogue div.cataloguePage div.filesList {
	/* Overwrite .fileList */
}
/* Blocks catalogue full */
div.blocksCatalogue {

}
div.blocksCatalogue div.catalogueRow {
	margin-bottom:2px;
}
div.blocksCatalogue div.catalogueRow a.rowTitle {

}
div.blocksCatalogue div.catalogueRow div.rowSmallTitle {
	font-size:9px;
	color:#666;
}
div.blocksCatalogue div.catalogueRow div.thumbnailContainer {
	/* floatSame */
	width:60px;
	height:60px;
	margin:0 2px;
}
div.blocksCatalogue div.catalogueRow div.thumbnailContainer img{
	width:auto;
}
div.blocksCatalogue div.catalogueRow div.rowDescriptions {
	font-size:10px;
	color:#333;
	text-align:justify;
}
/* Overwrite bookmarks */
div.blocksCatalogue div.catalogueRow div.bkmModule img{
	width:60px;
	padding:2px;
	border:solid #ccc 1px;
	margin:0 2px;
}
div.blocksCatalogue div.catalogueRow div.bkmModule a.bkmTitleLink{

}
div.blocksCatalogue div.catalogueRow div.bkmModule a.bkmTitleLink:hover{

}
div.blocksCatalogue div.catalogueRow div.bkmModule span.bkmContents {
	font-size:10px;
	color:#333;
	text-align:justify;
}
/* Blocks catalogue compact : Overwrites Blocks catalogue full*/
div.blocksCatalogue div.compactCatalogueRow div.thumbnailContainer {
	/* floatSame */
	width:32px;
	height:32px;
}
div.blocksCatalogue div.compactCatalogueRow div.bkmModule img {
	width:32px;
	height:32px;
}
div.blocksCatalogue div.compactCatalogueRow div.bkmModule span.bkmContents {
	display:none;
}
/* Ticker */
div.ticker {
	margin:0 auto;
	height:20px;
	overflow:hidden;
}
div.ticker div.catalogueRow {
	white-space:nowrap;
	overflow:hidden;
	display:none;
}
/* Story cycle */
div.storyCycle {
	height:200px;
	margin:0 auto;
	overflow:hidden;
}
div.storyCycle div.catalogueRow {
	display:none;
}

/* Horizontal Navigation  Menu Set */
.menuSetHorizontal ul{
	z-index:999999100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.menuSetHorizontal ul li{
	position: relative;
	display: inline;
	float:left;
}
/*1st sub level menu*/
.menuSetHorizontal ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menuSetHorizontal ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menuSetHorizontal ul li ul li ul{
	top: 0;
}
* html .menuSetHorizontal{height: 1%;} /*Holly Hack for IE7 and below*/
* html .menuSetHorizontal ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/* Vertical Navigation  Menu Set */
.menuSetVertical ul{
	z-index:99999999;
	margin: 0;
	padding: 0;
	width:100%; /* Main Menu Item widths */
	list-style-type: none;
}

.menuSetVertical ul li{
	position: relative;
}
/*Sub level menu items */
.menuSetVertical ul li ul{
	position: absolute;
	top: 0;
	visibility: hidden;
}
/* Holly Hack for IE \*/
* html .menuSetVertical ul li { float: left; height: 1%; }
* html .menuSetVertical ul li a { height: 1%; }
/* Selector */
div.selector {
	margin:4px;
	border:solid #ccc 1px;
	background:#eee;
	padding:5px;
	cursor:pointer;
	color:#666;
}
div.selector h5{
	font-family:times;
	font-size:18px;
	font-weight:bold;
}
div.selector:hover {
	background:#fff;
}
div.selector div.selectorBody{
	padding:0 20px 6px 20px;
}
div.selectedSelector {
	background:#fff;
	color:#333;
}
/* List table */
.listTable {
	width:100% !important;
	border:solid 1px #ccc;
	border-collapse:separate !important;
	border-spacing:0px;
}
.listTable tr, .listTable tr.odd, .listTable tr:nth-child(odd) {
	background-color:#eee;
	border:none;
	color:#666;
}
.listTable tr.even, .listTable tr:nth-child(even) {
	background-color:#ddd;
	border-width:0;
	color:#666;
}
.listTable tr:hover {
	background-color:#fff;
	border-width:0;
	color:#000;
}
.listTable th {
	font-weight:bold;
	background-color:#ccc;
	padding:5px;
	color:#333;
	border:solid 1px #fff;
	border-bottom-color:#999;
	text-align:center;
}
.listTable td {
	padding:5px;
	border:solid 1px #fff;
}
/* Photo Modal */
.photoModal {
	background:url("../../images/modalbg.png");
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:99999;
	overflow:visible;
	display:none;
}
.photoModalContainer {
	position:fixed;
	top:0;
	left:0;
	background:#212121;
	width:200px;
	height:250px;
	box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	-o-box-shadow:0px 0px 10px #000;
	-ms-box-shadow:0px 0px 10px #000;
}
.photoModal .photoModalContainer .photoModalBar{
	line-height:50px;
	height:50px;
	white-space:nowrap;
	color:#ccc;
	font-size:13px;
	font-family:Tahoma;
}
.photoModal .photoModalContainer .photoModalBar .photoModalTitle {
	display:none;
}
.photoModal .photoModalContainer .photoModalBar .photoModalClose {
	display:none;
	width:40px;
	height:40px;
	background:#212121 url(../../images/pmc.gif) center center no-repeat;
	cursor:pointer;
}
.photoModal .photoModalContainer .photoModalFrame {
	background:#111 url(../../images/star7.gif) center center no-repeat;
	width:200px;
	height:200px;
}
.photoModal .photoModalContainer .photoModalFrame img{
	display:none;
}
/* Modal */
.modal {
	background:url("../../images/modalbg.png");
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	z-index:99999;
	overflow:visible;
}
.modalDC {
	width:50%;
	height:auto;
	position:absolute;
	left:25%;
	top:100px;
	background:none;
	display:none;
}
.modalDC .mdc {
	width:100%;
	height:100%;
	border:none;
	background:#fff;
	border:solid 1px #ddd;
	box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
}
.modalDC div.mbar {
	padding:10px;
	background:url("/globals/base/images/smooth/ui-bg_glass_75_e6e6e6_1x400.png") center center repeat-x;
}
.modalDC div.mbar div.mbclose {
	width:24px;
	height:24px;
	background:url("../../images/modalcx.png") center center no-repeat;
	cursor:pointer;
}
.modalDC div.modalContents {
	padding:10px;
	text-align:center;
	overflow:auto;
}
.modalDC div.modalContents div.buttonsContainer {
	padding:5px;
	text-align:center;
	background:#f9f9f9;
}
.modalDC div.modalContents div.buttonsContainer button{
	background:#fff;
	border:solid 1px #ccc;
	color:#aaa;
	padding:5px 10px;
	cursor:pointer;
}
.modalDC div.modalContents div.modalLoading {
	width:100%;
	height:50px;
	background:url('/globals/base/images/star8.gif') center center no-repeat;
}
/* Gallery Modal */
.galleryModal {
	background:url("/globals/base/images/gallery/modalbg.png");
}
.galleryModal .modalDC {
	top:50px;
}
.galleryModal .modalDC .mdc {
	background:#2d2d2d;
	border:solid 1px #222;
	box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.galleryModal .modalDC .mdc div.mbar {
	padding:1px;
	background:#2d2d2d;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.galleryModal .modalDC .mdc div.mbar div.mbclose {}
.galleryModal .modalDC .mdc div.modalContents {
}
.galleryModal .modalDC .mdc div.modalContents div.modalLoading {
	width:100%;
	height:600px;
	background:url('/globals/base/images/star11.gif') center center no-repeat;
}
/* Slider -- RETIRING */
.defaultSlider {
	margin:0 auto;
}
.defaultSlider .slider {
	overflow:hidden;
	zoom:1;
	position:relative;
}
.defaultSlider .slider a {
	text-decoration:none;
	outline:none;
	border:none;
}
.defaultSlider .navContainer {
	padding:10px;
}
.defaultSlider .navContainer .navButtons {
	font-size:0px;
	float:left;
}
.defaultSlider .navContainer .navButtons a {
	margin-left:5px;
	height:10px;
	width:10px;
	float:left;
	border:1px solid #ccc;
	color:#ccc;
	text-indent:-1000px;
}
.defaultSlider .navContainer .navButtons .a.navButton {

}
.defaultSlider .navActive {
	background-color:#ccc;
	color:#fff;
}
.defaultSlider .sliderTitle {
	width:90%;
	padding:10px 5%;
	background-color:#000;
	color:#fff;
}
.defaultSlider .navPrev,
.defaultSlider .navNext {
	background-color:#000;
	color:#fff;
	padding:0 10px;
	margin:0 10px;
	font-size:18px;
}
/* Slide Show */
.defaultSliders {
	margin:0 auto;
	position:relative;
}
.defaultSliders .slider {
	position:relative;
	background:#fff url(/globals/base/images/star14.gif) no-repeat 50% 50%;
	overflow: hidden;
}
.defaultSliders .slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.defaultSliders .slider a {
	border:0;
	display:block;
}
/* If an image is wrapped in a link */
.defaultSliders .slider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.defaultSliders .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.defaultSliders .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.defaultSliders .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	padding:5px 0;
}
.defaultSliders .nivo-caption p {
	padding:5px;
	margin:0;
}
.defaultSliders .nivo-caption a {
	display:inline !important;
}
.defaultSliders .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.defaultSliders .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background-image:url(/globals/base/images/arrows.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
	border:0;
}
.defaultSliders .nivo-prevNav {
	background-position:0px 0px;
	left:15px;
}
.defaultSliders .nivo-nextNav {
	background-position:-30px 0px !important;
	right:15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.defaultSliders .nivo-controlNav {
	position:absolute;
	left:50%;
	top:10px;
    left:10px;
}
.defaultSliders .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:22px;
	height:22px;
	background:url(/globals/base/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.defaultSliders .nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}
/* Captcha */
.captcha{
	width:300px;
	margin:0 auto;
	overflow:hidden;
}
#captchaContainer {
	height:80px;
	border:solid;
	border-width:1px;
	border-color:#ccc;
	background:#fff url('/globals/base/images/star1.gif') center center no-repeat;
	overflow:hidden;
}
#captchaContainer .captchaOverlay {
	background:url('/globals/base/images/captcha.gif');
}
#captchaContainer .captchaOverlay #captchaRefresh {
	cursor:pointer;
	width:26px;
	height:26px;
	background:url('/globals/base/images/icons/arrow-circle-double.png') center center no-repeat;
}
.captchaInput {
	font-size:15px;
	text-align:center;
	color:#999999;
	width:298px;
	height:40px;
	line-height:40px;
	border:solid 1px #ccc;
	padding:0;
	margin:0;
}
.captchaInputFocus {
	font-size:20px;
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
}
.captchaMessage {
	padding:4px;
}

.listDiv{
	padding:5px;
	border-bottom:slid 1px #fff;
	color:#666;
}
.listDiv:nth-child(odd), .listDivOdd{
	background:#eee;
}
.listDiv:nth-child(even), .listDivEven{
	background:#ddd;
}
.listDiv .listRowTitle{
	color:#333;
}
.listDiv .listRowTitle a{
	font-size:14px;
	color:#333;
}
.listDiv .listRowIcons{
	margin-top:10px;
}
.listDiv .listRowIcons img{
	vertical-align:bottom;
}
.listDiv .listRowIcons a.listRowButton{
	display:block;
	background:#f6f6f6;
	color:#666;
	padding:3px 7px;
	margin:0 2px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.listDiv .listRowIcons a.listRowButton:hover{
	background:#fff;
}
/* Item Selector*/
.itemSelector{
	border-style:solid;
	border-color:#eee;
	border-width:1px;
	margin:0 auto 10px auto;
}
.itemSelector .selectorItems {
}
.itemSelector .selectorItems .selectorTitle {
	background:#999;
	line-height:30px;
	text-align:center;
	color:#fff;
}
.itemSelector .selectorItems .selectorMessage {
	padding:10px;
	font-size:14px;
	color:#666;

}
.itemSelector a.selectorItem {
	line-height:25px;
	width:23%;
	padding:0 5px;
	border:solid 1px #fff;
	background:#f7f7f7;
	color:#666;
}
.itemSelector a.selectorItem:hover {
	background:#fff;
	color:#000;
}
.itemSelector a.selectorItem:active, .itemSelector a.selectorActive{
	background:#eee;
}
.itemSelector a.selectorDisable{
	background:#f7f7f7;
	color:#ccc;
}
.itemSelector a.selectorLoading{
	background-image:url(../../images/star9.gif);
	background-position:95% center;
	background-repeat:no-repeat;
}
.lStar001{
	width:16px;
	height:11px;
	margin:0 auto;
	background-image:url("/globals/base/images/star10.gif");
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
}
.lStar002{
	width:32px;
	height:32px;
	margin:0 auto;
	background-image:url("/globals/base/images/star4.gif");
	background-repeat:no-repeat;
	background-position:center center;
}
.lStar003{
	width:24px;
	height:24px;
	margin:0 auto;
	background-image:url("/globals/base/images/star1.gif");
	background-repeat:no-repeat;
	background-position:center center;
}