/* CSS Document */




/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.form-radio,
input.form-checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold;}
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding: 2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }



/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    font-size:.95em;
    text-align:right;
    }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }


/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }


/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 5px;}
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

.but_divider {clear:both; height:4px;  }


/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:954px; }
.header {
    text-align:left;
	
    }
.header-top {
    position:relative;
    z-index:999;
    width:930px;
    margin:0 auto;
	
    }
.header-nav {
    width:950px;
    margin:0 auto;
    }
.middle {
    min-height:400px;
    width:900px;
    margin:0 auto;
    text-align:left;
    position:relative;
    }
.side-col { width:195px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:685px;  }
.col-2-left-layout .col-main { float:right; width:685px; }
.col-3-layout .col-main { width:385px; margin-left:17px; }

/* Style */
.header { border-top:4px solid #E20A16; }
.header-top { padding:10px; }
.middle { /* removed background:url(../images/main_bg.gif) no-repeat #fffffe; */ padding:25px 25px 80px 25px; }


/********************** Header */

/* Logo */
h1#logo {
    float:left;
    margin:3px 0 10px 12px;
    }
h1 p {
	/*vertical-align:top;*/
}
/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; }



/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto;}



/* added start */

.header-top {
 background: url(../images/img/building-safer-communities.jpg) no-repeat 115px 46px;
}

.header-top, .header-nav, .middle, .footer {
 margin: 0px;
}

.header-bottom {
 width: 959px;
 height: 173px;
 float:left; 
 margin-top: 1px; 
margin-bottom:10px;
 background-repeat: no-repeat; 
 background-position: left; 
 overflow:hidden;
 /*background-color: #00336F;*/
}

.wrapper {
 min-width: 959px;
}

.header-top, .footer{
 width: 939px;
}

.header-nav {
 width: 100%;
}

.middle-container,  {
 text-align: left;
 clear:both;
}

.middle {
 width: 965px;
 padding: 0px 0px 15px 0px;
}

.side-col {
 width: 235px;
}

.col-3-layout .col-main {
 width: 454px;
 /*height: 543px;*/
 margin: 0px 14px 0px 20px;
}

.col-2-right-layout .col-

 {
 margin-left: 23px;
}

.col-1-layout .col-main {
 margin-left: 23px;
}

.nav {
 background-color: #00336F;
}
.aff-images {
	text-align:left;
}

.footer {
float:left;
 width: 952px;
 
 font-size: 9px;
 padding: 5px 5px 0px 5px;
 font-color: #000000;;

}
.a-link {
		padding:3px;
}
.a-link, .add-to-box a {
 text-decoration: none;
 color: #000000;
}

.a-link:hover, .add-to-box a:hover {
 text-decoration: none;
 color: #FF0000;
}

.breadcrumbs a {
 text-decoration: none;
 font-weight: bold;
 color: #00336F;
}


.form-button, .form-button-alt {
 border: 0px;
}

.listing-type-list .listing-item {
 border-top: 1px solid #A5CEFF;
}

.qty {
 text-align: center;
}

.product-info-box {
 border: 0px;
}

.product-essential, .product-collateral {
 background: transparent;
}

.product-collateral .collateral-box h4 {
 color: #00336F;
}

.product-info-box .product-name {
 font-size: 15px;
 color: #D7020F;
}

h1 {
 margin-bottom: 20px;
}

.page-head {
 border-bottom: 0px;
}

/* added end */
.sta_newsholder{
	float: left; width: 210px; margin-top: 10px; 
}
.sta_newsbox{
	float: left; width: 210px; font-weight: bold; color: rgb(0, 51, 111);
}
.sta_newsbg{
	background: white none repeat scroll 0% 0%; 
	float: right; 
	width: 77px; 
	text-align: center; 
	padding-top: 5px;
}
.sta_newstext {
	float: left; 
	clear: left;
	font-size:9px; 
	width: 210px;
}
a {
	text-decoration: none;
}
.titlelb {color: #0099FF; }

ul, ol {
	
	margin-left:25px; 
	}
table, td, tr{
	border-color: #b7c2bf ;
}	
td {
	
	padding:5px;
}
.footer a,.footer  a:hover,.footer  a:visited {
	color:black;
	text-decoration:none;
}

/* POST CODE SEARCH */

.postcode-result-list {
  border: 1px solid #000000;
 }
 .postcode-result-list td {
  padding: 3px;
 }
 .postcode-result-list td.left-cell {
  width: 200px;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
 }
 .pagination {
  float: left;
 }
 .pagination a {
  text-decoration: none;
  border: 1px solid #CCD5E4;
  padding: 0px 1px;
  display: block;
  float: left;
  margin: 2px;
  width: 20px;
  text-align: center;
 }
 .pagination span {
  float: left;
  padding: 0px 1px;
  margin: 2px;
 }
 .pagination a:hover {
  background: #CCD5E4;
 }
 .pagination a.selected {
  background: #003366;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #003366;
 }
 /* END POSTCODE SEARCH */
 
 /* COURSE SEARCH */
 .course-result-list {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
 }
 .course-result-list td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3px;
 }
 .course-title td {
  background: #003366;
  color: #FFFFFF;
  font-weight: bold;
 }
 .course-heading td {
  color: #003366;
  font-weight: bold;
  background: #CCD5E4;
 }
 



 /*END COURSE SEARCH */
 
 hr {
    border: 0;
    color: #f00;
	background-color: #b7c2bf;
	height: 2px;
}

label{
	width:180px;
	float:left;
	margin-top:3px;
	margin-bottom:3px;
}

.radio input {
margin-right: 5px;
margin-left: 5px;

}

.radio .wide {

width:400px;}