﻿@charset "utf-8";
/* CSS Document */
button::-moz-focus-inner {
        padding: 0;
        border: 0;
      }
      button {
        -webkit-appearance: none;
        -webkit-box-sizing: content-box;
        -webkit-box-align: start;
        -webkit-border-fit: lines;
        -webkit-margin-collapse: discard;
      }

/* Bookshop Prototype */

/* @Default Sizes */
body {
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	margin:0;
	padding: 0;
	-webkit-text-size-adjust: none;
	text-align: center;
	min-width: 600px;
}

/* @Typography */
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px
}
#page-body {
	width:75%;
	margin: 0 auto;
	background-color:#FFF;
	padding:5px;
}

#head-container,
#body-container,
#basket-bar,
.notification {
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 1.5em; /* 12px x 1.5 = 18px */
	background:#FFFFFF;
}

a {
	text-align:left;
    text-decoration: none;
}

h1 {
    font-size: 1.85em;
    line-height: 1.2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.35em;
    line-height: 1.25em;
}
h3 {
    font-size: 1.1em;
    line-height: 1.25em;
}
h4,
h5,
h6 {
    font-size: 1em;
}

input.button {
    margin: 5px 0 5px 10px;
}
a img {
    border: 0px;
    vertical-align: middle;
	width : auto;
	height: auto;
}

.quarter {
	text-align:left;
}

.nav-home.no-children li a {
	text-align:left;
}

.selected a {
	text-align:left;
}
.notselected a {
	text-align:left;
}


.footerLinks p {
	text-align:left;
}
/*
ul {
	margin: 0;
	padding: 0 0 0 20px;
}
*/
#page-wrapper {
	text-align: left;
	margin: 0 auto;
}

.header {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#bookshop {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	-webkit-text-size-adjust: none;
	min-width: 600px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color:#FFF;

}
#bookshop h1 {
    font-size: 1.85em;
    line-height: 1.2em;
    margin: 0.67em 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
#bookshop h2 {
    font-size: 1.35em;
    line-height: 1.25em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bookshop h3 {
    font-size: 1.1em;
    line-height: 1.25em;
}
#bookshop h4,
#bookshop h5,
#bookshop h6 {
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#bookshop input.button {
    margin: 5px 0 5px 10px;
}
#bookshop a img {
    border: 0px;
    vertical-align: middle;
}

#bookshop table {
    width:100%;
    padding:0 0 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center
    overflow-x: auto; /* to handle legacy content */
}

#bookshop tr {
    width:100%;
	max-height: 15px;
}

#bookshop p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin: 6px 0px 6px 0px;
}
#bookshop th {
    font-weight:100;
    background:#FFF;
    border-right:0px;
    padding-left:1em;
    padding-right:1em;
    padding-top:1em;
    padding-bottom:1em
	
}

#bookshop td {
    background:#FFF;
    padding:1em 1em 1em 1em;
}

#bookshop textarea {
	margin-left: 0px;
}

/** #bookshop tr:nth-child(odd) td {
    background:#FFF;
	max-height: 15px;
}
**/


#head-container {
	text-align: left;
	padding-bottom:10px;
 
}

#body-container {
	text-align: left;
	clear: both;
}

#footer {
	text-align: right;
	clear: both;
	padding-top:10px;
}

.clear {
	clear: both;
}

/* @Header */
#header {
    clear: both;
    position: relative;
    background: #fff;
	margin:0;
}
	#header h1 {
		float: left;
		display: block;
		padding: 0;
		margin: 0;
		max-height:100%;
		max-width:100%;
		height:auto;
		width: auto; /* ie8 */
	}
	#header h1 a img,
	#header a img {
		display: block;
		outline: none;
		float:right;
		max-height:100%;
		max-width:100%;
		height:auto;
		width: auto; /* ie8 */
		vertical-align:middle;
		-ms-interpolation-mode: bicubic;
		margin-bottom:10px;
	}

#nextpage {
	width:200px;
	height:100px;
	vertical-align:middle;
}
	
/* @Global Navigation */
#head-menu-top {
    clear: both;
    position: relative;
    background-color: #00adef;
    color: #FFF;
    border: thin #FFF solid;
}
	#head-menu-top ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: relative;

	}
	#head-menu-top ul li {
		float: left;
		display: inline;
		border-top:none !important;
		border-bottom:none !important;
		border-left:none !important;
		border-right:thin;
		border-color:#FFF;
		border-style:solid;
		height:40px;
		vertical-align:middle !important;
	}
	#head-menu-top ul li a {
	display: block;
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	padding:5px 10px;
	text-decoration: none;
	letter-spacing:.02em;
	vertical-align:middle !important;
	text-align:center !important;
	}
        #head-menu-top ul li a:hover {
            text-decoration: none;
            background-color: #1A75bb;
        }

/* @Head Menu Bottom */
#head-menu-bot {
	clear: both;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	border-bottom:thin solid #000;
}
	#head-menu-bot ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		font-size: 1em;
		float: right;
		display: inline;
		overflow: hidden;
           border-right: 1px solid #fff;
	}
	#head-menu-bot ul li {
		float: left;
		display: inline;
	}
	#head-menu-bot ul li a {
		display: block;
		color: #FFF;
		padding: 5px 10px;
		border-left: 1px solid #FFF;
		text-decoration: none;
	}
        #head-menu-bot ul li a:hover {
            text-decoration: none;
            background-color: #1A75bb;
        }


/*---------------------*/
/* Category Navigation */
/*---------------------*/

#catnav { 
	font-size:12px;
	width:180px;
	position:relative; 
}

#catnav ul { 
	margin:0px;
	padding:0px; 
}
#catnav li { 
	list-style: none; 
}

    #catnav ul.top-level {
        background: #00adef;
    }

#catnav ul.top-level li {
 border-bottom: #FFF solid;
 border-top: #FFF solid;
 border-width: 1px;
}

#catnav a {
 color:#FFF ;
 cursor: pointer;
 display:block;
 height:auto;
 line-height: auto;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
 padding-top:5px;
 padding-bottom:5px;
}

#catnav a:hover,
#catnav a:focus,
#catnav a:active{
 text-decoration:none;
 color:#FFF
 }

    #catnav li:hover,
    #catnav li:focus,
    #catnav li:active {
        background: #1A75bb;
        position: relative;
    }

#catnav ul.sub-level {
    display: none;
}

    #catnav li:hover .sub-level,
    #catnav li:focus .sub-level,
    #catnav li:active .sub-level {
        background: #00adef;
        border: #fff solid;
        border-width: 1px;
        display: block;
        position: absolute;
        left: 25px;
        top: 5px;
    }

#catnav ul.sub-level li {
    float:left;
    width:185px;
}

/*Seconda Level*/
#catnav .sub-level {
    background: #999;
}
 
/*Third Level*/
#catnav .sub-level .sub-level {
    background: #09C;
}

/*RESET STYLES*/
#catnav li:hover .sub-level .sub-level,
#catnav li:focus .sub-level .sub-level,
#catnav li:active .sub-level .sub-level {
    display:none;
}

    #catnav .sub-level li:hover .sub-level,
    #catnav .sub-level li:focus .sub-level,
    #catnav .sub-level li:active .sub-level {
        display: block;
        background: #00adef;
    }

/*Fourth Level*/
    #catnav .sub-level .sub-level .sub-level {
        background: #00adef;
    }

/*RESET STYLES*/
#catnav li:hover .sub-level .sub-level .sub-level,
#catnav li:focus .sub-level .sub-level .sub-level,
#catnav li:active .sub-level .sub-level .sub-level {
    display:none;
}


#catnav .sub-level .sub-level li:hover .sub-level,
#catnav .sub-level .sub-level li:focus .sub-level,
#catnav .sub-level .sub-level li:active .sub-level {
    display:block;
}


/*---------------------*/
/*    Stock On Hand    */
/*---------------------*/


#styletable.sortable {
	width:350px;
	float:none;
	padding-bottom:20px;
}
#styletable.sohrow {
    display: table-row;
	line-height:150%;
	width:350px;
	float:none;
	
}

#styletable.sohhead {
	float:none;
	width:100px;
	text-align:center;
	text-decoration:underline;
	display: table-cell;
    vertical-align: top;
}
#styletable.sohcell {
	float:none;
	width:100px;
	text-align:center;
	display: table-cell;
    vertical-align: top;
}

/*---------------------*/
/* Printable Content   */
/*---------------------*/

#printable .printable{
	display:none
}

@media print {
    #printable .printables {
		display: block;
	}

}

/*-----------------*/
/* Click Out Menus */
/*-----------------*/
.clcontainer {
  font-family: sans-serif;
  margin: 0px;
  width: 100%;
}

/* cl.a {
  color: #444444;
  text-decoration: none;
}
*/
.clopen_controls, .clcontrols {
  background-color: #ccc;
  border-radius: 3px;
  padding: 5px 7px;
  position: relative;
  color: #444444;
  text-decoration: none;
}

.clopen_controls {
  z-index: 1;
}

.clcontrols {
  border-top: 1px solid #444;
  display: none;
  margin-top: 4px;
  z-index: 2;
}

.clcontrols a {
  display: block;
  margin-top: 5px;
  color: #444444;
  text-decoration: none;
}

/* @Breadcrumb */
#body-breadcrumbs {
    padding: 0.5em 0;
}

#footer {
	border-top: 1px solid #333;
	padding-top: 10px;
    margin-top: 10px;
    font-size: .625em;
}

.connect {
	padding-left:10px;
	padding-right:10px;
}


/* @Main index*/
#body-nav {
	width: 100%;
    overflow: hidden;
    line-height: 1.4em;
}
    /* @Columns */
    .col {
        float: left;
        position: relative;
        display: inline;
        width: 174px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .col div.subsite-description {
        padding: 3px;
        min-height: 468px;
    }
    .one,
    .two,
    .three,
    .four {
        margin-right: 15px;
    }
    .col a.subsite {
        color: white;
        background: transparent;
        font-size: 1.3em;
        padding: 130px 0px 20px 0px;
        margin: 3px;
        height: 18px;
        display: block;
        text-decoration: none;
        font-weight: bold;
    }
    .bookshop a.subsite:hover {
        color: lightgreen;
    }
    .merchandise a.subsite:hover {
        color: yellow;
    }
    .medical a.subsite:hover {
        color: pink;
    }
    .stationery a.subsite:hover {
        color: plum;
    }
    .print a.subsite:hover {
        color: tan;
    }
    .bookshop {
        border: 3px solid darkgreen;
        background: url(../img/portal-bookshop.png) top left no-repeat;
    }
    .merchandise {
        border: 3px solid gold;
        background: url(../img/portal-merchandise.png) top left no-repeat;
    }
    .medical {
        border: 3px solid firebrick;
        background: url(../img/portal-medical.png) top left no-repeat;
    }
    .stationery {
        border: 3px solid indigo;
        background: url(../img/portal-stationery.png) top left no-repeat;
    }
    .print {
        border: 3px solid maroon;
        background: url(../img/portal-print.png) top left no-repeat;
    }
    .col ul li {
        line-height: 1.4em;
    }

.content-wrapper {
	width: 660px;
	margin-right: 30px;
	float: left;
	display: inline;
	zoom: 1;
	position: relative;
}

#sidebar {
	width:225px;
	float: left;
	display: inline;
	text-align:left;
	background-color:#fff;
	margin-right:10px;
	position:relative;
}

#sidebar h2 {
        color: #FFF;
        font-size: 1.4em;
        padding: 5px;
        margin: 0px;
        clear: both;
		border-bottom: dashed 1px #FFF;
    }

#accbar {
	width: 20%;
	float: left;
	display: inline;
	text-align:left
}

.highlight {
    padding: 5px;
    margin: 0 0 15px 0;
}

#request-form {
    max-width: 400px;
}
#request-form label {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}
#request-form input[type="text"] {
    display: block;
    width: 99%;
}
#request-form textarea {
    display: inline block;
    margin-bottom: 5px;
    width: 99%;
	margin-left: 0px;
}

	#sidebar ul {
		margin: 0;
		padding: 0;
	}

	#sidebar li {
		list-style-type: none;
	}

    #sidebar .catalog,
    #sidebar .catalog ul
    {
        padding: 0 0 0 20px;
    }

    #sidebar .catalog li.active ul {
        display: block;
    }
    #sidebar .catalog li {
        list-style-type: disc !important;
    }
    #sidebar .catalog ul li {
        list-style-type: circle !important;
    }
    #sidebar .catalog a {
        color: black;
        text-decoration: none;
    }
    #sidebar .catalog a:hover {
        text-decoration: underline;
    }
    #sidebar .catalog li.active > a {
        font-weight:bold
    }
#content2 {
	max-width:75%;
	display: inline-block;
	float:left;
	text-align:left;
	margin-left:-2000px;
	position:relative;
	left:2000px;
	padding-bottom:10px;
	background:#FFF;
}
#content2 td{
    	padding-bottom:1px;
    	padding-left:2px;
    	padding-right:2px;
    	padding-top:0px;
	Vertical-align: top;
	Margin: 0;
}
#results {
	display:table;
	width:auto;
	float:left;
	padding:0;
}
#results-row {
	display:table-row;
}

#results-cell {
	display:table-cell;
	width:250px;
	height:180px;
	float:left;
	border: 1px solid;
	border-color:#CCCCCC;
	padding: 5px 5px 10px 5px;
}

#results-cell td {
		vertical-align: top;
		font-size:12px;
		font:Verdana, Geneva, sans-serif;
}



#details {
    width: 90%;
}

#body-nav br {
    clear: both;
}

/* Item table - used for search results & shopping cart */
    table#items {
        border-collapse: collapse;
        width: 680px;
        max-width: 680px;
        clear: left;
    }
    table#items td, #search-results th {
        padding: 5px;
        font-size: 1.2em;
    }
    table#items td.price {
        font-family: "courier";
        text-align: right;
    }
    table#items td.subject {
        background: lightgrey;
    }
    table#items th {
        background: darkblue;
        color: white;
    }
    table#items tr.results-line-alt {
        background: lightyellow;
    }
    input.qty {
        width: 20px;
    }

/* Dropdown Table */

table.dropdown tbody {
	display: none;
}

table.dropdown:hover tbody {
	display: table-row-group;
}

/* Search How-to */
    div#search-howto ul {
        max-width: 500px;
    }

/* Note/Information boxes */
div.note {
    background: #1A75bb;
    border: 1px solid #00adef;
    padding: 0 1em;
    margin: 1em 0;
    color:#FFF;
    }
div.note a {
    color:#fff;
    text-decoration: underline;
}

	
    div.instruct {
        background:#ECFFFF;
        border: 1px solid #66F;
        padding: 0 1em;
        margin: 1em 0;
    }
	
	    div.conf {
        background:#ECFFFF;
        border: 1px solid gold;
        padding: 0 1em;
        margin: 1em 0;
		width: 40%
    }

    div.error {
        font-size: 160%;
        background: #FCC;
        border: 1px solid crimson;
        float: left;
        padding: 5px;
        margin: 5px 0px;
    }

/* Contact details - step just before secure payment gateway */
    form#contact-details div label {
        width: 100px;
        text-align: right;
        display: block;
        float: left;
    }
    form#contact-details div input, form#contact-details div textarea {
        width: 250px;
        margin-left: 5px;
    }
    form#contact-details div {
        margin: 3px;
        width: 460px;
    }

/* Order details - similar to contact details but shown after payment */

    fieldset#order-details {
        margin-bottom: 20px;
    }
    fieldset#order-details table th {
        font-weight: normal;
        text-align: right;
    }

/* Start search box */
#head-menu-bot form {
    float: right;
}

#head-menu-bot form p {
  display: inline;
  float: right;
  width: auto;
  text-indent: 0;
}

#head-menu-bot form,{
  	vertical-align: middle;
	display:inline;
  	width: 500px;
	text-align: left;
	margin: 0 auto;
 	font-size:12px;
	-webkit-text-size-adjust: none;
}
#head-menu-bot ol,
#head-menu-bot div {
 	display: inline;
 	font-size:12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px 0 5px 0;

}

#head-menu-bot label.search2 {
	line-height:28px;
  vertical-align: middle;
  display:inline;
/*  	width: 980px;*/
	text-align: left;
	margin: 0 auto;
	padding: 5px 0 5px 0;
 	font-size:12px;
	-webkit-text-size-adjust: none;
	min-width: 50px;

}

#head-menu-bot input {
  vertical-align: middle;
  display:inline-block;
	text-align: left;
	margin: auto;
	padding: 5px 0 5px 0;
	-webkit-text-size-adjust: none;
	min-width: 10px;
	max-width:150px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size:12px;
	text-align: left;
	max-height:20px;
}

#head-menu-bot select {
  vertical-align: middle;
  display:inline-block;
	margin: 0 auto;
	padding: 0;
	-webkit-text-size-adjust: none;
	min-width: 10px;
	max-width:100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size:12px;
	text-align: left;
}

#head-menu-bot option {
  vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size:12px;
	text-align: left;
  vertical-align: middle;

}

#head-menu-bot input[type=submit] {
  border: 1px solid #fff;
  background: #004185;
  color: #fff;
  font-weight: bold;
}

#head-menu-bot p, #head-menu-bot p {
  float: left;
  text-align: left;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 0px; /* used to make it work in safari */
}
/* end search box */

div.note input {
    font-size: 80%;
}

div#content2 div.items {
    width: 330px;
    float: left;
    padding: 1px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 10px;
}
    div.items h2 {
        font-size: 160%;
        margin: 8px 0px 5px 0px;
        text-transform: uppercase;
        color: white;
        padding: 0px 8px;
    }
    div.items div.item {
        float: left;
        width: 330px;
        margin-bottom: 15px;
        min-height: 102px;
    }
        div.item a.thumb {
            float: left;
            width: 96px;
            height: 96px;
            margin: 3px;
            text-align: center;
            vertical-align: center;
        }
        div.item input.cart {
            float: left;
            margin: 3px 10px;
        }
        div.item div.description {
            float: right;
            width: 224px;
            padding: 2px;
            min-height: 98px;
        }
            div.description a.title {
                display: block;
                font-size: 120%;
                font-weight: bolder;
                margin: 10px 0px;
                padding: 0px;
                text-decoration: none;
                color: black;
            }
            div.description a:hover {
                text-decoration: underline;
            }
div#content2 div.left {
    margin-right: 15px;
}
div#content2 div.special {
    background: darkred;
}
    div.special div.item {
        background: #FFF0F0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC0C0), color-stop(30%, #FFF0F0), to(#FFF0F0));
        background-image: -moz-linear-gradient(center top, #FFC0C0 0px, #FFF0F0 35px);
    }

div#content2 div.newrelease {
    background: darkgreen;
}
    div.newrelease div.item {
        background: #F0FFF0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#C0EEC0), color-stop(30%, #F0FFF0), to(#F0FFF0));
        background-image: -moz-linear-gradient(center top, #C0EEC0 0px, #F0FFF0 35px);
    }
div#content2 div.favourite {
    background: darkblue;
}
    div.favourite div.item {
        background: #F0F0FF;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#C0C0FF), color-stop(30%, #F0F0FF), to(#F0F0FF));
        background-image: -moz-linear-gradient(center top, #C0C0FF 0px, #F0F0FF 35px);
    }

.strike {
    text-decoration: line-through;
}

/* news/advert box */
#news-container {
	overflow: hidden;
	height: 250px;
	width: 680px;
	position: relative;
}
	.news {
        position: relative;
	}
	.news-content {
		width: 300px;
		height: 250px;
		background-color: #777;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		color: white;
	}
	.news-content:after {
		content:"";
		display:block; /* reduce the damage in FF3.0 */
		position:absolute;
		top:115px;
		left: -15px;
		width:0;
		height:0;
		border-width: 15px 15px 15px 0;
		border-style: solid;
		border-color: transparent #777;
	}
    .news-content a {
        color: white;
    }

	.news-content h1 {
		font-size: 1.4em;
		margin: 0;
	}

	#news-pager {
		position: absolute;
		bottom: 10px;
		left: 10px;
        z-index: 1;
	}
		.news-page {
			font-size: 1.2em;
			background-color: #fff;
			margin-right: 5px;
			border: 1px solid #000;
			padding: 2px 6px;
			float: left;
			cursor: pointer;
		}

		.news-page:hover, .news-page-selected {
			background-color: #339;
			color: #fff;
		}
/* end news/advert box  */

.content-box,
.content-box-with-tab-bar {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #a0a0a0;
	-mox-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efefef), color-stop(0.9, #fff) );
	background:-moz-linear-gradient( center top, #efefef 5%, #fff 90% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
}
	.content-box h2,
    .content-box-with-tab-bar h2 {
		margin: 0 0 5px 0;
		padding-bottom: 5px;
		border-bottom: 1px dashed #a0a0a0;
	}

    .content-box-with-tab-bar-container {
        margin-top: 15px;
    }
    .content-box-with-tab-bar-container .tab-bar {
        padding: 2px;
        list-style: none;
        clear: left;
        position: relative;
        margin-bottom: 1px;
    }
    .content-box-with-tab-bar-container .tab-bar li {
        cursor: pointer;
        display: inline;
        background-color: #a0a0a0;
        border: 1px solid #a0a0a0;
        border-bottom: 0;
        padding: 5px 10px;
        margin-left: 5px;
        position: relative;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .content-box-with-tab-bar-container .tab-bar li.selected {
        font-weight: bold;
        background-color: #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
    }
    .content-box-with-tab-bar-container .tab-bar a {
        color: #000;
        text-decoration: none;
    }
    .content-box-with-tab-bar {
        margin-top: 0;
        display: none;
    }
    .content-box-with-tab-bar.selected {
        display: block;
    }


.product-table {
	width: 658px;
}
	.product-table td {
		width: 154px;
		padding-right: 10px;
		padding-bottom: 5px;
		vertical-align: top;
	}
	.product-table td.thumbs {
		vertical-align: bottom;
	}
	.product-table h3 {
		margin: 0;
	}
	.product-table p {
		margin: 0;
	}
	.product-table .price {
		color: #339;
		font-weight: bold;
	}

.addall,
.fancy-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #aeaee1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aeaee1;
	box-shadow:inset 0px 1px 0px 0px #aeaee1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004185), color-stop(1, #0080b0) );
	background:-moz-linear-gradient( center top, #004185 5%, #0080b0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5fc4', endColorstr='#333399');
	background-color:#004185;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #333399;
	display:inline-block;
	color:#ffffff;
	font-size:0.7em;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
}


.addall:hover,
.fancy-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0080b0), color-stop(1, #004185) );
	background:-moz-linear-gradient( center top, #0080b0 5%, #004185 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333399', endColorstr='#5f5fc4');
	background-color:#0080b0;
}

.addall:active,
.fancy-button:active {
	position:relative;
	top:1px;
}



#basket-bar {
	background: #000;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
	#basket-container {
		margin: 0 auto;
		text-align: left;
		width: 960px;
        position: relative;
	}
	#basket {
		float: left;
		border: 1px solid #a0a0a0;
		background-color: #fff;
		height: 22px;
		padding: 0 20px;
        margin: 3px 5px 0 240px;
		font-weight: bold;
		line-height: 22px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	}
	#basket.opened {
		position: fixed;
		bottom: 3px;
		width: 400px;
		height: inherit;
        height: auto;
		padding: 10px;
		cursor: default;
        margin-bottom: 0;
		float: none;
		line-height: inherit;
		font-weight: normal;
		-moz-box-shadow: 0 0 5px #333;
		-webkit-box-shadow: 0 0 5px #333;
		box-shadow: 0 0 5px #333;
	}
	#basket.opened #basket-summary {
		display:none;
	}
	#basket.opened #basket-details {
		display:block;
	}
	#basket-details {
		display:none;
	}
    #basket-product-container {
        overflow: auto;
        max-height: 400px;
        margin-bottom: 5px;
    }
	#basket-product {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#basket-product td {
		padding: 10px 10px 10px 0;
		border-bottom: 1px dashed #a0a0a0;
		vertical-align: top;
	}
	#basket-product td.thumb {
		width: 50px;
	}
    #close-basket {
        color: #000;
        text-decoration: none;
    }
    #basket-checkout {
        color: white;
        font-size: 1.4em;
        font-weight: bold;
        text-decoration: none;
        line-height: 30px;
    }
    #basket-checkout.opened {
        display: none;
    }
#filler {
	height: 35px;
	visibility: hidden;
}

#notification-container {
    bottom: 30px;
    left: 160px;
    position: fixed;
    text-align: left;
}

.notification {
	padding: 10px;
	color:#fff;
	background:#339;
	background:rgba(51,51,153,0.9);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
    margin-bottom: 10px;
    position: relative;
    display: none;
    max-width: 300px;
}

.notification:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-10px;
	left:15px;
	width:0;
	border-width:10px 10px 0;
	border-style:solid;
	border-color:#339 transparent;
	border-color:rgba(51,51,153,0.9) transparent;
}

.item-image {
	padding: 3px;
	border: 1px solid #aaa;
	background-color: #fff;
}

.strikethrough {
    text-decoration: line-through;
}

.sub-navigation {
    background-color: #EAEAF5;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2em;
    padding: 1.5em 10px;
}
.sub-navigation ul {
    border-top: 1px dashed #AEAEE1;
}
.sub-navigation li {
    border-bottom: 1px dashed #AEAEE1;
}
.sub-navigation li.active a {
    font-weight: bold;
}
.sub-navigation a {
    color: #333399;
    display: block;
    padding: 7px 1em;
    text-decoration: none;
}
.sub-navigation a:hover {
    background-color: #333399;
    color: #FFFFFF;
}
.sub-navigation a:before {
    content: "► ";
}

/* Admin CSS */
ul.errors {
    color: red;
}

table.list {
    width: 100%;
    margin: 0;
    padding: 0;
}

     table.list th {
        margin: 0;
        padding: 5px;
        font-weight: bold;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ccc;
    }
     table.list td {
        margin: 0;
        padding: 5px;
        border-bottom: 1px dashed #ccc;
        vertical-align: top;
    }

.pagination-control {
    margin: 1em 0;
}
.pagination-control .previous,
.pagination-control .next,
.pagination-control .numbers {
    border: 1px solid #A0A0A0;
    padding: 2px 5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    text-align: center;
}

.pagination-control .selected {
    background-color: #339;
    color: white;
}
.pagination-control .disabled {
    color: #A0A0A0;
}
.pagination-control a {
    text-decoration: none;
    color: #000;
}
.pagination-control a:hover {
    background-color: #efefef;
}

.sorter-top {
    float: right;
    margin-bottom: 0.5em;
}
.sorter-bottom {
    float: right;
    margin-top: 0.5em;
}

.details {
    margin-left: 10px;
}
dl.details dt {
    float: left;
    font-weight: bold;
    margin: 0 5px 0 0;
}

dl.details dd {
    margin: 0;
    width: 200px;
}

.rrp {
    font-weight: normal;
    color: #000;
}

.discount-price {
    color: #f00;
}

table.cart-list {
    width: 100%;
}
table.cart-list th {
    padding: 5px 10px;
    background-color: #EFEFEF;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.cart-list td {
    padding: 5px 10px;
    border-bottom: 1px dashed #ccc;
}
table.cart-list tr.odd td {
    background-color: #F8F8F8;
}
table.cart-list tr.shipping td {
    border-bottom: none;
}
table.cart-list tr.grand-total td {
    padding: 5px 10px;
    background-color: #EFEFEF;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.checkout-progress {
    margin: 1em 0 1.5em 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.checkout-progress div,
.checkout-progress h1
{
    text-align: center;
    width: 165px;
    height: 26px;
    line-height: 24px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1.1em;
    position: relative;
    background-color: #efefef;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.checkout-progress div:before,
.checkout-progress h1:before
{
    content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:0px;
	right: -13px;
	width:0;
	height:0;
	border-width: 13px 0px 13px 13px;
	border-style: solid;
	border-color: transparent #efefef;
    z-index: 1;
}
.checkout-progress div.selected {
    background-color: #a0a0a0;
    font-weight: bold;
}
.checkout-progress div.selected:before {
    border-color: transparent #a0a0a0;
}
.checkout-progress h1 {
    background-color: #339;
    font-weight: bold;
    color: #fff;
}
.checkout-progress h1:before {
    border-color: transparent #339;
}

#checkout-detail-form th {
    text-align: right;
    vertical-align: top;
    padding: 3px 5px 0 3px;
    font-weight: normal;
}
#checkout-detail-form td {
    padding: 3px 0;
}
#checkout-detail-form input[type='text'] {
    width: 250px;
}

#kodak { margin-left: -3px; margin-top: 5px }

.mailing-list {
    max-width: 400px;
}

.mailing-list label {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.mailing-list input[type='text'] {
    width: 99%;
}

.mailing-list .radio label {
    display: inline-block;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.mailing-list input[type='submit'] {
    margin-top: 1em;
}

.hp-book { display: none; }

/***************/
/*   CAPTCHA   */
/***************/

#CaptchaDiv {
	font-size:3em;
	text-align:center;
	font-family: 'Permanent Marker', cursive;
	color: #666;
	background-image: URL("/imgs/bg5.jpg");
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

  .capbox {
	background-color: #000;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 20px 8px 20px;
	}

.capbox-inner {
	font-weight: bold;
	color: #000000;
	background-color: #FFF;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}


#CaptchaInput {
	margin: 1px 0px 1px 0px;
	width: 98% !important;
	text-align:center;
	}
