html {
	margin: 0;
	padding: 0;
	height: 100%;	
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
	background-image: url(../img/body-bg-vfade.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #676760;
	padding-top: 12px;
	margin-left: 15px;
	margin-bottom: 10px;
}

h1 {	
	font-size: 21px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

p {
	margin: 10px;
	margin-left: 20px;
}

/*
ul { margin-left: 25px; }
ol { margin-left: 25px; }
li { list-style-position: inside; }
*/
	
.textWatermark {
	color: #999;
}

#body-bg {
	background-image: url(../img/body-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	min-height:100%;
	height: auto !important;	
	height: 100%;
	width: 100%;
}

#body {
	width: 990px;
	height: 100%;
	margin: 0 auto;
	background-color: #efefed;
	text-align: left;
}

#header {
	background-image: url(../img/header-bg.jpg);
	height: 104px;
	position: relative;
	width: 990px;
}

#logo img {
	position: absolute;
	top:15px;
	left:15px;
}

#tabs {
	position: absolute;
	left: 330px;
	top: 75px;
	height: 30px;
	overflow: hidden;
	padding:0;
	margin: 0;
	list-style: none;
}

#tabs li {
	float:left;
	background:url(../img/tab-left.png) no-repeat left top;
	margin:0;
	padding: 0 0 0 8px;
	height: 29px;
	width: 113px;
	border-bottom:1px solid #ccc;
}

#tabs li a {
	float:left;
	display:block;
	width:113px;
	height: 29px;
	background:url(../img/tab-right.png) no-repeat right top;
	padding: 8px 0px 2px 0px;
	text-decoration:none;
	text-align:center;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	color:#765;
}

#tabs li a:hover {
	color:#333;
}

body.shows #tabs #tab-shows,
body.onfarm #tabs #tab-onfarm,
body.photostock #tabs #tab-photostock,
body.video #tabs #tab-video {
	background-position:0% -29px;
	border-bottom: 1px solid #fff;
}

body.shows #tabs #tab-shows a,
body.onfarm #tabs #tab-onfarm a,
body.photostock #tabs #tab-photostock a,
body.video #tabs #tab-video a {
	background-position:100% -29px;
	color:#333;
	padding-bottom: 1px;
}

#tabs li:hover, #tabs li:hover a {
	background-position: 0% -29px;
	color:#333;
}
#tabs li:hover a {
	background-position: 100% -29px;
}

#livechat {
	position: absolute;
	left:892px;
	top:64px;
}

#status {
	position: absolute;	
	top: 11px;
	right: 11px;
	color: #999;
	font-size:11px;
	z-index: 9000;
}

#status a {
	color: #adb816;
}

#status b {
	color:#fff;
}

#currency {
	position: absolute;
	top: 32px;
	right: 11px;
	color: #999;
}

#currency img {
	vertical-align: middle;
}

#currency a {
	color: #adb816;
}

#action {
	background-image: url(../img/action-bg.gif);
	height: 36px;
	float: left;
	width: 990px;
}

#search {
	background-image: url(../img/search-bg.gif);
	width: 231px;
	height: 36px;
	position:relative;
	float: left;
}

#search #query {
	border-top:1px solid #abadb3;
	border-left:1px solid #e2e3ea;
	border-right: 1px solid #dbdfe6;
	border-bottom:1px solid #e3e9ef;
	padding:2px;
	position:absolute;
	top:7px;
	left:12px;
	width:141px;
	height:16px;
	font-size:13px;
}

#search #submit {
	position:absolute;
	left:160px;
}

#buttons {
	float: right;
}

#cart {
	margin-right:10px;
}

#content {
	float: left;
	width: 990px;
	background-color: #fff;
	border-bottom:1px solid #ccc;
	padding-bottom: 10px;
}

#content-inner {
	padding:10px;
	color:#666;
}

#footer {
	color: #999;
	background-color: #efefed;
	clear: left;
	width: 990px;
	border-top:1px solid #fff;
	padding-top:15px;
}

#footer p {
	margin: 0 0 5px 15px;
}	

#footer a {
	color: #666;
}

#breadcrumb {
	list-style: none;
	margin:0;
	padding: 0;
	clear: both;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom:solid 1px #ccc;
}

#breadcrumb li {
	float: left;
	padding-right:10px;
	background-image: url(../img/breadcrumb.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#breadcrumb li a {
	color: #94a101;
}

#breadcrumb li.last {
	color: #000;
	float: none;
	background-image: none;
	display: inline;
}

.thumb {
	width:120px;
	margin: 5px;
	float: left;	
}

.thumb.horz img {
	border-left: 10px solid #eee;
	border-right: 10px solid #eee;
	border-top: 27px solid #eee;
	border-bottom: 27px solid #eee;
	width:100px;height:66px;
}

.thumb.vert img {
	border-left: 27px solid #eee;
	border-right: 27px solid #eee;
	border-top: 10px solid #eee;
	border-bottom: 10px solid #eee;
	width:66px;height:100px;
}	

.thumb h4 {
	padding: 0;
	margin: 0;
	color: #86867d;
	background-color: #fff;
	font-size: 12px;
}

.thumb p {
	padding: 0;
	margin: 5px 0 5px 5px;
	height: 16px;
	overflow: hidden;
}

.thumb p a {
	width: 0;
	overflow: hidden;
	padding-left: 25px;
	margin-left: 3px;
	float: left;
	height: 16px;
}

.thumb p a.cart {
	background: url(../img/icon-cart.gif) no-repeat 5px top;
}

.thumb p a.favs {
	background: url(../img/icon-lightbox.gif) no-repeat 5px top;
	border-left:dotted 1px #999;
}

.thumb p a.delete {
	background: url(../img/icon-delete.gif) no-repeat 5px top;
	border-left:dotted 1px #999;
}

.thumb p a.star.true {
	background: url(../img/icon-star-true.gif) no-repeat 5px top;
	border-left:dotted 1px #999;
}

.thumb p a.star.false {
	background: url(../img/icon-star-false.gif) no-repeat 5px top;
	border-left:dotted 1px #999;
}

#tree a,
.tree a {
	color:#9bb000;
	font-weight:bold;
	font-size:11px;
	padding:2px;
	display:block;
}

#tree ul a,
.tree ul a {
	color:#999;
	font-weight: bold;
	font-size:11px;
}

#tree a:hover,
.tree a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../img/orange-highlight.jpg);
	background-color:#ccc;
}

.ui-effects-transfer { border: 4px solid #f9a933; }

form.form { margin: 10px; }
fieldset { margin: 0; padding:7px; background-color: #eee; border: 0; position: relative; width: 475px; margin-bottom: 5px; margin-right: 10px; clear: both; }
fieldset.active { background-color: #ffd; }

fieldset h3 { color:#ff6704; font-size: 16px; font-weight: normal; padding:0; margin: 0; padding-left: 10px; padding-bottom: 5px;}
fieldset div { float: left; margin-left: 10px; margin-bottom: 10px; border: 0px solid #999; }
fieldset div.full input,
fieldset div.full select,
fieldset div.full textarea { width: 450px; }
fieldset div.half input,
fieldset div.half select,
fieldset div.half textarea { width: 200px; }
fieldset div.quarter input,
fieldset div.quarter select,
fieldset div.quarter textarea { width: 75px; }
fieldset label { font-size: 10px; position: absolute; margin-top: 22px; color: #85877c; }
fieldset textarea,
fieldset input,
fieldset select { padding: 1px; margin: 0; margin-bottom: 15px; position: relative; font-size: 13px; }
fieldset input.text, fieldset textarea.text { border:1px solid; border-top-color: #3d7bae; border-left-color: #b5cfe6; border-right-color: #a5c8e4; border-bottom-color: #b8d9ec; }
fieldset img.card { position: absolute; top: 5px; }
fieldset img.card#mastercard { left: 250px; }
fieldset img.security { position: absolute; top: 110px; left: 165px; }

fieldset div.checkbox { float: none; }
fieldset div.checkbox div { float: none; }
fieldset div.checkbox label { font-size: 12px; position: relative; margin: 0; padding: 0; color: #666; }
fieldset div.checkbox input { padding: 0; margin: 0; position: relative; font-size: 12px; }

form #errors { display:none; margin: 10px; }
form #errors .error { display:block; float:none; }

fieldset div.submit { background-color: #e0e0e0; }
fieldset div.submit div { margin:0; padding: 5px; padding-left:10px; }
fieldset div.submit input { margin: 0; }


/* cropping */
/*
.crop-select {
	border: 1px solid #ddd;
	background-color: #eee;
	width: 455px;
	text-align: center;
	margin-right: 10px;	
	margin-top: 15px;
}

.crop-select img {
	vertical-align:middle;
	margin: 15px;
}

#crop-instructions {
	border: 1px solid #ddd;
	width: 455px;
}

#crop-instructions h2 {
   	color: #fff;
	background-color: #86867d;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	padding: 7px 5px 4px 10px;
	height: 25px;
	margin: 0;
}

#crop-instructions-inner {
	padding: 10px;
	background-color: #fff;
	width: 435px;
	color: #86867d;
}

#crop-extras {
	border: 1px solid #ddd;
	width: 455px;
}

#crop-extras h2 {
   	color: #86867d;
	background-color: #dadada;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	padding: 7px 5px 4px 10px;
	height: 25px;
	margin: 0;
}

#crop-extras h3 
{
	color: #ff7011;
	margin: 0;
	font-size: 13px;
}

#crop-extras-inner {
	padding: 10px;
	background-color: #fff;
	width: 435px;
	color: #86867d;
}


#crop-preview {
	border: 1px solid #ddd;
	width: 175px;
	float:right;
	margin-top: 15px;
}

#crop-preview h2 {
   	color: #fff;
	background-color: #86867d;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	padding: 7px 5px 4px 10px;
	height: 25px;
	margin: 0;
}

#crop-preview-inner {
	padding: 10px;
	background: url(crop-preview-bg.png) repeat-x top;
}

#crop-prices {
	border: 1px solid #ddd;
	width: 175px;
	float:right;
	margin-top: 15px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

#crop-prices h2 {
   	color: #fff;
	background-color: #86867d;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	padding: 7px 5px 4px 10px;
	height: 25px;
	margin: 0;
}

#crop-prices-inner {
	padding: 5px;
	background: url(crop-preview-bg.png) repeat-x top;
}


#crop-prices-button {
	background-color: #dadada;
	padding: 10px;
	text-align: center;
}

#crop-links {
	border: 1px solid #ddd;
	width: 175px;
	float:right;
	margin-top: 15px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

#crop-links-inner {
	padding: 10px;
}
*/

#crop-prices-total {
	padding: 5px;
	font-size: 19px;
	color: #666;
}

#crop-prices-total span {
	float: right;
}

#preview-link a { text-decoration: none; color: #86867d; }
#preview-link a:hover { color: #ff7011; }

.printSizes { table-layout: fixed; border-collapse: collapse; }
.printSizes th, #printSizes td { margin: 0; padding: 2px; font-size: 11px;}

.printSizes thead tr th { font-weight: bold; color: #333; font-variant:small-caps; }
.printSizes thead tr th.size { width: 70px; text-align: left; }
.printSizes thead tr th.each { width: 60px; text-align: right; }
.printSizes thead tr th.qty { width: 30px; text-align: right; }
.printSizes thead tr th.price { width: 55px; text-align: right; }

.printSizes tbody tr td.size { width: 70px; }
.printSizes tbody tr td.each { width: 60px; text-align: right; color: #666; }
.printSizes tbody tr td.qty { width: 30px; text-align: right; }
.printSizes tbody tr td.price { width: 55px; text-align: right; }

.printSizes tfoot tr th.name { width: 85px; text-align: right; }
.printSizes tfoot tr th.qty { width: 20px; text-align: right; }
.printSizes tfoot tr th.price { width: 45px; text-align: right; }

input.qty { width: 18px; text-align: right; }
#cart { margin-top: 10px; }

/*
#orientations, #imageRatios, #composites, #logos, #nameplates { margin: 0; }
#orientations, #imageRatios { margin-left: 25px; }

#orientations, #imageRatios { font-size: 10px;}

#imageRatios label { position:relative; top:4px; }
*/

#caption-box { padding-top: 10px; }
#caption-box label { display:block; width: 150px; float:left; height: 22px; padding-top: 4px;}
#caption-box input { width: 275px; }

.pstrength-minchar 
{
	display:none;
}

.gainlayout {zoom:1;}

/* Order details */
.order { border: 1px solid #ccc; }
.order table { border-collapse: collapse; }
.order table td { padding: 10px; font-size: 11px; font-weight: normal; color: #71716b; } 
.order table th { border: 1px solid #fff; padding: 7px; font-size: 10px; font-weight: normal; }

.order table thead tr th { background-color: #c1c1bd; color: #fff; }
.order table thead tr th.preview { width: 95; text-align: left; }
.order table thead tr th.details { width:100%; text-align: left; }
.order table thead tr th.format { width: 40px; text-align: left; }
.order table thead tr th.qty { width: 10px; text-align: right; }
.order table thead tr th.each { width: 70px; text-align: right; }
.order table thead tr th.sub { width: 70px; text-align: right; }

.order table thead tr.title th { background-color: #86867d; font-size: 12px;}
.order table thead tr.title th b { font-size: 13px; }

.order table tbody tr { vertical-align: top; }
.order table tbody tr.odd { background-color: #fff; }
.order table tbody tr.even { background-color: #fff; }

.order table tbody tr td { color: #666761; }
.order table tbody tr td a { color: #b0c200; font-weight: bold; }

.order table tbody tr td.name { width: 80px; }
.order table tbody tr td.preview { }
.order table tbody tr td.details { }
.order table tbody tr td.format { }
.order table tbody tr td.qty { text-align: right; }
.order table tbody tr td.each { text-align: right; }
.order table tbody tr td.sub { text-align: right; }

.order table tfoot { border-top: 1px dotted #ccc; background: url(../img/address-bg.png) repeat-x top; color: #676760; }
.order table tfoot tr { vertical-align: top; }
.order table tfoot tr td.qty { text-align: right; }
.order table tfoot tr td.each { text-align: right; }
.order table tfoot tr td.sub { text-align: right; }


/* messages */
.message {
	margin: 5px;
	padding:5px;
}
.error {
	background-color:#ffcccc;
	border: 1px solid #990033;
}
.warning {
	background-color: #ffffcc;
	border: 1px solid #cc6600;
}
.info {
	background-color: #ccffcc;
	border: 1px solid #339900;
}	

.thumbshead { clear: left; margin-top: 5px; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; border-top:solid 1px #ccc; border-bottom:solid 1px #ccc;}

.first { padding-top: 0; border-top:0; margin-top: 0; }

hr { display: none; }
