/***************************************************
	PAGE MODS
*/

.browse #content {
	width: 754px;
	overflow: hidden;
}

.module-photo_browse H2 {
	font-size: 150%;
	margin: 0 0 5px;
}

.browse .module-photo_browse H2 {
	font-size: 150%;
	margin: 0 0 5px;
	border-bottom: solid 1px #B9B2A1;
	padding: 0 0 3px;
	width: 520px;
}

.module-photo_browse .description {
	width: 500px;
	float: left;
}

.module-photo_browse .notice {
	width: 500px;
}


/***************************************************
	BROWSE PHOTOS
*/

.module-photo_browse .footer {
	clear: both; 
	background: #3377b3;
	padding: 3px 5px;
}

.module-photo_browse .footer BLOCKQUOTE {
	margin: 3px 0;
	font: normal 80% verdana, arial, helvetica;;
}

.module-photo_browse .footer BLOCKQUOTE STRONG {
	color: #fff;
}

.module-photo_browse .footer BLOCKQUOTE UL {
	font-style: none;
	display: inline;
}

.module-photo_browse .footer BLOCKQUOTE UL LI {
	display: inline;
	margin: 0 4px;
}

.module-photo_browse .footer BLOCKQUOTE.tag UL LI A {
	color: #ffaa15;
}

.module-photo_browse .footer BLOCKQUOTE.tag UL LI A.one {
	color: #be8726;
}

.module-photo_browse .footer BLOCKQUOTE EM {
	font-style: normal;
	color: #5f9ed6;
	font-size: 80%;
}

.module-photo_browse .footer BLOCKQUOTE.tag {
	/*display: none;*/
}

/***************************************************
	BROWSE PHOTOS > SIDEBAR
*/

.default  #sidebar .module.module-photo_browse {
	padding: 0;
	margin: 0;
	background: none;
	background: #3C8DC5;
}

#sidebar .module-photo_browse .footer {
	display: none;
}

.default  #sidebar .module.module-photo_browse P.notice {
	background: #ffb url("../../images/collection_bkg.gif") no-repeat 5px 5px;
	padding: 10px 5px 15px 60px;
	font-size: 90%;
	line-height: 115%;
	margin: 0 0 2em;
}

.default  #sidebar .module.module-photo_browse P.notice A {
	display: block;
}


/***************************************************
	BROWSE PHOTOS > BROWSE PAGE
*/

.browse .module-photo_browse .footer {
	float: right;
	width: 224px;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	top: -20px;
}

.browse .module-photo_browse .footer BLOCKQUOTE {
	margin: 0 0 15px;
	font-size: 90%;
}

.browse .module-photo_browse .footer BLOCKQUOTE STRONG {
	background: #245599 !important;
	display: block;
	margin: 0 0 5px;
	font: normal 140% "segoe UI", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	text-transform: lowercase;
	padding: 7px;
}

.browse #content .module-photo_browse .footer BLOCKQUOTE UL {
	margin: 10px 0 0 10px;
	width: 200px;
	display: block;
	list-style: none !important;
	overflow: hidden;
}

.browse #content .module-photo_browse .footer BLOCKQUOTE UL LI {
	display: block;
	margin: 4px 0;
}

.browse #content .module-photo_browse .footer BLOCKQUOTE.tag {
	width: 224px;
}

.browse #content .module-photo_browse .footer BLOCKQUOTE.tag UL {
}

.browse #content .module-photo_browse .footer BLOCKQUOTE.tag UL LI {
	display: inline !important;
	margin: 0 4px 0 0;
}

.browse #content .module-photo_browse .footer BLOCKQUOTE UL LI A {
	color: #ffaa15 !important;
	text-decoration: none;
}

.browse #content .module-photo_browse .footer BLOCKQUOTE UL LI A:hover {
	color: #fff;
	background: #3C8DC5;
}

.browse .module-photo_browse .footer BLOCKQUOTE UL LI STRONG {
	background: none !important;
	padding: 0;
	font: bold 100% verdana, arial, helvetica;
	text-transform: none;
}

/***************************************************
	BROWSE PHOTOS > THUMBNAILS
*/

.module-photo_browse UL.thumbnails,
#content .module-photo_browse UL.thumbnails { 
	list-style: none;
	overflow: hidden;
	margin: 15px 0;
	width: 520px;
}

.browse #content .module-photo_browse UL.thumbnails { 
	overflow: visible;
}

.default .module-photo_browse UL.thumbnails {
	clear: left;
}

#sidebar .module-photo_browse UL.thumbnails {
	margin: 0;
	padding: 5px 9px 1px;
	width: 206px;
}

.module-photo_browse UL.thumbnails LI {
	float: left;
	margin: 0;
	text-align: center;
	overflow: hidden;
	width: 90px;
}

.home .module-photo_browse UL.thumbnails LI,
.browse .module-photo_browse UL.thumbnails LI {
	height: 90px;
	position: relative;
}

.browse .module-photo_browse UL.thumbnails LI {
	margin: 6px;
}

.browse .module-photo_browse UL.thumbnails LI.winner {
	overflow: visible;
	height: 17em;	
}

.module-photo_browse UL.thumbnails LI.winner A.photo {
	display: block;
	width: 90px;
	height: 90px;
}

.module-photo_browse UL.thumbnails LI.winner A.photo SPAN.badge {
	width: 41px;
	height: 41px;
	top: 6px;
	right: 7px;
	background: url("../../images/thumbnails_winner_07.gif") no-repeat top left;
	position: absolute;
	display: block;
	cursor: hand;
}

.browse .module-photo_browse UL.thumbnails LI.winner BLOCKQUOTE {
	display: block;
	margin: 0;
}

.module-photo_browse UL.thumbnails LI.prev,
.module-photo_browse UL.thumbnails LI.next {
	width: 13px;
}

.module-photo_browse UL.thumbnails LI.prev A,
.module-photo_browse UL.thumbnails LI.next A {
	width: 13px;
	height: 80px;
	margin: 5px 0;
	display: block;
}

.module-photo_browse UL.thumbnails LI.prev A { background: url("../../images/thumbnails_prev.gif") no-repeat left; }
.module-photo_browse UL.thumbnails LI.next A { background: url("../../images/thumbnails_next.gif") no-repeat right; }

.module-photo_browse UL.thumbnails LI.prev A:hover,
.module-photo_browse UL.thumbnails LI.next A:hover {
	background-color: #53A7DF;
}

.module-photo_browse UL.thumbnails LI A IMG,
.module-photo_browse UL.thumbnails LI.start IMG,
.module-photo_browse UL.thumbnails LI.end IMG,
.module-photo_browse UL.thumbnails LI.only IMG {
	display: block;
	padding: 7px;
	background: url("../../images/thumbnails_photo_lightblue_bkg.gif") no-repeat top left;
	margin: 0 auto 4px auto;
}

.browse .module-photo_browse UL.thumbnails LI A IMG,
.browse .module-photo_browse UL.thumbnails LI.start IMG,
.browse .module-photo_browse UL.thumbnails LI.end IMG,
.browse .module-photo_browse UL.thumbnails LI.only IMG {
	background: url("../../images/thumbnails_photo_white_bkg.gif") no-repeat top left;
}

.module-photo_browse UL.thumbnails LI.start {
	padding: 0 0 0 13px;
}

.module-photo_browse UL.thumbnails LI.end {
	padding: 0 13px 0 0;
}

.module-photo_browse UL.thumbnails LI A:hover IMG {
}

.module-photo_browse UL.thumbnails LI A IMG.browse,
.module-photo_browse UL.thumbnails LI A:hover IMG.browse {
	border: none;
	padding: 0;
	background: #998866;
}

.module-photo_browse UL.thumbnails LI A:hover IMG.browse {
	background: #ad9b76;
}

.default #content .module-photo_browse UL.pages,
.module-photo_browse UL.pages {
	text-align: center;
	width: 520px;
	margin: 0;
	padding: 10px 0;
	font: normal 80% Verdana, Arial, Sans-Serif;
	background: #E2F3FF;
}

.module-photo_browse UL.pages LI {
	display: inline;
	padding: 5px;
}

.module-photo_browse UL.pages LI.current {
	font-weight: bold;
	background: #b7e1ff;
}

.module-photo_browse UL.pages LI A {
	text-decoration: none;
}

.module-photo_browse UL.pages LI.next A {
	background: url("../../images/arrow_right.gif") no-repeat left;
	padding-left: 10px;
}

.module-photo_browse UL.pages LI.prev A {
	background: url("../../images/arrow_left.gif") no-repeat right;
	padding-right: 10px;
}
