﻿/* Add custom styles at the end of the set of the standard styles defined below     */
/* Amend, but do not delete any styles marked between the START_STANDARD_STYLES and */
/* END_STANDARD_STYLES lines.                                                       */

/* ---------------------------- START_STANDARD_STYLES ----------------------------- */

/* General Page Properties */

/* Don't define default CSS styles for DIV or SPAN */

body { width: 100%; padding: 0px; margin: 0px; background-color: #666666; }
td, th { font-family: verdana; font-size: 11px; font-weight: 200; color: #FFFFFF; }
hr { color: #000033; height: 1px; }
li {
	margin-top: 5px; 
	line-height: 10px; 
}

/* General Headings & Titles */

/* Use h1, h2, h3 etc to support the logical structure of the document:  */
/* Heading (h1), sub-heading (h2) and sub-sub heading (h3)               */
/* Do not use h1, h2, h3 etc. just to give a certain look / presentation */
/* There should be only one h1 per page - the main title				 */
/* h2 must always follow an h1 - don't use h2 without an h1				 */
/* You can have as many h2's as you like.								 */
/* h3 must always follow an h2 - don't jump from h1 to h3 for instance   */
/* You can have as many h3's as you like.								 */
h1 { font-family: verdana; font-size: 18px; font-weight: 800; color: #FFFFFF; text-align: left; margin-top: 0px; margin-bottom: 0px; }
h2 { font-family: verdana; font-size: 12px; font-weight: 800; color: #FFFFFF; text-align: left; margin-top: 5px; margin-bottom: 0px; }
h3 { font-family: verdana; font-size: 10px; font-weight: 800; color: #00a6eb; text-align: left; margin-top: 10px; margin-bottom: 0px; }

/* Buttons & Hyper Links */
/* Base Class */
.btn {
font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 800; background-color: #959188;
}
/* /Base Class */
.btnMoreDetails {

}
.btnBasket {

}	
.btnWishList {
	
}
.btnPrevious {
	background-color:  #50666e;
}
.btnNext {
	background-color: #7d6854;
}
.btnFinish {
	background-color: #7d6854;
}
.btnSubmit {
	background-color: #7d6854;
}
.btnBasketRecalculate {
	
}
.btnContinue {
	
}
.btnReset {
	
}
.btnDelete {

}
.btnMove {
	
}
.btnSignIn {
	
}
.btnSignUp {
	
}
.btnSend {
	
}
.btnSearch {
	
}
.btnCancel {
	
}
.btnChangePassword {
	
}


/* Links */
/* Links in text - not menu items, special buttons or anything else! */
a {}
a:link { color: #FFFFFF; font-weight: 200; text-decoration: underline; }
a:visited { color: #FFFFFF; font-weight: 200; text-decoration:underline; }
a:hover { color: #CCCCCC; font-weight: 200; text-decoration:underline; }

/* Defined links */
.lnkCategory a:link { }
.lnkCategory a:visited { }
.lnkCategory a:active { }
.lnkCategory a:hover { }

.lnkMoreDetails a:link { }
.lnkMoreDetails a:visited {}
.lnkMoreDetails a:active { }
.lnkMoreDetails a:hover { }

.lnkBasket a:link { }
.lnkBasket a:visited { }
.lnkBasket a:active { }
.lnkBasket a:hover { }	

.lnkBasketSummary a:link { }
.lnkBasketSummary a:visited { }
.lnkBasketSummary a:active { }
.lnkBasketSummary a:hover { }

.lnkBasketProductName a:link { } 
.lnkBasketProductName a:visited { } 
.lnkBasketProductName a:active { } 
.lnkBasketProductName a:hover { } 

.lnkBasketDelete a:link { }
.lnkBasketDelete a:visited { }
.lnkBasketDelete a:active { }
.lnkBasketDelete a:hover { }

.lnkBasketMove a:link { }
.lnkBasketMove a:visited { }
.lnkBasketMove a:active { }
.lnkBasketMove a:hover { }

.lnkWishList a:link { }
.lnkWishList a:visited { }
.lnkWishList a:active { }
.lnkWishList a:hover { }

.lnkPrevious a:link { }
.lnkPrevious a:visited { }
.lnkPrevious a:active { }
.lnkPrevious a:hover { }

.lnkNext a:link { }
.lnkNext a:visited { }
.lnkNext a:active { }
.lnkNext a:hover { }

.lnkSubmit a:link { }
.lnkSubmit a:visited { }
.lnkSubmit a:active { }
.lnkSubmit a:hover { }

.lnkRecalculate a:link { }
.lnkRecalculate a:visited { }
.lnkRecalculate a:active { }
.lnkRecalculate a:hover { }

.lnkContinue a:link { }
.lnkContinue a:visited { }
.lnkContinue a:active { }
.lnkContinue a:hover { }

.lnkReset a:link { }
.lnkReset a:visited { }
.lnkReset a:active { }
.lnkReset a:hover { }

.lnkDelete a:link { }
.lnkDelete a:visited { }
.lnkDelete a:active { }
.lnkDelete a:hover { }

.lnkMove a:link { }
.lnkMove a:visited { }
.lnkMove a:active { }
.lnkMove a:hover { }

.lnkSignIn a:link { }
.lnkSignIn a:visited { }
.lnkSignIn a:active { }
.lnkSignIn a:hover { }

.lnkSignUp a:link { }
.lnkSignUp a:visited { }
.lnkSignUp a:active { }
.lnkSignUp a:hover { }

.lnkSend a:link { }
.lnkSend a:visited { }
.lnkSend a:active { }
.lnkSend a:hover { }

.lnkSearch a:link { }
.lnkSearch a:visited { }
.lnkSearch a:active { }
.lnkSearch a:hover { }

.lnkProductFeature a:link { }
.lnkProductFeature a:visited { }
.lnkProductFeature a:active { }
.lnkProductFeature a:hover { }

.lnkUser a:link { }
.lnkUser a:visited { }
.lnkUser a:active { }
.lnkUser a:hover { }

.lnkSelect a:link { }
.lnkSelect a:visited { }
.lnkSelect a:active { }
.lnkSelect a:hover { }

.lnkNotRegistered a:link { }
.lnkNotRegistered a:visited { }
.lnkNotRegistered a:active { }
.lnkNotRegistered a:hover { }

.lnkForgotPassword a:link { }
.lnkForgotPassword a:visited { }
.lnkForgotPassword a:active { }
.lnkForgotPassword a:hover { }

.lnkSignIn a:link { }
.lnkSignIn a:visited { }
.lnkSignIn a:active { }
.lnkSignIn a:hover { }

.lnkNewUser a:link { }
.lnkNewUser a:visited { }
.lnkNewUser a:active { }
.lnkNewUser a:hover { }



/* Defined Link Styles - menu items, special buttons etc. */
/* Styled link 1 */
.lnkStyle1 a:link {
	font-family: verdana; 
	font-size: 9px; 
	color: #000033; 
	text-decoration: none;
}
.lnkStyle1 a:visited { 
	font-family: verdana; 
	font-size: 9px; 
	color: #000033; 
	text-decoration: none;
}
.lnkStyle1 a:hover {
	font-family: verdana; 
	font-size: 9px; 
	color: #93916D; 
	text-decoration: underline;
}
/* Styled link 2 */
.lnkStyle2 a:link {
	font-family: verdana; 
	font-size: 9px; 
	color: #000033; 
	text-decoration: none;
}
.lnkStyle2 a:visited { 
	font-family: verdana; 
	font-size: 9px; 
	color: #000033; 
	text-decoration: none;
}
.lnkStyle2 a:hover {
	font-family: verdana; 
	font-size: 9px; 
	color: #93916D; 
	text-decoration: underline;
}
/* Styled link 3 */
.lnkStyle3 a:link {
	font-family: verdana; 
	font-size: 9px; 
	color: #000033; 
	text-decoration: none;
}
.lnkStyle3 a:visited { 
	font-family: verdana; 
	font-size: 9px; 
	color: #000033; 
	text-decoration: none;
}
.lnkStyle3 a:hover {
	font-family: verdana; 
	font-size: 9px; 
	color: #93916D; 
	text-decoration: underline;
}

/* TextBoxs */
/* Base Class */
.txt {
	BACKGROUND: #FFFFFF;
	BORDER-BOTTOM: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	text-align:left;
}
/* /Base Class */
.txtSearch { font-family: verdana; font-size: 11px; color: #666666; font-weight: 200; background-color: #FFFFFF; border-style:solid; border: 1px; width:200px; }
.txtBasketQuantity {
	
}
.txtAddress {

}
.txtAddressSmall {

}
.txtAddressLarge {
	
}
.txtCheckOut {

}
.txtCheckOutCardName {
	
}
.txtCheckOutCardNumber {
	width:200px;
}
.txtCheckOutArea {
	
}
.txtCheckOutPayment {
	
}
.txtCheckOutGiftMessage {
	
}
.txtCheckOutCVN {
	width:40px;
}
.txtCheckOutIssueNumber {
	width:40px;
}
.txtUser {

}
.txtPasswordChange {
	
}
.txtSignInUserName { font-family: verdana; font-size: 11px; color: #666666; font-weight: 200; background-color: #FFFFFF; border-style:solid; border: 1px; }
.txtSignInPassword { font-family: verdana; font-size: 11px; color: #666666; font-weight: 200; background-color: #FFFFFF; border-style:solid; border: 1px; }
.txtNewUserUserName { font-family: verdana; font-size: 11px; color: #666666; font-weight: 200; background-color: #FFFFFF; border-style:solid; border: 1px; }
.txtNewUserPassword { font-family: verdana; font-size: 11px; color: #666666; font-weight: 200; background-color: #FFFFFF; border-style:solid; border: 1px; }
.txtNewUserConfirmPassword { font-family: verdana; font-size: 11px; color: #666666; font-weight: 200; background-color: #FFFFFF; border-style:solid; border: 1px; }



/* Checkboxes */
/* Base Class */
.chk {}
/* /Base Class */
.chkCheckoutShipToBilling {}
.chkCheckOutReceiveMarketing {}
.chkSignInRemeberMe {}

/* Drop Down Lists */
/* Base Class */
.ddl {
	font-family: verdana; 
	font-size: 9px; 
	color: #000033; 
	font-weight: 800; 
	background-color: #FFFFFF; 	
}
/* /Base Class */

/* Labels */
/* Base Class */
.lbl {
	
}

.lblPadding 
{
	padding-left:20px;
	padding-top:8px;	
	padding-bottom:8px;
}
/* /Base Class */

/* Product Paging */
/* Base Class */
.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color:#CBCAB0;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom:2px solid #ffffff;
}
/* /Base Class */
.pagingTop {
	
}
.pagingBottom {

}
.pagingPageNumber {
	
}
.pagingPageCount {
	
}
.lblPagingSortBy {
	
}
.lnkPagingBack {
	
}
.lnkPagingNext {
	
}
.lnkPagingFirst {
	
}
.lnkPagingLast {
	
}
.lnkPagingPageNumber {
	
}
.pagingCurrentPageNumber {
	
}
.ddlPagingSortBy {
	
}

/* Shop Home Page */
.tdHome 
{
	border-right: 1px #FFFFFF solid; 
	border-top: 1px #FFFFFF solid; 
	background-color: #959188;
	padding-top: 10px; 
	padding-bottom: 10px;  
	padding-left: 20px;
	/*
	background-color: #BED5D9;
	border-right: #FFFFFF 2px solid;
	border-top: #FFFFFF 2px solid;
	*/
}
.tdHome2 
{
	border-top: 1px #FFFFFF solid; 
	border-right: 1px #FFFFFF solid; 
	background-color: #959188;
}
/* Category Featrue */
.imgCategoryFeature {
	border-right:2px solid white;
    border-bottom:2px solid white;
}
.imgCategoryFeatureAlt {
	
}

/* Feature Products */
/* Base Class */
.productFeature {
	
}
/* /Base Class */
.productFeatureTitle {
	
}
.lblProductFeatureTitle {
	
}
.imgProductFeature {
	
}
.productFeaturePrice {
	
}
.lblProductFeaturePrice {
	
}

/* Featured Product By Category */
/* Base Class */
.productFeatureByCategory {
	
}
/* /Base Class */
.productFeatureByCategoryTitle {
	
}
.productFeatureByCategoryDescription {
	
}
.imgProductFeatureByCategory {
	
}

/* Product */
/* Base Class */
.product {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
}
/* /Base Class */

/* Product List */
.productList {
	
}
.productListTable {
	background-color: #F6F5E2;
	border:none;
	width:100%;
}
.productListTd 
{
	vertical-align:top;
	padding:7px;
}
.productListImageTd 
{
	width:80px;
	vertical-align:top;
	padding:7px;
}
.productListNameTd 
{
	vertical-align:top;
	padding:7px;
}
.productListDescriptionTd {
	vertical-align: top;
	padding: 7px;
}
.productListInnerTable {
	border: none;
	padding: 2px;
	width: 100%;
}
.productListInnerTdLeft {
	vertical-align: top;
	text-align: left;
}
.productListInnerTdRight {
	vertical-align: top;
	text-align: right;
}
.productListName {
	
}
.lnkProductListName a:link { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 800; text-decoration: none; }
.lnkProductListName a:visited { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 800; text-decoration: none; }
.lnkProductListName a:hover { font-family: verdana; font-size: 10px; color: #CCCCCC; font-weight: 800; text-decoration: none; }
.lnkProductListName a:active {
}
.productListPrice {
	font-weight: bold;
}
.lblProductListPrice {
	font-weight: bold;
}
.productListDescription {

}
.lblProductListDescription {

}
.imgProductListThumb {
	
}
.lblProductListQuantity {
	
}


/* Product Detail */
/* Base Class */
.productDetail {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
}
/* /Base Class */
.productDetailTable {
	 width:100%; 
	 height:100%;
	 border: none; 
}
.productDetailTd {

}
.productDetailNameTd {
	padding:10px;
	background-color:#E4E3CB;
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
}
.productDetailDescriptionTd {

}
.productDetailImageTd { 
	 vertical-align: top;
	 background-color: #F6F5E2;
	 width:270px;
}
.productDetailRelatedTd {

}
.lblProductDetailQuantity {
	
}
.productDetailCode {

}
.lblProductDetailCode {
	font-weight: bold;
}
.productDetailName {
	font-weight: bold;
}
.lblProductDetailName {

}
.productDetailDescription {

}
.lblProductDetailDescription {

}
.productDetailPrice {
	font-weight: bold;
}
.lblProductDetailPrice {
	font-weight: bold;
}
.productDetailInStock {

}
.lblProductDetailInStock {
	font-weight: bold;
}
.productDetailQuantity {

}
.productDetailAttributeTable {
	
}
.productDetailAttributeTd {
	
}
.lblProductDetailAttribute {

}
.ddlProductDetailQuantity {
	
}
.lblProductDetailAttribute {
	
}
.imgProductDetailThumb {
	
}
.imgProductDetailMain {
	border-bottom: solid 1px #FFF;
}
.imgProductDetailLarge {
	
}
.imgProductDetailCameo {
	
}
.ProductDetailCameoImageTd 
{
	border-top:1px solid #FFF;	
}

/* Related Products */
/* Base Class */
.relatedProducts {
	
}
/* /Base Class */
.lblRelatedProductsHeading {
	
}
.lblRelatedProductsTitle {
	
}
.lblRelatedProductsDescription {
	
}
.relatedProductsPrice {
	
}
.lblRelatedProductsPrice {
	
}
.imgRelatedProducts {
	
}

/* Email a Friend */
/* Base Class */
.emailFriend {
	
}
/* /Base Class */
.emailFriendTable {
	
}
.emailFriendTh {
	
}
.emailFriendTd {
	
}
.emailFriendHeading {
	
}
.imgEmailFriend {
	
}
.emailFriendText {
	
}

/* Validation */
/* Base Class */
.vld {
	vertical-align: top;
	color: #4D432C; 
}
/* /Base Class */
.vldAsterisk {
	
}
.vldText {
	color: #4D432C; 
	font-weight: 800;
}
.vldSummary {
	
}

/* Navigation */
.subnav {
    border-top:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    background-color:#F6F5E2;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
    font-weight:bold;    
}

/* Search */
/* Base Class */
.search {
	font-size: 12px;
	font-weight: bold;
}
/* /Base Class */
.lblSearch {
	
}

/* Basket Summary */
/* Base Class */
.basketSummary {
	
}
/* /Base Class */
.lblBasketSummaryTitle {
	
}
.basketSummaryTotal {
	
}
.basketSummaryText {
	
}
.basketSummaryItemCount {
	
}
.lnkBasketSummaryViewBasket {
	
}
.lnkBasketSummaryCheckOut {
	
}
/* Basket List */
.basketList {
	
}
.basketListHeading {
	
}
.basketListTable {
	
}
.basketListTh {
	
}
.basketListTd {
	
}
.basketListProductName {
	
}
.basketListQty {
	
}

/* Bread Crumb Trial */
/* Base Class */
.breadCrumb {
    background-color:#2A668D;
    color:#ffffff;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
}
/* /Base Class */
.lnkBreadCrumb {

}
.breadCrumbNormal {

}
.breadCrumbHighlight {

}
.breadCrumbSeparator {

}

/* Basket */
/* Base Class */
.basket {
	
}
/* /Base Class */
.basketHeading {
	
}
.basketTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.basketTh { border-left: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; background-color: #959188; padding: 10px; }
.basketTd { border-left: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; background-color: #959188; padding: 10px; }
.basketName {

}
.lblBasketName {
	
}
.basketQty {

}
.txtBasketQty {

}
.lblBasketQty {
	
}
.basketPrice {
	
}
.lblBasketPrice {
	
}
.basketItemSubTotal {
	
}
.lblBasketItemSubTotal {
	
}
.basketSubTotal {
	
}
.lblBasketSubTotal {
	
}
.basketShipping {
	
}
.lblBasketShipping {
	
}
.basketVatTotal {
	
}
.lblBasketVatTotal {

}
.lblBasketTotal {
	
}
.basketTotal {
	
}

/* Wish List */
/* Wish List inherits the Basket styles */
/* Base Class */
.wishList {
	
}
/* /Base Class */
.wishlistHeading {
	
}
.wishlistTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.wishlistTh { border-left: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; background-color: #959188; padding: 10px; }
.wishlistTd { border-left: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; background-color: #959188; padding: 10px; }
.wishlistName {

}
.lblWishlistName {
	
}
.wishlistQty {

}
.txtWishlistQty {

}
.lblWishlistQty {
	
}
.wishlistPrice {
	
}
.lblWishlistPrice {
	
}
.wishlistItemSubTotal {
	
}
.lblWishlistItemSubTotal {
	
}

/* Sign In */
.signIn {}
.signInContainerTable {}
.signInContainerTh {}
.signInContainerTd {}
.signInTable {}
.signInTh {}
.signInTd {}
.lblSignInUserName {}
.lblSignInPassword {}
.signInMessageHeading {}
.signInMessage {}

/* New User */
.newUser {}
.newUserContainerTable {}
.newUserContainerTh {}
.newUserContainerTd {}
.newUserTable {}
.newUserTh {}
.newUserTd {}
.newUserHeading {}
.lblNewUserUserName {}
.lblNewUserPassword {}
.lblNewUserConfirmPassword {}
.newUserMessageHeading {}
.newUserMessage {}

/* Address */
/* Base Class */
 .address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
}
/* /Base Class */
.lblAddress {
	
}
.ddlAddress {

}
.ddlAddressSmall {
	
}
/* Address Confirm */
/* Base Class */
addressConfirm {
	
}
/* /Base Class */ 
.addressConfirmTable {
	
}
.addressConfirmTd {
	
}
.addressConfirmTitle {

}
.addressConfirmFirstName {

}
.addressConfirmLastName {

}
.addressConfirmAddress1 {

}
.addressConfirmAddress2 {

}
.addressConfirmCity {

}
.addressConfirmCounty {

}
.addressConfirmPostcode {

}
.addressConfirmCountry {

}
.addressConfirmPhone {

}
.addressConfirmEmail {

}


/* CheckOut */
/* Base Class */
.checkOut {
	
}
/* /Base Class */
.lblCheckOutActiveStep {
	
}
.lblCheckOutActiveStepOn {
	font-weight: bolder;
}
.lblCheckOutActiveStepSeperator {
	
}
.checkOutHeading {
	font-weight:bold;
}
.checkOutTable {
}
.checkOutTd {
	
	text-align:left;
}
.checkOutNavTable {
	
}
.checkOutNavTd {
	
}
/* Billing */
.checkOutBillingTable {
	
}
.checkOutBillingTh {
	
}
.checkOutBillingTd {
	width:200px;
	text-align:left;
	padding:5px;
}
/* Shipping */
.checkOutShippingContainerTable {
	
}
.checkOutShippingContainerTh {
	
}
.checkOutShippingContainerTd {
	
}
.checkOutShippingTable {
	width:350px;
}
.checkOutShippingTh {
	
}
.checkOutShippingTd {
	width:200px;
	text-align:left;
	padding:5px;
}
.lblCheckOutGiftMessage {
	width:200px;
	text-align:left;
	padding:5px;
}
.ddlCheckOutOrderSource {
	width:200px;
	text-align:left;
}
/* Payment */
.checkOutPaymentContainerTable {
	
}
.checkOutPaymentContainerTh {
	
}
.checkOutPaymentContainerTd {
	
}
.checkOutPaymentTable {
}
.checkOutPaymentTd {
	width:200px;
	text-align:left;
	padding:5px;
}
.ddlCheckOutPayment {
	
}
.ddlCheckOutCardType {
	
}
.lblCheckOutCardNumber {
	
}
.lblCheckOutCardStartDate {
	
}
.ddlCheckOutCardStartMonth {
	
}
.ddlCheckOutCardStartYear {
	
}
.lblCheckOutCardExpiryDate {
	
}
/* CheckOut Summary */
.checkOutSummaryContainerTable {
	
}
.checkOutSummaryContainerTh {
	
}
.checkOutSummaryContainerTd {
	
}
.checkOutSummaryTable {
	
}
.checkOutSummaryTd {
	
}
.checkOutSummary {
	
}
.checkOutSummaryTitle {
	
}
/* Finish */
.checkOutFinishContainerTable {
	
}
.checkOutFinishContainerTd {
	
}
.checkOutFinishTable {
	
}
.checkOutFinishTd {
	
}
.lblCheckOutTotalFinish {
	
}
.lblCheckOutCardEnding {
	
}

/* User Profile */
/* Base Class */
.user {
	
}
/* /Base Class */
.userHeading {

}
.lblUser {
	
}
.userNav 
{
border-bottom: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; background-color: #7d6854; padding-top: 5px; padding-bottom: 5px; padding-left: 20px;
}
.chkUser {
	
}
.ddlUserAddress {
	
}
.lblUserAddressMessage {
	
}
.userTable {
	
}
.userTd {
	
}
.userHomeTable {
	
}
.userHomeTd {
	
}
.userAddressTable {
	
}
.userAddressTd {
	
}
/* User Orders */
.userOrderDetailShippingExVat {
	
}
.lblUserOrderDetailShippingExVat {
	
}
.userOrderTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background: #FFFFFF;
}
.userOrderTh {
	border: 1px solid #C1C49A;
	background: #E0E5C2;
	text-align: center;
}
.userOrderTd {
	border: 1px solid #CCC;
	background: #FFFFFF;
}
.userOrderDetailTable {
	border: 1px solid #FFF;
}
.userOrderDetailTh {
	border: 1px solid #FFF;
}
.userOrderDetailTd {
	border: 1px solid #FFF;
}
/* User Profile */
.lblUserProfileMessage {
	
}
.userProfileTable {
	
}
.userProfileTh {
	
}
.userProfileTd {
	
}

/* ---------------------------- END_STANDARD_STYLES ----------------------------- */

/* Custom Styles */


.banner { background-color: #50462f; }
.content { background-color: #FFFFFF; padding-left: 20px; padding-right: 20px; padding-top: 14px; padding-bottom: 15px; color: #666666; font-family: verdana; font-size: 10px; font-weight: 200; }
.nav { border-top: 1px #FFFFFF solid; border-bottom: 1px #FFFFFF solid; background: #00456B; color:#FFFFFF; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; }
.navvert {  background-color: #ebebeb; }
.navcategorys { border-bottom: 1px #FFFFFF solid; background-color: #ebebeb; color:#666666; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; }
.searchlogin { border-bottom: 1px #FFFFFF solid; background-color: #928374; color:#FFFFFF; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; }
.basketmain { border-bottom: 1px #FFFFFF solid; background-color: #969289; color:#FFFFFF; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; }
.grey { border-right: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; border-bottom: 1px #FFFFFF solid; background-color: #959188; padding-top: 10px; padding-bottom: 10px;  padding-left: 20px;}
.grey2 { background-color: #959188; padding: 10px; font-size:11px; }
.grey3 {  border-top: 1px #FFFFFF solid; background-color: #959188; padding: 20px; }
.grey4 {  border-top: 1px #FFFFFF solid; border-left: 1px #FFFFFF solid; background-color: #959188; padding: 20px; }
.grey5 {  background-color: #959188; border-left: 1px #FFFFFF solid; }
.grey6 { border-top: 1px #FFFFFF solid; background-color: #827E75; padding: 10px; }
.productdetail { background-color: #959188;  border-left: 1px #FFFFFF solid; }
.brown { background-color: #7d6854; padding: 20px;  }
.brown2 {  border-top: 1px #FFFFFF solid; background-color: #7d6854; padding: 20px;  }
.crumb { border-bottom: 1px #FFFFFF solid;  background-color: #7d6854; padding-top: 4px; padding-bottom: 5px; padding-left: 20px; height: 14px; }
.footer { background-color: #7d6854; padding-top: 5px; padding-bottom: 5px; padding-right: 20px; }
.image { border-right: 1px #FFFFFF solid; background-color: #959188; }
.image2 { border-top: 1px #FFFFFF solid; background-color: #959188; }
.imageBasketThumb { border-left: 1px #FFFFFF solid; border-right: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; background-color: #959188; }
/*.basket { border-left: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; background-color: #827e75; }*/
.specialoffer { text-decoration:line-through;  }
.buttons1 { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 800; background-color: #959188; }


span a:link {color: #FFFFFF; text-decoration: none; font-weight: 200; }
span a:visited { color: #FFFFFF; text-decoration: none; font-weight: 200; }
span a:hover { color: #CCCCCC; text-decoration: none;  font-weight: 200; }

.navigation a:link { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.navigation a:visited { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.navigation a:hover { font-family: verdana; font-size: 10px; color: #849ca4; font-weight: 200; text-decoration: none; }

.navigation2 a:link { font-family: verdana; font-size: 12px; color: #FFFFFF; font-weight: 800; text-decoration: none; }
.navigation2 a:visited { font-family: verdana; font-size: 12px; color: #FFFFFF; font-weight: 800; text-decoration: none; }
.navigation2 a:hover { font-family: verdana; font-size: 12px; color: #849ca4; font-weight: 800; text-decoration: none; }

.verticlenav a:link { font-family: verdana; font-size: 10px; color: #6a6a6a; font-weight: 200; text-decoration: none; }
.verticlenav a:visited { font-family: verdana; font-size: 10px; color: #6a6a6a; font-weight: 200; text-decoration: none; }
.verticlenav a:hover { font-family: verdana; font-size: 10px; color: #acacac; font-weight: 200; text-decoration: none; }

.crumbtrail a:link { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.crumbtrail a:visited { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.crumbtrail a:hover { font-family: verdana; font-size: 10px; color: #b9a796; font-weight: 200; text-decoration: none; }

.search a:link { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.search a:visited { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.search a:hover { font-family: verdana; font-size: 10px; color: #d6c6b6; font-weight: 200; text-decoration: none; }

.jump a:link { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.jump a:visited { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 200; text-decoration: none; }
.jump a:hover { font-family: verdana; font-size: 10px; color: #CCCCCC; font-weight: 200; text-decoration: none; }

.form { font-family: verdana; font-size: 11px; color: #666666; font-weight: 200; background-color: #FFFFFF; border-style:solid; border: 1px; }

.link a:link { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 800; text-decoration: none; }
.link a:visited { font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: 800; text-decoration: none; }
.link a:hover { font-family: verdana; font-size: 10px; color: #CCCCCC; font-weight: 800; text-decoration: none; }

/* /Custom Styles */