html {

}

div.member-body img {
	border: none;
}

.noborder {
	border: none !important;
}

body {
	position: relative;
}

h2 {
	margin-bottom: 5px;
}

p {

}

a {
  outline: none;
}

form, tr, th, td {
	border: none;
	padding: 0px;
	margin: 0px;
}

label {
	font-size: 85%;
}

fieldset {
	margin: 0px;
}

input[type=text],
input[type=password] {
	padding-top: 3px;
	padding-left: 3px;
	height: 17px;
}

textarea {
	height: 60px;
	padding: 3px;
	overflow: auto;
}

input[type=button], input[type=submit] {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #d6313c;
	padding: 6px 8px 6px 7px;
	line-height: 1.4em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type=button]:disabled, input[type=submit]:disabled {
	cursor: auto;
}

#doc4 ul.nb {
	height: 30px;
	margin: 0px;
	display: inline-block;
}

#doc4 .nb span:before {
   content: "";
   float: left;
   width: 15px;
   height: 15px;
   margin: 0 7px 0 0;
}

#doc4 .nb.right span:before {
   content: "";
   float: right;
   width: 15px;
   height: 15px;
   margin: 0 0px 0 7px;
}

#doc4 .nb li span,
#doc4 .nb li span:hover,
#doc4 .nb li span:active {
	text-decoration: none;
}

#doc4 .nb li {
	display: inline-block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 6px 8px 6px 7px;
	line-height: 1.4em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#doc4 .nb li.nbdisabled {
	cursor: auto;
}

table.data {
	margin-bottom: 20px;
}

table.data td {
	padding: 3px;
	padding-right: 20px;
}

.opacity-50 img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/* HEADER SECTION */

#hd-wrapper {
	height: 4.62em;		/* non-IE */
	*height: 4.50em;	/* IE */
	margin-bottom: 0.78em;
	*margin-bottom: 0.75em;
}

#hd-wrapper .header-main-wrapper {
	position: relative;
	height: 3.85em;
	*height: 3.75em;
	
	overflow: hidden;
}

#hd-wrapper .header-main-wrapper .nav-wrapper {
	
}

.yui-t3 #hd-wrapper .header-main-wrapper .nav-wrapper a {
	margin-left: 0.62em;
	*margin-left: 0.60em;
}

.yui-t6 #hd-wrapper .header-main-wrapper .nav-wrapper a {
	margin-right: 0.62em;
	*margin-right: 0.60em;
}

#hd-wrapper .header-main-wrapper .username-wrapper {
	position: absolute;
	top: 15px;
	font-size: 85%;
}

#hd-wrapper .header-main-wrapper #logo-wrapper {
	position: absolute;
	bottom: -50px;
}

#logo-wrapper a img {
	position: absolute;
	bottom: 0px;
}

#hd-wrapper .header-main-wrapper #logo-wrapper a,
#hd-wrapper .header-main-wrapper #logo-wrapper a:hover {
	color: inherit;
	text-decoration: none;
}

#hd-wrapper .header-main-wrapper #logo-wrapper h1 {
	font-size: 20px;
	width: 300px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.yui-t3 #hd-wrapper .header-main-wrapper #logo-wrapper h1 {
	text-align: left;
}

.yui-t6 #hd-wrapper .header-main-wrapper #logo-wrapper h1 {
	text-align: right;
}

.yui-t3 #hd-wrapper .header-main-wrapper .username-wrapper a {
	margin-left: 0.62em;
	*margin-left: 0.60em;
}

.yui-t6 #hd-wrapper .header-main-wrapper .username-wrapper a {
	margin-right: 0.62em;
	*margin-right: 0.60em;
}

#hd-wrapper .header-main-wrapper .nav-wrapper {
	position: absolute;
	bottom: 0px;
}

.yui-t3 #hd-wrapper .header-main-wrapper .username-wrapper {
	right: 0px;
}

.yui-t3 #hd-wrapper .header-main-wrapper .nav-wrapper {
	right: 0px;
}

.yui-t6 #hd-wrapper .header-main-wrapper .username-wrapper {
	left: 0px;
}

.yui-t6 #hd-wrapper .header-main-wrapper .nav-wrapper {
	left: 0px;
}

#hd-wrapper .header-baseline-wrapper {
	height: 0.77em;
	*height: 0.75em; 
}

#hd-wrapper .header-baseline-wrapper .baseline-top {
	margin-top: 8px;
  	height:  1px;
}

#hd-wrapper .header-baseline-wrapper .baseline-bottom {
	margin-top: 0px;
  	height:  1px;
}

/* BODY SECTION */

#bd {
	
}

#bd p {
	font-size: 97%;
}

#bd h1 {
	margin-top: 0px;
	font-size: 140%;
}

#bd .contact-wrapper {
	word-wrap: break-word;
}

#bd .body-wrapper {
	position: relative;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#bd .text-wrapper {
	word-wrap: break-word;
}

#bd .text-wrapper img {
	
}

/* LOGIN PAGE SPECIFICS */

#login-register-wrapper {
	margin-top: 40px;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#login-register-wrapper input[type=text],
#login-register-wrapper input[type=password] {
	display: block;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 10px;
}

#login-register-wrapper label {

}

#login-register-wrapper td {
	padding-right: 20px;
}

#login-register-wrapper #login-wrapper {
	float: left;
	width: 200px;
	padding-right: 20px;
	border-right: 1px solid #fff;
}

#login-register-wrapper #login-wrapper input[type=submit] {
	margin-top: 20px;	
}

#login-register-wrapper #register-wrapper {
	float: right;
	width: 330px;
}

/* HOME PAGE SPECIFICS */

.home-text-wrapper {

}

.yui-t3 .home-text-wrapper .yui-b {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.yui-t6 .home-text-wrapper .yui-b {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.home-coverimage {
	text-align: center;
}

.home-coverimage img {
	max-width: 650px;
}

.yui-t3 .home-coverimage {
	float: right;
}

.yui-t6 .home-coverimage {
	float: left;
}

/* ABOUT PAGE SPECIFICS */
#bd .yui-t2 .about-text-wrapper {
	margin-left: 0px;
}

#bd .yui-t4 .about-text-wrapper {
	margin-right: 0px;
}

#bd .yui-t4 .contact-wrapper {
	text-align: right;	
}

#bd .yui-t2 .about-text-wrapper img.about-image {
	float: right;
	max-width: 972px;
	max-height: 972px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#bd .yui-t4 .about-text-wrapper img.about-image {
	float: left;
	max-width: 972px;
	max-height: 972px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#bd .yui-b .cp-2-image img {
	max-width: 780px !important;
}

/* SERVICES PAGE SPECIFICS */

#bd .yui-t2 .services-text-wrapper {
	margin-left: 0px;
}

#bd .yui-t4 .services-text-wrapper {
	margin-right: 0px;
}

#bd .yui-t2 .services-text-wrapper img.services-image {
	float: right;
	max-width: 300px;
	max-height: 300px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#bd .yui-t4 .services-text-wrapper img.services-image {
	float: left;
	max-width: 300px;
	max-height: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* CUSTOM PAGE 4 SPECIFICS */
.cp-3-wrapper {
	
}

.cp-3-wrapper .cp-3-image {
	text-align: center;
}

.cp-3-wrapper .cp-3-image img {
	max-width: 972px;
}

.cp-3-wrapper .cp-3-text {
	margin-top: 15px;
}

.cp-3-wrapper .cp-3-text.left {
	text-align: left;
}

.cp-3-wrapper .cp-3-text.center {
	text-align: center;
}

.cp-3-wrapper .cp-3-text.right {
	text-align: right;
}

/* GALLERY AUTH PAGE SPECIFICS */

#bd .album-auth-preview-image {
	width: 185px;
}

#bd .album-auth-details {
	margin-left: 20px;
	width:  400px;
}

#bd .album-auth-preview-image img {
	width: 183px;
	height: 183px;
	margin-left: 0px;
	margin-right: 0px;
}

/* PORTFOLIO PAGE SPECIFICS */

.image-holder {
	font-size: 0px;
}

.album-details-preview-image.empty {

}

.album-details-preview-image.empty .image-holder img {
	width: 100% !important;
	border: none !important;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#portfolio-01 .album-list-wrapper {

}

#portfolio-01 .album-list-wrapper.left {
	text-align: left;
}

#portfolio-01 .album-list-wrapper.center {
	text-align: center;
}

#portfolio-01 .album-list-wrapper.right {
	text-align: right;
}

#portfolio-01 #album-list-row.left {
	float: left;
}

#portfolio-01 #album-list-row.center {
	margin-left: auto;
	margin-right: auto;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-1 {
	width: 100px;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-2 {
	width: 210px;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-3 {
	width: 319px;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-4 {
	width: 428px;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-5 {
	width: 537px;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-6 {
	width: 646px;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-7 {
	width: 755px;
}

#portfolio-01 .album-list-wrapper.nine #album-list-row.center.single-8 {
	width: 864px;
}

#portfolio-01 .album-list-wrapper.five #album-list-row.center.single-1 {
	width: 185px;
}

#portfolio-01 .album-list-wrapper.five #album-list-row.center.single-2 {
	width: 383px;
}

#portfolio-01 .album-list-wrapper.five #album-list-row.center.single-3 {
	width: 580px;
}

#portfolio-01 .album-list-wrapper.five #album-list-row.center.single-4 {
	width: 777px;
}

#portfolio-01 .album-list-wrapper.four #album-list-row.center.single-1 {
	width: 235px;
}

#portfolio-01 .album-list-wrapper.four #album-list-row.center.single-2 {
	width: 482px;
}

#portfolio-01 .album-list-wrapper.four #album-list-row.center.single-3 {
	width: 728px;
}

#portfolio-01 .album-list-wrapper.three #album-list-row.center.single-1 {
	width: 300px;
}

#portfolio-01 .album-list-wrapper.three #album-list-row.center.single-2 {
	width: 637px;
}

#portfolio-01 .album-list-wrapper.two #album-list-row.center.single-1 {
	width: 450px;
}

#portfolio-01 #album-list-row.right {
	float: right;
}

#portfolio-01 .album-list-wrapper table,
#portfolio-01 .album-list-wrapper td {
	margin: 0px;
	padding: 0px;
}

#portfolio-01 .album-list-wrapper .album-details-box.two {
	float: left;
	width: 450px;
	min-height: 450px;
  	height:auto !important;
  	height: 450px;
  	
	margin-right: 5.69em;
	*margin-right: 5.51em;
	margin-bottom: 5.69em;
	*margin-bottom: 5.51em;
	overflow: hidden; 
}

#portfolio-01 .album-list-wrapper .album-details-box.three {
	float: left;
	width: 300px;
	min-height: 300px;
  	height:auto !important;
  	height: 300px;
  	
	margin-right: 2.84em;
	*margin-right: 2.75em;
	margin-bottom: 2.84em;
	*margin-bottom: 2.75em;
	overflow: hidden; 
}

#portfolio-01 .album-list-wrapper .album-details-box.four {
	float: left;
	width: 235px;
	min-height: 235px;
  	height:auto !important;
  	height: 235px;
  	
	margin-right: 0.872em;
	*margin-right: 0.845em;
	margin-bottom: 0.872em;
	*margin-bottom: 0.845em;
	overflow: hidden; 
}

#portfolio-01 .album-list-wrapper .album-details-box.five {
	float: left;
	width: 185px;
	min-height: 185px;
  	height:auto !important;
  	height: 185px;
  	
	margin-right: 0.94em;
	*margin-right: 0.92em;
	margin-bottom: 0.94em;
	*margin-bottom: 0.92em;
	overflow: hidden;
}

#portfolio-01 .album-list-wrapper .album-details-box.nine {
	float: left;
	width: 100px;
	min-height: 100px;
  	height:auto !important;
  	height: 100px;
  	
	margin-right: 0.7em;
	*margin-right: 0.675em;
	margin-bottom: 0.7em;
	*margin-bottom: 0.675em;
	overflow: hidden;
}

#portfolio-01 .album-list-wrapper .album-details-box h2 {
	margin-top: 5px;
	font-size: 105%;
}

#portfolio-01 .album-list-wrapper .album-details-box h2.left {
	text-align: left;	
}

#portfolio-01 .album-list-wrapper .album-details-box h2.center {
	text-align: center;
}

#portfolio-01 .album-list-wrapper .album-details-box h2.right {
	text-align: center;
}

#portfolio-01 .album-list-wrapper .album-details-box p {
	margin-top: 10px;
	font-size: 90%;
}

#portfolio-01 .album-list-wrapper .album-details-box p.left {
	text-align: left;
}

#portfolio-01 .album-list-wrapper .album-details-box p.center {
	text-align: center;	
}

#portfolio-01 .album-list-wrapper .album-details-box p.justified {
	text-align: justify;
}

#portfolio-01 .album-list-wrapper .album-details-box p.right {
	text-align: right;
}

#portfolio-01 .album-list-wrapper .album-details-box.last {
	margin-right: 0px !important;
}

#portfolio-01 .album-list-wrapper .album-details-box.two .album-details-preview-image {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 450px;
}

#portfolio-01 .album-list-wrapper.square .album-details-box.two .album-details-preview-image img {
	width: 448px;
	height: 448px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper.native .album-details-box.two .album-details-preview-image img {
	max-width: 448px;
	max-height: 448px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper .album-details-box.three .album-details-preview-image {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 300px;
	height: 300px;
}

#portfolio-01 .album-list-wrapper.square .album-details-box.three .album-details-preview-image img {
	width: 298px;
	height: 298px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper.native .album-details-box.three .album-details-preview-image img {
	max-width: 298px;
	max-height: 298px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper .album-details-box.four .album-details-preview-image {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 234px;
	height: 234px;
}

#portfolio-01 .album-list-wrapper.square .album-details-box.four .album-details-preview-image img {
	width: 232px;
	height: 232px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper.native .album-details-box.four .album-details-preview-image img {
	max-width: 232px;
	max-height: 232px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper .album-details-box.five .album-details-preview-image {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 185px;
	height: 185px;
}

#portfolio-01 .album-list-wrapper.square .album-details-box.five .album-details-preview-image img {
	width: 183px;
	height: 183px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper.native .album-details-box.five .album-details-preview-image img {
	max-width: 183px;
	max-height: 183px;
	margin-left: 0px;
	margin-right: 0px;
}


#portfolio-01 .album-list-wrapper .album-details-box.nine .album-details-preview-image {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 100px;
}

#portfolio-01 .album-list-wrapper.square .album-details-box.nine .album-details-preview-image img {
	width: 98px;
	height: 98px;
	margin-left: 0px;
	margin-right: 0px;
}

#portfolio-01 .album-list-wrapper.native .album-details-box.nine .album-details-preview-image img {
	max-width: 98px;
	max-height: 98px;
	margin-left: 0px;
	margin-right: 0px;
}

/* ALBUM LIST PAGE 2 SPECIFICS */

#portfolio-02 .album-list-wrapper-2 {
	
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 {
	float: left;
	width: 316px;

  	height:auto !important;
  	height: 270px;
  	
	margin-right: 0.94em;
	*margin-right: 0.92em;
	margin-bottom: 0.94em;
	*margin-bottom: 0.92em;
	overflow: hidden;
}

#portfolio-02 .album-list-wrapper-2 .last {
	margin-right: 0px !important;
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 h2 {
	float: left;
	width: 64%;
	margin-top: 5px;
	font-size: 105%;
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 h2.left {
	text-align: left;	
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 h2.center {
	text-align: center;
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 h2.right {
	text-align: center;
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 p {
	float: left;
	width: 64%;
	font-size: 90%;
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 p.left {
	text-align: left;
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 p.center {
	text-align: center;	
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 p.justified {
	text-align: justify;
}

#portfolio-02 .album-list-wrapper-2 .album-details-box-2 p.right {
	text-align: right;
}

#portfolio-02 .album-list-wrapper-2 .album-details-preview-image-2 {
	position: relative;
	float: left;
	height: 100px;
	margin-right: 10px;
}

#portfolio-02 .album-list-wrapper-2 .album-details-preview-image-2 img {
	width: 98px;
	height: 98px;
	margin-left: 0px;
	margin-right: 0px;
}

/* ALBUM LIST PAGE 3 SPECIFICS */

#portfolio-03 {

}

/* LIGHTBOX LAYOUT */
#portfolio-detail-00 .top-half {
	position: relative;
	height: 440px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#portfolio-detail-00 .top-half .left {
	position: relative;
	float: left;
	width: 660px;
}

#portfolio-detail-00 .top-half .image-button,
#portfolio-detail-00 .top-half .image-button:hover,
#portfolio-detail-00 .top-half .image-button:active {
	position: absolute;
	top: 1px;
	
	height: 438px;
	width: 100px;
	z-index: 1001;
	
	cursor: pointer;

	background-color: #222;
	background-image: url(/images/image-nav-sprite-greys-anatomy.png);
	background-repeat: no-repeat;

	opacity: 0.3;
}

#portfolio-detail-00 .top-half #image-prev.image-button {
	left: 1px;
	background-position: -90px 202px;
}

#portfolio-detail-00 .top-half #image-next.image-button {
	right: 1px;
	background-position: -380px 202px;
}

#portfolio-detail-00 .image-list-preview-area {
	position: relative;
	text-align: center;
	overflow: hidden;
	
	max-width: 660px;
	min-width: 660px;
	width: 660px;
	
	min-height: 440px;
  	height: 440px;
}

#portfolio-detail-00 .image-list-preview-wrapper {
	height: 438px;
	width: 658px;
}

#portfolio-detail-00 #image-preview-holder {
	height: 438px;
	width: 658px;
	display: table-cell;
	vertical-align: middle;	
}

#portfolio-detail-00 .top-half .right {
	float: right;
	height: 440px;
	width: 300px;
	position: relative;
}

#portfolio-detail-00 #thumbnail-loader {
	position: absolute;
	top: 204px;
	right: 118px;
	width: 64px;
	height: 32px;
}

#portfolio-detail-00 #image-loader {
	position: absolute;
	top: 204px;
	left: 298px;
	width: 64px;
	height: 32px;
	z-index: 1;
}

#portfolio-detail-00 .thumbnail-holders{

}

#portfolio-detail-00 .image-list-thumbnail-area {
	width: 300px;
	position: absolute;
	left: 0;
	/*bottom: 0;*/
}

#portfolio-detail-00 .image-list-thumbnail-wrapper {
	position: relative;
	float: right;
	width: 55px;
	height: 55px;
	margin-left: 6px;
}

#portfolio-detail-00 .image-list-thumbnail-area .last {
	margin-left: 0px !important;
}

#portfolio-detail-00 .image-list-thumbnail-wrapper img {
	width: 53px;
	height: 53px;
	min-width: 53px;
	min-height: 53px;
	margin: 0px;
	overflow: hidden;
	font-size: 0em;
	color: transparent;
	opacity: 0.5;
	filter: alpha(opacity=50);	
}

#portfolio-detail-00 .image-list-thumbnail-wrapper img.current {
	width: 51px;
	height: 51px;
	min-width: 51px;
	min-height: 51px;
	opacity: 1;
	filter: alpha(opacity=100);
	border-width: 2px;
}

#portfolio-detail-00 .bottom-half {
	min-height: 150px;
}

#portfolio-detail-00 .bottom-half .left {
	float: left;
	width: 660px;
}

#portfolio-detail-00 .bottom-half .right {
	float: right;
	width: 300px;
}

#portfolio-detail-00 .image-list-thumbnail-nav-area #but-previous {
	float: left;
	margin-right: 5px;
}

#portfolio-detail-00 .details-holder {
	position: relative;
	width: 100%;
}

#portfolio-detail-00 .details-holder .left {
	float: left;
	width: 400px;
}

#portfolio-detail-00 .details-holder .right {
	float: right;
	width: 230px;
}

#portfolio-detail-00 .image-list-thumbnail-nav-area #but-next {
	float: right;
	margin-right: 0px;
	font-weight: normal;
}

#portfolio-detail-00 .details-holder .image-title {
	height: 30px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 11px;
}

#portfolio-detail-00 .details-holder .image-title h1 {
	margin: 0;
}

#portfolio-detail-00 .details-holder .image-description {
	margin-bottom: 20px;
}

#portfolio-detail-00 .details-holder .unique-link {
	margin-bottom: 2px;
}

#portfolio-detail-00 .details-holder #image-tags p {
	margin: 0 !important;
}

#portfolio-detail-00 .details-holder .image-comment-wrapper {
	float: left;
	width: 410px;
	margin-top: 20px;
}

#portfolio-detail-00 .image-comment-add-wrapper {
	width: 420px;
}

#portfolio-detail-00 .image-comments h3 {
	margin: 0;
	margin-bottom: 5px;
}

#portfolio-detail-00 .image-comment-heading a {
	font-weight: bold;
}

#portfolio-detail-00 .image-comments .image-comment {
	margin-top: 10px;
	margin-bottom: 20px;
}

#portfolio-detail-00 p {
	font-size: 12px;
	line-height: 18px;
}

#portfolio-detail-00 .image-comments p.comment-author {
	margin: 0;
	font-weight: bold;
}

#portfolio-detail-00 .image-comments p.comment-date {
	margin: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-bottom: 5px;
}

#portfolio-detail-00 .image-comments p.comment-text {
	margin: 0;
}

#portfolio-detail-00 .image-comments .field-wrapper.text {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#portfolio-detail-00 .image-comments .field-wrapper.text label {
	display: block;
	margin-bottom: 5px;
}

#portfolio-detail-00 .image-comments .field-wrapper.submit {
	margin-top: 10px;
}

#portfolio-detail-00 .image-comments .field-wrapper.text input[type=text] {
	width: 175px;
}

#portfolio-detail-00 .image-comments textarea {
	width: 400px;
	height: 100px;
}

#portfolio-detail-00 .image-comments input[type=submit] {
	margin-top: 5px;
}

#portfolio-detail-00 .field-wrapper.submit>div {
	line-height: 30px;
}














#portfolio-detail-00 .image-list-side-2 h1 {
	font-size: 160%;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

#portfolio-detail-00 .image-list-side-2 h2 {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#portfolio-detail-00 .image-list-side-2 p {
	font-size: 95%;
	width: 96%;
}

#portfolio-detail-00 .image-list-side-2 p.tag-list {
	font-size: 100%;
	margin-bottom: 8px;
	line-height: 1.4em;
}

#portfolio-detail-00 .image-list-side-2 #image-tags .chosen-tag {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#portfolio-detail-00 .image-list-side-2 #image-tags .link-clear-tags {
	text-decoration: underline;
	font-style: italic;
}

#portfolio-detail-00 .image-list-preview-area img {
	max-width: 658px;
	max-height: 438px;
	border: none !important;
}

#portfolio-detail-00 .image-list-preview-area #loading-preview {
	width: 150px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 254px;
	top: 0;
	
	z-index: 1001; 
}

#portfolio-detail-00 .image-list-preview-area p {
	text-align: center;
	margin-top: 190px;
}

#portfolio-detail-00 .image-list-detail-area {
	width: 300px;
}

#portfolio-detail-00 .image-list-thumbnail-wrapper .thumbnail-in-cart {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1;
}

#portfolio-detail-00 .image-list-thumbnail-wrapper .thumbnail-in-lightbox {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1; 
}

#portfolio-detail-00 .image-list-thumbnail-nav-area {
	
}

#portfolio-detail-00 .image-list-thumbnail-nav-area .curr-page { 
	border: none !important;
	background: none !important;
}

#portfolio-detail-00 .image-list-thumbnail-nav-area #but-previous { 
	/*float: left;
	margin-right: 2px;*/
	font-weight: normal;
}

#portfolio-detail-00 .image-list-thumbnail-nav-area .image-list-page-button { 
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	min-width: 23px;
}

/* IMAGE LIST PAGE SPECIFICS */

#portfolio-detail-01 .top-half {
	margin-bottom: 15px;
}

#portfolio-detail-01 .image-list-side-1 {
	width: 660px;
	position: relative;
}

#portfolio-detail-01 .image-list-side-2 {
	position: relative;
	width: 283px;
	min-height: 440px;
}

#portfolio-detail-01.preview-right .image-list-side-1 {
	float: right;
}

#portfolio-detail-01.preview-right .image-list-side-2 {
	float: left;
}

#portfolio-detail-01.preview-left .image-list-side-1 {
	float: left;
}

#portfolio-detail-01.preview-left .image-list-side-2 {
	float: right;
}

#portfolio-detail-01 #details {
	position: relative;
	height: 204px;
	overflow-y: auto;
	overflow-x: hidden;
}

#portfolio-detail-01.preview-right #social {
	min-width: 55px;
	position: absolute;
	top: 40px;
	right: 0;
}

#portfolio-detail-01.preview-left #social {
	min-width: 55px;
	margin-bottom: 10px;
}

#portfolio-detail-01.preview-right #social {
	float: right;
}

#portfolio-detail-01.preview-left #social {
	float: left;	
}

#portfolio-detail-01 #social .tb-wrapper {
	float: left;
	width: 81px;
}

#portfolio-detail-01 #social .fb-wrapper {
	float: left;
	width: 75px;
}

#portfolio-detail-01 #social .tw-wrapper {
	float: left;
	width: 75px;
}

#portfolio-detail-01 #social .gp-wrapper {
	float: left;
	width: 61px;
}

#portfolio-detail-01.preview-right #social .tb-wrapper {
	margin-left: 10px;
}

#portfolio-detail-01.preview-right #social .fb-wrapper {
	margin-left: 10px;
}

#portfolio-detail-01.preview-right #social .tw-wrapper {
	margin-left: 10px;
}

#portfolio-detail-01.preview-right #social .gp-wrapper {
	margin-left: 10px;
}

#portfolio-detail-01.preview-left #social .tb-wrapper {
	margin-right: 10px;
}

#portfolio-detail-01.preview-left #social .fb-wrapper {
	margin-right: 10px;
}

#portfolio-detail-01.preview-left #social .tw-wrapper {
	margin-right: 10px;
}

#portfolio-detail-01.preview-left #social .gp-wrapper {
	margin-right: 10px;
}

#portfolio-detail-01 .image-label-and-description {

}

#portfolio-detail-01 .image-description {

}

#portfolio-detail-01 .image-description p {
	font-size: 12px !important;
	line-height: 18px !important;
}

#portfolio-detail-01 .image-description.small {

}

#portfolio-detail-01 .image-description.large {

}

#portfolio-detail-01 .image-list-side-2 p {
	font-size: 95%;
	width: 96%;
}

#portfolio-detail-01 .image-list-side-2 .image-tags {
	margin: 0;
}

#portfolio-detail-01 .tag {
	float: left;
	height: 20px;
	padding: 0px 3px 0px 3px;
}

#portfolio-detail-01 .tag a:hover {
	text-decoration: none;
}

#portfolio-detail-01 .image-list-side-2 .tag.chosen-tag {
	border: none !important;
}

#portfolio-detail-01 .tag-icon {
	background-position: -104px -27px;
	width: 11px;
	height: 15px;
	display: inline-block;
}

#portfolio-detail-01 .image-list-side-2 #image-tags .link-clear-tags {
	text-decoration: underline;
	font-style: italic;
}

#portfolio-detail-01 .unique-and-tags {

}

#portfolio-detail-01 #thumbnail-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 226px;
	margin-top: 10px;
}

#portfolio-detail-01 #thumbnail-loader {
	position: absolute;
	top: 300px;
	left: 110px;
	width: 64px;
	height: 32px;
}

#portfolio-detail-01 .thumbnail-holders {
	height: 226px;
}

#portfolio-detail-01 .image-list-thumbnail-wrapper {
	position: relative;
	float: left;
	width: 53px;
	height: 53px;
	margin-right: 2px;
	margin-bottom: 2px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#portfolio-detail-01 .image-list-thumbnail-wrapper.current {
	width: 51px;
	height: 51px;
	border-width: 2px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#portfolio-detail-01 .image-list-thumbnail-wrapper.last {
	margin-right: 0px !important;
}

#portfolio-detail-01 .image-list-thumbnail-wrapper.bottom {
	margin-bottom: 0px !important;
}

#portfolio-detail-01 .image-list-thumbnail-wrapper img {
	width: 53px;
	height: 53px;
	min-width: 53px;
	min-height: 53px;
	margin: 0px;
	overflow: hidden;
	font-size: 0em;
	color: transparent;
	border: none !important;
}

#portfolio-detail-01 .image-list-thumbnail-wrapper.current img {
	width: 51px;
	height: 51px;
	min-width: 51px;
	min-height: 51px;
}

#portfolio-detail-01 #image-loader {
	position: absolute;
	top: 204px;
	left: 298px;
	width: 64px;
	height: 32px;
	z-index: 1;
}

#portfolio-detail-01 .image-list-preview-area {
	position: relative;
	text-align: center;
	overflow: hidden;
	
	max-width: 660px;
	min-width: 660px;
	width: 660px;
	
	min-height: 440px;
  	height: 440px;
}

#portfolio-detail-01 .image-list-preview-wrapper {
	height: 438px;
	width: 658px;
}

#portfolio-detail-01 .image-list-preview-area img {
	max-width: 658px;
	max-height: 438px;
	border: none !important;
}

#portfolio-detail-01 #image-preview-holder {
	height: 438px;
	width: 658px;
	display: table-cell;
	vertical-align: middle;
}

#portfolio-detail-01 .top-half .image-button,
#portfolio-detail-01 .top-half .image-button:hover,
#portfolio-detail-01 .top-half .image-button:active {
	position: absolute;
	top: 1px;
	
	height: 438px;
	width: 100px;
	z-index: 1001;
	
	cursor: pointer;

	background-color: #222;
	background-image: url(/images/image-nav-sprite-greys-anatomy.png);
	background-repeat: no-repeat;

	opacity: 0.3;
}

#portfolio-detail-01 .top-half #image-prev.image-button {
	left: 1px;
	background-position: -90px 202px;
}

#portfolio-detail-01 .top-half #image-next.image-button {
	right: 1px;
	background-position: -380px 202px;
}

#portfolio-detail-01 .bottom-half {
	position: relative;
}

#portfolio-detail-01 .bottom-top {
	margin-bottom: 15px;
}

#portfolio-detail-01 #thumbnail-nav {
	width: 283px;
}

#portfolio-detail-01 #thumbnail-nav .image-list-page-button {
	width: 24px;
	margin: 0px !important;
	margin-left: 1px !important;
	text-align: center;
}

#portfolio-detail-01.preview-right #thumbnail-nav {
	float: left;
}

#portfolio-detail-01.preview-left #thumbnail-nav {
	float: right;
}

#portfolio-detail-01 #actions {
	max-width: 660px;
}

#portfolio-detail-01.preview-right #actions {
	float: right;
}

#portfolio-detail-01.preview-left #actions {
	float: left;
}

#portfolio-detail-01.preview-right #actions .nb {
	float: right;
	margin-left: 5px;
}

#portfolio-detail-01.preview-left #actions .nb {
	float: right;
	margin-right: 5px;
}


















#portfolio-detail-01 .image-list-side-2 h1 {
	font-size: 160%;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

#portfolio-detail-01 .image-list-side-2 h2 {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#portfolio-detail-01 .image-list-preview-area #loading-preview {
	width: 150px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 254px;
	top: 0;
	
	z-index: 1001; 
}

#portfolio-detail-01 .comments-wrapper {
	position: relative;
	width: 410px;
}

#portfolio-detail-01 .comment-wrapper .image-comment-wrapper {
	float: left;
	width: 410px;
}

#portfolio-detail-01 .image-comment-add-wrapper {
	width: 420px;
}

#portfolio-detail-01 .image-comments h3 {
	margin: 0;
	margin-bottom: 5px;
}

#portfolio-detail-01 .image-comment-heading a {
	font-weight: bold;
}

#portfolio-detail-01 .image-comments .image-comment {
	margin-top: 10px;
	margin-bottom: 20px;
}

#portfolio-detail-01 .image-comments p.comment-author {
	margin: 0;
	font-weight: bold;
}

#portfolio-detail-01 .image-comments p.comment-date {
	margin: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#portfolio-detail-01 .image-comments p.comment-text {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

#portfolio-detail-01 .image-comments .field-wrapper.text {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#portfolio-detail-01 .image-comments .field-wrapper.text label {
	display: block;
	margin-bottom: 5px;
}

#portfolio-detail-01 .image-comments .field-wrapper.submit {
	margin-top: 10px;
}

#portfolio-detail-01 .image-comments .field-wrapper.text input[type=text] {
	width: 175px;
}

#portfolio-detail-01 .image-comments textarea {
	width: 400px;
	height: 100px;
}

#portfolio-detail-01 .image-comments input[type=submit] {
	margin-top: 5px;
}

#portfolio-detail-01 .field-wrapper.submit>div {
	line-height: 30px;
}

/* IMAGE LIST LAYOUT 2 */
#portfolio-detail-02 .top-half {
	margin-bottom: 15px;
}

#portfolio-detail-02 .gallery-title {
	margin-bottom: 10px;
}

#portfolio-detail-02 .image-list-side-1 {
	width: 850px;
	position: relative;
}

#portfolio-detail-02 .image-list-side-2 {
	position: relative;
	width: 111px;
	min-height: 440px;
}

#portfolio-detail-02.preview-right .image-list-side-1 {
	float: right;
}

#portfolio-detail-02.preview-right .image-list-side-2 {
	float: left;
}

#portfolio-detail-02.preview-left .image-list-side-1 {
	float: left;
}

#portfolio-detail-02.preview-left .image-list-side-2 {
	float: right;
}

#portfolio-detail-02 #details {
	width: 400px;
}

#portfolio-detail-02 .image-label-and-description {

}

#portfolio-detail-02 .image-label {
	margin-bottom: 5px;
}

#portfolio-detail-02 .image-label h1 {
	margin: 0;
}

#portfolio-detail-02 .image-description {

}

#portfolio-detail-02 .image-description p {
	font-size: 12px !important;
	line-height: 18px !important;
}

#portfolio-detail-02 .image-description.small {

}

#portfolio-detail-02 .image-description.large {

}

#portfolio-detail-02 p {
	font-size: 95%;
	width: 96%;
}

#portfolio-detail-02 .image-tags {
	margin: 0;
}

#portfolio-detail-02 .tag {
	float: left;
	height: 20px;
	padding: 0px 3px 0px 3px;
}

#portfolio-detail-02 .tag a:hover {
	text-decoration: none;
}

#portfolio-detail-02 .tag.chosen-tag {
	border: none !important;
}

#portfolio-detail-02 .tag-icon {
	background-position: -104px -27px;
	width: 11px;
	height: 15px;
	display: inline-block;
}

#portfolio-detail-02 #image-tags .link-clear-tags {
	text-decoration: underline;
	font-style: italic;
}

#portfolio-detail-02 .unique-and-tags {

}

#portfolio-detail-02 #thumbnail-holder {
	height: 567px;
}

#portfolio-detail-02 #thumbnail-loader {
	position: absolute;
	top: 265px;
	left: 23px;
	width: 64px;
	height: 32px;
}

#portfolio-detail-02 .thumbnail-holders {
	height: 567px;
}

#portfolio-detail-02 .image-list-thumbnail-wrapper {
	position: relative;
	float: left;
	width: 52px;
	height: 52px;
	margin-right: 3px;
	margin-bottom: 3px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#portfolio-detail-02 .image-list-thumbnail-wrapper.current {
	width: 50px;
	height: 50px;
	border-width: 2px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#portfolio-detail-02 .image-list-thumbnail-wrapper.last {
	margin-right: 0px !important;
}

#portfolio-detail-02 .image-list-thumbnail-wrapper.bottom {
	margin-bottom: 0px !important;
}

#portfolio-detail-02 .image-list-thumbnail-wrapper img {
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	margin: 0px;
	overflow: hidden;
	font-size: 0em;
	color: transparent;
	border: none !important;
}

#portfolio-detail-02 .image-list-thumbnail-wrapper.current img {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}

#portfolio-detail-02 #image-loader {
	position: absolute;
	top: 267px;
	left: 393px;
	width: 64px;
	height: 32px;
	z-index: 1;
}

#portfolio-detail-02 .image-list-preview-area {
	position: relative;
	text-align: center;
	overflow: hidden;
	
	max-width: 850px;
	min-width: 850px;
	width: 850px;
	
	min-height: 567px;
  	height: 567px;
}

#portfolio-detail-02 .image-list-preview-wrapper {
	height: 565px;
	width: 848px;
}

#portfolio-detail-02 .image-list-preview-area img {
	max-width: 848px;
	max-height: 565px;
	border: none !important;
}

#portfolio-detail-02 #image-preview-holder {
	height: 567px;
	width: 850px;
	display: table-cell;
	vertical-align: middle;
}

#portfolio-detail-02 .top-half .image-button,
#portfolio-detail-02 .top-half .image-button:hover,
#portfolio-detail-02 .top-half .image-button:active {
	position: absolute;
	top: 1px;
	
	height: 565px;
	width: 100px;
	z-index: 1001;
	
	cursor: pointer;

	background-repeat: no-repeat;

	opacity: 0.3;
}

#portfolio-detail-02 .top-half #image-prev.image-button {
	left: 1px;
	background-position: -90px 265px;
}

#portfolio-detail-02 .top-half #image-next.image-button {
	right: 1px;
	background-position: -380px 265px;
}

#portfolio-detail-02 .bottom-half {
	position: relative;
}

#portfolio-detail-02 .bottom-top {
	margin-bottom: 15px;
}

#portfolio-detail-02.preview-right #social {
	min-width: 55px;
	position: absolute;
}

#portfolio-detail-02.preview-left #social {
	min-width: 55px;
	display: block;
}

#portfolio-detail-02.preview-right #social {
	float: right;
	top: 40px;
	right: 0;	
}

#portfolio-detail-02.preview-left #social {
	float: left;
	margin-bottom: 10px;
}

#portfolio-detail-02 #social .tb-wrapper {
	float: left;
	width: 81px;
}

#portfolio-detail-02 #social .fb-wrapper {
	float: left;
	width: 75px;
}

#portfolio-detail-02 #social .tw-wrapper {
	float: left;
	width: 75px;
}

#portfolio-detail-02 #social .gp-wrapper {
	float: left;
	width: 61px;
}

#portfolio-detail-02.preview-right #social .tb-wrapper {
	margin-left: 10px;
}

#portfolio-detail-02.preview-right #social .fb-wrapper {
	margin-left: 10px;
}

#portfolio-detail-02.preview-right #social .tw-wrapper {
	margin-left: 10px;
}

#portfolio-detail-02.preview-right #social .gp-wrapper {
	margin-left: 10px;
}

#portfolio-detail-02.preview-left #social .tb-wrapper {
	margin-right: 10px;
}

#portfolio-detail-02.preview-left #social .fb-wrapper {
	margin-right: 10px;
}

#portfolio-detail-02.preview-left #social .tw-wrapper {
	margin-right: 10px;
}

#portfolio-detail-02.preview-left #social .gp-wrapper {
	margin-right: 10px;
}

#portfolio-detail-02 #thumbnail-nav {

}

#portfolio-detail-02 #thumbnail-nav .image-list-page-button {
	float: left;
	width: 24px;
	margin: 0px !important;
	margin-left: 1px !important;
	text-align: center;
}

#portfolio-detail-02.preview-right #thumbnail-nav {
	float: left;
}

#portfolio-detail-02.preview-left #thumbnail-nav {
	float: right;
}

#portfolio-detail-02 #actions {
	max-width: 600px;
}

#portfolio-detail-02.preview-right #actions {
	float: right;
}

#portfolio-detail-02.preview-left #actions {
	float: left;
}

#portfolio-detail-02.preview-right #actions .nb {
	float: right;
	margin-left: 5px;
}

#portfolio-detail-02.preview-left #actions .nb {
	float: right;
	margin-right: 5px;
}

#portfolio-detail-02 .image-details-area {
	width: 400px;
	padding-top: 5px;
}

#portfolio-detail-02 .image-details-area .unique-link {

}

#portfolio-detail-02 .image-details-area .image-title {
	height: 30px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 11px;
}

#portfolio-detail-02 .image-details-area .image-title h1 {
	margin: 0;
}

#portfolio-detail-02 .image-details-area .image-description {
	text-align: left;
	margin-bottom: 20px;
}

#portfolio-detail-02.preview-left .image-details-area {
	float: left;
}

#portfolio-detail-02.preview-right .image-details-area {
	float: left;
}

#portfolio-detail-02 .image-details-area h1 {
	margin-right: 10px;
}

#portfolio-detail-02 .image-details-area h1 {
	padding: 0px;
	margin: 0px;
}

#portfolio-detail-02 .image-details-area h2 {
	padding: 0px;
	margin: 0px;
}

#portfolio-detail-02 .image-list-preview-wrapper #loading-preview {
	width: 150px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -75px;
	
	z-index: 2; 
}

#portfolio-detail-02 #left-thumbs .image-list-thumbnail-area {

}

#portfolio-detail-02 .image-list-thumbnail-nav-area {

}

#portfolio-detail-02.preview-right .image-list-thumbnail-nav-area .nb {
	float: left;
}

#portfolio-detail-02.preview-left .image-list-thumbnail-nav-area .nb {
	float: left;
}

#portfolio-detail-02.preview-right .image-list-thumbnail-nav-area .nb.right {
	margin-left: 1px;
}

#portfolio-detail-02.preview-left .image-list-thumbnail-nav-area .nb.right {
	margin-right: 1px;
}

#portfolio-detail-02 #comments {
	margin-top: 15px;
	width: 400px;
}

#portfolio-detail-02 .details-holder .image-comment-wrapper {
	float: left;
	width: 410px;
	margin-top: 20px;
}

#portfolio-detail-02 .image-comment-add-wrapper {
	width: 420px;
}

#portfolio-detail-02 .image-comments h3 {
	margin: 0;
	margin-bottom: 5px;
}

#portfolio-detail-02 .image-comment-heading a {
	font-weight: bold;
}

#portfolio-detail-02 .image-comments .image-comment {
	margin-top: 10px;
	margin-bottom: 20px;
}

#portfolio-detail-02 p {
	font-size: 12px;
	line-height: 18px;
}

#portfolio-detail-02 .image-comments p.comment-author {
	margin: 0;
	font-weight: bold;
}

#portfolio-detail-02 .image-comments p.comment-date {
	margin: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-bottom: 5px;
}

#portfolio-detail-02 .image-comments p.comment-text {
	margin: 0;
}

#portfolio-detail-02 .image-comments .field-wrapper.text {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#portfolio-detail-02 .image-comments .field-wrapper.text label {
	display: block;
	margin-bottom: 5px;
}

#portfolio-detail-02 .image-comments .field-wrapper.submit {
	margin-top: 10px;
}

#portfolio-detail-02 .image-comments .field-wrapper.text input[type=text] {
	width: 175px;
}

#portfolio-detail-02 .image-comments textarea {
	width: 400px;
	height: 100px;
}

#portfolio-detail-02 .image-comments input[type=submit] {
	margin-top: 5px;
}

#portfolio-detail-02 .field-wrapper.submit>div {
	line-height: 30px;
}


/* IMAGE LIST LAYOUT 3 */

#portfolio-detail-03 {

}

#portfolio-detail-03 #photo-wrapper {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}

#portfolio-detail-03 #photo-wrapper table {
	width: 100%;
	border-collapse: separate;
}

#portfolio-detail-03 #photo-wrapper table tr {
	
}

#portfolio-detail-03 #photo-wrapper table td {
	width: 170px;
	padding: 10px;
	vertical-align: middle;
}

#portfolio-detail-03 #photo-wrapper table td .image-list-item-wrapper {
	width: 170px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#portfolio-detail-03 #photo-wrapper table td .image-list-thumbnail-wrapper {
	height: 181px;
	width: 171px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

#portfolio-detail-03 #photo-wrapper table td .image-list-detail-wrapper {
	margin-top: 5px;
}

#portfolio-detail-03 #photo-wrapper table td .image-list-detail-wrapper .image-label {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 171px;
}

#portfolio-detail-03 #photo-wrapper table td .image-list-detail-wrapper .image-operations {
	display: block;
	text-align: center;
	font-size: 85%;
	margin-top: 5px;
}

#portfolio-detail-03 #photo-wrapper .image-list-thumbnail-wrapper img {
	display: block;
	max-width: 171px;
	max-height: 171px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#portfolio-detail-03 div.image-list-nav-area {
	padding-top: 5px;
	text-align: center;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

#portfolio-detail-03 div.image-list-nav-area .page-links {
	width: 450px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	font-size: 130%;
	word-spacing: 5px;
}

#portfolio-detail-03 div.image-list-nav-area .prev-link {
	width: 120px;
	float: left;
	text-align: left;
	font-size: 130%;
}

#portfolio-detail-03 div.image-list-nav-area .next-link {
	width: 120px;
	float: right;
	text-align: right;
	font-size: 130%; 
}

/* IMAGE LIST LAYOUT 4 */

#portfolio-detail-04 {

}

#portfolio-detail-04 .bottom-half {
	position: relative;
}

#portfolio-detail-04 .gallery-wrapper {
	height: 718px;
	margin-top: 10px;
}

#portfolio-detail-04 .gallery-title h1 {
	margin-bottom: 5px;
}

#portfolio-detail-04 #social {
	position: absolute;
	right: 0;
	top: 40px;
}

#portfolio-detail-04 #social .tb-wrapper {
	float: left;
	margin-left: 10px;
	width: 81px;
}

#portfolio-detail-04 #social .tw-wrapper {
	float: left;
	margin-left: 10px;
	width: 75px;
}

#portfolio-detail-04 #social .gp-wrapper {
	float: left;
	margin-left: 10px;
	width: 61px;
}

#portfolio-detail-04 #social .fb-wrapper {
	float: left;
	margin-left: 10px;
	width: 75px;
}

#portfolio-detail-04 #details {
	min-height: 150px;
	margin-top: 15px;
}

#portfolio-detail-04 .details-holder {
	
}

#portfolio-detail-04 .details-holder .left {
	float: left;
	width: 400px;
}

#portfolio-detail-04 .details-holder .right {
	float: right;
	width: 49%;
}

#portfolio-detail-04 p {
	font-size: 12px;
	line-height: 18px;
}

#portfolio-detail-04 .details-holder .image-title {
	height: 30px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 11px;
}

#portfolio-detail-04 .details-holder .image-title h1 {
	margin: 0;
}

#portfolio-detail-04 .details-holder .unique-link {

}

#portfolio-detail-04 .details-holder .image-tags {
	
}

#portfolio-detail-04 .details-holder .image-description {
	margin-bottom: 20px;
}

#portfolio-detail-04 .details-holder .image-comment-wrapper {
	margin-top: 20px;
}

#portfolio-detail-04 .details-holder p.tag-list {
	margin: 0px;
}

#portfolio-detail-04 .details-holder .image-tags {
	margin-top: 2px;
}

#portfolio-detail-04 .details-holder .image-comments {
	margin-top: 20px;
}

#portfolio-detail-04 .details-holder .image-action {
	margin-left: 10px;
}

#portfolio-detail-04 .details-wrapper .image-comments h3 {
	margin: 0;
	margin-bottom: 5px;
}

#portfolio-detail-04 .image-comment-heading a {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.comments-off:before {
	content: "";
	float: left;
	background-position: -60px -30px;
	width: 15px;
	height: 15px;
	margin: 0px 3px 0px 0px;
}

.comments-on:before {
	content: "";
	float: left;
	background-position: -90px -30px;
	width: 15px;
	height: 15px;
	margin: 1px 3px 0px 0px;
}

.comments-off {

}

#portfolio-detail-04 .image-comments .image-comment {
	margin-top: 10px;
	margin-bottom: 20px;
}

#portfolio-detail-04 .image-comments p.comment-author {
	margin: 0;
	font-weight: bold;
}

#portfolio-detail-04 .image-comments p.comment-date {
	margin: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#portfolio-detail-04 .image-comments p.comment-text {
	margin: 0;
}

#portfolio-detail-04 .image-comments .field-wrapper.text {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#portfolio-detail-04 .image-comments .field-wrapper.text label {
	display: block;
	margin-bottom: 5px;
}

#portfolio-detail-04 .image-comments .field-wrapper.textarea {

}

#portfolio-detail-04 .image-comments .field-wrapper.text input[type=text] {
	width: 175px;
}

#portfolio-detail-04 .image-comments textarea {
	width: 400px;
	height: 90px;
}

#portfolio-detail-04 .image-comment-add-wrapper {
	width: 410px;
}

#portfolio-detail-04 .image-comments .field-wrapper.submit {
	margin-top: 10px;
}

#portfolio-detail-04.galleria-transparent .galleria-stage {
	background: transparent !important;
}

/* IMAGE LIST LAYOUT 5 */

#portfolio-detail-05 .item-wrapper {
	margin-bottom: 30px;
}

#portfolio-detail-05 .item-top-wrapper {
	width: 100%;
	position: relative;
}

#portfolio-detail-05 .image-wrapper {
	float: left;
	width: 699px;

	margin-bottom: 10px;
	border-right: 1px solid white; 
}

#portfolio-detail-05 .image-wrapper img {
	max-width: 699px;
	max-height: 550px;
}

#portfolio-detail-05 .actions-wrapper {
	float: right;
	width: 244px;
	position: absolute;
	bottom: 10px;
	right: 0;
}

#portfolio-detail-05 .details-wrapper {
	width: 669px;
	padding-right: 30px;
}

#portfolio-detail-05 .details-wrapper .image-title h1 {
	margin-bottom: 10px;
}

#portfolio-detail-05 .details-wrapper .image-date {
	font-weight: bold;
	margin-bottom: 5px;
}

#portfolio-detail-05 .details-wrapper .image-description {
	
}

#portfolio-detail-05 .details-wrapper .image-comments h3 {
	margin: 0;
	margin-bottom: 5px;
}

#portfolio-detail-05 .details-wrapper .image-comment-heading a {
	font-weight: bold;
}

#portfolio-detail-05 .details-wrapper .image-comments .image-comment {
	margin-top: 10px;
	margin-bottom: 20px;
}

#portfolio-detail-05 .details-wrapper .image-comments p.comment-author {
	margin: 0;
	font-weight: bold;
}

#portfolio-detail-05 .details-wrapper .image-comments p.comment-date {
	margin: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#portfolio-detail-05 .details-wrapper .image-comments p.comment-text {
	margin: 0;
}

#portfolio-detail-05 .details-wrapper .image-comments .field-wrapper.text {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#portfolio-detail-05 .details-wrapper .image-comments .field-wrapper.text label {
	display: block;
	margin-bottom: 5px;
}

#portfolio-detail-05 .details-wrapper .image-comments .field-wrapper.text input[type=text] {
	width: 175px;
}

#portfolio-detail-05 .details-wrapper .image-comments textarea {
	width: 400px;
	height: 100px;
}

#portfolio-detail-05 .details-wrapper .image-comments input[type=submit] {
	margin-top: 5px;
}

.gallery-title {
	height: 20px;
}

.gallery-title h1 {
	margin: 0 !important;
}


/* LIGHTBOX SPECIFICS */

#bd .image-list-thumbnail-wrapper .lightbox-image-delete-rollover {
	position: absolute !important;
	right: 0px;
	bottom: 0px;
}

#bd .image-list-thumbnail-wrapper .button-lb-roll,
#bd .image-list-thumbnail-wrapper .button-lb-roll:hover {
	background: none;
	background-image: url(/images/favourite-add+remove-sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -5px;
	right: -5px;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
	z-index: 10;
	border: none !important;
	box-shadow: none;
	cursor: pointer;
}

#bd .image-list-thumbnail-wrapper .button-lb-roll-add,
#bd .image-list-thumbnail-wrapper .button-lb-roll-add:hover {
	background: none;
	background-image: url(/images/favourite-add+remove-sprite.png);
	background-position: -14px 0px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -5px;
	right: -5px;
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
	z-index: 10;
	border: none !important;
	box-shadow: none;
	cursor: pointer;
}

/* REGISTRY SECTION */

#bd .registry-column {
	position: relative;
	word-wrap: break-word;
	padding: 5px;
	
  	font-size: 90%;
}

#bd .registry-column .span-fake-table-row {
	margin-bottom: 10px;
}

#bd .registry-column p {
	font-size: 100%;
}

#bd .registry-column table {
	width: 100% 
}

#bd .registry-column th {
	font-weight: bold;
	text-align: left;;
}

#bd .registry-column th,
#bd .registry-column td {
	height: 20px;
}

#bd .registry-column label {
	display: block;
	margin-bottom: 3px;
}

#bd .registry-column .registry-column-row {
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
}

#bd .registry-column h3 {
	margin-top: 0px;
}

#column-1.registry-column {
	border: none !important;
	padding: 0px !important;
}

#bd .registry-column input[type=text] {
	margin-bottom: 8px;
}

#bd .registry-column textarea {
	width: 222px;
	margin-bottom: 8px;
}

#column-1.registry-column input[type=text] {
	margin-bottom: 5px;
	width: 210px;
}

#bd .registry-column #registry-search-status {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#bd .registry-column #registry-misc-status,
#bd .registry-column #registry-search-status,
#bd .registry-column #registry-confirm-status,
#bd .registry-column #registry-create-status {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.registry-column .registry-submit-button {
	margin-top: 10px;
	float: right;
}

#column-3 .attr {
	margin-bottom: 10px;
}

#column-3 .attr-title {
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
}

#column-3 .attr strong {
	text-decoration: underline;
}

#column-4 .registry-code {
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

#column-4 .registry-code h3 {
	font-size: 140%;
	text-align: center;
	line-height: 40px;
}

#column-4  a {
	display: block;
	margin-top: 5px;	
}

#column-1.registry-column,
#column-2.registry-column,
#column-3.registry-column {
	float: left;
	width: 228px;
	margin-right: 10px;
}

#column-4.registry-column {
	float: left;
	width: 224px;
}

#column-2-3-4.registry-column {
	float: left;
	width: 724px;
	margin-right: 0px !important;
}

#column-2-3-4 #registry-details h3 {
	margin: 0px;
	margin-bottom: 1px;
}

#column-2-3-4 #registry-details table {
	margin: 0px;
	margin-top: 20px;
}

#column-2-3-4 #registry-details th {
	font-weight: normal;
	background-color: #cccccc;
}

#column-2-3-4 #registry-details th,
#column-2-3-4 #registry-details td {
	padding-left: 5px;
	padding-right: 5px;
}

/* ADD TO CART SECTION */

.body-wrapper .preview-image-wrapper {
	float: left;
	margin-right: 10px;
	width: 314px;
	height: 320px;
	text-align: center;
}

.body-wrapper .preview-image-wrapper img {
	max-width: 312px;
	max-height: 312px;
	color: #ffffff;
}

#popcart-wrapper .options-wrapper {
	float: left;
	width: 650px;
}

#add-image-to-cart .options {
	position: relative;
}

#popcart-wrapper .cart-option-column-wrapper {
	
}

#popcart-wrapper .cart-option-column {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	width: 300px;
	padding: 5px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-size: 110% !important;	
	
	background-color: red;
}

#popcart-wrapper .cart-option-column select,
#popcart-wrapper .cart-option-column textarea {
	background-color: white;
}

#popcart-wrapper .cart-option-column.last {
	margin: 0px;
	margin-left: 5px;
	margin-top: 10px;
	width: 630px;
}

#popcart-wrapper .cart-option-column h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 120%;
}

#popcart-wrapper #item_summary th {
	font-weight: normal;
	text-align: left;
	width: 115px;
}

#popcart-wrapper #item_summary td,
#popcart-wrapper #item_summary th {
	padding-top: 5px;
	padding-bottom: 5px;	
}

#popcart-wrapper #item_summary .textbox-item-quantity {
	width: 40px;
	text-align: center;
}

#popcart-wrapper #item_summary .textarea-special-instructions {
	width: 190px;
}

#popcart-wrapper #item_summary label {
	display: block;
	margin-bottom: 3px;
}

#popcart-wrapper .submit-buttons {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#popcart-wrapper .cart-option-status-text {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#popcart-wrapper #add-to-cart-status {
	position: absolute;
	bottom: 30px;
	right: 5px !important;
}

#popcart-wrapper #error-msg {
	float: right;
	margin-top: 10px;
	margin-right: 6px;
}

#popcart-wrapper #show_cart {
	float: right;
	margin-top: 10px;
	margin-right: 6px;
}

#popcart-wrapper #add-to-cart-result-wrapper {
	position: absolute;
	left: 220px;
	top: 0px;
	width: 200px;
	padding: 5px;
	height: 113px;
}

#popcart-wrapper #add-to-cart-result {
	font-size: 100%;
	margin-bottom: 15px;
}

#popcart-wrapper #add-to-cart-success-wrapper {
	width: 230px;
}

#popcart-wrapper #add-to-cart-success-text {
	float: left;
	width: 120px;
}

#popcart-wrapper #add-to-cart-success {
	float: right;
	width: 100px;
}

#lightbox-images {
	margin-top: 20px;
}

#lightbox-images #lightbox-images-title-area h3,
#lightbox-images #lightbox-images-title-area h4 {
	display: inline;
}

#lightbox-images #lightbox-images-title-area h3 {
	font-weight: normal;
	margin-right: 50px;
}

#lightbox-images #lightbox-images-title-area h4 {
	font-weight: normal;
}

#lightbox-images #image-thumbnails {
	width: 922px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

#lightbox-images .thumbnail-wrapper {
	float: left;
	height: 54px;
	width: 54px;
	margin: 5px;
	padding: 0px;
}

#lightbox-images .thumbnail-wrapper img {
	max-height: 53px;
	max-width: 53px;
}

#lightbox-images .selected {
	height: 55px;
	width: 55px;
	margin: 1px;
	margin-left: 1px !important;
	margin-top: 2px;
	padding: 3px;
}

#lightbox-images .getting {
	
}

#lightbox-images .thumbnail-wrapper:hover {
	height: 55px;
	width: 55px;
	margin: 1px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 3px;
}

/* CART SECTION */

#cart-wrapper #cart-message {
	margin-top: 50px;
	text-align: center;
}

#cart-wrapper .cart-title {
	margin-bottom: 25px;
}

#cart-wrapper .cart-title h1 {
	display: inline;
	margin-right: 10px;
}

#cart-wrapper .cart-title h3 {
	display: inline; 
}

#cart-wrapper .cart-header {

}

#cart-wrapper #license-summary-area .license-header-wrapper {
	margin-top: 40px;
	width: 600px; 
	margin-left: auto; 
	margin-right: auto; 
}

#cart-wrapper #license-summary-area .license-text-wrapper {
	width: 600px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 10px;
	text-align: justify;
	font-size: 92%;
	
	border: 1px solid #444444;
}

#cart-wrapper #license-summary-area .license-form-wrapper {	
	width: 600px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 15px;
}

#cart-wrapper .cart-header .cart-item-column {
	padding: 3px;
}

#cart-wrapper .cart-header .cart-item-column.standard {
	width: 94px;
}

#cart-wrapper .cart-header .cart-item-column.product-details {
	width: 311px;
}

#cart-wrapper .cart-header .cart-item-column.details {
	width: 201px;
}

#cart-wrapper .cart-header .cart-item-column.comments {
	width: 201px;
}

div.cart-item-wrapper {
	margin-bottom: 20px;
}

#cart-wrapper .cart-item-column.package-config .cart-package-instance-item img {
	max-height: 85px;
	max-width: 85px;
}

#cart-wrapper .cart-item-column input[type=text] {
	display: block;
	width: 50px;
	margin-bottom: 3px;
}

#cart-wrapper .cart-item-column {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#cart-wrapper .cart-item-column.thumbnail {
	text-align: center;
}

#cart-wrapper .cart-item-column img {
	max-width: 98px;
	max-height: 98px;
}

#cart-wrapper .cart-item-column.last {
	margin-right: 0px !important;
}

#cart-wrapper .cart-item-column.standard {
	width: 100px;
}

#cart-wrapper .cart-item-column.package-label {
	width: 174px;
}

#cart-wrapper .cart-item-column.product-details {
	width: 317px;
}

#cart-wrapper .cart-item-column.details {
	width: 207px;
}

#cart-wrapper .cart-item-column.comments {
	width: 207px;
}

#cart-wrapper #cart-totals-wrapper {
	float: right;
	margin-top: 30px;
	width:  400px;
}

#cart-wrapper #cart-totals-wrapper p {
	font-size: 120%;
}

#cart-wrapper #cart-totals-wrapper input[type=text] {
	width: 100px;
}

#cart-wrapper #cart-totals-wrapper input[type=submit] {
	margin: 0px;
}

#cart-wrapper #cart-totals-wrapper table {
	width: 400px;
}

#cart-wrapper #cart-totals-wrapper table input[type=button],
#cart-wrapper #cart-totals-wrapper table input[type=submit] {
	font-size: 8pt;
}

#cart-wrapper #cart-totals-wrapper th,
#cart-wrapper #cart-totals-wrapper td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 120%;
}

#cart-wrapper #cart-totals-wrapper th {
	text-align: left;
	font-weight: normal;
}

#cart-wrapper #cart-totals-wrapper td {
	text-align: right;	
}

#cart-wrapper #cart-totals-wrapper #cart-actions {
	margin: 0px;
	float: right;
}

#cart-wrapper .checkout-form label {
	display: block;
	margin-bottom: 3px;
}

#cart-wrapper .checkout-form input[type=text],
#cart-wrapper .checkout-form input[type=password] {
	margin-bottom: 10px;
}

#cart-wrapper .checkout-form select {
	width: 200px;
	margin-bottom: 10px;
}

#cart-wrapper #order-summary-area {
	padding-top: 10px;
	margin-bottom: 10px;
}

#cart-wrapper #order-summary-area table {
	margin: 0px;	
}

#cart-wrapper #order-summary-area tr.data td {
	padding-bottom: 5px;
}

#cart-wrapper #shipping-method-div {
	margin-bottom: 10px;
	text-align: right;
	width: 100%;
}

#cart-wrapper #shipping-method-content-div {
	padding: 10px;
}

#cart-wrapper .checkout-buttons {
	margin-top: 40px;
	padding-top: 10px;
	text-align: right;
}

#cart-wrapper #checkout-button-wrapper-1 {
	margin-bottom: 10px;
}

#cart-wrapper #checkout-button-wrapper-1 h2 {
	display: inline;
	margin-right: 20px;
}

#cart-wrapper #checkout-button-wrapper-2 {
	margin-bottom: 10px;
}

#cart-wrapper .checkout-header-text {
	margin-bottom: 20px;
}

#cart-wrapper .checkout-header-text p {
		
}

#cart-wrapper .checkout-total-area {
	padding-top: 0px;
	float: right;
}

#cart-wrapper .checkout-total-area .checkout-total-text {
	text-align: right;
}

#cart-wrapper .checkout-total-area .checkout-total-amount h1 {
	text-align: right;
}

#cart-wrapper .checkout-total-area .checkout-total-amount-note {
	margin-top: 10px;
	display: block;
	font-size: 10pt;
	text-align: right;
}

/* PAYMENT RESULT SECTION */

#payment-result-wrapper {
	width:  600px;
	margin-left: auto;
	margin-right: auto;
}

#payment-result-wrapper h3 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 130%;
}

#payment-result-wrapper table {

}

/* ACCOUNT DETAILS SECTIONS */

#account-wrapper label {
	display: block;
	margin-bottom: 3px;
}

#account-wrapper input[type=text],
#account-wrapper input[type=password] {
	margin-bottom: 10px;
	width: 200px;
}

#account-wrapper select {
	width: 150px;
	margin-bottom: 10px;
}

#order-history-wrapper {
	margin-top: 20px;
}

#order-history-wrapper h1 {
	padding-top: 5px;
}

#order-history-wrapper .order-main-header .date {
	margin-left: 5px;
	margin-right: 30px;
	width: 100px;
	float: left;
}

#account-wrapper .order-main-header .order-id {
	margin-right: 30px;
	width: 200px;
	float: left;
}

#account-wrapper .order-main-header .description {
	margin-right: 30px;
	width: 400px;
	float: left;
}

#account-wrapper .order-main-header .total {
	width: 150px;
	float: right;
	text-align: right;
	margin-right: 5px;
}

#order-history-wrapper .order-main-header {
	cursor: pointer;	
}

#order-history-wrapper .order-main-header,
#order-history-wrapper .order-header {
	line-height: 23px;
	margin-top: 3px;
}

#order-history-wrapper .order-wrapper {
	padding: 5px;
}

#order-history-wrapper .order-wrapper .order-header {
	margin-bottom: 10px;
}

#order-history-wrapper .order-wrapper .order-header .order-item-column {
	float: left;
	margin-right: 15px;
	margin-bottom: 0 !important;

}

#order-history-wrapper .order-body .order-item-column {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#order-history-wrapper .standard {
	width: 94px;
}

#order-history-wrapper .total {
	width: 90px;
	text-align: right;
}

#order-history-wrapper .details {
	width: 94px;
}

#order-history-wrapper .comments {
	width: 282px;
}

#order-history-wrapper .thumbnail {
	text-align: center;
}

#order-history-wrapper .order-item-column img {
	max-width: 92px;
	max-height: 92px;
}

#order-history-wrapper .order-item-column.last {
	margin-right: 0px !important;
}

#order-history-wrapper #order-totals-wrapper {
	width: 300px;
	float: right;
	margin-top: 30px;
}

#order-history-wrapper #order-totals-wrapper input[type=text] {
	width: 100px;
}

#order-history-wrapper #order-totals-wrapper input[type=submit] {
	margin: 0px;
}

#order-history-wrapper #order-totals-wrapper table {
	margin-right: 10px;
	width: 300px;	
}

#order-history-wrapper #order-totals-wrapper th,
#order-history-wrapper #order-totals-wrapper td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#order-history-wrapper #order-totals-wrapper th {
	text-align: left;
	font-weight: normal;
}

#order-history-wrapper #order-totals-wrapper td {
	text-align: right;
}

#order-history-wrapper .email-invoice-status,
#order-history-wrapper #indicator {
	float: left;
	margin-right: 30px;
}

#order-history-wrapper .email-invoice-status>div {
	display: inline;
}

/* PACKAGE SECTION */

#cart-item-wrapper div.package-details {
	float: left;
	width: 275px;
	margin-right: 10px;
	font-size: 90%;
}

.order-history div.package-details {
	float: left;
	width: 265px !important;
	margin-right: 10px;
	font-size: 90%;
}

#cart-item-wrapper div.package-details .package-heading {
	margin-bottom: 10px;
	height: 22px;
	line-height: 22px;
}

#cart-item-wrapper div.package-details .package-heading h3
{
	margin: 0px;
	font-size: 100%;
	margin-left: 4px;
	margin-right: 4px;
}

#cart-item-wrapper div.package-details .package-name {
	margin-bottom: 7px;
}

#cart-item-wrapper div.package-details .package-price {
	margin-bottom: 15px;
}

#cart-item-wrapper div.package-details .package-description {
	margin-bottom: 15px;
}

#cart-item-wrapper div.package-contents {
	float: left;
	width: 689px;
}

.order-history div.package-contents {
	float: left;
	width: 689px !important;
}

#cart-item-wrapper div.package-contents .package-item-heading {
	margin-bottom: 10px;
	height: 22px;
	line-height: 22px;
}

#cart-item-wrapper div.package-contents .package-item-heading h3 {
	margin: 0px;
	font-size: 100%;
	margin-left: 4px;
	margin-right: 4px;
}

#cart-item-wrapper div.package-contents .package-item {
	margin-left: 2px;
	font-size: 90%;
}

#cart-item-wrapper div.package-contents .package-item .cart-package-instance-item {
	float: left;
	width: 227px;
	margin-left: 2px;
	margin-bottom: 30px;
}

#cart-item-wrapper div.package-contents .package-item .cart-package-instance-item.first {
	margin-left: 0px;
}

#cart-item-wrapper div.package-contents .package-item .package-thumb-wrapper {
	float: left;
	width: 88px;
	height: 88px;	
	text-align: center;
	margin-right: 10px;
}

#cart-item-wrapper div.package-contents .package-item .package-thumb-container {
	width: 88px;
	height: 88px;	
	display: table-cell;
	vertical-align: middle;
}

#cart-item-wrapper div.package-contents .package-item .package-thumb-container.empty {
	background-color: none;
	background-image: url('../../images/checkout-missing-image.gif');
	background-repeat: no-repeat;
}

#cart-item-wrapper div.package-contents .package-item .package-thumb-container img {
	max-width: 88px;
	max-height: 88px;
}

#cart-item-wrapper div.package-contents .package-item .package-item-quantity {
	margin-top: 10px;
	margin-bottom: 2px;
}

#cart-item-wrapper div.package-contents .package-item .package-item-action {
	margin-bottom: 10px;
}



#cart-item-wrapper div.package-contents .package-item-1 {
	float: left;
	width: 227px;
}

#cart-item-wrapper div.package-contents .package-item-2 {
	float: left;
	width: 456px;
}

#cart-item-wrapper div.package-contents .package-item-3 {
	float: left;
	width: 689px;
}

/* DIGITAL DOWNLOAD SECTION */

table.dd-table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}

table.dd-table th {
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}

table.dd-table td {
	vertical-align: top;
	padding: 0 !important;
	padding-top: 7px !important;
	padding-left: 10px !important;
}

table.dd-table td.dd-thumb {
	width: 90px;
	padding-left: 0px !important;
	overflow: hidden;
	color: transparent;
}

table.dd-table td.dd-thumb .dd-thumb-wrapper {
	width: 78px;
	height: 78px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

table.dd-table td.dd-thumb img {
	max-width: 78px;
	max-height: 78px;
	color: transparent;
	overflow: hidden;
}

table.dd-table td.dd-label {
	width: 230px;
}

table.dd-table td.dd-usage {

}

table.dd-table td.dd-usage .license-title {

}

table.dd-table td.dd-usage .license-wrapper {
	padding-right: 10px;
	font-size: 80%;
}

table.dd-table td.dd-resolution {
	width: 110px;
}

table.dd-table td.dd-resolution .dd-resolution-title {

}

table.dd-table td.dd-action {
	padding-right: 10px;
	width: 150px;
	line-height: 14px;
}

table.dd-table td.dd-action .dd-expired-title {

}

table.dd-table td.dd-action img {
	float: left;
	margin-right: 7px;
	margin-top: 3px;
}

table.dd-table tr.dd-spacer td {
	height: 1px;
}

table.dd-table tr.dd-footer td {
	text-align: left: !important;
	padding: 6px !important;
	padding-top: 3px !important;
	padding-left: 10px !important;
}

table.dd-table tr.dd-footer td p {
	text-align: left;
	line-height: 14px;
	margin: 0;
}

table.dd-table tr.dd-footer td img {
	float: left;
	margin-right: 7px;
	margin-top: 3px;
}

/* CHECKOUT SECTION */
div.cart-item-wrapper a {
	font-size: 85%;
}

div.cart-item-wrapper a.action {
	font-size: 100%;
}

div.cart-item-wrapper .cart-item-instance {
	margin-bottom: 40px;
}

div.cart-item-wrapper table.main-item-list {
	width: 100%;
}

table.main-item-list th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 2px;
}

table.main-item-list td {
	padding-top: 10px;
	vertical-align: top;
}

table.main-item-list th.thumbnail,
table.main-item-list td.thumbnail {
	width: 90px;
}

table.main-item-list td.thumbnail .cart-item-image-wrapper {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 88px;
	width: 88px;
}

table.main-item-list td.thumbnail .cart-item-image-wrapper.empty {
	background-image: url('/images/thumb-websitelayout-comingsoon.gif');
	background-position: 11px;
}

table.main-item-list td.thumbnail img {
	max-height: 88px;
	max-width: 88px;
}

table.main-item-list th.product-details,
table.main-item-list td.product-details {
	width: 367px;
	padding-left: 15px;
}

table.main-item-list th.action,
table.main-item-list td.action {
	width: 232px;
	padding-left: 20px;
}

table.main-item-list th.quantity,
table.main-item-list td.quantity {
	width: 60px;
	padding-left: 10px;
}

table.main-item-list td.quantity input[type=text] {
	width: 30px;
	display: block;
}

table.main-item-list th.unit-price,
table.main-item-list td.unit-price {
	width: 80px;
	text-align: right;
	padding-left: 10px;
}

table.main-item-list th.sub-total,
table.main-item-list td.sub-total {
	width: 80px;
	text-align: right;
	padding-left: 10px;
}

table.main-item-list td.product-details,
table.main-item-list td.action,
table.main-item-list td.quantity,
table.main-item-list td.unit-price,
table.main-item-list td.sub-total {
	padding-top: 15px;
}

table.main-item-list td.spacer {
	height: 0px;
}

table.main-item-list td.footer {
	padding-top: 2px;
}

/* PAYMENT RESULT SECTION */

div.payment-result-box {
	margin-top: 30px;
	width: 450px;
	padding: 35px;
	margin-left: auto;
	margin-right: auto;
}

div.payment-result-box h1 {
	margin-bottom: 5px;
}

div.payment-result-box p {
	margin-bottom: 20px;
}

div.payment-result-box ul {

}

div.payment-result-box li {
	list-style-image: url('/images/icon-tick.png');
	line-height: 20px;
}

div.payment-result-box table {
	margin: 0;
	margin-top: 30px;
	width: 100%;
}


/* ERROR SECTION */

#bd .error-page {
	width: 46em;
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
}

#bd .error-page .error-icon {
	float: left;
	width: 7em;
}

#bd .error-page .error-msg {
	float: left;
	width: 38em;
	padding-top: 2em;
}

#bd .error-page .error-msg h1 {
	font-weight: normal;
	font-size: 150%;
}

#bd .error-page .error-msg p {
	font-size: 110%;
}

/* FOOTER SECTION */

#ft-wrapper {
	padding-top: 10px;
	margin-top: 40px;
}


#ft .footer-text {
	text-align: center;
}

#ft #pm-charged-text {
	margin-left: 7px;
}

#ft #pm-charged img {
	margin-top: 10px;
	width: 125px;
	float: right;
}


/* Live Validation styling */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 0px;
    display: block;
    margin-top: -3px;
    margin-bottom: 10px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


/* STYLE TEXT SIZES */

.small-text {
	font-size: 77%;
}

.right { text-align: right !important; }
.allcaps { text-transform: uppercase; }
.form_error { color: red; font-weight: bold; }
.flt-left {	float: left; }
.flt-right { float: right; }

.clearfix:before, 
.clearfix:after {  
	content: "\0020"; 
	display: block; 
	height: 0; 
	visibility: hidden;    
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

div.popcart * {
	color: #454545;
	font-size: 0.99em;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
}

div.popcart {
	
}

div.popcart div#hd {
	margin-bottom: 5px;
	height: 45px;
}

div.popcart div#bd {
	height: 270px;
}

div.popcart div#popcart-wrapper {
	height: 470px;
}

div.popcart div#cart-title {
	float: left;
	height: 45px;
}

div.popcart div#cart-total {
	width: 250px;
	float: right;
	height: 25px;	
	text-align: right;
	margin-right: 15px;
}

div.popcart div#hd h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 40px;
	font-size: 170%;
}

div.popcart div.preview-image-holder {
	text-align: center;
}

div.popcart div.preview-image-holder img {
	border: 1px solid #cccccc;
	width: 170px;
}

div.popcart div#product-description {
	overflow: hidden;
}

div.popcart div#product-description h2 {
	font-size: 115%;
	color: #333333;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 2px;
}

div.popcart div#product-description p {
	color: #555555;
	font-style: italic;
	font-size: 0.99em !important;
	height: 100px;
	overflow: auto;
}

div.popcart div#product-pricing {
	width: 560px;
	height: 270px;
	overflow: auto;
}

div.popcart div#product-pricing input[type=button] {
	border: 1px solid #666666;
	background-color: #eeeeee;
	color: #666666;
	width: 20px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}


div.popcart div#product-pricing h2 {
	margin: 0px;
	padding-left: 5px;
	line-height: 25px;
	background-color: #eee;
}

div.popcart table#product-table {
	width: 543px;
	border: 1px solid #cccccc;
	margin: 0px;
}

div.popcart table#product-table tr {
	
}

div.popcart table#product-table tr.product-selected-tr {
	background-color: #eeeeee;
}

div.popcart table#product-table td {
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: white;
	font-weight: normal;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

div.popcart table#product-table td,
div.popcart table#product-table td span {
	padding: 0px;
}

div.popcart div.controls-wrapper  {

}

div.popcart table#product-table td.popcart-items-header {
	background-color: #dddddd;
	height: 25px;
	font-weight: bold;
}

div.popcart table#product-table td.controls {
	vertical-align: top;
	text-align: center !important;
}

div.popcart table#product-table td.controls div.controls-wrapper {
	background-color: #efefef;
	border: 1px solid #aaaaaa;	
}

div.popcart table#product-table td.controls div.controls-wrapper input[type=text] {
	border: none;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	height: 22px;
}

div.popcart table#product-table td.controls div.controls-wrapper input[type=button] {
	width: 19px;
}

div.popcart table#product-table, td.tdlinebottom {
	border-bottom: 1px solid #cccccc;
}

div.popcart input[type=text] {
	background-color: white;
	border: 1px solid #666666;
	color: #555555;
	height: 20px;
	width: 50px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div.popcart input[type=button],
div.popcart input[type=submit] {
	border: 1px solid #666666;
	background-color: #eeeeee;
	color: #666666;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

div.popcart td.controls input[type=button] {
	border: none !important;
	background: transparent !important;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

div.popcart td.controls input[type=button]:hover {
	background-color: #dedede !important;
}

div.popcart div#ft {
	margin-top: 10px;
	height: 110px;
}

div.popcart div#totals-area-wrapper {
	width: 270px;
	float: left;
}

div.popcart div#button-save-wrapper {
	width: 400px;
	float: left;
	text-align: left;
	margin-left: 105px;
}

div.popcart div#grand-total-wrapper {
	width: 340px;
	margin-right: 0px;
	margin-top: 10px;
	float: right;
	text-align: right;
	font-size: 100%;
}

div.popcart div#loading-add-div {
	width: 350px;
	float: left;
	color: darkgreen;
	font-style: italic;
	margin-top: 40px;
}

div.popcart div#grand-total-wrapper table {
	width: 100%;
	text-align: left;
	margin: 0px;
}

div.popcart div#grand-total-wrapper table td.price {
	text-align: right;
	padding-right: 20px;
}

div.popcart div#grand-total-wrapper table td {
	padding-bottom: 3px;
}

div.popcart div#grand-total-wrapper table td.sub-total {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 110%;
}

div.popcart div#grand-total-wrapper table  div.cart-buttons {
	float: right;
	padding-top: 10px;
	margin-right: 10px;
	width: 100%;
	text-align: right;
	border-top: 1px solid #bbbbbb;
}

div.popcart div#grand-total-wrapper input[type=submit],
div.popcart div#grand-total-wrapper input[type=button] {
	height: 30px;
}

div.popcart div#grand-total-wrapper input[type=submit]:hover,
div.popcart div#grand-total-wrapper input[type=button]:hover {
	background-color: #cccccc;
	color: #000000;
}

div.popcart div#grand-total-wrapper input[type=submit]:disabled,
div.popcart div#grand-total-wrapper input[type=button]:disabled {
	background-color: #dddddd;
	color: #aaaaaa;
	border-color: #aaaaaa;
}

div.popcart div#grand-total-wrapper table  div.cart-buttons a {
	color: blue;
}

.cst-lightview * {
	color: #333333;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-weight: normal;
	text-align: left;
}

.cst-lightview-parent {
	margin: 0px;
	padding: 0px;
}

.cst-lightview {
	margin: 10px;
}

.cst-lightview .header h1 {
	margin: 0px;
	margin-bottom: 10px;
}

.cst-lightview .footer {
	position: absolute;
	bottom: 0px;
	right: 10px;
	bottom: 10px;
}

.cst-lightview .footer input[type=button],
.cst-lightview .footer input[type=submit] {
	background-color: white;
	border: 1px solid #999999;
	color: #333;
	height: 30px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cst-lightview .footer input[type=button]:hover,
.cst-lightview .footer input[type=submit]:hover {
	background-color: #dddddd;
	border: 1px solid #555555;
	color: #000000;
}

.cst-lightview input[type=text],
.cst-lightview textarea {
	background-color: white !important;
	border: 1px solid #999999;
	color: #444444;
}

.cst-lightview .body table {
	width: 99%;
}

.cst-lightview .body table th {
	padding-top: 3px;
}

.cst-lightview .body table th,
.cst-lightview .body table td {
	vertical-align: top;
	padding-bottom: 15px;
}

.cst-lightview table td textarea {
	width: 90%;
	height: 110px;
}

.cst-lightview .ajax-status-message {
	position: absolute;
	left: 10px;
	bottom: 15px;
	font-style: italic;
}

.cst-lightview .form_error {
	color: #ff0000;
}

.search-results-wrapper {
	
}

.search-results-wrapper .result-image-wrapper {
	float: left;
	margin: 0px;
	margin-right: 0.94em;
	*margin-right: 0.92em;
	width: 316px;
	height: 100px;
	margin-bottom: 30px;
}

.search-results-wrapper .result-image-wrapper.last {
	margin-right: 0px;
}

.search-results-wrapper .result-image-wrapper .image-wrapper {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	width: 100px;
	
	color: transparent;
}

.search-results-wrapper .result-image-wrapper .image-wrapper img {
	color: transparent;
}

.search-results-wrapper .result-image-wrapper .details-wrapper {
	height: 100px;
}

.search-results-wrapper .result-image-wrapper .details-wrapper .label {
	margin-bottom: 10px;
}

.search-results-wrapper .result-image-wrapper .details-wrapper .actions {
	margin-top: 30px;
}

.lv_MenuBar a {
	color: blue;
}

.val-error {
	
}

ul.val-messages {
	list-style-type: none;
	margin: 0;
	color: red;
}

ul.val-messages li {
	list-style-type: none;
}

