/* Global CSS */

/* Basic tags ------------------------------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #415367;
	background-color: #030305;
	background-image: url(../images/bkgnd_tile.gif);
	background-repeat: repeat;
	background-position: center top;
}

h1,
h2,
h3,
h4,
h5
{
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-weight: normal;
	color: #205A77;
	text-transform: capitalize;
}

h1 {
	font-size: 3em;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 2.3em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

p {
	letter-spacing: 0.04em;
	margin-bottom: 1em;
}

ul, ol {
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
}

ul {
	list-style-image: url(../images/icon_bullet.gif);
}

img {
	border: none;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin-bottom: 5px;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
}

dd {
	padding: 0.2em;
	margin-bottom: 0.2em;
}

em {
	font-weight: bold;
	font-style: normal;
}

/* Headings --------------------------------------------------------------------------------------------------------------- */

#logoBlock h1 {
	padding: 0px;
	margin: 0px;
}

#logoBlock h1 a {
	display: block;
	width: 210px;
	height: 40px;
	background-image: url(../images/mitec_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logoBlock h1 span {
	display: none;
}

#pageHeading {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/bkgnd_page_heading.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px 0px 0.2em 0px;
	padding: 5px 10px 4px 10px;
}

.categoriesBlock h3 {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}

.categoriesBlock h4 {
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
}

.productBrief h4 {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 1.2em;
}

.subheading {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
}

.rssLink span {
	text-align: right;
	position: absolute;
	top: 0.2em;
	right: 0px;
}

.tabbedContentContainer h5 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

#secondaryContent h1,
#secondaryContent h2,
#secondaryContent h3,
#secondaryContent h4,
#secondaryContent h5
{
	color: #FFFFFF;
}

#tertiaryContent h1,
#tertiaryContent h2,
#tertiaryContent h3,
#tertiaryContent h4,
#tertiaryContent h5
{

	color: #99CC33;
	
}

#tertiaryContent h3 {
	position: relative;
}

.briefDetails h3 {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 1.4em;
}

/* Structure -------------------------------------------------------------------------------------------------------------- */

#wrapper {
	width: 770px;
	text-align: left;
	margin: 0 auto 0.5em auto;
	font-size: 1.2em;
}

#cartSummary {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

#cartContainer {
	background-color: #AF0100;
	clear: both;
}

#cartDetails {
	padding: 10px;
	color: #E4E4E4;
}

#cartStatus {
	text-align: right;
	color: #FFFFFF;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 550px;
}

#cartLinks {
	background-color: #AF0100;
	text-align: center;
	padding: 10px;
	white-space: nowrap;
}

#logoBlock {
	float: left;
	width: 210px;
}

#header {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#headerPrimary {
	float: left;
	width: 560px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#headerSecondary {
	float: right;
	width: 210px;
}

#quickLinks {
	width: 100%;
	overflow: hidden;
	text-align: right;
}

#breadCrumb {
	background-color: #99CC33;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9E391;
	border-bottom-color: #698B23;
	padding: 4px 10px 4px 10px;
}

#subHeader {
	width: 100%;
	overflow: hidden;
}

#subHeaderPrimary {
	float: left;
	width: 560px;
	background-color: #FFFFFF;
}

#subHeaderSecondary {
	float: right;
	width: 210px;
	background-color: #AF0100;
	position: relative;
	height: 44px;
	background-image: url(../images/bkgnd_quicksearch.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#subWrapper {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/bkgnd_subwrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#primaryContent {
	float: left;
	width: 540px;
	margin: 5px;
	padding: 5px;
	overflow: hidden;
}

#secondaryContent {
	float: right;
	width: 200px;
	padding: 0px 5px 5px 5px;
	margin-bottom: 5px;
	background-color: #0A3444;
	color: #FFFFFF;
	overflow: hidden;
}

#primaryNavigation, .subNavigation {
	margin-right: -5px;
	margin-left: -5px;
}

#tertiaryContent {
	background-color: #000000;
	padding: 10px;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 0.8em;
	color: #818181;
}

#footer .splitLeft {
	text-align: left;
}

#footer .splitRight {
	text-align: right;
}

#primaryNavigation {
	margin-bottom: 0.5em;
}

.contentBlock {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.formBlock {
	margin-bottom: 5px;
	padding: 0.5em;
}

#pageLinksBlock {
	color: #FFFFFF;
	padding: 5px;
	background-color: #32638F;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7CF0FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0A3444;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
}

#tertiaryContent .columnContainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
	margin-bottom: 0.5em;
}

.splitColumn {
	float: left;
	margin-right: 0.5em;
}

.splitLeft {
	float: left;
	width: 48%;
}

.splitRight {
	float: right;
	width: 48%;
}

.latestProductsContainer {
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.categoriesContainer {
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.categoriesColumn {
	width: 260px;
	float: left;
	padding: 5px;
}

.categorySubContainer {
	background-color: #FFFFFF;
}

.categoryDescriptionBlock {
	padding: 0.5em;
	background-color: #FAF9F8;
}

#productOverview {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

#productOverview #productImages {
	width: 210px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#productOverview #additionalImages {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

#productOverview #productBrief {
	background-color: #F3F0EB;
	float: right;
	width: 295px;
	padding: 5px;
	margin-bottom: 5px;
}

#additionalProductInfo {
	margin-bottom: 5px;
}

.tabbedContent {
	background-color: #FFFFFF;
}

.tabbedContentContainer {
	border: 1px solid #EBE9ED;
	padding: 4px;
}

#tabs {
	width: 100%;
	overflow: hidden;
}

.searchResultsContainer {
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.resultsColumn {
	width: 260px;
	float: left;
	padding: 5px;
}

.searchResultsContainer .resultsColumn {
	width: 252px;
}

/* Lists ------------------------------------------------------------------------------------------------------------------ */

#breadCrumb ul {
	margin: 0px;
	padding: 0px;
}

#breadCrumb li {
	display: inline;
	margin-right: 0.2em;
	text-transform: capitalize;
}

#quickLinks ul {
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#quickLinks li {
	float: left;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

#primaryNavigation ul, .subNavigation ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}

#primaryNavigation li, .subNavigation li {
	padding: 0px;
	margin: 0px;
}

#tabs ul {
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#tabs li {
	float: left;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

/* Inline definition lists */
.customerDetailsBlock dt,
.customerDetailsBlock dd,
#productBrief dt,
#productBrief dd,
#brandSupport dt,
#brandSupport dd {
	margin: 0px 0px 5px 0px;
	padding: 4px;
	font-style: normal;
	font-weight: normal;
}

.customerDetailsBlock dt,
#productBrief dt, 
#brandSupport dt {
	float: left;
	margin-right: 5px;
	background-color: #E9E2D8;
	text-align: right;
}

.customerDetailsBlock dd,
#productBrief dd,
#brandSupport dd {
	background-color: #F3F0EB;
}

.customerDetailsBlock dt {
	width: 10em;
}

.customerDetailsBlock dd {
	
}

#productBrief dt {
	width: 6em;
}

#productBrief dd {
	
}

#brandSupport dt {
	width: 10em;
}

#brandSupport dd {

}

.productAssociated dt,
.productAssociated dd
{
	margin: 0px;
	padding: 4px;
	font-style: normal;
	font-weight: normal;
	border-bottom: none;
	font-size: 0.8em;
	background-color: #FFFFDD;
}

.productAssociated dt
{
	float: left;
	margin-right: 5px;
	text-align: right;
}

.paymentDetailsBlock {
	margin-bottom: 5px;
}

#footer .navigation {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0.5em 0.5em 0px;
	padding: 0px;
}

#footer .navigation li {
	display: inline;
	margin-right: 0.2em;
}

.categorySubContainer li {
	margin-top: 0.5em;	
}

.categoriesBlock li span {
	
}

.categoriesLevel_1 {
	
}

.categoriesLevel_2 {
	background-color: #FAF9F8;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

.categoriesLevel_3 {
	padding-left: 16px;
	background-image: url(../images/nested_branch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 16px;
}

.categoriesLevel_4 {
	padding-left: 16px;
	background-image: url(../images/nested_branch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 32px;
}

.categoriesLevel_5 {
	padding-left: 16px;
	background-image: url(../images/nested_branch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 48px;
}

.resultsColumn ul, .categoriesBlock ul, .documentationLinks ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.resultsColumn li, .categoriesBlock li, .documentationLinks li  {
	text-transform: capitalize;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBE9ED;
	list-style-image: none;
	list-style-type: none;
}

#tertiaryContent ul,
#tertiaryContent li {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}

/* Links ------------------------------------------------------------------------------------------------------------------ */

a {
	text-decoration: none;
	color: #3E87BD;
}

a:visited {
	color: #FEAA00;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: underline;
	color: #999999;
}

#breadCrumb a,
#breadCrumb a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#breadCrumb a:hover,
#breadCrumb a:focus,
#breadCrumb a:active
{
	color: #698B23;
	text-decoration: none;
}

#pageHeading a,
#pageHeading a:visited
{
	text-decoration: none;
	color: #205A77;
	display: block;
}

#pageHeading a:hover,
#pageHeading a:focus,
#pageHeading a:active
{
	text-decoration: underline;
	color: #999999;
}

.categoriesBlock a {
	text-decoration: none;
}

.categoriesBlock a:visited {
	color: #FEAA00;
	text-decoration: none;
}

.categoriesBlock a:hover,
.categoriesBlock a:focus,
.categoriesBlock a:active
{
	text-decoration: none;
}

.categoriesBlock h3 a, .categoriesBlock h3 a:visited {
	font-size: 1em;
	text-transform: capitalize;
	display: block;
	padding: 5px;
	background-color: #E1EBF7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75BDE3;
	color: #5384C1;
}

.categoriesBlock h3 a:hover,
.categoriesBlock h3 a:focus,
.categoriesBlock h3 a:active
{
	background-color: #5384C1;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../images/icon_details.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #E1EBF7;
}

.formButton,
.formButton:visited,
.buttonLink:link,
.buttonLink:visited,
#pageLinksBlock a,
#pageLinksBlock a:visited,
#quickLinks a,
#tabs a
{
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	border: 1px solid #FFE600;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #FEAA00;
	background-image: url(../images/bkgnd_primary_nav_tab.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.formButton:hover,
.formButton:focus,
.formButton:active,
.buttonLink:hover,
.buttonLink:focus,
.buttonLink:active,
#pageLinksBlock a:hover,
#pageLinksBlock a:focus,
#pageLinksBlock a:active,
#pageLinksBlock #activePageLink,
#quickLinks a:hover,
#quickLinks a:active,
#quickLinks a:focus,
#quickLinks #currentPage a,
#tabs a:hover,
#tabs a:active,
#tabs a:focus
{
	padding: 2px 4px 2px 4px;
	background-color: #26498E;
	background-image: url(../images/bkgnd_primary_nav_tab.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #68C8E4;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
}

#quickLinks a, #tabs a {
	display: block;
	padding: 5px;
}

#quickLinks a:visited {
	
}

#quickLinks a:hover,
#quickLinks a:active,
#quickLinks a:focus,
#quickLinks #currentPage a,
#tabs a:hover,
#tabs a:active,
#tabs a:focus
{
	padding: 5px;
}

#primaryNavigation a {
	color: #FFFFFF;
	font-size: 1em;
	text-transform: capitalize;
	display: block;
	padding: 5px;
	background-color: #0A4155;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A3444;
}

#primaryNavigation a:visited {
	color: #FFFFFF;	
}

#primaryNavigation a:hover,
#primaryNavigation a:active,
#primaryNavigation a:focus,
#primaryNavigation #currentPage a
{
	color: #FFFFFF;
	background-color: #FEAA00;
	text-decoration: none;
}

.subNavigation a {
	color: #5384C1;
	font-size: 1em;
	text-transform: capitalize;
	display: block;
	padding: 5px;
	background-color: #E1EBF7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75BDE3;
}

.subNavigation a:visited {
	color: #5384C1;
}

.subNavigation a:hover,
.subNavigation a:active,
.subNavigation a:focus,
.subNavigation #currentPage a
{
	color: #E1EBF7;
	background-color: #5384C1;
	text-decoration: none;
}

#tertiaryContent a {
	color: #E1EBF7;
}

#tertiaryContent a:visited {
	color: #E1EBF7;
}

#tertiaryContent a:hover,
#tertiaryContent a:active,
#tertiaryContent a:focus,
#tertiaryContent #currentPage a
{
	color: #FFFFFF;
	text-decoration: none;
}

#tertiaryContent li a {
	font-size: 1em;
	text-transform: capitalize;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
}

#tertiaryContent li a:hover,
#tertiaryContent li a:active,
#tertiaryContent li a:focus,
#tertiaryContent li #currentPage a
{
	background-color: #132022;
}

#footer a,
#footer a:visited
{
	color: #AEAEAE;
	text-decoration: none;
	padding: 2px;
}

#footer a:hover,
#footer a:focus,
#footer a:active
{
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
}

#orderList a:visited {
	text-decoration: none;
	color: #3E87BD;
}

#orderList a:hover, #orderList a:focus {
	text-decoration: underline;
	color: #999999;
}

.stockStatus a
{
	color: #F3F0EB;
	text-decoration: none;
}

.stockStatus a:hover,
.stockStatus a:focus,
.stockStatus a:active
{
	color: #F3F0EB;
	text-decoration: underline;
}

/* Images ----------------------------------------------------------------------------------------------------------------- */

#cartStatus img {
	position: relative;
	bottom: -3px;
}

#pageLinksBlock img {
	position: relative;
	top: 0.3em;
}

/* Tables ----------------------------------------------------------------------------------------------------------------- */

#orderList {
	color: #666666;
}

#orderList th {
	font-weight: normal;
	padding: 4px;
	color: #FFFFFF;
	background-color: #32638F;
}

#orderList td {
	padding: 4px;
	text-transform: capitalize;
}

#totalsList {
	background-color: #22415E;
	padding-bottom: 10px;
	
}

#cartDetails #totalsList {
	/*background-image: url(../images/bkgnd_cart_totalsBlockBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}

#orderDetails {
	margin-bottom: 5px;
}

#orderDetails #totalsList {
	/*background-image: url(../images/bkgnd_order_totalsBlockBott.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}

#totalsList td {
	color: #FFFFFF;
	padding: 4px;
	text-align: right;
}

#totalBar {
	background-color: #5384C1;
}

#freightTable {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-bottom: 10px;
	color: #666666;
}

#freightTableHeader th {
	background-color: #32638F;
}

#freightTable th {
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	padding: 4px;
	color: #FFFFFF;
}

#freightTable td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 4px;
	text-transform: capitalize;
}

#freightZone1, #freightTableRanges th {
	background-color: #22415E;
	color: #FFFFFF;
}

#freightZone2 {
	background-color: #5384C1;
	color: #FFFFFF;
}


/* Forms ------------------------------------------------------------------------------------------------------------------ */

.formBlock {
	margin-bottom: 0.2em;
	padding: 0.2em;
	width: 100%;
	overflow: hidden;
}

fieldset {
	border: 1px solid #EBE9ED;
	margin-bottom: 0.2em;
	padding: 0.2em;
}

legend {
	padding: 0.2em;
	font-size: 1.3em;
}

label {
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	margin-right: 0.5em;
	padding: 0.3em;
	background-color: #F3F0EB;
}

.listBlock label {
	display: inline;
	float: none;
	background:none;
}

.formError label {
	background-image: url(../images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

.formError {
	border: 1px solid #FFD700;
}

.formTextField,
.formFileField,
.formTextArea,
.briefTextArea,
.formSelect {
	border: 1px solid #A3BDC8;
	background-color: #ECF4F9;
}

.formCheck {
	margin: 0.4em 0px 0.3em 0px;
	padding: 0px;
}

.formTextField {
	padding: 2px;
	width: 40%;
}

.listBlock .formTextField {
	width: 90%;
}

.productAddBlock .formTextField {
	width: 2em;
}

.formFileField {
	padding: 0.2em;
}

.formTextArea {
	width: 99%;
	overflow: auto;
	height: 20em;
}

.briefTextArea {
	width: 99%;
	overflow: auto;
	height: 10em;
}

.formSelect {
	padding: 2px 0px 0.2px 0.2px;
	text-transform: capitalize;
	width: 40%;
}

.fileSelect {
	background-color: #FFFFFF;
}

.formChecks {
	list-style-type: none;
	list-style-image: none;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

.formChecks label {
	margin-bottom: 0.5em;
}

.formChecks li {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#formQuickSearch {
	height: 20px;
	width: 170px;
	position: absolute;
	left: 20px;
	top: 10px;
	background-image: url(../images/bkgnd_quicksearchfield.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#quickSearchField {
	height: 17px;
	width: 130px;
	position: absolute;
	top: 3px;
	right: 30px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	background-color: #FFFFFF;
}

#advancedSearchBlock .formTextField {
	width: 80%;
}

#quickSearchButton {
	height: 20px;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background-color: #AF0100;
	background-image: url(../images/bkgnd_quicksearchfield.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#formQuickSearch label {
	display: none;
}

#productAssociated .formBlock {
	padding: 0px;
	margin: 0px 0px 1px 0px;
}

#productAssociated label {
	background-color: #E9E2D8;
	width: 6em;
}

#productAssociated .formSelect {
	width: 207px;
}

#productAssociated p {
	padding: 0px;
	margin: 0px 0px 0.2em 0px;
}


/* Miscellaneous styles --------------------------------------------------------------------------------------------------- */

.formFileField,
.formButton,
.formSelect,
.delCheckbox,
.accordionToggle,
#quickSearchButton,
#cartToggle {
	cursor: pointer;
}

.addLink {
	background-image: url(../images/icon_add.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.note {
	position: relative;
	top: 0.2em;
	cursor: help;
}

#noteRequired {
	padding: 0.2em;
	text-align: right;
	margin-bottom: 0.2em;
}

.messageBlock, #advancedSearchBlock, #sitewideMessage {
	border: 1px solid #FFD700;
	padding: 5px;
	margin-bottom: 5px;
}

.messageBlock,
.formError,
#noteRequired,
#advancedSearchBlock,
#sitewideMessage
{
	background-color: #FFFFDD;
}

.altrow1 {
	background-color: #E9E2D8;
	color: #666666;
}

.altrow2 {
	background-color: #D3D3C0;
	color: #666666;
}

/* Alternating row background colour in knowledgebase */

/*.bkgndrow1 {
	
}

.bkgndrow2 {
	
}*/

/* Shopping cart */

#cartStatus span {
	background-image: url(../images/bkgnd_quicksearch.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Product categories */

/* Product list */
.productListBlock {
	background-color: #F3F0EB;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.productListBlock .productImage {
	width: 100px;
	height: 100px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #32638F;
}
 
.productListBlock .productImage a {
	width: 100px;
	height: 100px;
	display: block;
}
 
.productListBlock .productBrief {
	padding: 5px;
	margin-left: 115px;
	margin-right: 115px;
}

.productListBlock .productPrice {
	color: #FEAA00;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}

.productListBlock .productAddBlock {
	float: right;
	width: 100px;
	padding: 5px;
	text-align: right;
}

.productListBlock .addToCart {
	margin-bottom: 5px;
}

/* Product latest */
.productLatestBlock {
	font-size: 0.8em;
	background-color: #FFFFFF;
	width: 100px;
	margin-bottom: 3px;
	float: left;
	margin-left: 3px;
	text-transform: capitalize;
	padding: 2px;
}

.productLatestBlock .productImage {
	width: 100px;
	height: 100px;
	padding: 0px 0px 5px 0px;
	position: relative;
	text-align: center;
}

.productLatestBlock .productImage img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.productLatestBlock .productName {
	padding: 5px;
	overflow: hidden;
	height: 2.4em;
}

.productLatestBlock .productPrice {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}

.onSale {

}

/* Products details */

.productBrief p {
	font-size: 1em;
}

#productOverview #primaryImage a {
	width: 200px;
	height: 200px;
	display: block;
}

#additionalImages {
	width: 100%;
	overflow: hidden;
}

#additionalImages a {
	width: 60px;
	height: 60px;
	display: block;
	padding: 3px;
	border: 1px solid #EBE9ED;
	margin: 1px;
	float: left;
}

#productOverview #productAddBlock {
	width: 100%;
	overflow: hidden;
	background-color: #AF0100;
	clear: both;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#productOverview #productPrice {
	font-weight: normal;
	font-size: 1.5em;
	width: 50%;
	float: left;
	padding: 5px;
}

#productOverview #productPrice span {
}

#productOverview .productBrand {
	text-transform: capitalize;
}

#productOverview .addToCart {
	width: 25%;
	float: right;
	padding: 5px;
	text-align: right;
}

/* Brands */
#brandLogo {
	margin-bottom: 5px;
}
#brandLogo img {
	padding: 4px;
	border: 1px solid #EBE9ED;
}

/* Customer feedback */
#customerFeedback .altrow1 {
	/*background-color: #EBF8FC;*/
}

#customerFeedback .altrow2 {
	/*background-color: #CDEEF8;*/
}

/* News, reviews, customer feedback */
.briefBlock {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	/*background-image: url(../images/bkgnd_page_heading.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}

.briefDetails {
	padding: 5px;
/*	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #32638F;*/
	margin-left: 45px;
}

.briefDate {
	float: left;
	font-size: 0.8em;
	text-align: center;
	background-image: url(../images/bkgnd_date.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 40px;
	/*padding-right: 5px;*/
}

.briefDate dt {
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 3px 0px;
	font-style: normal;
}

.briefDate dd {
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.userDetails {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	font-size: 1em;
	font-weight: bold;
}

/* Search */

#advancedSearchBlock {
	text-align: center;
	border: 1px solid #FFD700;
	padding: 5px;
	margin-bottom: 5px;
}

/* Misc */
.definitionHighlight {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#sitewideMessage {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0px;
}

.searchLink {
	padding-left: 20px;
	background-image: url(../images/icon_search.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.required label {
	background-color: #DBD0BF;
	background-image: url(../images/icon_required.gif);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}

#productResults .pricing {
	color: #990000;
}
