/*
Copyright (c) 2007 Mediasparx (http://www.mediasparx.com)
Content: Defaults, Structure, Links and navigation, Fonts & Images
Notes: CSS for handheld devices
*/

/* -=* Defaults *=- */

body {
    background: #ffffff;
}

/* -=* Structure *=- */

#logo, #xmenu, #wrap-menu, #menu, #bread {
    clear: both;
	float: left;
}

#menu ul ul {
    display: none;
}

#menu ul li#selected ul {
    display: block;
}

#bread {
    clear: both;
    width: 975px;
    margin: 0 auto;
    text-align: left;
}

.BreadCrumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 10px;
}

.BreadCrumb li {
	background: url(../Images/trail_arrow.gif) no-repeat left center;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 10px;
	display: inline;
}

.BreadCrumb li a {
	margin: 0px;
	padding: 0px;
}


/* -=* Fonts *=- */

body {
    color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
/*  font-family: Arial, Helvetica, sans-serif; */
/*	font-family: Georgia, "Times New Roman", serif; */
	font-size: small;
/*	font-size: 9pt/15pt; */
	}

html>body {
    font-size: 100%; /* align opera and firefox */
}

* html body {
	font-size: x-small; /* align IE5/Win */
	f\ont-size: small; 	/* align other IE version */
	}

table {
    font-size: 100%;
}

p, ul, ol {
    line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 100%;
    color: #444444;
    clear: both;
}

h1 {
    font-size: 120%;
}

p {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

hr {
	border: none 0;
	border-top: 1px solid #e0e0e0;
	height: 1px;
    clear: both;
}

/* -=* Images *=- */

a img {
    border: 0;
}

.image_frame {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin: 10px;
}

.image_frame_left {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.image_frame_right {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* -=* Table *=- */

table {
    width: 100%;
    border-top:1px solid #e6e6e6;
}

.zebra td a {
    display: block;
}

.zebra {
    border: #eeeeee solid 1px;
}

.zebra td {
   	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}


tr.alt {
	background: #f9f8f6;
}

tr.over {
	background: #eeeeee;
}

/* -=* Tellus *=- */
.TellusNoOfHits {
	display: none;
}

#TellusProductList img, #TellusProduct img {
	margin: 0px 10px 10px 0px;
	padding: 1px;
	border: solid 1px #ccc;
}