/* common */
DIV.galleryButton DIV {
	background-repeat: no-repeat;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 8pt;
}
/* END common */

/* galleryCategoryList */
TABLE.galleryCategoryList {
	border: 0px;
	border-collapse: collapse;
}

.galleryCategoryList TD {
	padding: 10px;
}

.galleryCategoryList TD.divider {
	border-bottom: 1px solid #a0a0a0;
	padding: 0px;
}
/* END galleryCategoryList */

/* galleryPhotographList */
TABLE.galleryPhotographList {
	border: 0px;
	border-collapse: collapse;
}

.galleryPhotographList TD {
	padding: 12px;
}

.galleryPhotographList TD.divider {
	border-bottom: 1px solid #a0a0a0;
	padding: 0px;
}

.galleryPhotographList TD TABLE.photoListing TD {
	padding: 0px;
}

.galleryPhotographList TD TABLE.photoListing TD.dividerInner {
	border-bottom: 1px solid #f0f0f0;
}

.galleryPhotographList TD TABLE.photoListing TD.caption A {
	text-decoration: none;
	color: #636563;
}

.galleryPhotographList TD TABLE.photoListing TD.caption A:HOVER {
	text-decoration: underline;
}

.galleryPhotographList TD TABLE.photoListing TD.requestLink DIV DIV.inRequest {
	background-image: url(/content/plugins/tradeGallery/icons/button_cart.gif);
	background-position: right;
	width: 110px;
}

.galleryPhotographList TD TABLE.photoListing TD.requestLink DIV DIV.requestAddLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_add.gif);
	background-position: right;
}

.galleryPhotographList TD TABLE.photoListing TD.requestLink DIV DIV.requestAddLink A {
	padding-right: 22px;
}

.galleryPhotographList TD TABLE.photoListing TD.requestLink DIV DIV.downloadLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_download.gif);
	background-position: right;
	width: 110px;
}

.galleryPhotographList TD TABLE.photoListing TD.requestLink DIV DIV.downloadLink A {
	padding-right: 22px;
}
/* END galleryPhotographList */

/* tradeGalleryPhotograph */
TABLE.tradeGalleryPhotograph {
	border: 0px;
	border-collapse: collapse;
	background-color: #efefef;
}

.tradeGalleryPhotograph TD {
	padding: 4px;
	color: #000000;
}

.tradeGalleryPhotograph TD.photoDisplay {
	background-color: #ffffff;
}

.tradeGalleryPhotograph TD.photoDisplay IMG {
	border: 1px solid #000000;
}

.tradeGalleryPhotograph TD.photoInfo DIV.caption {
	font-weight: bold;
}

.tradeGalleryPhotograph TD.photoInfo DIV.serial {
	color: #808080;
	font-style: italic;
}

.tradeGalleryPhotograph TD.request {
	padding: 4px;
	background-color: #afafaf;
	border-left: 2px solid #ffffff;
}

.tradeGalleryPhotograph TD.request TABLE TD.formatName {
	font-weight: bold;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink {
	color: #404040;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink A {
	color: #000000;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink A:HOVER {
	color: #404040;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink DIV DIV.inRequest {
	background-image: url(/content/plugins/tradeGallery/icons/button_cart.gif);
	background-position: right;
	width: 110px;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink DIV DIV.requestAddLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_add.gif);
	background-position: right;
	width: 100px;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink DIV DIV.requestAddLink A {
	padding-right: 22px;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink DIV DIV.downloadLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_download.gif);
	background-position: right;
	width: 110px;
}

.tradeGalleryPhotograph TD.request TABLE TD.requestLink DIV DIV.downloadLink A {
	padding-right: 22px;
}

.tradeGalleryPhotograph TD.navigation {
	padding: 12px;
}

.tradeGalleryPhotograph TD.navigation A {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000
}
.tradeGalleryPhotograph TD.navigation A:HOVER {
	text-decoration: underline;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.printLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_print.gif);
	width: 50px;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.printLink A {
	padding-left: 18px;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.closeLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_close.gif);
	width: 52px;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.closeLink A {
	padding-left: 18px;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.previousLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_previous.gif);
	width: 76px;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.previousLink A {
	padding-left: 18px;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.nextLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_next.gif);
	background-position: right;
	width: 48px;
}

.tradeGalleryPhotograph TD.navigation DIV DIV.nextLink A {
	padding-right: 20px;
}
/* END tradeGalleryPhotograph */

/* galleryRequest */
TABLE.galleryRequest {
	border: 1px solid #d0d0d0;
	border-collapse: collapse;
}

.galleryRequest TH {
	padding: 6px;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #a0a0a0;
}

.galleryRequest TD {
	padding: 6px;
}

.galleryRequest TD.divider {
	border-top: 1px solid #d0d0d0;
}


.galleryRequest TD TABLE.photoListing TD {
	padding: 0px;
	border-bottom: 0px;
}

.galleryRequest TD TABLE.photoListing TD.dividerInner {
	border-bottom: 1px solid #f0f0f0;
}

/*.galleryRequest TD TABLE.photoListing TD.photoThumbnail IMG {
	border: 1px solid #000000;
}*/

.galleryRequest TD TABLE.photoListing TD.caption {
	font-weight: bold;
}

.galleryRequest TD TABLE.photoListing TD.requestLink DIV DIV.requestRemoveLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_remove.gif);
	background-position: right;
	width: 150px;
}

.galleryRequest TD TABLE.photoListing TD.requestLink DIV DIV.requestRemoveLink A {
	padding-right: 16px;
}

.galleryRequest TD TABLE.photoListing TD.requestLink DIV DIV.downloadLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_download.gif);
	background-position: right;
	width: 108px;
}

.galleryRequest TD TABLE.photoListing TD.requestLink DIV DIV.downloadLink A {
	padding-right: 24px;
}
/* END galleryRequest */

/* galleryRequestForm */
TABLE.galleryRequestForm {
	border: 1px solid #d0d0d0;
	border-collapse: collapse;
}

.galleryRequestForm TH {
	padding: 6px;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #a0a0a0;
}

.galleryRequestForm TD {
	padding: 6px;
	border-bottom: 1px solid #d0d0d0;
}

.galleryRequestForm TD TABLE TD {
	padding: 0px;
	border: 0px;
}
/* END galleryRequestForm */

/* galleryNavigate */
TABLE.galleryNavigate {
	border: 0px;
	border-collapse: collapse;
}

.galleryNavigate TD {
	padding: 6px;
}

.galleryNavigate TD.category {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.galleryNavigate TD DIV DIV.requestLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_cart.gif);
	background-position: right;
	width: 230px;
}

.galleryNavigate TD DIV DIV.requestLink A {
	padding-right: 20px;
}

.galleryNavigate TD DIV DIV.galleryLink {
	background-image: url(/content/plugins/tradeGallery/icons/button_gallery.gif);
	width: 140px;
}

.galleryNavigate TD DIV DIV.galleryLink A {
	padding-left: 20px;
}
/* END galleryNavigate */

.galleryPhotographList .photoThumbnail,
.galleryPhotographList .caption {text-align: center;}
.galleryPhotographList .formatName {text-align: left;}
div.tradeGalleryVideoThumb {
	width:134px;
	padding: 5px 0 3px 0;
	background:url(/assets/tradegallery/video-bg.png) repeat-y;
	margin: 0 auto;
}
div.tradeGalleryVideoThumb img {
	margin:5px 17px;
}
table.photographImageList {width:160px;margin:0 auto;}
table.photographImageList .requestLink {width:80px;}
table.photographImageList .formatName {width:70px;}

table.tradeGalleryPhotograph img { -ms-interpolation-mode:bicubic; }
.tradeGalleryPhotograph div.videoDisplay {
	background: #000 url(/assets/tradegallery/video-bg-large.png) repeat-y;
	text-align:center;
	width:600px;
}
.tradeGalleryPhotograph div.videoDisplay img {
	margin:10px 55px;
}
