@import "editor.css";

body {
	margin: 20px 0;
	padding: 0;
	color: #4a4942;
	background: url(../images/body-bg.png) top left repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 84%;
}


#accessibility {
	display: none;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #ecebe5;
}

/* Header */

#page #header {
	margin: 0;
	padding: 0;
	height: 156px;
	border-top: 10px solid #007C88;
}

#page #header img {
	margin: 0;
	padding: 0;
	border-width: 0 10px;
	border-style: solid;
	border-color: #9f9f9f;
}

/* Menu */

#page #menu {
	margin: 0;
	padding: 0;
	height: 42px;
	background-color: #00626C;
	border-width: 0 10px;
	border-style: solid;
	border-color: #004D55;
}

#page #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page #menu ul li {
	margin: 0;
	padding: 0;
	height: 42px;
	float: left;
}

#page #menu ul li a {
	margin: 0;
	padding: 13px 12px 0 12px;
	height: 29px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	float: left;
}

#page #menu ul li a:hover {
	background-color: #004D55;
}

#page #menu ul li a#active_menu {
	font-weight: bold;
}

/* Main Area */

#page #main {
	margin: 0;
	padding: 10px 0;
	background-color: #ECEBE5;
	border-width: 0 10px;
	border-style: solid;
	border-color: #b8b7b3;
}

#page #main #leftcol {
	margin: 0 15px !important;
	margin: 0 7px; /* Useless MSIE */
	padding: 0;
	width: 165px;
	float: left;
}

#page #main #leftcol a {
	text-decoration: none;
}

#page #main #content {
	margin: 0;
	padding: 10px;
	width: 508px;
	background-color: #ffffff;
	border: 1px solid #51555c;
	float:left;
}

#page #main #content .article_seperator {
	display: none;
}

#page #main #clear {
	margin: 0;
	padding: 0;
	clear: left;
}

/* Main Area - Modules */

#page #main .moduletable,
#page #main .moduletable_products {
	margin: 0 0 10px 0;
	padding: 3px;
	background-color: #f6f5ef;
	border: 1px solid #50545b;
}

#page #main #leftcol .moduletable,
#page #main #leftcol .moduletable_products {
	padding: 6px;
	width: 159px;
}

#page #main #leftcol .moduletable h3,
#page #main #leftcol .moduletable_products h3 {
	margin: 0 0 2px 0;
	color: #6c263b;
	font-size: 100%;
}

#page #main #leftcol .moduletable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page #main #leftcol .moduletable ul li {
	margin: 0;
	padding: 0;
}

#page #main #leftcol .moduletable_products a,
#page #main #leftcol .moduletable ul li a {
	color: #004D55;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#page #main #leftcol .moduletable_products a.sublevel {
	padding-left: 10px;
	font-size: 80%;
}

#page #main #leftcol .moduletable_products a:hover,
#page #main #leftcol .moduletable ul li a:hover {
	color: #ffffff;
	background-color: #6c263b;
	text-decoration: none;
}

#page #main #leftcol .moduletable_products a#active_menu {
	color: #6c263b;
}

#page #main #leftcol .moduletable_products a#active_menu:hover {
	color: #ffffff;
}

#page #main #leftcol .moduletable hr,
#page #main .moduletable_products table {
	display: none;
}

#page #main .moduletable input.button {
	margin: 5px 0 0 0;	
}

/* Modules - P&P Side Image */

#page #main .moduletable_image { /* The image in the module needs to be 170px X 100px */
	margin: 0 0 10px 0;
	padding: 0;
	width: 172px;
	height: 102px;	
	background-color: #f6f5ef;
}

#page #main .moduletable_image img {
	border: 1px solid #50545b;
}

/* Modules - Custom Search Module */

#page #main #search {
	margin: 0 15px;
	text-align: right;
}

#page #main #search .moduletable {
	/*background: #f6f5ef url(/components/com_virtuemart/shop_image/ps_image/forward.png)  6px center no-repeat;
	background: #f6f5ef url(../images/big-right-arrow.gif)  6px center no-repeat;*/
	background: #f6f5ef url(../images/product-finder-bg.png)  16px center no-repeat;
}

#page #main #search h3 {
	margin: 4px 0 0 66px !important;
	margin: 4px 0 0 38px;
	color: #6c263b;
	font-size: 100%;
	float: left;
}

#page #main #search form {
	margin: 0;
	padding: 4px 10px 4px 0;
}

#page #main #search form label {

	margin-left: 10px;
	color: #4e081d;
}

#page #main #search form div {
	margin: 0 0 4px 0;
}

/* Main Area - Footer */

#page #footer {
	margin: 0;
	padding: 6px 10px 0 10px;
	height: 19px;
	color: #ffffff;
	background-color: #006874;
	font-size: 80%;
}

#page #footer a {
	color: #ffffff;
	text-decoration: none;
}

#page #footer a:hover {
	text-decoration: underline;
}

#page #footer #copyright {
	margin-left: 0 !important;
	margin-left: 10px;
	width: 148px;
	float: left;
}

#page #footer #links {
	width: 444px;
	float: left;
	text-align: center;
	font-size: 110%;
}

#page #footer #bathcomms {
	margin-right: 0 !important;
	margin-right: 10px;
	width: 148px;
	text-align: right;
	float: right;
}

/* STYLES - General */

input.button {
	color: #ffffff;
	background-color: #00626c;
	border: 1px solid #004d55;
	cursor: pointer;
}

/* STYLES - Product Description Pages */

#prod_left {
	margin: 0 0 10px 0;
	padding: 0;
	width: 90px;
	float: left;
	text-align: center;
}

#prod_right {
	margin: 0 0 10px 0;
	padding: 0;
	width: 418px;
	float: left;
}

#prod_main {
	margin: 0;
	padding: 0;
	clear: left;
}

#prod_cart {
	margin: 0;
	padding: 0;
	text-align: center;
}

#prod_left a {
	text-decoration: none;
}

#prod_right h1 {
	margin: 0;
	font-size: 120%;
	font-weight: bold;
}

#prod_right p#prod_sku,
#prod_right p#prod_price {
	margin: 0;
}

#prod_right p#prod_price {
	font-weight: bold;
}

/* STYLES - Category Browse Pages */

#cat_left {
	margin: 15px 0 0 0;
	padding: 0;
	width: 90px;
	float: left;
	text-align: center;
}

#cat_right {
	margin: 15px 0 0 0;
	padding: 0;
	width: 295px;
	float: left;
}

#cat_cart {
	margin: 15px 0 0 0;
	padding: 0;
	width: 100px;
	text-align: center;
	float:left;
}

#cat_cart p {
	margin: 0 0 5px 0;
	font-weight: bold;
}

#cat_cart form {
	margin: 0;
	padding: 0;
}


#cat_cart form input {
	margin: 0 0 5px 0;
	border: 1px solid #004d55;
}

#cat_cart form input.button {
	padding: 0;
}

#cat_cart form label {
	display: none;
}

#cat_left a {
	text-decoration: none;
}

#cat_right h1 {
	margin: 0;
	font-size: 110%;
	font-weight: bold;
}

#cat_right p {
	margin: 0;
}

/* STYLES - Shopping Cart */

#page #main #content hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	color: #51555c;
	background-color: #51555c;
}

/* STYLES - "About Castors" Page */

#page #main #content #about_shortcuts {
	margin: 0 0 0 15px;
	padding: 10px;
	width: 175px;
	color: #ffffff;
	background-color: #f6f5ef;
	border: 1px solid #51555c;
	float: right;
}

#page #main #content #about_shortcuts h3 {
	margin: 0 0 5px 0;
	font-size: 100%;
}

#page #main #content #about_shortcuts a {
	display: block;
}

/* STYLES - Front-End Editing */

.message {
	padding: 3px;
	color: #008000;
	background-color: #b0ffb0;
	border: 1px solid #008000;
}

.error {
	padding: 3px;
	color: #800000;
	background-color: #ffb0b0;
	border: 1px solid #800000;
}

/* STYLES - Undo Things In editor.css */

.product_table td {
	border: 0;
}

#page #main #content a {
	font-weight: bold;
	text-decoration: none;
}

/* Contact form */

.mendip_contact_intro table {
	border-collapse: collapse;
}
.mendip_contact_intro table td {
	padding: 5px
}

.checkout_important_message {
	color: #6C263B;
	font-weight: bold;
}

/* Find by part number */

.mendipskusearch p {
	margin: 0;
}

.mendipskusearch_warn {
	color: red;
	font-size: 66%;
}

.mendipskusearch_form {
	height: 24px;
	margin-top: 5px;
}

.mendipskusearch_textbox {
	width:110px;
	float:left;
}

/*#page #main .moduletable .mendipskusearch form*/ /* To override CSS by specificity */
 .mendipskusearch_button {
	float: right;
	margin: 1px 0 0 0 !important;
}

.moduletable-homepage a {margin:0 11px 11px 0;padding:0;width:160px;text-align:center;float:left}
.moduletable-homepage a img{border:0;float:left}
.moduletable-homepage a.last{margin-right:0}

a img {border:0}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
