/* LAST UPDATED 10.08.09 */

/*

	Table of Contents

	I.   MODULE WEBFORMS
	II.  SYSTEM MESSAGES
	III. SECURE ZONES
	IV.  MISC
	V.	 WEB APPS

*/

/* -----------------------------------------------------------
	I. MODULE WEBFORMS
----------------------------------------------------------- */

.button, .cat_button {
	vertical-align: middle;
	cursor: pointer;
}

.webform h2, .webform h3 { padding: 7px 0 0 0; }

td.submitButton {
	text-align: center;
	padding-top: 14px !important;
}

ul.form {
	margin: 0;
	padding: 0;
}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.form li label {
	color: #888;
	display: block;
}

div.form div.item, div.webform div.item { padding: 9px; }

select, 
textarea, 
.textBox, 
.productTextInput, 
.cat_listbox, 
.cat_listbox_small, 
.cat_textbox, 
.cat_textbox_large, 
.cat_textbox_small, 
.cat_textbox_smaller, 
.cat_dropdown, 
.cat_dropdown_small, 
.cat_dropdown_smaller {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	padding: .4em;
	color: #777;
	background: #fff url('../Images/bg-textBox.gif') top left no-repeat;
	border: 1px #d1d1d1 solid;
}

textarea:hover, textarea:focus, 
.textBox:hover, .textBox:focus, 
.productTextInput:hover, .productTextInput:focus, 
.cat_listbox:hover, .cat_listbox:focus, 
.cat_listbox_small:hover, .cat_listbox_small:focus, 
.cat_textbox:hover, .cat_textbox:focus, 
.cat_textbox_large:hover, .cat_textbox_large:focus, 
.cat_textbox_small:hover, .cat_textbox_small:focus, 
.cat_textbox_smaller:hover, .cat_textbox_smaller:focus { background: #fefff2; }

.cat_textbox_large { width: 250px; }
.cat_textbox, .cat_dropdown { width: 177px; }
.cat_textbox_small, .cat_dropdown_small { width: 110px; }
.cat_textbox_smaller, .cat_dropdown_smaller { width: 60px; }

.cat_listbox {
	width: 300px;
	height: 120px;
}

.cat_listbox_small {
	width: 250px;
	height: 90px;
}

table.webform { width: auto; }

table.webform td {
	line-height: 24px;
	padding: .4em;
}

.form input, .webform input { margin-right: .1em; }

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
}

.form input, .webform input { margin-right: 3px; }

/* -----------------------------------------------------------
	II. SYSTEM MESSAGES
----------------------------------------------------------- */

.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

.system-message { background: #f9f9f9 url('/CatalystImages/ok.png') no-repeat 29px 18px;	 }

.system-error-message { background: #f9f9f9 url('/CatalystImages/error.png') no-repeat 26px 26px; }

.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}

.system-message a:link, .system-error-message a:link { color: #1969bc; }

.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}

/* -----------------------------------------------------------
	III. SECURE ZONES
----------------------------------------------------------- */

.case-search {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-lost-password {
	background: #f9f9f9;
	border: 1px solid #eee;	
	padding: 18px;
}

.secure-lost-password input.cat_textbox_small { width: 210px; }

.secure-update-details {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}

.secure-update-details input.cat_textbox,
.secure-update-details select.cat_dropdown {
	width: 260px;
}

.product-form h3 { padding-left: 9px; }

.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form { padding-left: 9px; }

/* -----------------------------------------------------------
	IV. MISC
----------------------------------------------------------- */

p.literature-container img { vertical-align: middle; }

p.literature-container span.icon, p.literature-container span.name { margin: 0 3px 0 0; }

.favourite-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.favourite-registration input.cat_textbox,
.favourite-registration textarea.cat_textbox {
	width: 260px;
}

.favourite-registration input.cat_button { margin: 0 6px 0 0; }

#imageContainer img { margin: 0; }

table.photogalleryTable td { padding: 9px; }

table.affiliate-stats {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}

table.affiliate-stats td {
	border: 1px solid #d7d7d7;
	padding: 6px;
}

table.affiliate-stats td.var { color: #888; }

/* -----------------------------------------------------------
	V. WEB APPS
----------------------------------------------------------- */

table.directoryListing {
	background: #eceeee url('/Images/listingDivider.gif') bottom left no-repeat;
	margin-bottom: 8px;
}

table.directoryListing td, table.directoryListingFull td { padding: 10px 10px 30px 10px; }

td.businessLogo {
	width: 110px;
	max-width: 110px;
	padding-right: 0;
	text-align: center;
}

td.businessLogo img { width: 110px; }

table.directoryListing h2, table.directoryListing h2 a {
	color: #ff8a06;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

table.directoryListing h2 a:hover { text-decoration: underline; }






















