html,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	margin: 0px;
	padding: 0px;
	font-family: "lucida grande", tahoma, verdana, arial;
	text-align: center;
	font-size: 11px;
	color: #444444;
	background-image: url("/img/photography_back.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
}

#body {
		
	margin: 0px auto;
	width: 700px;
	text-align: left;
	font-size: 11px;
	background-image: url("/img/photography_main.jpg");
	
	background-repeat: repeat-y;
	margin-bottom: 50px;
	background-color: #000000;
	
}


#main {
	background-image: url("/img/photography_header.jpg");
	background-repeat: no-repeat;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 100px;
}


#chatbadge {
	width:100px;
	position:fixed;
	/* Hides from IE5-mac \*/
	* position:absolute;
	/* End hide from IE5-mac */
	top:150px;
	right:5px;
	color:green;
	display:none
}

#menu {
	padding: 5px;
	background-color: #444444;
	/* Hides from IE5-mac \*/
	* height: 1%;
	/* End hide from IE5-mac */
	border-bottom: 2px solid #000000;
}

#menu a {
	color: #CCCCCC;
}

#photo img {
	border-bottom: 2px solid #000000;
}


#left {
	float: left; 
	width: 170px;
}

#right {
	float: right;
	width: 450px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

*html #right {
	width: 470px;
}



#footer {
	text-align: center;
	padding: 5px;
	background-color: #444444;
	border-top: 2px solid #000000;
}

.blue_box {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.black_box {
	background-color: #000000;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

.black_box a {
	color: #336699;
}

.black_box a:hover {
	color: #336699;
}




.box {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.margin_box {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
	

.empty_box {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.small {
	font-size: 9px;
	color: #AAAAAA;
}

table.photography {
	width: 100%;
	border: 1px solid #CFD7E4;
	margin-bottom: 20px;
}


tr.odd {
	background-color: #CFD7E4;
}

table.photography td {
	font-size: 11px;
	padding: 3px;
}


p {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 10px;
}

h3 {
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	margin-top:10px;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #000000;
} 

#footer a {
	color: #AAAAAA;
}

dl {
	padding: 5px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
}

td {
	font-family: "lucida grande", tahoma, verdana, arial;
	font-size: 11px;
}



.margin {
	margin: 10px;
}

.clear {
	clear: both;
}

.error {
	color: #FF0000;
}

.column_left {
	float: left;
	width: 215px;
}

.column_right {
	float: right;
	width: 215px;
}

.hidden {
	display: none;
}



.portfolio_thumb {
	float: left;
	margin: 5px;
	width: 80px;
	height: 110px;
}

.portfolio_thumb2 {
	float: left;
	margin: 5px;
	width: 80px;
	height:83px;
}

.portfolio_thumb img {
}

div.gallery_nav {
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

td.photo {
	margin: 10px;
	width: 125px;
	text-align: left;
}



table#popup_viewer {
	background-color: #CCCCCC;
}
table#popup_viewer td {
	vertical-align: top;
}

table#photo_picker {
	width: 150px;
	margin: 5px;
	background-color: #DDDDDD;
}	

td#popup_viewer_right {
	width: 160px;
	border-left: 2px solid #000000;
}

td.photo_name {
	width: 80px;
	background-color: #EEEEEE;
	font-size: 10px;
	text-align: left;
}

td.photo_price {
	background-color: #EEEEEE;
	font-size: 10px;
}

td.add_photo {
	width: 16px;
	background-color: #EEEEEE;
}

td.photo_quantity {
	background-color: #EEEEEE;
}

ul.expanded {
   display: block;
}
ul.collapsed {
   display: none;
}

div.expanded {
   display: block;
}
div.collapsed {
   display: none;
}

div#promotion {
	padding: 10px;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

div#promotion ul a {
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #336699;
}

ul#gallery li { display:inline; text-align:left; clear:none; float:left; border:0; }
*html ul#gallery li a { margin-left:0px; padding:3px; position:relative; float:left; display:block; height: 98px; width: 98px; }
ul#gallery li a { margin:5px; padding:3px; position:relative; float:left; display:block; height: 90px; width: 90px; }
ul#gallery li a:hover { z-index:2; }
ul#gallery li a img { position:absolute; width:90px; height:90px; }




td.cart_header {
	background-color: #CCCCCC;
	font-weight: bold;
}

td.cart_image {
	text-align: center;
	background-color: #DDDDDD;
}

td.cart_info {
	background-color: #EEEEEE;
}

img.cart_image {
	margin: 0px auto;
}



table#checkout {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #CCCCCC;
}

table.checkout {
	text-align: right;
}

td.field {
	width: 150px;
}

input.checkout {
	width: 150px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

td.checkout_info {
	padding: 5px;
	background-color: #EEEEEE;
} 

div.checkout_total {
	text-align: right;
	padding: 5px;
	font-weight: bold;
}



input.text {
	border: 1px solid #DDDDDD;
}

textarea.text {
	width: 436px;
	border: 1px solid #DDDDDD;
}

input.submit {
	float: right;
}

.short_text {
	float: right;
	width: 320px;
	border: 1px solid #DDDDDD;
}

