/* ----- body & background ----- */
#searchKeyword {
	background-color: #fff;
	width: 120px;
	border: 1px solid #333333;
	}
body{
	color:#555;
	text-align:center;
	line-height:150%;
	background-color: #E2ECF1;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#outer {
	border: 1px solid #333333;
	padding: 0px;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.sidebarbox {
	border: 1px solid #000;
	background-color: #C3C2C0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.sidebarbox2 {
	border: 1px solid #000;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* ----- tables ----- */

table,
td,
input,
textarea,
select,
li {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;	
	}
th {
	background :#ddd;
	padding: 5px;
	}
td {
	text-align: left;
	}

/* ----- global links ----- */

a:link,
a:visited,
a:active {
	color: #275f81;
	text-decoration: none;
	}
a:hover {
	color: #555;
	}

/* ----- global paragraphs, headers & horizontal rules ----- */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
h1 {
	font-size: 140%;
	}
h2 {
	font-size: 125%;
	}
h3 {
	font-size: 110%;
	}
h4,
h5 {
	font-size: 100%;
	}
hr {
	display: none;
	}

/* ----- global images ----- */

img {
	border: none;
	}

/* ----- hidden items ----- */

#skip {
	display: none;
	}
.hidden {
	display: none;
	}

/* ----- float left / right classes ----- */

.left {
	float: right;
	margin-right: .3em;
	}
.right {
	float: right;
	margin-left: .3em;
	}

/* ----- company contact details ----- */

address {
	font-style: normal;
	margin: 1em 0;
	}

/* ----- container size & positioning ----- */

#container {
	background-color: #425C84;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
}

/* ----- header area ----- */
.mast_irm {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
	background-color: #425C84;
}

.mast_irm td {
	background-color: #425C84;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	padding: 0px;
}

.mast {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
	background-color: #425C84;
}

.mast td {
	background-color: #425C84;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.mast2 {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.4em;
	font-weight: bold;
		background-color: #425C84;
}
.mast3 {
	font-size: 14px;
	color: #202020;
	letter-spacing: .3em;
	font-weight: bold;
		background-color: #425C84;
}
#header{
	position:relative;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 145px;
}

#name{
	display: none;
}

#header{
	position:relative;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 145px;
}

/* ----- company logo & strapline ----- */

#logo {}
#tagline {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 22px;
	left: 425px;
	line-height: 20px;
	}

/* ----- shopping basket info ----- */

#info {
	position: absolute;
	margin: 0;
	top: 152px;
	left: 11px;
	z-index: 10;
	color: #456A6D;
	font-weight: bold;
	width: 184px;
	}
#info td {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
#info span {
	color: #D52B2B;
	text-align: right;
	}

/* ----- optional mid div (useful for more complex backgrounds) ----- */

#mid{
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(../new_images/p7spep_sbleft.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/* ----- breadcrumb trail ----- */

#breadcrumbs{
	float:right;
	display:inline;
	margin-right:10px;
	width:530px;
	margin-top: 2px;
	margin-bottom: 8px;
}
/* ----- search box ----- */

#search {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
#search label {
	display: block;
	}

/* ----- side navigation ----- */

#navDept,
#navDept * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept {
	
	}
#navDept li:hover {
	position: relative;
	}
#navDept li a {
	display: block;
	font-size: 12px;


	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	text-align: left;
	background-color: #425C84;
	border: 1px solid #2E3E47;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	}
#navDept li a:hover {
	color: #FFFFFF !important;
	background-color: #595959;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
#navDept li a.selected {
	font-weight: normal;
	color: #FFFFFF !important;
	text-transform: inherit;
	}

/* flyout - hidden */

#navDept li ul {
	display: none;
	}

/* flyout - hover */

#navDept li a:hover,
#navDept li a.selected,
#navDept li a:hover.selected {
	color: #111;
	}

/* navSub dropdown menu */

#navDept li ul,
#navDept li ul * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept li ul {
	display: none;
	position: relative;
	z-index: 3;
	}
#navDept li:hover ul {
	
	display: block;
	left: 150px;
	top: 1em;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	}
#navDept li:hover ul li {
	clear: left;
	display: block;
	}
#navDept li:hover ul li:hover {
	position: relative;
	}
#navDept li:hover ul li a {
	
	border: 1px solid #999999;
	display: block;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	padding: 0 20px;
	width: 160px;
	}
#navDept li ul a.selected,
#navDept li:hover ul li a:hover {
	color: #111;
	}
#navDept li:hover ul ul {
	display: none;
	position: relative;
	}
#navDept li:hover ul li:hover ul {
	display: block;
	top: 1em;
	left: 150px;
	position: absolute;
	}

/* ----- subdepartment navigation ----- */

#navSubDept,
#navSubDept li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navSubDept {
	margin: 1em 0;
	padding: 3px 10px;
	border: 1px solid #eee;
	color: #777;
	background-color: #333333;
	}
#navSubDept li {
	margin: .5em 0;
	line-height: 150%;
	padding: 0;
	padding-left: 15px;
	list-style: none;
	}
#navSubDept li a {
	color: #777;
	}
#navSubDept li a:hover {
	color: #777;
	text-decoration: underline;
	}

/* ----- customer tool list ----- */

#navTools,
#navTools * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navTools {
	
	}
#navTools li:hover {
	position: relative;
	}
#navTools li a {
	display: block;
	font-size: 12px;


	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #FFFFFF !important;
	text-align: left;
	background-color: #425C84;
	border: 1px solid #2E3E47;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	}
#navTools li a:hover {
	color: #FFFFFF !important;
	background-color: #595959;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
#navTools li a.selected {
	font-weight: normal;
	color: #FFFFFF !important;
	text-transform: inherit;
	}

/* ----- nav static menu items ----- */

.navStatic,
.navStatic li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.navStatic {
	margin-bottom: 1em;
	}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background-color: #E1E6EA;
	color:#555;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
background-color: #C2D3D8;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:200px;
	margin-left:10px;
	margin-top:20px;
	margin-right: 10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:690px;
	margin-left:10px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#275f81;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#275f81;
	font-size:180%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- 
#footer{
	background:#ccc;
	padding:10px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
}
#header_inner{
	margin: 0px;
	background-color: #E2E3E7;
	padding: 5px;
}*/
#footer_inner{
	margin: 0px;
	padding: 5px;
}
/* ----- footer2 area ----- */
#footer2{

	background-repeat: repeat-x;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;


}
#footer2 p{margin:0;}
#footer2 ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer2 li{display:inline;margin-right:.5em;}
#footer2 a:link{
	color:#D8E0E2;
	text-decoration:none;
}
#footer2 a:visited{
	color:#D8E0E2;
	text-decoration:none;
}
#footer2 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer2 #credits{
	float:right;
	margin-top:-1.5em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(/graphics/plain/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	background:#f1f1f1;
	border:1px solid #e1e1e1;
	color:#777;
}
.products li:hover{
	background:#f5f5f5;
	border:1px solid #e5e5e5;
}
.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	background:none;
}
.products li h3 a{color:#555;}
.products li h3 a:hover{color:#275f81;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .table{
	color: #0033CC;
	background-color: #000033;
}
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:270px;
}
#product .price{
	color:#13689d;
	font-size:120%;
	margin: 0px;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
.products .desperate {
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.desperate {
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
li {
	color: #666666;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}
/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	border:1px solid #fff;
	padding:2px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
	margin-bottom: 0px;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#296fa4;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */
.price2 {
	font-size: 10px;
	margin: 0px;
}
#extra{
	color: #EBEDF1;
	margin-top: 6px;
	height: 15px;
	padding-top: 0px;
	padding-bottom: px;
}
#logos_base {
	height: 40px;
	width: 750px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#navDept,
.header {
	padding: 0px;
}
.pic {
	margin-bottom: 6px;
	border: 1px solid #000000;
}

