﻿/* tag styles */
body {
	background-color: #E4E4E4;
	font-family:arial;
	font-size:12px;
	margin:0;
	overflow: -moz-scrollbars-vertical; 
}
input {
	font-size:13px;
}
p {
	margin-top:0px;
}
h2 {
	margin-top:0px;
	font-size:16px;
	font-weight:bold;
	color:#40605B;
}
h3 { 
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#40605B;
}
h3 a {
	text-decoration:none;
	color:#5A9484;
}
h3 a:hover {
	text-decoration:underline;
}
/* misc styles */
.h1x {
	color: #40605B;
	font-weight: bold;
	font-size: 14px;
}
.search {
	background-color:yellow;
}
.clearer {
	height:0px;
	font-size:0px;
	margin:0; padding:0;
	clear:both;
}
.dots { 
	height:10px;border-top:1px dashed #cccccc
}
.login_txt {
	width:130px;
	margin-bottom:2px;
}
/* pod styles */
.pod-header {
	background-image: url(/files/bookshop/gfx/boxTop.gif);
	background-repeat: no-repeat;
	height:33px;
	width:200px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:33px;
	background-color:#5E9487;
	text-overflow:ellipsis;
	overflow: hidden;

}
.pod-content-wrapper {
	background-color:#F7F7F7;
	margin-bottom:10px;
	background-image:url(/files/bookshop/gfx/boxbot.gif);
	background-position:bottom;
	background-repeat:no-repeat
}
.pod-content {
	padding:5px;
}
.pod-content ul {
	margin:0px;
	margin-left:20px;
	list-style-image:url(/files/bookshop/gfx/arrow.gif);
	list-style-type:square;
	padding:0;
	font-size:12px;
}
.pod-content ul li {
	padding:1px;
	margin:0
}
.pod-content ul li a {
	color:#426A5E;
	text-decoration:none
}
.pod-content ul li a:hover {
	text-decoration:underline
}
.pod-content ol {
	margin:0;
	margin-left:19px;
	padding:0
}
.pod-content ol li {
	margin: 0;
	margin-bottom:5px;
	padding: 0;
	font-size:11px;
}
.pod-content ol li a {
	text-decoration:none;
	color:#000000
}
.pod-content ol li a:hover {
	text-decoration:underline
}
.pod-content label {
	float:left;
	display: block;
	font-size:11px;
	width:55px;
}
/* container styles */
#container-wrapper {
	text-align:center;
	margin:0
}

#container {
	text-align:left;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff
}
/* header styles */
#header-wrapper {
	width:100%;
	background-image: url(/files/bookshop/gfx/foreFrontTKS.gif);
	background-repeat: no-repeat;
	height:165px;
}
#header {
	z-index:98;
	padding-top:90px;
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:10px;
}

#header li {
	margin:0;
	padding:0;
	font-size:11px;
	width:79px;
	height:31px;
	float: left;
	text-align:center;
}

#header a {
	text-decoration:none;
	color:#333333;
	padding-top:5px;
	display:block;
	height:31px;
	background-image: url(/files/bookshop/gfx/unseltab.png);
}
#header a:hover {
	background-image: url(/files/bookshop/gfx/seltab.png);
}

* html #header li {
	height:36px;
}

* html #header a {
	height:36px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/bookshop/gfx/unseltab.png', sizingMethod='crop'); 
	background-image: none;
}
* html #header a:hover {
	height:36px;
	color: #39635A;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/bookshop/gfx/seltab.png', sizingMethod='crop'); 
	background-image: none;
}

#Sitelink a {
	background-image:none;
}

#Sitelink a:hover {
	background-image:none;
}

* html #Sitelink a {
	background-image:none;
	filter:none;
}

* html #Sitelink a:hover {
	background-image:none;
	filter:none;	
}


#menu-current a {
	color: #39635A;
	font-weight: bold;
	background-image: url(/files/bookshop/gfx/seltab.png);
}
* html #menu-current a {
	height:36px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/bookshop/gfx/seltab.png', sizingMethod='crop'); 
	background-image: none;
}

#menu-basket a {
	color: #33688f;
	font-weight: bold;
	width:108px;
	background-image: url(/files/bookshop/gfx/basket_tab.png);
}
#menu-basket a:hover {
	color: #000000;
	background-image: url(/files/bookshop/gfx/basket_tab.png);
}
* html #menu-basket a {
	height:36px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/bookshop/gfx/basket_tab.png', sizingMethod='crop'); 
	background-image: none;
}
* html #menu-basket a:hover {
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/bookshop/gfx/basket_tab.png', sizingMethod='crop'); 
	background-image: none;
}
#header-bar {
	z-index:99;
	margin-top:4px;
	height:30px;
	background-image: url(/files/bookshop/gfx/gradBar.gif);
	background-repeat:repeat-x;
	padding-top:7px;
	padding-left:6px;
	color:#ffffff;
}

#header-bar a{
	color:#ffffff;
	text-decoration:none;
}
#header-bar a:hover{
	color:#ffffff;
	text-decoration:underline;
}

* html #header-bar {
	margin-top:-4px;
}
#body {
	margin:0; padding:0;
}

.panel-wrapper {
	padding-left:10px;
	padding-right:10px;
}

#panel-left {
	width:220px;
	float:left;
}

#main {
	width:560px;
	float:left;
}

#main h1 {
	margin-top:0px;
	font-size:18px;
	font-weight:bold;
	color:#40605B;
}
#main a {
	color:#5A9484;
}
#main label {
	float:left;
	display: block;
	width:80px;
}
#main input {
	margin-bottom:2px;
}
#main select {
	margin-bottom:2px;
}
#section-banner {
	background-color:#5A9285;height:115px;background-repeat:no-repeat;
	background-position:170px 0;color:#ffffff;
}

#checkout table {
	font-size:12px
}
.checkout-header {
	color:#ffffff;
	background-color:#5A9484
}
.checkout-item td {
	border-bottom:1px dashed #cccccc
}
#mini-basket table {
	font-size:12px
}
#mini-basket .checkout-header {
	background-color:#cccccc;
	color:#000000
}
#mini-basket a {
	text-decoration:none;
	color:#000000
}
#panel-right {
	width:220px;
	float:left;
}

#footer {
	height:110px;
	background-color:#40605C
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footer-wrapper {
	color:#ffffff;
	padding:10px;
	background-color:#40605C
}



<!-- SiteMap -->
.dir {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.dir ul {
	list-style-type:none;
}

.dir a {
	font-family:arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.dir a:hover {
	text-decoration:underline;
}

a.dirLink {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#FE6104;
}