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

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

html,
body
	{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px auto;
	background: #000000 url('../images/background.jpg') no-repeat top center;
	color: #555;
	text-align:center;
	height:100%;
	min-height:100%;
	}

h1
	{
	font-weight:normal;
	margin:0px 0px 4px 0px;
	font-size:16pt;
	}
	
h1 span 
	{
  	background:url('../images/textoverlay.png') repeat-x;
  	position: absolute;
  	display: block;
  	width: 300px;
  	height: 6px;
	}

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

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

p,div,td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:12pt;
	}

a:link,a:visited,a:active
	{
	color: #555;
	text-decoration:none;
	}

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

li
	{
	margin-top:9pt;
	text-decoration:none;
	}

form
	{
	margin:0px;
	}

form .forminput
	{
	font-size:12pt;
	padding:2px;
	border:1px solid #999;
	color:#222;
	}

form .formbutton 
	{
	border:1px solid #999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:url('../images/sprite.png');
	font-weight:bold;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:1.0em;
	color:#444;
	padding:5px 15px;
	cursor:pointer;
	}

form .formbutton:hover
	{
	background:url('../images/sprite.png') 0px -200px;
	}

.bold
	{
	font-weight:bold;
	}
	
.underline
	{
	text-decoration:none;
	}
	
/* Button Style
----------------------------------------------- */

.button 
	{
	border:1px solid #999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:url('../images/sprite.png');
	font-weight:bold;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:1.0em;
	color:#444;
	padding:5px 15px;
	cursor:pointer;
	}

.button:hover
	{
	background:url('../images/sprite.png') 0px -200px;
	}


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

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

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



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

#container /* Full content wrap to position footer at absolute bottom */
	{
	position: relative;
	margin: 0 auto -180px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

* html #container {height:100%} /* IE Hack from wrap */

#content
	{
	margin:0px auto;
	position:relative;
	width:100%;
	text-align:left;
	min-width:900px;
	width: 980px;
	padding-bottom:180px; /* Height of the footer */
	}
	
#masthead /* Defines the background image and style of the main masthead */
	{
	height:500px;
	width:90%;
	border:0px;
	margin:0px auto;
	background: #000 url('../images/masthead.png');
	padding: 0px;
	}
	
#push 
	{
	height: 180px; /* .push must be the same height as .footer */
	clear: both;
	}
	
#footer {
	position: relative;
	margin: 0 auto;
   	width:100%;
   	clear:both;
   	height:180px;   /* Height of the footer */
   	background: #000000 url('../images/footer.jpg') no-repeat bottom center;
}

#footer-info /*  */
	{
	padding:10px 0px 20px 0px;
	font-size:9pt;
	color:#777;
	position:relative;
	width:980px;
	text-align:left;
	}

#footer-info a
	{
	color:#777;
	text-decoration:none;
	}

#footer-info a:hover
	{
	color:#B0BF44;
	}
	
	
.paypal
	{
	background:url('../images/paypal.png') no-repeat 150px 0px;
	width:310px;
	height:35px;
	}

.paypal:hover
	{
	background:url('../images/paypal.png') no-repeat 150px -35px;
	}

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

.list-three /*  */
	{
	background-color:#E1E1E1;
	}
	
.list-four /*  */
	{
	background-color:#E8E8E8;
	}

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

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

.gallery-thumbnail /* Header thumbnail style for gallery description  */
	{
	font-size:10pt;
	background:#FFF url('../images/loaders/image_loading.gif');
	background-position:center center;
	padding:4px;
	border: 1px solid #AAA;
	}
	
.gallery-avatar /* Header thumbnail style for gallery description  */
	{
	font-size:10pt;
	background:#FFF url('../images/loaders/image_loading.gif');
	background-position:center center;
	padding:4px;
	border: 1px solid #C1C08C;
	}

.image /*  */
	{
	background:#FFF;
	padding:5px;
	border: 1px solid #999;
	}

.plain
	{
	text-decoration:none;
	}
	

/* Header and navigation */

#header
	{
	height:170px;
	padding: 0px;
	overflow: hidden;
	}
	
#header #logo {
	margin:0px auto;
	height:65px;
	}
	
#header #navigation {
	padding: 65px 0 0 0;
}

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

#header #nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}
	
#header #nav li {
	float: left;
	margin: 3px 4px 0 0;
	padding: 0;
	}
	
#header #nav li a {
	background:url('../images/navigation-bg.png') top left repeat;
	float: left;
	margin: 0;
	padding:8px 6px 8px 6px;
	font-size: 12pt;
	text-decoration: none;
	color: #FFF;
	border:1px solid #333;
	}
	
#header #nav li a:hover {
	background: #9CA439;
	color: #000;
	border:1px solid #CCC;
	}
	
#header #nav li a.active {
	font-weight: bold;
	color: #00CCFF;
	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-top:20px;
	}

/*  Styles for all Table 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:#333 url('../images/table-header-background.gif');
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}	
	
.table-gallery-description thead th a
	{
	color:#FFF;
	}
	
.table-gallery-description thead th a:hover
	{
	color:#9CA439;
	}	
	
.table-gallery-description tbody
	{
	width:100%;
	background:#E1E1C4;
	}
	
.table-gallery-description tbody th
	{
	padding:10px;
	width:240px;
	vertical-align:top;
	text-align:left;
	}	

.table-gallery-description tbody td
	{
	padding:10px;
	vertical-align:top;
	}
	
.table-gallery-description tbody td h1
	{
	font-weight:bold;
	font-size:16pt;
	}
	
.table-gallery-description tbody td h1 span 
	{
  	background:url('../images/textoverlay.png') repeat-x;
  	position: absolute;
  	display: block;
  	width: 300px;
  	height: 6px;
	}

.table-gallery-description tbody td h2
	{
	font-weight:bold;
	font-size:12pt;
	}
	
.table-gallery-description tbody td h3
	{
	color:#8B8156; 
	border-bottom:1px solid #C1C08C; 
	padding-bottom:10px;
	}
	
.table-gallery-description td th
	{
	padding:10px;
	width:230px;
	vertical-align:top;
	}
	
.table-gallery-description td td
	{
	vertical-align:top;
	text-align:left;	
	}
	
.table-gallery-description .cart-item
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	padding:20px;
	}

.table-gallery-description .cart-item th
	{
	padding:6px;
	width:25;
	text-align:left;	
	}

.table-gallery-description .cart-item td
	{
	padding:6px;
	width:75%;
	text-align:left;	
	}


/*  Styles for gallery descriptions */

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


.gallery-description-table thead th
	{
	text-align:left;
	font-size:11pt;
	color:#9CA439;
	background:#333 url('../images/table-header-background.gif');
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.gallery-description-table thead th a
	{
	color:#FFF;
	}
	
.gallery-description-table thead th a:hover
	{
	color:#B0BF44;
	}
	
	
.gallery-description-table tbody
	{
	width:100%;
	background:#E1E1C4;
	}
	
.gallery-description-table tbody th
	{
	padding:10px;
	width:230px;
	vertical-align:top;
	text-align:left;
	}	

.gallery-description-table tbody td
	{
	padding:10px;
	vertical-align:top;
	}
	
.gallery-description-table tbody td h1
	{
	font-weight:bold;
	font-size:16pt;
	margin-bottom:8px;
	}
	
.gallery-description-table tbody td h1 span 
	{
  	background:url('../images/textoverlay.png') repeat-x;
  	position: absolute;
  	display: block;
  	width: 300px;
  	height: 6px;
	}
	
.gallery-description-table tbody td h3
	{
	color:#8B8156; 
	border-bottom:1px solid #C1C08C;
	font-weight:normal;
	font-size:12pt;
	padding-bottom:10px;
	margin-bottom:10px;
	}

.gallery-description-table td th
	{
	padding:10px;
	width:230px;
	vertical-align:top;
	}
	
.gallery-description-table td td
	{
	vertical-align:top;
	text-align:left;	
	}
	
	
/*  Styles for FAQ page tables */
	
	
.table-faq
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	}


.table-faq thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background:#333 url('../images/table-header-background.gif');
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}	
	
.table-faq thead th a
	{
	color:#B0BF44;
	}
	
.table-faq thead th a:hover
	{
	color:#9CA439;
	}	
	
.table-faq tbody
	{
	width:100%;
	background:#F3F3E0;
	}
	
.table-faq tbody td
	{
	padding:20px;
	width:100%;
	}

.table-faq tbody td a
	{
	color:#9CA439;
	}

.table-faq tbody td a:hover
	{
	color:#000;
	}
	
.table-faq tbody td h1
	{
	font-weight:normal;
	font-size:18pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#50521F;
	}
	
.table-faq tbody td p
	{
	margin:0 0 60px 60px;
	padding-bottom:20px;
	padding-top:10px;
	border-bottom:1px solid #B9BC81;
	}
	
	
/*  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
	{
	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;
	border-spacing:0px;
	margin-bottom:20px;
	}

.table-form thead th
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background:#333 url('../images/table-header-background.gif');
	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 store form layouts */

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

.store-form thead th
	{
	width:33%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background:#333 url('../images/table-header-background.gif');
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.store-form tbody th
	{
	height:25px;
	vertical-align:top;
	padding:8px 0px 0px 4px;
	width:33%;
	font-size:11pt;
	text-align:left;
	font-weight:bold;
	}
	
.store-form tbody td
	{
	height:25px;
	vertical-align:middle;
	height:20px;
	padding:3px;
	width:66%;	
	text-align:left;	
	}

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

.store-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
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background:#777 url('../images/table-header-background.gif');
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-cart tbody th
	{
	vertical-align:middle;
	text-align:center;
	padding:0px;
	width:15%;
	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;
	padding:20px;
	}

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

.table-cart .cart-item td
	{
	padding:3px;
	width:75%;
	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:#777 url('../images/table-header-background.gif');
	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 #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:#E1E1C4;
	border:1px solid #CCC;
	}

.table-search th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background:#777 url('../images/table-header-background.gif');
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-search td .search-box
	{
	float:left;
	padding:10px;
	width:20%;
	min-height:270px;
	//height:270px;
	}
	
.table-search td h2
	{
	font-size:12pt;
	font-weight:bold;
	}
	
/*  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:#DDD;
	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:#DDD;
	border:1px solid #CCC;
	}

.table-news thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background:#777 url('../images/table-header-background.gif');
	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 #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
	{
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	background:#DDD url('../images/img_grid_bg.jpg') top left repeat;
	border:1px solid #CCC;
	}

.table-thumbnail thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background:#777 url('../images/table-header-background.gif');
	padding:5px 0px 5px 4px;
	font-weight:bold;
	}
	
.table-thumbnail tbody .options
	{
	padding:3px 0px 4px 4px;
	background-color:#CCC;
	text-align:left;
	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:#EEE;
	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;
	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 gallery thumbnails */

.table-thumbnail .thumb-lrg
	{
	padding:2px;
	margin:4px;
	background: url('../images/img_thumb_bg.png') top left repeat;
	border:1px solid #B2B2B2;
	float:left;
	overflow:none;
	width:180px;
	height:225px;
	}
	
.table-thumbnail .thumb-lrg:hover
	{
	background: #E9E9E9;
	border:1px solid #818181;
	}
	
.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;
	padding:0px;
	}

.table-thumbnail .thumb-lrg table tbody th
	{
	font-size:11pt;
	width:100%;
	background:0;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	}
	
.table-thumbnail .thumb-lrg table tbody td
	{
	font-size:8pt;
	background:0;
	vertical-align:top;
	text-align:center;
	}
	
/* Styles for large image thumbnails */

.table-thumbnail .thumb-lrg-img
	{
	padding:2px;
	margin:4px;
	background: url('../images/img_thumb_bg.png') top left repeat;
	border:1px solid #B2B2B2;
	float:left;
	overflow:none;
	}
	
.table-thumbnail .thumb-lrg-img:hover
	{
	background: #E9E9E9;
	border:1px solid #818181;
	}

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

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

.table-thumbnail .thumb-lrg-img table tbody th
	{
	font-size:10pt;
	width:100%;
	background:0;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	}
	
.table-thumbnail .thumb-lrg-img table tbody td
	{
	font-size:8pt;
	background:0;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	}

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

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

#image-detail .breadcrumbs
	{
	text-align:left;
	font-size:11pt;
	color:#9CA439;
	background:#777 url('../images/table-header-background.gif');
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

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

#image-detail .imagebox-wide
	{
	float:left;
	width:640px;
	text-align:center;
	margin:0;
	padding:12px 5px 5px 5px;
	}

#image-detail .infobox-wide
	{
	float:right;
	width:320px;
	margin:0;
	padding:0px 5px 0px 0px;
	}

#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
	{
	width:100%;
	border-spacing:0px;
	padding:0px;
	border-collapse:collapse;
	border: 1px solid #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.table-image-view th
	{
	vertical-align:top;
	width:27%;
	text-align:left;
	font-size:10pt;
	padding:5px 0px 5px 5px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.table-image-view td
	{
	vertical-align:top;
	text-align:left;
	width:72%;
	font-size:10pt;
	padding:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.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
	{
	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:#EEE;
	text-decoration: none;
	}

.keywords:hover
	{
	background:#CCC;
	border:1px solid #999;
	}

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

.panel-inline
	{
	border:1px solid #999;
	padding:5px;
	margin-top:5px;
	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
	{
	cursor:pointer;
	float:none;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	background:#EEE;
	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=50);
	background:#EEE;
	border:1px solid #DDD;
	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 5px 0 !important;
	padding:0 !important;
	height:30px;
	list-style: none;
	}

#tabs li
	{
	float: left;
	}

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

#tabs a:hover
	{
	background-color: #555;
	}

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


/* Pixie (plugin) styles */

.pix-cart-items
	{
	float:right;
	font-size:12pt;
	padding-right:5px;
	}

.pix-cart-items a 
	{
	color:#666;
	font-size:16px;
	padding-left:5px;
	}
	
.pix-cart-items a:hover 
	{
	color:#9CA439;
	}
	
/* Search Form Styles */

.search-form
	{
	background:	url('../images/searchbg.png') repeat;
	width:140px; 
	margin-top:4px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:2px;
	border:1px solid #333;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	}

.search-form:hover
	{
	border:1px solid #999;
	}

.search-submit
	{
	background:	url('../images/searchbg.png') repeat;
	text-align:center;
	width:40px;
	height:33px;
	margin-top:3px;
	border:1px solid #333;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	}

.search-submit:hover
	{
	background: #9CA439;
	border:1px solid #CCC;
	color:#000;
	}
