/*********************************************************************************************************/
/* Gallery */
/*********************************************************************************************************/

span.shoot_title {
	font-size: 1.8em;
    font-weight: bold;
    display: block;
}

span.shoot_photographer {
	display: block;
}

span.shoot_expiry {
	display: block;
}	

img.gallery {
	border: 1px solid #ffffff;
	padding: 2px;
}

img.right_image {
	float: right;
	margin: 5px 0 5px 5px;
}

#gallery_shopping_content {
	color: #fff;
}

#gallery {
	display: block;
	width: 920px !important;
	margin-bottom: 15px;
}
				
#gallery #normal_view {
	display: block;
}
				
#gallery #normal_view #thumbs {
	float: left;
	display: block;
	width: 350px;
}

#gallery #normal_view #thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}				
#gallery #normal_view #thumbs ul li {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #ffffff;
	padding: 1px;
	margin: 5px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
				
#gallery #normal_view #preview {
	float: right;
	display: block;
	width: 558px;
}
#gallery #normal_view #preview #preview_image_options {
	height: 32px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #232323;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	-moz-border-radius: 0.4em;
}
#gallery #normal_view #preview #preview_image {
	width: 550px;
	border: 1px solid #ffffff;
	min-height: 200px;
	_height: 200px;
	padding: 3px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	position:relative;
					
}
#gallery #normal_view #preview #preview_image_caption {
	padding: 0px;
	margin-bottom: 10px;
}

#preview_image_options table.image_options_table {
	/*width: 100px;*/
	margin: 0 auto;
	margin-top: 5px;
}

table.image_options_table {
	/*width: 100px;*/
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 6px;
}

table.image_options_table td {
	padding: 0 1px !important;
}
div.image_options {
	display: block;
	width: 100px;
	margin: 0 auto;
}

a.favourite span {
	display: block;
	width: 22px;
	height: 22px;
	background: url('/images/icons/favorite-disabled.png') top left no-repeat transparent;
	cursor: hand;
}
a.favourite span.active {
	display: block;
	width: 22px;
	height: 22px;
	background: url('/images/icons/favorite.png') top left no-repeat transparent;
	cursor: hand;
}

				
#gallery #thumb_view {
	display: block;
}
				
#gallery #thumb_view #thumbs {
	display: block;
}
#gallery #thumb_view #thumbs ul li {
	display: block;
	float: left;
	width: 108px;
	margin: 7px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
#gallery #thumb_view #thumbs ul li a.gallery_thumb_view_image {
	display: block;
	height: 100px;
	border: 4px solid #CCCCCC;
	padding: 0;
}

				
#gallery #pan_view {
	display: block;
	position: relative;
	border: 1px solid #ffffff;
	_width: 99%; /* IE 6 Issues */
	overflow: auto;
	height: 275px;
	margin: 0 auto;
}
#gallery #pan_view #thumbs {
	display: block;
	position: relative;
}
#gallery #pan_view #thumbs table.pan_view_table td {
	padding: 7px;
	text-align: center;
}
#gallery #pan_view #thumbs table.pan_view_table td a.gallery_pan_view_thumb img {
	border: 4px solid #CCCCCC;
}
				
.gallery_sections {
	background-color: #232323;
	padding: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 0.4em;
}

#gallery_header {
	padding-bottom: 30px;
}
				
#normal_view_paginator {
	width: 310px;
	height: 32px;
	line-height: 32px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #232323;
	margin-bottom: 5px;
	font-size: 11px;	
	-moz-border-radius: 0.4em;			
}

#normal_view_paginator span.normal_view_page_counter {
	display: block;
	float: left;
}
#normal_view_paginator span.normal_view_next_previous {
	display: block;
	float: right;
}

span.disabled_link {
	color: #cccccc;
}


/****** Comments / Photo Buy ******/
#create_photo_comment, #buy_photo {
	position: relative;
	margin: 20px 0;
}

#create_photo_comment #photo_sample, #buy_photo #buy_photo_sample {
	display: block;
	float: left;
	width: 320px;
	overflow: hidden;
	
}

#create_photo_comment #comment_box {
	display: block;
	float: right;
	width: 440px;
	border: 1px solid #999999;
	padding: 10px;
	position: relative;
}

#create_photo_comment #comment_box #photo_comment_message, #shoot_comment_message {
	margin-bottom: 5px;
	display: none;
}
#buy_photo #pricing_options #photo_buy_message {
	margin-top: 10px;
	margin-bottom: 5px;
	display: none;
}


#buy_photo #pricing_options {
	display: block;
	float: right;
	width: 460px;
	padding-bottom: 20px;
}

#pricing_options table.pricing_table {
	background-color: #ffffff;
	color: #000000;
}

#pricing_options table.pricing_table th {
	padding: 5px;
	background-color: #444444;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}

#pricing_options  table.pricing_table td {
	padding: 5px;
	border-right: 1px solid #ffffff;
}
#pricing_options table.pricing_table td.divider {
	height: 1px;
}
#pricing_options table.pricing_table td.divider div.divider {
	border-bottom: 1px solid #999999;
}
#pricing_options table.pricing_table .item {
	text-align: left;
}
#pricing_options table.pricing_table .cost, #pricing_options table.pricing_table .qty {
	text-align: right;
}

#legend {
	text-align:right;
	height: 22px;
	line-height: 22px;
	margin-bottom:10px;
}
#legend img {
	vertical-align: middle;
	margin-left: 5px;
}
#categorySelectBox {
	display: none;
    width: 300px; 
    border: 1px solid #fff;
}

#categorySearch {
	background-color: #fff;
	border: 4px solid #444444;
	color: #4F4F4F;
	line-height: normal;
	padding: 10px;
	width: 330px;
	position: absolute;
	margin-top: 5px;
	margin-left: 175px;
	z-index: 1;
}

#categoryHeader {
	background-color: #444444;
	padding: 10px;
	text-align: center;
	border: 1px solid #444444;
}

div#compare_photo {
	margin-top: 15px;
}

div#compare_photo img.photo, div#base_photo img.photo {
	padding: 2px; 
	width: 450px;
	max-height: 315px; 
	max-width: 450px;
	margin: 0 auto;
}

div[id="compare_photo"] img.photo, div[id="base_photo"] img.photo {
	height: auto !important;
	width: auto !important;
}

div#enlarged_photo img.photo {
	padding: 2px; 
	width: 600px;
	height: 400px;
	max-height: 400px; 
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid #999999;
}

div[id="enlarged_photo"] img.photo {
	height: auto !important;
	width: auto !important;
}


/*********************************************************************************************************/
/* Checkout */
/*********************************************************************************************************/

.checkoutTotalBar {
	border-bottom: 1px solid #999999;
}

.checkout_options table.pricing_table {
	background-color: #000000;
	-moz-border-radius-bottomleft: 0.6em;
	-moz-border-radius-bottomright: 0.6em;
	-moz-border-radius-topleft: 0.6em;
	-moz-border-radius-topright: 0.6em;
}

.checkout_options table.pricing_table th {
	padding: 10px;
	background-color: #444444;
	color: #ffffff;
	border-right: 0px solid #ffffff;
	font-weight: bold;
}

.checkout_options table.pricing_table td {
	padding: 5px 10px;
	border-right: 0px solid #ffffff;
}

.checkout_options table.pricing_table td.divider {
	height: 1px;
}

.checkout_options table.pricing_table td.divider div.divider {
	border-bottom: 0px solid #999999;
	
}

.checkout_options table.pricing_table .item {
	text-align: left;
}

.checkout_options table.pricing_table .cost, .checkout_options table.pricing_table .qty {
	text-align: right;
}

a img.cart_preview {
	padding: 2px;
	border: 2px solid #999999;
}

a:hover img.cart_preview {
	padding: 2px;
	border: 2px solid #FFFFFF;
}

div#cart_items {
	-moz-border-radius-bottomleft: 0.6em;
	-moz-border-radius-bottomright: 0.6em;
	-moz-border-radius-topleft: 0.6em;
	-moz-border-radius-topright: 0.6em;
	background: url('/images/templates/main/cart-grad-bg1.gif') top left repeat-x #1F1F1F ;
	border-color: #262626 #363636 #424242;
	border-style: solid;
	border-width: 1px;
	width: 670px;
	padding: 15px;
	background-color: #1F1F1F;
}

div.cart_item {
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	background: url('/images/templates/main/cart-grad-bg2.gif') top left repeat-x #333333;
	border-color: #4C4C4C #363636 #292929;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0;
	padding: 15px;
}

.totalsTable td {
	font-weight: bold;
}

table.payment_amounts_table td {
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 0;
}

div.cart_item div.image_preview {
	width: 120px;
	float: left;
}
div.cart_item div.cart_selections {
	width: 450px;
	float: right;
	color: #ffffff;
}




#now_viewing {
	margin: 4px 0;
	font-size: 1.1em;
}
#now_viewing span.now_viewing_label {
	font-weight: bold;
}
#now_viewing span.now_viewing_categories {
	color: #FFF200;
	font-style: itatlic;
	font-weight: bold;
}



/****** Gallery Comments ******/

#gallery_comments div.gallery_comment {
	display: block;
	margin-bottom: 1em;
	/*border: 1px solid #bbbbbb;*/
	border: 1px solid #606060;
	background-color: #313131;
	-moz-border-radius: 0.3em;
	padding: 3px 10px;
	padding-bottom: 6px;
	color: #ffffff;
}
div.gallery_comment span.comment {
	display: block;
}
div.gallery_comment span.commentor {
	display: block;
	
	padding: 3px 0;
	margin-bottom: 5px;
	font-size: 0.8em;
	font-style: italic;
}
			
#comment_form_comments table {
	background-color: #fff;
}

div.gallery_comment a {
	color: #316AC5 !important;
}
