@import url(global.css);

/*=content wrapper
------------------*/
#contentWrapper {
	background: url(../images/verticalDivider.gif) 747px 0 repeat-y;
	margin: 0 4px;
	padding: 0 0 10px;
	width: 972px;
}

/*=main content
----------------*/
#contentWrapper #mainContent {
	width: 731px;
	margin: 20px 0 0;
	background: #FFF;
	float: left;
	_display: inline;
}
#loginWrap, #insideWrap { padding: 0 16px; }
#mainContent h1 {
	line-heigt: 1.0;
	margin: 0 0 7px 16px;
	height: 27px;
}
#mainContent p#resultsSummary {
	font-size: 11px;
	margin: 7px 0 25px;
	color: #949494;
}
#resultsSummary .searchTerm { color: #fff; }

/*=search results
-----------------*/
#mainContent #searchResults { padding-bottom: 30px; }

/*=pagination
--------------*/
#mainContent .pagination {
	margin: 20px 12px 0;
	font-size: 11px;
	clear: left;
}
#mainContent .pagination li {
	display: inline;
	padding-right: 8px;
	margin: 0;
	list-style: none;
}
#mainContent .pagination li.current a {
	font-weight: bold;
	text-decoration: underline;
}

/*=result thumbs
-----------------*/
#searchResults ul#resultThumbs {
	margin: 30px 0 0;
	float: left;
	width: 731px;
	_display: inline;
}
#searchResults ul#resultThumbs li {
	list-style-type: none;
	float: left;
	width: 121px;
	height: 121px;
	background: #d5d3c5;
	margin: 0 12px 30px;
	position: relative;
	_display: inline;
}
/*#resultThumbs a.thumb img { border: 2px solid #000; }
#resultThumbs a.thumb:hover img { border-color: #fff; }*/
#resultThumbs a.thumb {
	display: block;
	text-align: center;
	width: 122px;
	position: absolute;
	left: 0;
	top: 0;
}

#imgDetails p.toOrder { margin: 0; }



/***=IMAGE DETAILS PAGE***/
#imageDetails { padding: 0 16px; }
/*=current image
-----------------*/
#mainContent #currentImg { 
	text-align: center;
	margin-bottom: 20px;
}
#currentImg img { 
	margin:20px 0px 10px 0px;
	padding: 0;
	border: solid #9f9f9f 4px; }


/*=image details
-----------------*/
#mainContent #imgDetails {}

/*=details header
-----------------*/
#imgDetails #detailsHeader {
	min-height: 25px;
	position: relative;
	padding-left: 3px;
}
#detailsHeader h2 {
	color: #7989a5;
	font-size: 16px;
	font-weight: normal;
	padding-right: 100px;
	margin: 0;
}
#detailsHeader p.royalty {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #949494;
	margin: 0;
	_right: 15px;
}

/*=details table
-----------------*/ 
#imgDetails table#details {
	width: 100%;
	color: #949494;
	margin-bottom: 15px;
}
#details th, #details td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	background: url(../images/horizontalDivider.gif) repeat-x transparent;
}
#details th { width: 90px; }
#details tr.off td, #details tr.off th { border: none; }

/*=register table
------------------*/
#registerTable, .formTable { margin: 20px 0; }
#registerTable td, .formTable td {
	vertical-align: top;
	padding: 2px 0;
}
#registerTable th, #registerTable td#rememberMe,
.formTable th {
	vertical-align: top;
	text-align: right;
	width: 150px;
	padding: 2px 5px 2px 0;
}
input.txtInput, select {
	font-size: 12px;
	border: 2px solid #fff;
	border-color:  #c3c3c3 #c3c3c3 #efefef #efefef;
	width: 180px;
	background: #FFF;
}
select {
	width: auto;
	max-wisth: 180px;
}
label, input { vertical-align: middle; }
label { cursor: pointer; }
label.required { color: #fed1000; }

/*=advanced search
-------------------*/
#advancedSearch { float: left; width: 715px; margin-left: 16px; _display: inline; }
#advancedSearch h2 { margin-top: 12px; }
#advancedSearch ol { margin: 0; }
#advancedSearch ol li {
	list-style: none;
	margin-bottom: 14px;
}
#advancedSearch #searchFields {
	float: left;
	width: 250px;
}
#advancedSearch #searchFilters {
	float: left;
	width: 238px;
	margin-left: 10px;
}
#advancedSearch label {
	display: block;
	color: #fed1000;
	margin-bottom: 2px;
}
#searchFields .examples {
	margin: 2px 0 0;
	font-size: 9px;
	padding-left: 50px;
	text-indent: -50px;
}
.examples strong {
	font-weight: bold;
	color: #fed1000;
}

/*=ORDER IMAGE
---------------*/
#orderWrap { padding: 0 16px; }
/*=summary
-----------*/
#mainContent #summary {
	margin: 11px 0;
	position: relative;
	padding-bottom: 4px;
	background: url(../images/horizontalDivider.gif) repeat-x transparent bottom;
}
#mainContent #summary li {
	list-style: none;
	margin: 0;
}
#mainContent #summary li#subTotal {
	position: absolute;
	text-align: right;
	right: 0;
	top: 0;
}
#orderWrap #orderNav {
	padding-bottom: 11px;
	position: relative;
	margin: 11px 0;
	font-size: 14px;
	background: url(../images/horizontalDivider.gif) repeat-x transparent bottom;
}
#orderNav li {
	display: inline;
	padding: 6px;
}
#orderNav li.promoAmount {
	position: absolute;
	text-align: right;
	right: 0;
	top: 0;
}
#orderNav input { font-size: 14px; }
/*=item wrap
--------------*/
.itemWrap { clear: left; margin-bottom: 10px; float: left; }
.itemWrap.notFirst {
	background: url(../images/horizontalDivider.gif) repeat-x transparent top;
	padding-top: 11px;
}
/*=order thumb
---------------*/
.orderThumb {
	width: 130px;
	float: left;
	text-align: center;
}
.orderThumb img { vertical-align: top; }
/*=image details
-----------------*/
.quickDetails {
	float: left;
	margin-left: 5px;
	width: 265px;
}
.quickDetails table { width: 100%; }
.quickDetails th, .quickDetails td {
	padding: 0 0 4px;
	vertical-align: top;
}
.quickDetails th {
	text-align: right;
	padding-right: 10px;
	width: 93px;
}
/*=resolution details
----------------------*/
.resolutionDetails {
	width: 121px;
	margin-left: 5px;
	float: left;
}
.resolutionDetails table { width: 100%; }
.resolutionDetails th, .resolutionsDetails td {
	padding: 0 0 4px;
	vertical-align: top;
}
.resolutionDetails th {
	font-weight: bold;
	padding-bottom: 5px;
}
.resolutionDetails label {
	display: block;
	color: #fed1000;
}
.resolutionDetails .freebie {
	color: #fed1000;
}

/*=order options
------------------*/
#mainContent ul.orderOptions { margin: 15px 0; }
#mainContent .orderOptions li {
	margin-bottom: 7px;
	list-style-type: none;
}

/*=order totals
----------------*/
#orderTotals {
	clear: left;
	background: url(../images/horizontalDivider.gif) repeat-x transparent top;
	padding: 15px 10px 0 0;
	margin-bottom: 25px;
}
#orderTotals table {
	width: 100%;
	text-align: right;
}
#orderTotals td, #orderTotals th {
	vertical-align: middle;
	text-align: right;
}
#orderTotals th { width: 440px; }
#orderTotals .discountAmount {
	color: #fed1000;
	background: url(../images/horizontalDivider.gif) repeat-x transparent bottom;
}

/*=order terms
---------------*/
#orderTerms { margin-bottom: 15px; }
#orderTerms label, #orderTerms textarea, #orderTerms input { vertical-align: middle; }


#sidebar {
	/*padding: 0;
	margin-top: 10px;*/
}

#ourImages, #quickTips {
	float: left;
	width: 200px;
	padding: 0 0 0 16px;
	background: transparent;
	color: #797979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	_display: inline;
}
#ourImages h2,
#sidebar #ourImages h2 {
	font-size: 16px;
	margin: 10px 0 15px;
	font-weight: normal;
	color: #797979;
}
#ourImages h3 {
	font-size: 10px;
	margin-bottom: 4px;
}
#ourImages ul {
	font-size: 10px;
	padding: 0 0 5px 7px;
}
#ourImages li { margin-bottom: 4px; }
#ourImages li a { color: #797979; }
/*=quick tips
--------------*/
#quickTips { width: 163px; }
.quickTip { display: none; }



input.hiddenbutton {
	color: #949494;
   	background-color: #FFF;
   	border-style: none;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
}

#mainContent p.backTo { margin-left: 16px; }