
ul.links {
    margin:0;
}

.hidden {
    display:none;
    visibility:hidden;
}

ul.secondary-links a:hover {
    cursor:pointer;
}


#searchForm {
    margin:0 0 0 5em;
}
#searchForm * {
    display:inline-block;
    vertical-align:middle;
}
#searchForm option {
    display:block;
}
#searchForm span {
    color:white;
    font-weight:bold;
}
#searchForm a {
    width:40px;
    background: transparent url("../images/RedButtonSmall.png") no-repeat scroll 50% 0.5pt;
}

#welcome .store {
    font-size:x-large;
}
#welcome .client {
    font-size:large;
}
#welcome p {
    margin:0.5em 0;
}

#login fieldset legend span {
    width:100%;
}

.detailElement {
    background:transparent none;
    color: #004890;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    line-height: 130%;
    padding:0;
    height: 70px;
    width: 200px;
    position:relative;
}

.detailElement strong {
    font-size:130%;
}

#storeDetailElement {
    margin-left: 330px;
}

#contactDetailElement {
    float:right;
}

#contactDetailElement .content {
    height:auto;
    position:absolute;
    bottom:0;
}

#header-region {
    padding:10px;
}
#headerlogo {
    margin: 0;
}



#header {
    padding: 0;
    border:none transparent;
    background: transparent none;
}

#header ul.primary-links, #header ul.primary-links li{
    border:0 none transparent;
    background: transparent none;
    margin:0;
    padding:0;
}

#header ul.primary-links li a, #header ul.primary-links li a:link,#header ul.primary-links li a:hover {
    float:none;
    padding:6px 0 0 0;
}

#wrapper #container .ui-tabs-panel {
    border:0 none transparent;
    background: transparent none;
}

/*------------------------------------------*/
/*  Current Order Summary  Container Element*/
/*------------------------------------------*/
#summaryCart {
    float:right;
    width: 200px;
    height: 20px;
}

#header #summaryCart a {
    background: transparent url( '../images/CartSummary.gif' ) no-repeat 50% 0;
    height: 20px;
	margin: 0;
	padding: 10px 0 0;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
    text-align:center;
    color:black;
    width: 200px;
}

#summaryCart a.active, #summaryCart a:hover,   {
    background: transparent url( '../images/CartSummary.gif' ) no-repeat 50% 0;
    width: 200px;
}




/*------------------------------------------*/
/*  Current Order Detail  Container Element */
/*------------------------------------------*/
.cluetip-popupCartDetail {
    background: rgb( 255, 227, 82 ) none;

    z-index:4;
	margin: 10px;
	padding: 	10px;

	overflow: auto;
	text-align:		left;
	text-transform: capitalize;
	border: 3px inset red;
}

.cluetip-popupCartDetail h3{
    margin:0;
    font-family: serif;
    color: black;
    font-weight: bold;
}
.cluetip-popupCartDetail tr{
    font-family: sans-serif;
    color: red;
    font-size:12;
    background-image: url('../images/testyellow.gif');
}

.cluetip-popupCartDetail td{
    padding: 1px 4px;
}

.cluetip-popupCartDetail th{
    font-family: serif;
    font-size:14;
    color: black;
    font-weight: bold;
    border-bottom:black solid thin;
    border-top:black solid thin;
}

.cluetip-popupCartDetail table{
    width:100%;
    border-collapse:collapse;
    
}

.cluetip-popupCartDetail .total{
    font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
    color:black;
}

.cluetip-popupCartDetail .separator td {
    border-bottom:black solid thin;
}


/*------------------------------------------*/
/*   Side Menu                              */
/*------------------------------------------*/

#wrapper #container .sidebar {
    margin: 0 0 5em;
}

.sidebar menu {
	border: 0;
	border-collapse: collapse;
	font: bold 11px  arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-transform:none;
	width: 170px;
    float:left;
}


#products .sidebar h2:hover {
    color: #00287B;
    cursor:pointer;
}


.sidebar .menu li a:hover {
    background-image: url('../images/vmenu4.jpg');
    color: #00287B;
    cursor: pointer;
}

.sidebar .menu li  .menu li a:hover {
    font-weight:bold;
}


.sidebar li.collapsed ul.menu {
    display:none;
    visibility:hidden;
}
.sidebar ul.menu li ul.menu li {
    font-size:90%;
}


/*------------------------------------------*/
/*   Catalogue list                         */
/*------------------------------------------*/


#catalogueNode {
    visibility:hidden;
    position:absolute;
    left:-10000px;
}

/*------------------------------------------*/
/*    Crumb Trail of Catalogue              */
/*------------------------------------------*/
#catalogueBreadcrumb {
	padding: 0px;
	text-align: left;
	font-family:"Arial Narrow" ;
	font-size:16pt;
	color: #00287B;
    font-size:8pt;
}
#catalogueBreadcrumb td:hover {
	color: #00287B;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
#catalogueBreadcrumb td {
	color: black;
}


/*------------------------------------------*/
/*    Heading Product List                  */
/*------------------------------------------*/
#productHeader {
    width:100%;
    text-align: left;
    font-family: "Arial Narrow";
    font-size:16pt;
    font-weight: 600;
    color: #00287B;
}
#productTitle{
    width:100%;
    font-size:16pt;
    font-weight: 600;
}
#productTax {
    float:right;
}

#productChildren {      .
    width:100%;
    font-size:12px;
    font-weight:normal;
    border:  #e6eaf2 solid 10px;
}
#productChildren ul {
    width:30%;
    float:left;
    margin: 0.5em;
}
#productChildren ul li {
    margin: 0.1em;
    list-style:url("../images/arrowdot.gif") inside none;
    background:none;
}
#productChildren ul li a {
    color:#1A418C;
    cursor:pointer;
}

#productChildren.empty .clear-block {
    height:0px;
}
#productChildren.empty {
    border:  #e6eaf2 solid 5px;
    height:0;
}


.help p {
    margin:0.5em 0;
}

/*------------------------------------------*/
/*    Product List                  */
/*------------------------------------------*/

#productsBox
{
	padding: 0px;
	text-align: left;
	font-family: Arial,sans-serif;
	font-size:16pt;
	font-weight: 600;
	color: black;
    position:relative;
}

#product-list-pagination span {
    margin: 0 0.1em;
    color:#00287B;
}
#product-list-pagination a, #product-list-pagination a:visited  {
    color:#00287B;
    font-size:90%;
}

#product-list-pagination .product-list-pagination-selected a, #product-list-pagination .product-list-pagination-selected  a:visited  {
    color:#ff0404;
    font-weight:bolder;
    text-decoration:underline;
    font-size:110%;
}

.oneProduct {
	position: relative;
	width: 100%;
    margin: 0.5em 0 1.5em;
}
.oneProduct .productThumbnail {
    float:left;
	width: 120px;
    height:60px;
}
.oneProduct .productThumbnail img {
    height:60px;   
}
.oneProduct .productDescription {
    margin:0 0 0 120px;
	text-align: left;
	font-size:14px;
	font-weight: 600;
	color: rgb(132,150,189);
    min-height:30px;
}

.oneProduct .productAttributes {
    margin:0 0 0 120px;
    border: 3px solid #FFF3B5;
    height:30px;
}
#center .oneProduct form {
    margin-bottom:0;
}

.oneProduct .volumePricing-true {
    background-image:url("../images/volprice.gif");
    width:15px;
    height:15px;
    float:right;
}
.oneProduct .volumePricing-false{
    position:absolute;
    left:-10000px;
}
.oneProduct .volumePriceDetails-false{
    position:absolute;
    left:-10000px;
}
.oneProduct .volumePriceDetails-true span{
    display:block;
}

.oneProduct .imageVolPrice{
}

.oneProduct .price{
	text-align: right;
	font-family: sans-serif;
	font-size: 20px;
	color: black;
    float:right;
    width:150px;
}
.oneProduct .code {
	text-align: left;
    vertical-align:top;
	font-size:12px;
    float:left;
}
.oneProduct .imageFav{
	cursor: pointer;
    float:right;
    width:25px;
    height:25px;
    background: transparent url('../images/AddFav.png');
}
.favourites .oneProduct .imageFav{
    background: transparent url('../images/DelFav.png');
}


.oneProduct .addToOrder{
    float:right;
    margin:2px 2px 0 20px;
}
.oneProduct .quantity{
	text-align: left;
	font-size:12px;
    float:right;
}
.oneProduct .productSpecification{
    position: absolute;
    left: -10000px;
}

.productSpecification{
    position: relative;
    font-family: sans-serif;
    font-size: 12px;
    text-align: left;
    color: black;
}


.productSpecification h2{
    background-color: rgb(148,170,206);
    padding: 0px 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: white;
    margin: 0 0 0 220px;
}
.productSpecification img {
    float: left;
    border: 5px solid rgb( 231, 235, 247 );
    padding: 5px;
    background:white;
}


.productSpecification div {
    font-weight: bold;
    margin: 0 0 0 220px;
}

.productSpecification .specificationBody {
    margin: 0 0 0 220px;
    display:block;
    overflow:hidden;
}
.productSpecification .specificationBody p{
    margin: 0;    
}

.productSpecification .documents{
    margin: 0 0 0 220px;
}

#addAllProducts {
    position:relative;
}

#addAllProducts .button {
    position:absolute;
    right:0;
}

#productsBox input.button, #productsBox input[type='submit'] {
    width:auto;
    cursor: pointer;
}

/*------------------------------------------*/
/*   Cart Details                           */
/*------------------------------------------*/



.cartHeader {
    width:100%;
    margin: 0 0 40px 0;
}

.cartAddress {
    float:left;
    text-align: left;
    font-family: "Arial",serif;
    font-size:10px;
    font-weight: normal;
    color: #00287B;
    margin: 0 30px 0 0;
    min-width:180px;
}
.cartHeader h3{
	font: bold 11px arial;
	margin: 0 1px 0 0;
	padding: 2px 0px 2px 10px;
	background: #5970B2;
	color: #FFF;
	text-align: left;
    position:relative;
    display:block;
}
.cartAddress h3 select{
	font: bold 11px arial;
	margin: 0;
	padding: 0;
    border:0;
	background: transparent;
    color:#5970B2;
    text-align:right;
    position:absolute;
    right:0;
}

.cartAddress .styleSelect{
	font: bold 11px arial;
	margin: 0;
	padding: 0;
    border:0;
	background: #5970B2;
    color:white;
    text-align:right;
    position:absolute;
    right:0;
}

.cartAddress .styledSelect ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.cartAddress .styledSelect ul li {
	margin: 0;
	padding: 1px 3px;
	display: block;
    background: #5970B2 none;
    text-align:right;
}

.cartAddress .styledSelect.open ul li.selected {
    font-weight:bold;
    font-style:oblique;
}
.cartAddress .styledSelect.open ul li:hover {
    background: #8fa1c7 none;
    color:#5970b2;
}


.cartCustomerRef {
    float:right;
}

.cartAddress .details span {
    display:block;
}

.cartAddress .details .state, .cartAddress .details .postcode {
    display:inline;
    padding-right:1em;
}

.cartAddress .details .phone,.cartAddress .details .email,.cartAddress .details .type {
    display:none;
}

.cartDetail th {
    color: red;
	padding: 0px;
	text-align: left;
	font-family: "Arial Narrow",serif;
	font-size:12px;
    border-bottom:black solid thin;
    border-top:black solid thin;
}

.cartDetail .line td{
    font-family: "Arial", sans-serif;
    font-size:10px;
    background-image: url('../images/testyellow.gif');
    height:100%;
    padding: 1px 4px;
}
.cartDetail   td.price{
    font-size:12px;
    text-align:right;
    padding:0 10px 0 0;
}

.cartDetail   input{
    width:2em;
}
.cartDetail input.button, .cartDetail a.button{
    width:auto;
}
.cartDetail  .comment input{
    visibility:hidden;
}

.cartDetail  tr.comment{
    border-top:0;
}

.cartDetail  img {
    cursor:pointer;
}



.cartDetail  {
    width:100%;
    border-collapse:collapse;
    font-weight:600
}

.cartDetail  .total{
    font-family: "Arial", sans-serif;
    font-size:x-small;
	font-weight: bold;
    color:red;
}

.cartDetail  .separator td {
    border-bottom:black solid thin;
}
.updateCart {
    color:#00287B;
    font-family:"Arial Narrow",sans-serif;
    font-size:12px;
    font-weight:600;
    text-align:left;
}
.updateCart .button {
    float:right;
}
.updateCart .header {
    margin:0 0 0 100px;
}


.updateCart label {
    margin: 0 10px;
}

.updateCart label.add {
    float:left;
    display:block;
    min-width:80px;
}
.updateCart input.add {
    min-width:400px;
}

.updateCart input.quantity {
    width:4em;
}

.buttons input {
    float:right;
    margin: 0.5em 0.5em;
}


/*------------------------------------------*/
/*  My Account                              */
/*------------------------------------------*/

.account{
    display:none;
    font-family: "Arial Narrow";
    font-size:16px;
    font-weight: normal;
    color: #00287B;
}

fieldset {
	color: #666666;
	background-color: #efefef;
	border: solid 1px #d3d3d3;
    margin:0.2em 0;
    padding:0.5em;
}

fieldset legend{
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
    white-space:normal;
}

fieldset form {
    margin:0;
    padding:0;
}
fieldset legend span.legend {
    display:block;
}

fieldset .field label {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	display: block;
	margin: 0 10px 0 0;
    width:5em;
	float: left;
	cursor: pointer;
}
.fieldSetAccount .field label {
    width: 10em;
}

fieldset .field label.error {
    color:red;
    float:none;
    padding-left:0.5em;
    vertical-align:top;
    margin: 0 0 0 10em;
    width:100%;
}

fieldset input {
	color: #00287B;
    display:block;
    margin: 0.5em 0;
}
fieldset input.button {
    cursor:pointer;
    background-color:#666;
    border: 0 none;
    font-family:"Arial Narrow";
    font-size:16px;
    text-transform:uppercase;
    height:28px;
    text-align:center;
    vertical-align:middle;
    color:black;
    padding: 2px;
    margin: 0 0.5em;
    display:inline;
    float:none;
}

fieldset p {
    clear:both;
}

#addressBook ul{
    margin: 0 0 0 20px;
}

ul.selection li{
    width:100%;
    list-style:none;
    background:transparent none;
    padding:0;
}
ul.selection li:hover{
    background: #6B86b5;
    cursor:pointer;
    padding:2px 0;
}

.invoices {
    width:100%;
    clear:both;
}

.invoices thead tr {
    background: url('../images/Shade1.png');
}

.invoices th{
    color:white;
    text-align:center;
    font-size:16px;
    font-family:"Arial Narrow";
}

.invoices tbody tr {
    font-family:"Verdana";
    font-size:10px;
    color:black;
}

.invoices tbody tr:hover, .invoices tbody tr:hover td {
    background-image: url('../images/gridBackground.jpg') !important;
    background-color: transparent !important;
}



.invoices td, .invoices th{
    padding:2px 20px;
}

.invoices .price {
    text-align:right;
}

#documentReference {
    font-family:"Arial", serif;
    font-size:10px;
    float:right;
    color:#00287B

}

input.standardOrder {
    display:none;
}
input.authoriseOrder {
    display:none;
}

/*------------------------------------------*/
/*  Clearing                                */
/*------------------------------------------*/


/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


h2 {
    margin:0 0 0.5em;
}


/*-------------------------------------*/
/*        About page                   */
/*-------------------------------------*/

.about {
  margin-left:50px;
  margin-right:50px;
  text-align:left
}

.about h2 {
  color: #FFFFFF;
  font-family:Arial, sans-serif;
  font-weight: 700;
  background-color: #94AACE;
}

.about li {
  font-weight:bold;
  margin: 1.5em 0;
}

/*-------------------------------------*/
/*        Help page                   */
/*-------------------------------------*/

.sitehelp {
  font-family:Arial, sans-serif;
}

.sitehelp h1 {
  font-family:Arial, sans-serif;
  font-size:350%;
  color:#ff0000;
  text-align:center;
  font-weight:bold;
}

.sitehelp h2 {
  font-family:Arial, sans-serif;
  font-size:250%;
  color:#0000ff;
  font-weight:bold;
}

.sitehelp h3 {
  font-family:Arial, sans-serif;
  color:#0000ff;
}

