/* begin Page */


/* ============================================================
| DEFAULTS
============================================================ */
td, th , tbody td, tbody th {text-align:left;vertical-align:top;}
* {font-family: Verdana, Arial, Helvetica, Sans-Serif;}



/* ============================================================
| STYLES
============================================================ */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #72B6EE;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
}

#wv-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#wv-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 345px;
	left: 0;
	top: 0;
}

#wv-page-background-glare-image
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 345px;
	width: 450px;
	margin: 0;
}

html:first-child #wv-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}



#wv-page-background-gradient
{
	background-position: bottom left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.wv-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:65px;
	min-height:65px;
}

.wv-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 3px;
}

.wv-Sheet-tr, .wv-Sheet-tl, .wv-Sheet-br, .wv-Sheet-bl, .wv-Sheet-tc, .wv-Sheet-bc,.wv-Sheet-cr, .wv-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.wv-Sheet-tr, .wv-Sheet-tl, .wv-Sheet-br, .wv-Sheet-bl
{
	width: 64px;
	height: 64px;
	background-image: url('images/Sheet-s.png');
}

.wv-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 32px, 32px, auto);
}

.wv-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 32px, 32px);
}

.wv-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(32px, 32px, auto, auto);
}

.wv-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(32px, auto, auto, 32px);
}

.wv-Sheet-tc, .wv-Sheet-bc
{
	left: 32px;
	right: 32px;
	height: 64px;
	background-image: url('images/Sheet-h.png');
}

.wv-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 32px, auto);
}

.wv-Sheet-bc
{
	bottom: 0;
	clip: rect(32px, auto, auto, auto);
}

.wv-Sheet-cr, .wv-Sheet-cl
{
	top: 32px;
	bottom: 32px;
	width: 64px;
	background-image: url('images/Sheet-v.png');
}

.wv-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 32px);
}

.wv-Sheet-cl
{
	left:0;
	clip: rect(auto, 32px, auto, auto);
}

.wv-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 32px;
	left: 32px;
	right: 32px;
	bottom: 32px;
	background-color: #FFFFFF;
}


.wv-Sheet
{
	margin-top: 10px !important;
}

#wv-page-background-simple-gradient, #wv-page-background-gradient, #wv-page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.wv-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 894px;
	height: 125px;
}

div.wv-Header-png, div.wv-Header-jpg
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 894px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left top;
}

div.wv-HeaderLeft{background: transparent url(images/header_left.png) no-repeat scroll left top;}
div.wv-HeaderRight{background: transparent url(images/header_right.png) no-repeat scroll right top;}
div.wv-Header-thoroughbreds{background: transparent url('images/header_thoroughbreds_center.jpg') no-repeat scroll top center;}
div.wv-Header-schnauzers{background: transparent url('images/header_schnauzers_center.jpg') no-repeat scroll top center;}
div.wv-Header-main{background: transparent url(images/header_center.jpg) no-repeat scroll top center;}


/* end Header */

/* begin Menu */
/* menu structure */

.wv-menu a, .wv-menu a:link, .wv-menu a:visited, .wv-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	word-spacing:normal;
}

.wv-menu, .wv-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.wv-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.wv-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.wv-menu li li
{
	float: none;
}

.wv-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.wv-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.wv-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.wv-menu:after, .wv-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.wv-menu, .wv-menu ul
{
	min-height: 0;
}

.wv-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.wv-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





div.wv-nav-center
{
	position:relative;
	float:right;
	right:50%;

}

ul.wv-menu
{
	position:relative;
	float:left;
	left:50%;
}


/* menu structure */

.wv-menu
{
	padding: 0px 0px 0px 0px;
}

.wv-nav
{
	position: relative;
	height: 26px;
	z-index: 100;
}

.wv-nav .l, .wv-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 26px;
	background-image: url('images/nav.png');
}

.wv-nav .l
{
	left: 0;
	right:0px;
}

.wv-nav .r
{
	right: 0;
	width: 894px;
	clip: rect(auto, auto, auto, 894px);
}


/* end Menu */

/* begin MenuItem */
.wv-menu ul li
{
	clear: both;
}

.wv-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.wv-menu a .r, .wv-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 78px;
	background-image: url('images/MenuItem.png');
}

.wv-menu a .l
{
	left:0;
	right:0px;
}

.wv-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.wv-menu a .t
{

	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 12px;
	margin: 0 0px;
	line-height: 26px;
	text-align: center;
}

.wv-menu a:hover .l, .wv-menu a:hover .r
{
	/* top:-26px; */
	background: #1568ab;
}

.wv-menu li:hover>a .l, .wv-menu li:hover>a .r
{
	/* top:-26px; */
	background: #1568ab;
}

.wv-menu li:hover a .l, .wv-menu li:hover a .r
{
	/* top:-26px; */
	background: #1568ab;
}
.wv-menu a:hover .t
{
	color: #E5F4FF;
}

.wv-menu li:hover a .t
{
	color: #E5F4FF;
}

.wv-menu li:hover>a .t
{
	color: #E5F4FF;
}



/* end MenuItem */

/* begin MenuSeparator */
.wv-nav .wv-menu-separator
{
	display: block;
	width: 2px;
	height: 26px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin ContentLayout */
.wv-contentLayout
{
	position: relative;
	margin-bottom: 10px;
	width: 894px;
}
/* end ContentLayout */

/* begin Box, Block */
.wv-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.wv-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}



.wv-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.wv-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.wv-BlockHeader .t
{
	height: 30px;
	color: #1771BA;

	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}





.wv-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 15px;
	background-repeat: no-repeat;
	min-height: 15px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.wv-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.wv-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}



.wv-BlockContent-body
{
	color:#092C49;

	font-size: 11px;
}

.wv-BlockContent-body a:link
{
	color: #595959;

	text-decoration: underline;
}

.wv-BlockContent-body a:visited, .wv-BlockContent-body a.visited
{
	color: #409CE7;

	text-decoration: none;
}

.wv-BlockContent-body a:hover, .wv-BlockContent-body a.hover
{
	color: #757575;

	text-decoration: none;
}

.wv-BlockContent-body ul
{
	list-style-type: none;
	color: #292929;
	margin:0;
	padding:0;
}

.wv-BlockContent-body li
{

	font-size: 11px;
	margin-left: 12px;
}

.wv-BlockContent-body ul li
{
	padding:0px 0 0px 16px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.wv-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.wv-Post-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}



.wv-Post
{
	margin: 7px;
}

/* Start images */
a img
{
	border: 0;
}

.wv-article img, img.wv-article
{
	margin: 1em;
}

.wv-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.wv-article table, table.wv-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.wv-article table, table.wv-article .wv-article tr, .wv-article th, .wv-article td
{
	background-color:Transparent;
}

.wv-article th, .wv-article td
{
	padding: 2px;
	border: solid 1px #3C9AE7;
	vertical-align: top;
	text-align:left;
}

.wv-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.wv-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 8px;
	color: #404040;
}

.wv-PostHeaderIcon-wrapper, .wv-PostHeaderIcon-wrapper a, .wv-PostHeaderIcon-wrapper a:link, .wv-PostHeaderIcon-wrapper a:visited, .wv-PostHeaderIcon-wrapper a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 8px;
	color: #404040;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.wv-PostHeader a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4D4D4D;
}

.wv-PostHeader a:visited, .wv-PostHeader a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #0095FF;
}

.wv-PostHeader a:hover, .wv-PostHeader a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  text-align: left;
  color: #757575;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #092C49;
}

.wv-PostContent
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #092C49;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1A7ED1;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1A7ED1;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1A7ED1;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #14609F;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0.63em 0;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  text-align: left;
  color: #14609F;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  text-align: left;
  color: #1A7ED1;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-align: left;
  color: #0089EB;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: left;
  color: #092C49;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: left;
  color: #092C49;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: left;
  color: #092C49;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #041624;
	margin:1em 0 1em 2em;
	padding:0;

	font-size: 11px;
	text-align: left;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;

}



.wv-Post li
{
	padding:0px 0 0px 14px;
	line-height:1.2em;
}

.wv-Post ol li, .wv-Post ul ol li
{
	background: none;
	padding-left:0;
}

.wv-Post ul li, .wv-Post ol ul li
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:14px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F0F0F;

	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #85CCFF;
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#C2E5FF;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.wv-button-wrapper .wv-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:32px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.wv-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 32px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.wv-button-wrapper .wv-button
{
	display:block;
	height: 32px;

	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 16px !important;
	line-height: 33px;
	text-decoration: none !important;
	color: #0E4571 !important;
}

input, select
{

	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.wv-button-wrapper.hover .wv-button, .wv-button:hover
{
	/*color: #EDEDED !important;*/
	text-decoration: none !important;
	cursor: pointer;
}

.wv-button-wrapper.active .wv-button
{
	/*color: #DBF0FF !important;*/
}

.wv-button-wrapper .l, .wv-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 96px;
	background-image: url('images/Button.png');
}

.wv-button-wrapper .l
{
	left:0;
	right:13px;
}

.wv-button-wrapper .r
{
	width:415px;
	right:0;
	clip: rect(auto, auto, auto, 402px);
}

.wv-button-wrapper.hover .l, .wv-button-wrapper.hover .r
{
	top: -32px;
}

.wv-button-wrapper.active .l, .wv-button-wrapper.active .r
{
	/*top: -64px;*/
}


/* end Button */

/* begin Footer */
.wv-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 894px;
	margin: 5px auto 0px auto;
}

.wv-Footer .wv-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.wv-Footer .wv-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 894px;
	height: 150px;
	bottom:0;
	left:0;
}


.wv-Footer .wv-Footer-text p
{
	margin: 0;
}

.wv-Footer .wv-Footer-text
{
	display:inline-block;
	color:#092C49;

	font-size: 11px;
}

.wv-Footer .wv-Footer-text a:link, .wv-Footer .wv-Footer-text a:visited
{
	text-decoration: none;
	color: #595959;

	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.wv-Footer .wv-Footer-text a:hover
{
	text-decoration: none;
	color: #1C1C1C;

	text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.wv-page-footer, .wv-page-footer a, .wv-page-footer a:link, .wv-page-footer a:visited, .wv-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#212121;
}

.wv-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#07243B;
}
/* end PageFooter */

/* begin LayoutCell */
.wv-contentLayout .wv-content
{
	position: relative;
	margin: 0;
	padding: 0 20px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 853px;
}
/* end LayoutCell */



/* ============================================================
| BASIC FORMATS
============================================================ */
.left{text-align: left;}
.centre, .center{text-align: center;}
.right{text-align: right;}

.w25  {width:25px;}
.w50  {width:50px;}
.w75  {width:75px;}
.w100{width:100px;}
.w125{width:125px;}

.w25c  {text-align:center;width:25px;}
.w50c  {text-align:center;width:50px;}
.w75c  {text-align:center;width:75px;}
.w100c{text-align:center;width:100px;}
.w125c{text-align:center;width:125px;}

.w25r  {text-align:right;width:25px;}
.w50r  {text-align:right;width:50px;}
.w75r  {text-align:right;width:75px;}
.w100r{text-align:right;width:100px;}
.w125r{text-align:right;width:125px;}
.w125nw{width:125px;white-space:nowrap;}
.w125rnw{width:125px;text-align:right;white-space:nowrap;}
.wideinput {padding-right:5px;}
.wideinput textarea, .wideinput input{width: 100%;}
.clear{clear:both;height:0px;overflow:hidden;}
a.rss{
	background: transparent url(images/rss-16.png) no-repeat left center;
	padding-left: 20px;
	margin: 5px 0;
	line-height: 20px;
}

/* ============================================================
| INFO BOXES
============================================================ */
div.error, div.success{
	padding: 4px;
	margin: 2px;
	width: 98%;
	text-align: center;
}
div.error{
	border: 1px solid #cc0000;
	background-color: #ffbbbb;
}
div.success{
	border: 1px solid #00cc00;
	background-color: #bbffbb;
}

/* ************************************************************
| CATALOGUE STYLE
************************************************************ */

.nav-options{background-color:#eee;border-top: 2px solid #ccc;border-bottom: 2px solid #ccc;text-align:center;padding: 5px; margin: 1px 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;}

.txt1 {color: #555;font-weight:bold;float:left;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-top: 3px solid #91aaFF;padding-bottom: 1px;}
.catalogue-detail .first-item{border-top: none;}
.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: 308px;
	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 .image {height: 120px;  #position: relative; overflow: hidden;} /* IE fix */
.catalogue-thumb .item .image a{#position: absolute; #top: 50%; #left: 50%;} /* IE fix */
.catalogue-thumb .item .image img {#position: relative; #top: -50%; #left: -50%;} /* IE fix */
.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 .item .stud ,
.catalogue-thumb .item .sell  {font-size:11px;font-weight:bold; line-height: 16px;height: 16px;text-align:center;}


/* SUMMARY */
.catalogue-summary {width: 100%;}
.catalogue-summary .item-container{border-top: 3px solid #91aaFF;padding-bottom: 1px;}
.catalogue-summary .first-item{border-top: none;}
.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;}
.catalogue-summary .item .sell,
.catalogue-summary .item .about,
.catalogue-summary .item .stud{padding: 0 4px 4px 4px;}

/* GALLERY SHOWS */
.gallery  {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.gallery .slidesContainer {
  margin:0 auto;
  width:304px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
.gallery .slidesContainer .slide {
  margin:0 auto;
  width:300px; /* 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:236px;
	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;}

/* ************************************************************
| 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
}

/* ************************************************************
| STYLE 1
************************************************************ */
table.s1 {border-spacing:1px;}
table.s1 th, table.s1 td{padding: 2px;}
table.s1 tbody th {text-align: right; padding-left: 10px;}
table.s1 tbody th label:after{content: ':';}
table.s1 tbody tr.r0 th, table.s1 tbody tr.r0 td{background-color: #dfdfdf;}
table.s1 tbody tr.r1 th, table.s1 tbody tr.r1 td{background-color: #efefef;}
table.s1 tbody.selectable tr.r0:hover td, table.s1 tbody.selectable tr.r1:hover td{background-color: #dfefff;}
table.s1 .wideinput{margin:0 5px 0 0;}


/* ************************************************************
| HOME PAGE
************************************************************ */
.home-news {width: 100%;border-collapse:collapse;}
.home-news tr td.c0, .home-news tr td.c1{border-top: 3px solid #91aaFF;border-bottom: 3px solid #91aaFF;}
.home-news tr td.c0{border-left: 1px solid #eee;}
.home-news tr td.c1{border-right: 1px solid #eee;padding-bottom: 1em;}


/* ************************************************************
| COLOR BOX STYLES
************************************************************ */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; top:0px; left:0; text-align:center; width:100%; color:black;background-color:white;opacity:0.7; filter: alpha(opacity = 70);font-weight:bold;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
