body {
	background: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0 0 20px 0;
	padding: 0;
}

a img {
	border: 0;
}

a,
a:hover {
	text-decoration: none;
	cursor: pointer;
}

div#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

div#top {
}

div#logo {
	padding: 30px 0 20px 0;
	text-align: center;
}

div#logo_print {
	display: none;
}

div#nav {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
}

div#nav a {
	color: white;
}
div#nav a:hover,
div#nav a.on,
div#nav a.current {
	color: #02abfc;
}

div#nav ul,
div#footer ul,
div#megafooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


div#nav ul {
	height: 30px;
	line-height: 30px;
	background: transparent url(../furniture/horizontal_dots.gif) repeat-x left bottom;
}

div#nav {
	margin-bottom: 5px;
}

div#nav ul li {
	margin: 0 18px;
	display: inline;
}

div#nav div.tabcontainer ul li {
	margin: 0 15px;
}

div#nav ul li a {
	text-decoration: none;
}

div.tabcontainer {
	height: 30px;
}
div.tabcontainer div {
	display: none;
}

div.tabcontainer ul {
	background: none !important;
}

div#main {
	clear: both;
	padding-top:  10px;
}

div#grid {
	text-align: center;
}

div#grid ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#grid ul li {
	float: left;
	display: inline;
	margin: 0 1px 1px 0;
}

div#banners {
	clear: both;
	margin: 0;
	padding: 20px 0;
}

div#banners div {
	display: inline;
	float: left;
}

div#banners div.family {
	text-align: right;
}

div#banners div.makeover {
	text-align: left;
	border-left: 2px solid black;
}

div#banners div.product {
	text-align: left;
	border-left: 2px solid black;
}

div#banners a {
	display: block;
	border-bottom: 5px solid #d5d5d5;
}

div#banners a:hover {
	display: block;
	border-bottom: 5px solid #02abfc;
}

div#banners a img {
	margin-bottom: 1px;
}

div#main h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}

div#main h2 {
	font-size: 16px;
	font-weight: bold;
}

div#main p {
	line-height: 1.25em;
}

div#main a {
	color: #02abfc;
}

div.colLeft {
	float: left;
	width: 370px;
	background: transparent url(../furniture/vertical_dots.gif) repeat-y top right;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

div.colRight {
	float: left;
	width: 370px;
}

div.colMiddle {
	float: left;
	width: 370px;
	background: transparent url(../furniture/vertical_dots.gif) repeat-y top right;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

div#slideshow {
	width: 364px;
	height: 364px;
}

div#megafooter {
	clear: both;

	background: transparent url(../furniture/footer_background.gif) repeat-x top left;
}

div#footer ul li {
	display: inline;
	margin: 0 28px !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

div#footer {
	clear: both;
	background: transparent url(../furniture/footer_background.gif) repeat-x top left;
	line-height: 25px;
	border-top: 20px solid black;
	text-align: center;
}

div#footer ul li {
	display: inline;
	margin: 0 20px !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

div#footer ul li a {
	color: #ccc;
}

div#footer p,
div#footer p a {
	color: #999;
	font-weight: normal;
	
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

h3.toggler {
	background-color: #333;
	color: white !important;
	padding: 3px 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

h3.toggler a,
h3.toggler a:hover {
	color: white !important;
}

div.accordion {
	margin: 5px 0;
}

form .field {
	width: 100px;
}

form input,
form select,
form textarea {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
}


div#photographers {
	clear: both;
	background: black url(../furniture/horizontal_dots.gif) repeat-x left top;
	padding: 20px 0;
	margin-top: 20px;
}

div#photographers h2 {
	margin-top: 0;
}

div#photographers div.group {
	float: left;
	margin-right: 40px;
}

div#photographers div.last,
div#photographers li.last {
	margin-right: 0;
}

div#photographers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#photographers ul li {
	float: left;
	margin-right: 35px;
	width: 150px;
}

div#photographers ul li img {
	border: 4px solid white;
}

ul.searchResults {
	margin: 2em 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.searchResults li {
	padding-bottom: 1em;
	margin-bottom:  1em;
	background: transparent url(../furniture/horizontal_dots.gif) repeat-x left bottom;
}

ul.searchResults li a:hover {
	color: #02abfc !important;
}

table.formtable {
	border: 1px solid #333;
	width: 100%;
}

table.formtable td {
	padding: 5px;
}

table.formtable td.submit {
	text-align: right;
}

table.basket input,
table.basket select,
table.basket textarea {
	width: 100%;
}

.required,
.required label {
	color: #c33;
}

div.error_message,
div.message {
	background: #300 url(../furniture/icon_error.gif) 8px 8px no-repeat;
	padding: 6px 8px 6px 28px;
	margin: 1em 0;
	border: 1px solid #600;
}

div.warning {
	background: #ffd url(../furniture/icon_warning.gif) 8px 9px no-repeat;
	padding: 8px 8px 8px 28px;
	margin: 1em 0;
	border: 1px solid #ffcc00;
}

div.info {
	background: #012 url(../furniture/icon_notice.gif) 8px 9px no-repeat;
	padding: 8px 8px 8px 28px;
	margin: 1em 0;
	border: 1px solid #0099ff;
}

div.success {
	background: #010 url(../furniture/icon_success.gif) 8px 9px no-repeat;
	padding: 8px 8px 8px 28px;
	margin: 1em 0;
	border: 1px solid #060;
}

label {
	cursor: pointer;
}

div#imagescroller {
	overflow: scroll;
	height: 550px;
	margin-bottom: 10px;
}

div#imagescroller label {
}

div#imagescroller div.image {
	margin-bottom: 20px;
}

div#imagescroller div.image img {
	border: 1px solid white;
	margin-bottom: 5px;
}

div#compare {
}

div#compare img {
	width: 45px;
	border: 1px solid #666;
	margin-right: 3px;
	margin-bottom: 3px;
}

div#compareSubmitDiv {
	margin-bottom: 10px;
	text-align: center;
}

div#lightbox {
	z-index: 100;
	margin-bottom: 20px;
}

div#lightbox #outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 370px;
	height: 370px;
	margin: 0 auto;
	}

div#lightbox #imageContainer{
	padding: 10px;
}

div#lightbox #loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 1;
}

div#lightbox img#lightboxImage {
	z-index: 10;
}

div#lightbox div#image_filename {
	color: #999;
	margin-top: 5px;	
}

div#basket {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #333;
}

div#basket h4 {
	margin: 0 0 5px 0;
	padding-left: 30px;
	font-size: 100%;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	background-color: #333;
}

div#adding {
}

div.rule {
	background: transparent url(../furniture/horizontal_dots.gif) repeat-x left 20px;
	clear: both;
	padding: 20px 0;
}


table.basket_contents {
}

table.basket_contents td {
	padding: 5px;	
}
table.basket_contents textarea {
	width: 250px;
}

table.basket_contents td.image img {
	border: 1px solid #999;
}

table.basket_contents th {
	text-align: left;
	color: white;
	background-color: #333;
	border: 1px solid black;
	padding: 4px 6px;
}
table.basket_contents td {
	text-align: left;
	color: white;
	background-color: #181818;
	border: 1px solid black;
	padding: 4px 6px;
}

table.basket_contents tfoot td {
	font-weight: bold;
	background-color: #333;
}

a.buttonlink,
.submit input {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	padding: 0 0 0 24px !important;
	background: transparent url(../furniture/button_search.gif) no-repeat 0 2px;
	line-height: 1.35em;
	border: 0;
	color: white;
	cursor: pointer;
	text-align: left;
}

.submit input {
	background-position: 0 4px !important;
}

a.buttonlink:hover,
.submit input:hover {
	color: #02abfc !important;
}

a.small,
.small input {
	font-size: 120%;
}

.smallest input {
	font-size: 100%;
}

span.highlight {
	color: #02ABFC;
}

div#compareimages div.image {
	float: left;
	background: white;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

div#compareimages div.image img {
}

div#compareimages div.caption {
	color: #999;
	padding-top: 10px;
}

div.colLeft h4 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	margin-bottom: 0;
	padding-bottom: 0;
}


div.gallery {
	width: 210px;
	margin: 0 20px;
	float: left;
	border: 1px solid #333;
	height: 190px;
}

div.galleryheader {
	padding: 5px;
	background: #333;
	font-weight: bold;
	font-size: 120%;
}

div.gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}

div.gallery ul li {
	margin-bottom: 5px;
}

div.gallery ul li a {
	padding: 0 0 0 24px !important;
	background: transparent url(../furniture/button_search.gif) no-repeat 0 0;
	border: 0;
	color: white;
	cursor: pointer;
	font-size: 110%;
	color: white !important;
}

div.gallery ul li a:hover {
	color: #02abfc !important;
}

div#email_me {
	height: 3em;
}

ol {
	padding-left: 0;
	margin-left: 2.3em;
}

ol li {
	margin-bottom: 1em;
}

a.white {
	color: white !important;
}


div#pagination {
	margin-top: 1em;
}

div#pagination div.results {
	margin: 1em 0;
}

div#pagination div.links {
	margin: 1em 0;
}

div#marquee {
	width: 760px;
	padding: 5px 0;
	background: black url(../furniture/marquee.jpg) repeat-y top left;
	font-size: 14px;
	margin: 0 0 20px 0;
text-align: center;
}


div#marquee a {
	text-decoration: none;
	color: white;
}

fieldset.order-details {
	border: 1px solid #333;
	padding: 10px;
	margin: 0 0 1em 0;
}

fieldset.order-details legend {
	font-weight: normal;
	font-size: 120%;
	border-bottom: 5px solid black;
	color: #02abfc;
}

fieldset.order-details th {
	text-align: left;
}

div#basket_status div.error_message {
	position: absolute;
	left: -30px;
	top: -20px;
	width: 180px;
}

div.inset-image {
	float: right;
	border: 10px solid white;
	margin: 0 0 20px 20px;
}

div.sitemap {
	
}

div.sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.sitemap ul li {
	padding: 5px 10px;
	background: transparent url(../furniture/footer_background.gif) repeat-x left top;
	margin-bottom: 2em;
	font-size: 140%;
}

div.sitemap ul li a {
	color: white !important;
}

div.sitemap ul li a:hover {
	color: #02ABFC !important;
}

div.sitemap ul li ul {
	margin: 0.5em 0 0 0;
}

div.sitemap ul li ul li {
	padding: 0 0 0 18px;
	margin-bottom: 0.5em;
	border: 0;
	background: transparent url(../furniture/site_map_list_icon.gif) no-repeat 2px 2px;
	font-size: 80%;
}

span.statcounter {
	text-align: center;
	display: block;
}


/* Image Sorting UL */
ul#image-view {
	padding:10px 0;
	margin: 10px 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}  

ul#image-view li {
	float:left;
	padding:5px 5px 0;
	background:#222;
	margin: 0 5px 5px 0;
	border:1px dotted #444;
	position:relative;
}

ul#image-view li div.image-info, ul#image-view li div.meta {
	padding:5px 0 0;
	text-align:right;
	height:18px;
	line-height:18px;
	display:block;
}

ul#image-view li div.meta {
	padding:5px 0;
	text-align:center;
	font-size:10px;
	/*position:absolute;
	top:0; left:0;*/
	width:100%;
	background:#222;
	z-index:800;
}

div.counter, div.counter-off {
	float:left;
	text-align:left;
	font-size:10px;
	padding:0 0 5px;
} 


div#thumb-resize {
	background: #222;
	padding:5px; margin: 0;
	text-align:center; position:relative;
}

div#resize-label {
	position:absolute;
	top:8px; right:215px;
	text-align:right;                                                   
	padding-left:20px;
	background: url(../app/webroot/img/icons/images.png) no-repeat;
}


a.edit-image-btn {
	background: url(../app/webroot/img/icons/image_edit.png) no-repeat 0px -2px;
} 

a.delete-image-btn {
	background: url(../app/webroot/img/icons/image_delete.png) no-repeat 0px -2px;
}


div#track1 {
	width: 200px;
	background: url(../app/webroot/img/scaler_slider_track.gif) no-repeat center left; 
	height:18px;
	margin:1px 0 0;   
	text-align:left;
}

div#handle1 {
	width: 18px; height: 18px;
	cursor:pointer;
}


div.scale-image {
	display:table;
	background:#222;
	padding:0; margin:0;
	text-align:center;
	height:100%;
	width:175px; 
}

ul#image-view li.current, ul#image-view li.current div.meta, ul#image-view li.current div.scale-image {
	background:#447200; 
}

div.scale-image.sort {
	cursor:move;
}

div#sort_type .selected {
	color:#02ABFC
}

img.tall {
	height:100%;
}              
               
img.wide {
	width:100%;
}

div.scale-image div {
	display:table-cell;
	vertical-align:middle;
	height:100%; 
	position:relative; 
}

div.scale-image div span.meta {
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	text-align:center;
}


div#sort_type {
	padding-left:10px;
	text-align:left;
}


div#select-thumb {
	height:138px;
	overflow:auto;
	text-align:left;
}

div#slider {
	float:right;
	margin-right:10px;
}
ul.dash-strip {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 1em 0;
	padding: 0;
}

ul.dash-strip.tight li {
	padding-left:0;
}
ul.dash-strip li {
	border-bottom:1px dotted #444444;
	margin-bottom:5px;
	padding:0 8px 5px 0;
	position:relative;
}

ul.dash-strip li span {
	margin-left: 20px;
}

div.embed {
	background:#222222 none repeat scroll 0 0;
	border-bottom:1px dotted #444444;
	margin-bottom:5px;
	margin-top:-5px;
	padding:10px;
}

div#select-thumb {
	height:250px;
	overflow:auto;
	text-align:left;
}

ul#preview-list {
	margin: 0;
	padding: 0;
}


ul#preview-list li {
	display:table-cell;
	float:left;
	text-align:center;
	vertical-align:middle;
	margin: 0 5px 5px 0;
}

ul#preview-list li a {
	display:table-cell;
	vertical-align:middle;
}
div#preview_pane img {
	border: 1px solid #999;
}

div#preview_pane {
	position: relative;
}


div#preview_pane div.submit {
	position: absolute;
	top: 110px;
	right: 0;
}

div#messenger-wrap {
	position:fixed;
	width:100%;
	height:100%;
	top:0; left:0;
	display:table;
	background: url(../app/webroot/img/msg-bg.png);
	z-index:1000;
}                      

div#messenger {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

div#messenger p {
	padding:10px;
	background:#111;
	width:350px;
	margin: -30px auto 0;
	border:1px solid #02ABFC;
	text-align:center; 
}

div#messenger input {
	margin-top:5px;
}                    

span#messenger-span {
	padding:2px 0 2px 20px;  
	margin:0 auto; 
	font-weight:bold;
	color:#efefef;
}  
                 
div#messenger span.accept {
	background: #111 url(../app/webroot/img/icons/accept.png) no-repeat top left;
}

div#messenger span.hourglass {
	background: #111 url(../app/webroot/img/icons/loading_pie.gif) no-repeat top left;
}

div#messenger span.exclamation {
	background: #111 url(../app/webroot/img/icons/exclamation.png) no-repeat top left;
}  

div#messenger span.stop {
	background: #111 url(../app/webroot/img/icons/stop.png) no-repeat top left;
}


div#box a {
	color: white !important;
	text-decoration: underline;
}

div#box a:hover {
	text-decoration: none;
}

div#shoot-nav {
	margin-top: 20px;
	text-align: center;
}

div#shoot-nav div.steps {
	background: transparent url(../furniture/progress_bar.gif) no-repeat center 0px;
}

div#shoot-nav div.step {
	text-align: center;
	width: 180px;	
	float: left;
	margin-right: 20px;
}

div#shoot-nav div.last {
	margin-right: 0;
}

div#shoot-nav div.step a {
	padding: 5px 10px 135px 10px;
	display: block;
	color: white;
	font-size: 120%;
	border: 1px solid white;
}

div#shoot-nav div.step-disabled a,
div#shoot-nav div.step-denied a {
	color: #ccc;
	border: 1px solid #999;
}


div#shoot-nav div.step a:hover {
	border: 1px solid white;
	color: white;
}

div#shoot-nav div.step div.step-number {
	font-size: 160%;
	color: white;
	margin-bottom: 10px;
}

div#shoot-nav div.step-disabled div.step-number,
div#shoot-nav div.step-denied div.step-number {
	color: #999;
}

div#shoot-nav div.step a.slideshow {
	background: black url(../furniture/icon_slideshow.gif) no-repeat center 30px;
}
div#shoot-nav div.step-disabled a.slideshow {
	background: black url(../furniture/icon_slideshow_disabled.gif) no-repeat center 30px;
}

div#shoot-nav div.step a.manage {
	background: black url(../furniture/icon_manage.gif) no-repeat center 30px;
}

div#shoot-nav div.step a.invite {
	background: black url(../furniture/icon_invite.gif) no-repeat center 30px;
}
div#shoot-nav div.step-disabled a.invite {
	background: black url(../furniture/icon_invite_disabled.gif) no-repeat center 30px;
}
div#shoot-nav div.step a.order {
	background: black url(../furniture/icon_order.gif) no-repeat center 30px;
	margin-right: 0;
}
div#shoot-nav div.step-disabled a.order,
div#shoot-nav div.step-denied a.order {
	background: black url(../furniture/icon_order_disabled.gif) no-repeat center 30px;
	margin-right: 0;
}

div.table-row-hidden {
	display: none;
}

div.table-row-visible {
	display: block;
}

a.add {
	color: white !important;
	font-size: 120%;
	padding-right: 22px;
	background: transparent url(../furniture/icon_add.png) no-repeat right 0;
	line-height: 16px;
	height: 16px;
	display: block;
	float: right;
}

table.recipients {
	width: 100%;
}

table.recipients tr th,
table.recipients tr td {
	border-bottom: 1px solid #666;
	padding: 4px 0;
	text-align: left;
}

div.box {
	background-color: #222;
	padding: 10px 10px 0 10px;
	border: 1px solid #999;
	margin-bottom: 20px;
	height: 1%;
	position: relative;
}

div#share-links {
	padding-top: 20px;
	clear: both;
	font-size: 160%;
	line-height: 36px;
	text-align: center;
}

div#share-links a {
	margin-left: 30px;
}

ul.ticks {
	list-style-type: none;
	padding-left: 20px;
	font-size: 120%;
	color: #ccc;
	font-weight: bold;
}

ul.ticks li {
	padding-left: 20px;
	background: transparent url(../furniture/tick.gif) no-repeat 0 3px;
	margin: 0.5em 0;
}

ul.double {
	overflow: hidden;
}

ul.double li {
	width: 45%;
	float: left;
}


div#testimonials {
	
}

div#testimonials div.testimonial {
	overflow: hidden;
	border-top: 1px solid #333;
	padding: 15px 0;
}

div#testimonials div.testimonial div.image {
	float: left;
	width: 150px;
}

div#testimonials div.testimonial div.image div.border {
	border: 1px solid #999;
}


div#testimonials div.testimonial div.text {
	float: right;
	width: 615px;
}

div#testimonials div.testimonial div.text h2 {
	margin-top: 0;
}

div#testimonials div.testimonial div.text p.author {
	color: #ccc;
}

table.links td {
	border-top: 1px solid #333;
	padding: 15px 0;
}

table.links td h2 {
	margin-top: 0;
}

table.links td a {
	font-size: 120%;
}

a.shop-button {
	display: block;
	width: 684px;
	height: 61px;
	padding-top: 40px;
	padding-right: 96px;
	font-size: 200%;
	color: white !important;
	text-align: center;
	outline: none !important;
	margin-bottom: 10px;
}

a.shop-button-small {
	display: block;
	width: 291px;
	height: 76px;
	padding-top: 25px;
	padding-right: 96px;
	font-size: 180%;
	color: white !important;
	text-align: center;
	line-height: 1.1em;
	outline: none !important;
}

a.shop-button span,
a.shop-button-small span {
	color: #ddd !important;
}

a.shop-button-small span {
	font-size: 80%;
}

a.shop-button:hover,
a.shop-button-small:hover {
	text-decoration: underline !important;
}

a.shop-button-makeover {
	background: transparent url(../furniture/shop_button_makeover.jpg) no-repeat right 0;
	float: left;
}

a.shop-button-family {
	background: transparent url(../furniture/shop_button_family.jpg) no-repeat right 0;
	float: right;
}

