/*
    Based on style Innocent Flowers by Christine Kirchmeier http://www.zeta-software.de, used with permission, modified for dealscout.com
*/

input.search { 
	text-align: center;
	font-family: 'Lucida Grande', lucida, verdana, sans-serif;
	font-size: 24px;
	background: #f3f8fd;
	border: 1px solid #ED2F6F;
	width: 80%;
}

input.button {
	font-size: 19px; 
}

table {
	margin: 1em auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	border-spacing: 0;
	width: 96%;
	table-layout: fixed;
}

thead th, tbody th {
	background: #4462d1 url(left_corner.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	/* padding: 0px; */
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	cursor: pointer;
}

thead th {
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}

thead th span {
	display: block;
	color: orange;
}

 #c0
 {
 width: 12%;
 }
 #c1
 {
 width: 40%;
 text-align: left;
 }
 #c2
 {
 width: 6%;
 }
 #c3
 {
 width: 10%;
 }
 #c4
 {
 width: 10%;
 }
 #c5
 {
 width: 6%;
 }
 #c6
 {
 width: 10%;
 }
 #c7
 {
 width: 6%;
 }

 
tbody th {
	background: #dee2e9 url(bg_col1.gif) repeat-x;
}

tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tbody th a, tbody th a:link, tbody th a:visited, tbody th a:hover, tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

tbody th a:hover {
	text-decoration: none;
}

td a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

tbody th a:visited, td a:visited {
	color: #537fc3;
	text-decoration: none;
}

th a:hover, td a:hover {
	/* text-decoration: underline; */
	color: red;
}

td {
	background: #f3f8fd url(bg_col2.gif) repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 0.4em 0.4em 0.4em 0.8em;
}

tbody tr:hover td,
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th
td:hover {
	background: #f3f8fd;
}

tbody tr.odd:hover td,
tbody tr.odd:focus td,
tbody tr.odd:hover th,
tbody tr.odd:focus th
td.odd:hover {
	background: #f8f8f8;
}


tbody tr.nohover:hover td,
tbody tr.nohover:focus td,
tbody tr.nohover:hover th,
tbody tr.nohover:focus th
td:hover {
	background: #f3f8fd url(bg_col2.gif) repeat-x;
}

tr.odd td {
	background: #f8f8f8 url(bg_col3.gif) repeat-x;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tfoot th, tfoot td {
	background: #444 !important;
	padding: .5em .5em .5em .5em !important;
	color: #fff;
}

body 
{
	font-family: arial, sans-serif; background-color: #fff;
	text-align: center;
	margin: 0;
	font-size: 0.8em;
}

tr.result td {
	font-family: monospace;
	text-align: right;
}

tr.result td.picture {
	text-align: center;
}

tr.result td.title {
	text-align: left;
	font-family: arial, sans-serif; 
}

tr.result td.picture a img {
	border: 1px solid white;
}

tr.result td.picture a:hover img {
	border: 1px solid red;
}

tr.result td.total {
	font-weight: bold;
}

.title-link {
	float: left;
}
.preview-link {
	float: right;
}

.preview {
	text-align: center;
}

.preview a img {
	border: 0px none;
}

.gallery a img
{
	border: 1px solid #fff;
}

.gallery a:hover img
{
	border: 1px solid red;
}

 .suggestion_list
 {
 background: white;
 border: 1px solid #ED2F6F;
 padding: 4px;
 }

 .suggestion_list ul
 {
 padding: 0;
 margin: 0;
 list-style-type: none;
 text-align: left;
 }

 .suggestion_list a
 {
 text-decoration: none;
 color: navy;
 }

 .suggestion_list .selected
 {
 background: navy;
 color: white;
 }

 .suggestion_list .selected a
 {
 color: white;
 }

 #autosuggest
 {
 display: none;
 }

