/*
Light blue background		#DCEAEA
Blue page background		#6E6D72
Green nav bar background	#006665
Gold Section header color	#C7BC6C
							#4C9595
Gold text					#7B722F
*/
html, body {
	margin:0;
	padding:0;
	border: 0;
}
body {
	margin:0px;
	background-color:#8CAFA9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:normal;
	color:#6E6D72;
	text-align:center;
}
a {
	color:#006665;
	text-decoration:none;
}
a:hover {
	color:#6E6D72;
	text-decoration:underline;
}

input.btn {
	width:auto;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 6px 1px 6px;
	background-color:#497C7C;
	cursor:pointer !important;
}

#wrapper {
	margin:0 auto;
	width:780px;
	text-align:left;
}
#NavCol {
	float: left;
	width: 168px;
	position:relative;
}
#NavContent {
	width:160px; 
	padding-bottom:140px;   /*** To keep content from going underneath the footer ***/ 
	background-color:#006665;
	margin-left:4px;
	margin-top:0px;
	padding-top:0px;
}
#NavContent p {
	width:160px; 
	height:110px;
}
#MainCol {
	float:right;
	position:relative;
	width: 600px;
	background-color:#FFFFFF;
	margin-right:12px;
}
#Content {
	width: 780px;
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	margin:0 auto;
	background: #FFFFFF;
	background-image:url(images/contentbg_r.gif);
	background-repeat:repeat-y;
}
#ContentFooter {
	width:780px;
	height:10px;
	position:relative;
	overflow:hidden; /* This hides the excess padding in non-IE browsers */
	margin:0 auto;
	background-image:url(images/contentbg_b.gif);
	background-repeat:no-repeat;
}


#Header {
	width:780px;
	background-color:#FFFFFF;
	height:79px;
	background-image:url(images/contentbg_h.gif);
	background-repeat:repeat-y;
}
.Logo {
	margin-top:12px;
	margin-left:16px;
	float:left;
	display:inline;
}
.SearchBox {
	float:right;
	width:345px;
	height:70px;
	margin-top:4px;
	margin-right:12px;
	background-color:#FFFFFF;
	display:inline;
}
.SearchBoxTop {
	width:345px;
	height:52px;
	background-color:#CEE2E2;
	margin-left:1px;
	color:#6E6D72;
	font-size:80%;
	font-weight:bold;
}
.SearchBoxTop a {
	color:#6E6D72;
	text-decoration:none;
}
.SearchBoxTop a:hover {
	color:#6E6D72;
	text-decoration:underline;
}
.SearchLink {
	float:left;
	width:114px;
	height:17px;
	margin:2px 0 0 1px;
	color:#FFFFFF;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	padding-top:3px;
	display:inline;
}
.SearchBox .Home {
	background-color:#006867;
}
.SearchBox .Contact {
	background-color:#4C9594;
}
.SearchBox .About {
	background-color:#99C3C2;
}
.SearchLink a {
	color:#FFFFFF;
	text-decoration:none;
}
.SearchLink a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.SearchBoxTop form {
	margin:0px;
	padding:4px 0 0 10px;
}
.SearchBoxTop input.txt {
	width:200px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:0px;
	font-weight:normal;
}
.SearchBoxTop input.gobtn {
	width:auto;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 2px 0 2px;
	background-color:#497C7C;
	cursor:pointer !important;
}
#Footer {
	width: 780px;
	margin:4px 0 20px 0;
	text-align:center;
	font-size:80%;
	color:#FFFFFF;
}
#Footer p {
	padding:6px 0 0 0;
	margin:0px;
}
#Footer p a {
	color:#FFFFFF;
	text-decoration:none;
}
#Footer p a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.clear { clear: both; }
.clearall { clear: all; }
.bottom {
	position:relative;
}
.footerlogo {
	position: absolute; 
	top: -170px; 
	width: 160px; 
	height: 150px; 
	background: #006665;
	font-family:Arial, Helvetica, sans-serif;

	color:#FFFFFF;
	font-weight:normal;
}
/* \*/
* html .footerlogo {
	top: -169px; 
	t\op: -170px; 
}
/* */
.footerlink {
	position: absolute; 
	top: -38px; 
	width: 160px; 
	height: 20px; 
	background: #006665; 
	text-align:right;
	padding:5px 4px 0 0; 
	font-weight:bold;
	color:#FFFFFF;
	font-size:120%;
}
.footerlink a {
	color:#FFFFFF;
	text-decoration:none;
}
.footerlink a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* \*/
* html .footerlink {
	top: -37px; 
	t\op: -38px; 
}
/* */
.flogo-left {left:4px;}
.flogo-right {right:10px;}

p {
	margin:0 0 10px 0;
	padding:0;
}
/* MAIN NAV BAR */
#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#52988C;
}
.buttontext {
	padding-left:20px;
}
#nav a {
	display:block;
	color:#FFFFFF;
	width:140px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	margin-top:1px;
	margin-bottom:0px;
	background-color:#006665;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #003E3E;
	font-size:90%;
}
#nav a:hover {
	color: #FFFFFF;
	background-color:#006665;
}
#nav a.arrow {
	background-image:url(images/button_up.gif);
	background-repeat:no-repeat;
	background-color:#006665;
}
#nav a.arrow:hover, #nav a.arrow:focus {
	background-image:url(images/button_over.gif);
	background-repeat:no-repeat;
	background-color:#368686;
}
#nav a.arrow:active {
	background-image:url(images/button_down.gif);
	background-repeat:no-repeat;
	background-color:#006665;
}
/* END MAIN NAV BAR */

/* SUB NAV BAR */

#subnav {
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#52988C;
}
.subbuttontext {
	padding-left:30px;
}
#subnav a {
	display:block;
	color:#FFFFFF;
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	margin-top:1px;
	margin-bottom:0px;
	background-color:#006665;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #003E3E;
	font-size:90%;
}
#subnav a:hover {
	color: #FFFFFF;
	background-color:#006665;
}
#subnav a.arrow {
	background-image:url(images/sub_button_up.gif);
	background-repeat:no-repeat;
	background-color:#006665;
}
#subnav a.arrow:hover, #subnav a.arrow:focus {
	background-image:url(images/sub_button_over.gif);
	background-repeat:no-repeat;
	background-color:#368686;
}
#subnav a.arrow:active {
	background-image:url(images/sub_button_down.gif);
	background-repeat:no-repeat;
	background-color:#006665;
}
/* END MAIN NAV BAR */

/* HEADERS AND TEXT STYLES */
h1 {
	padding:4px 0 4px 4px;
	background-color:#4C9595;
	margin:0px;
	font-size:110%;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:solid 4px #FFFFFF;
}
h2 {
	font-size:110%;
	color:#006867;
	padding:0 0 6px 0;
	margin:0px;
}
h2 a {
	color:#006867;
	text-decoration:none;
}
h2 a:hover {
	color:#006867;
	text-decoration:underline;
}
.clear {
	clear:both;
}
h3 {
	color:#6E6D72;
	font-size:100%;
	font-weight:bold;
	padding:6px 0 6px 0;
	margin:0px;
}
h3 a {
	color:#6E6D72;
	text-decoration:none;
}
h3 a:hover {
	color:#6E6D72;
	text-decoration:underline;
}
/* END HEADERS AND TEXT STYLES */


/* HOME PAGE BODY SECTION LAYOUT  */
#MainTop_OLD {
	width:600px;
	display:block;
	background-image:url(images/maintopbg.gif);
	background-repeat:repeat-y;
}
#MainTop {
	width:600px;
	display:block;
}
#MainCol .image {
	width:600px;
	height:100px;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	position:relative;
	background-color:#FFFFFF;
}
div.home {
	background-image:url(images/topimage1.jpg);
	background-repeat:no-repeat;
}
div.listcategory {
	background-image:url(images/topbg1.jpg);
	background-repeat:no-repeat;
}
div.productdisplay {
	background-image:url(images/topbg2.jpg);
	background-repeat:no-repeat;
}
div.MPScollection {
	background-image:url(images/topbg_mps_new.gif);
	background-repeat:no-repeat;
}
div.BSHGcollection {
	background-image:url(images/topbg_BSHG.gif);
	background-repeat:no-repeat;
}
div.MDDUSGcollection {
	background-image:url(images/topbg_MDDUS.gif);
	background-repeat:no-repeat;
}
div.basket {
	background-image:url(images/topbg3.jpg);
	background-repeat:no-repeat;
}
div.general {
	background-image:url(images/topbg4.jpg);
	background-repeat:no-repeat;
}
div.register {
	background-image:url(images/topbg5.jpg);
	background-repeat:no-repeat;
}
div.search {
	background-image:url(images/topbg6.jpg);
	background-repeat:no-repeat;
}
.image p {
	padding-top:32px;
	padding-left:5px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:normal;
	color:#FFFFFF;
	margin:0px;
}

.MainLeft_OLD {
	float:left;
	position:relative;
	width:465px;
}
.MainLeft {
	float:left;
	position:relative;
	width:596px;
}
.MainRight {
	float:left;
	position:relative;
	width:131px;
	margin:0 0 0 4px;
}
.ProductList {
	width:465px;
	margin:5px 0 0 0;
	border-bottom:1px solid #C6C6C6;
}
.ProductListText {
	width:365px;
	float:left;
	padding:0px;
}
.ProductListText p {
	margin:0px;
	padding:0 0 5px 0;
}
.ProductListFooter {
	width:365px;
	padding:0;
	margin:0;
}
.ProductListFooter p.Price {
	font-weight:bold;
	/*color:#7B722F;*/
	color:#497C7C;
	float:left;
	padding:0 0 5px 0px;
	margin:0px;
}
.ProductListFooter p.MoreDetails {
	width:190px;
	float:right;
	text-align:right;
	/*color:#7B722F;*/
	color:#497C7C;
	font-weight:bold;
	padding:0 0 5px 0px;
	margin:0px;
}
.ProductListFooter p.MoreDetails a {
	/*color:#7B722F;*/
	color:#497C7C;
	text-decoration:none;
}
.ProductListFooter p.MoreDetails a:hover {
	color:#006665;
	text-decoration:none;
}
.Thumbnail {
	float:left;
	position:relative;
	width:100px;
	height:120px;
	display:block;
	overflow:hidden;
	padding:;
	margin:0px;
	text-align:center;
}
.homelinkspacer {
	width:600px;
	height:24px;
}
/* QUICK ACCESS NAV */
#quicknav {
	margin:0;
	padding:0;
	list-style-type:none;
}
.quicklinktext {
	padding-left:4px;
}
#quicknav a {
	display:block;
	color:#535455;
	width:127px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	margin-bottom:0px;
	background-color:#DCEAEA;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #FFFFFF;
	font-size:90%;
}
#quicknav a:hover {
	color: #006867;
}
/* END QUICK ACCESS*/
#MainBottom {
	width:600px;
	height:auto;
}
#Offers {
	width:600px;
	background-color:#FFFFFF;
	margin-top:8px;
	display:block;
	height:auto;
}
#LatestBooks_PREV {
	width:600px;
	background-color:#FFFFFF;
	margin-top:8px;
	display:block;
	height:auto;
	background-image:url(images/latestbookbg.gif);
	background-repeat:repeat-y;
}
.OffersDetail {
	width:143px;
	position:relative;
	float:left;
	margin:0px 5px 0 0;
	padding:0px;
}
.OffersDetail p {
	margin:0px;
	padding:0px;
}
#Offers p.ImageHolder {
	width:143px;
	height:120px;
	display:block;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.OffersDetail p.OffersDetails {
	width:143px;
	/*color:#7B722F;*/
	color:#497C7C;
	font-weight:bold;
	padding:0 0 5px 0px;
	margin:0px;
	overflow:hidden;
}
.OffersDetail p.OffersDetails a {
	/*color:#7B722F;*/
	color:#497C7C;
	text-decoration:none;
}
.OffersDetail p.OffersDetails a:hover {
	color:#006665;
	text-decoration:none;
}

/*  END HOME PAGE BODY SECTION LAYOUT  */



/*  PRODUCT CATEGORY PAGE BODY SECTION LAYOUT  */
#ProductContainer {
	float:left;
	position:relative;
	width: 600px;
}
.CategoryList {
	width:600px;
	margin:0px;
	border-top:1px solid #C6C6C6;
	background-image:url(images/categorylistbg.gif);
	background-repeat:repeat-y;
}
.CategoryListLast {
	width:600px;
	margin:0px;
	border-top:1px solid #C6C6C6;
	border-bottom:1px solid #C6C6C6;
	background-image:url(images/categorylistbg.gif);
	background-repeat:repeat-y;
}
.CategoryThumbnail {
	float:left;
	position:relative;
	width:100px;
	height:120px;
	display:block;
	overflow:hidden;
	padding:;
	margin:6px 0 6px 0;
	text-align:center;
}
.CategoryLeft {
	float:left;
	position:relative;
	width:250px;
	padding-top:5px;
}
.CategoryRight {
	float:left;
	position:relative;
	width:247px;
	padding-left: 2px;
}
.CategoryLeft p {
	margin:0px;
	padding:0 0 5px 0;
}
.CategoryLeft p.Price {
	font-weight:bold;
	/*color:#7B722F;*/
	color:#497C7C;
	float:left;
	padding:0 0 5px 0px;
	margin:3px 0 0 0;
}
.CategoryLeft p.BuyNow {
	width:auto;
	float:right;
	padding:0 0 5px 0px;
	margin:0 6px 0 0;
}
.BuyNow input.buybtn {
	width:auto;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 2px 0 2px;
	background-color:#497C7C;
	cursor:pointer !important;
}
.Headline {
	font-weight:bold;
	/*color:#7B722F;*/
	color:#497C7C;
	/*float:left;*/
	margin:0 0 6px 0;
	padding:0px;
}
.CategoryRight p {
	margin:0px;
	padding:3px 5px 5px 5px;
}
.CategoryRight p.MoreDetails {
	font-weight:bold;
	/*color:#7B722F;*/
	color:#497C7C;
	float:left;
	padding:0 0 5px 5px;
	margin:0px;
}
.CategoryRight p.MoreDetails a {
	/*color:#7B722F;*/
	color:#497C7C;
	text-decoration:none;
}
.CategoryRight p.MoreDetails a:hover {
	color:#006665;
	text-decoration:none;
}
/*  END PRODUCT LIST PAGE BODY SECTION LAYOUT  */


/*  START PRODUCT DETAIL PAGE BODY SECTION LAYOUT  */
.DisplayLeft {
	float:left;
	position:relative;
	width:150px;
}
.DisplayLeft form {
	padding:0px;
	margin:0px;
}
.DisplayRight {
	float:left;
	position:relative;
	width:444px;
	margin:0 0 0 4px;
/*	background-image:url(images/displayright_bg.gif);
	background-repeat:repeat-y;	*/
}

.DisplayRightContent1 {
	padding: 4px;
}
.DisplayRightContent2 {
	background-color:#DCEAEA;
	padding: 4px;
}
.RelatedTitle {
	padding:0 0 0 14px;
	margin:0px;
}
.DisplayRightCol1 {
	float:left;
	position:relative;
	width:220px;
	border-top:1px solid #C6C6C6;
}
.DisplayRightCol2 {
	float:left;
	position:relative;
	width:226px;
	margin:0;
	border-top:1px solid #C6C6C6;
}
.DisplayRightCol1 p {
	margin:0px;
	padding:3px 5px 5px 5px;
}
.DisplayRightCol2 p {
	margin:0px;
	padding:3px 5px 5px 5px;
}
.DisplayHeader {
	font-size:110%;
	font-weight:bold;
	color:#006867;
}
.DisplayHeader a {
	color:#006867;
	text-decoration:none;
}
.DisplayHeader a:hover {
	color:#006867;
	text-decoration:underline;
}
.DisplayHeaderSmall {
	font-size:100%;
	font-weight:bold;
	color:#006867;
}
.DisplayLeft input.buybtn {
	width:150px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 6px 1px 6px;
	background-color:#497C7C;
	cursor:pointer !important;
}

.bigbtn {
	width:150px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 6px 1px 6px;
	background-color:#497C7C;
	cursor:pointer !important;
}

/*  END PRODUCT DETAIL PAGE BODY SECTION LAYOUT  */

/*  ALL THE OTHER PAGES BODY SECTION LAYOUT  */

/*  SEARCH PAGE */
.MainContent {
	margin:10px 10px 6px 10px;
}
.SearchTitle {
	padding:4px 0 4px 0;
	margin:0px;
	font-size:110%;
	font-weight:bold;
	color:#006867;
	border-bottom:solid 1px #006867;
}
.SearchPod {
	background-color:#CEE2E2;
	display:block;
	width:580px;
	height:auto;
}
.SearchPod input.txt {
	width:160px;
	margin:4px 0px 4px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:0px;
}
.SearchPod select.menu {
	width:120px;
	margin:4px 0px 4px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:0px;
}
.SearchPod input.btn {
	width:120px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#497C7C;
	cursor:pointer !important;
}
.SearchTextColumn {
	width:190px;
	float:left;
	padding-top:4px;
	margin-left:10px;
	display:inline;
}
.SearchButtonColumn {
	width:140px;
	float:left;
	padding-top:4px;
	margin-left:10px;
	margin-bottom:8px;
	display:inline;
}
.SearchColumnWide {
	width:390px;
	float:left;
	padding-top:4px;
	margin-left:12px;
	display:inline;
}
form {
	margin:10px 0 0 10px;
	padding:0px;
}
/*  REGISTER PAGE */
.formentry {
	margin:0;
}
.formentry fieldsetxx {
	padding:0;
	margin:0;
	border:0;
}
.formentry input.txtsml {
	width:40px;
	margin: 0px 0px 0px 0px;
	font-size:100%;
}
.formentry input.txtsml_required {
	width:40px;
	margin: 0px 0px 0px 0px;
	font-size:100%;
	background-color:#CEE2E2;
}
.formentry input.txtmed {
	width: 100px;
	margin: 0px 0px 0px 0px;
	font-size:100%;
}
.formentry input.txtmed_required {
	width: 100px;
	margin: 0px 0px 0px 0px;
	font-size:100%;
	background-color:#CEE2E2;
}
.formentry input.txtlge, #registration textarea.txt {
	width: 160px;
	margin: 0px 0px 0px 0px;
	font-size:100%;
}
.formentry input.txtlge_required, #registration textarea.txt_required {
	width: 160px;
	margin: 0px 0px 0px 0px;
	font-size:100%;
	background-color:#CEE2E2;
}
.formentry .formrow {
	margin:10px 0 0 10px;
}
.formentry label {
	display: block;
	float: left;
	width: 140px;
	padding:3px 0 0 0;
	margin: 0px 0px 0px 0px;
	text-align:left;
}
.formentry label.required {
	color:#FF0000;
}
.formentry input.btn {
	width:auto;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 10px 1px 10px;
	background-color:#497C7C;
	cursor:pointer !important;
}


/*  BASKET PAGE */
.Basket {
	width:580px;
	padding:0px;
	margin:0px;
}
.Basket form {
	padding:0px;
	margin:0px;
}
.basketheader {
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    padding:4px;
    font-weight: bold;
    background-color: #70AAAA;
	color:#FFFFFF;
}
.basketrow {
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    padding:1px 4px 1px 4px;
    font-weight: normal;
    background-color: #CEE2E2;
    min-height: 16px;
}
.basketfooter {
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    padding:4px;
    font-weight:bolder;
    background-color: #CEE2E2;
}
.Basket input.updatebtn {
	width:auto;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 6px 1px 6px;
	background-color:#4C9595;
	cursor:pointer !important;
}
.Basket input.checkoutbtn {
	width:auto;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding:1px 6px 1px 6px;
	background-color:#497C7C;
	cursor:pointer !important;
}
.BasketQtyBox {
    width:35px;
    text-align: right;
   	font-size:100%;
    font-family:Arial, Helvetica, sans-serif;
}

.HighlightPage {
	font-weight:bold;
	background-color:#99C3C2;
}

.HighlightText {
	background-color:#CEE2E2;
	color:#6E6D72;
    padding:4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

