#gallery {
	position: relative;
	border-top-color:#CCC;
	border-top-style: solid;
	border-top-width:1px;
	padding-top:10px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}

#gallery #shortcut {
	margin-top:8px;
	margin-bottom:8px;
	
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8px;
	
	text-align: left;
	
	background-color: white;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.shortcutName
{
	background-image: url(../images/shortcut_header.png);
	background-repeat: no-repeat;
	width: 740px;
	
	color: #4c4c4c;
	
	font-weight: bold;
	
	margin-top: -6px;
	margin-left: -10px;
	margin-right: -10px;
	
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}

.shortcutBody
{
	text-align: left;
	
	width: 100%;
	
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
	
	padding-top: 4px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}

#gallery #shortcuts #navbuttons
{
	text-align:right;
	padding-right:10px;
}

#gallery #shortcutdescription {
	font-size:10px;
}

#gallery #scopepopuparea {
	padding-left:10px;
	font-size:20px;
}

#gallery #scopepopupbutton {
	//font-size:15px;
	width:200px;
}

#gallery label.inside {
    position: absolute;
	font-size: 100%;
	margin-left: 3px;
	padding-left: 2px;
	margin-top: 2;
}


#gallery #scopepopuptitle {
	font-size:13px;
	font-weight:bold;
}

#gallery #shortcuts #shortcut #shortcutExtraInfo {
	margin-top:18px;
	font-size:8px;
	line-height: 160%;
	color:#666;
}

#gallery #shortcuts #shortcut table {
	margin:0px;
	font-size:9px;
	line-height: 160%;
	color:#666;
}

#gallery #shortcuts #shortcut #downloadcount
{
}

#gallery #shortcuts #shortcut #downloadbutton
{
	height:22px;
	width:83px;
	float:right;
	position:relative;
	top:-20px;
	left:2px;
	
	text-align:center;
	background-image: url(../images/download_button.png);
	background-repeat: no-repeat;
}

#defaultsdownloadbutton
{
	height:22px;
	width:83px;
	float:right;
	position:relative;
	top:-20px;
	left:-6px;
	
	text-align:center;
	background-image: url(../images/download_button.png);
	background-repeat: no-repeat;
}


#gallery #shortcuts #shortcut #downloadbutton a
{
	font-weight:normal;
	text-decoration: none;
	color:#fff;
	font-size:10px;
}

#gallery #shortcuts #shortcut #downloadbutton a:hover
{
	text-decoration: underline;
}

#galleryfooter {
	margin-left: 30px;
	margin-right: 30px;
	
	font-size:10px;
	line-height:150%;
}

#shortcutsearch_div {
	position: relative;
	height: 22px;
}

#hidden_navbuttoncontent
{
	position: relative;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

#gallery #shortcutsearch_div #navbuttonstop
{
/* 	margin-top:-20px; */
/*
	color: red;
	position: relative;
*/
	float: right;
	display: inline;
	
	position: relative;
	text-align:right;
	padding-right:20px;
	top:3px;
}

#shortcutsearchform {
	float: right;
}

#shortcutSearchListTitle {
	display: inline;
	
	position: relative;
	top:3px;
	
	font-weight: bold;
}

input.shortcutsearchfield {
	float: right;
}

