/* CSS Document */

@import url(type.css);
@import url(cmsconsole.css);
@import url(forms.css);
@import url(controlbar.css);

/* Normalise margins, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalise font size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* Remove list style from lists */
ol, ul { list-style: none; }

/* Normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var 
{ font-style: normal; font-weight: normal; }

/* Removes spacing around tables */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img { border: 0; }

/* Left align text in caption and th */
caption, th { text-align: left; }

/* Remove quote marks from quotations */
q:before, q:after { content:''; }

/* Layout */

#debugger {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	border: #000066 solid 1px;
	margin: 5px;
	background-color: #111111;
	z-index: 250;
}

#content b,
#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

html { 
	text-align: center; 
}

body {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-color: #1a3067;
}

#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 2em 0;
/*	background-image: url(/assets/images/design/liquorice.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
*/	text-align: left;
}

#ecube {
	position: absolute;
	right: 100px;
	z-index: 100;
}

#basket, #newsletter, #search, #account, #messages {
	display: none;
	visibility: hidden;
	padding-left: 28px;
}

#newsletter, #account {
	position: absolute;
	right: 100px;
	top: 45px;
	z-index: 100;
	border: 1px solid #666666;
	background-color: #111111;
	width: 400px;
	height: 50px;
}

#newsletter {
	background-image: url(../../images/icons/email.png);
	background-repeat: no-repeat;
	background-position: 6px 3px;
}

#search {
	position: absolute;
	right: 100px;
	top: 45px;
	z-index: 100;
	border: 1px solid #666666;
	background-color: #111111;
	width: 400px;
	height: 26px;
	background-image: url(/assets/images/icons/magnifier.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#basket {
	position: absolute;
	left: 200px;
	top: 25px;
	z-index: 100;
	border: 1px solid #666666;
	background-color: #111111;
	width: 400px;
	height: 66px;
	padding: 6px;
}

#messages {
	position: absolute;
	right: 100px;
	top: 45px;
	z-index: 100;
	border: 1px solid #666666;
	background-color: #111111;
	width: 600px;
	height: 25px;
	padding-top: 7px;
}

.success {
	background-image: url(/assets/images/icons/accept.png);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

.failure {
	background-image: url(/assets/images/icons/exclamation.png);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

#branding {
	width: 900px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

#branding img {
	padding-left: 10px;
}

.divider {
	border-bottom: 1px solid #d59f0f;
	width: 900px;
	margin: 2em 0;
}

.clear {
	clear: both;
}

#newsbar {
	width: 900px;
	padding: 10px 0;
	text-align: center;
	margin: 0;
}

#content_main {
	width: 930px;
	margin: 0;
	clear: both;
	position: relative;
	text-align: left;
}

#navigation {
	width: 930px;
	height: 47px;
	text-align: left;
	margin: 10px auto;
	float: left;
	background-image: url(../images/bg-menu-bar.png);
	background-repeat: no-repeat;
}

#contenttop {
	width: 930px;
	height: 19px;
	text-align: left;
	float: left;
	background-image: url(../images/bg-main-top.png);
	background-repeat: no-repeat;
}

#content {
	width: 890px !important;
	width: 930px;
	text-align: left;
	float: left;
	background-image: url(../images/bg-main-mid.png);
	background-repeat: repeat-y;
	padding: 0 20px 20px 20px;
}

#contentend {
	width: 930px;
	height: 19px;
	text-align: left;
	float: left;
	background-image: url(../images/bg-main-end.png);
	background-repeat: no-repeat;
}

#credits {
	width: 930px;
	margin: 10px 0;
	text-align: right;
	padding-bottom: 1em;
}

#cmscontrols {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	z-index: 200;
	text-align: center;
}

.edit_control {
	position: relative;
}

.edit_control .above {
	top: -20px ;
	left: 0 ;
	position: absolute;
}

.edit_control .inside {
	top: 0 ;
	left: 0 ;
	padding: 2px;
	position: absolute;
}

.edit_control .below {
	bottom: 20px ;
	left: 0 ;
	position: absolute;
}

.edit_control .right {
	right: 0 ;
	left: 0 ;
	position: absolute;
}

#messagebox {
	border: 1px dotted #999999;
	background: #F3F3F3;
	padding: 10px;
}

table#page_structure td {
	border-bottom: 1px dotted #CCCCCC;
}

table#page_structure .col0 {
}

table#page_structure .col1 {
}

table#page_structure .col2 {
}

table#training td,
table#training th {
	padding: 4px;
}

table#training td {
	border-bottom: 1px dotted #CCCCCC;
}

table#training th {
	background-color: #BD2B33;
	color: #FFFFFF;
}

table#directory td,
table#directory th {
	padding: 4px;
}

table#directory td {
	border-bottom: 1px dotted #CCCCCC;
}

table#directory th {
	background-color: #BD2B33;
	color: #FFFFFF;
}

table#directory img {
	padding: 2px 0 2px 0;
}

table.pricing {
	margin: 0 auto;
}

table.pricing td {
	padding: 4px;
	margin: 0;
}

table.pricing tr {
	padding: 0;
	margin: 0;
}

#content ul.catalogue {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	clear: both;
	text-align: center;
}

#content ul.catalogue li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 170px !important;
	width: 190px;
	text-align: center;
	padding: 0 10px 0 10px;
}

#content ul.products {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	clear: both;
	text-align: center;
}

#content ul.products li {
	border: 1px solid #000000;
	float: left;
	margin: 0 6px 1em 0;
	width: 300px !important;
	width: 320px;
	text-align: center;
	padding: 10px;
}

#content ul.products li:hover {
	border: 1px solid #666666;
	background-color: #111111;
}

#content ul.designers {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	clear: both;
	text-align: center;
	position: relative;
}

#content ul.designers li {
	border: 1px solid #666666;
	float: left;
	margin: 0 6px 3em 0;
	width: 210px !important;
	width: 230px;
	text-align: center;
	padding: 5px 5px 10px 5px;
}

#content ul.designers li:hover {
	border: 1px solid #d59f0f;
	background-color: #111111;
}

table.checkout {
	border: 0;
}

table.checkout td,	
table.checkout th {	
	padding: 0.4em;
	vertical-align: middle;
}

.txtright {
	text-align: right;
}

.txtcenter {
	text-align: center;
}

.txtleft {
	text-align: left;
}

#switch {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	clip: rect(auto, auto, auto, auto);
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
	background-image: url(/assets/images/design/black-80pc.png);
	background-repeat: repeat;
/*	filter: alpha(opacity=95);
	opacity: .95; */
	z-index: 200;
}

#switchinner {
	width: 460px;
	margin: 40px auto 0 auto;
	background-color: #111111;
	border: 1px solid #d59f0f;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	padding: 20px;
}

#switchinner a {
	color: #FFFFFF;
}

#newaccount {
	float: left;
}

#oldaccount {
	float: right;
}

.lightboximages {
	display: none;
	visibility: hidden;
}

.detailpricing {
	font-size: 1em;
	padding: 0 6px 0 0;
	margin: 0;
	text-align: left;
}

.attributes {
	margin-left: 8px;
}

#photos {
	float: right;
	text-align: center;
	padding-left: 15px;
	background-color: #000000;
}

#imagestrip {
	text-align: center;
	width: inherit;
	padding: 3px;
	margin: 3px 0 0 0;
}

.productThumbnail {
	display: inline;
}

.relcats, .relprods, .tags {
	padding-top: 0.8em;
	border-top: 1px solid #2b2003;
}

#content a.nodots {
	border: none;
}

#content td, #content th {
	padding: 2px 10px 0 0;
}

#breadcrumbs {
	padding: 0 0 1em 0;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0.8em 0 ;
}

.catalogue img {
	border: 1px solid #FFFFFF;
}

#skipintro {
	text-align: center;
	margin: 0 auto;
	padding-top: 1em;
	clear: both;
}

.billing {
	float: left;
	width: 50%;
}

.delivery {
	float: right;
	width: 50%;
}

/* For wishlist */

table#wishmedo td.circle {
	text-align: center;
}
table#wishmedo td.nocircle {
	text-align: center;
}
table#wishmedo th, table#wishmedo td {
	padding: 3px;
	height: 35px;
}

.designer .designername  {
	width: 210px !important;
	width: 230px;
	position: relative;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 0.5em 0;
	text-align: center;
	background-color: #222222;
}

/* =======================================================================
// Control CSS for the tabbed navigation for different sections
// ======================================================================= */

.tabcontent {
	display:none;
}

#tabcontrol {
}

#horizontal_carousel {
	position: relative;
	float: right;
	width: 216px;
	height: 30px;
}

#horizontal_carousel .container {
	width: 150px;
	height: 30px;
	overflow: hidden;
	clip: rect(0, 150, 34, 0);
	float: left;
	padding-top: 4px;
	position: relative;
}

#horizontal_carousel .previous_button {
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(/assets/images/icons/control_rewind.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 100;
}

#horizontal_carousel .previous_button_over {
	background-image: url(/assets/images/icons/control_rewind_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#horizontal_carousel .previous_button_disabled {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

#horizontal_carousel .next_button {
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(/assets/images/icons/control_fastforward.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 100;
}

#horizontal_carousel .next_button_over {
	background-image: url(/assets/images/icons/control_fastforward_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#horizontal_carousel .next_button_disabled {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

#horizontal_carousel ul {
	position: relative;
	height: 30px;
	left: 0;
	top: 0;
	width: 10000px;
	margin: 0;
	padding: 0;
}

#horizontal_carousel ul li {
	float: left;
	width: 30px;
	display: block;
}

/* =======================================================================
// CSS for the notebook back issues
// ======================================================================= */

#pasteditions {
	width: inherit;
}

.year, #title {
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 0.5em 0;
	text-align: center;
	background-color: #222222;
}

.backissue {
	float: left;
	margin-right: 10px;
}

/* =======================================================================
// CSS for the price slider
// ======================================================================= */

#filter {
	clear: both;
	position: relative;
	width: inherit;
	text-align: center;
	padding: 5px;
}

#statusresult {
	position: relative;
	margin: 0 auto;
}

#track {
	background-image: url(/assets/images/design/track.png);
	background-position: center;
	background-repeat: repeat-x;
	height: 20px;
	width: 400px;
	position: relative;
	margin: 0 auto;
}

#handle1 {
	cursor: pointer;
	position: absolute;
}

#handle2 {
	cursor: pointer;
	position: absolute;
}

#handle1 > img, 
#handle2 > img {
	margin-top: 2px;
}

iframe.newsiframe {
	width: 90%;
}

/* ===================================================================
    CSS for invoice/order layout
   =================================================================== */

.titlerow {
    border-bottom: 1px solid #666666;
}

.totalrow {
    border-top: 1px solid #666666;
}

.innercolumn {
    border-right: 1px solid #666666;
}

/* ===================================================================
    CSS for site map editing
   =================================================================== */

.core, .coreleft, .coreright {
	background-color: #F6F6F6;
}

.coreleft {
	border-left: 1px dotted #CCCCCC;
}

.coreright, .langright {
	border-right: 1px dotted #CCCCCC;
}

#languages {
	float: right;
	position: relative;
	color: #FFFFFF;
}

#languages img {
	margin: 0;
	padding: 0;
}