/* mobile43.co.uk style sheet */

/*  B O D Y  */

body
{
	/* to get IE to center page */
	text-align: center;
}

#body_content
{
	margin: auto;
   	width: 95%;
	max-width: 1000px;
	/* max-width hack for IE */
	width: expression(document.body.clientWidth > 1000 ? "1000px": "95%");
   	text-align: left;
	padding: 0;
	background-color: #ffffff;
	color: #000066;
	font-style: normal;
	font-size: 80%;
	line-height: 135%;
	font-family: arial, helvetica, sans-serif;
}

/*  S E C T I O N S  */

#header_content
{
	font-size: 115%;
   	height: 87px;
   	border-bottom: 1px solid silver;
   	position: relative;
   	z-index: 1;
}
#header_content h1
{
	color: #999999;
	font-weight: normal;
	font-size: 135%;
	text-decoration: none;
	margin: 0;
}

#header_content .news
{
	text-align: center;
	font-weight: bold;
	margin: 0 50px 0 0;
	padding: 8px;
	border: 1px outset #aaaaaa;
}

#main_content
{
	width: 95%;
	padding: 5px;
	margin: auto;
}

#intro_content
{
	background-color: #f2f2f2;
	background-image: url(/images/introbg.gif);
	color: #003366;
	font-weight: bold;
	width: 93%;
  	text-align: center;
	margin: -1px auto 2px auto;
	right: 5px;
   	padding: 8px;
    border: 1px solid #aaaaaa;
	position: relative;
	-moz-border-radius: 0 0 15px 15px;
}

#left_content
{
	width: 690px;
	float: left;
	margin-left: 8px;
	padding: 6px;
}
#right_content
{
	width: 190px;
	float: right;
	margin-right: 8px;
	padding: 6px;
}

#outro_content
{
	clear: both;
	background-color: #f2f2f2;
	background-image: url(/images/outrobg.gif);
	color: #003366;
	font-weight: bold;
  	text-align: center;
	width: 93%;
   	padding: 8px;
	margin:  -0px auto -18px auto;
    border: 1px solid #aaaaaa;
	-moz-border-radius: 15px 15px 0 0;
}

#footer_content
{
	clear: both;
	padding: 10px;
	border-top: 1px solid silver;
	color: gray;
	font-size: smaller;
	text-align: right;
}

#tab_nav
{
	margin: 0;
}

#tab_nav li
{
	display: inline;
	list-style-type: none;
}

#tab_nav a:link, #tab_nav a:visited
{
	float: left;
	padding: 2px 6px 2px 6px;
	margin-right: 4px;
	color: #003300;
	background-color: #d0e5bd;
	border: 1px solid #aaaaaa;
	text-decoration: none;
	-moz-border-radius: 0px 10px 0 0;
}

#tab_nav a:link.active, #tab_nav a:visited.active
{
	color: #003366;
	background-color: #f2f2f2;
	border-color: #aaaaaa;
	border-bottom-color: #f2f2f2;
}

#tab_nav a:hover
{
	color: #ffffff;
	background: #4aa321;
	border: 1px solid #2e7d0a;
}

table
{
  	width: 100%;
	text-align: center;
	color: #000066;
	border-collapse: collapse;
	border: 1px solid silver;
}
tr.highlight
{
	color: red;
	background-color: white;
}
tr.lowlight
{
	color: gray;
	background-color: white;
}
th
{
	background: #003366;
	color: white;
	padding: 4px 10px;
	border: 1px solid silver;
}
th.foot
{
	background: #003366;
	color: white;
	padding: 4px 10px;
	border: 1px solid silver;
}
th a:link, th a:visited, th a:hover, th a:active
{
  	color: white;
	text-decoration: underline;
}
td
{
	padding: 4px;
	border: 1px dashed silver;
	border-bottom: 1px solid silver;
}
td.features
{
	font-size: smaller;
}

ul
{
	text-align: left;
}

/*  L I N K S  */

a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #003300;
	text-decoration: underline;
}

a img {
	border-style: none;
  	padding: 2px 0 2px 0;
	/* vertical-align: middle;  get rid of underline in firefox */
}

/*  I M A G E S */

img
{
	border-style: none;
}

img.phone
{
	position: relative;
	float: left;
	margin: 10px 50px 10px 20px;
}

img.phone_make
{
	position: relative;
	float: right;
	margin: 10px 20px 10px 20px;
}

img.supplier_link
{
	padding: 5px 10px 5px 10px;
}

/*  T E X T  */

h1
{
	font-weight: bold;
	font-size: 150%;
}

h2
{
	font-weight: bold;
	font-size: 125%;
}

h3
{
	font-weight: bold;
	font-size: 110%;
}

h2.headerbg
{
	background-image: url(/images/headerbg.gif);
	padding: 10px;
	margin: 0 -12px 0 -12px;
}

div.row { clear: both; padding: 1px; }
div.left_align { float: left; text-align: left; margin-bottom: -1px; }
div.right_align{ float: right; text-align: right; margin-bottom: -1px; }

div.box_header
{
	background-color: #d0e5bd;
	background-image: url(/images/headerbg.gif);
    border: 1px solid #aaaaaa;
	color: #003366;
	font-weight: bold;
	font-size: 125%;
	bottom: 5px;
	right: 5px;
   	padding: 6px 10px 6px 10px;
	margin: 0px 5px 5px -5px;
}
div.box_header h2
{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
div.box_content
{
	height: 100%;
	margin-top: -1px;
	margin-bottom: 16px;
   	padding: 12px;
    border: 1px solid #aaaaaa;
   	background-color: #ffffff;
	position: relative;
	bottom: 5px;
	right: 5px;
}
div.box_shadow
{
	background-color: #f0f0f0; /*shadow color*/
}

div.thumbnail_group
{
	clear: both;
	padding: 10px;
}

div.thumbnail
{
	float: left;
	position: relative;
	text-align: center;
	width: 80px;
	height: 150px;
	margin: 0 3px 0 3px;
}

#search_form
{
  	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

form label
{
	float: left;
	text-align: right;
	width: 25%;
	margin: 3px 0.5em 3px 0;
	clear: both;
}
form .input
{
	margin-bottom: 5px;
}

.button
{
	font-family: arial, helvetica;
	font-weight: bold;
	color: #ffffff;
	background-color: #4aa321;
	border: 2px solid #2e7d0a;
	cursor: pointer;
}

fieldset
{
  	width: auto;
	border: 1px solid navy;
	padding: 20px;
	margin: 10px 20px 10px 20px;
	background-color: #f2f2f2;
}

legend
{
	background: navy;
	color: white;
	font-weight: bold;
	border: 1px solid navy;
	padding: 1px 10px;
}

hr
{
	color: silver;
	background-color: silver;
	height: 1px;
	border: 0px;
}

/*  C L A S S E S  */
.help { border-bottom: 1px dashed silver; cursor: help; }
.access_key { text-decoration: underline; }
.important { color: red; }
.center_text { text-align: center; }
.page_options { float: left; text-align: left; font-size: 125%; }
.column { float: left; position: relative; }
.terms_info { width: 95%; height: 100px; padding: 5px; overflow: auto; border: solid 1px black; background-color: #eeeeee }
.misspellings { clear: both; color: gray; font-size: smaller; text-align: center; margin-top: -15px; position: relative }

