* { 
    -moz-box-sizing: border-box; 
}

html, body{
	height: 100%;
	text-align:center;
	margin:0px;
	background: url(../images/bkgnd_layout.jpg) repeat-x center top;
	font: 12px Arial, Helvetica, sans-serif;
}

/* global styles */
a { color: #BB5000; text-decoration:underline; }
a:hover { text-decoration:none; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
#container {
	width:933px;
	text-align:left;
	margin:0px auto -80px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Logo and minicart */
#header {
	padding:0px;
	height: 113px;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

#header #logorow {
	margin: 0px;
	padding: 0px;
	height: 66px;
	color: #FFFFFF;
}
#header #logorow #logo {
	float: left;
	padding-left: 20px;
}
#header #logorow #providers {
	font: italic bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	float: left;
	padding-top: 16px;
}
#header #logorow #loginbox {
	float: right;
	background: url(../images/bkgnd_loginbox.jpg) repeat-x;
	height: 53px;
	padding: 6px 6px 2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	width: auto;
	margin: 5px 20px 0px 0px;
}
#header #logorow #loginbox form {
	margin: 0px;
	padding: 0px;
}
#header #logorow #loginbox input {
	width: 80px;
	padding: 0px;
	margin: 2px 4px 2px 0px;
	font-size: 10px;
	color: #333333;
}
#header #logorow #loginbox .btn {
	width: auto;
	padding: 0px;
	margin: 2px 0px 0px 2px;
	font-size: 12px;
	color: #333333;
}


/* Horizontal navigation */
#nav {
	width:auto;
	margin: 10px 80px 0px;
	padding: 0px;
	text-align: center;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
	height: 24px;
	margin: 0px;
}

table#horiz_nav td {
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 14px 8px 0px;
	color:#4D9DC1;
	text-decoration:none;
	background: url(../images/bullet_nav.jpg) no-repeat right center;
	font: 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
}
table#horiz_nav td.last a {
	background: url(none);
}
table#horiz_nav td a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Encloses all content area under header */
#wrap {
	padding:0px;
	width: 100%;
	background: url(../images/bkgnd_main.jpg) no-repeat center top;
}


/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:286px;	/* Change to alter width of left column */
}

#left h2 {
	color:#006CA3;
	margin:0px;
	padding:5px 10px 0px;
	font: normal 16px/44px "Trebuchet MS", Tahoma, Arial, sans-serif;
	height: 48px;
	text-indent: -9999px;
	border-style: none;
	border-width: 0px;
}

#left .box {		/* General style of each box in left column */
	padding:0px 10px 5px;
	margin-bottom:5px;
	background: #CFD4D8;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left .box a {
	color: #BB5000;
	font-weight: bold;
	text-decoration: underline;
}
#left .box a:hover {
	text-decoration: none;
}
#left .featured {
	background: #CFD4D8 url(../images/bkgnd_featured.jpg) no-repeat center top;
}
#left .jobsummary {
	background: #CFD4D8 url(../images/bkgnd_job_summary.jpg) no-repeat center top;
}
#left .jobtools {
	background: #CFD4D8 url(../images/bkgnd_job_tools.jpg) no-repeat center top;
}
#left .expertadvice {
	background: #CFD4D8 url(../images/bkgnd_expert_advice.jpg) no-repeat center top;
}
#left ul li {
	line-height: 30px;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	text-align:left;
	padding: 10px 20px 20px;
	width: auto;
	height: 400px;
	overflow: auto;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

#main h1 {
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
	font: bold 160%/200% Arial, Helvetica, sans-serif;
}

#main h2 {
	text-align:left;
	margin:0px;
	text-transform:capitalize;
	font: 130% Arial, Helvetica, sans-serif;
	color: #EDB61B;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

#main #box3color {
	background: url(../images/home_3color.jpg) no-repeat;
	height: 299px;
	width: 435px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main #box3color img {
	margin-right: 20px;
	margin-left: 24px;
	margin-top: 240px;
}

#main #slideshow {
}

/* Top content box on home page */
#homecontent {
	padding:0px 20px 10px;
	text-align:left;
	width: auto;
	margin: 0px 0px 5px;
}

#homecontent h1 {
	color:#1d83b4;
	font-size: 24px;
}
#homecontent p {
	font-size: 11px;
	margin: 6px 20px 0px;
}
#homecontent img { margin-right:10px; }

#homecontent .bkgndbox {
	width: 569px;
	margin: 0px 0px 10px;
	padding: 0px;
	border: 6px solid #CDD5D8;
}

#homecontent .box {
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
	border: 2px solid #FFFFFF;
}
#homecontent form {
	background: #EAEEEF;
	margin: 4px 0px 0px;
	padding: 10px 4px;
}

#homecontent h1,  #homecontent h2 {
	font-size: 14px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#homecontent .searchjobs {
	background: url(../images/h1_search_jobs.jpg) no-repeat left top;
}
#homecontent .emplisting {
	background: url(../images/h2_emp_listings.jpg) no-repeat left top;
}

#homecontent #quicksearch p {
	line-height: 38px;
}
#homecontent #quicksearch span {
	line-height: 38px;
}

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}
#content h1 {
	margin:6px 0px 15px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
	font: bold 24px/40px Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #EDB61B;
}

#content h2 {
	text-align:left;
	margin:0px;
	text-transform:capitalize;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #EDB61B;
}
#content p {
	margin: 0px 0px 16px;
}

/* Footer */
#footer, .push {
	height: 80px;
}
#footer {
	background:#EDB61B;
	text-align:center;
	color:#333333;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer p {
	margin: 0px;
	padding-top: 16px;
}
#footer a {
	color:#CC6600;
	font-weight:normal;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.jobsearch,.getjobsbtn {
	padding-top: 20px;
}

.txtfield{
	background-color: #FFFFFF;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #000000;
	font-size: 12px;
}

.txtfieldwide {
	background-color: #FFFFFF;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #000000;
	font-size: 12px;
	width: 300px;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
	color:#333333;
	border:1px solid #D79702;
	background: #EEB705;
	font: bold x-small Tahoma, Arial, Helvetica, sans-serif;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}


/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#EAEEEF;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#EAEEEF;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:12px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clear {
	clear: both;
}
.smlpad { padding:15px !important; }

.toppad {
	padding-top: 60px;
}

.alphabet {
	line-height: 40px;
}
.alphabet a {
	padding:3px 1px;
	text-decoration: underline;
	font-weight: normal;
}
.alphabet a:hover {
	text-decoration: none;
	background: #3D5561;
	color: #EAEEEF;
}
.addthis {
	padding-left: 18px;
	padding-top: 10px;
}
.empRegister {
	margin: 0px auto;
	width: 50%;
}
.joblisthdr {
	background: #CED5D8;
}

/* Defines alternating row colors for job listings within a category or search */
.rowcolor table.listrow td {
	background: #FFFFFF;
}
.rowcolor2 table.listrow td {
	background: #F0F2F3;
}