/*
*
*	Pixaria Gallery
*	Copyright Jamie Longstaff
*	
*	Edited by Peter Truman for petertrumanphoto.com
*	Version 2.6.4 (to run with current Pixaria version)
*	Last edit 26th July 2009
*/

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

body		/* ptphoto edit */
	{
	font-family:Helvetica, Arial, Sans-Serif;
	margin: 0 0 0 0; /* Set as PTPhoto.css */
  	padding: 0 0 0 0;
	/*background-color:#2b3a3c; */
	/*color: #2d2e2e;	*/
	background: #49592A url(/templates/js_relevant/images/style2/page_bg.jpg) no-repeat center top;
	color: #494A44;
	font-size: 11px;
	line-height:14px;
	text-align:center;
	}

h1			/* ptphoto edit */
	{
	margin:0px 0px 4px 0px;
	font-size:14pt;
	color: #6d9863;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 14px;
	}

h2			/* ptphoto edit */
	{
	margin:0px 0px 1px 0px;
	color: #6d9863;
  	font-size: 12px;
  	font-weight: bold;
  	line-height: 14px;
	}

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

p,div,td	/* ptphoto edit */
	{
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:9pt;
	line-height:12pt;
	}
	
a,  a:link {	/* ptphoto edit */
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}

a:visited {		/* ptphoto edit */
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}

a:active {		/* ptphoto edit */
  color: #164619;
}

a:hover			/* ptphoto edit */
	{
	color: #09760d;
  	text-decoration: underline;
	}

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, Sans-Serif;
	font-weight:bold;
	}

.bold
	{
	font-weight:bold;
	}
	
.underline
	{
	text-decoration:underline;
	}


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

a.navigation-link	/* ptphoto edit */
	{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:9pt;
	font-family:Helvetica, Arial, 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 */		/* ptphoto edit */
	{
	height:153px;
	background-color: #F00;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	}
	
#copyright /*  */			/* ptphoto edit */
	{
	background-color:#c4c3b0;
	border-top: solid 1px #8ab573;
	padding: 10px 10px 10px 10px;
	font-size:11px;
	}

#content					/* ptphoto edit */
	{
	/*margin:0px auto;*/
	margin: 0 auto 0 auto;
	text-align:left;
	min-width:956px;
	width:956px; /* set to match width of PTPhoto Joomla relevant style */
	background-color:#FFF;
	}


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

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

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

.list-one /*  */		/* ptphoto edit */
	{
	background-color:#eef6e0;
	}
	
.list-two /*  */		/* ptphoto edit */
	{
	background-color:#eef6ed;
	}

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

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

.image /*  */			/* ptphoto edit */
	{
	background:#FFF;
	padding:6px;
	border: 1px solid #8ab573;
	}

.plain
	{
	text-decoration:none;
	}

/* Header and navigation */

#header				/* ptphoto edit */
	{
	background: #49592A url(/templates/js_relevant/images/style2/header.png) no-repeat top left;
	background-color:#999;
	height: 146px; /* HEADER GRAPHIC HEIGHT was 118px, 123px... */
  	border-bottom: solid 1px #628152;

	/*height:153px; PTPhoto edit */
	padding:0 0 0 0px; /* 10px on left */
	overflow: hidden;
	}
	
#header #logo {		/* ptphoto edit */
	position:absolute;
	top:5px; 
	}
	
#header #navigation {	/* ptphoto edit - positions the menu items (but not the bar!) */
	padding:100px 0 0 0px;
}

/* PTPhoto edit - to create style for menu bar - and to look similar to Joomla Relevant menu... */
#navigation h2 a{
	font: 14px Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:normal;
	color:#EEE;
	text-decoration:none;
}

#navigation h2 a:active{	/* PTPhoto edit - addition */
	color:#e3daa1;
}

#navigation h2 a:hover{		/* PTPhoto edit - addition */
	color:#e3daa1;
}

#navigation table {
	width:100%;
	background-color:#293A10;
}

#navigation table td {
	/*padding:11px;*/
	/*padding:11px 5px 11px 6px;*/	/* top right bottom left */
}


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

#header #nav_search{
	float:right; 
}

#header #nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}
	
#header #nav li {
	background:#888;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	}
	
#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		/* ptphoto edit */
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #8ab573;
	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:#DDD;
	}
	
.table-gallery-description td th
	{
	width:190px;
	vertical-align:top;
	text-align:center;
	}
	
.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%;
	line-height:1.2em;
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin-bottom:20px;
	}

.table-text th		/* ptphoto edit */
	{
	width:33%;	
	vertical-align:top;
	padding:2px 5px 7px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; /* was bold */
	/*letter-spacing:-1pt;*/
	font-size:12px; /* was 14pt */
	font-style:italic; /* was not set */
	text-align:left; /* was justify */
	color:#666;
	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		/* ptphoto edit */
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #8ab573;
	margin-bottom:20px;
	border-spacing:0px;
	}

.table-form thead th	/* ptphoto edit */
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#2b3a3c;
	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			/* ptphoto edit */
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #8ab573;
	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			/* ptphoto edit */
	{
	border-collapse:collapse;
	border:solid 1px #8ab573;
	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:#DDD;
	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 #8ab573;
	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			/* ptphoto edit */
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #8ab573;
	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			/* ptphoto edit */
	{
	table-layout:fixed;
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#eef6ed;
	border:1px solid #8ab573;
	}

.table-search th		/* ptphoto edit */
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#2b3a3c;
	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			/* ptphoto edit */
	{
	table-layout:fixed;
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#DDD;
	border:1px solid #8ab573;
	}

.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			/* ptphoto edit */
	{
	table-layout:fixed;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#DDD;
	border:1px solid #8ab573;
	}

.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:#EEE;
	border:1px solid #8ab573;
	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		/* ptphoto edit */
	{
	table-layout:fixed;
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#FFF;
	border:1px solid #8ab573;
	}

.table-thumbnail thead th		/* ptphoto edit */
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color: #2b3a3c; /* dark green header color */
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-thumbnail tbody .options		/* ptphoto edit */
	{
	padding:3px 0px 4px 4px;
	text-align:left;
	font-weight:normal;
	background-color:#eef6ed; /* light green */
	}

.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			/* ptphoto edit */
	{
	padding:5px;
	margin:5px;
	background:#EEE;
	border:1px solid #8ab573;
	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;
	width:150px;
	height:100px;
	}

.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			/* ptphoto edit */
	{
	padding:5px;
	margin:5px;
	background:#EEE;
	border:1px solid #8ab573;
	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;
	width:180px;
	height:180px;
	}

.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			/* ptphoto edit */
	{
	padding:0px;
	margin:0 0 20px 0;
	background:#DDD;
	border:1px solid #8ab573;
	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;
	}

/* 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: #DDD;
	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: #DDD;
	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			/* ptphoto edit */
	{
	background:#FFF url('../images/notification.note.gif');
	background-repeat:no-repeat;
	padding:4px 4px 4px 35px;
	margin:0px 0px 5px 0px;
	border:1px solid #8ab573;
	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			/* ptphoto edit */
	{
	background:#FFF url('../images/notification.warning.gif');
	background-repeat:no-repeat;
	padding:4px 4px 4px 38px;
	margin:0px 0px 5px 0px;
	border:1px solid #8ab573;
	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			/* ptphoto edit */
	{
	padding:2px;
	float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #8ab573;
	margin:2px 4px 2px 0px;
	background:#EEE;
	}

.panel				/* ptphoto edit */
	{
	display: none;
	border:1px solid #8ab573;
	padding:5px;
	background:#FFF;
	}

.panel-inline		/* ptphoto edit */
	{
	border:1px solid #8ab573;
	padding:5px;
	margin-top:10px;
	background:#EEE;
	}

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

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

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

.neighbour			/* ptphoto edit */
	{
	cursor:pointer;
	float:none;
	background:#EEE;
	border:1px solid #8ab573;
	margin:3px;
	width:115px;
	height:127px;
	overflow:hidden;
	}

.neighbour-opaque	/* ptphoto edit */
	{
	cursor:pointer;
	float:none;
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=40);
	background:#EEE;
	border:1px solid #8ab573;
	margin:3px;
	width:115px;
	height:127px;
	overflow:hidden;
	}

.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;
	}




