/* CSS Document */

/* - - - - - BROWSE */

#searchquery {
	width: 940px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	position: relative;
}

#searchquery img {
	float: left;
}


/* - - - - - BROWSE / QUERY */

#searchquery #query {
	text-align: left;
	line-height: 15px;
	color: #808080;
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 0px;
	width: 460px;
	right: 0px;
}

#searchquery #query strong {
	font-weight: normal;
	color: #404040;
}


/* - - - - - BROWSE / PAGES */

#searchquery #pages a { text-decoration: none; }
#searchquery #pages a:link { color: #666666; }
#searchquery #pages a:visited { color: #666666; }
#searchquery #pages a:hover { color: #333333; text-decoration: overline; }
#searchquery #pages a:active { color: #000000; }

#searchquery #pages {
	color: #666666;
	position: absolute;
	left: auto;
	top: auto;
	right: 200px;
	bottom: 0px;
}

#searchquery #pages strong {
	font-weight: bold;
	color: #000000;
	text-decoration: overline;
}


/* - - - - - BROWSE / MENU */

#searchquery #menu {
	position: absolute;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
}


/* - - - - - BROWSE / RESULTSET */

#content #resultset {
	width: 940px;
	clear: both;
	float: left;
	margin-top: 20px;
}

#content #resultset #search {
	width: 940px;
	height: 269px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* - - - - - BROWSE / RESULTSET / WRAPPER */

/*#content #resultset #wrapper {
	width: 940px;
	float: left;
	padding-bottom: 20px;
}*/

#content #resultset #wrapper #img_cont_end {
	float: left;
	width: 180px;
}

#content #resultset #wrapper #img_cont_all {
	float: left;
	width: 180px;
	padding-right: 10px;
	display: block;
}

#content #resultset #wrapper #img_bg {
	height: 180px;
	width: 180px;
	background-color: #F5F5F5;
}

#content #resultset #wrapper #img_bg img {
	float: left;
}

#content #resultset #wrapper #txt {
	text-align: left;
	line-height: 20px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content #resultset #wrapper #txt strong {
	font-weight: normal;
	color: #808080;
	line-height: 20px;
}

#content #resultset #wrapper #options {
	height: 21px;
	width: 180px;
	position: static;
	bottom: 0px;
}

#content #resultset #wrapper #options img {
	float: left;
	margin-right: 5px;
}


/* - - - - - SEARCHQUERY / BUTTONS */
#searchquery span { display: none; }


/* - - - - - SEARCHQUERY / BUTTON / HOME */
#searchquery a#gohome {
	background-image: url(../images/menu/main/home_u.png);
	display: block;
	height: 45px;
	width: 50px;
	float: left;
}

#searchquery a#gohome:hover { background-image: url(../images/menu/main/home_o.png); }


/* - - - - - SEARCHQUERY / BUTTON / PREV */
#searchquery #menu a#prev {
	background-image: url(../images/menu/browse/arrow_left.png);
	display: block;
	height: 25px;
	width: 35px;
	float: left;
	margin-right: 10px;
}

#searchquery #menu a#prev:hover { background-image: url(../images/menu/browse/arrow_left_o.png); }
#searchquery #menu a#prev:active { background-image: url(../images/menu/browse/arrow_left_a.png); }


/* - - - - - SEARCHQUERY / BUTTON / NEXT */
#searchquery #menu a#next {
	background-image: url(../images/menu/browse/arrow_right.png);
	display: block;
	height: 25px;
	width: 35px;
	float: left;
}

#searchquery #menu a#next:hover { background-image: url(../images/menu/browse/arrow_right_o.png); }
#searchquery #menu a#next:active { background-image: url(../images/menu/browse/arrow_right_a.png); }


/* - - - - - SEARCHQUERY / NUM OF ROWS */
#searchquery #menu #rows {
	color: #E6E6E6;
	
	background-color: #666666;
	border: 1px solid #666666;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	
	float: left;
	width: 90px;
}


/* - - - - - CONTENTS / BUTTON / EMPTY */
#searchquery #menu a#empty {
	background-image: url(../images/menu/shoppingbag/trashbin.png);
	display: block;
	height: 35px;
	width: 100px;
	float: left;
	margin-right: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
	color: #666666;
	text-decoration: underline;
}

#searchquery #menu a#empty:hover { }
#searchquery #menu a#empty:active { }

#searchquery #menu a#empty span {
	display:block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


/* - - - - - CONTENTS / BUTTON / PHOTOPRINTS */
#searchquery #menu a#photoprints {
	background-image: url(../images/menu/shoppingbag/photoprints_110.png);
	display: block;
	height: 25px;
	width: 110px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#searchquery #menu a#photoprints:hover { background-image: url(../images/menu/shoppingbag/photoprints_110_h.png); }
#searchquery #menu a#photoprints:active { background-image: url(../images/menu/shoppingbag/photoprints_110_a.png); }


/* - - - - - CONTENTS / BUTTON / CARDS */
#searchquery #menu a#cards {
	background-image: url(../images/menu/shoppingbag/cards_70.png);
	display: block;
	height: 25px;
	width: 70px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#searchquery #menu a#cards:hover { background-image: url(../images/menu/shoppingbag/cards_70_h.png); }
#searchquery #menu a#cards:active { background-image: url(../images/menu/shoppingbag/cards_70_a.png); }


/* - - - - - CONTENTS / BUTTON / ORDER */
#searchquery #menu a#order {
	background-image: url(../images/menu/shoppingbag/order_120.png);
	display: block;
	height: 25px;
	width: 120px;
	float: left;
	margin-top: 10px;
}

#searchquery #menu a#order:hover { background-image: url(../images/menu/shoppingbag/order_120_h.png); }
#searchquery #menu a#order:active { background-image: url(../images/menu/shoppingbag/order_120_a.png); }

