/*
	INS Gallery 2 Theme
	Copyright 2008 Tim Manners.
*/


body {background: url('images/ins.gif') #fefefe repeat-x top; text-align:center;margin:0;padding:0;}
.container {margin-left:auto; margin-right:auto; text-align: left; width:964px;position:relative;}
.container .contenta {background: url('images/ins_main_bg.gif') #ffffff repeat-y top left;}
.top {background: url('images/ins_top_body.gif') no-repeat top left;}
.footer {background: url('images/ins_footer.gif') no-repeat bottom left;padding: 0 27px 0 27px;}
.footer p {margin:0; padding:0 0 15px 0; text-align:center;}
.gap {height:1px;font-size:1px;margin:0;padding:0;}
.logo {width:214px;height:230px;background:url('images/ins_logo.jpg') no-repeat top left;padding:0;margin:0;}
.logo span {margin-left:-999px;display:none}
.copy {padding: 20px 27px 0 27px;}
.vault_image {background: url('images/vault_bg.jpg') no-repeat top left; width:750px; height:170px; float:right;}
.login label {color:#ffffff; font-weight:normal;border-bottom: 1px dotted #ffffff;}
.login, .search {float: right; margin-right: 27px;}
.search {height:43px; overflow:hidden; position:absolute; right:0; top:15px;}
.login input {width:100px;}
.search input {width:100px;}
.one-image {display:inline;margin:0;}
th {background: #aac4c5; color: #fff; border-right: 1px solid #fff;}
/*.content {background: url('http://www2.insnews.co.uk/blueprint-css/blueprint/src/grid.png');}*/
.flashdisplay {float:right; margin-right:-27px;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* CHECKOUT */

.checkoutItems, .checkoutProductPriceSubtotal, .checkoutProductPricePostage, .checkoutProductPriceTotal {
	background: #efefef;
}
.checkoutProductPricePostage {border-left: 1px solid #fff;}
/*.checkoutSelectTable {border:3px solid #000;}*/
.checkoutSelectTable table {background: #efefef;}
.checkoutSelectTable tr {border-top: 2px solid #fff;}
.checkoutSelectTable table tr {border: none;}
.checkoutSelectTable table td {border: 1px solid #fff;}
.block-checkout-ItemPrices {width:35%; float: left; margin-right: 1px;}

/* NAVIGATION */

.nav {
	width: 964px;
	height: 64px;
	background: url(images/ins_nav.gif) no-repeat;
	position: absolute;
	top: 169px;
	left: 0;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 64px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .news a:link, .nav .news a:visited {
		left: 8px;
		width: 98px;
	}
	.nav .news a:hover, .nav .news a:focus {
		background: url(images/ins_nav.gif) no-repeat -8px -64px;
	}
	.nav .news a:active {
		background: url(images/ins_nav.gif) no-repeat -8px -64px;
	}
	.current-news .news a:link, .current-news .news a:visited {
		background: url(images/ins_nav.gif) no-repeat -8px -128px;
		cursor: default;
	}
	.nav-news, .nav-news-click {
		position: absolute;
		top: 0;
		left: 8px;
		width: 98px;
		height: 64px;
		background: url(images/ins_nav.gif) no-repeat -8px -64px;
	}
	.nav-news-click {
		background: url(images/ins_nav.gif) no-repeat -8px -128px;
	}



	.nav .pictures a:link, .nav .pictures a:visited {
		left: 106px;
		width: 110px;
	}
	.nav .pictures a:hover, .nav .pictures a:focus {
		background: url(images/ins_nav.gif) no-repeat -106px -64px;
	}
	.nav .pictures a:active {
		background: url(images/ins_nav.gif) no-repeat -106px -64px;
	}
	.current-pictures .pictures a:link, .current-pictures .pictures a:visited {
		background: url(images/ins_nav.gif) no-repeat -106px -128px;
		cursor: default;
	}
	.nav-pictures, .nav-pictures-click {
		position: absolute;
		top: 0;
		left: 106px;
		width: 110px;
		height: 64px;
		background: url(images/ins_nav.gif) no-repeat -106px -64px;
	}
	.nav-pictures-click {
		background: url(images/ins_nav.gif) no-repeat -106px -128px;
	}


	.nav .features a:link, .nav .features a:visited {
		left: 216px;
		width: 110px;
	}
	.nav .features a:hover, .nav .features a:focus {
		background: url(images/ins_nav.gif) no-repeat -216px -64px;
	}
	.nav .features a:active {
		background: url(images/ins_nav.gif) no-repeat -216px -64px;
	}
	.current-features .features a:link, .current-features .features a:visited {
		background: url(images/ins_nav.gif) no-repeat -216px -128px;
		cursor: default;
	}
	.nav-features, .nav-features-click {
		position: absolute;
		top: 0;
		left: 216px;
		width: 110px;
		height: 64px;
		background: url(images/ins_nav.gif) no-repeat -216px -64px;
	}
	.nav-features-click {
		background: url(images/ins_nav.gif) no-repeat -216px -128px;
	}

	
	.nav .contact a:link, .nav .contact a:visited {
		left: 326px;
		width: 106px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(images/ins_nav.gif) no-repeat -326px -64px;
	}
	.nav .contact a:active {
		background: url(images/ins_nav.gif) no-repeat -326px -64px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(images/ins_nav.gif) no-repeat -326px -128px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 326px;
		width: 106px;
		height: 64px;
		background: url(images/ins_nav.gif) no-repeat -326px -64px;
	}
	.nav-contact-click {
		background: url(images/ins_nav.gif) no-repeat -326px -128px;
	}

/* -- Main layout definitions ------------- */

a {
	color: #6D7D7F;
}

a:hover {
	color: #770000;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	width: 100%;
	height: 1.5em;
	padding: 0.5em 0 0.2em 0;
	color: #555;
	font-size: 0.9em;
	border-bottom: 1px dashed #dfdfdf;
}

.header {
	display:table;
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #999;
	margin-top: 4em;
	padding-top: 1.5em;
}

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ddd;
	font-size: 1.5em;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
}

div.img-slider {
	z-index: 10;
}

div.img-slider ul {
	margin: 0 0 10px -5px;
	padding:0;
	list-style: none;
	overflow: hidden;
	width: 536px;
	height: 250px;
	clear:both;
}

a.vault-but {
	color: #fff;
	display: block;
	float: left;
	font: bold 12px arial, sans-serif;
	height: 26px;
	padding: 8px 0 8px 0;
	margin:2px 0 8px 0;
	text-decoration: none;
	width:267px;
	text-align:center;
}

a.vault-but span {
	display: block;
}


a.news_but {background:url(http://www.insnews.co.uk/tab_bg.png) no-repeat bottom #970204; margin:0 2px 2px -5px;}

a.news_but:hover {background:url(http://www.insnews.co.uk/tab_bg.png) no-repeat center #970204;}

a.stock_but {background:url(http://www.insnews.co.uk/tab_bg.png) no-repeat bottom #aac4c5; margin:0 0 2px 0;}

a.stock_but:hover {background:url(http://www.insnews.co.uk/tab_bg.png) no-repeat center #aac4c5;}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #991111;
	margin: 0;
	-moz-border-radius: 5px;
}


/* -- Trio Album listing --------------- */

.trio-album {
	margin-left: -5px;
	width: 529px;
	border: 1px solid #ddd;
	padding:5px 0 5px 5px;
	display: block;
	overflow: hidden;
}

.trio-album h4 {font-weight:bold;color:#555;}

/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
}

.gallery-albums h4, .trio-album h4 { /* Years in Album overview (when grouped by year) */
	margin: 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 168px; /* Change to 96% if you want 1 Album per line */
	padding-right: 5px;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p, .trio-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	margin: 0.5em 0;
	font-size: 0.9em;
	color: #333;
	width: 100%;
	text-align: center;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
	/*float: left;*/
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo table.gbDataTable div {
	float: right;
	font-size: 0.8em;
	color: #fff;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

.block-exif-ExifInfo {
	width: 64%;
	float: left;
}

/*table.gbDataTable td {
	padding: 5px;
	border-bottom: 5px solid #fff;
}*/

table.gbDataTable td.gbEven {
	font-weight: bold;
	width: 18%;
	border-right: 1px solid #eee;
}

table.gbDataTable td.gbOdd {
	width: 32%;
}

.gbBusy {
    background-color: #ae9 !important;
}

/* -- System- / Item-Links ---------------- */

.block-core-ItemLinks {
	clear: both;
	border-top: 3px solid #9c9;
	border-bottom: 1px solid #9c9;
	background-color: #efe;
	margin: 1.5em 0;
	padding: 0.5em;
}

.block-core-SystemLink { font-weight: bold; }

.block-core-SystemLink a,
.block-core-ItemLinks a {
	display: inline;
	padding: 0.3em;
}

.gbSystemLinks {
	display: inline;
	padding: 0.3em;
	color: #fff;
}

.gbSystemLinks a {
	color: #fff;
	font-weight: bold;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 0em 0 2em 0;
}

#gsSidebar {
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 150px;
	margin-right: 10px;
}

#gsContent {
	width: 710px;
	float: left;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font-size: 1em;
	font-style: italic;
	font-weight: bold; 
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;Arial;
	text-transform: uppercase;
	color: #770000;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border-color: #404040 #404040 #0a0;
    background-color: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}

/* submenu */
	
	.submenu
	{
	float: right;
	width: 150px;
	height: 128px;
	background: url(http://www.insnews.co.uk/features_nav2.gif);
	margin: 0 0 1em 0;
	padding: 0;
	position: relative;
	display: block;
	}
	
	.submenu li
	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	}
	
	.submenu li, .submenu a
	{
	height: 30px;
	display: block;
	}
	
	#panel1b {top: 0; height: 30px;}
  	#panel2b {top: 31px; height: 30px;}
  	#panel3b {top: 61px; height: 30px;}
  	#panel4b {top: 91px; height: 30px;}
  	#panel5b {top: 121px; height: 30px;}
  	#panel6b {top: 151px; height: 30px;}
  	
  	#panel1b a:hover, #current1b {
  	width: 150px;
    background: transparent url(http://www.insnews.co.uk/features_nav2.gif)
    0 -180px no-repeat;}
  	#panel2b a:hover, #current2b {
  	width: 150px;
    background: transparent url(http://www.insnews.co.uk/features_nav2.gif)
    0 -210px no-repeat;}
  	#panel3b a:hover, #current3b {
  	width: 150px;
    background: transparent url(http://www.insnews.co.uk/features_nav2.gif)
    0 -240px no-repeat;}
  	#panel4b a:hover, #current4b {
  	width: 150px;
    background: transparent url(http://www.insnews.co.uk/features_nav2.gif)
    0 -270px no-repeat;}
    #panel5b a:hover, #current5b {
  	width: 150px;
    background: transparent url(http://www.insnews.co.uk/features_nav2.gif)
    0 -300px no-repeat;}
    #panel6b a:hover, #current6b {
  	width: 150px;
    background: transparent url(http://www.insnews.co.uk/features_nav2.gif)
    0 -330px no-repeat;}
    
    .submenu span {
	display: block;
	width: 150px;
	height: 0;
	overflow: hidden;
	}