@charset "utf-8";
/*
Theme Name: HMR Adelaide Theme
Description: HMR Adelaide Customized Website Template Developed by Brisbane Technologies, Inc.
Version: 1.0
Author: Brisbane Technologies
Author URI: http://www.brisbanetechnologies.com
Web Designer: James Allan Laza
	
	TOC: (Table of Contents)
	Note: by pressing Ctrl + F you can enter the key code to jump in a specific code section
	
	Master Reset
	Global Classes
	Page Structure and Layout		[ key code: css061 ]
	Typography and Colors			[ key code: css062 ]
	Navigation						[ key code: css063 ]
	Forms							[ key code: css064 ]
	Individual Elements (Extras)	[ key code: css065 ]
	
*/


/* CSS Document [Master Reset]  */
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 100.01%/1.25 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	padding: 30px 0 25px 0;
	letter-spacing: -1px;
	font-size: 2em;
}
h2 {
	padding: 20px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
/***** Common Formatting *****/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
small {
	font-size: 0.85em;
}
img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
/***** Links *****/
a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	/*width: 100%;*/
	line-height: 1.25;
}
label {
	cursor: pointer;
}
/***** Tables *****/
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
	table tr td {
		padding: 2px;
	}

/* CSS Document [Global Classes] */
.floatLeft		{ float: left; }
.floatRight		{ float: right; }
.normalClear	{ clear: both}
.clearfloat		{ clear:both; height:0; font-size: 1px; line-height: 0px; }
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
.textLeft		{ text-align: left; }
.textRight		{ text-align: right; }
.textCenter		{ text-align: center; }
.textJustify	{ text-align: justify; }
.textUnderline	{ text-decoration:underline; }
.upperCase		{ text-transform: uppercase; }
.bold			{ font-weight: bold; }
.italic			{ font-style: italic; }
.underline		{ border-bottom: 1px solid;}
.imgLeft		{ float: left; margin: 5px 10px 4px 0; }
.imgRight		{ float: right; margin: 5px 0 4px 10px; }
.noPadding		{ padding: 0; }
.noIndent		{ margin-left: 0; padding-left: 0; }
.noBullet		{ list-style: none; list-style-image: none; }
.pad1			{ padding:5px; }



/* Begin: Page Structure and Layout		[ key code: css061 ] */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/hmr_adelaide_bodyBg.png) repeat-x #fbfdfe;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	background: url(../images/hmr_adelaide_containerBg.png) no-repeat;
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
} 
#containerBottom {
	background: url(../images/hmr_adelaide_contentBottomBg.jpg) no-repeat top #ededed;
	width:960px;
	padding:3px 0 37px 0;
}
#header { 
	padding: 10px 10px 0 10px;
	height:118px;
} 
#layoutWrapper {
	width:960px;
	padding:15px 15px 0 15px;
	height:100%;
	background: url(../images/hmr_adelaide_contentBg.png) repeat-y #ededed;
	border:1px solid #cfcfcf;
}
#banner {
	/*background: url(../images/hmr_adelaide_bannerShadow.jpg) no-repeat left bottom #0033FF;*/
	width: 760px;
	height:269px;
	padding: 0px;
	margin: 0px;
	float:left;
}
#errorbanner {
	background: url(../images/hmr_adelaide_404_page_not_found_error.jpg) #4e9cdd;
	width:960px;
	height:278px;
}
#sidebarLeft {
	position: relative;
	width: 210px;
	float:left;
	left:5px;
	padding:10px 0 10px 0px;
}
#sidebarRight {
	float:right;
	width: 194px;
	padding:5px 0px 0px 0px;
}
#mainContent { 
	margin: 0 215px 0 215px;
	padding: 0 0px;
	height:auto;
}
#footer { 
	margin:10px 0 0 0;
	height:113px;
	width:990px;
	background: url(../images/hmr_adelaide_footerBgLogo.jpg) repeat-x #ededed;
	border-top:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
} 


/* Begin:Typography and Colors			[ key code: css062 ] */
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#errorbanner h1 {
	font: 1.50em Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 10px 0 400px;
	padding:35px 0 20px 0;
	letter-spacing:0.5px;
}
#errorbanner h4 {
	font: 1.0em Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 30px 10px 400px;
	padding:0;
	letter-spacing:0.5px;
}
#errorbanner ul {
	margin:0 0 0 420px;
	padding:0;
}
#errorbanner ul li {
	list-style-type:disc;
	font: 0.90em Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	padding:3px;
}
#errorbanner p {
	font: 0.80em Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	letter-spacing:0.3px;
	margin:0 30px 0 400px;
}
#errorbanner p a, #errorbanner p a:visited {
	color:#ffffff;
}
#errorbanner p a:hover {
	color:#ccc;
}
#sidebarLeft h3 {
	font: 0.90em Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(../images/hmr_adelaide_sidebarTitleBg.png) no-repeat;
	width:151px;
	height:26px;
	margin:0;
	padding:10px 0 0 23px;
	text-transform:uppercase;
}
#sidebarLeft p, #sidebarRight p {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0;
	padding:5px;
}
#sidebarRight p {
	padding:5px 0px 5px 0px;
}
#sidebarLeft ul, #sidebarRight ul {
	margin:5px 0 0 0;
	padding:0;
}
#sidebarLeft ul li, #sidebarRight ul li {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	list-style-type:none;
}
#sidebarLeft ul li a, #sidebarRight ul li a {
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	height:19px;
	padding:7px 5px 5px 10px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
#sidebarLeft ul li a:hover, #sidebarRight ul li a:hover {
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	height:19px;
	background:url(../images/hmr_adelaide_sidebarActiveMenu.png) no-repeat;
	padding:7px 5px 5px 10px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
#sidebarLeft ul li a.active {
	background:url(../images/hmr_adelaide_sidebarActiveMenu.png) no-repeat;
	height:19px;
	color:#000000;
}
#mainContent h1, #mainContent h2 {
	font:1.50em/1.30em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 0 10px 0;
	padding:10px 0 5px 0;
	border-bottom:3px solid #4e9cdd;
}
#mainContent h3{
	font:0.9em/1.30em Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	margin:0 0 5px 5px;
	padding:10px 0 5px 0;
	border-bottom:1px solid #999999;
}
#mainContent p {
	font: 0.75em/1.30em Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	letter-spacing:0.5px;
	margin:0;
	padding:5px;
	text-align:justify;
}
#mainContent ul{
	margin:2px 10px 2px 15px;
	padding:5px 10px 5px 15px;
}
#mainContent ul li {
	list-style: square;
	font: 0.75em/1.30em Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	padding:3px 2px;
	letter-spacing:0.5px;
	text-align:justify;
}
#mainContent li li {
	list-style: square;
	font: 0.95em/1.30em Arial, Verdana, Helvetica, sans-serif !important;
	color:#333333;
	padding:3px 2px;
	letter-spacing:0.5px;
	text-align:justify;
}
#mainContent p a, #mainContent ul li a {
	color:#666666;
	text-decoration:underline;
}
#mainContent p a:hover, #mainContent ul li a:hover {
	color:#333333;
	text-decoration: none;
}
#footer p {
	font: 0.70em/1.30em Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	margin: 0;
	padding: 10px 40px;
}
#footer ul {
	margin:0;
	width:710px;
	padding:13px 30px 14px 30px;
}
#footer ul li {
	list-style:none;
	padding:10px;
	font: 0.80em/1.30em Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	display:inline;
}
#footer ul li a {
	color:#ffffff;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#000000;
	text-decoration:none;
}

#credits{
	background-color:#EDEDED;
	height:29px;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	width:990px;
	margin-bottom:8px;
}


/* Begin:Navigation						[ key code: css063 ] */
#navigation {
	background:url(../images/hmr_adelaide_menuBg.png) no-repeat;
	width:564px;
	height:39px;
	margin:80px 5px 0 0;
}
#navigation ul {
	margin:0;
	padding:10px 0 0 20px;
}
#navigation ul li {
	list-style-type:none;
	font: 0.70em/1.30em Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	display:inline;
	margin:0;
	padding:0;
}
#navigation ul li a {
	color:#000000;
	text-decoration:none;
	padding:10px 12px;
	margin:0 0 0 0;
}
#navigation ul li a:hover {
	color:#4e9cdd;
	text-decoration:none;
	padding:10px 12px;
	margin:0 0 0 0;
}
.activeMenu {
	color:#4e9cdd !important;
	text-decoration:none !important;
	padding:10px 12px !important;
	margin:0 0 0 0 !important;
}



/* Begin: Forms							[ key code: css064 ] */
/*#validationResult {
}*/
#validationResult {
	font: 0.90em/1.60em Verdana, Arial, Helvetica, sans-serif;
	width: 450px;
	height: auto;
	color:#ff0000;
	padding:10px;
	height:auto;
}
/**********************************

Name: cmxform Styles - Contact

***********************************/
form.cmxform {
	width: 470px; /* 370 */
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	/*background-color: #f8f8f8;*/
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font: 0.80em Arial, Helvetica, sans-serif;
	font-style: italic
}
div.error { display: none; }
input, form.cmxform textarea, form.cmxform select {	padding:3px; }
form.cmxform select {font:0.75em/1.30em Arial, Verdana, Helvetica, sans-serif;}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }


/**********************************

Use: cmxform template

***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
}

form.cmxform legend {
	padding: 0 2px;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: pointer;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 140px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 145px;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


/**********************************

Name: ewasteForm Styles - E-Waste

***********************************/
form.ewasteForm {
	width: 470px; /* 370 */
	font-size: 1.0em;
	color: #333;
}

form.ewasteForm legend {
	padding-left: 0;
}

form.ewasteForm legend, form.ewasteForm label {
	color: #333;
}

form.ewasteForm fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	/*background-color: #f8f8f8;*/
}

form.ewasteForm fieldset fieldset {
	background: none;
}

form.ewasteForm fieldset p, form.ewasteForm fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.ewasteForm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font: 0.80em Arial, Helvetica, sans-serif;
	font-style: italic
}
div.error { display: none; }
input, form.ewasteForm textarea, form.ewasteForm select {	padding:3px; }
form.ewasteForm select {font:0.75em/1.30em Arial, Verdana, Helvetica, sans-serif;}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.ewasteForm .gray * { color: gray; }


/**********************************

Use: cmxform template

***********************************/
form.ewasteForm fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
}

form.ewasteForm legend {
	padding: 0 2px;
}

form.ewasteForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: pointer;
}

form.ewasteForm fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.ewasteForm fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.ewasteForm fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.ewasteForm fieldset fieldset label {
	display: block;
	width: auto;
}

form.ewasteForm label { width: 140px; } /* Width of labels */
form.ewasteForm fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.ewasteForm label.error {
	margin-left: 103px;
	width: 220px;
}

form.ewasteForm input.submit {
	width:150px;
	text-align:center;
	margin:0 0px 0 25px;

}
.labelQuantity {
	font:0.70em/1.30em Arial, Verdana, Helvetica, sans-serif;
	margin:0 6px 0 0;
}
.ewasteInputField {
	margin:0 6px 0 0;
}
#errordisplay {
	font:0.75em/1.30em Arial, Verdana, Helvetica, sans-serif;
	color:#ff0000;
	margin:0 0 10px 0;
}
#inputfield1 {
	font:0.75em/1.30em Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	margin:0 0 0 5px;
}
#inputfield1 input {
	border:1px solid #cccccc;
	margin:2px;
}
#quanti {
	width:30px;
	font:0.70em/1.30em Arial, Verdana, Helvetica, sans-serif !important;
}
#unit, #desc, #reason {
	width:135px;
}
#submitpanel {
	color:#333333;
}


/* Begin: Individual Elements (Extras)	[ key code: css065 ] */
.hideMe {
	display:none;
}
#hmr_customer {
	width:194px;
	height:145px;
}
.note {
	font: 0.65em Verdana, Arial, Geneva, Helvetica, sans-serif;
	color:#666666;
	margin:0 0 0 210px;
	padding:0;
	text-decoration:none;
}
.textFieldBorder {
	border:1px solid #cccccc;
}
.checkBoxFont {
	font:0.70em Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
}
/*.preview{
	vertical-align:middle;
	text-align:center;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display: none;
	color:#fff;
}*/


/* Begin: Slideshow */
#slideshow {
    position:relative;
    height:269px;
}

#slideshow SPAN {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
   /* opacity:0.0;*/
    height: 269px;
    background-color: #FFF;
}

#slideshow SPAN.active {
    z-index:10;
  /*  opacity:1.0;*/
}

#slideshow SPAN.last-active {
    z-index:9;
}

#slideshow SPAN IMG {
    height: 269px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* Begin: Pagination */
.paginationBox {
	font: 0.75em/1.30em Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	color:#999999;
	height:20px;
	border-bottom:1px solid #999999;
	padding:5px;
}
.paginationBox a {
	color:#000000;
	text-decoration: underline;
	padding:5px;
	margin:1px;
}
.paginationBox a:hover {
	color:#000000;
	text-decoration: underline;
	padding:5px;
	margin:1px;
}
.paginationBox .activePage {
	color:#999999;
	text-decoration: none;
	padding:5px;
	margin:1px;
}


/*  Begin: Product List Design */
.productHolder {
	width:236px;
	height:auto;
	padding:0 10px 10px 0;
	margin:0;
	float:left;
	display: block;
	vertical-align:top;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-top:1px dotted #666666;
}
.productHolder .description {
	font: 0.70em/1.30em Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing:0.3px;
}
.productHolder .productName {
	font: 1em/1.10em Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	height:40px;
	letter-spacing:0.2px;
	text-decoration: none;
	font-weight:bold;
	padding:5px 0 0 0;
	text-align:left;
}
.productHolder .productName a {
	color:#333333;
	text-decoration: none;
	padding:5px;
}
.productHolder .productName a:hover {
	color:#4e9cdd;
	text-decoration: none;
	padding:5px;
}
.productHolder .shortDescription {
	min-height:150px;
	height: auto;
	width:auto;

}
.productHolder .productTable {
}
.productHolder .productTable table td {
	vertical-align:top;
}
.productHolder .displayPrize {
	font: 1.50em/1.30em Verdana, Arial, Helvetica, sans-serif !important;
	color:#990000;
	text-decoration: none;
	font-weight:bold;
	padding:5px 0 0 0;
}
.productHolder .moreDetails, .productHolder .viewImage {
	border:1px solid #666666;
	font: 0.80em/1.30em Verdana, Arial, Helvetica, sans-serif !important;
	color:#990000;
	padding:5px;
	background:#f5f5f5;
	margin:0 0 10px 0;
}
.productHolder .buttonHolder a, .productHolder .viewImage a:hover {
	border:1px solid #999999;
	color:#333333;
	text-decoration:none;
	padding:5px;
	background:#eeeeee;
	text-decoration:none !important;
	margin:0 0 10px 0;
}
.productHolder .buttonHolder a:hover, .productHolder .viewImage a:hover {
	border:1px solid #000000;
	padding:5px;
	color:#ffffff;
	background:#4e9cdd;
	text-decoration:none !important;
	margin:0 0 10px 0;
}
#permanentHidden {
	height:40px;
	width:200px;
	border:1px solid #ffffff;
}
.productHolder .displayStock {
	height:20px;
	width:auto;
}


/* Begin: Product Full Description */
.productHolderFull {
	width:505px;
	height:auto;
	padding:10px;
	margin:0;
	float:left;
	display: block;
	vertical-align:top;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.productHolderFull .description, .productHolderFull .description ul li {
	font: 0.75em/1.30em Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing:0.3px;
}
.productHolderFull .productName {
	font: 1.10em/1.10em Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	letter-spacing:0.3px;
	text-decoration: none;
	font-weight:bold;
	padding:5px 5px 5px 15px !important;
	background:#f5f5f5;
	margin:0;
	text-align:left;
}
.productHolderFull .productName a {
	color:#333333;
	text-decoration: none;
	padding:5px;
}
.productHolderFull .productName a:hover {
	color:#4e9cdd;
	text-decoration: none;
	padding:5px;
}
.productHolderFull .shortDescription {
	min-height:150px;
	height: auto;
	width:auto;

}
.productHolderFull .productTable {
}
.productHolderFull .productTable table td {
	vertical-align:top;
}
.productHolderFull .displayPrize {
	font: 1.50em/1.30em Verdana, Arial, Helvetica, sans-serif !important;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	background:#f5f5f5;
	border:1px solid #ffffff;
}
.productHolderFull .moreDetails, .productHolderFull .viewImage {
	border:1px solid #666666;
	font: 0.80em/1.30em Verdana, Arial, Helvetica, sans-serif !important;
	color:#990000;
	padding:5px;
	background:#f5f5f5;
	margin:0 0 10px 0;
}
.productHolderFull .buttonHolder a, .productHolderFull .viewImage a:hover {
	border:1px solid #999999;
	color:#333333;
	text-decoration:none;
	padding:5px;
	background:#eeeeee;
	text-decoration:none !important;
	margin:0 0 10px 0;
}
.productHolderFull .buttonHolder a:hover, .productHolderFull .viewImage a:hover {
	border:1px solid #000000;
	padding:5px;
	color:#ffffff;
	background:#4e9cdd;
	text-decoration:none !important;
	margin:0 0 10px 0;
}
#permanentHidden {
	height:40px;
	width:200px;
	border:1px solid #ffffff;
}
.productHolderFull .displayStock {
	height:20px;
	color:#990000;
	width:auto;
	padding:5px 5px 5px 15px;
	background:#f5f5f5;
	border:1px solid #ffffff;
}
.productHolderFull h3 {
	font: 1.30em/1.30em Verdana, Arial, Helvetica, sans-serif !important;
	color:#990000 !important;
	padding:5px 5px 5px 15px !important;
	background:#f5f5f5;
	margin:0;
}
.productPad {
	padding:5px 5px 15px 5px;
}
.imageUnderline {
	border-bottom:0px solid #c0c0c0;
	margin:0 0 5px 0;
}
.pricename {
	color:#990000 !important;
	font: 0.75em/1.30em Verdana, Arial, Helvetica, sans-serif !important;
}

.toggler  { cursor:pointer; font-weight:bold; color:#000; margin: 0; padding:5px; font-size:16px; font-family:Arial, sans-serif; }
.toggler:hover   { background:#eee; }
.element     { padding:0 5px;}


