blah blah/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
#logo{
	display: none;
}
h1{
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.85em Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #cc0000;
	font-weight: normal;
}
h3 {
	font: 1.5em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0.6em 0px 0.6em 0px;
	color: #cc0000;
	font-weight: normal;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #666;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #cc0000
}
a:visited{ 
	color:#003A63;
}
a:active{ 
	color:#FF6699;
}
td{
	padding: 5px;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
.message{
	background: #DFF1F4;
	border: 1px solid #006699;
	color: #000;
	padding: 5px;
	font-size: 1.2em;
}
/* -------------- end general glasses -------------------------------------------- */

/* -------------- Model Details Styles ------------------------------------------- */
#modeldetails .thumbnail{
	float: left;
	margin: 0 1px 3px 0;
	border: 0px;
	padding: 0px;
	width: 191px;
}
#modeldetails .thumbnail a img{
	border: 0px;	
}
#modeldetails table{
	clear: both;
}
#modeldetails th{
	padding: 10px 20px 5px 0px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ccc;
}
#modeldetails td{
	padding: 5px 20px 10px 0px;
	color: #333;
}
#modeldetails .pagination{
	float: right;
	width: 120px;
}
#modeldetails .pagination .disabled{
	display: none;
}
#modeldetails .pagination #prev{
	float: left;
	padding: 5px;
}
#modeldetails .pagination #next{
	float: right;
	padding: 5px;
}
#modeldetails #addshortlistbutton{
	float: right;
}
#modeloptions{
	width: 400px;
	float: right;
}
#modeloptions li{
	float: right;
	list-style-type: none;
	margin-left: 20px;
}
#modeloptions a{
	font-size: 1.1em;
	color: #cc0000;
	text-decoration: none;
}
#modeloptions a:hover{
	color: #333;
}
/* -------------- Search Results --------------------------------------------------------- */
#results{
	clear: both;
	width: 960px;
	margin: 20px 0px;
}
/* -------------- Shortlists ------------------------------------------------------ */

#shortlists_intro{
	padding-left: 70px;
	background: url(../graphics/icon_shortlists_big.gif) no-repeat;
	font-size: 1.1em;
}

.thumbnail{
float: left;
margin: 0 15px 15px 0;
border: 1px solid #ccc;
padding: 5px;
width: 92px;
font-size: 0.9em;
}
.thumbnail a{
	text-decoration: none;
}
.thumbnail a img{
	border: 1px solid #ccc;	
	margin-bottom: 2px;
}
.thumbnail a:hover img{
	border: 1px solid #cc0000;	
}

.article{
	border-bottom: 1px dashed #ccc;
	height: 1%;
	clear: both;
	margin: 10px 0px 10px 0px;
}
.article h3{
	font: 1.2em Verdana, "Lucida Sans Unicode", "Lucinda Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0.3em 0px;
	color: #000;
	background: #fff;
	padding: 4px 0px 4px 0px;
}
.article .date{
	font-size: 0.8em;
	margin: 0px;
}
.article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.article img{
	border: 1px solid #ccc;
}
.article {display: inline-block;}
/* Hides from IE-mac \*/
* html .article {height: 1%;}
.article {display: block;}
/* End hide from IE-mac */
.date{
	font-size: 0.9em;
}
/* ------------ Tables ---------------------------------------------------------- */

#shortlists table{
	width: 100%;
}
#shortlists th{
	background: url(../graphics/table_header.gif) repeat-x top #CCCCCC;
	padding: 7px;
	color: #333;
	font-size: 1.1em;
	border-right: 1px solid #fff;
	font-weight: bold;
}
#shortlists th a{ color: #333; }
#shortlists th a:hover{ color: #000; }
#shortlists th a:visited{ color: #333; }
#shortlists tr{
	background: #F2F2F2;
	border-bottom: 1px solid #fff;
}
#shortlists tr.altrow{
	background: #E6E6E6;
}
#shortlists td{
	padding: 5px 3px;
}
/* --------------- Form Styles - Using CMX Form ---------------------------------- */
#signinform{margin:0px; padding:20px 5px 5px 10px;}
#signinform ol{ margin: 0px; padding: 3px; font-size: 1em;}
#signinform label{width: 90px;}
#signinform fieldset fieldset label { margin-left: 93px; }
#signinform .textbox{ width: 100px; height: 22px; border: 1px solid #999;}
#signinform fieldset{ border: 0px; padding: 0px;}
#signinform li{ background: none; border: 0px; margin: 0px 0px 3px 0px; padding: 0px 0px;}
#signinform .submit{
	margin-left: 94px; 
}
#signinform .submit input{
	height: 30px;
	width: 106px;
	background: url(../graphics/button_bg.gif) repeat-x top #ccc;;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#addtoshortlist{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	background: #fff;
	z-index: 2;
}
#addtoshortlistform{
	padding: 10px;
	border: 1px solid #666; 
}
#addtoshortlistform fieldset{ border: 0px; padding: 0px;}
#addtoshortlistform label{width: 150px;}
#addtoshortlistform fieldset fieldset label { margin-left: 103px; }
#addtoshortlistform .textbox{ font-family: "Lucida Sans Unicode", "Lucinda Grande", Arial, Helvetica, sans-serif; width: 150px; height: 22px; border: 1px solid #999;}
#addtoshortlistform .bigtextbox{ font-family: "Lucida Sans Unicode", "Lucinda Grande", Arial, Helvetica, sans-serif; width: 150px; height: 50px; border: 1px solid #999;}
#addtoshortlistform .selectbox{ width: 150px; height: 25px; }

#sendshortlist{
	padding: 10px;
	border: 1px solid #666; 
}
#sendshortlist fieldset{ border: 0px; padding: 0px;}
#sendshortlist label{width: 380px;}
#sendshortlist fieldset fieldset label { margin-left: 403px; }
#sendshortlist .textbox{ width: 360px; height: 25px; border: 1px solid #999;}
#sendshortlist .bigtextbox{ width: 360px; height: 50px; border: 1px solid #999;}
#sendshortlist .vbigtextbox{ width: 360px; height: 150px; border: 1px solid #999;}

form.cmxform label { width: 200px; font-weight: bold; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #ccc; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #EC0B8D;
	font-style: italic;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;	
	background: #e6e6e6;
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.error-message{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#FF3333;
	font-size: 0.9em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: "Lucida Sans Unicode", "Lucinda Grande", Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: "Lucida Sans Unicode", "Lucinda Grande", Arial, Helvetica, sans-serif;
}

.submit input{
	padding: 0px 20px;
	height: 30px;
	background: url(../graphics/button_bg.gif) repeat-x top #ccc;;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #cc0000;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
/* -------------- End Form Styles ----------------------------------------------- */

/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px 10px 5px 10px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
	padding: 5px;
}

.pagination .current{
	color: #000;
}
.pagination a, .pagination a:visited{
	text-decoration: none; 
	color: #666;
}

.pagination a:hover, .pagination a:active{
	color: #cc0000;
	background: #e6e6e6;
}

.pagination a.currentpage{
color: #333 !important;
font-weight: bold;
cursor: default;
}
#pagination_details{
	float: right;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

#breadcrumbs{
	background: #333;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	font-size: 0.9em;
	clear: both;
}
#breadcrumbs a{
	color: #fff;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color: #cc0000;
}
/* ------------------------------ Login Page ----------------------------- */
#UserLoginForm label { width: 100px; font-weight: bold;color: #333;} /* Width of labels */
#UserLoginForm fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
#UserLoginForm .textbox{
	width: 180px;
}
#UserLoginForm legend{
	background: #fff;
	color: #666;
}
#login-container{
	width: 350px;
	margin: 30px auto;
}
#login-header h1 a{	
	display: block;
	width: 320px;
	height: 80px;
	font-size: 1px;
	line-height: 0px;
	background: url(../graphics/mustard_logo.gif) no-repeat;
	color: #fff; /* Colour matches bg colour to hide text, but still be visible to spiders */

}

/*---------------- sIFR text styles ----------------------------------------------*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}
