div{
	padding: 0px;
	margin: 0px;
}

p{
	padding: 0px;
	margin: 0px;
}

form{
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6{
	padding: 0px;
	margin: 0px;
}



body{
    font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
    font-size: 11px;
    margin: 102 0 135 0;
}

td {     
    font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
    font-size: 11px;
}

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;

}

div#header{
        position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 899;
        background-image: url(images/h-mid.gif);
}

div#header div#header_inner{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 102px;
	width: 100%;
        background-image: url(images/h-mid.gif);
}

div#header div#left{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 102px;
	width: 24px;
	background-image: url(images/h-left.gif);
}

div#header div#right{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 102px;
	width: 24px;
	background-image: url(images/h-right.gif);
}

div#header div#logo{
	position: absolute;
	left: 40px;
	top: 40px;
	height: 37px;
	width: 266px;
	background-image: url(images/h-logo.gif);
}

div#header div#thumb{
	position: absolute;
	right: 40px;
	top: 0px;
	height: 64px;
	width: 196px;
	background-image: url(images/h-thumbs.gif);
}


div#side_a {
	position: absolute;
	margin-top: 20px;
	left: 10px;
	top: 120px;
	width: 330px;
}

div#side_b {
	display: none;
	background-color: white;
	margin-top: 20px;
	position: absolute;
	top: 120px;
	right: 0px;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

div#main{
        margin-left: 350px;
/*
	margin-right: 170px;
	margin-bottom: 200px; */
}

div#full_main{
	margin-left: 20px;
}

div#detail{
	margin-right: 20px; 
	border-right: 1px solid #ffcc33;
	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;
	border: 1px solid #ffcc33;
	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: 8px;
	bottom: 6px;
	border-top: 1px solid #ffcc33;
	border-left: 1px solid #ffcc33;
	width: 335px;
	height: 27px;
}

div#search_bottom{
	width: 500px;
}

td.pages { width: 100%; }
table.pager{ width: 500px; }


div#top_menu{
        position: absolute;
        right: 338px;
        bottom: 6px;
        border-top: 1px solid #ffcc33;
        border-left: 1px solid #ffcc33;
        height: 27px;
	width: 305px;
}

div#top_menu a{
	position: relative;
	display: block;
        border-right: 1px solid #ffcc33;
	height: 27px;
	width: 100px;
	float: left;
        text-decoration: none;
}

div#top_menu a.last{
	position: relative;
        border-right: 0px solid black;
	display: block;
        height: 27px;
        width: 100px;
        float: left;
        text-decoration: none;
}

div#top_menu a span{
	position: absolute;
	display: block;
        height: 18px;
        width: 100px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
	bottom: 4px;
	width: 100px;
	color: black;
}




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: 18px;
	font-size: 11px;
	position: absolute;
	right: 70px;
	width: 160px;
	top: 4px;
}

a.tiny_button{
	display: block;
	width: 50px;
	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: 120px;
        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/large-button.gif);
}


a.search_button{
	position: absolute;
	right: 15px;
	top: 4px;	
}

a.left_button{
	position: relative;
	left: 70px;
}

a.right_button{
	position: relative;
	left: 70px;
}

div.left_box{
	border-right: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	/* padding-bottom: 5px;
	padding-right: 0px;
	padding-top:10px; */
}

div.right_box{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	/* padding-bottom: 5px;
	padding-left: 5px;
	padding-top:10px; */
	margin-top:10px;
}

div#lightbox_container div.right_box{
	float: right;
	height: 110px;
	width: 210px;
	position: relative;
}

div.right_box div.inner{
	margin-left: 10px;
	margin-bottom: 5px;
}

div#side_a h1,div#side_b h1{
	font-size: 14px;
}

div#login input{
	width: 80px;
}

div#login label{
	display: block;
	float: left;
	text-align: right;
	width: 60px;
	/* padding-right: 5px; */
	font-size: 11px;	
}

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 #aaa;
                background-color: #eee;
	}
	

	div.asset_selected{
                border: 1px solid #333;
                background-color: #aaa;
	}
	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{   
                position: fixed;
                left: 0px;
                bottom: 0px;
		width: 100%; 
/*		border-top: 3px solid #aaa;  */
		z-index: 900;
}

div#bottom-tabbed-container div#footer{
	position: absolute;
}

div#footer {
		position: fixed;
                left: 0px;
                bottom: 0px;
                width: 100%;
		height: 17px;
                z-index: 1901;
		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#lightbox{
        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');
		border-bottom: 1px solid #ffcc33;
	}
	div.inactive-tab {
		background-image: url('/images/tab_inactive.gif');
	}
	div#tab_contents{
		background-image: url('/images/tab-bg.gif');
		background-repeat: repeat-x;
		position: absolute;
		background-color: white;
		bottom: 0px;
		left: 0px;
		height: 112px;
		width:100%;
		border-top: 1px solid black;
		overflow: hide;
	}
	div#bottom-tabs{
		position: absolute;
		bottom: 112px;
		left: 0px;
		width: 100%;
		z-index: 2;
		background-color: #ddd;
                border-top: 1px solid #ffcc33;
	}
	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;
}


