body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}table {border-collapse:collapse;border-spacing:0;}fieldset,img { border:0;}address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}q:before,q:after {content:'';}abbr,acronym { border:0;}

a {
  outline: none;
}

	#pageLoad{
		display: none;
	}

	#pageLoad .noscript{
		margin: 200px auto 0;
		width: 600px;
	}

	body{
		font: normal normal normal 12px Arial, Helvetica, sans-serif;
		background-color:#1F1F1F;
		color:#DFDFDF
	}

	#header{
		height: 40px;
		background-color: #1F1F1F;
	}

	#header h1{
		font-size: 16px;
		padding: 10px;
		float: left;
		font-weight: bold;
		color: #CFCFCF;
	}

	#header h1 a{
		text-decoration: none;
		color: #CFCFCF;
		text-shadow: #000000 2px 2px 0px;
	}

	#header h1 a span{
		display: none;
	}

	#header h1 a:hover{
		text-shadow: none;
	}

	#header h1 a:hover span{
		display: inline;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 10px
	}


	#header h1.script{
		font-size: 22px;
		font-family: /*"Edwardian Script ITC",*/ "Lucida Handwriting", "Vladimir Script", Cursive;
	}

	#header #user{
		float: right;
		padding: 10px;
	}

	body#cart.crop{
		padding: 20px;
	}


/* Index :: Cart */

	#shopping-cart-wrapper{
		width: 100%;
		float:left;
		background-color: #4F4F4F;
		color: #DFDFDF;
		height: 100%;
	}

	#shopping-cart{
		padding: 10px;
	}

	a{
		color: #FFD97F;
	}

	#shopping-cart h1{
		border-bottom: 1px solid #9F9F9F;
		font-size: 18px;
		margin-bottom: 6px;
		padding-bottom: 3px;
	}

	#shopping-cart #product-wrapper{
		height: 300px;
		overflow: auto;

	}

	#shopping-cart #total-bar{
		text-align: right;
		padding: 5px 25px 5px 0px;
	}

	#shopping-cart table{
		width: 100%;
		border-spacing: 0;
		border-collapse: separate;
		border-bottom: 1px solid #6F6F6F;
		background-color: #5F5F5F;
	}

	#shopping-cart th.price{
		text-align: right;
		padding-right: 4%;
	}

	#shopping-cart th.total{
		text-align: right;
	}

	#shopping-cart table th{
		padding: 4px 8px;
		border-bottom: 1px solid #3F3F3F;
	}

	#shopping-cart table td{
		border-size: 0px;
		padding: 4px 8px;
		border-top: 1px solid #6F6F6F;
		border-bottom: 1px solid #3F3F3F;
	}

	#shopping-cart td.price{
		text-align: right;
		width: 10%;
		padding-right: 4%;
	}

	#shopping-cart td.quantity{
		width: 92px;
	}

	#shopping-cart td.quantity span{
		background-color: #1F1F1F;
		display:block;
		width: 20px;
		height: 20px;
		text-align: center;
		float:left;
		cursor: pointer;
	}

	#shopping-cart td.quantity input{
		width: 40px;
		text-align: right;
		float:left;
		padding: 1px 2px;
		margin: 0px 3px;
		border: 1px solid #3F3F3F;
	}

	#shopping-cart td.total{
		text-align: right;
		width: 72px;
	}

	#shopping-cart #image-holder{
		float: left;
		padding: 0 10px;
		width: 200px;
		text-align: center;
	}

	#shopping-cart #image-holder img{

		margin: 0 auto;
	}

	#shopping-cart #image-holder p{
		clear:left;
		text-align: left;
	}

	#shopping-cart #image-holder #buttons{
		margin-top: 6px;
		display:block;
		float: left;
		clear:left;
	}

	#shopping-cart #image-holder #buttons a{
		float: left;
		padding: 4px 6px;
		margin: 0 1px;
		background-color: #5F5F5F;
		border: 1px solid #3F3F3F;
		color: #DFDFDF;
		text-decoration: none;
	}

	#shopping-cart #shopping-buttons{
		clear: both;
		float: left;
		width: 100%;
		margin-top: 7px;
	}

	#shopping-cart #shopping-buttons span{
		padding: 10px;
		background-color: #3572A7;
		border: 1px solid #6192BA;
		float: left;
		margin: 3px 4px 0;
		cursor: pointer;
		border-radius: 6px;
		font-weight: bold;
		text-shadow: 1px 1px 0 #1F1F1F;
	}

	#shopping-cart #shopping-buttons span.add{
		float: right;
	}

	#shopping-cart #message{
		padding: 10px;
		background-color: #FFCB4F;
		width: 200px;
		position: absolute;
		left: 50%;
		margin-left: -100px;
		bottom: 12px;
		text-align: center;
		font-weight: bold;
		color: #3F3F3F;
		display: none;
	}

	#shopping-cart #cart-summary{
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#index.cart{

		background-color: #4F4F4F;

	}

/*
	.button{

		background:transparent url('../images/button.png') no-repeat top right;
		display:block;
		height: 37px;
		outline:none;
		float:left;
		text-align: center;
		margin: 0 10px;
		cursor: pointer;
		padding: 0px 0px 0px 5px;
	}

	.button em{
		padding: 11px 3px 16px 13px;
		background:transparent url('../images/button.png') no-repeat top left;
		display:block;
		height: 10px;
		margin: 0px;
		text-decoration: none;
		margin: 0 10px 0 -10px;
		overflow:hidden;
	}
	.button em:hover{
		background-position:left bottom;
	}
	
	.button:hover{
		background-position:right bottom;
	}
*/

	span.button {
		float: left;
		display: inline; /*For ignore double margin in IE6*/
		margin: 0 10px;
		color: #000;
	}

	span.button input{
		border: none;
		background-color: transparent;
		/*padding: 3px;*/
		cursor: pointer;
		height: 22px;
	}

	span.button a, span.button b {
		text-decoration: none;
		float:left;
		color: inherit;
		cursor: pointer;
		font: 900 14px/22px "Arial", Helvetica, sans-serif;
		background: transparent url(../images/button.gif) no-repeat top right;
		border: none;
	}

	span.button a:hover, span.button b:hover {
		background-position: bottom right;
	}

	span.button a em:hover, span.button b em:hover {
		background-position: bottom left;
	}

	span.button a em, span.button b em {
		margin: 0 10px 0 -10px;
		padding: 1px 8px 1px 18px;
		position: relative; /*To fix IE6 problem (not displaying)*/
		float:left;
		background: url(../images/button.gif) no-repeat top left;
	}

	span.button-large {
		float: left;
		display: inline; /*For ignore double margin in IE6*/
		margin: 0 0 0 10px;
		color: #000;
	}

	span.button-large a, span.button-large b {
		text-decoration: none;
		float:left;
		color: inherit;
		cursor: pointer;
		font: 900 18px/22px "Arial", Helvetica, sans-serif;
		background: url(../images/button-large.png) no-repeat top right;
	}

	span.button-large a em, span.button-large b em {
		margin: 0 10px 0 -10px;
		padding: 13px 35px 13px 55px;
		position: relative; /*To fix IE6 problem (not displaying)*/
		float:left;
		background: url(../images/button-large.png) no-repeat top left;
	}

	.jccrop #buttons{
		margin-top: 10px;

	}

	#outer{
		float:left;
		width: 100%;
	}


	/*** Event Listing ***/


	body#listing{
		background-color: #fff;
		color: #000;
	}

	body#listing table{
		margin: 20px auto;
		width: 600px;
		border: 2px solid #000;
	}

	body#listing th{
		text-align: center;
		padding: 3px 0;
		font-weight: bold;
		border: 1px solid #000;
	}

	body#listing td{
		padding: 5px;
		border: 1px solid #000;
	}

	body#listing tr.odd{
		background-color: #EFEFE7;
	}

	body#listing tr.even{
		background-color: #FFF;
	}

	body#listing td a{
		background-color: #A5C1D7;
		padding: 5px;
		display: block;
		text-align: center;
		text-decoration: none;
		color: #000;
	}


/* index */



	body#index{
		background-color:#1F1F1F;
		color: #CFCFCF;
		overflow: hidden;
	}

	body#index #pageLoad{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #1F1F1F;
		z-index: 9999;
	}

	body#index #pageLoad p{
		position: absolute;
		left: 50%;
		top: 40%;
		background:#000 url('../images/imageloading.gif') no-repeat 20px 50%;
		width: 140px;
		margin-left: -100px;
		text-align: center;
		padding: 30px;
		color: #DFDFDF;
		font-size: 16px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	body#index .contextMenu{
		display:none;
	}



	body#index #sidebar{
		float:left;
		margin: 0 10px;
		color: #CFCFCF;
		width: 240px;
		overflow:hidden;
		clear: left;
	}

	body#index #sidebarB{
		float:right;
		margin: 0 10px 0 0;
		color: #CFCFCF;
		width: 200px;
	}


	body#index #sidebar a{
		color: #CFCFCF;
	}



	body#index .sidebar-element{
		width: 200px;
		padding: 20px;
		background-color:#000;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 10px;
		clear: both;
		float: left;
	}

	#logo{
		margin-bottom: 5px;
	}

	body#index #cart-wrapper #cart{
		width: 200px;
		float:left;
	}

	body#index #cart-wrapper #cart table{

	}

	body#index #cart-wrapper #cart #cart-button{

	}

	body#index #cart-wrapper #cart #cart-button a{
		color: #ccc;
		text-decoration: none;
		padding: 6px 10px 6px 36px;
		font-size: 16px;
		background:  #4F4F4F url('../images/cart.gif') no-repeat 8px 3px;
	}

	body#index #cart-wrapper #cart th{
		background-color: #4F4F4F;
		text-align: center;
		padding: 1px;
	}

	body#index #cart-wrapper #cart td{
		
		border: 1px solid #4F4F4F;
	}

	body#index #cart-wrapper #cart a{
		color: #3F3F3F;
	}

	body#index #cart-wrapper #cart .cart-amount{
		padding: 5px;
		display: block;
		float:left;
		width: 40px;
		text-align: center;
	}

	body#index #cart-wrapper #cart .cart-total{
		padding: 5px;
		width: 60px;
		display: block;
		float:left;
		text-align: right;
	}

	body#index #expires{
		padding-top: 10px;
		color: #FF7878;
		font-style: italic;
		display: block;
	}

	body#index #photographer{
		margin: 0;
	}

	body#index #sidebar #sharing{
		float:left;
	}
	/*
	.button-facebook img{
		cursor: pointer;
	}
	*/

	body#index #sidebar #favcount{
		position: absolute;
		bottom: 180px;
		left: 10px;
		background-color: #2F2F2F;
		padding: 5px 10px;
		font-weight: bold;
		z-index: 4;
		text-shadow: #000 1px 1px 0px;
	}

	body#index #large-image-wrapper{
		padding: 0px 5px 5px;
		float:left;
		text-align: center;
		position: relative;
	}

	body#index #large-image-img{
		border: 3px solid #000;
	}

	body#index #large-image-wrapper #ov{
		position:absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	body #photo{
		padding: 0px 10px 10px;
		float:left;
		text-align: center;
		position: relative;
	}

	#photo #ov{
		position:absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	body#index #image-name{
		margin-top: 8px;
	}

	body#index #image-name span{
		color: #CFCFCF;
		background-color:#000;
		padding: 3px;
	}

	body#index #thumbnail-wrapper{
		width:100%;
		overflow:auto;
		position: absolute;
		height: 120px;
		bottom: 0;
		background-color:#3F3F3F;
		padding-top: 10px;
		left: 0;
		z-index: 20;
	}

	body#index #thumbnails{
		position:absolute;
		height:100px;
		width:600000px;
	}

	body#index #thumbnails #slideEnd{
		float:left;
	}

	body#index #thumbnails img{
		float:left;
		margin:0px 4px;
		cursor:pointer;
		border:2px solid transparent;
	}

	body#index #thumbnails img:hover{
		border-color:#9F9F9F;
	}

	body#index #thumbnails img.selected{
		border-color:#FF9915 !important;
	}

	body#index #thumbnails img.selected.search{
		border-bottom-color: #f0f  !important;
	}

	body#index #thumbnails div{
		display: block;
		float:left;
	}

	body#index #thumbnails span{
		float:left;
		position: relative;
	}

	body#index #thumbnails span.favd{
		width: 12px;
		height: 12px;
		bottom: 3px;
		right: 8px;
		position: absolute;
		background:transparent url('../images/fav.png') no-repeat center center;

	}

	body#index #progess{
		float:left;
		width:0;
		position: absolute;
		bottom: 129px;
		height: 2px;
		background-color:#1F1F1F;
		z-index: 3;
		left: 0;
	}

	body#index #controls{
		clear:both;
		height: 50px;
		background-color: #2F2F2F;
		float:left;
		width:100%;
		position: absolute;
		bottom: 130px;
		left: 0;
		box-shadow: 0px 0px 10px #171717;
	}

	body#index #controls #categories{
		margin-top: 15px;
		margin-left: 10px;
		width: 300px;
		float:left;
		display:inline;
		position: absolute;
		right: 25px;
		width: 210px;
	}

	body#index #controls select{
		width: 220px;
	}

	body#index #controls #actions{
		margin: 10px 0;
		width: 460px;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-left: -200px;
		position: absolute;
	}

	body#index #controls #actions span{
		background:transparent url('../images/buttons.gif') no-repeat top left;
		text-indent: -9999px;
		height: 32px;
		width: 32px;
		display:block;
		float:left;
	}

	body#index #controls #actions #fav_span{
		background:transparent url('../images/fav_lg.png') no-repeat top left;
		font-size: 13px;
		text-indent: 0px;
		width: 185px;
	}

	body#index #controls #actions #fav_span.added {
		background-position: 0px -60px;

	}

	body#index #controls #actions #fav_span.added:hover {
		background-position: 0px -60px;

	}

	body#index #controls #actions #fav_span:hover {
		background-position: 0px -30px;

	}

	body#index #controls #actions #fav_span em{

		position: relative;
		top:8px;left:9px;
	}



	body#index #controls #actions span#prev{
		background-position: -89px -9px;
	}

	body#index #controls #actions span#play{
		background-position: -9px -9px;
		margin: 0 10px;
	}

	body#index #controls #actions span#play.stop{
		background-position: -49px -9px;
	}

	body#index #controls #actions span#next{
		background-position: -129px -9px;
	}

	body#index #controls #actions span#prev:hover{
		background-position: -89px -59px;
	}

	body#index #controls #actions span#play:hover{
		background-position: -9px -59px;
	}

	body#index #controls #actions span#play.stop:hover{
		background-position: -49px -59px;
	}

	body#index #controls #actions span#next:hover{
		background-position: -129px -59px;
	}

	body#index #controls #image-search{
		padding:10px;
		margin-top:8px;
		float:right;
		background-color: #3F3F3F;
		position: absolute;
		left: 10px;
		width: 210px;
	}

	body#index #controls #image-search image-search-button{
		color: #CFCFCF;
		margin: 4px;

	}

	body#index #controls #image-search input{
		border: 1px solid #3F3F3F;
		background-color: #CFCFCF;
		padding: 2px;
	}


	body#index #loading{
		background-color:#0f0;
		position: absolute;
		background:#000 url('../images/imageloading.gif') no-repeat center center;
		width: 60px;
		height: 60px;
		top: 50%;
		left: 50%;
		margin-left: -30px;
		margin-top: -30px;
		display: none;
		opacity: .75;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	body#index #image{
		background:transparent url('../images/imageloading.gif') no-repeat center center;
	}

	body#index #colors{
		padding: 3px;
		color: #CFCFCF;
		position: absolute;
		top: 0;
		left: 50%;
		width: 200px;
		margin-left: -103px;
		margin-top: -20px;
	}

	body#index #colors span{
		padding: 4px 10px;
		cursor: pointer;
	}

	body#index #colors span.selected{
		background-color: #000;
		font-weight: bold;
		text-shadow: #515558 1px 1px 0px;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

	body#index .fs{
		width: 100%;
		height: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		background-repeat:no-repeat;
		background-position:center center;
	}
/*
	body#index a#fav{
		background:transparent url('../images/fav.gif') no-repeat 0 0;
		display:block;
		height: 24px;
		width: 24px;
		text-indent: -9999px;
		outline:none;
		float:left;
		margin-right: 10px;
	}

	body#index a:hover#fav{
		background-position: 0px -24px;
	}

	body#index a#fav.added{
		background-position: 0px -48px;
	}


	body#index .button-buyprints{
		outline:none;
		float:left;
	}

	body#index .button-buyprints a{
		color: #666 !important;
	}
*/
	body#index .button-compare{
		background:transparent url('../images/compare-tab.png') no-repeat 0 0;
		display:block;
		height: 170px;
		width: 50px;
		outline:none;
		position: absolute;
		top: 95px;
		text-indent: -9999px;
		z-index: 1100;
		right: 0;
	}

	body#index .button-compare b{
		display:block;
		height: 130px;
		width: 40px;
		margin: 20px 10px 10px 10px;
		outline:none;
		cursor: pointer;
	}

	body#index .close{
		background-position: 0 -160px;
		left: -50px;
	}

	body#index #compare-wrapper{
		background-color: #2F2F2F;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -330px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		width: 670px;
	}

	body#index #compare-box-wrapper{
		right: 0px;
		width: inherit;
		padding: 20px 0px 25px;
		display: none;
		position: relative;
		float: right;
	}

	body#index .compare-box{
		width: 300px;
		height: 300px;
		margin: 10px;
		position: relative;
		float:right;
		border: 2px solid transparent;
	}

	body#index .compare-box.ui-state-hover{
		border-color: #FFD97F;
	}

	body#index .compare-box .options{
		width: 310px;
		float:right;
		position: absolute;
		top: -20px;
	}

	body#index .compare-box .controls{
		width: 310px;
		float:right;
		position: absolute;
		bottom: -25px;
		text-align: center;
	}

	body#index .compare-box .controls a{
		text-decoration: none;
		padding: 3px 6px;
		background-color: #636363;
		border: 1px solid #6F6F6F;
		border-bottom-color: #000;
		border-right-color: #000;
	}

	body#index .compare-box .controls a:hover{
		background-color: #7F7F7F;
	}

	body#index .compare-box .options a{
		text-decoration: none;
		padding: 3px 6px;
	}

	body#index .compare-box .controls .zoom-in{

	}

	body#index .compare-box .controls .zoom-out{

	}

	body#index .compare-box .controls .reset{

	}

	body#index .compare-loading{
		background:transparent url('../images/imageloading.gif') no-repeat center center;
		height: 300px;
		width: 300px;
		position: absolute;
		z-index: 7000;
	}

	body#index .ui-state-hover{
		border-color: #f00;
	}


	#login_form{
		width: 230px;
		margin: 0 auto;
		background-color:#1F1F1F;
		padding: 20px;
	}

	#login_form label{
		float:left;
		clear: both;
		display: block;
		padding: 8px 0;
	}

	#login_form span{
		width: 80px;
		display: block;
		float: left;
	}

	#login_form input{
		float: left;
		border: 1px solid #888;
		padding: 3px;
	}

	#login_form button{
		padding: 3px 10px;
		border: none;
		font-size: 12px;
		border-width: 1px;
		border-style: solid;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-decoration: none;
		float: right;
	}

	#login_form #login_error {
		display: none;
		background: red;
		color: #FFF;
	}



/* Cart */


	body#cart .header{
		background: transparent url('../images/header.png') repeat-x 0px 40px;
		padding-bottom: 10px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
	}

	body#cart #header{

		width: 100%;
		background-color: #1F1F1F;

	}

	body#cart .contextMenu{
		display:none;
	}

	body#cart #sidebar{
		float:left;
		margin: 0 10px;
		color: #CFCFCF;
		width: 260px;
		overflow:hidden;
		position: fixed;
		left: 0;
		top: 35px;
	}

	body#cart .sidebar{
		width: 240px;
	}

	body#cart #sidebarB{
		margin: 0px 10px;
		color: #CFCFCF;
		width: 260px;
		overflow:hidden;
		position: fixed;
		right: 0;
		top: 45px;
	}

	body#cart #sidebarB .sidebar{
		float: right;
	}

	body#cart #sidebar a{
		color: #CFCFCF;
	}


	body#cart #content{
		width: 490px;
		margin: 50px auto;
	}


	body#cart #event-message,
	body#cart #photographer,
	body#cart #sharing,
	body#cart #back-link{
		width: 200px;
		padding: 20px;
		background-color:#000;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 10px;
		box-shadow: 0 0 5px #1F1F1F;
	}


	#back-link a{
		display: block;
		background-color: #1F1F1F;
		padding: 10px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration: none;
		text-align: center;
	}

	body#cart .cart-item-wrapper{
		width: 450px;
		margin: 2px;
	}

	body#cart .cart-item{
		border: 1px solid #4F4F4F;
		background-color: #CFCFCF;
		position: relative;
		padding: 10px 10px 50px 10px;
		color: #000;
		/*height: 120px;*/
	}

	body#cart .cart-item table{
		width: 100%;
	}

	body#cart .cart-item-details{
		vertical-align: top;
		width: 300px;
	}

	body#cart .cart-item-details h1{
		font-size: 18px;
		font-weight: bold;
	}

	body#cart .cart-item-details input{
		width: 30px;
		text-align: right;
		border: 1px solid #2F2F2F;
		padding: 2px;
		float:left;
	}

	body#cart .cart-item-details-qty{
		text-align: center;
	}

	body#cart .cart-item-details span{
		display:block;
		width: 20px;
		height: 20px;
		text-align: center;
		float:left;
		cursor: pointer;
		margin: 0;
		background-color: #666;
		border: 1px solid #000;
	}

	body#cart .cart-item-details span.plus{
		border-right: none;
	}

	body#cart .cart-item-details span.minus{
		border-left: none;
	}

	body#cart .cart-item-details{
		width: 270px;
	}

	body#cart .cart-item-details-product{
		text-align: center;
	}

	body#cart .cart-item-details-total{
		text-align: right;
	}

	body#cart .cart-item-image{
		width: 130px;
		text-align: center;
	}

	body#cart .cart-item-options div{
		position: relative;
		width: 140px;
		height: 165px;
	}

	body#cart .button-options{
		position: absolute;
		bottom: 10px;
		right: 180px;
	}

	body#cart .button-remove{
		position: absolute;
		bottom: 10px;
		right: 00px;
	}

	body#cart .button-crop{
		position: absolute;
		bottom: 10px;
		right: 100px;
	}

	body#cart .button-printoptions{
		position: absolute;
		bottom: 10px;
		right: 280px;
	}

	body#cart .cart-item-options .button-remove span{

	}

	body#cart .cart-item td{

	}

	body#cart #cart-total{
		width: 200px;
		padding: 20px;
		background-color:#000;
		-moz-border-radius: 10px;
		border-radius: 10px;
		float: left;
	}

	body#cart #cart-total .cart-total-items{
		font-size: 18px;
	}

	body#cart #checkout{
		margin-top: 10px;
		float: left;
		display:block;
	}

	.button-checkout{
		margin-left: 5px;
	}

	body#cart .cart-item-details{
		padding: 0px 10px;
	}

	body#cart .cart-item-image{
		border-collapse: separate;
		position: relative;
	}

	body#cart .thumbloading{
		position: absolute;
		top: 75px;
		left: 70px;
	}

	body#cart .cart-item-details table{
		font-size: 1.3em;
	}


	.button.plus,
	.button.minus{

	}

	#paypal-transfer{
		position: absolute;
		top: 40%;
		left: 50%;
		padding: 30px;
		width: 280px;
		margin-left:-150px;
		padding-left: 70px;
		background: #000 url('../images/imageloading.gif') no-repeat 15px 20px;
	}

	#sharing em{
		background:transparent url('../images/share.png') no-repeat 0 0;
		display:block;
		height: 24px;
		width: 24px;
		text-indent: -9999px;
		outline:none;
		float:left;
		margin-right: 8px;
		cursor: pointer;
	}

	#sharing .favlabel{
		
		font-size: 1.3em;
		text-decoration:none;!important;
	}

	#sharing .button-favorites em{
		background-position: -5px -5px;
	}

	#sharing .button-buyprints em{
		background-position: -149px -5px;
		width: 96px;
	}
	#sharing .button-facebook em{
		background-position: -102px -5px;
	}
	#sharing .button-email em{
		background-position: -53px -5px;
	}

	#sharing .button-favorites em:hover{
		background-position: -5px -29px;
	}

	#sharing .button-buyprints em:hover{
		background-position: -149px -29px;
		width: 96px;
	}
	#sharing .button-facebook em:hover{
		background-position: -102px -29px;
	}
	#sharing .button-email em:hover{
		background-position: -53px -29px;
	}
	#sharing .button-favorites a.added em{
		background-position: -5px -53px;
	}


	#content-noimage{
		background-color: #3F3F3F;
		padding: 20px;
		border: 3px solid #2F2F2F;
		width: 500px;
		margin: 20px auto 0;
	}


	#content-noimage h2{
		font-size: 24px;
	}

	#content-noimage p{
		margin-top: 10px;
	}

	#content-noimage .heart, #content-noimage .heartf{
		background:transparent url('../images/share.png') no-repeat 0 0;
		height: 12px;
		width: 24px;
		padding: 15px 4px 0;
		display: inline-block;
		display: -moz-inline-box;
	}

	#content-noimage .heartf{
		background-position: 0px -52px;
	}

	#content-noimage .buy-prints{
		background:transparent url('../images/share.png') no-repeat -145px 0;
		height: 9px;
		width: 101px;
		text-indent: -9999px;
		display: inline-block;
		display: -moz-inline-box;
		padding: 10px 0;
	}

	body.presentation{
		background-color: #fff !important;
		color: #000 !important;
	}


	#presentation_notes *{margin:0;padding:0;}

	#presentation_notes{font-size:12px;width:870px;margin: 0 auto;}
	#presentation_notes textarea{width:600px;}
	#presentation_notes table{width:600px;font-size:12px}
	#presentation_notes th{background-color:#CFCFCF;text-align: left;padding:2px;}


	#presentation_notes td{padding:2px;}
	#presentation_notes .col_date{width:75px;}
	#presentation_notes .col_posted{width:100px;}
	#presentation_notes .col_comment{width:425px;}
	#presentation_notes #btn_addComment{
		float:right;
		padding:4px 6px;
		background-color: #d6e7c6;
		border: 1px solid #B0B0B0;
		border-top: 1px solid #B0B0B0;
		border-right-width: 2px;
		border-bottom-width: 2px;
	}

	#presentator{margin: 0 auto;width:900px;}

	#presentation_notes #comments {width:600px;float:left;}
	#presentation_notes #comments p{margin: 2px 0;}
	#presentation_notes #comments #pageNums-container{float:right;}
	#presentation_notes #comments #notes{width:620px;float:left;overflow-x: auto;margin-top:3px;height:120px;}
	#presentation_notes #buttons {width:260px;float:right;text-align: center;margin-top: 33px;}
	#presentation_notes #buttons #btn_revision{margin-top:30px;padding:4px;}
	#presentation_notes #buttons #btn_production{margin-top:10px;padding:4px;}

	#button-FullScreen{
		background-color: #3572A7;
		padding: 3px 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-shadow: #1F1F1F 1px 1px 0px;
	}
	
	#button-login{
		background-color: #3572A7;
		padding: 3px 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-shadow: #1F1F1F 1px 1px 0px;
	}


	#album-login-button{
		background-color: #3572A7;
		padding: 3px 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		float: right;
	}

	#album-login{
		display:none;
	}

	#album-login-form{
		width: 230px;
		margin: 0 auto;
		background-color:#1F1F1F;
		padding: 20px;
	}

	#album-login-form label{
		float:left;
		clear: both;
		display: block;
		padding: 8px 0;
	}

	#album-login-form span{
		display: block;
	}

	#album-login-form input{
		border: 1px solid #888;
		padding: 3px;
		width: 220px;
	}

	#album-login-form button{
		padding: 3px 10px;
		border: none;
		font-size: 12px;
		border-width: 1px;
		border-style: solid;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-decoration: none;
		float: right;
		text-shadow: #1F1F1F 1px 1px 0px;
	}

	#album-login-form #login_error {
		display: none;
		background: red;
		color: #FFF;
	}


	#approve_confirm{
		text-align: center;
		font-size: 14px;
	}

	#approve_confirm p{
		margin: 10px 0;
	}

	#approve_confirm button{
		background-color: #CECECE;
		padding: 3px 10px;
		text-decoration: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: none;
	}

	body.presentation button ,body.presentation_lc button {
		background-color: #CECECE;
		padding: 3px 10px;
		color: #000;
		text-decoration: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: none;
	}