/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    /*vertical-align:baseline;*/
    /*background:transparent;*/
}

body {
    line-height:1;
    font-family:arial, helvetica;
	background:#000;
	color:#fff;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul,
ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.about_container
{
	padding-top:20px;
	margin-left:20px;
	margin-right:20px;
	width:960px;
	font-size: 9pt;	
}
.about_container a
{
	color:#ffcc00;
	text-decoration:underline;
	background: url("/images/common/link_arrow.gif") no-repeat scroll 0 5px transparent;
	padding-left:0.8em;
}
.about_container a.no_arrow
{
	color:#ffcc00;
	text-decoration:underline;
	background: none;
	padding-left:-0.8em;
}
.about_container p
{
	font-size:100%;	
}
.about_content_container {
    background: none repeat scroll 0 0 #000;
    font-size: 100%;
    padding: 25px 10px;
    width: 940px;
}

.about_content_container .explanation_bucket_button {
    background: url("http://www.dewalt.co.uk/images/products/yellow_button_right.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 22px;
    line-height: 22px;
    padding-bottom: 2px;
}
.about_content_container .explanation_bucket_button  a {
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
}


.about_content_container h1
{
	font-weight:bold;
	color:#ffcc00;
	font-size:1.1em;	
}
.about_content_border
{
	width:100%;
	border-top:1px solid #999;
}
.about_content_border_dk
{
	width:100%;
	border-top:1px solid #333;
}
.about_content_left
{
	padding-top:10px;
	width:240px;
	float:left;	
}
.about_content_right
{
	padding-top:10px;
	width:680px;
	float:left;	
}
.about_columns {
	width:33%;
	float:left;
}
.about_columns img {
	vertical-align:middle;
	padding-right: 20px;
}
.about_container ul li{
	list-style: disc;
	list-style-position:outside;
	margin-left: 2.5em;
	padding-left: 0;
}
.about_container ol
{
	margin-left:2.5em;
	padding-left: 0;
	list-style-position:outside;	
}
#video_thumb {
	height: 170px;
	float:left;
	padding-right:22px;
}
#video_thumb img {
	padding:1px;
	border:1px solid #ffcc00;
	background-color:#ff0;
	margin-bottom: 10px;
	margin-left:-10px;
}
#video_thumb p {
	padding-right:10px;
}
.subpages_texture_container
{
	background: url(../images/events/black_texture.jpg) no-repeat;
    height: auto !important;
    width: 100%;
}
.subpages_row
{
	background: url(../images/products/bg_bucket_row.gif) repeat-y scroll center top transparent;
    height: auto !important;
    margin-bottom: 11px;
    min-height: 265px;
}
.subpages_row ul li
{
	display: inline;
    float: left;
    padding: 0 1px;
    min-height:296px;
}
.subpages_row ul li a
{
	color: #FFFFFF;
    display: block;
    text-decoration: none;
    width: 190px;
    cursor:pointer;
    outline:none;
}
.subpages_row ul li a span
{
    display: block;
}
span.subpages_image
{
	width:190px;
	height:175px;
}
span.subpages_headline
{
	background: none repeat scroll 0 0 #252525;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
}
span.subpages_description
{
	background: none repeat scroll 0 0 #1A1A1A;
    color: #AFAFAF;
    height: auto !important;
    min-height: 70px;
    padding: 0.5em 1em 1em;
}
.subpages_container
{
	padding-top:20px;
}


.yellow_table {
	background-color:#e9dca0;
}
.grey_table {
	background-color:#d7d6d1;
}
.hidden_table {
	 background:#fff;
}
.open {
	display: block;
	color:Black;	
	}
.closed {
	display: none;
	color:Black;
}

table.tftable 
{
font-size:12px;color:#000000;width:100%;border-width: 1px;border-color: #000000;border-collapse: collapse;
}
table.tftable th 
{
font-size:12px;color:#fff;background-color:#4b4b4b;border-width: 1px;padding: 5px;border-style: solid;border-color: #000000;text-align:left;
}
table.tftable th.sub 
{
text-align:right;
}
table.tftable tr 
{
background-color:#a7a7a7;
}
table.tftable td 
{
font-size:12px;border-width: 1px;padding: 5px 3px;border-style: solid;border-color: #000000;
}
.even
{background-color:#657383;
}