/*
*
*	Pixaria Gallery
*	Copyright Jamie Longstaff
*
*/

/* Main DOM elements
----------------------------------------------- */

body {
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	margin:0px;
	width:100%;
	background-color:#1E1E1E;
	color: #555;
	text-align:center;
	font-size:9pt;
}

h1
	{
	font-weight:normal;
	margin:0px 0px 4px 0px;
	font-size:14pt;
	}

h2
	{
	font-weight:normal;
	margin:0px 0px 1px 0px;
	font-size:12pt;
	}

h3
	{
	font-weight:bold;
	margin:0px 0px 1px 0px;
	font-size:10pt;
	line-height:15pt;
	}

p
	{
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	
	line-height:12pt;
	}

a:link,a:visited,a:active
	{
	color: #555;
	}

a:hover
	{
	text-decoration:underline;
	color: #555;
	}

li
	{
	margin-top:9pt;
	}

form
	{
	margin:0px;
	}

form .forminput
	{
	font-size:8pt;
	color:#222;
	}

form .formbutton
	{
	text-align:center;
	color:#444;
	background:#DDD;
	font-size:9pt;
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	font-weight:bold;
	}

.bold {

	font-weight:bold;
	}
	
.underline	{

	text-decoration:underline;
	}

	.small {
font-size:0.8em;
}

 	.left {
text-align:left;
}

/* Main Navigation
----------------------------------------------- */

a.navigation-link
	{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:9pt;
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	color:#555;
	text-decoration:none;
	}

a.navigation-link:hover
	{
	color:#000;
	text-decoration:none;
	}



/* ID Entities
----------------------------------------------- */

#masthead /* Defines the background image and style of the main masthead */
	{
	height:82px;
	/*  background-image:url('../images/masthead.jpg');  */
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-color: #A0A0A0;
	}
	
#copyright /*  */
	{
	border-top: 1px solid #777;
	padding:10px;
	font-size:7pt;
	color:#DDD;
	text-align:right;
	margin-bottom: 20px;

	}

#copyright a:link, #copyright a:visited, #copyright a:active{

	color:#DDD;
}
	
	
#copyright a :hover{

	color:#EEE;
	text-decoration:none;
}

.bottom {
	float:left;
	width:186px;
	
	font-size:14px;
	padding-left: 3px;
	text-align:left;
	margin-left:20px;
	
}

.bottom h3 {
	color:#DDD;
	font-size:14px;
	border-bottom: 1px solid #FFF;
}

.bottommenu {
	padding-left:5px;
	font-size:13px;
}

.bottom a {
	color:#DDD;
	text-decoration:none;
}

.bottom a:hover {
	color:#EEE;
	text-decoration:underline;
}

.bottom2 {
	float:right;
	width:300px;
	text-align:right;
	margin-left:20px;
	padding-top: 2px;
	padding-right: 10px;
	margin-bottom:20px;
}

.bottom2 a {
	color:#DDD;
	text-decoration:none;
}

.bottom2 a:hover {
	color:#EEE;
	text-decoration:underline;
}

.bottom2 h3 {
	color:#DDD;
	font-size:12px;
}



#content
	{
	margin:0px auto;
	width:100%;
	text-align:left;
	min-width:900px;
	}


/* Classes from version 1.x stylesheet
----------------------------------------------- */

.html-error-warning
	{
	color:#F00;
	}

.required
	{
	color:#F00;
	font-weight:bold;
	}

.list-one /*  */
	{
	background-color:#E1E1E1;
	}
	
.list-two /*  */
	{
	background-color:#E8E8E8;
	}

.icon /*  */
	{
	font-size:10pt;
	background:#FFF;
	background-position:center center;
	padding:3px;
	border: 1px solid #CCC;
	}

.thumbnail /*  */
	{
	font-size:10pt;
	background:#000 url('../images/loaders/image_loading.gif');
	background-position:center center;
	padding:4px;
	border: 1px solid #000;
	}

.image /*  */
	{
	background:#000;
	padding:6px;
	border: 1px solid #000;
	}

.plain
	{
	text-decoration:none;
	}

/* Header and navigation */

#header
	{
	/*  Menu bar color  */
	background:#777; /* url('../images/masthead.jpg');  */  /* logo bar  */
	height:100px;
	padding:0 0 0 0px;
	overflow: hidden;
	}
	
#header #logo {
	position:absolute;
	top:10px;
	left:20px;
	height:68px;
	}
	
#header #navigation {
	padding:70px 0 0 20px;
	/*  logo bar color  */
	background:#1E1E1E;
	
}

#header #navigation #search{
	float:right;	
}

#header #nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}
	
#header #nav li {
	background:#777;
	float: left;
	margin: 0;
	
	font-size: 11pt;
	color: #FFF;
	}
	
#header #nav li a {
	background:#777;
	float: left;
	margin: 0;
	padding:7px 12px 7px 12px;
	font-size: 11pt;
	text-decoration: none;
	color: #FFF;
	}
	
#header #nav li a:hover {
	color: #fff;
	background: #AAA;
	
	}
	
#header #nav li.active a {
	font-weight: bold;
	color: #405f72;
	background: #fff;
	}

/* Pagination interface
----------------------------------------------- */

.pagination
	{
	}
	
.pagination a
	{
	display: block;
	padding: 3px 7px;
	float: left;
	margin: 0 3px 0 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #DDD;
	text-decoration:none;
	}

.pagination a:hover
	{
	background:#EEE;
	}

.pagination .spacer
	{
	display: block;
	padding: 3px 7px;
	float: left;
	margin: 0 3px 0 0;
	} 
	
.pagination .disabled, .pagination .current
	{
	display: block;
	padding: 3px 7px;
	float: left;
	margin: 0 3px 0 0;
	color:#999;
	border-top: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #AAA;
	text-decoration:none;
	} 

.pages
	{
	float:right;
	padding-right:4px;
	}

/* Form input for choosing number of thumbs
----------------------------------------------- */

.page-button
	{
	font-size:10pt;
	margin:0 2px 2px 0;
	text-decoration: none;
	height:16px;
	border:1px solid #AAA;
	padding: 3px 7px;
	text-align:center;
	color:#444 !important;
	float:left;
	}

/* Version 2.x New Classes and IDs
----------------------------------------------- */

#popup-content
	{
	background:#EEE;
	text-align:left;
	}

#front-innerdiv
	{
	width:100%;
	
	}

#front-outerdiv
	{
	padding:20px;
	}

/*  Styles for gallery descriptions */

.table-gallery-description
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	}

.table-gallery-description thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-gallery-description thead th a
	{
	text-decoration:none !important;
	color:#FFF !important;
	}

.table-gallery-description table
	{
	margin:5px;
	border-collapse:collapse;
	width:66%;
	padding:0px;
	border-spacing:0px;
	}

.table-gallery-description tbody td
	{
	background-color:#CCC;
	}
	
.table-gallery-description td th
	{
	width:190px;
	vertical-align:top;
	text-align:center;
	}
	
.table-gallery-description td th img
	{
	background:#000;
	}
	
.table-gallery-description td td
	{
	vertical-align:top;
	text-align:left;	
	}
	
.table-gallery-description td h1
	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}
	
	
/*  Styles for text layout tables */

.table-text
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	background:#DDD;
	}
.table-text thead th
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-text th
	{
	width:33%;	
	vertical-align:top;
	padding:2px 5px 7px 0px;
	font-weight:bold;
	letter-spacing:-1pt;
	font-size:14pt;
	text-align:justify;
	margin-top:0px;
	margin-right:8px;
	margin-left:2px;
	line-height:1.3em;
	}
	
.table-text td
	{
	width:33%;	
	vertical-align:top;
	padding:3px;
	text-align:left;
	vertical-align:top;
	}

.table-text td h1
	{
	font-weight:bold;
	font-size:12pt;
	margin-top:2px;
	}
	
.table-text td h2
	{
	font-weight:bold;
	font-size:11pt;
	margin-top:2px;
	}
	
.table-text td h3
	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}
	
/*  Styles for form layout tables */

.table-form
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	background:#DDD;
	}

.table-form thead th
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-form tbody th
	{
	height:25px;
	vertical-align:top;
	padding:8px 0px 0px 4px;
	width:33%;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	}
	
.table-form tbody td
	{
	height:25px;
	vertical-align:middle;
	height:20px;
	padding:3px;
	width:33%;	
	text-align:left;	
	}

.table-form tbody td h1
	{
	font-weight:bold;
	font-size:12pt;
	margin-top:2px;
	}
	
.table-form tbody td h2
	{
	font-weight:bold;
	font-size:11pt;
	margin-top:2px;
	}
	
.table-form tbody td h3
	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}
	
.table-form tbody td td
	{
	padding:0px;
	}

.table-form tbody th td
	{
	padding:0px;
	}

/*  Styles for cart list details  */

.table-form .messages
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	}

.table-form .messages th
	{
	padding:3px;
	vertical-align:top;
	width:33%;
	}

.table-form .messages td
	{
	padding:3px;
	vertical-align:top;
	width:66%;
	}

/*  Styles for cart messages  */

.table-cart
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	}

.table-cart thead th
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-cart tbody th
	{
	vertical-align:middle;
	text-align:center;
	padding:0px;
	width:33%;
	font-size:9pt;
	font-weight:bold;
	}
	
.table-cart tbody td
	{
	vertical-align:middle;
	padding:0px;
	width:33%;	
	text-align:left;	
	}

.table-cart .cart-item
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	}

.table-cart .cart-item th
	{
	padding:3px;
	width:33%;
	text-align:left;	
	}

.table-cart .cart-item td
	{
	padding:3px;
	width:66%;
	text-align:left;	
	}

/*  Styles for list views  */

.table-listbox
	{
	border-collapse:collapse;
	border:solid 1px #CCC;
	color:#444;
	width:100%;
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin-bottom:20px;
	}

.table-listbox th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-listbox .options
	{
	padding:3px 0px 4px 4px;
	text-align:left;
	background-color:#CCC;
	font-weight:normal;
	}

.table-listbox .options .option-title
	{
	padding:5px 5px 0 0;
	width:10em;
	text-align:left;
	font-weight:bold;
	float:left;
	}

.table-listbox td
	{
	vertical-align:middle;
	text-align:left;
	padding:0px 0px 0px 3px;
	line-height:20px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	}

.table-listbox td a
	{
	text-decoration:none;
	}

.table-listbox td a:hover
	{
	text-decoration:none;
	}

/*  Styles for popup window text layout tables */

.table-popup-text
	{
	border-collapse:collapse;
	width:100%;
	line-height:1.2em;
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin:0px;
	}

.table-popup-text th
	{
	width:33%;	
	vertical-align:top;
	padding:2px 5px 7px 0px;
	font-weight:bold;
	letter-spacing:-1pt;
	font-size:14pt;
	text-align:justify;
	margin-top:0px;
	margin-right:8px;
	margin-left:2px;
	line-height:1.3em;
	}
	
.table-popup-text td
	{
	width:33%;	
	vertical-align:top;
	padding:3px;
	text-align:left;
	vertical-align:top;
	}

/*  Styles for popupwindow form layout tables */

.table-popup-form
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	}

.table-popup-form thead th
	{
	width:50%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-popup-form tbody th
	{
	height:26px;
	vertical-align:top;
	padding:8px 0px 0px 4px;
	width:50%;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	}
	
.table-popup-form tbody td
	{
	height:26px;
	vertical-align:middle;
	height:20px;
	padding:3px;
	width:50%;	
	text-align:left;	
	}

.table-popup-form table
	{
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	}

.table-popup-form tbody td td
	{
	padding:0px;
	}

.table-popup-form tbody th td
	{
	padding:0px;
	}

/*  Styles for cart messages  */

.table-cart
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	}

.table-cart thead th
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-cart tbody th
	{
	vertical-align:middle;
	text-align:center;
	padding:0px;
	width:33%;
	font-size:9pt;
	font-weight:bold;
	}
	
.table-cart tbody td
	{
	vertical-align:middle;
	padding:0px;
	width:33%;	
	text-align:left;	
	}

.table-cart .cart-item
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	}

.table-cart .cart-item th
	{
	vertical-align:top;
	padding:3px;
	width:33%;
	text-align:left;	
	}

.table-cart .cart-item td
	{
	padding:3px;
	width:66%;
	text-align:left;	
	}

/*  Styles for search box  */

.table-search
	{
	table-layout:fixed;
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#CCC;
	border:1px solid #CCC;
	}

.table-search th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-search td .search-box
	{
	float:left;
	margin:5px 0 5px 0;
	padding:0 10px 0 10px;
	width:20%;
	min-height:270px;
	//height:270px;
	}
	
/*  Styles for image import form  */

.table-import
	{
	table-layout:fixed;
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#CCC;
	border:1px solid #CCC;
	}

.table-import th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-import td .import-box
	{
	float:left;
	margin:5px 0 5px 0;
	padding:0 10px 0 10px;
	width:20%;
	min-height:270px;
	}
	
	
/*  Styles for news box  */

.table-news
	{
	table-layout:fixed;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#CCC;
	border:1px solid #CCC;
	}

.table-news thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-news tbody th
	{
	text-align:left;
	font-weight:normal;
	padding:5px;
	}

.table-news tbody td
	{
	text-align:left;
	font-weight:normal;
	padding:5px;
	}

.table-news tbody th hr
	{
	border: 0;
	margin:10px 5px 10px 0px;
	height: 1px;
	background-color:#AAA;
	}
	
.table-news tbody th .promote
	{
	padding:2px 2px 2px 2px;
	color:#444;
	font-size:8pt;
	background:#DDD;
	border:1px solid #AAA;
	margin:0 10px 0 0;
	float:right;
	text-decoration:none !important;
	}
	
.table-news tbody th .promote:hover
	{
	background:#FFF;
	}
	
.table-news tbody .link-rss
	{
	background:url('../images/icons/22x22.rss.png') no-repeat;
	padding:5px 0 10px 26px;
	margin:0 0 10px 0px;
	min-height:24px;
	}
	
/*  Styles for thumbnails  */

.table-thumbnail
	{
	table-layout:fixed;
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#333;
	border:1px solid #CCC;
	}

.table-thumbnail thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-thumbnail tbody .options
	{
	padding:3px 0px 4px 4px;
	text-align:left;
	background-color:#CCC;
	font-weight:normal;
	}

.table-thumbnail tbody .options .option-title
	{
	padding:4px 5px 0 0;
	width:10em;
	text-align:left;
	font-weight:bold;
	float:left;
	}

/* Styles for small thumbnails */
.table-thumbnail .thumb-sml
	{
	padding:5px;
	margin:5px;
	background:#DDD;
	border:1px solid #CCC;
	float:left;
	overflow:none;
	}

.table-thumbnail .thumb-sml table
	{
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	}

.table-thumbnail .thumb-sml table thead th
	{
	background:0;
	text-align:center;
	height:100px;
	}

.table-thumbnail .thumb-sml table thead th img
	{
	background:#000;
	}

.table-thumbnail .thumb-sml table tbody th
	{
	font-size:8pt;
	width:55px;
	background:0;
	vertical-align:top;
	text-align:right;
	}
	
.table-thumbnail .thumb-sml table tbody td
	{
	font-size:8pt;
	background:0;
	vertical-align:top;
	text-align:left;
	}
	
	
/* Styles for large thumbnails */

.table-thumbnail .thumb-lrg
	{
	padding:5px;
	margin:5px;
	background:#DDD;
	border:1px solid #CCC;
	float:left;
	overflow:none;
	}

.table-thumbnail .thumb-lrg table
	{
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	}

.table-thumbnail .thumb-lrg table thead th
	{
	background:0;
	text-align:center;
	height:180px;
	}

.table-thumbnail .thumb-lrg table thead th img
	{
	background:#000;
	}

.table-thumbnail .thumb-lrg table tbody th
	{
	font-size:8pt;
	width:70px;
	background:0;
	vertical-align:top;
	text-align:right;
	}
	
.table-thumbnail .thumb-lrg table tbody td
	{
	font-size:8pt;
	background:0;
	vertical-align:top;
	text-align:left;
	}

/* IMAGE DETAIL VIEW : Styles for the various container divs in the image large detail view */

#image-detail
	{
	padding:0px;
	margin:0 0 20px 0;
	background:#333;
	border:1px solid #CCC;
	overflow:hidden;
	}

#image-detail .breadcrumbs
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

#image-detail .breadcrumbs a
	{
	color:#FFF;
	}

#image-detail .imagebox-wide
	{
	text-align:center;
	padding:40px 10px 10px 410px;
	}

#image-detail .infobox-wide
	{
	float:left;
	width:380px;
	margin:0 0 0 0;
	padding:0 10px 0px 10px;
	}

#image-detail .imagebox-thin
	{
	text-align:center;
	padding:10px 10px 10px 10px;
	
	}

#image-detail .infobox-thin
	{
	margin:0 0 0 0;
	padding:0 10px 0px 10px;
	background:#333;
	}

/* IMAGE DETAIL VIEW : Styles for the image information panel */

.table-image-view
	{
	max-width:600px;
	min-width:380px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0;
	display:block;
	}

.table-image-view th
	{
	vertical-align:top;
	width:150px;
	text-align:left;
	font-size:10pt;
	padding:5px 0px 6px 0px;
	font-weight:bold;
	}
	
.table-image-view td
	{
	vertical-align:top;
	text-align:left;
	font-size:10pt;
	padding:5px 0px 6px 5px;
	}

.table-image-view .imageview
	{
	vertical-align:middle;
	text-align:center;
	font-size:10pt;
	padding:10px;
	font-weight:bold;
	}

/*  GENERAL : Styles for inline action buttons  */

ul.actionlist
	{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}
	
.actionlist li
	{
	display: inline;
	list-style-type: none;
	}
	
.actionlist a
	{
	padding: 3px 10px;
	text-decoration: none;
	}
	
.actionlist a:link, .actionlist a:visited
	{
	background-color: #CCC;
	text-decoration: none;
	border-top:1px solid #FFF;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-left:1px solid #FFF;
	}
	
.actionlist a:hover
	{
	background-color: #CCC;
	text-decoration: none;
	border-top:1px solid #BBB;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #BBB;
	}
	
/*  GENERAL : Notification boxes  */

.notification-note
	{
	background:#FFF url('../images/notification.note.gif');
	background-repeat:no-repeat;
	padding:4px 4px 4px 35px;
	margin:0px 0px 5px 0px;
	border:1px solid #CCC;
	font-size:8pt;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

.notification-note h1
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	font-weight:bold;
	}

.notification-note p
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	}

.notification-warning
	{
	background:#FFF url('../images/notification.warning.gif');
	background-repeat:no-repeat;
	padding:4px 4px 4px 38px;
	margin:0px 0px 5px 0px;
	border:1px solid #CCC;
	font-size:8pt;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

.notification-warning h1
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	font-weight:bold;
	}

.notification-warning p
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	}

/* IMAGE DETAIL VIEW : Link styles for download links */

.download-list dt
	{
	margin: 15px 0 0 0;
	font-weight: normal;
	}

.download-list dd
	{
	margin: 0 0 1px 0;
	padding: 2px 0 0 0;
	}

.download-list dt a
	{
	float: left;
	display: block;
	margin-right:5px;
	padding: 0px;
	}

/* IMAGE DETAIL VIEW : Tab panel styles */

.keywords
	{
	padding:2px;
	float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #DDD;
	margin:2px 4px 2px 0px;
	background:#DDD;
	}

.panel
	{
	display: none;
	border:1px solid #CCC;
	padding:5px;
	background:#DDD;
	}

.panel-inline
	{
	border:1px solid #CCC;
	padding:5px;
	margin-top:10px;
	background:#DDD;
	}

.panel-image
	{
	display: block;
	padding:0px;
	margin:0px;
	color:#EEE;
	}

.panel h1, .panel-inline h1
	{
	font-weight:bold;
	font-size:11pt;
	margin-top:2px;
	}

.panel.active-tab-body
	{
	display: block;
	}

.neighbour
	{
	cursor:pointer;
	float:none;
	background:#DDD;
	border:1px solid #CCC;
	margin:3px;
	width:115px;
	height:127px;
	overflow:hidden;
	}

.neighbour-opaque
	{
	cursor:pointer;
	float:none;
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=40);
	background:#DDD;
	border:1px solid #CCC;
	margin:3px;
	width:115px;
	height:127px;
	overflow:hidden;
	}

.neighbour img {
	background:#000;
	}

.neighbour-opaque img {
	background:#000;
	}
	
.neighbour table
	{
	width:115px;
	height:110px;
	}

.neighbour-opaque table
	{
	width:115px;
	height:110px;
	}

/* IMAGE DETAIL VIEW : Tab container and tab styles */

#tab-container
	{
	margin:0;
	padding:0;
	overflow:hidden;
	}

#tabs
	{
	margin:0 0 9px 0 !important;
	padding:0 !important;
	height:29px;
	list-style: none;
	}

#tabs li
	{
	float: left;
	}

#tabs a
	{
	background-color: #999;
	float: left;
	padding:4px 4px 5px 4px;
	margin: 0 2px 0 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #999;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-decoration: none;
	font-weight:bold;
	font-size:11pt;
	color: #FFF;
	}

#tabs a.active-tab
	{
	background-color: #FFF;
	float: left;
	padding:4px 4px 5px 4px;
	margin: 0 2px 0 0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #FFF;
	text-decoration: none;
	font-weight:bold;
	font-size:11pt;
	color: #555;
	}


/* Pixie (plugin) styles */

.pix-cart-items
	{
	float:right;
	color:#FFF;
	margin:20px 20px 0 0;
	font-weight:bold;
	font-size:11pt;
	}

.pix-cart-items a 
	{
	color:#FFF !important;
	}

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


.adb
{
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:25px;
	
	text-align:center;
	
}

.table-form2
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	background:#DDD;
	font-size:14px;
	}

.table-form2 thead th
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-form2 tbody th
	{
	height:25px;
	vertical-align:top;
	padding:8px 0px 0px 4px;
	width:33%;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	}
	
.table-form2 tr td
	{
	height:25px;
	vertical-align:top;
	height:20px;
	padding:3px;
	width:33%;	
	text-align:left;
	font-size:14px;
	}

.table-form2 tbody td h1
	{
	font-weight:bold;
	font-size:12pt;
	margin-top:2px;
	}
	
.table-form2 tbody td h2
	{
	font-weight:bold;
	font-size:11pt;
	margin-top:2px;
	}
	
.table-form2 tbody td h3
	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}
	
.table-form2 tbody td td
	{
	padding:0px;
	}

.table-form2 tbody th td
	{
	padding:0px;
	}

/*  Styles for cart list details  */

.table-form2 .messages
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	}

.table-form2 .messages th
	{
	padding:3px;
	vertical-align:top;
	width:33%;
	}

.table-form2 .messages td
	{
	padding:3px;
	vertical-align:top;
	width:66%;
	}
	

	
/* Root = Horizontal, Secondary = Vertical */
ul#navBrowse {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 500px; /*For KHTML*/
  list-style: none;
  height: 30px;
  background-color:#DDD;
}

ul#navBrowse li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navBrowse ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  border:3px solid #AAA;
  border-top-width:1px;
}

ul#navBrowse ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navBrowse ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navBrowse a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-color: #DDD;
  color: #666;
  font: normal 13px/26px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navBrowse a:hover,
ul#navBrowse li:hover a,
ul#navBrowse li.iehover a {
	background-color: #CCC;
	color: #666;
}

/* 2nd Menu */
ul#navBrowse li:hover li a,
ul#navBrowse li.iehover li a {
  float: none;
  background-color: #eee;
  color: #666;
}



/* 2nd Menu Hover Persistence */
ul#navBrowse li:hover li a:hover,
ul#navBrowse li:hover li:hover a,
ul#navBrowse li.iehover li a:hover,
ul#navBrowse li.iehover li.iehover a {
	background-color: #AAA;
	color: #FFF;
}

/* 3rd Menu */
ul#navBrowse li:hover li:hover li a,
ul#navBrowse li.iehover li.iehover li a {
  background-color: #eee;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navBrowse li:hover li:hover li a:hover,
ul#navBrowse li:hover li:hover li:hover a,
ul#navBrowse li.iehover li.iehover li a:hover,
ul#navBrowse li.iehover li.iehover li.iehover a {
  background-color: #DDD;
  color: #FFF;
}

/* 4th Menu */
ul#navBrowse li:hover li:hover li:hover li a,
ul#navBrowse li.iehover li.iehover li.iehover li a {
  background-color: #eee;
  color: #666;
}

/* 4th Menu Hover */
ul#navBrowse li:hover li:hover li:hover li a:hover,
ul#navBrowse li.iehover li.iehover li.iehover li a:hover {
  background-color: #DDD;
  color: #FFF;
}

ul#navBrowse ul ul,
ul#navBrowse ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navBrowse li:hover ul ul,
ul#navBrowse li:hover ul ul ul,
ul#navBrowse li.iehover ul ul,
ul#navBrowse li.iehover ul ul ul {
  display: none;
}

ul#navBrowse li:hover ul,
ul#navBrowse ul li:hover ul,
ul#navBrowse ul ul li:hover ul,
ul#navBrowse li.iehover ul,
ul#navBrowse ul li.iehover ul,
ul#navBrowse ul ul li.iehover ul {
  display: block;
}


/* ///////////////  WARREN'S ADDITIONS  //////////// */


ul#navBrowse li:hover li a#comingSoon {
	color:#BBBBBB;
	cursor:pointer;	
	}
	
ul#navBrowse li:hover li a#subHdr {
	background-image:url('../../../themes/wp/images/browsemenu-subarrow.gif');
	background-position:135px;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
ul#navBrowse li a#browsemenuRoot, ul#navBrowse li a#browsemenuRootNotLink{
	background-color:#DDD;
	border-color:#DDD;
}

ul#navBrowse li a#browsemenuRoot:hover{
  background-color: #DDD;
  color: #FFF;
  border-bottom-color:#DDD;
}

/* Just the "Browse by:" prefix */
ul#navBrowse li a#browsemenuRootNotLink:hover{
  background-color: #DDD;
  color: #666;
  cursor:default;
}



ul#navBrowse a:hover,
ul#navBrowse li:hover a#browsemenuRoot,
ul#navBrowse li.iehover a#browsemenuRoot {
  background-color: #CCC;
  color: #FFF;
}
	
img{border:none; outline:none}

/* For the homepage */
#thumbs img{
		margin:5px 1px 0 0;
		padding:2px;
		border:1px solid #CCCCCC;
		background-color:#FFFFFF;
		float:left;
	}
	
	
.tickList li{
	list-style-image:url('../../../themes/wp/images/icon-tick-bullet.gif');
	list-style-position:left middle;
	}
	
/* Root Menu Hover Persistence _ REPEATED TO GET IT TO WORK??? */
ul#navBrowse a:hover,
ul#navBrowse li:hover a,
ul#navBrowse li.iehover a {
	background-color: #0099FF;
	color: #666;
}
	
	
	

	
	
/* 2nd Menu Hover Persistence */
ul#navBrowse li:hover li a#comingSoon:hover,
ul#navBrowse li:hover li:hover a#comingSoon,
ul#navBrowse li.iehover li a#comingSoon:hover,
ul#navBrowse li.iehover li.iehover a#comingSoon {
  background-color: #EEE;
  color: #BBB;
}

ul#navBrowse li:hover li a:active, 
ul#navBrowse li:hover li:hover li a:active, 
ul#navBrowse li:hover li:hover li:hover li a:active {
	background-color:#0066CC;
}

#navBrowse #search{
	float:right;	
}
