/*------------------------------------------------------------------
[Master Stylesheet]

Project:		ATG Website
Version:		1.0.0
Last change:	July 08
Author:			Distinction www.distinctionhq.com
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Reset Stylesheet]
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6, p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, /*sup,*/ tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
ol, ul {
	list-style: none;
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}
img
{
	border: none;
}

/*------------------------------------------------------------------
[Typography Stylesheet]

Project:		ATG Website
Version:		1.0.0
Last change:	July 08
Author:			Distinction www.distinctionhq.com
Dark Red	#d72517
Dark Blue	#054583
-------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
p,
li,
label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h1 {
	font-size: 1.6em;
	color: #111;
	}

h2 {
	font-size: 1.2em;
	color: #d72517;
	}

h3 {
	font-size: 0.9em;
	color: #054583;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	color: #054583;
	}
td h3
{
	font-size: 1.0em;
}
h4 {
	font-weight: bold;
	font-size: 0.85em;
	color: #054583;
	}

h5 {
	color: #333;
	}

p,
li,
th,
td,
label {
	font-size: 0.8em;
	color: #333;
	}
li li, td td, td label {
	font-size: 1em;
	}
	
blockquote {
	margin: auto 30px;
	}
	
acronym {
	border-bottom: 1px dashed #ccc;
	}
	
table td {
	line-height: 1.6em;
	}

p{line-height: 20px;}
a{color: #054583;}
/*------------------------------------------------------------------
[Navigation Stylesheet]

Project:		ATG Website
Version:		1.0.0
Last change:	July 08
Author:			Distinction www.distinctionhq.com
-------------------------------------------------------------------*/
/*#Top menu styles/Horizontal#*/
.Horizontal 
{
	position: relative;
	z-index: 1;
	FLOAT: left;
	width: 100%;
	height: 65px;
}
.Horizontal UL 
{ 
	WIDTH: 100%;
	LIST-STYLE-TYPE: none
}
.Horizontal LI 
{
	DISPLAY: inline; 
	float: left;
	position: relative;
}
.listCMSListMenuLink, .listCMSListMenuLinkHighlighted  
{
	DISPLAY: block; 
	height: 40px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 14px;
	padding-right: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	_float: left;
}
.listCMSListMenuLink:hover, .listCMSListMenuHighlightedLI 
{ 
	background: url(../images/bgbandhover.jpg) top left repeat-x;
}
.Horizontal UL UL 
{ 
	Z-INDEX: 500; 
	min-width: 110px;
	POSITION: absolute;
	width: auto;
	background: #555;
	float: left;
	clear: left;
}
.listsubCMSListMenuLink, .listsubCMSListMenuLinkHighlighted
{
	DISPLAY: block; 
	color: #fff;
	text-decoration: none;	
	padding: 10px 3px;
	background: url(../images/bgbandhover.jpg) top left repeat-x;
	position: relative;
	white-space: nowrap;
}
.Horizontal ul ul li a.listsubCMSListMenuLink:hover
{
	background: #e54334 none;
}
.Horizontal .listsubCMSListMenuLI, 
.Horizontal .listsubCMSListMenuHighlightedLI 
{ 
	CLEAR: left; 
	position: relative;
	display: block;
	background: url(../images/bgbandhover.jpg) top left repeat-x;
	z-index: 99;	
	float: none;
}
.Horizontal UL UL UL { BORDER-RIGHT: #c2c2c2 2px solid; LEFT: 100%; BORDER-BOTTOM: white 0px solid; TOP: -1px;  }
.Horizontal UL UL { DISPLAY: none;  }
.Horizontal UL LI:hover UL UL { DISPLAY: none;  }
.Horizontal UL UL LI:hover UL UL { DISPLAY: none;  }
.Horizontal UL LI:hover UL { DISPLAY: block;  }
.Horizontal UL UL LI:hover UL { DISPLAY: block;  }
.Horizontal UL UL UL LI:hover UL { DISPLAY: block;  }
	
/*------------------------------------------------------------------
[Layout Stylesheet]

Project:		ATG Website
Version:		1.0.0
Last change:	July 08
Author:			Distinction www.distinctionhq.com
-------------------------------------------------------------------*/

body 
{
	background: #fff url(../images/bgband.jpg) top left repeat-x;
	text-align: center;
}
#outerContainer 
{
	position: relative;
	float: left;
	background: transparent url(../images/bgband.jpg) bottom left repeat-x;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#site 
{
	/*position: relative;*/
	width: 960px;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
}	
#header 
{
	position: relative;
	float: left;
	width: 100%;
	z-index: 3;
}
#nav 
{
	float: left;
	width: 100%;
	height: 65px;
	margin-bottom: 10px;
	z-index: 4;
}	
#homeTop
{
	position: relative;
	float: none;
	width: 100%;
	height: 235px;
	clear: both;
	display: block;
	margin-bottom: 10px;
}
#logo 
{
	position: relative;
	width: 190px;
	padding-left: 10px;
	padding-top: 40px;
	text-align: center;
	float:left;
}
#logoHolder
{
	position: relative;
	width: 190px;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
#flashVideoHolder1
{
	position: relative;
	z-index: -1;
	float: left;
}
#headerimg 
{
	position: relative;
	float: right;
	width: 721px;
}
#strapline 
{
	position: relative;
	float: left;
	margin-top: 15px;
	z-index:1;
}
#strapline-small
{
	margin-top: 10px;
}	
#searchbox 
{
	position: relative;
	float: right;
	width: 300px;
	margin-top: 20px;
	text-align: right;
}
#content 
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	min-height: 500px;
	z-index: 2;
}
#mainbox 
{
	position: relative;
	float: left;
	width: 540px;
	margin-top: 20px;
	margin-right: 20px;
}
#sidebox 
{
	position: relative;
	float: left;
	width: 400px;
	margin-top: 20px;
}
#latestNews 
{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}
#videos {
	position: relative;
	float: left;
	margin-bottom: 20px;
	clear: left;
	width: 50%;
	}
#brochures 
{
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
#productIntro 
{
	position: relative;
	float: right;
	width: 100%;
	margin-bottom: 20px;
}
#productIntroManual,
#productIntroAuto,
#productIntroAntiTerror 
{
	position: relative;
	float: left;
	width: 33%;
	text-align: center;
}
#quickSearchForm 
{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}	
#logos 
{
	position:relative;
	clear: both;
	float: right;
	display: block;
	width: 100%;
}
#footer 
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	height: 80px;
	margin-top: 20px;
	color: #fff;
}
#footer a
{
	color: #fff;
}
#bollardDefault-photo
{
	float: left;
	position: relative;
}
#leftContainer
{
	float: left;
	position: relative;
	width: 250px;
}
#rightContainer
{
	float: right;
	position: relative;
	width: 700px;
}
#rightContainer-content
{
	padding-left: 10px;
	width: 100%;
}
#rightContainer-left
{
	position: relative;
	float: left;
	width: 500px;
	padding-left: 10px;
	padding-right: 20px;
	overflow: hidden;
}
#rightContainer-content ul, #rightContainer-left ul, #rightContainer-left li, #rightContainer-content li
{
	list-style: disc;
	line-height: 20px;
	margin-left: 20px;
}
#rightContainer-right
{
	position: relative;
	float: right;
	width: 160px;
}
#noNav-leftContainer
{
	position: relative;
	float: left;
	width: 675px;
}
#noNav-rightContainer
{
	position: relative;
	float: left;
	width: 230px;
	padding-left: 20px;
}
.homeBollardImage
{
	position: relative;
	float: left;
	width: 115px;
	height: 155px;
	margin: 0 8px 0 8px;
	_margin: 0 6px 0 6px;
}
.homeBollardLink
{
	position: relative;
	float: left;
	width: 115px;
	margin: 15px 8px 0 8px;
	_margin: 15px 6px 0 6px;
	text-align: center;
}
.homeBollardLink h3
{
	line-height: 16px;
}
.homeBollardImage img
{
	border: solid 1px #000;
}
.erBrowseHeading
{
	position: relative;
	float: none;
	clear: both;
	margin-top: 100px;
}
#searchArea
{
	position: relative;
	float:none;
	clear: both;
}
#contactLinks
{
	position: relative;
	float: none;
	clear: both;
	padding: 10px 0 5px 0;
}
#callUs
{
	position: relative;
	padding-top: 20px;
	font-size: 1.5em;
	color: #d72517;
	clear: both;
	font-weight: bold;
}
#costBox p
{
	margin: 0;
	padding: 0 15px 0;
	font-size: 0.7em;
	text-align: right;
}
.newsTeaser
{
	position: relative;
	float: right;
	padding: 0 0 10px 10px;
}
#callUs span
{
	color: #054583;
}
#listMenu1
{
	position: relative;
	clear: both;
	display: block;
}
#lmDistributors
{
	position: relative;
	clear: both;display: block;
	margin-top: 150px;
}	
.EditingFormLabelCell, .EditingFormValueCell
{
	padding: 3px;
}
td.EditingFormLabelCell
{
	vertical-align: top;	
}
.EditingFormLabel
{
	width: 500px;
}
.EditingFormLabelCell
{
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 12px;
}
.bizUserName
{
	visibility: hidden;
}
.UploaderLabel
{
	display: none;
}
.eventsCalendar { width: 254px; margin: 10px 0px 10px 10px; position: relative; font-size: 0.8em; 
	border: solid 1px #ccc; color: #fff; }
.eventsCalWeekendDay { background-color: #CCCCCC;}
.eventsCalNextPrev { vertical-align: bottom; }
.eventsCalTodayDay { background-color: #999999; color: #000; }
.eventsCalTitle { background-color: #fff; 
	 border-color: #cccccc; font-weight: bold;
	color: #000; }
table.eventsCalTitle tr td { color: #000; }
.eventsCalDayHeader { background-color: #054583;  font-weight: normal; font-size: 7pt; }
.eventsCalSelector { background-color: #CCCCCC; }
.eventsCalSelectedDay { background-color: #666666; font-weight: bold; color: #fff; }   
table.eventsCalendar tr td.eventsCalDay { color: #000; } 
table.eventsCalendar tr td.eventsCalOtherMonthDay {color: #000 } 
table.eventsCalTitle tbody tr td.eventsCalNextPrev { background-color: #fff }
.calDay a
{
	background-color: #e5dfec;
	background-color: #cc6600;
	background-color: #c7d745;
	color: #fff;
	text-decoration: none;
}
.eventsCalendar
{
	table-layout: fixed;
}
table.eventsCalendar tr
{
	table-layout: fixed;
	height: 20px;
	overflow: hidden;
}
table.eventsCalendar tr td.eventsCalWeekendDay 
{
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
}    
table.eventsCalendar td, table.eventsCalendar th
{
	text-align: center;
	color: #fff;
}  
table.eventsCalendar th
{
	vertical-align: middle;
}     
#leftColumn-edit
{
	padding: 20px 0 20px 10px;
}
#addThis
{
	float: right;
	padding-top: 15px;
	padding-right: 3px;
}

/*------------------------------------------------------------------
[Formatting Stylesheet]

Project:		ATG Website
Version:		1.0.0
Last change:	July 08
Author:			Distinction www.distinctionhq.com

Dark Red	#d72517
Dark Blue	#054583
-------------------------------------------------------------------*/
#strapline em {
	display: none;
	}

#mainbox h1,
#sidebox h1 {
	margin-bottom: 0.70em;
	}
	
	
#mainbox h2,
#sidebox h2, #bollardDescription h2, .ProductList h2 {
	margin-bottom: 0.75em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #d72517;
	}
.ProductList h2 
{
	margin-bottom: 0.75em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #d72517;
	
}
#mainbox h3 {
	
	}

#sidebox h3 {
	text-transform: uppercase;
	}
	
#mainbox h4 {
	margin-bottom: 0.2em;
	}
	
#mainbox p,
#sidebox p {
	line-height: 1.3em;
	margin-bottom: 0.75em;
	}
		
#videos img,
#brochures img,
#productIntroManual img,
#productIntroAuto img,
#productIntroAntiTerror img {
	margin-bottom: 10px;
	border: 1px solid #000;
	}

#quickSearchForm label {
	position: relative;
	float: left;
	clear: left;
	width: 12em;
	margin-top: 5px;
	}
	
#quickSearchForm input,
#quickSearchForm select {
	position: relative;
	float: left;
	width: 10em;
	margin-top: 5px;
	}
	
input.submitButton {
	position: relative;
	float: left;
	margin-left: 12em;
	clear: left;
	}
	
img.imgLeft {
	float: left;
	clear: left;
	margin-right: 20px;
	}

#Survey 
{
	width: 150px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/sitesurvey_blue.jpg);
	border: none;
	display: block;
	cursor: pointer;
}
input.btnCallBack
{
	width: 150px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/callback_red.jpg);
	border: none;
	display: block;
	cursor: pointer;
}
#siteSurvey
{
	position: relative;
	float: left;
	width: 200px;
	_width: 185px;
}
#callBack
{
	position: relative;
	float: left;
	width: 200px;
	_width: 185px;
}
#footer p {
	color: #fff;
	margin-top: 25px;
	}
#quickSearchForm .searchInput
{
	width: 210px;
}
.uc1Breadcrumbs a:hover
{
	text-decoration: none;
	color: #1a4379;
	border-bottom: 1px solid #1a4379;
	
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal;
}
.uc1Breadcrumbs a
{
	text-decoration: none;
	color: #787878;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal;
	
	margin-top: 0;
	position: relative;
}
.uc1Breadcrumbs
{
	font-size: 0.8em;
}

/*====Brochures=====*/
.brandThumb
{
	position: relative;
	float: left;
	width: 155px;
	padding: 10px 20px 10px 20px;
	margin: 10px 0px 10px 20px;
	height: 254px;
	border: solid 1px #cccccc;
}
#brandText
{
	width: 155px;
	text-align: center;
	position: relative;
	z-index: 200;
	clear:both;
}
.PagerControl
{
    text-align: center;
}
.arrowNext{ background: url(../images/arrow-right.gif) no-repeat top right; }
.arrowPrev{ background: url(../images/arrow-left.gif) no-repeat top left; }
.arrowNext:hover{ background: url(../images/arrow-right-hover.gif) no-repeat top right; }
.arrowPrev:hover{ background: url(../images/arrow-left-hover.gif) no-repeat top left; }
span.arrowPrev, span.arrowNext, span.arrowPrev:hover, span.arrowNext:hover
{
	background: none;
}
#ContentSlider_pager
{
	visibility: hidden;
	display: none;
}

/*===== Login ======*/
#loginHolder
{
	position: relative;
	width: 250px;
	margin: 100px auto 100px auto;
}
#loginBox
{
	position: relative;
	border: solid 1px #054583;
	background: url(../images/bgband.jpg) top left repeat-x;
}
#loginTitle
{
	padding-left: 5px;
}
#loginTitle h3
{
	color: #fff;
}
#loginContent
{
	background-color: #fff;
	height: auto;
	padding: 5px;
	text-align: center;
}
.currentUser
{
	position: relative;
	z-index: 1;
	text-align: right;
	float: right;
	font-size: 0.8em;
	padding-top: 3px;
	margin-bottom: 20px;
}
.signOut
{
	font-size: 0.7em;
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-left: 15px;
	float: right;
}
.signOut input
{
	width: 55px;
	height: 20px;
	font-size: 0.9em;
}
.signOut input:hover
{
	cursor: pointer;
}
.signOut input, input.FormButton, input.btn
{
	width: 60px;
	font-size: 0.85em;
	color: #fff;
	background-color: #054583;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/* International distributors --------------------------------------------------------------------------------*/
/*============================================================================================================*/
#worldMap
{
	margin-bottom: 500px;
}
#dhtmltooltip h3
{
color: #fff;
font-weight: bold;
}
#dhtmltooltip p
{
color: #fff;
}
#dhtmltooltip{
text-align: left;
color: #fff;
font-size: 0.8em;
font-weight: normal;
position: absolute;
left: -300px;
width: 147px;
height: 212px;
padding: 8px 8px 3px 8px;
background: url(/images/bgTooltip.gif) no-repeat top left;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
*/
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
margin-top: -2px;
visibility: hidden;
}
h3.australia {	background: url(/assets/atg/images/flags/australia.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.belgium {	background: url(/assets/atg/images/flags/belgium.gif) no-repeat top left; padding-left: 50px; height: 30px; }
h3.egypt {	background: url(/assets/atg/images/flags/egypt.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.hungary {	background: url(/assets/atg/images/flags/hungary.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.india {	background: url(/assets/atg/images/flags/india.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.ireland {	background: url(/assets/atg/images/flags/ireland.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.bahrain {	background: url(/assets/atg/images/flags/bahrain.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.macau {	background: url(/assets/atg/images/flags/macau.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.malaysia {	background: url(/assets/atg/images/flags/malaysia.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.netherlands {	background: url(/assets/atg/images/flags/netherlands.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.qatar {	background: url(/assets/atg/images/flags/qatar.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.russia {	background: url(/assets/atg/images/flags/russia.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.singapore {	background: url(/assets/atg/images/flags/singapore.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.southkorea {	background: url(/assets/atg/images/flags/southkorea.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.channelislands {	background: url(/assets/atg/images/flags/channelislands.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.turkey {	background: url(/assets/atg/images/flags/turkey.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.uae {	background: url(/assets/atg/images/flags/unitedarabemirates.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.usa {	background: url(/assets/atg/images/flags/unitedstates.gif) no-repeat top left; padding-left: 70px; height: 30px; }
h3.saudiarabia {	background: url(/assets/atg/images/flags/saudiarabia.gif) no-repeat top left; padding-left: 70px; height: 30px; }

#applicationList
{
	border: solid 1px #cccccc;
	padding: 5px;
	font-size: 0.85em;
	background-color: #054583;
	background-color: #5294ce;
	
}
#applicationList a
{
	color: #fff;
	font-family: Arial;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	
	padding-left: 5px;
}
#applicationList a:hover
{
	text-decoration: underline;
}
#applicationList ul
{
	text-indent: 0;
	margin: 0;
	text-align: left;
	padding: 0;
}
#applicationList li
{
	text-align: left;
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
	line-height: 20px;
	border-bottom: dotted 1px #fff;
	padding: 5px 0 5px 0;
}

/* Corporate site ASPX --------------------*/
/*-----------------------------------------*/
/*#Global#*/
.ErrorMessage
{
	color: #ff0000;
}
/*#Main styles#*/
/* Menu design */
.CMSTreeMenuTable
{	
	width: 100%;

}
.CMSTreeMenuTable a
{
	/*white-space: nowrap;*/
}
.subCMSTreeMenuTable
{
	margin-left: 10px;
}
.CMSTreeMenuTable a:hover, #leftContainer a:hover
{
	text-decoration: underline;
}
.CMSTreeMenuItem, .CMSTreeMenuSelectedItem, #leftContainer li
{
	background: url(../images/leftmenuBg.gif) repeat-x left bottom;
	padding: 3px 0px;
	z-index: 10;
}
.subCMSTreeMenuItem, .subCMSTreeMenuSelectedItem
{
	padding: 3px 0px;
	padding-left: 16px;
}
.CMSTreeMenuLink, #leftContainer li a
{
	padding-left: 12px;
	text-decoration: none;
	color: #000000;
	color: #054583;
}
 #leftContainer li
 {
	height: 17px;
	margin: 4px;
 }
.subCMSTreeMenuLink
{
	text-decoration: none;
	color: #d72517;
	color: #054583;
	font-size: 90%;
	line-height: 10px;
}
.CMSTreeMenuSelectedLink
{
	padding-left: 12px;
	text-decoration: none;
	text-decoration: underline;
	color: #000;
	color: #054583;
}
.subCMSTreeMenuSelectedLink
{
	color: #054583;
	text-decoration: underline;
	font-size: 90%;
}

/*#Photo Gallery#*/
.photoGallery
{
	margin: auto;
	text-align: center;
	width: 648px;
}
.photoGallery .Slider .Pager
{
	margin-left: 80px;	
}
.photoGalleryContainer
{
	margin: auto;
	text-align: center;
}
.photoGallery img
{
	margin: 0px 5px 5px;
	border: none;
	padding: 2px;
	border: 1px solid #000000;
}

/*#News#*/
.NewsPTitle 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	color: #054583;
}
.NewsPTitle a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	color: #054583;
	text-decoration: none;
}
.NewsPTitle a:hover { text-decoration: underline; }
.NewsPBody
{
	margin-bottom:20px;
}
.NewsSummary
{
	margin-top:10px;
	padding: 0px 0 0px 0px;
}
.NewsHolder
{
	border:1px solid #cccccc;
	padding: 0 15px;
}
.NewsSummary img
{
	border: 1px solid #cccccc;
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}
.NewsSummary .NewsContent
{
	float: left;
	width: 700px;
}
.NewsSummary .Date
{
	font-weight: bold;
	margin-bottom: 10px;
}
.NewsSummary .Clearer
{
	height: 0;
	line-height: 0;
	font-size: 0pt;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
.NewsBody
{
}
.NewsTitle
{
	font-size: 16px;
	font-weight: bold;
	color: orange;
}
.NewsDate
{
	font-style: italic;
	padding-top: 5px;
}
.NewsReleaseDate
{
	font-style: italic;
}
.BoxTitle
{
	font-size: 120%;
	color: #002756;
	font-weight: bold;
}
.NewsPreviewTitle a
{
	font-weight:bold;
}
.NewsPreviewDate
{
	font-size:90%;
	padding:5px 0 3px;
}
.NewsPreviewSummary
{
	font-size:80%;
}

/*#Examples#*/

.Slider .Pager
{
}
.Slider .Pager a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	text-align: center;
	padding: 0px 3px 0px 3px;
	display: block;
	width: 10px;
}
.Slider .PagerPage, .Slider .Control
{
	margin: 0px 15px 0px 0px;
	float: left;
}
.Slider .Control a
{
	width: 30px;
}

/*#Examples/PagerControl#*/
.PagerResults
{
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    visibility: hidden;
}

/*#Webpart containers#*/
/*#Webpart containers/General product list#*/
.ProductList a
{
	text-decoration: none;
}
.ProductList .ProductBox
{
	float: left;
	width: 155px;
	margin: 10px 5px 0;	
}
#relatedDocs .ProductBox
{
	border: solid 1px #cccccc;
	height: 181px;
	width: 153px;
	margin: 10px auto 10px auto;
	padding: 5px;
}
#relatedDocs
{
	margin-top: 20px;
	text-align: center;

}
.ProductList .ProductImage
{
	text-align: center;
	padding: 5px;
	height: 140px;
	border: solid 1px #cccccc;
}
.ProductList #bollardDefault-photo
{
	position: relative;
	border: solid 1px #cccccc;
	padding: 10px;
	width: 350px;
	height: 350px;
	text-align: center;
}
td#tdBollardPhoto
{
	vertical-align: middle;
}
#bollardPhotos
{
	position: relative;
	width: 100%;
	/*text-align: center;*/
}
#additionalPhotos
{
	position: relative;
	float: left;
	margin-left: 10px;
}
#additionalPhotos div
{
	border: solid 1px #cccccc;
	padding: 5px;
	width: 105px;
	height: 105px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
#additionalPhotos div img
{
	cursor: pointer;
}
#bollardDescription
{
	position: relative;
	
	clear: both;
}
#bollardStats
{
	padding: 10px;
	border: solid 1px #cccccc;
	font-size: 0.9em;
}
#bollardStats h3 
{
	margin-top: 0;
	font-size: 1.0em;
}
#bollardStats table
{
	width: 100%;
	margin-left: 0px;
}
td.col1
{
	font-weight: bold;
	width: 50%
}
td.col2
{
	width: 20%;
}
td.col3
{
	width: 30%;
}
.ProductImage a, .ProductBox p
{
	text-align: center;
}
.ProductList .ProductImage img
{
	border: none;
}
.ProductList .ProductTitle
{
	display: block;
	
	padding: 6px 3px;
	color: #054583;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	font-size: 0.8em;
	height: 38px;
}
.ProductList .ProductPrice
{
	padding: 6px;
}
.ProductList .ProductPrice .right
{
	font-weight: bold;
	text-align: right;
}
.ProductList .ProductFooter
{
	background-color: #f0f0f0;
	padding: 6px;
}
.ProductList .ProductFooter a
{
	text-decoration: underline;
}
.ProductList .ProductFooter img
{
	margin-right: 5px;
	vertical-align: middle;
}
.ProductList .productDetail
{
	width: 100%;
	margin-bottom: 20px;
}
.ProductList .productDetail img
{
	border: none;
}
.ProductList .productDetail h3
{
	margin: 15px 0 10px 0;
}
.ProductList .productDetailInfo
{
	margin-left: 10px;
	width: 100%;
}
.ProductList .productDetailInfo td
{
	padding: 2px 10px;
}
.ProductList .productDetailInfo .caption
{
	font-weight: bold;
}
.ProductList .productDetailInfo .alt
{
	background-color: #f9f9f9;
}
.ProductList .productDetailLinks
{
	width: 100%;
	background-color: #f0f0f0;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
.ProductList .ProductSummary
{
	vertical-align: top;
}
.ProductList .LinkMore
{
	display: block;
	background: url(../App_Themes/CorporateSite/Images/information.png) no-repeat center left;
	padding: 0 0 5px 17px;
}
