/* Pictures Now
---------------------------------------------------------------------------*/

/*****************************************************
   MAIN COLORS
   Links:				#174a7a (Blue - orig: #274058 )
   Links - Hover:		#d49149 (Orange)
   Links - Visited:		#5983ab (Light Blue - orig: #6f8ca8)
   60% Black:			#
   Body Background:     #
   Footer Background:	#999
   Main Text:          	#333
   Header Links:        #566d75 
/*****************************************************
1. Global Reset
2. General Styles
3. Wrappers (structure)
4. Top Navigation - Mega Menus
5. Left Navigation
6. Universal Search Bar
7. Homepage
8. Login / Create an Account
9. My Account Sub-navigation
9. Footer
10.General Form Styles
11.Error/Confirmation Messages
12.Misc
*****************************************************/

/* Global Reset */
body {height:100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, label, legend, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

input, label, select, form img {vertical-align: middle;}

/*****************************************************
General Styles
*****************************************************/

html, body {height: 100%;}
body {color: #333; background: url(/img/body-bg.gif) 0 0 repeat; font-family: Arial, Helvetica, sans-serif; font-size: small; margin: 0; padding: 0; width: 100%;}
h3 {margin: 0px 0 0px 0; line-height: 1.6em;}
p {margin: 0 0 12px 0; line-height: 1.6em;}
a:link {color: #174a7a; text-decoration: none;}	
a:visited {color: #174a7a/*#5983ab*/; text-decoration: none;}	
a:hover {color: #d49149; text-decoration:underline}	
/* Start Amy's Styles 20120216 */
.gray{color:#999 !important;}
/* End Amy's Styles 20120216 */

/* John - Loading */
#loading {display:block;position:fixed;top:0;left:0;width:100%;height:100%;opacity:.4;filter: alpha(opacity=40);background:#000;z-index:99999;}
#loading p {top:50%;display:block;position:absolute;width:100%;text-align:center;font-weight:bold;font-size:medium;color:white;}
/* End */
	
/*****************************************************
WRAPPERS (Structure)
*****************************************************/	
/*Top*/
#topwrapperbg {
	background: url(/img/top-bg.gif) 0 0 repeat-x; 
	border-top: 2px solid #898d89; 
	border-bottom: 3px solid #dadada; 
	padding: 4px 0 0 0; width: 100%; 

	}
#topwrapper {margin: 0 auto; width: 938px;}
#logo {float: left; width: 205px;}
#rightcol {float: right; width: 700px;} 

#adminlinks {float: right; width:300px; padding: 0 0 24px 0; text-align: right; color:#666; }
#adminlinks a {padding: 0px 5px;}
#adminlinks div {display:inline;}
	#adminlinks div.cart-empty {background: url(/img/cart-empty.gif) left center no-repeat; padding-left: 23px;}

/*Main Content*/
#contentwrapper {background: #fff; border: 2px solid #dadada; border-top: none; border-bottom: 1px solid #dadada; margin: 0 auto; padding: 25px 20px 25px 0; width: 915px; height:auto; overflow:hidden;}

#maincontent {float: right; width: 700px;}

/*****************************************************
Top Navigation - Mega Menus
*****************************************************/

ul#menu {
	color: #fff;
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
	width:680px;
}

ul#menu li {
	display: inline;
	position: relative;
	float: left;
}

ul#menu h2 {
	font-size: 100%;
	font-weight: normal;
	display: inline;
}

ul#menu li a {
/*	color: #fff;
*/	padding: 0;
	background: #d49149;
	display: block;
	float: left;
	height: 24px;
	margin: 0 0 0 5px; 
	padding: 0;
	text-decoration: none;
}

ul#menu li a:hover {text-decoration: underline;}

/*ul#menu li.mega a {padding: 0;}*/

ul#menu li.mega a:hover {
text-decoration: underline;
}

ul#menu div {
display: none;
}

ul#menu li.mega div.droplist {
	background: #f6f5f1;
	border: 2px solid #cd8e6d;
	border-top: none;
	filter:alpha(opacity=90); 
	left: 4px;
	-moz-opacity: .90; 
	opacity: .90;	
	position: absolute;
	padding: 1.3em;
	top: 1.9em;
	width: 510px;
}

/*AI change : 20120321 */
ul#menu li.mega div.droplistBeforeLast {left: -265px;}
ul#menu li.mega div.droplistLast {left: -63px;}
/*AI change ends */

ul#menu li.hovering div.droplist {
	display: block;
	z-index:100;
}

ul#menu li.mega div.droplist a {
/*	color: #274058;
*/	padding: 0;
	background-image: none;
	background: none;
	float: none;
}

ul#menu li div.droplist a.more {
	color: #390;
	font-weight: bold;
}


ul#menu div.droplist h3 {
	color: #566d75;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 0;
	text-transform: uppercase;
}

ul#menu div.droplist h3 a{
	color: #566d75;
	text-decoration: none;
}

ul#menu div.droplist p {
	font-size: .9em;
	margin: 0;
	padding: 0 0 0.2em 0;
}

ul#menu div.droplist p a{
/*color: #930;
*/}

ul#menu li.mega div.droplist div {
	display: inline;
	float: left;
	width: 160px;
}

/* Start AC Styles 20120313 */
ul#menu div.droplist p.smtxt a{
	font-size: 0.9em;
	font-weight: bold;
}

ul#menu li.mega div.droplist div.subdiv{border-right: 1px solid #ddd; margin-left: 25px;}
ul#menu li.mega div.droplist div.single{border:none; margin-left:0px;}
ul#menu li.mega div.droplist div.first{margin-left: 0px;}
ul#menu li.mega div.droplist div.last{border:none;}

ul#menu li#navabout div.subdiv-container{width: 175px;}
ul#menu li#navabout div.subdiv-container div.subdiv{width: 175px;}

ul#menu li#navcat div.first{width: 150px;}
ul#menu li#navcat div.middle{width: 155px; margin-left: 15px; padding-right:15px;}
ul#menu li#navcat div.last{width: 156px; margin-left: 15px;}

ul#menu li#navartists div.subdiv-container{width: 230px;}
ul#menu li#navartists div.first{width: 75px;}
ul#menu li#navartists div.last{width: 125px;}

ul#menu li#navtime div.subdiv-container{width: 355px;}
ul#menu li#navtime div.first{width: 100px;}
ul#menu li#navtime div.middle{width: 100px;}
ul#menu li#navtime div.last{width: 100px;}

ul#menu li#navmyaccount div.subdiv-container{width: 150px;}
ul#menu li#navmyaccount div.subdiv-container div.subdiv{width: 150px;}
/* End AC Styles 20120313 */

/*Sprite*/
#menu h2 a {text-indent: -4000px;}

#menu #navhome h2 a {background: url(/img/nav.gif) 0 0 no-repeat; width: 69px;}
#menu #navhome h2 a:hover {background: url(/img/nav.gif) 0 -26px no-repeat; width: 69px;}
#bodyhome #menu #navhome a.tab {background: url(/img/nav.gif) 0 -26px no-repeat; width: 69px;}

#menu #navabout h2 a {background: url(/img/nav.gif) -69px 0 no-repeat; width: 97px;}
#menu #navabout h2 a:hover {background: url(/img/nav.gif) -69px -26px no-repeat; width: 97px;}
#bodyabout #menu #navabout a.tab {background: url(/img/nav.gif) -69px -26px no-repeat; width: 97px;}

#menu #navcat h2 a {background: url(/img/nav.gif) -166px 0 no-repeat; width: 166px;}
#menu #navcat h2 a:hover {background: url(/img/nav.gif) -166px -26px no-repeat; width: 166px;}
#bodycategory #menu #navcat a.tab {background: url(/img/nav.gif) -166px -26px no-repeat; width: 166px;}

#menu #navartists h2 a {background: url(/img/nav.gif) -332px 0 no-repeat; width: 81px;}
#menu #navartists h2 a:hover {background: url(/img/nav.gif) -332px -26px no-repeat; width: 81px;}
#bodyartists #menu #navartists a.tab {background: url(/img/nav.gif) -332px -26px no-repeat; width: 81px;}

#menu #navtime h2 a {background: url(/img/nav.gif) -413px 0 no-repeat; width: 120px;}
#menu #navtime h2 a:hover {background: url(/img/nav.gif) -413px -26px no-repeat; width: 120px;}
#bodytime #menu #navtime a.tab {background: url(/img/nav.gif) -413px -26px no-repeat; width: 120px;}

#menu #navmyaccount h2 a {background: url(/img/nav.gif) -533px 0 no-repeat; width: 116px;}
#menu #navmyaccount h2 a:hover {background: url(/img/nav.gif) -533px -26px no-repeat; width: 116px;}
#bodymyaccount #menu #navmyaccount a.tab {background: url(/img/nav.gif) -533px -26px no-repeat; width: 116px;}

/*****************************************************
Left Navigation
*****************************************************/
.h-refinesearch {
	margin:0 0 8px 10px;
	float:left;
	width: 100px;
	}
.leftnav-reset{
	font-size:11px;
	margin-left:8px;
}
#leftnav {
	border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	clear:left;
	float: left; 
	font-size: 85%;  
	width: 177px;
	}
#leftnav h1 {
	margin: 0 0 10px 0;
	border-top: 1px solid #ddd; 
}
#leftnav h2 {margin: 0 0 5px 15px; color:#566d75;}
#leftnav ul {margin: 0 0 10px 15px;}
#leftnav ul li {padding-bottom: 6px; color:#999;}
#leftnav .smtxt{font-size: 11px; font-weight: bold; padding: 0 0 5px 0;}
/* Start Amy's Styles 20120216 */
#leftnav ul li{margin-left:5px;}
#leftnav ul li strong {color:#000; margin-left:-5px;}
/* End Amy's Styles 20120216 */
/* Start John's Styles 20120223 */
#leftnav ul li.marker {margin-left:-5px;}
#leftnav ul li.smtxt.marker, #leftnav ul li.markerLink {margin-left:0px !important;}
/* End John's Styles 20120223 */
.leftnav {float:left; width:177px;}

/*****************************************************
Universal Search Bar
*****************************************************/
#searchbar {background: #f7f7f7; border: 2px solid #dadada; border-top: none; border-bottom: 1px solid #dadada; margin: 0 auto; padding: 10px 0 5px 15px; width: 920px; font-size:85%;}
	#searchbar h2 {display:inline;}
	#searchbar #txbSearch {margin-left:10px; margin-top:2px; padding: 2px; width: 230px;}
	#searchbar #ddSearch {margin: 5px; padding: 1px;}
	#searchbar #btnGo {}
/* Start Amy's Styles 20120227 */
	#searchbar img {vertical-align: middle;}
/* End Amy's Styles 20120227 */
	.search-orientation {display:inline; margin-left:20px;}
	.search-orientation input {margin-left:5px;}
	.search-within {margin:0 0 5px 65px;}
	.search-within input {margin-left:10px;}
	
/*****************************************************
Lightbox
*****************************************************/
/*#lightbox { 
	display:none;
	height:50px;
	width:935px;
	font-size:85%;
	border-bottom:1px solid #e2e2e2;
	background:url(/img/lightbox-bg.gif) left top no-repeat;
	margin:-25px 0 17px 0;
	}
	#lightbox img{
		position:absolute;
		margin-top:20px;
		margin-left:215px;
		}
	#lightbox select {
		min-width:150px;
		position:absolute;
		margin-top:15px;
		margin-left:355px;
		}
	#lightbox .lb-items {
		position:absolute;
		margin-top:13px;
		margin-left:510px;
		padding:0 10px 0 5px;
		}
	#lightbox .lb-options {
		position:absolute;
		margin-top:13px;
		margin-left:592px;
		padding:0 5px;
		}
	#lightbox .lb-options a {
		padding:0 5px;
		}
	#lightbox span.lb-guest{
		position:absolute;
		margin-top:25px;
		margin-left:510px;
		padding:0 5px;
		}*/
		
#lightbox { 
	display:none;
	height:50px;
	width:935px;
	font-size:85%;
	border-bottom:1px solid #e2e2e2;
	background:url(/img/lightbox-bg.gif) left top no-repeat;
	margin:-25px 0 17px 0;
	}
	#lightbox img{
		padding:0px;
		}
	#lightbox select {

		}
	#lightbox .lb-items {

		}
	#lightbox .lb-options {

		}
	#lightbox .lb-options a {
		padding:0 5px;
		}
	#lightbox span.lb-guest{

		}
/* Start Amy's Styles 20120221 */
#bodysearch #ListLightbox, 
#bodysearch #SignupLightbox {
    margin-left:215px;
    padding-top:17px;
    }
/* End Amy's Styles 20120221 */		
#bodysearch #lightbox {
	display:block;
	}
/*****************************************************
Stock Images List
*****************************************************/
ul.stock-images {
	margin-top:10px;
	}
ul.stock-images li {
	float:left;
	margin-right:23px; /*21px for IE6*/
	padding-bottom:25px;
	width:152px;
	}
ul.stock-images li .border {
	height:152px;
	width:152px;
	border:1px solid #e2e2e2;
	display:table-cell;
   	text-align: center;
    vertical-align: middle;
	}
ul.stock-images p {
	margin:3px 0 5px 5px;
	font-size:smaller;
	line-height:1em;
	}
ul.stock-images p.title {
	font-weight:bold;
	font-size:11px;
	margin:5px 0 0 5px;
	}
ul.stock-images .add-cart p,
ul.stock-images .remove-cart p,
ul.stock-images .add-lightbox p,
ul.stock-images .remove-lightbox p {
	font-size:11px;
	padding:2px 0 2px 20px;
	margin:2px 0 0 5px;
	}
ul.stock-images .add-cart {
	background: url(/img/cart-add.gif) 4px center no-repeat;
	}
ul.stock-images .remove-cart {
	background: url(/img/cart-remove.gif) 4px center no-repeat;
	}
ul.stock-images .add-lightbox {
	background: url(/img/lightbox-add.gif) 4px center no-repeat;
	}
ul.stock-images .remove-lightbox {
	background: url(/img/lightbox-remove.gif) 4px center no-repeat;
	}

/*****************************************************
Homepage
*****************************************************/
#bodyhome .search-within {display:none;}
#bodyhome h2.h-refinesearch {display:none;}
#maincontent #intro {
	background: url(/img/intro-bg.gif) 0 0 repeat-x;
	height: auto;
}
#maincontent #intro h1 {
	text-align:center;
	padding-top:15px;
	}
#wrap {
	border:3px solid #e2e2e2;
	margin: 20px 0;
	}
	#intro #wrap h1 {
		text-align:left;
		margin:5px 0 0 25px;
		}
		/* Start Amy's Styles 20120215 */
		#searchbox h1 ul{float:left; padding-left:25px; padding-top:10px;}
		#searchbox ul{margin-left:10px;}
		#searchbox ul li{
			background:url(/img/intro-arrow.gif) no-repeat 4px 4px;
			text-align:left;
			padding-bottom:5px;
			}
		#searchbox ul li img{
			margin-left:20px;
			}
		/* End Amy's Styles 20120215 */
#randomimg {float: left; width: 340px;}

#about, #start {
	border: 2px solid #ddd; 
	width: 330px; 
	height: 200px; 
	}	
#about {
	float: left; 
	margin-right: 25px; 
	display: inline;
	}
#start {
	float: right;
	}	
	#maincontent #intro #about h1{
		margin:0px; 
		padding:0px;
		}
	#about h3{
		padding: 10px 0px 0px 15px;
		margin:0px;
		}
	#about p {
		padding: 10px 15px 0;
		line-height:1.3em;
		}	
	#about ul {
		margin:0px 0 0 15px;
		padding:0;
		}
		#about ul li,
		#start ul li {
			margin-top:2px;
			margin-bottom:3px;
			list-style-image:url(/img/arrow.gif);
			padding:0;
			margin-left:30px;
		}
	#about a {
		display:block;
		margin-top:-5px;
		margin-left:30px;
		}
	#start a {
		font-weight:bold;
		text-align:right;
		display:block;
		margin-top:0px;
		color:#F90;
		}
	#start a img, #about a img {
        margin-top:-5px;
        }
	#maincontent #intro #start h1{
		margin:0px; 
		padding:0px;
		}
	#start h3{
		padding: 10px 0px 0px 15px;
		margin:0px;
		}
	#start p {
		padding: 10px 40px 0 20px;
		line-height:1.3em;
		}	
	#start ul {
		margin:0px 0 0 15px;
		padding:0;
		}
	#start ul li {
		margin:2px 0 3px 30px;
		padding:0;
		}



/*****************************************************
Login / Create an Account / Forgot Password / Account Confirmation
*****************************************************/
#login,
#join {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	float:left;
	margin:10px 0 10px 100px;
	padding:12px 0 0 12px;
	width:400px;
	}
#login form,
#join form {
	margin-top:20px;
	}
#login .submit,
#join .submit {
	float:right;
	margin:15px 10px 0 0;
	}
#login .submit {
	margin-right:40px;
	}
#login label {
	width:85px;
	}
	
#login input[type=checkbox] {margin-left:85px;}
#login input.pw {margin-top:10px;}
#login label.pw {margin-top:14px;}
#join .start {
	float:right;
	margin:15px 10px 0 0;
	}
.info-box {
	background:url(/img/bg-info-box.gif) bottom left repeat-x;
	border:1px solid #e2e2e2;
	float:left;
	margin:10px 0 0 60px;
	padding:12px 15px 0 20px;
	width:220px;
	}
#join, #bodyjoin .info-box {height:265px;}
#login, #bodylogin .info-box {height:230px;}

.info-box ul {
	margin:10px 0 20px 15px;
	}
.info-box li {
	list-style-type: circle;
	color:#666;
	margin:0 0 5px 0;
	}	
.info-box a img {
	float:right;
	}
.info-box p.text {
	color:#666;
	margin:15px 5px 10px 0;
	}
.info-box p.join {
	margin-left: 150px;
	padding-top:5px;
	}
#bodyforgotpw #login {
	float:none;
	margin:10px auto;
	width:500px;
	}
#bodyforgotpw #login h2 {
	margin-bottom:10px;
	}
#bodyjoin-confirm #join {
	/*float:none;
	margin:10px auto;
	border:none;*/
	}

/*****************************************************
Site-Admin/CMS: Find Members/Member Search
*****************************************************/	
.bodysite-admin .add-member{
	float:right;
	}

.bodysite-admin .add-admin-user{
	float:right;
	}
	
.bodysite-admin #membersearch {
	border-top:1px solid #e2e2e2;
	margin-top:0px;
	padding-top:20px;
	}
.bodysite-admin #membersearch fieldset {margin: 0 0 10px; padding: 8px 0px}
.bodysite-admin #membersearch fieldset legend {padding: 4px 0px; font-weight: bold; color: #525252}
head:first-child+body .bodysite-admin #membersearch fieldset legend {padding: 4px 0px;}
.bodysite-admin #membersearch fieldset ul {padding: 0; margin: 0 0 0 0px; list-style: none;}
head:first-child+body .bodysite-admin #membersearch fieldset ul {margin-left: 4px;}
.bodysite-admin #membersearch fieldset ul li {float: left; margin-right: 1px; background-image: none; padding: 0}
.bodysite-admin #membersearch fieldset ul li a {display: block; padding: 2px 3px; font-weight: bold; color: #525252; text-decoration: none; border: 1px solid #ccc; background-color: #eaeaea}
.bodysite-admin #membersearch fieldset ul li a:hover {background-color: #ccc;}
.bodysite-admin #membersearch fieldset div {margin: 0 4px 6px; float: left;}
.bodysite-admin #membersearch fieldset label {display: block;}
.bodysite-admin #membersearch .button {margin: 14px 0 0;}

#membercount table{
	margin:0px;
	padding:0px;
	float:right; 
	margin-right:90px; 
	margin-top:29px;
	}
	#membercount td{
		vertical-align:top;
		font-size:11px;
		padding:0px 0px;
		}
	#membercount td.count{

		}


#memberlist {
	width:100%;
	border-top:1px solid #e2e2e2;
	}
#memberlist table{
	clear:left;
	margin-bottom:10px;
	}
	#memberlist td{
		vertical-align:top;
		font-size:11px;
		padding:3px 0px;
		}
	#memberlist td.label{
		font-weight:bold;
		padding-top:20px;
		}
	#memberlist td.member-email{
		width:200px;
	}
	#memberlist td.member-email a{
		color:#000;
	}
	#memberlist td.member-name
	{
		width:200px;
		padding-left:20px;
	}
	#memberlist td.edit-profile,
	#memberlist td.member-status{
		padding-left:20px;
	}
	#memberlist tr.alt {
		background:#f7f7f7;
		}

/*****************************************************
Site-Admin/CMS: Edit Profile
*****************************************************/	
.bodysite-admin #profile,
.bodysite-adminuser #profile{
	border:none;
	}
.bodysite-admin .subhead,
.bodysite-adminuser .subhead{
	border-top:1px solid #e2e2e2;
	margin-bottom:10px;
	}
.bodysite-admin #profile label,
.bodysite-adminuser #profile label{
	margin-top:8px;
	width:120px;
	}
.bodysite-admin #profile input,
.bodysite-adminuser #profile input{
	margin-bottom:5px;
	}
.bodysite-admin #profile .inactivate,
.bodysite-adminuser #profile .inactivate{
	margin-left:8px;
	padding-bottom:15px;
	}
.bodysite-admin #profile .instructions,
.bodysite-adminuser #profile .instructions{
	margin:0 0 15px 15px;
	color:#333;
	}
.bodysite-admin #profile .form-instructions,
.bodysite-adminuser #profile .form-instructions{
	margin-left:5px;
	display:inline;
	}
.bodysite-admin #profile p.req,
.bodysite-adminuser #profile p.req{
	margin:15px 0 0 15px;
	font-size:11px;
	}
.bodysite-admin #profile .submit,
.bodysite-adminuser #profile .submit{
	float:right;
	margin:0 20px 0 0;
	}
.bodysite-admin #profile label.addr,
.bodysite-adminuser #profile label.addr{
	margin-bottom:10px;
	}
.bodysite-admin #profile input.addr,
.bodysite-adminuser #profile input.addr{
	margin-bottom:0;
	}
.bodysite-admin #profile select,
.bodysite-adminuser #profile select{
	width:200px;
	}

/*****************************************************
Search Results
*****************************************************/	
#searchresults {
	border-bottom:1px solid #e2e2e2;
	margin-top:0px;/*was -25px*/
	padding-top:0;
	font-size:12px;
	}
	#searchresults p {
		margin-bottom:5px;
		}
		
/*****************************************************
Image Detail 
*****************************************************/	
/*#bodyDetail #rightcol { display:none;} /*hides top nav */
#bodyDetail #rightcol #menu { display:none;}
#bodyDetail #lightbox {
	display:block;
	height:50px;
	width:500px;
	font-size:85%;
	margin:0;
	border:0;
	background: none;
    }
#bodyDetail #contentwrapper {
	border-bottom:2px solid #e2e2e2;
	padding: 25px 20px; 
	width:895px;
	}
#image-detail-comp {
	padding:10px;
	width:320px;
	height:320px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	float:left;
	}
#bodyDetail #maincontent {width: 530px;}
#image-details {width:45%; float:left;}
	#image-details h1 {font-size:18px;}
	#image-details label {
		font-size:11px;
		margin:5px 0 0 1px;
		width:80px;
		}
/* Start Amy's Styles 20120305 */
    #image-details p {
        font-size:11px;
        font-weight:bold;
        margin:2px 0px 0px 80px;
        }
/* End Amy's Styles 20120305 */
#image-actions {width:45%; float:right;}
#image-actions ul {margin:10px 0 10px 20px;}
#image-actions ul li {
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	list-style-image:url(/img/arrow.gif);
	border-top:1px dotted #e2e2e2;
	padding-top:5px;
	padding-left:5px;
	}
#image-actions ul li.remove-lightbox {
	list-style-image:url(/img/lightbox-remove.gif);
	margin-left:5px;
	padding-left:0;
	}
#image-actions ul li.add-lightbox {
	list-style-image:url(/img/lightbox-add.gif);
	margin-left:5px;
	padding-left:0;
	}
/* Start AC Styles 20120305 */
#pricing {
    clear: both;
    padding-top:10px;
    }
/* End AC Styles 20120305 */
#pricing p {font-size:11px;}
#pricing .subhead {
	width:100%;
	height:20px;
	border-bottom:1px solid #e2e2e2;
	}
	#pricing .subhead p {
		position:absolute;
		top:0px;
		left:75px;
		}
#pricing table {
	clear:left;
	margin-bottom:10px;
	width:100%;
	}
	#pricing td {
		vertical-align:top;
		font-size:11px;
		padding:7px 0px;
		}
	#pricing td.res,
	#pricing td.label,
	#pricing td a {
		font-weight:bold;
		}
	#pricing td.res{
		padding:0px 0px 0px 0px;
	}
	#pricing td.res-num{
		padding:0px 0px 10px 0px;
	}
	#pricing td.na {
		color:#999;
		}
	#pricing tr.alt {
		background:#f7f7f7;
		}

/*		
#keywords {
	border-top:1px solid #e2e2e2;
	margin-top:15px;
	}
#keywords p {
	margin:10px 0 0 20px;
	font-size:11px;
	}
#keywords ul {
	margin:5px 20px;
	width:500px;
	}
#keywords li {
	display:block;
	float:right; 
	font-size:11px;
	width:150px;
	padding:5px 0;
	margin-left:10px;
	}
		
#keywords .btn-search {
	clear:left;
	display:block;
	padding-top:15px;
	margin-left:20px;
	}	
*/	
/*AI*/
#keywords {
	border-top:1px solid #e2e2e2;
	margin-top:15px;
	}
#keywords p {
	margin:10px 0 0 20px;
	font-size:11px;
	}
#keywords ul {
	margin:5px 20px;
	width:900px;
	}
#keywords li {
	display:block;
	float:left; 
	font-size:11px;
	width:275px;
	padding:3px 0;
	}
		
#keywords .btn-search {
	clear:left;
	display:block;
	padding-top:15px;
	margin-left:20px;
	}	
._chkBoxes{
	/*display:block;
	float:left;
	padding-right:10px;*/
	white-space:nowrap;
	clear:none !important;
	display:inline !important;
	float:none !important;
	font-size:12px;
	margin-top:2px;
	/*width:125px;*/
	padding-right: 5px;
	}
/*AI ends*/	
	

/*****************************************************
Image Categories
*****************************************************/	
#bodycategory #contentwrapper,
#bodyartists #contentwrapper,
#bodytime #contentwrapper {
	padding: 25px 40px; 
	width: 855px;
	}

#bodycategory h1,
#bodyartists h1 { text-align:center; margin-bottom:20px;}
#column1 {
	float:left;
	width: 415px;
	}
#column2 {
	float:right;
	width: 415px;
	}
.subject {
	border:1px solid #e2e2e2;
	/*height:73px;*/
	min-height:73px;
	width:395px;
	padding:10px;
	margin-bottom:20px;
	font-size:11px;
	overflow:hidden;
	}
.subject .thumb {
	border:1px solid #e2e2e2;
	padding:3px;
	float:left;
	margin-right:15px;
	}
.subject h2 img {margin-left:-5px;}
.subject ul {margin-top:5px; width:auto;}
.subject ul.col-1 { float:left; vertical-align:top; width:25%;}
.subject ul.col-2 { float:left; vertical-align:top; width:25%; margin-left:.22em;}
.subject ul.col-3 { float:left; vertical-align:top; width:25%; margin-left:.21em;}
.subject ul.col-single{width:auto;}
.subject li {line-height: 1.2em;}
.subject li.reset {margin-top: -3.6em;}

/*****************************************************
Image Categories - Time Periods
*****************************************************/	
#bodytime img.main { 
	border:1px solid #e2e2e2;
	padding:5px;
	margin-right:15px;
	}

ul.era {margin-top:5px;}
.era li {line-height: 1.2em;}
.era li.col-1 { margin-left: 0; }
.era li.col-2 { margin-left: 32em; }
.era li.col-3 { margin-left: 43em; }
.era li.reset {margin-top: -4.8em;}


/*****************************************************
My Account
*****************************************************/	
#about-us {
	margin:10px 50px 0 0;
	}
#about-us ul {
	margin:10px 0 10px 30px;
	list-style-image:url(/img/arrow.gif);
	line-height:1.6em;
	}
#about-us ul li {
	margin-bottom:5px;
	}

/*****************************************************
My Account
*****************************************************/	
#profile {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	float:left;
	font-size:11px;
	margin:10px 0 20px 0;
	padding-bottom:10px;
	width:430px;
	}
.subhead {
	height:29px;
	position:relative;
	}
	.subhead a {
		position:absolute;
		font-size:11px;
		font-weight:bold;
		top:8px;
		right:10px;
		}
#profile .subhead {
	width:430px;
	}
#profile label {
	font-size:11px;
	margin:10px 0 0 15px;
	width:160px;
	}
	#profile label.addr {  /* to keep billing column lined correctly */
		margin-bottom:65px;
		}
#profile p {
	margin:10px 0 0 0;
	line-height:1.2em;
	}
#profile .vertical-centering{
	padding-top:7px;
	}

/*****************************************************
My Account / My Lightbox Tables
*****************************************************/		
#bodymyaccount table,
#bodymylightboxes table {
	margin:10px 15px;
	width:665px;
	}
#bodymyaccount th,
#bodymylightboxes th {
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
	padding:0 50px 5px 0;
	}
#bodymyaccount td,
#bodymylightboxes td {
	font-size:11px;
	vertical-align:top;
	padding:5px 0;
	}
	


/*****************************************************
My Account How-To
*****************************************************/	
#how-to {
	border:1px solid #e2e2e2;
	float:left;
	margin:10px 0 0 30px;
	width:235px;
	}
#how-to h3 {
	background:#657787;
	width:235px;
	height:29px;
	}
#how-to h3 img {
	margin:7px 0 0 15px;
	}
#how-to ul {
	margin:10px 0 10px 30px;
	list-style-image:url(/img/arrow.gif);
	}
#how-to ul li {
	margin-bottom:5px;
	font-size:11px;
	}

/*****************************************************
My Account Sub-navigation
*****************************************************/	
#subnav {
	border:1px solid #e2e2e2;
	border-left:none;
	float:left;
	width:177px;
/*	margin-top:35px;
*/}
	#subnav ul {
		margin:10px 10px 15px 7px;
		}
		#subnav ul li {
			margin-bottom:5px;
			padding-left:12px;
			font-size:11px;
			}
		#subnav h1.break {
			border-top:1px solid #e2e2e2;
			height:3px;
			}
/* where am i states */
.bodymyaccount #subnav li#myaccount,
.bodysite-admin #subnav li#member-list,
.bodysite-adminuser #subnav li#adminuserlist,
.bodyeditprofile #subnav li#editprofile,
.bodychangepw #subnav li#changepw,
.bodymanagelightbox #subnav li#mylightboxes,
.bodylightboxdetail #subnav li#mylightboxes,
.bodyaboutus #subnav li#aboutus,
.bodypartner #subnav li#partner,
.bodyfaq #subnav li#faq,
.bodyprofessional-use #subnav li#professional-use,
.bodypersonal-use #subnav li#personal-use,
.bodyprivacy #subnav li#privacy,
.bodycontact #subnav li#contact {
	background:url(/img/double-arrow-right.gif) left center no-repeat;
	}
.bodymyaccount #subnav li#myaccount a,
.bodysite-admin #subnav li#member-list a,
.bodysite-adminuser #subnav li#adminuserlist a,
.bodyeditprofile #subnav li#editprofile a,
.bodychangepw #subnav li#changepw a,
.bodymanagelightbox #subnav li#mylightboxes a,
.bodylightboxdetail #subnav li#mylightboxes a,
.bodyaboutus #subnav li#aboutus a,
.bodypartner #subnav li#partner a,
.bodyfaq #subnav li#faq a,
.bodyprofessional-use #subnav li#professional-use a,
.bodypersonal-use #subnav li#personal-use a,
.bodyprivacy #subnav li#privacy a,
.bodycontact #subnav li#contact a {
	color:#333;
	}
/*****************************************************
My Account: Edit Profile
*****************************************************/	
.bodyeditprofile #profile {
	border:none;
	}
.bodyeditprofile .subhead {
	border-top:1px solid #e2e2e2;
	margin-bottom:10px;
	}
.bodyeditprofile #profile label {
	margin-top:8px;
	width:120px;
	}
.bodyeditprofile #profile input {
	margin-bottom:5px;
	}
.bodyeditprofile #profile .instructions {
	margin:0 0 15px 15px;
	color:#333;
	}
.bodyeditprofile #profile p.req {
	margin:15px 0 0 15px;
	font-size:11px;
	}
.bodyeditprofile #profile .submit {
	float:right;
	margin:0 20px 0 0;
	}
.bodyeditprofile #profile label.addr {
	margin-bottom:10px;
	}
.bodyeditprofile #profile input.addr {
	margin-bottom:0;
	}
.bodyeditprofile #profile select {
	width:200px;
	}

/*****************************************************
My Account: Change Password
*****************************************************/	
.bodychangepw #profile {
	padding-top:15px;
	border-bottom:none;
	}
.bodychangepw #profile label {
	margin-top:8px;
	width:150px;
	}
.bodychangepw #profile p.req {
	margin:15px 0 0 15px;
	font-size:11px;
	}
.bodychangepw #profile .submit {
	float:right;
	margin:0 20px 0 0;
	}
.bodychangepw #profile .form-instructions {
	margin-left:10px;
}
	
/*****************************************************
My Account: Purchase History
****************************************************		
#purchase-details {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;
	margin-bottom:20px;
	}
.purchase-info {
	line-height:1.2em;
	padding-top:10px;
	font-size:11px;
	}
#recent-purchases {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	clear:both;
	}	
.bodyhistory #subnav li#history {
	background:url(/img/double-arrow-right.gif) left center no-repeat;
	}

/*****************************************************
My Account: Manage Lightboxes
*****************************************************/			
#my-lightboxes {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:20px;
	}
#lightbox-actions {
	border:1px solid #e2e2e2;
	border-left:none;
	clear:left;
	width:177px;
	float:left;
	margin-top:10px;
	}
#lightbox-actions h3 {
	background:#657787;
	height:29px;
	}
#lightbox-actions h3 img {
	margin:7px 0 0 15px;
	}
#lightbox-actions ul {
	margin:10px 0 10px 32px;
	list-style-image:url(/img/arrow.gif);
	}
#lightbox-actions ul li {
	margin-bottom:5px;
	font-size:11px;
	}
.gotomyacct {
	float:left;
	margin:5px 10px 10px 15px;
	font-size:11px;
	}
/*****************************************************
My Account: Lightbox Detail 
*****************************************************/	
#lightbox-detail {
	border:1px solid #e2e2e2;
	font-size:11px;
	margin-top:10px;
	padding:10px;
	}
#lightbox-detail .col-1,
#lightbox-detail .col-2 {
	float:left;
	}
#lightbox-detail .col-1 {
	width:30%;
	margin-right:10px;
	}
#lightbox-detail .col-2 {
	width:65%;
	}
#lightbox-detail label {
	display:inline;
	float:none;
	font-size:11px;	
	clear:none;
	width:auto;
	color:#666;
	margin:0 5px 0 0;
	}
#lightbox-detail .col-2 label {
	width:70px;
	display:block;
	float:left;
	}
#lightbox-detail label.notes {
	height:20px;
	}
.bodylightboxdetail ul.stock-images {
	padding-top:15px;
	padding-bottom:15px;
	}

/*****************************************************
Checkout - Shared styles
*****************************************************/
#bodycheckout #contentwrapper {
	padding: 25px 20px; 
	width: 895px;
	}
#bodycheckout .step {margin-bottom:20px; text-align:center}
#bodycheckout h2.title {float:left;width:79px;}
#bodycheckout p {font-size:11px;}
#bodycheckout p.help {
	float:right;
	padding-top:4px;
	font-weight:bold;
	}
#bodycheckout p.note {
	float:left;
	padding:4px 0 0 10px;
	}
#bodycheckout .btn-continue {float:right;margin-left:10px;}
#bodycheckout .btn-instructions {font-size:11px;padding-top:5px; text-align:right; }

/*****************************************************
Checkout - View Cart
*****************************************************/
.bodyviewcart p {margin-bottom:0;}
#cart table {
	clear:both;
	width:100%;
	border-bottom:1px solid #e2e2e2;
	margin:5px 0;
	}
	#cart table td {
		vertical-align:top;
		font-size:11px;
		border-top:1px solid #e2e2e2;
		padding:15px 10px 15px 0;
		}
#cart h3,
#cart p.title,
/* Start Amy's Styles 20120215 */
#cart p.notification
/* End Amy's Styles 20120215 */{
	font-weight:bold;
	font-size:12px;
	}
#cart .image-thumb {
	padding-left:10px;
	width:146px;
	}
#cart .image-info {
/* Start Amy's Styles 20120313 */
	width:225px;
/* End Amy's Styles 20120313 */
	padding-right:25px;
	}
/* Start Amy's Styles 20120305 */
    #cart .image-info p {
        font-size:11px;
        font-weight:bold;
        margin:2px 0px 0px 85px;
        width:130px;
        }
/* End Amy's Styles 20120305 */
	#cart .image-info p.title {
		margin:0;
		}
	#cart .image-info label {
		font-size:11px;
		margin:5px 0 0 1px;
		width:80px;
		}
#cart input {
	margin-right:5px;
	margin-top:3px;
	}
#cart .image-size p {
	text-indent:19px;
	margin-bottom:12px;
	margin-top:0;
	line-height:1em;}
#cart .totals { font-weight:bold;}
	#cart .totals p.high {margin-top:16px;}
	#cart .totals p.med {margin-top:25px;}
	#cart .totals p.low {margin-top:25px;}
	#cart .totals p.lowpersonal {margin-top:35px;}
#cart-total {
	float:right;
	text-align:right;
	}
	#cart-total p {
		font-size:12px;
		}
	#cart-total label {
		width:100px;
		margin:0 0 0 0;
		}
	#cart-total p.total {
		font-weight:bold;
		}
	#cart-total .btn-continue {
		margin-top:10px;
		}
		
/*****************************************************
Checkout - Contact & Payment Info
*****************************************************/
#payment {
	clear:both;
	border-top:1px solid #e2e2e2;
	padding-top:15px;
	margin:0;
	}
#payment p.instructions {
	font-size:11px;
	margin-left:127px;
	color:#333;
	}
#payment p.instructions a {font-weight:bold;}

.contact-info, .payment-info {
/*	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
*/	background: #F6F5F1;
	margin-bottom:20px;
	}
	.contact-info h2,
	.payment-info h2 {margin:5px 0 0 13px;float:left;}
.form {
	margin-left:110px;
	padding:5px 0 0 17px;
	background:#fff;
	font-size:11px;
	}
#payment .form-instructions {
	margin-left:0;
	display:inline;
	}
#payment span {
	color:#666;
	font-size:10px;
	font-weight:normal;
	}
#payment label {
	width:160px;
	font-size:11px;
	}
#payment input[type=checkbox] {margin:5px 0 5px 160px;}
#payment input.cctype {margin:4px 0 8px 12px;}
#payment label.addr { margin-bottom:40px;}/* to keep billing column lined correctly */
#payment input.addr { margin-bottom:0;}
/*****************************************************
Checkout - Review Order & Order Confirmation
*****************************************************/
#review, #order{
	clear:both;
	border-top:1px solid #e2e2e2;
	padding-top:15px;
	}
#review p.edit,
#order p.edit {
		float:right;
		padding-top:5px;
		font-weight:bold;
		margin-bottom:5px;
		font-size:11px;
		line-height:1em;
		}
#review h2.subtitle,
#order h2.subtitle {
	float:left;
	margin:3px 0 0 20px;
	padding:0;
	}
#review hr {
	height:10px; 
	border:0;
	color:white;
	}
#order-summary, #image-summary {
	clear:both;
	border:1px solid #e2e2e2;
	margin:0 20px 20px;
	width:873px;
	font-size:11px;
	}
#order-summary th, 
#image-summary th {
	padding:10px 15px;
	} 
#order-summary td, 
#image-summary td {
	padding:1px 15px;
	vertical-align:top;
	}
#order-summary .contact,
#order-summary .payment {
	width:110px;
	background: #F6F5F1;
	}
#image-summary h3 {
	font-size:12px;
	font-weight:bold;
	}
#order-summary .addr {
	padding-bottom:15px;
	}
#image-summary td {
	padding-top:10px;
	padding-bottom:10px;
	}
#image-summary .totals {
	font-weight:bold;
	}
#image-summary .image-thumb {
	padding-left:10px;
	width:146px;
	}
#image-summary .image-info {
	padding-right:25px;
	}
	#image-summary .image-info p {
		font-size:11px;
		margin:1px 0 0;
		}
	#image-summary .image-info p.title {
		margin:0;
		}
	#image-summary .image-info label {
		font-size:11px;
		margin:4px 0 0 1px;
		width:80px;
		}
#image-summary .image-size p {
	line-height:1.5em;
	}
#order-total {
	border:1px solid #e2e2e2;
	margin:0 20px 10px;
	width:873px;
	font-size:12px;
	font-weight:bold;
	height:50px;
	}
#order-total h3 {
	height:35px;
	background: #F6F5F1;
	float:left;
	width:110px;
	padding:15px 0 0 20px;
	}
#order-total div {
	float:right;
	padding:15px 50px 0 0 ;
	} 
#order-total label {
	width:100px;
	margin:0;
	}

/* specific to Order Confirmation */
#bodycheckout.bodyorder h2.title {width:375px;}
#image-summary td.download {
	padding-right:5px;
	vertical-align:middle;
	text-align:center;
	}
#order p.instructions {
	margin-left:20px;
	color:#333;
	}

/*****************************************************
Footer
*****************************************************/
#footer {
	background: #999;
	color: #fff;
	font-size: 85%;
	margin: 0 auto;
	padding: 4px 15px;
	width: 908px;
}

#footer a {
	color: #fff;
	padding: 0 9px;
}

#footer .leftcol {
	float: left;
	width: 340px;
}

#footer .leftcolHomepage {
	float: left;
	width: 430px;
}

#footer .leftcolHomepage a {
	padding: 0 !important;
}

#footer .rightcol {
	float: right;
	text-align: right;
	width: 540px;
}

#footer .rightcolHomepage {
	float: right;
	text-align: right;
	width: 450px;
}


/*****************************************************
General Form Styles
*****************************************************/
label {
	clear:both;
	display:block;
	float:left;
	font-size:12px;
	margin-top:2px;
	width:125px;
	}
input {
	padding:2px;
	margin-bottom:3px;
	}
.req {font-weight:bold;}
.form-instructions {
	color:#666;
	margin-left:129px;
	font-size:10px;
	line-height:8px;
	}
	
/* Advanced Search Form Styles */
#bodysearch-advance #contentwrapper{
	padding: 55px 40px; 
	width: 855px;
	}

#search-advance .disclaimer{position:absolute; font-size:.9em; margin-top:-16px; margin-left:200px;}
#search-advance form{border-top:1px solid #ececec; border-bottom:1px solid #ececec; padding-top:15px; padding-bottom:15px; margin-top:10px;}
#search-advance label{
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px -5px 0px;
	clear:none;
	float:none;
	display:inline;
	}
#search-advance ul li{margin:3px 0px;}
#search-advance input[type=checkbox]{margin-right:8px;}
#search-advance span.select-uncheck{font-size:.85em;}
#search-advance .select-uncheck a{margin:0px 3px;}
	
#search-advance #orientation{float:left; margin-top:20px;}

#search-advance #time-period{float:left; margin-top:20px; margin-left:60px;}
#search-advance #time-period ul{margin-top:3px;}
#search-advance #time-period .col-1{float:left; padding-right:40px;}
#search-advance #time-period .col-2{float:left; padding-right:40px;}
#search-advance #time-period .col-3{float:left;}

#search-advance #image-categories{}
#search-advance #image-categories ul{padding:5px 5px 5px 10px; margin-top:5px;}
#search-advance #image-categories li.subcategory input[type=checkbox]{}
#search-advance #image-categories li.subcategory blockquote{margin:0px; padding:0px; margin-left:20px; margin-top:-18px;}
#search-advance #image-categories li{}
#search-advance #image-categories .col-1{float:left; padding-right:40px; margin-top:40px;}
#search-advance #image-categories .col-2{float:left; padding-right:40px; margin-top:40px;}
#search-advance #image-categories .col-3{float:left; padding-right:40px; margin-top:24px;}
#search-advance #image-categories .col-4{float:left; margin-top:24px;}
	
#search-advance form span{margin:0px; padding:0px;}

#search-advance .image-categories{
	width:165px; 
	height:280px; 
	overflow-x:hidden; 
	overflow-y:scroll; 
	border:solid 1px #c0c0c0;
	}
	
#search-advance .btn-search-advanced{float:right; margin-right:7px; margin-top:30px;}
	
/*****************************************************
Pagination
*****************************************************/	
.pagination-top {
	width:100%;
	font-size:11px;
	margin:10px 0;

	}
#bodysearch .pagination-top {
	margin-top:3px;
	height:40px;
	}
.pagination-top div {
	float:left;
	}
	.pagination-top div.show {
		width:250px;
		padding-top:5px;
		}
		.pagination-top div.show a {
			padding:0 3px;
			}
	.pagination-top div.preview {
		padding-top:5px;
		}
	.pagination-top div.pages {
		float:right;
		}
		.pagination-top .pages img {
			margin: 0 6px;
/*Start Amy's Styles 20120222 */
            padding:10px;
/*End Amy's Styles 20120222 */
			}
	.pagination-top label {
		display:inline;
		float:left;
		color:#666;
		clear:none;
		width:auto;
		font-size:11px;
		margin:0 5px 0 0;
		}
	.pagination-top input,
	.pagination-bottom input {
		padding-top:0;
		padding-bottom:0;
		}
.pagination-bottom {
	width:100%;
	font-size:11px;
	margin:10px 0 0;
	height:30px;
	border-bottom:1px solid #e2e2e2;
	clear:both;
	}
	.pagination-bottom .share {
		float:left;
		font-weight:bold;
		padding-top:5px;
	}
	.pagination-bottom .pages {
		float:right;
		}
		.pagination-bottom .pages img {
			margin: 0 6px;
/*Start Amy's Styles 20120223 */
			padding:10px;
/*End Amy's Styles 20120223 */
			}

/*****************************************************
Error/Confirmation Messages
*****************************************************/
.confirm, .error {
	background:#f7f0e1;
	border:1px solid #ce8a5a;
	margin:0 0 30px 100px; 
	padding:10px 10px 0 10px;
	width:705px;
	}
#bodymyaccount .confirm, 
#bodymyaccount .error,
#bodysite-admin .error,
#bodysite-admin .confirm,
#bodysite-adminuser .confirm,
#bodysite-adminuser .error{
/* Start Amy's Styles 20120227 */
    margin-left:0px;
    width:650px;
/* End Amy's Styles 20120227 */
	}
.confirm p, .error p { 
	line-height:1.3em;
	margin-left:90px;
	margin-top:1px;
	}
.confirm label, 
.error label {
	font-weight:bold;
	float:left;
	width:85px;
	}	
.error label{
	background:url(../img/error.gif) top left no-repeat;
	color:#cc0000;
	padding-left:25px;
	height:25px;
	width:65px;
	}
/* Start Amy's Styles 20120222 */
*+html #popup-login .error label{margin-top:20px;}
/* End Amy's Styles 20120222 */	
.popup{
	margin:10px 10px 0px 10px; 
	padding:10px 10px 10px 10px;
	width:auto;
	}

/*****************************************************
Misc
*****************************************************/
.clear {clear: both;}
.no-clear {clear:none;}
.left {float: left;}
.right {text-align: right;}
.bold {font-weight: bold;}
.nationallogo {display: none;}
.instructions {color:#666; line-height:1.2em;}
.normal {font-size:12px;}
/* Start Amy's Styles 20120223 */
.btn-cursor {cursor: pointer;}
.red {color: red;}
.no-border {border:none !important;}
.hide {display:none;}
/* End Amy's Styles 20120223 */
a.no-underline:hover {text-decoration:none;}
p.call-to-action {
	display:block;
	text-align:right;
	font-weight:bold;
	}
p.call-to-action img {
	padding-right:5px;
    margin-top:-5px;
	}
/* to clear floated elements - all browsers - from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*Print*/
.printonly {display: none;}

/*Popup*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: none;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block{
	width:345px;
	min-height:130px;
	display: none; /*--hidden by default--*/
	background: #fff;
	border: 2px solid #999;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Start Amy's Styles 20120222 */
/* *+html .popup_block{}*/
/* End Amy's Styles 20120222 */
img.btn_close {
	position:absolute;
	top:8px;
	right:10px;
}

/*#popup-login form{padding:20px;}
#popup-login form .break{display:block; margin-bottom:5px;}
#popup-login form .break span{margin-top:-10px; padding-bottom:10px;}
#popup-login a.cancel{position:absolute; bottom:25px; left:20px;}
#popup-login .submit{float:right; padding:20px 0px;}*/

.popup_block div.popupBlock{padding:20px;}
.popup_block div.popupBlock .break{display:block; margin-bottom:5px;}
.popup_block div.popupBlock .break span{margin-top:-10px; padding-bottom:10px;}
.popup_block a.cancel{position:absolute; bottom:25px; left:20px;}
.popup_block .submit{float:right; padding:20px 0px;}

#popup-move-to-lightbox select{width:300px;}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

