
/***************************
 * GLOBAL
 ***************************/
 
body, td {
  margin: 0px;
  padding: 0px;
  
  font-family: Verdana, sans-serif;
  font-size: 11px;
  
  scrollbar-face-color: #E6E6E6; 
  scrollbar-shadow-color: #CCCCCC; 
  scrollbar-highlight-color: #CCCCCC; 
  scrollbar-3dlight-color: #CCCCCC;   
  scrollbar-darkshadow-color: #CCCCCC;
  scrollbar-track-color: #CCCCCC; 
  scrollbar-arrow-color: #CCCCCC;
}

div.spacer {
   clear: both;
   margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}

div.mc_nav {
	margin: 5px;
	padding: 0px;
	width: 100%;
}


td {
  vertical-align: top;
}

#menu {
   height: 30px;
}

td.menu {
 vertical-align: middle;
}

td.footer-menu {
 vertical-align: middle;
}

td.black {
  background-color: #000000;
}

td.grey {
    background-color: #333333;
	 /*width:260px;*/
}

.grey {
    background-color: #333333;
}



td.provider {
    background-color: #333333;
    text-align: right;
    height: 80px;
}



td.currency {
   text-align: right;
}

td.lt-blue {
  background-color: #E6E6E6;
}

.lt-blue {
  background-color: #E6E6E6;
}

table.list td {
  font-size: 11px;
  padding-right: 12px;
  margin-top: 4px;
}

table.list th {
  text-align: left;
  font-size: 11px;
  
  padding-right: 12px;
  margin-top: 4px;
}

td.price {
  text-align: right;
}

input, select, textarea {
  font-family: Verdana, sans-serif;
  border: solid 2px #CCCCCC;
  font-size: 10px;
  width: 200px;
  margin-top: 2px;
}

input.money_box {
  font-family: Verdana, sans-serif;
  border: solid 2px #CCCCCC;
  font-size: 10px;
  margin-top: 2px;
  width: 75px;
  text-align: right;
}

select.wide, input.wide, textarea.wide {
  width: 400px;
}

textarea {
  font-size: 11px;
  height: 50px;
  width: 200px;
}

textarea.extended {
  font-size: 11px;
  height: 100px;
  width: 200px;
}


textarea.extended2 {
  font-size: 11px;
  height: 100px;
  width: 300px;
}

form {
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  margin: 0px;
  padding: 0px;
}

.meta-note {
   margin-left: 155px;
}

label {
  width: 155px;
  padding-top: 5px;
  
	float: left;  
	clear: left; 
	
	/* 16 MAY */
	position: relative;
}

.filter {
  clear: left; 
	
	/* 16 MAY */
	position: relative;
  /* border: solid 1px #CCCCCC; */
}

.filter_e {
  /* clear: left; */
  clear: both;
	/* border: solid 1px #ff0000; */
  /* background-color: #ffdede; */
}

.filter-light {
  clear: left;
  /* border: solid 1px #E6E6E6; */
}


input.button {
  border: solid 1px #CCCCCC;
  background-color: #999999;
  color: #FFFFFF;
  font-weight: bold;
  width: 100px;
}

input.button-extended {
  border: solid 1px #CCCCCC;
  background-color: #999999;
  color: #FFFFFF;
  font-weight: bold;
  width: 150px;
}

input.checkbox {
  width: 10px;
  height: 10px;
  max-width: 10px;
  max-height: 10px;
  border: solid 0px #CCCCCC;  
}

input[type=checkbox] {
  width: 10px;
  height: 10px;
  border: solid 0px #CCCCCC;  
}

img {
  border: 0px;
}

pre {
	width: 300px;
	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.ocr-res pre{

	width: 100%;

}




/***************************
 * MENU AREA
 ***************************/

.menu_bar {
	position:relative;
	padding-left: 10px;
}

#menu {
  font-size: 10px;
  font-weight: bold; 
  
  padding-left: 10px;
}

#menu td {
	vertical-align: middle;
}

.menu-text {
  padding-right: 20px;
}

#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
  text-decoration: none;
  color: #000000;
  padding-right: 20px;
  font-weight: bold; 
  font-size: 10px;
  
  /* padding-left: 10px; */
}

#menu a:hover,
#menu a:active {
  color: #FA0A0B;
}





/***************************
 * SUBMENU AREA
 ***************************/

#submenu {
  font-size: 9px;
  padding-left: 10px;
}

#submenu a:link,
#submenu a:visited,
#submenu a:hover,
#submenu a:active {
  text-decoration: none;
  color: #000000;
  
  padding-right: 15px;
}

#submenu a:hover,
#submenu a:active {
  color: #FA0A0B;
}




/***************************
 * MAIN AREA
 ***************************/
  
#main {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;

  /*
  overflow-x: hidden;
  overflow-y: scroll;
  */

  /* height: 610px; */
  height: 100%;
}

.item {
  width: 100%;
  float: left;
  
  margin-top: 10px;
}

/* This is used to split the main page into 2 columns eg for map search page */
.item-col1 { 
	width: 345px;
	float: left;
}

.item-col1 .item {
	/* is this needed? */
	/*
	width: 345px;
	float: left;
	*/
}

.item-col1 .info {
	width: 335px;
	margin-right: 0px;
	padding: 10px;
}

.item-col1 .info-body {
	min-height: 99px;
	/*height: 112px;*/
}


/* for Internet Explorer */

/*
html .item-col1 .info-body {
height: 112px;
}
*/

.item-col2 { 
  margin-left: 365px;
  width: 345px;

}

.item-col2 .item {
	min-width: 345px;
	/*width: 345px;*/
	float: left;
}

/* Override this to change the width of the map */
.item-col2 .info {
	width: 345px;
	float: left;
}


a:link,
a:visited,
a:hover,
a:active {
  text-decoration: underline;
  color: #000000;
}

a:hover,
a:active {
  color: #FA0A0B;
}

.right-form {
	float:right;
	text-align: right;
}



/*--------------------------
 * TITLE
 *--------------------------*/

.title-img {
  border-top: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  float: left;
}
.title-txt {
  font-weight: bold;
  border: solid 1px #FFFFFF;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}

/*--------------------------
 * PREVIEW + DETAILS
 *--------------------------*/

.preview {
  width: 320px;
  height: 320px;
  background-color: #FFFFFF;
  
  text-align: center;
  padding-top: 10px; 
  padding-bottom: 8px; 
  
  float: left;
	
}

.search-mini-res { 
   position: absolute;
   left: 0px;
   background-color: #FFFFFF; 
   width: 290px; 
   padding-left: 15px;
   padding-right: 15px;
}
 
.search-mini-res .thumb-small {
  background-color: #FFFFFF; 
  
  padding: 0px; 
  margin: 4px;
       
  width: 50px; 
  height: 37px; 
  max-width: 50px; 
  max-height: 37px; 
  text-align: center;

  
       
  float: left;
}

.search-mini-res .thumb-small-current {
  background-color: #FFFFFF; 

  padding: 0px; 
  margin: 4px;
    
  text-align: center;
  width: 50px; 
  height: 37px; 
  max-width: 50px; 
  max-height: 37px;   
  float: left;
  
  border-bottom: 5px solid #999999;
}


/*
.min320px {
   height: 320px; 
}
*/

.details-edit {
  min-height: 320px;  
  background-color: #CCCCCC;
  margin-left: 10px;
  width: 620px;

  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
  
  float: left;

}

.details {

  /* REMOVED FOR FIREFOX, SAFARI */
    min-height: 320px;  
	 /* height: 320px; */
	
	
	/* min-height: fixed; */
	/* height: auto; */
	
	background-color: #CCCCCC;
  

  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
  
  /* THIS ONE NO GOOD FOR BOXES BY THEMSELVES */
  margin-left: 330px; 
}
 
.details-header {
  border: solid 1px #FFFFFF;
  color: #333333; 
  height: 20px;
  font-weight: bold;
}

.details-header-img {
  float: left;
  width: 18px;
  height: 18px;	
  
}
.details-header-txt {
  height: 18px; 
  float: left;
  
  border-left: solid 1px #FFFFFF;
  padding-left: 3px;
  padding-top: 2px;
}

.details-body {
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  
  color: #333333;
   
  padding: 10px;
  
}

.details-body a:link, 
.details-body a:visited, 
.details-body a:hover, 
.details-body a:active {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}

.details-body a:hover, 
.details-body a:active {
  color: #FA0A0B;
}

.blocker {
  width: 130px;
}


/*--------------------------
 * INFO
 *--------------------------*/
 
 
.info {
  background-color: #CCCCCC;
 
/* Removed to make 2 column search forms work in IE at 1024x768 
   This will affect any of the info boxes, they will now have less space to the right of them */ 
  margin-right: 00px;
  
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}
 
.info-header {
  border: solid 1px #FFFFFF;
  color: #333333;
  height: 20px;

  font-weight: bold;
}

.info-header-img {
  float: left;
  width: 18px;
  height: 18px;	
  
}
.info-header-txt {
  height: 18px; 
  float: left;
  
  border-left: solid 1px #FFFFFF;
  
  padding-left: 3px;
  padding-top: 2px;
}

.info-body, .info-body-top {
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  
  color: #333333;
  padding: 10px;
}

.info-body-top {
   border-top: solid 1px #FFFFFF;

 }
.info-body-top-empty {
   border: 0;
   border-top: solid 1px #FFFFFF;
 }

.info-body a:link, 
.info-body a:visited, 
.info-body a:hover, 
.info-body a:active,
.info-body-top a:link, 
.info-body-top a:visited, 
.info-body-top a:hover, 
.info-body-top a:active  {
  font-weight: normal;
  text-decoration: underline;
  color: #333333;
}

.info-body a:hover, 
.info-body a:active,
.info-body-top a:hover, 
.info-body-top a:active {
  color: #FA0A0B;
}
 
/*--------------------------
 * SEARCH RESULTS
 *--------------------------*/
  	
.search-result {
  width: 112px;	
  height: 188px;
  background-color: #CCCCCC;
  
  text-align: center;
  margin-bottom: 10px;
  
  margin-right: 10px;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 6px;
  
  /* border: solid 1px #ff0000;  */
  
  float: left;
  
  overflow: hidden;
}

.vertical-result {
  width: 112px;	
  
  background-color: #cccccc;
  
  text-align: center;
  margin-bottom: 10px;
  
  margin-right: 10px;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 6px;
  
  /* border: solid 1px #ff0000;  */
  
  float: left;
  
  overflow: hidden;
}

.mini-sample {
  width: 112px;
  background-color: #333333;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px; 
  float: left;
  overflow: hidden;
}

.mini-sample a:link,
.mini-sample a:visited,
.mini-sample a:hover,
.mini-sample a:active {
  color: #FFFFFF;
  text-decoration: none;
}



.basket-result {
  width: 112px;	
  height: 130px;
  background-color: #CCCCCC;
  
  text-align: center;
  margin-bottom: 10px;
  
  margin-right: 10px;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 6px;
  
  /* border: solid 1px #ff0000;  */
  
  float: left;
  
  overflow: hidden;
}

.thumb {
  background-color: #FFFFFF;
  padding-top: 6px;
  height: 106px;
}

.thumb-fit {
  background-color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px; 
}





/*
.search-result {
  width: 162px;	
  height: 238px;
}
.thumb {
  height: 156px;
}
img.special-bit {
 width: 105px;
}
*/



.text {
  font-size: 9px;
  
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
  
  margin-top: 4px;
}



.ritem {
  float: left;
}


/***************************
 * SIDE PANEL
 ***************************/

#side-panel {
  margin-bottom: 10px;
  margin-right:10px;
  font-size: 11px;
  float: right;
  width:240px;
}



/*--------------------------
 * HEADER
 *--------------------------*/

.block-header {
  /*border: solid 1px #000000;*/
  border: solid 1px #E4E4E4;
  color: #FFFFFF;
  height: 18px;
  max-height: 18px;
  font-weight: bold;
  
  margin-top: 10px;
}

.block-header a:link, 
.block-header a:visited, 
.block-header a:hover, 
.block-header a:active {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

.block-header a:hover, 
.block-header a:active {
  color: #FA0A0B;
}

.block-hide {
	border: solid 1px #E4E4E4;
	color: #FFFFFF;
	height: 20px;
  font-weight: normal;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: right;
}
.block-hide a:link, 
.block-hide a:visited, 
.block-hide a:hover, 
.block-hide a:active {
  text-decoration: none;
  color: #FFFFFF;
}
.block-hide a:hover, 
.block-hide a:active {
  color: #FA0A0B;
}


.block-header-img {
  float: left;
  width: 18px;
  height: 18px;	
}
.block-header-txt {
  height: 18px; 
  float: left;
  border-left: solid 1px #E4E4E4;
  
  padding-left: 3px;
}
.block-header-lnk {
  float: right;
  border-left: solid 1px #E4E4E4;
  height: 18px;
  
  padding-left: 21px;
  padding-right: 3px;
    
  background-image: url('/images/arrow.gif');
  background-repeat: no-repeat;
}

/*--------------------------
 * BODY
 *--------------------------*/

.block-body, .block-body-img {
  border-left: solid 1px #E4E4E4;
  border-right: solid 1px #E4E4E4;
  border-bottom: solid 1px #E4E4E4;
  
  color: #FFFFFF;
}

.block-body {
  padding: 10px;
}

.block-body a:link, 
.block-body a:visited, 
.block-body a:hover, 
.block-body a:active {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

.block-body a:hover, 
.block-body a:active {
  color: #FA0A0B;
   
}

.block-body-img {
  
  height: 76px;
  
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
}

.body-lnk {
  height: 18px;
  vertical-align: top;
  line-height: 20px;
}

.block-body img {
 	vertical-align: middle;
}


/*--------------------------
 * SMALL THUMBNAILS
 *--------------------------*/
 
.thumb-small {
  background-color: #FFFFFF; 
  width: 56px; 
  height: 56px; 
  padding-top: 3px; 
  
  text-align: center;
 
  margin-right: 4px;
  
  float: left;
}

.thumb-small-current {
  background-color: #FFFFFF; 
  width: 56px; 
  height: 56px; 
  padding-top: 3px; 
  
  text-align: center;
 
  margin-right: 4px;
  
  float: left;
  
  border-bottom: 5px solid #999999;
}

.search_msg {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	
	font-family: Verdana, sans-serif;
	font-size: 11px;

	border: solid 1px #FFFFFF;
	clear: both;
}

.search_msg h2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;

	font-weight: bold;
}

.message {
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  color: #FA0A0B;
}

/* test */
.message_p {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-top: 1em;
  color: #FA0A0B;
}

.toggle-side-bar {
	position:absolute;
	top:0;
	right:0;
	padding-top: 8px;
	padding-right: 5px;
}

/*
.navigation, a.navigation:link, a.navigation:visited {
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}	
*/

.navigation-full, .navigation-half {
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  float: right;
  text-decoration: none;
  height: 14px;
}


.navigation-full {
  border-right: solid 1px #FFFFFF;
  margin-right: 10px;
}

.navigation-full a:link, 
.navigation-full a:visited, 
.navigation-full a:hover, 
.navigation-full a:active,
.navigation-half a:link, 
.navigation-half a:visited, 
.navigation-half a:hover, 
.navigation-half a:active {
  text-decoration: none;
}

span.date {
  margin: 0px;
  padding: 0px;
}

.date select {
  width: 60px;
}

.msg-box {
  border-top: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  
  color: #333333;
  padding: 10px;
}

.msg-box a:link, 
.msg-box a:visited {
  font-weight: normal;
  text-decoration: underline;
  color: #333333;
}

.msg-box a:hover, 
.msg-box a:active {
  color: #FA0A0B;
}

/*
ol, ul, li {
  position: relative;
}
*/

/*--------------------------------
  -  Creator
  --------------------------------*/

.creator-details {
	min-width: 500px;
	background-color: #CCCCCC;
	margin-right: 20px;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}
 
.creator-header {
  border: solid 1px #FFFFFF;
  color: #333333;
  height: 20px;

  font-weight: bold;
}

.creator-header-img {
  float: left;
/*  width: 18px;*/
  height: 18px;	
  
}

.creator-header-txt {
  height: 18px; 
  float: left;
  
  padding-left: 3px;
  padding-top: 2px;
}


.creator-preview {
	float: left;
  padding: 3px;
}

.creator-text {
	min-width: 300px;
  padding: 3px;
  float: left;
  
}


.creator-optional-details {
	display: none;
}


.creator-body {
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  
  color: #333333;
     
  padding: 10px;
  
}

.creator-body a:link, 
  text-decoration: underline;
.creator-body a:visited, 
.creator-body a:hover, 
.creator-body a:active {
  text-decoration: underline;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}

.creator-body a:hover, 
.creator-body a:active {
  color: #FA0A0B;
}

.meta_print_label {
  width: 155px;
  padding-top: 5px;
  clear: left;
	float: left;  
	
}

.meta_print_data {
  padding-top: 5px;
  
	float: left;  
	
}

.edit-colours td {
	text-align: center;
}

.colour-selector td {
	height: 50px;
	width: 50px;
	vertical-align: top;
	text-align: left;
}

.colour-edit {
	width: 6em;
}

#search-results {
   position: relative;
}

#cooliris_prompt {
   position: absolute;
   right: 15px;
   top: -25px;
}

#cooliris_prompt a:link, 
#cooliris_prompt a:visited, 
#cooliris_prompt a:hover, 
#cooliris_prompt a:active {
   color:#000;
   font-weight: bold;
   text-decoration:none;
}


