div{
	padding: 0px;
	margin: 0px;
}

p{
	padding: 0px;
	margin: 0px;
}

form{
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6{
	color: #328925;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
}

h3 {
	margin-top: 10px;
        font-size: 13px;
}

#side_b h3 {
	margin-top: 10px;
	text-align: center;
	color: black;
	font-size: 13px;
}

#side_b h4 {
        margin-top: 10px;
        text-align: center;
        color: #aaa;
        font-size: 13px;
}


body{
    font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
    font-size: 12px;
}

td {     
    font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
    font-size: 12px;
}

h1{
   font-weight: bold;
   font-size: 19px;
   margin-top: 0.15em;
   margin-bottom: 0.30em;
}

h2{
   font-weight: bold;
   font-size: 15px;
   margin-top: 0.15em;
   margin-bottom: 0.15em;
}



div#container{
	position: relative;
	width: 100%;
}

div#header{
	position: relative;
	width: 100%;
	height: 105px;
	left: 0px;
	top: 0px;
}

div#logo {
	position: absolute;
	left: 30px;
}


div#side_a {
	position: absolute;
	margin-top: 20px;
	left: 10px;
	top: 120px;
	width: 330px;
}

div#side_b {
	position: absolute;
	margin-top: 20px;
	top: 0px;
	right: -10px;
	width: 245px;
	margin: 0px;
	padding: 0px;
}

div#main{
	margin-left: 5px;
	margin-right: 240px;
	min-height: 700px;
}

div#full_main{
	margin-right: 170px;
}

div#detail{
	margin-right: 20px; 
	height: 400px;
	margin-bottom: 120px;
	position: absolute;
	top: 103px;
	left: 0px;
	z-index: 901;
}

div#detail_inner {
        width: 345px;
}

div.detail-collapsed{
        width: 16px;
        overflow: hidden;
}

div.detail{
        width: 345px;
        overflow: auto;
}

div#zoomer{
	display: none;
        margin-right: 100px;
        margin-left: 344px;
        overflow: clip;
        height: 400px;
        margin-bottom: 120px;
        position: absolute;
        top: 103px;
        left: 0px;
	background: #eeeeee;
	z-index: 900;
}

div#zoomer_swf{
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 100%;
}


div#detail h1{
	font-size: 15px;
}

div#main p{
	margin-top: 0.15em;
	margin-bottom: 0.5em;
}

div#search{
	position: absolute;
	right: 10%;
	top: 20px;

	width: 335px;
	height: 27px;
}

div#search_bottom{
	width: 500px;
}

td.pages { width: 100%; }
table.pager{ width: 500px; }


div#outer_frame {
	position: relative;
        width: 95%;
        left: 20px;
	
}
div#top_menu{
        position: absolute;
	
	font-family: verdana;

	width: 100%;	
        height: 28px;
	bottom: 0;

	background-image: url(/static/menu_back.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 20px;
}
	

div#top_menu a{
	text-decoration: none;
}

div#top_menu a span{
        height: 18px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
	bottom: 4px;
	color: black;
        padding-right: 20px;
}




div#search div#find_a_photo{
	position: absolute;
	left: 5px;
	bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
}

div#search input#with_input{
	height: 1epx;
	font-size: 14px;
	position: absolute;
	right: 70px;
	width: 160px;
	top: 4px;
}

div#search select {
        height: 24px;
        font-size: 14px;
        position: absolute;
        right: 240px;
        width: 160px;
        top: 4px;
}

a.tiny_button{
	display: block;
	width: 80px;
	height: 20px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: black;
	margin-left: 0px;
	background-image: url(images/tiny-button.gif);
}

a.med_button{
        display: block;
        width: 80px;
        height: 20px;
        font-size: 10px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        text-align: center;
        /* padding-top: 4px; */
        font-weight: bold;
        color: black;
        margin-left: 0px;
        background-image: url(images/med-button.gif);
}

a.large_button{
        display: block;
        width: 127px;
        height: 21px;
        font-size: 10px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        text-align: center;
        /* padding-top: 4px; */
        font-weight: bold;
        color: black;
        margin-left: 0px;
        background-image: url(images/large-button.gif);
}

a.green {
	background-image: url(images/large-green-button.gif) !important;	
	color: white;
}


a.search_button{
	position: absolute;
	right: -40px;
	top: 2px;	
}

a.left_button{
	position: relative;
	left: 70px;
}

div.left_box{
	/* padding-bottom: 5px;
	padding-right: 0px;
	padding-top:10px; */
}

div.right_box{
	margin-top:10px;
}

div#lightbox_container div.right_box{
	float: right;
	height: 110px;
	width: 210px;
	position: relative;
}

div.right_box div.inner{
	clear: both;
	padding-bottom: 20px;
}

div#side_a h1,div#side_b h1{
	font-size: 14px;
}

div#login input{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 2px;

}

div#login label{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 12px;	
}

div#mail input{
	width: 80px;
}

div#mail textarea{
	width: 130px;
	height: 60px;
	margin-left: 20px;
	
}

div#mail label{
	display: block;
	float: left;
	text-align: right;
	width: 60px;
	/* padding-right: 5px; */
	font-size: 11px;	
}

div#mail label.full_line{
	display: block;
	float: left;
	text-align: right;
	width: 60px;
	/* padding-right: 5px; */
	font-size: 11px;	
}

	div.site_title{
		border: 1px solid #333;
		background-color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 2px;
		margin-left: 2px;
		margin-right: 2px;
	}
	div.filename{
                text-align: center;
		position: absolute;
		bottom: 5px;
		left: 0px;
		width: 100%;
        }
	div.asset{
                border: 1px solid #eeeeee;
                background-color: #f1f1f1;
	}
	

	div.asset_selected{
                border: 1px solid #333333;
                background-color: #dddddd;
	}
	table.thumb{
		margin-left: 8px;
	}
	td.thumb{
		height: 200px;
		width: 200px;
		vertical-align: middle;
		text-align: center;
	}
	img.thumb {
		position: relative;
	}
a.pagelink { color: black; text-decoration: none;}
a.pagelink:hover {text-decoration: underline;}


a.active { font-weight: bold; }

/* Form stuff */

div.form_line { position: relative; margin-bottom: 8px; }

div.form_line span#label { font-size: 10pt; position: absolute; left: 0px; top: 0px;}

div.form_line input {position: relative; left: 150px; width: 150px;}

div.form_line select {position: relative; left: 150px; }

div.form_line textarea {position: relative; left: 150px; width: 150px; height: 100px; }

/* End of Form stuff */


/*  Info bubble */

div#asset_info{
	z-index: 10;

        position: absolute;
        left: 240px;
        top: 300px;

	width: 495px;
	height: 228px;
	/* padding-left: 45px;
	padding-top: 6px; */
}

img.info_thumb{
	position: absolute;
	bottom: 10px;
	left: 50px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #555;
}

div#asset_info table{
	position: absolute;
	left: 300px;
	top: 20px;
}

div.asset,div.asset_selected {
	float: left; 
	height: 245px; 
	width: 220px; 
	margin-left: 5px; 
	margin-bottom: 5px; 
	margin-top: 5px; 
	position: relative; 
	text-align: center; }

/* div.asset table, div.asset_selected table{ width: 100%; height: 100%; } */

div#detail { text-align: center; }

div#bottom-tabbed-container{   
		display: none;
                left: 0px;
                bottom: 0px;
		width: 100%; 
/*		border-top: 3px solid #aaa;  */
}

div#bottom-tabbed-container div#footer{
}

div#footer {
		clear: both;
                left: 0px;
                bottom: 0px;
                width: 100%;
		height: 37px;
		background-color: #eee;
		border-top: 1px solid #aaa;
		text-align: center;
}


       div#footer a{
                text-decoration: none;
                font-weight: bold;
		color: black;
        }


div#lightbox_container h1 { font-size: 11px; margin: 0px; padding: 0px;}

div#cart div {height: 140px; width: 160px;}
div#cart div {height: 140px; margin-left: 160px;}

a.marked{
        z-index:100;
        display: block;
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 24px;
        height: 24px;
  	background-image: url(/common/icons/marked_simple.png);
}

a.unmarked{
        z-index: 100;
        display: block;
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 24px;
        height: 24px;
  	background-image: url(/common/icons/unmarked_simple.png);
}

a img { border: 0px;}

div#alightbox{
        width: 100%;
	overflow: auto;
	height: 90px;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a.add_to_lightbox{
        display: block;
        position: absolute;
        right: 29px;
        bottom: 5px;
        width: 24px;
        height: 24px;
}

.hoverthumb {
	border-top: 10px solid black;
}

a.tiny_button span, a.med_button span, a.large_button span{
	display: block; 
	padding: 4px 0 0 0;
	margin: 0;
}




/*  tabs */
	div#left-pad{
		float: left;
		height: 16px;
		width: 20px;
	}
	div#right-pad{
		float: left;
		height: 16px;
		width: 20px;
	}
	div.active-tab span,div.inactive-tab span{
		position: relative;
		top: 2px;
	}
	div.active-tab,div.inactive-tab{
		height: 16px;
		width: 50px;
		float: left;
		position: relative;

		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		color: black;
	}
	div.active-tab {
		background-image: url('/images/tab_active.gif');
	}
	div.inactive-tab {
		background-image: url('/images/tab_inactive.gif');
	}
	div#tab_contents{
		display: none;
	
		background-image: url('/images/tab-bg.gif');
		background-repeat: repeat-x;

		background-color: white;
		bottom: 0px;
		left: 0px;
		height: 112px;
		width:100%;
		border-top: 1px solid black;
		overflow: hide;
	}
	div#bottom-tabs{
		bottom: 112px;
		left: 0px;
		width: 100%;
		z-index: 2;
		background-color: #ddd;
	}
	div#extra{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 300px;
	}
	div#extra a.tiny_button, div#extra a.med_button, div#extra a.large_button{
		float: left;
		margin-left: 10px;
	}


	div.lightbox_target_active{
                display: block;
		position: absolute;
		z-index: 10000;
		bottom: 0px;
		left: 0px;
		background-image: url('/common/icons/trans2x2.gif');
		height: 100px;
		width: 100%;
		font-family: Lucida Grande, Verdana, Arial, Helvetica, sans serif;
		font-size: 20px;
	    	font-weight: bold;
		text-align: center;
	}

        div.lightbox_target_inactive{
                display: none;
        }
	
	div.lightbox_target_active_hover{
                display: block;
		background: red;
                height: 100px;
                width: 100%;
                font-family: Lucida Grande, Verdana, Arial, Helvetica, sans serif;
                font-size: 20px;
                font-weight: bold;
                text-align: center;
        }


	img.thumb{
		
	}

	img.thumb_drag{
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 10000;
		border: 4px solid black;
	}

	div#detail_close{
		position: absolute;
		top: 0px;
		right: 0px;
	}

	div.detail_closed{
		background-image: url('/images/collapse_right.gif');
		background-repeat: no-repeat;
		width: 16px;
                height: 2000px;
                background-color: white;
	}

	div.detail_open{
                background-image: url('/images/collapse.gif');
                height: 16px;
                width: 16px;
        }

        div#lightbox_button{
                height: 16px;
                width: 16px;
        }

        div.lightbox-closed{
                position: absolute;
                bottom: 0px;
                right: 0px;
                z-index: 1901;
                background-image: url('/images/collapse_up.gif');
        }

        div.lightbox-open{
                background-image: url('/images/collapse.gif');
                position: absolute;
                bottom: 113px;
                right: 0px;
                z-index: 1901;
        }

	div.lightbox-container-open{
	        height: 112px;
		background-color:white;
	}

	div.lightbox-container-closed{
                height: 16px;
		border-top: 1px solid black;
		overflow: hidden;
        }

	table.lb_entry {
        	height: 90px;
	}

	table.lb_entry_selected {
        	height: 90px;
        }

        table.lb_entry_selected td.lbthumb{
		border: 1px solid #999;
		background-color: #aaa;
		padding-left: 5px;
                padding-right: 5px;
	}


div.marketing {
	text-align: center;
}

div.marketing p{
 padding-top: 10px;
 padding-bottom: 10px;
}

div.marketing h2{
	text-align: center;
}

.highlight{
	color: #ffcc33;
}

div.marketing table{ 
		width: 700px;
		margin-left: auto;
		margin-right:auto;
}

div.marketing td.left{
	border-right: 1px solid #ccc;
	padding: 20px;
	vertical-align: top;
}

div.marketing td.right{
        padding: 20px;
	vertical-align: top;
}

div.marketing h3{
	font-size: 14px;
}

div.marketing div.buttons {
	text-align: right; 
}

div#zoom_holder{
	height: 375px;
}
div#alt_footer{ display: none; }

table.large_thumb{
	margin: 0px;
	padding: 0px;
	width: 325px;
}

table.large_thumb td{
	text-align: center;
        margin: 0px;
        padding: 0px;
}

#info {
	position: absolute;
}

a.cart img, a.lightbox img {
	vertical-align: middle;
}

a.cart {
	position: absolute;
	top: 0px;
	right: 20px;
	float: right !important;
}

a.lightbox {
        position: absolute;
        top: 0px;
        right: 120px;
        float: right !important;
}

a.cart span, a.lightbox span {
	font-weight: normal !important;
}

ul.drop_down {
	height: 18px;
	width: 100px;
	background-color: #f1f1f1;
	margin: 0px;
	padding: 0px;
}
ul.drop_down li#selected {
	display: block !important;
}
ul.drop_down li {
	padding: 1px 5px 1px 5px;
	margin: 0px;
	background-color: #f9f9f9;
}

ul.drop_down ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.drop_down ul {
	display: none;
}

ul.drop_down ul.open {
	display: block;
}

ul.drop_down ul.open > ul {
	display: block;
}

.button_right {
	float: right;
}

div.latest {
	margin-top: 10px;
}

div.portrait {
	padding-left: 43px;
}

div.latest img {
	padding-right: 5px;
	padding-bottom: 5px;
}

div.dotted {
border-bottom: 3px dotted #ccc;
margin: 10px;
}

#refine_form{
	margin-bottom: 10px;
}

#detail-top table {
	float: left;
}

.detail-bottom {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.related {
	padding-top: 20px;
	clear: left;
}

table.detail {
	clear: left;
	margin-top: 20px;
	width: 500px;
}

.detail_buttons {
	float: left;
	width: 200px;
	margin-left: 10px;
}

.detail_buttons a.large_button, .asset_buttons a.large_button {
	display: block;
}

.splash{
	display: static;
	padding: 5px;
	border: 2px solid #ccc;
	width: 645px;
	margin-bottom: 20px;
}

.splash .blurb {
	color: #999;
}

.light {
	color: #999;
}

.browse .category {
	margin-top: 10px;
	float: left;
	width: 250px;
}

.browse .asset {
	width: 130px; 
	height: 120px; 
	text-align: center;
	overflow: clipped;
}

.browse h4 {
        height: 33px;
        width: 95%;
	padding-left: 2.5%;
        overflow: hidden;
}

.browse h4 a {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

.clean_wide span b {
        font-weight: normal;
}

.clean_wide input, .clean_wide select, .clean_wide textarea {
        left: 0px !important;
        position: static !important;
        color: black;
        border: 1px solid #666;
        width: 250px !important;
}

.clean_wide span#label {
        position: static !important;
        display: block !important;
        color: #999;
}

.clean_wide div.chunk {
        clear: left;
        padding-top: 15px;
}


form.clean  div.form_line {
	width: 200px;
	height: 30px;
	float: left;
}

form.clean span b {
	font-weight: normal;
}

form.clean input, form.clean select {
	left: 0px;
	position: static;
	color: black;
	border: 1px solid #666;
	width: 150px;
}

form.clean span#label {
	position: static;
	display: block;
	color: #999;
}

form.clean div.chunk {
	clear: left;
	padding-top: 15px;
}

.clear {
	clear: both;
}

.optional {
	color: #aaa;
	font-weight: normal;
}

.problem h3 {
	color: #cc0000;
}

div.payment {
	width: 27%;
	float: left;
	padding: 3%;
}

.contact {
	margin-bottom: 20px;
}

.contact h4{
	color: #aaa;
	margin-top: 20px;
}

.contact table{
	margin-left: 50px;
	width: 300px;
}

table#orders {background-color: #eee; width: 100%; margin-bottom: 20px;}
td.top {border-top: 2px solid #000; background-color: #ccc; padding: 5px; border-bottom: 1px solid #aaa;}

tr.cart_header td, tr.cart_header th { padding: 5px; border-bottom: 1px solid #999; }

td.top_needtopay {border-top: 2px solid #000; background-color: #FFFF99; padding: 5px; border-bottom: 1px solid #aaa;}

td.top_cart {border-top: 2px solid #000; background-color: #CCCCCC; padding: 5px; border-bottom: 1px solid #aaa;}

.c1 { white-space: nowrap; }

td.top_denied {border-top: 2px solid #000; background-color: #CC3333; padding: 5px; border-bottom: 1px solid #aaa;}

td.end {border-bottom: 1px solid #aaa;}

table#order td { padding-left: 4px;  padding-right: 4px; padding-top: 0px; padding-bottom: 0px; margin: 0px;}

.ok_button {width: 50px; border: 1px solid black; background-color: #00CC00; color: white; font-size: 8pt; float: left; text-align: center; padding: 2px; text-decoration: underline;}
.no_button {width: 50px; color: white; background-color: #CC0000; border: 1px solid black; font-size: 8pt; float: left; text-align: center; padding: 2px; text-decoration: underline}
.neutral_button {width: 106px; color: white; background-color: #AAAAAA; border: 1px solid black; font-size: 8pt; float: left; text-align: center; padding: 2px; text-decoration: underline;}

.checkout_button{ padding: 20px; border: 1px solid #aaa; }

.content h4 {
	color: #aaa;
	margin-top: 10px;
}

.related table td.asset {
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: center;
}

.related table td.title {
	text-align: center;
}

.related table td.title a {
	text-decoration: none;
	color: black;
}

.green {
	color: #328925;
}

.last30 {
	text-align: center;
}

.last30 a {
	color: #aaa;
	text-decoration: none;
}

table.detail td {
	padding: 2px;
}

table td { 
	vertical-align: top;
}

