body {
	font-family: "Comic Sans MS";
    font-size: 11px;
    margin-top: 5px;
    background-image: url('../images/brick.jpg')
}
table {
	font-family: Comic Sans MS;
    font-size: 11px;
}

p {
	margin: 0px;
    padding: 0px;
}

div.home {
	width: 100%;
	text-align: center;
}

/*
* Header
*/

table#header td.topRight {
	background: url('../images/header_top_right.jpg') 0px 0px no-repeat;
    width: 200px;
    height: 35px;
    padding: 0px;
}
table#header td.topLeft {
    background-image: url('../images/header_top_left.jpg');
    width: 650px;
    height: 35px;
    padding: 0px;
}
table#header td.topLeft td {
	text-align: center;
    padding-bottom: 9px;
    font-weight: bold;

}
table#header td.topLeft td a {
    color: #0054A6;
}
table#header td.logoRight {
	background: url('../images/header_logo_right.jpg') 0px 0px no-repeat;
    width: 200px;
    height: 88px;
    padding: 0px;
}
table#header td.logoLeft {
    background-image: url('../images/header_logo_left.jpg');
    width: 650px;
    height: 88px;
    padding: 0px;
}
table#header td.searchRight {
	background: url('../images/header_search_right.jpg') 0px 0px no-repeat;
    width: 200px;
    height: 35px;
    padding: 0px;
}
table#header td.searchLeft {
    background-image: url('../images/header_search_left.jpg');
    width: 650px;
    height: 35px;
    padding: 0px 0px 12px 0px;
}
table#header td.searchLeft span.left {
	width: 200px;
    float: left;
}
table#header td.searchLeft input.search {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #FFFFFF inset;
    color: #FFFFFF;
}
table#header td.searchLeft input.searchbutton {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #999999 outset;
}
table#header td.searchLeft span.right {
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	width: 300px;
    float: right;
}
table#header td.searchLeft a {
	color: #FFFFFF;
    margin-left: 5px;
}



/*
* Footer
*/

table#footer td.bottomRight {
	background: url('../images/footer_bottom_right.jpg') 0px 0px no-repeat;
    width: 200px;
   height: 35px;
    padding: 0px;
}
table#footer td.bottomLeft {
    background-image: url('../images/footer_bottom_left.jpg');
    width: 650px;
    height: 35px;
    padding: 0px;
}
table#footer td.bottomLeft td {
	text-align: center;
    padding-bottom: 12px;
    font-weight: bold;

}
table#footer td.bottomLeft td a {
    color: #1A1364;
}

/*
* Content
*/



table#content td.columnLeft {
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
    width: 650px;
	background-color: #FFFFFF;
}
table#content td.columnRight {
    background: url('../images/content_right.jpg') repeat-y;
    width: 200px;
    padding: 0px;
    vertical-align: top;
}


/*
* Copyright
*/

.copyright {
	padding-left: 100px;
    color: #CCCCCC;
}

/*
* Show/Hide
*/

.hide {
	display:none
}
.show {
	display:inline
}


/*
* Form Objects
*/

.textarea {
	font-family: Comic Sans MS;
    font-size: 10px;
    border: 1px #B6C5F2 solid;
}
.input {
	font-family: Comic Sans MS;
    font-size: 10px;
    border: 1px #cccccc solid;
    height: 17px;
}

.file {
	font-family: Comic Sans MS;
    font-size: 10px;
}
.select {
	font-family: Comic Sans MS;
    font-size: 10px;
    height: 17px;
}



/*
* Panel Content and Footer
*/

div.panelContent {
	width: 155px;
	padding: 5px 5px 0px 5px;
	background: url('../images/panel_content.jpg') repeat-y;
}


div.panelFooter {
	width: 155px;
    height: 20px;
	background: url('../images/panel_footer.jpg') no-repeat;
}


/*
* Cart Panel Header
*/

div.cart {
	width: 100%;
}

div.cart div.header {
    height: 35px;
	background: url('../images/panel_yourcart.jpg') no-repeat;
}
div.cart div.header a {
    height: 35px;
	width: 80%;
}
div.cart div.quickCart {
	width: 90%;
}
div.cart div.left {
	border: 0px #000000 solid;
	width: 65%;
    float: left;
    padding-bottom: 2px;
}
div.cart div.left p {
	float: left;
	margin: 0px;
	color: #7DA7D9;
}
div.cart div.right {
	border: 0px #000000 solid;
	width: 35%;
    float: right;
    text-align: right;
    padding-bottom: 2px;
}

div.cart div.total {
	width: 62%;
    float: left;
    color: #FF0000;
    font-size: 12px;
}
div.cart div.amount {
	text-align: right;
	width: 38%;
    float: right;
    font-size: 12px;
    color: #FF0000;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

div.cart div.empty {
	padding-top: 5px;

}
div.cart div.space {
	margin-top: 5px;
}

div.cart div.quickCartButton {

	text-align: center;
	width: 100%;
}
div.cart input.button {
	width: 80%;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #82CA9C;
    border: 1px #999999 outset;
}


/*
* Catalogue Panel Header
*/

div.catalogue {
	width: 100%;
}

div.catalogue div.header {
    height: 35px;
	background: url('../images/panel_catalogue.jpg') no-repeat;
}
div.catalogue div.header a {

    height: 35px;
	width: 100%;
}
div.catalogue div.main {

	font-weight: bold;
	width: 90%;
    margin-bottom: 1px;
}
div.catalogue div.sub {

	width: 90%;
    margin-bottom: 1px;
	color: #7DA7D9;
}
div.catalogue div.space {
	margin-top: 5px;
}


/*
* Additional Panel Header
*/

div.additional {
	width: 100%;
}

div.additional div.header {

    height: 35px;
	background: url('../images/panel_additional.jpg') no-repeat;
}


/*
* Information Panel Header
*/

div.information {
	width: 100%;
}

div.information div.header {

    height: 35px;
	background: url('../images/panel_information.jpg') no-repeat;
}


/*
* Login
*/

.loginForm {
	margin: 0px;
}

table#login {
	border: 1px #CCCCCC solid;
}
table#login td.title {
    height: 25px;
    font-weight: bold;
    background-color: #82CA9C;
    text-align: center;
}
table#login td.label {
	text-align: right;
	width: 50%;
}
table#login td.field {
	text-align: center;
	width: 50%;
}
table#login input.button {
	width: 50%;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #82CA9C;
    border: 1px #999999 outset;
}


/*
* Admin Control Panel
*/

table#controlPanel {
	width: 95%;
	border: 1px #CCCCCC solid;


}
table#controlPanel td.title {
	text-align: center;
    height: 27px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#controlPanel td {
	text-align: center;
	width: 25%;
	border: 1px #F9F9F9 solid;
}


/*
* Hyperlink
*/

a {
	color: #000000;
    text-decoration: none;
}
a:hover {
	color: #7DA7D9;
    text-decoration: underline;
    cursor: hand;
}


/*
* Add Item
*/
.addItemForm {
	margin: 100px;
}
table#addItem {
	height: 500px;
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#addItem td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#addItem td.colOne {
	vertical-align: top;
	width: 20%;
	border: 1px #F9F9F9 solid;
    background-color: #F2F2F2;
}

table#addItem td.colTwo {
	vertical-align: top;
	width: 45%;
	border: 1px #F9F9F9 solid;
    color: #CCCCCC;
}

table#addItem td.colThree {
	vertical-align: top;
	width: 35%;
 	border: 1px #F9F9F9 solid;
}
table#addItem input.button {
	width: 20%;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #999999 outset;
}

/*
* Search
*/
table#search {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#search td.title {
	text-align: center;
    height: 22px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#search td {
    height: 22px;
}

/*
* Mailing List
*/
table#mailList {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#mailList td.title {
	text-align: center;
    height: 22px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#mailList td {
    height: 22px;
}
table#mailList input.button {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #999999 outset;
}


/*
* Edit Item
*/
.editItemForm {

}
table#editItem {
	height: 500px;
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#editItem td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#editItem td.colOne {
	vertical-align: top;
	width: 20%;
	border: 1px #F9F9F9 solid;
    background-color: #F2F2F2;
}

table#editItem td.colTwo {
	vertical-align: top;
	width: 45%;
	border: 1px #F9F9F9 solid;
    color: #CCCCCC;
}

table#editItem td.colThree {
	vertical-align: top;
	width: 35%;
	border: 1px #F9F9F9 solid;
}
table#editItem td.colThree a {
	margin: 0px;
    color: #FF0000;
}
table#editItem td.colThree div.image{
	height: 100%;
	width: 100%;
    text-align: center;
}
table#editItem input.button {
	width: 20%;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #999999 outset;
}


/*
* List Items
*/

.listItemForm {

}
table#listItem {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#listItem div.task {

}
table#listItem div.left {
	width: 49%;
	float: left;
	padding-top: 2px;

}
table#listItem div.right {

	width: 49%;
	float: right;
    text-align: right;
    padding-right: 3px;
}
table#listItem td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#listItem div.main {
    background-color: #CFC1DE;
	width: 100%;
	padding-left: 5px;
    font-weight: bold;
    height: 20px;
}
table#listItem div.sub {
    background-color: #E7E0EE;
	width: 100%;
    margin-left: 10px;
	padding-left: 5px;
    height: 20px;
}

table#listItem table.details {
	width: 100%;
    margin-left: 15px;

}
table#listItem table.details td {
	padding-left: 5px;
    height: 23px;
}
table#listItem div.space {
	margin-top: 10px;
}
table#listItem input.button {
	width: 9%;
	font-family: Comic Sans MS;
	font-size: 9px;
	background-color: #A186BE;
    border: 1px #999999 outset;
    height: 16px;
}



/*
* Category List
*/

table#category {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#category td.title {
	text-align: center;
    height: 25px;
    font-weight: bold;
    background-color: #7DA7D9;
    font-size: 15px;
}
table#category td.link {
	text-align: center;
    height: 45px;
    font-size: 15px;
    background-color: #F9F9F9;
}
table#category div.detail {
	font-size: 9px;
    color: #999999;
}

/*
* View Catalogue
*/

table#viewCatalogue {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#viewCatalogue td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #7DA7D9;
}
table#viewCatalogue div.main {
    background-color: #B6C5F2;
    height: 20px;
	width: 100%;
	padding-left: 5px;
    padding-top: 2px;
    font-weight: bold;

}
table#viewCatalogue div.sub {
    background-color: #DAE1F9;
    height: 20px;
	width: 100%;
    margin-left: 10px;
	padding-left: 5px;
    padding-top: 2px;
}

table#viewCatalogue table.details {
	width: 100%;
    margin-left: 15px;

}
table#viewCatalogue table.details td {
	padding-left: 5px;
    height: 23px;
}
table#viewCatalogue div.space {
	margin-top: 10px;
}




/*
* Display Item List
*/
.displayItemForm {

}
table#displayItem {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#displayItem td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #7DA7D9;
}
table#displayItem td.product {
	text-align: center;
    height: 45px;
    font-size: 15px;
    vertical-align: top;

}
table#displayItem table.details {
	font-size: 11px;
	border: 1px #F9F9F9 solid;
    height: 320px;

}
table#displayItem td {
	border: 0px #F9F9F9 solid;
}
table#displayItem td.name {
	text-align: center;
	font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #F9F9F9;

}
table#displayItem td.name a {
    font-weight: bold;
    color: #0054A6;
}

table#displayItem td.image {
	text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #CCCCCC;
}
table#displayItem  td.quantity {
	text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}
table#displayItem td.addtocart {
	height: 37px;
	width: 100%;
}
table#displayItem div.left {

	float: left;
	width: 50%;
    color: #FF0000;
    font-weight: bold;

    text-align: center;
    font-size: 14px;
}
table#displayItem div.right {

	float: right;
	width: 50%;

    text-align: center;

}
table#displayItem div.vat {
	color: #000000;
    font-weight: normal;
    font-size: 9px;
}
table#displayItem input.button {
    font-weight: bold;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #7DA7D9;
    border: 1px #999999 outset;
}


/*
* Item Detail
*/
.itemDetailForm {

}

table#itemDetail {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#itemDetail td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #7DA7D9;

}
table#itemDetail td.product {
	text-align: center;
    height: 45px;
    font-size: 15px;

}
table#itemDetail table.details {
	font-size: 11px;
	border: 1px #F9F9F9 solid;

}
table#itemDetail table.details td {
	border: 0px #F9F9F9 solid;
}
table#itemDetail table.details td.name {
	text-align: center;
	font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #F9F9F9;

}
table#itemDetail table.details td.name a {
    font-weight: bold;
    color: #0054A6;
}

table#itemDetail table.details td.image {
	text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #CCCCCC;
}
table#itemDetail table.details td.quantity {
	text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
table#itemDetail table.details td.task {
	height: 50px;
	width: 100%;
}

table#itemDetail table.details td.task div.quantity {
	text-align: right;
	float: left;
    width: 43%;
    padding-right: 60px;
}
table#itemDetail table.details td.task div.price {
	text-align: center;
	float: left;
    width: 13%;
    color: #FF0000;
    font-weight: bold;
    font-size: 13px;
}
table#itemDetail table.details td.task div.addtocart {
	text-align: left;
	float: left;
    width: 43%;
    padding-left: 60px;
}
table#itemDetail table.details td.return {
	text-align: center;
    height: 30px;
}
table#itemDetail table.details td.return a {
	color: #FF0000;
}

table#itemDetail div.vat {
	color: #000000;
    font-weight: normal;
    font-size: 9px;
}

table#itemDetail input.button {

    font-weight: bold;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #7DA7D9;
    border: 1px #999999 outset;
}



/*
* View Cart
*/
.viewCartForm {

}
table#viewCart {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#viewCart td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #82CA9C;
}
table#viewCart td {
    height: 23px;
    padding-left: 2px;
    padding-right: 2px;
}
table#viewCart td.label {
	background-color: #B7E8B7;

}
table#viewCart td.cartMessage {
	font-size: 13px;
    color: #FF0000;
    vertical-align: bottom;

}
table#viewCart td.total {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	color: #FF0000;
    font-size: 12px;
    font-weight: bold;
	background-color: #F9F9F9;
    text-align: right
}
table#viewCart td.amount {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	color: #FF0000;
    font-size: 12px;
    font-weight: bold;
	background-color: #F9F9F9;
    text-align: right
}
table#viewCart td.vat {
	background-color: #F9F9F9;
    text-align: right
}
table#viewCart td.cartTotal {
	background-color: #F9F9F9;
    text-align: right
}
table#viewCart input.button {
	width: 62px;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #82CA9C;
    border: 1px #999999 outset;

}
table#viewCart input.checkout {
	width: 92px;
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #F69679;
    border: 1px #999999 outset;

}


/*
* Postage
*/
.postageForm {

}
table#postage {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#postage td.title {
	text-align: center;
    height: 27px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#postage td {
	height: 22px;
	border: 1px #F9F9F9 solid;
}
table#postage input.button {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #999999 outset;
}
table#postage td.label {
	background-color: #E7E0EE;
}
table#postage td.type {
	background-color: #CFC1DE;

    padding-left: 5px;
    font-weight: bold;
}


/*
* Checkout
*/
.checkoutForm {

}
table#checkout {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#checkout td.title {
	text-align: center;
    height: 27px;
    font-size: 15px;
    font-weight: bold;
    background-color: #F69679;
}
table#checkout td.colOne {
	height: 30px;
	background-color: #F2F2F2;
 	width: 20%;
    vertical-align: top;
}
table#checkout td.colTwo {
	height: 30px;
 	width: 30%;
    vertical-align: top;
}
table#checkout td.colThree {
	height: 30px;
 	width: 40%;
    vertical-align: top;
}

table#checkout td {
	border: 1px #F9F9F9 solid;

}
table#checkout input.button {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #F69679;
    border: 1px #999999 outset;
}


/*
* Payment
*/
.paymentForm {

}
table#payment {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#payment td.title {
	text-align: center;
    height: 27px;
    font-size: 15px;
    font-weight: bold;
    background-color: #F69679;
}
table#payment td.label {
    height: 22px;
	background-color: #F2F2F2;
 	width: 20%;
    vertical-align: top;
}
table#payment td.field {
    height: 22px;
 	width: 80%;
    vertical-align: top;
}
table#payment td.summary {
	background-color: #F2F2F2;
}
table#payment td.description {
	background-color: #F69679;
    padding-left: 5px;
}
table#payment td.total {
	background-color: #F9F9F9;
	color: #FF0000;
    font-weight: bold;
}
table#payment td {
	border: 1px #F9F9F9 solid;

}
table#payment form {
	margin: 0px;

}
table#payment td.paymentType {
	width: 50%;
	text-align: center;
    vertical-align: bottom;
}
table#payment input.button {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #F69679;
    border: 1px #999999 outset;
}

/*
* Messages
*/
table#messages {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#messages td.title {
	text-align: center;
    height: 27px;
    font-size: 15px;
    font-weight: bold;
    background-color: #CCCCCC;
}
table#messages td.message {
	padding: 5px;

}

/*
* Orders
*/
.ordersForm {

}
table#orders {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#orders td.title {
	text-align: center;
    height: 27px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#orders td.orderType {
    height: 23px;
	font-weight: bold;
    background-color: #CFC1DE;
}
table#orders td.button {
    height: 23px;
}
table#orders input.button {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #999999 outset;
}

table#orders div.left {
	float:left;
    width: 40%;
}
table#orders div.right {
	float:left;
    width: 50%;
    text-align: right;
}

table#orders div.button {
	text-align: right;
	float:left;
    width: 10%;
}

table#orders td.label {
    height: 22px;
	background-color: #F2F2F2;
 	width: 20%;
    vertical-align: top;
}
table#orders td.field {
    height: 22px;
 	width: 80%;
    vertical-align: top;
}

table#orders td.section {
    height: 22px;
	background-color: #CFC1DE;
    font-weight: bold;

}

table#orders td.section span {
	margin: 0px;
    padding: 0px;
	color: #FF0000;
    font-weight: bold;

}

table.border td.total {
	color: #FF0000;
    font-weight: bold;
	background-color: #F2F2F2;
}
table#orders table.border td {
	border: 1px #F9F9F9 solid;
    padding: 2px;
}
table.border td.summary {
	background-color: #F2F2F2;
}

/*
* Static Pages
*/
.staticPageForm {
	margin: 100px;
}
table#staticPage {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#staticPage td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #A186BE;
}
table#staticPage td.section {
	height: 23px;
    background-color: #CFC1DE;
}
table#staticPage td.edit {
	text-align: right;
    padding-right: 5px;
    height: 15px;
}
table#staticPage td {
	height: 20px;
}
table#staticPage input.button {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #A186BE;
    border: 1px #999999 outset;
}



/*
* Pages
*/

table#page {
	height: 500px;
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#page td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #FFF799;
}
table#page td.text {
	vertical-align: top;
	width: 20%;
	border: 1px #F9F9F9 solid;
}


/*
* Contact Us
*/
table#contactUs {
	width: 95%;
	border: 1px #CCCCCC solid;
    margin-bottom: 5px;
}
table#contactUs td.title {
	text-align: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #FFF799;
}
table#contactUs td.label {
	width: 20%;
	vertical-align: top;
	background-color: #F2F2F2;
}
table#contactUs td.field {
	width: 80%;
	vertical-align: top;
    height: 25px;
}
table#contactUs input.button {
	font-family: Comic Sans MS;
	font-size: 11px;
	background-color: #FFF799;
    border: 1px #999999 outset;
}