font,th,td,p,body,input,select,option,span {font-family: verdana, arial, helvetica, sans-serif;font-size: 9px;}
textarea {font-family: verdana, arial, hevetica, sans-serif;font-size: 9px;}
UL,OL {padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;}
BLOCKQUOTE {margin-top:0;margin-bottom:0;}
A:link {text-decoration:underline;color:#000099;}
A:visited {text-decoration:underline;color:#800080;}
A:active {text-decoration:underline;color:#0000CC;}
A.nav:link {text-decoration:none;color:#333333;}
A.nav:visited {text-decoration:none;color:#333333;}
A.nav:active {text-decoration:none;color:#333333;}
h1 {font: 18px/27px Verdana,Tahoma,Arial,sans-serif;color:#AB3140;}
h3 {font: 14px/21px Verdana,Tahoma,Arial,sans-serif;color:#000000;}
.img-product {background: #F9F9F9;width: 200px;height: 200px;border: 1px solid #999999;}
.rollover a {display:block;width: 60px;height: 60px;border: 1px solid #999999;}
.rollover a:hover {border: 1px solid #990000;}
#features ul {margin:0;padding:0px 0px 0;list-style:none;}
#features li {float:left;background:url("images/arrow.gif") no-repeat 0px 4px;margin:0;padding:0 0 0 15px;}
ul {margin:0;padding:0px 0px 0;list-style:none;}
li {background:url("images/arrow.gif") no-repeat 0px 2px;color:#333333;text-decoration:none;margin:0;padding:0 0 0 15px;}

table.photos{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
	width:100%;
}
table.photos tr th{
	margin:0;
	padding:6px;
	background:#ccc;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	text-align:left;
	font-size:14px;
}
table.photos tr td{
	margin:0;
	padding:6px;
	background:#e6e6e6;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	text-align:left;
}
#photographeruploadbox ul li,
#photographerloginbox ul li,
ul.home li{
	margin:6px 0 0 0;
	padding:0 0 0 12px;
	background:url("images/li.gif") no-repeat 0px 4px;
}
ul.pdf {margin:0;padding:0px 0px 0;list-style:none;}
ul.pdf li {background:url("images/pdf.gif") no-repeat;margin:0;padding:2px 0 0 22px;min-height:16px;_height:16px;}

table.checkout{
	margin-bottom:16px;
}
table.checkout td:first-child{
	font-weight:bold;
	width:200px;
}


#checkout_progress {
	width:100%;
	margin:0 0 10px 0;
} 
#checkout_progress tr td {
	background-color: #CCC;
	color: #333;
	padding:4px;
	margin:0;
}
#checkout_progress tr td.active {
	background-color: #333;
	color: #fff;
}

table.savedcartdetails {
	width:100%;
}
table.savedcartdetails tr th {
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:0 4px 4px 0;
	margin:0;
	width:100px;
}
table.savedcartdetails tr td {
	text-align:left;
	vertical-align:top;
	color: #333;
	padding:0 0 4px 0;
	margin:0;
}


/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

