﻿/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

td img {
	display: block;
}

body {
	background-color: #7D9DA5;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.emailDiv
{
	color: #666666;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	padding-right:5px;
}

p {
	margin-top: 5px;
	padding-bottom: 10px;
}

li {
	margin-left: 30px;
}

a:link, a:active, a:hover, a:visited {
	color: #0F75BC;
}

#categoryList a:link, #categoryList a:active, #categoryList a:hover, #categoryList a:visited
{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight:bold;
	position:relative;
	margin-left:20px;
	font-size:12px;
	margin-left:20px;
	text-decoration:none;
}

#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#sectionheader_image {
	width: 640px;
	height: 177px;
}

#sectionheader_text {
	width: 180px;
	height: 162px;
	float: right;
	background-image: url(images/sectionheader_text_background.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

#maincontainer {
	background-image:url(images/search_background.png);
	background-position: right;
	background-repeat: repeat-y;
}

#mainbody {
	width: 561px;
    background-image: url(images/mainbody_background.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #BACDD1;
	margin-left: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainbody h1 {
	color: #0F75BC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding-top: 30px;
}

#search {
	width: 210px;
	float: right;
	margin-right: 19px;
}

#search_field {
	width: 192px;
	height: 28px;
	background-image: url(images/search_field_background.png);
	padding-left: 18px;
	padding-top: 14px;
	z-index:-1;
}

#results_header
{
	width: 820px;
	height: 49px;
	background-image: url(images/resultstable_header.png);
	background-repeat: no-repeat;
	z-index:-1;
}

#results_header .textfield{
	position:absolute;
	width: 148px;
	background:transparent;
	border: none;
	border-collapse: collapse;
	outline: none;
	padding-left: 630px;
	padding-top: 15px;	
}

#results_header .submit{
	position:relative;
	margin-right: 10px;
	margin-top:9px;
	float:right;
	width: 25px;
	height: 25px;
	z-index:1;
}

#search_field .textfield{
	position:absolute;
	width: 148px;
	background:transparent;
	border: none;
	border-collapse: collapse;
	outline: none;
}

#search_field .submit 
{
	position:relative;
	width: 30px;
	height: 12px;
	margin-left:150px;
	z-index:1;
}

#footer_barcode {
	width: 14px;
	height: 67px;
	margin-top: -170px;
}

#resultscontainer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.searchimage {
	padding-top: 20px;
	padding-left: 20px;
}

.spacer {
	width: 100%;
	height: 20px;
}


/******************************************************************************
 * ASP.NET Controls
 ******************************************************************************/
/* <asp:GridView /> */
.gv {width:820px;font-family:Arial,Helvetica,sans-serif;color:#555555;margin-left: auto;margin-right: auto;background-color:#BCCFD3;text-transform:uppercase;}
.gv th, .gv td {text-align: left; padding: 2px;border-right: solid #E6F4F7 0px; }
.gv th {color:#fff;background-color:#2C767F;height:22px;}
.gv th a {color:#fff;text-decoration: none; }
.gvr{height: 45px;background-color: #BCCFD3;font-weight:bold;padding-left:15px;}		/* Gridview Row */
.gvar{height: 45px;background-color: #AABBBE;font-weight:bold;padding-left:15px;}		/* Gridview Alternating Row */
.gvpr td { color: #fff; background-color: #2C767F; }
.gvpr a { color: #ccc; font-weight: bold; }
.gvpr td table { margin: 0; }
.gvpr td table { margin: 0; }

.gvrProductcode {
	color: #AB5417;
	text-align: center;
}

.resultstable td {
	height: 45px;
}

.resultstable td.productcode {
	width: 140px;
	color: #AB5417;
	text-align: center;
	font-weight: bold;
}

.resultstable td.description {
	width: 555px;
	color: #555555;
	font-weight: bold;
	padding-left: 15px;
	text-transform: uppercase;
}

.resultstable td.moreinfo {
	width: 110px;
	text-align: center;
}

.even td {
	background-color: #AABBBE; 
}

.odd td {
	background-color: #BCCFD3;
}

.dropdown {float:left; padding:0; margin:0;}
.dropdown dt {padding:0; margin:0;}
.dropdown dt:hover {padding:0; margin:0;}
.dropdown dd {position:absolute; overflow:hidden; width:160px; display:none; background:#fff; z-index:200;padding:0; margin:0;}
.dropdown ul {list-style:none; border-top:none;padding:0; margin:0; }
.dropdown li {display:inline;padding:0; margin:0;}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {display:block; color:#333; text-decoration:none; background:#D9E3E6; padding: 4px;}
.dropdown li a:hover {background:#AABBBE; color:#000}
.dropdown .underline {border-bottom:1px solid #AABBBE}

#privacyPolicy p
{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 25;
	list-style-position: outside;
}

#privacyPolicy li
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left:20px;
}

#privacyPolicy li li
{
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: circle;
	margin-left:40px;
}

#privacyPolicy li li li
{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: lower-roman;
	margin-left:60px;
}
