﻿/* Debug invisible Divs and Spans */
/*
div 
{
	border: dashed thin green;
}
span
{
	border: dashed thin yellow;
}
*/
.TextBoxWatermark
{
    color: Silver;
}

/* 
Heading styles always begin with h1 within a section and are restyled
*/
h1
{
	text-align: Left;
	font-size: 18pt;
	color: #333333;
	margin-bottom: 10px;
	clear: both;
	border-bottom: ridge 2px #AD0021;
}

h2, 
#Description h1,
.Description h1,
#Features h1,
#Testing h1,
.Categories > h1,
#Downloads h1,
#Specifications h1,
#CommonConfigs h1,
.Specifications h1
{
	text-align: Left;
	font-size: 16pt!important;
	font-weight: normal!important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
}

h3,
.ProductList > h1
{
	text-align: Left;
	font-size: 14pt;
	font-weight: normal;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}

h4
{
	text-align: Left;
	font-size: 12pt;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}

/* Images */
#ProductPage img, 
.ProductList img, 
.TechnicalPage img, 
#OverviewPage img

{
	border: solid 1px #e0e0e0;
	float: right;
	clear: right;
	margin: 10px 0px 10px 10px;
}

.Top
{
	margin-top: 0 !important;
}

.Right 
{
	margin-right: 0 !important;
}

.TextAlignRight
{
    text-align:right !important;
}

.Left
{
	float: left !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
}

.Center
{
	display: block !important;
	float: none !important;
	margin: 10px auto 10px auto !important;
}

/* General Page Classes */
.SideNote
{
	display: block;
	float: right;
	clear: right;
	width: 200px;
	background-color: #FAFAFA;
	border: solid 1px #E0E0E0;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	text-align: justify;
}

ul.InPageLinks
{
	text-align:center;
}

ul.InPageLinks li
{
	list-style-type:none;
	display: inline;
	padding: 0px 2px 0px 2px;
}

.Images
{
	float: right;
	margin: 10px 0px 10px 0px;
}

.Images img 
{
	float: none !important;
	vertical-align: middle;
}

.NoBorder
{
	background-color: Transparent !important;
	border-width: 0px !important;
}

/* Fixes bug in IE6 where hand icon is not used inside a hyperlink */
a *
{
	cursor: hand;
}

/* commands buttons for quoting process */
div.buttons
{
	text-align: center;
	margin-top: 10px;
}

.DefaultButton
{
	font-weight:bold;
}

.Error
{
	color: Red;
}

/* Product List */
.Categories
{
	padding: 0px;
	margin: 0px;
	border: solid 1px #E0E0E0;
}

.Category h1
{
	color: White;
	background-color:#AD0021;
	border: none;
	padding: 2px 5px;
	margin: 0px 0px 0px 0px;
	font-size: larger;
}

.ListItem
{
	display: block;
	overflow:auto;
}

.ProductList .ListItem
{
	padding: 10px;
	margin: 0px;
	display:block;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	border: solid 1px #E0E0E0;
}

.ProductList .ListItem img
{
	border: solid 1px black !important;
	clear: none !important;
}

.ProductList .ListItem ul
{
	margin: 0px;
	padding: 10px;
}

.ProductList .ListItem li
{
	color: #A00000;
	list-style: none;
	padding-left: 15px;
	background-image: url('images/plus_bullet.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
}

.ProductList a.ListItem:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE #808080 #808080 #EEEEEE;
	background: #F0F0F0;
}

.ProductList h1
{
	color: Black;
	background-color: Transparent;
	font-size: medium;
	font-weight: normal;
	clear: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.ProductList p
{
	color: Black;
}

/* Make the colour around images and title underline the same */
.ProductList h1, .ProductList img
{
	border-color: Gray !important;
}

#OverviewPage .ListItem
{
	height: 140px;
}

.highlight
{
	background-color: #AD0021;
	color: White;
}

a
{
	color: #3366CC;
}
a:visited
{
	color: #264B99;
}

