/* Main CSS Stylesheet */

body {
	margin:0;
	padding:0;
	font-family: Times, Times New Roman, Arial, serif;
	font-family: Arial, Times, Times New Roman, serif;
	background: url(../images/body_background_tile.png) repeat #858585;
	font-size:62.5%;
	color:#5f5f5f;
}

strong {
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	border-bottom:1px solid #bbbaba;
	padding-bottom:3px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-family: Times, Times New Roman, Arial, serif;
}

h1 {
	font-size:2em;
	text-transform:uppercase;
	color:#5f5f5f;
}

h2 {
	font-size:1.3em;
	color:#5f5f5f;
}

h3 {
	font-size:1.2em;
	margin-top:10px;
}

p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:10px;
}

p + h2 {
	margin-top:35px;
}

a {
	color: #6d6e71;
	text-decoration:none;
}

a:hover {	
	text-decoration:underline;
}

a.legal {
	text-decoration:underline;
}

a.legal:hover {
	text-decoration:none;
}

a.button {
	background:url(../images/input_button_background.gif) #cccccd repeat-x;
	padding:0px;
	border:1px solid #bbbaba;
	/*width:50px;*/
	color:#414141;
	font-size:1.0em;
	padding:2px 5px 1px 5px;
}

div.button {
	background:url(../images/input_button_background.gif) #cccccd repeat-x;
	margin: 15px auto;
	padding:0px;
	border:1px solid #bbbaba;
	width:280px;
	height: 20px;
	line-height: 20px;
	color:#414141;
	font-size:1.0em;
	padding:2px 5px 1px 5px;
	text-align: center;
}

dl {
	font-family: Arial, Times, Times New Roman, serif;
	font-size:1.1em;
}

dt {
	width:55px;
	float:left;
	font-weight:bold;
	color:#444444;
	font-family: Arial, Times, Times New Roman, serif;
}

dd {
	margin-left:60px;
	margin-bottom:5px;
	font-family: Arial, Times, Times New Roman, serif;
}

input {
	/*background-color:#fff;*/
	border:1px solid #bbbaba;
	font-family: Arial, Times, Times New Roman, serif;
	font-size:1.1em;
	padding:2px;
	color:#5f5f5f;
}

input.button {
	background:url(../images/input_button_background.gif) #cccccd repeat-x;
	padding:0px;
	/*width:50px;*/
	color:#414141;
	font-size:1.0em;
	padding:2px 5px 1px 5px;
}

input.searchInput {
	width: 260px;
	margin-right:5px;
	background-color:#fff;
	
}

select {
	background-color:#fff;
	color:#5f5f5f;
	border:1px solid #bbbaba;
	font-size:1.0em;
	padding:1px;
}

label.error {
	display: block;
	width: auto;
	color: #ff0000;
	margin-left: 20px;
}

.boxedContent {
	background: #e3e3e3;
	width: auto;
	padding: 20px;
	margin-top: 20px;
}

#homepageIntro {
	width:300px;
	margin:50px auto;
}
#homepageIntro p {
	text-align:justify;
	font-size:1.4em;
}

#homepageIntro p a {
	background-color:#cecece;
	padding:0 2px;

}

/*****************
*	Styled Form CSS
******************/
form.styledForm fieldset {
  margin-bottom: 10px;
}
form.styledForm legend {
  padding: 0 2px;
  visibility:hidden;
}
form.styledForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-size:1.1em;
}
form.styledForm fieldset ol {
  margin: 0;
  padding: 0;
}
form.styledForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.styledForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.styledForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.styledForm fieldset fieldset label {
  display: block;
  width: auto;
}
form.styledForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.styledForm label {
  width: 120px; /* Width of labels */
}
form.styledForm fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.styledForm  li.submitItem {
	text-align:right;
	padding-right:7px;
}

form#reelBuilderForm select {
	width:245px;	
}

form#reelBuilderForm input.textInput {
	width:239px;	
}

label#submitReelBuilderFormLabel {
	visibility:hidden;
}


.clearfix {
	clear:both;
}

.contentClear {
	width:100%;
	height: 144px;
	background-color:#f0eded;
	height:10px;
}
#mainContainer {
	background-color:#000;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	position:relative;
}
#container {
	width:854px;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #858585;
	border-top: 0px;
	font-size:1em;
	background:url(../images/content_background_repeat.gif) right repeat-y #efeeec;
}

#header {
	padding-top:25px;
	height:65px;	
	width:920px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#f0eded;*/
	
}

#header h1 {
	text-indent:-9999px;
	border:0px solid #fff;
	background:url(../images/masthead.png) no-repeat;
	height:65px;
}

#mainNavigation {
	background-color:#858585;
	width:844px;	
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;	
	font-size:1.2em;
	font-family: Times, Times New Roman, Arial, serif;
}

#mainNavigation li {
	display:inline;		
	color:#cfcdcd;
	padding-left:10px;
	padding-right:5px;
	margin-right:20px;
	text-transform:uppercase;
}

#mainNavigation li a {
	font-weight:bold;
	color:#cfcdcd;
	text-decoration:none;
}

#mainNavigation li a:hover {
	color:#fff;
}

#subNavigation {
	float:right;
	width:144px;
	padding-left:15px;
	padding-right:15px;
	border-top: 10px solid #ece8e9;
	padding-top:0px;
	margin-bottom:10px;
}

#featuredWork {
		margin-top:20px;
}

#featuredWork h2{
	border:0px;
	border-top:1px solid #bbbaba;
	padding-top:15px;
	text-align:center;
	margin-bottom:0px;
}

#featuredWork h3 {
	font-size:1.0em;
	border:0px;
	font-weight:normal;
	text-align:center;
	margin-top:5px;
}

#loginForm label {
	display:none;
}

#loginForm input.loginInput {
	width:138px;
	margin-bottom:7px;
}

#content {
	float:left;
	width:660px;
	min-height: 615px;
	height: auto !important;
	height: 615px;
	/*background-color:#f0eded;*/	
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#content ul, #content ol {
	margin:15px;
	margin-top:0px;
	margin-left:30px;
}

#content ul li {
	font-size:1.2em;
	margin-bottom:5px;
	list-style-type:square;
}

#content ol li {
	font-size:1.2em;
	margin-bottom:5px;
	list-style-type:decimal;
}

.reel ul {
	margin-left:0px !important;
	margin-right:0px !important;
}

.reel ul li {
	margin-left:2px !important;
	margin-right:2px !important;
}

.reel ol{
	margin-left:0px !important;
	margin-right:0px !important;
	font-size:1em !important;
}

.reel ol li {
	margin-left:2px !important;
	margin-right:2px !important;
	font-size:1em !important;
}

#footer {
	width:857px;
	margin:8px auto 0 auto;
	padding-bottom:25px;
	background-color:#000;
	color:#fff;
	position:relative;
}

#footer a {
	color:#fff;
	margin-right:15px;
}

#poweredBy {
	position:absolute;
	right:0;
	top:0;
}



/*************************
**
**	SEARCH
**
*************************/

#searchForm {
	margin-bottom:20px;
}

div#searchFormOptions {
	text-align:right;
	margin-top:7px;
	vertical-align:baseline;
}

#searchFormOptions input.button {
	background-color:#d5d5d5;
}

div #searchFormOptions input {
	margin-left:5px;
}

div.page_numbers {
	/*margin:5px;*/
	margin-bottom:20px;
}


div.page_numbers a {
	padding:2px 5px;
	border:1px solid #cecece;
}

div.page_numbers a:hover {

	background:#fff;
}

div.page_numbers a.currentPage {
	background:#858585;
	border:1px solid #5f5f5f;
	color: #fff;
}

h2.searchResultQuery {
	border-bottom:0px;
	margin-bottom:0px;
}

.searchResultNum {
	font-size:1.1em;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #bbbaba;
}

div#searchResults {
	
}

.searchResult {
	float:left;
	background:#f1edee;
	width:323px;
	margin-bottom:15px;
	border:1px solid #d4ccce;
}

.searchResultAlt {
	float:right;
	background:#f1edee;
	width:323px;
	margin-bottom:15px;
	border:1px solid #d4ccce;
}

.searchResultMeta {
	padding:10px;
	font-size:0.9em;
	background-color:#f1edee;
}

.searchResultImage {
	float:left;
}

.searchResultDetails {
	float:left;
	width:174px;
	padding-left:10px;
}

.searchResultDetails li {
	font-size:1.1em;
	margin-bottom:4px;
}

.searchResultOptions {
	background: url(/arrowsarchive/images/search_result_options_background.gif) repeat-x #cacacb;
	font-size:0.9em;
	padding:6px;
	text-align:center;
	text-transform:uppercase;
}

.searchResultOptions a {
	font-weight:bold;
	color:#4a4a4b;
	margin-left:3px;
	margin-right:3px;
}



/*************************
**
**	ASSET
**
*************************/

#assetFunctions {
	width:245px;
	float:left;
}

#assetContentContainer {
	float:left;
	width:400px;
	margin-left:15px;
}

#assetContentContainer h3 {
	margin:0px;
	border:0px;
	font-family: Arial, Times, Times New Roman, serif;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:5px;
}

div.assetContent {
	background-color:#e3e3e3;
	padding:10px;
	margin-bottom:10px;
}

div.assetContent ol {
	margin-left:0px !important;
}

div.assetContent li {
	list-style-type:none !important;
	margin-left:0px !important;
}

#assetMeta {
	/*background-color:#e3e3e3;
	padding:10px;*/
}


#assetMeta dt {
	width:155px;
	float:left;
}

#assetMeta dd {
	margin-left:160px;
}

#assetMeta ol {
	margin-left:0px !important;
}

#assetMeta li {
	list-style-type:none !important;
	margin-left:0px !important;
}


span.hiddenData {
	color:red;
}

#assetImage {
	border:1px solid #858585;
	background:url(/arrowsarchive/images/asset_background_gradient.gif) repeat-x #c5c4c4;
	padding:4px;
}

#assetOptions {
	margin-top:10px;
}

#assetOptions ul {
	margin:0px;
}

#assetOptions li {
	margin:0px;
	margin-top:5px;	
	list-style-type:none;
}

#assetComments {
	background-color:#e3e3e3;
	margin-top:15px;
	padding-bottom:10px;
	padding-top:10px;
}

#assetComments h2, #assetComments h3 {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}

#comments {
	padding-bottom:5px;
}

.assetComment {
	padding:10px 15px;
}

.assetCommentAlt {
	padding:10px 15px;
	background-color:#d5d5d5;
}

.comment {
	width:425px;
	float:left;
	padding:10px 0;
}

.commentMeta {
	float:right;
	width:200px;
	text-align:center;
	background:url(/arrowsarchive/images/general_source.png) no-repeat left;
}

div.informedPoster div.commentMeta {
	background:url(/arrowsarchive/images/informed_source.png) no-repeat left;
}

div.assetCommentAlt div.informedPoster div.commentMeta {
	background:url(/arrowsarchive/images/informed_source_alt.png) no-repeat left !important;
}

div.assetCommentAlt div.commentMeta {
	background:url(/arrowsarchive/images/general_source_alt.png) no-repeat left;
}

.commentMeta span {
	display:block;
	margin-bottom:3px;
}

span#noComments {
	margin-left:15px;
}

#assetCommentForm {
	width:425px;
	padding:0px 10px;
}

#assetCommentForm form {
	text-align:right;
}

#assetCommentForm form textarea {
	width:408px;
	border:1px solid #858585;
	margin-bottom:10px;
	padding:5px;
	font-family: Arial, Times, Times New Roman, serif;
	color:#5f5f5f;
	font-size:1.2em;
	margin-left:5px;
}
#assetOptions ul li {
	list-style-type:none;
}

#assetOptions ul li#assetViewDetails {
	/*border:1px solid red;*/
	list-style-type:none;
}

#assetOptions ul li a {
	width:243px;
	height:23px;
	display:block;
	border:1px solid #858585;
	text-indent:-9999px;
}

#assetOptions ul li#assetViewDetails a {
	background: url(/arrowsarchive/images/clip_info_up.png) no-repeat;
}
#assetOptions ul li#assetViewDetails a:hover {
	background: url(/arrowsarchive/images/clip_info_over.png) no-repeat;
}
#assetOptions ul li#assetViewDetails a.selected  {
	background: url(/arrowsarchive/images/clip_info_down.png) no-repeat;
}

#assetOptions ul li#assetViewClip a {
	background: url(/arrowsarchive/images/play_up.png) no-repeat;
}
#assetOptions ul li#assetViewClip a:hover {
	background: url(/arrowsarchive/images/play_over.png) no-repeat;
}
#assetOptions ul li#assetViewClip a.selected  {
	background: url(/arrowsarchive/images/play_down.png) no-repeat;
}

#assetOptions ul li#assetDownload a {
	background: url(/arrowsarchive/images/download_up.png) no-repeat;
}
#assetOptions ul li#assetDownload a:hover {
	background: url(/arrowsarchive/images/download_over.png) no-repeat;
}
#assetOptions ul li#assetDownload a.selected  {
	background: url(/arrowsarchive/images/download_down.png) no-repeat;
}

#assetOptions ul li#assetAddToReel a {
	background: url(/arrowsarchive/images/add_to_reel_up.png) no-repeat;
}
#assetOptions ul li#assetAddToReel a:hover {
	background: url(/arrowsarchive/images/add_to_reel_over.png) no-repeat;
}
#assetOptions ul li#assetAddToReel a.selected  {
	background: url(/arrowsarchive/images/add_to_reel_down.png) no-repeat;
}

#assetOptions ul li#assetEmail a {
	background: url(/arrowsarchive/images/email_up.png) no-repeat;
}
#assetOptions ul li#assetEmail a:hover {
	background: url(/arrowsarchive/images/email_over.png) no-repeat;
}
#assetOptions ul li#assetEmail a.selected  {
	background: url(/arrowsarchive/images/email_down.png) no-repeat;
}









/*
Browse Widget CSS
*/
#browseContainer {
	width:546px;
	border:1px solid #858585;
	overflow:hidden;
	position:relative;
	/*padding:12px 10px 20px 10px;*/
	margin:25px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial;
	font-size:11px;
	color: #595554;
}

.browseControl {
	height:18px;
	background: url(/arrowsarchive/images/browse_credit_list_background.gif) repeat-x;
	/*text-align:center;*/
	padding-top:3px;
	padding-left:17px;
	padding-right:16px;
	width:518px;
	text-align:justify;
}
.browseControl a {
	margin-left:5px;
	margin-right:5px;
	color: #aaa;
	text-decoration:none;
	font-size:10px;
	margin-right:4px;
}

.browseControl a.selected {
	font-weight:bold;
	color: #595554;
}

.browseControl a:hover {
	color:#000;
}

#browseDisabledToolTipContainer {
	display:none;
	position:absolute; 
	font-size:11px;
}
#browseDisabledToolTip {
	position:relative;
	height:17px;
	width:240px;
	background:#fff;
	border:1px solid #aaa;
}

#browseDisabledToolTip span {
	position:absolute;
	top:0;
	left:0;
	height:23px;
	padding:2px;
	color: #595554;
	background:url(/arrowsarchive/images/browse_arrow_down.gif) no-repeat bottom left;
}

#browseAZ a {	
	padding-left:4px;
	padding-right:5px;
	margin:0px;
}

#browseAZ span {	
	padding-left:4px;
	padding-right:5px;
	margin:0px;
	font-size:10px;
	color: #ccc;
}


#browsePages {
	padding:0px;
	/*width:550px;*/
	height:21px;
	background-color:#c7c7c7;
	text-align:center;
	line-height:5px;
	padding-left:215px;
	padding-top:2px;
}
#browsePages a {
	/*border:1px solid #595554;
	padding:1px;*/
	float:left;
}


div#browsePageCount {
	font-size:10px;
	height:21px;
	float:left;
	/*padding-top:7px;*/
	line-height:21px;
	width:55px;
	text-align:center;
}

#browseContentContainer {
	background: url(/arrowsarchive/images/browse_background_repeat.png);
	padding:15px;
}


#innerContainer {
	width:1800px;
	height:285px;
	/*margin:10px;*/
	/*padding:12px 10px 20px 10px;
	margin:25px;
	background: url(/arrowsarchive/images/browse_background_repeat.gif);*/
}

#innerContainer img {
	visibility:hidden;
}
.browseColumn {
	float:left;
}

.browseContent {
	height:100px;
	width:105px;
	/*margin-left:10px;*/
	/*margin-right:10px;*/
	padding-top:1px;
	padding-left:1px;
	overflow:hidden;
	background: url(/arrowsarchive/images/browse_loading.gif) no-repeat;
}

.browseContent img {
}
.browseContent span {
	font-size:9px;
	display:block;
	text-align:center;
	color: #595554;
	margin-top:5px;
	width:89px;
}

.browseContentDetails {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	padding:5px;
	border:1px solid #aaa;
}

.browseContentDetails span {
	width:110px;
}

.browsePrevPage {
	width:600px;
	height:285px;
	float:left;
	position:absolute;
	left: -600px;
	top:36px;
}

.browseCurrentPage {
	width:600px;
	height:285px;
	float:left;
}

.browseNextPage {
	width:600px;
	height:285px;
	float:left;
}

.browsePageClone {
	display:none;
}

/* Featured Work */

#featuredWork {
	margin: 30px auto;
	padding: 0px;
}

#featuredWork ol {
	margin: 20px auto;
	padding: 0px;
}

#featuredWork li {
	width: 100%;
	height: 24px;
	margin: 0px auto 10px auto;
	padding-top: 0px;
	overflow: hidden;
}

/* Registration Form */

#registrationForm {
	background: #e3e3e3;
	width: auto;
	padding: 10px 20px;
	margin-top: 20px;
}

#registrationForm .buttons {
	margin-left: 183px;
}

#registrationForm input.button {
	font-size: 0.9em;
	margin: 20px 8px 0px 0px;
}

/* Change password form */

#passwordChangeForm {
	background: #e3e3e3;
	width: auto;
	padding: 10px 20px;
	margin-top: 20px;
}

#passwordChangeForm .buttons {
	margin-left: 183px;
}

#passwordChangeForm input.button {
	font-size: 0.9em;
	margin: 20px 8px 0px 0px;
}

/* Search Form */

#advancedSearchForm {
	background: #e3e3e3;
	width: auto;
	padding: 10px 20px;
	margin-top: 20px;
}

#advancedSearchForm .buttons {
	margin-left: 183px;
}

#advancedSearchForm input.button {
	font-size: 0.9em;
	margin: 20px 8px 0px 0px;
}

/* Account Info */

#accountSummary {
	background: #fff;
	border: 1px solid #848484;
	width: 200px;
	height: 108px;
	padding: 10px 20px 10px 20px;
	float: right;
	position: relative;
	top: -20px;
}

#accountSummary dt {
	width: 100px;
}

#accountSummary dd {
	text-indent: 10px;
}

#accountSummary .purchase {
	margin-top: 25px;
	font-size: 1.1em;
}

table {
	width: 357px;
	border-collapse: collapse;
	margin: 30px 0px 8px 0px;
	float: left;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0px -20px 0px;
	padding: 0px;
}

table#creditHistory {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0px;
}

table#creditHistory caption {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0px -10px 0px;
	padding: 0px;
}
table td, table th {
	background-color: #efeeec;
	border: 1px solid #848484;
	padding: 6px 12px;
}
table thead th {
	font-weight: bold;
}
table tbody td, table tbody th {
	background-color: #fff;
}

table tfoot tr td {
	background: none;
	border: none;
	padding-left: 0px;
}

/* Credit Purchase */

#paymentContainer h2 {
	margin-top: 20px;
}

form#creditPaymentForm fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
	visibility: visible;
	margin: 0px 0px 10px 0px;
	padding-top: 20px;
}

#creditPaymentForm input.button {
	font-size: 0.9em;
	margin: 20px 8px 0px 0px;
}

#creditPaymentForm label.error {
	display: block;
	width: auto;
	color: #ff0000;
	margin-left: 20px;
	float: right;
	position: relative;
	top: -20px;
}

form fieldset ol li {
	list-style-type:none !important;
}

/* Reel Builder */

form.openReelForm fieldset ol {
	margin:0px !important;
}

form.createReelForm fieldset ol {
	margin:0px !important;
}

.reel {
	margin-top: 30px;
}

.reelTitle {
	margin-bottom: 20px;
}

.reel h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Times, Times New Roman, serif;
	border: none;
	display: inline;
}

.reel span {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Times, Times New Roman, serif;
	border: none;
	text-transform: none;
	margin-left: 4px;
	display: inline;
}

.renameReelForm {
	display: none;
	margin-bottom: 24px;
}

.renameReelForm legend {
	display: none;
}

.reelOptions {
	margin-top: -5px;
}

.reelOptions li {
	display: inline;
	margin-right: 10px;
	cursor: pointer;
}

.reelList {
	background: #e3e3e3;
	margin-top: 10px;
	min-height: 100px;
	height: auto !important;
	height: 140px;
	overflow: hidden;
}

.assetItem {
    position: relative;
    display: block;
    float: left;    
    list-style-type: none;  
    width: 160px;
	margin: 2px;
	padding: 0px;
    text-align: center;
	text-indent: 0px;
}

.assetHandle {
	background: transparent url(../images/assetHandle.jpg) repeat-x left top;
	height: 21px;
	width: 146px;
	border: 1px solid #989797;
	text-align: left;
	line-height: 21px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 4px;
	cursor: move;
}

.assetHandle span {
	height: 21px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 115px;
}

.assetContainer {
	background: #f0eded;
	/*min-height: 134px;*/
	border: 1px solid #989797;
	padding: 10px;
	margin: 0px;
	cursor: move;	
}

.assetInfo {
	margin-top: 10px;
	text-align: left;
	font-size: 1em;
	height: 40px;
	overflow:hidden;
}

.assetInfo dd {
	left: -20px;
	position: relative;
}

.placeHolder {
	width: 154px;
	min-height: 95px;
	margin: 2px;
	padding: 0px;
	position: relative;
    display: block;
    float: left;
	border: 2px dashed #858585;
}

#selectReelForm legend {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#selectReelForm {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 20px;
}

#createReelForm legend {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#createReelForm {
	margin-right: 10px;
	margin-bottom: 10px;
	height: 20px;
}

#createReelForm input.button {
	font-size: 0.9em;
}

#reelBuilderInfo {
	text-align: center;
	margin-top: 40px;
	font-size: 1.5em;
	color: #cecccc;
}

/* Awards - apended to assets that have won an Arrow Award*/

.award-gold {
	background: #f1edee url(../images/arrowaward-gold.jpg) no-repeat right bottom !important;
}

.award-silver {
	background: #f1edee url(../images/arrowaward-silver.jpg) no-repeat right bottom !important;
}

.award-bronze {
	background: #f1edee url(../images/arrowaward-bronze.jpg) no-repeat right bottom !important;
}

.conditions p {
	font-size: 1.0em;
}

.helpImage {
	float: left;
	margin-right: 20px;
}