form
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

.gallery a
{
	text-decoration: none;
}

.gallery .row
{
	clear: both;
}

.gallery div.listing
{
	width: 155px;
	padding: 6px;
	margin: 0 25px 18px 0;
	border: 1px solid #EAEAEA;
	float: left;
	background: #FFFFFF;
}

.gallery div.listing.end
{
	margin-right: 0;
}

.gallery .listing-title
{
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	margin-top: 5px;
}

.gallery .listing-title a
{
	color: #666666;
}

.gallery .listing-artist
{
	line-height: 14px;
}

.gallery .listing-artist a
{
	color: #B2B2B2;
}

.gallery .listing-price
{
	color: #78C042;
	float: right;
	line-height: 14px;
	margin-top: -14px;
}

.primary
{
	display: inline;
	float: left;
	width:530px;
}

.secondary
{
	float: right;
	width: 200px;
}


.item-purchase .item-amount
{
	float: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 5px;
	color: #009900;
}

.item-purchase .item-stock
{
	color: #666666;
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin: 0 5px;
}

.item-purchase .paypal
{
	clear: both;
}

.item-purchase .paypal input[type=image]
{
	margin: 5px auto;
	display: block;
	
}

.shop-panel
{
	background: #FBFBF9;
	border: 1px solid #EAEAEA;
	margin:10px 0;
}

.shop-panel h3
{
	background: #EEEEEB;
	border: 0 none;
	color: #3F3F3F;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	min-height: 25px;
	padding: 0 0 0 10px;
	clear: both;
	margin: 0;
}

.artist-info
{
	padding: 4px 0 7px 12px;
}

.artist-info .artist-avatar
{
	border: 1px solid #EAEAEA;
	float: left;
	height: 50px;
	margin-right: 5px;
	margin-top: 7px;
	width: 50px;
}

.artist-info .artist-name
{
	float: left;
	height: 45px;
	padding-top: 17px;
}

.artist-info .artist-name .name
{
	color: black;
	font-size: 13px;
	font-weight: bold;
	width: 120px;
}

.artist-info .artist-name .links
{
	font-size: 11px;
	white-space: nowrap;
	width: 120px;
}


.share
{
	padding: 5px;
	text-align: center;
}

.share img
{
	border: none;
	margin: 0 2px;
}


.tags
{
	padding: 5px;
}

.tags a
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}


.item-main
{
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 430px;
}

.item-main img
{
	border: 1px solid #EAEAEA;
}

.items-thumbs
{
	display: block;
	float: right;
	width: 90px;
}

.item-thumbs img
{
	border: 1px solid #EAEAEA;
	margin: 0 0 5px 10px;
}

.item-detail
{
	clear: both;
	margin-top: 10px;
}

.item-detail h2
{
	color: #5A0000;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}

.item-description
{
	font-size: 90%;
	padding-left: 10px;
}


/***************/


/** Forms **/
.form form
{
	clear: both;
	padding: 0;
}

.form fieldset
{
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}

.form fieldset legend
{
	background:#fff;
	color: #e32;
	font-weight: bold;
}

.form fieldset fieldset
{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

.form fieldset fieldset legend
{
	font-weight: normal;
}

.form fieldset fieldset div
{
	clear: left;
	margin: 0 20px;
}

.form form div
{
	clear: both;
	margin-bottom: 10px;
	padding: 2px;
	vertical-align: text-top;
}

.form form .input
{
	color: #444;
}

.form form .required
{

}

.form form .required label:after
{
	color: #e32;
	content: ' *';
	display:inline;
}

.form form div.submit
{
	clear: both;
	margin-top: 10px;
}

.form form div.submit button
{
	font-size: 150%;
	font-weight: bold;
	padding: 5px;
}

.form form input[type=text]
{
	width: 50%;
}

.form form textarea
{
	width: 80%;
}

.form label
{
	display: block;
	margin-bottom:3px;
	font-weight: bold;
}

.form input, textarea
{
	clear: both;
	padding: 2px;
}

.form select
{
	clear: both;
	vertical-align: text-bottom;
}

.form select[multiple=multiple]
{
	width: 100%;
}

.form option
{
	padding: 0 3px;
}

.form input[type=checkbox]
{
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

.form div.checkbox label
{
	display: inline;
}

.form input[type=radio]
{
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}

.form div.radio label
{
	margin: 0 0 6px 20px;
}




/** Notices and Errors **/
div.flash
{
	clear: both;
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

div.message
{
	color: #009900;
}

div.error-message
{
	clear: both;
	color: #ff0000;
	font-weight: bold;
}



/* Data Grid */
.datagrid table
{
	clear: both;
	border: 1px solid #ABADB3;
	margin: 10px;
	background: #FFFFFF;
	font-size: 80%;
	width: auto;
}
.datagrid table tr.odd
{
	background: #EFEFEF;
}


.datagrid table th
{
	background: #ABADB3;
	padding: 4px;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

.datagrid table tr
{
	border: none;
}

.datagrid table th a
{
	color: #FFFFFF;
	text-decoration: none;
}
.datagrid table td
{
	padding: 2px;
}

.datagrid .action
{
	white-space: nowrap;
	width: 1%;
	padding: 0 10px;
	font-weight: bold;
}
.datagrid table tr.even:hover
{
	background: #DAE0F1;
}
.datagrid table tr.odd:hover
{
	background: #DAE0F1;
}

.pagination
{
	clear: both;
	margin: 10px 0;
	font-weight: bold;
}

.pagination a
{
	text-decoration: none;
}

.pagination .prevnext
{
	width: 50%;
}
.pagination .page
{
	width: 50%;
	float: right;
	text-align: right;
	margin-top: -15px;
}

.pagination .sort
{
	width: 50%;
	float: right;
	text-align: right;
	margin-top: -15px;
}

/* End Data Grid */


.bottomNav
{
	margin: 20px 0 0 30px;
	border-left: 2px solid #CCCCCC;
	clear: both;
}

.bottomNav ul
{
	padding: 0;
	margin: 0;
}

.bottomNav li
{
	list-style: none;
	margin: 0 0 5px 10px;
	padding: 0;
}

/* search page */

#search
{
	margin: 20px 0;
	text-align: center;
}

#search input
{
	font-size: 110%;
	vertical-align: middle;
}

#search button
{
	font-size: 110%;
	vertical-align: middle;
}

.return
{
	clear: both;
	padding-top: 40px;
	font-weight: bold;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 800;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



