/*---------- Shopfitter Directory Application - Draft Styles ---------*/
/*--- Generic Layout ---*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3F3F3F;
	background-color: #4d7cc2;
	padding:0px;
	background-image: url(../_assets/images/bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.body-wrapper1 {
	width: 1013px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

.body-wrapper2 {
	width: 1013px;
	background-color: transparent;
	margin-top: 0px;
	background-image: url(../_assets/images/caar-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#body-content {
	width: 1000px;
	padding-right:40px;
	min-height:550px;
	background-image: url(../_assets/images/body-bg-top.jpg);
	background-repeat: no-repeat;
}
#body-container {
	width: 1000px;
	background-image: url(../_assets/images/body-bg-tile.jpg);
	background-repeat: repeat-y;
}
a:link {
	color:#06C;
	text-decoration: none;
}
a:visited {
	color:#06C;
	text-decoration: none;
}
a:hover {
	color:#006;
	text-decoration: underline;
}
a:active {
	color:#006;
	text-decoration: underline;
}
/*----------------------------  Banner text styles ---------------------------------------------------*/

.banner-style {
	height: 144px;
	background-repeat: no-repeat;
	position: relative;
	width: 1022px;
	background-image: url(../_assets/images/banner.jpg);
}

.banner-link {
	text-align: right;
	padding-right: 35px;
	padding-top: 5px;
}
.banner-style .telnum {
	font-size: 28px;
	color: #999999;
	float: right;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 35px;
}

.banner-cart {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9d0a0e;
	position: absolute;
	top: 95px;
	width: auto;
	font-weight: bold;
	text-align: right;
	right: 60px;
}

.banner-link a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.banner-link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.banner-link a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #5384C9;
	font-weight: normal;
	text-decoration: underline;
}

.banner-link a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #5384C9;
	font-weight: normal;
	text-decoration: underline;
}


/*----------------------------  Top Tabs ---------------------------------------------------*/

.tabmenu-left {
	margin-left:140px;
}

    #tabs {
	float:left;
	font-size:120%;
	line-height:normal;
	background-color: transparent;
	overflow: hidden;
	width: 945px;
	font-weight: bold;
	height: 37px;
	padding-top: 76px;
	margin-left: 20px;
      }
    #tabs ul {
	margin:0px;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 37px;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url(../_assets/images/tableftc.png) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
	  font-weight: bold;
	  font-size:93%;
      }
    #tabs a span {
	float:left;
	display:block;
	background:url(../_assets/images/tabrightc.png) no-repeat right top;
	color:black;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 9px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#5384C9;
      }
    #tabs a:hover {
      background-position:0% -37px;
      }
    #tabs a:hover span {
      background-position:100% -37px;
      }  
	

.right-top {
	float:right;
}

#tabs .right-top img {
	float: left;
	margin-top: -2px;
}

    #tabs .right-top a {
      float:left;
      background:url(../_assets/images/top-tab-mbr-l.png) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
	  font-weight: bold;
	  font-size:93%;
      }
    #tabs .right-top a span {
	float:left;
	display:block;
	background:url(../_assets/images/top-tab-mbr.png) no-repeat right top;
	color:black;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 9px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs .right-top a span {float:none;}
    /* End IE5-Mac hack */
    #tabs .right-top a:hover span {
      color:#5384C9;
      }
    #tabs .right-top a:hover {
      background-position:0% -37px;
      }
    #tabs .right-top a:hover span {
      background-position:100% -37px;
      }  



/*--- Category List ---*/
#body-wrapper #body-content #category-list {
	width: 154px;
	height: 100%;
	margin-left: 50px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;
	border-right-width: 1px;
}
#body-wrapper #body-content #category-list ul {
	list-style-type: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
	padding-left: 4px;
}
/*--- Page Content ---*/
#body-wrapper #body-content #page-wrapper {
	display: inline;
	float: right;
	width: 780px;
	min-height:640px;
	overflow: hidden;
}
#body-wrapper #body-content #page-wrapper #page-content {
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
	position: relative;
	
}

#body-wrapper #body-content #page-wrapper #page-content p{ line-height:160%;
}


/*--- Footer ---*/
#body-wrapper #footer {
	clear: both;
	height: 40px;
	background-color:#000;
	padding-left:10px;
	padding-top:5px;
	color:#0099CC;
	text-align:right;
	padding-right:10px;
	
}
/*--- Generic Text Attributes ---*/
h1 {
	font-size: 150%;
	color: #0099CC;
	margin-top: 4px;
}

p {
	margin-top: 2px;
	margin-bottom: 3px;
}
/*----------- page title h1 -----------*/
h1.directory-image-left {
	width: 170px;
	height: 26px;
	position: relative;
	margin: 0px;
	margin-left: 16px;
	margin-top: 3px;
	padding: 0px;
	overflow: hidden;
	}
h1.directory-image-left span {
	position: absolute;
	width: 170px;
	height: 29px;
	background-image: url(../images/directory-title.jpg);
	}
/*---Category menu ----*/
.menu_list {	
	width: 200px;
}
.menu_head {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	cursor: pointer;
	position: relative;
	margin:0px;
    font-weight:bold;
	color:#000;
}
.menu_head_account {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:0px;
	font-size:10px;
    font-weight:bold;
    background-color:#000;
	color:#ffffff;
	border-bottom:thin; border-bottom-style:dashed; border-bottom-color:#333;
}
.menu_head a{
	color:#06C;
	text-decoration: none;
}
.menu_head a:hover{
	color:#006;
}
.menu_head a:active{
	color:#006;
}

/*---member page ---*/
#images { float:left; width:170px; margin-bottom:20px; margin-right:10px; margin-left:10px; background-color:#E9E9E9;}
#image{ background:url(/_assets/images/gallery-back.png) no-repeat; width:150px; height:105px; text-align:center; border:thin; border-color:#000; margin-left:10px; padding-top:9px;}

/*---------------------------- Footer styles ---------------------------------------------------*/
.footerline {
	width: 1022px;
	clear: both;
	border-top-style: none;
	background-image: url(../_assets/images/body-bg-foot.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-color: #4D7CC2;
}

.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	width: 900px;
	padding-top:40px;
	margin-right: 70px;
	margin-left: 70px;
}

.footerline .txt-footer a:link {
	font-size: 11px;
	color:#666666;
	font-weight: normal;
}
.footerline .txt-footer a:visited {
	font-size: 11px;
	color:#666666;
	font-weight: normal;
}
.footerline .txt-footer a:hover {
	font-size: 11px;
	color: #9d0a0e;
	font-weight: normal;
	text-decoration: underline;
}
.footerline .txt-footer a:active {
	font-size: 11px;
	color: #9d0a0e;
	font-weight: normal;
	text-decoration: underline;
}

.footerline .txt-footer img {
	float: left;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.thawte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-image: url(../_assets/images/thawte.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	height: 50px;
	padding-top: 0px;
	padding-left: 12px;
	width: 167px;
	float: right;
}
.thawte a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.thawte a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.thawte a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.thawte a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}



/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/

/*.shopfitter-crest {
	float: left;
	height: 24px;
	width: 160px;
	background: url(../images/sf-crest.png)  no-repeat top left;
	margin-left: 60px;
	padding-left: 40px;
	padding-top: 3px;
}*/
.shopfitter-crest {
	float: left;
	height: 24px;
	width: 190px;
	padding-left: 61px;
	padding-top: 3px;
	background-image: url(../_assets/images/sf-crest.png);
	background-repeat: no-repeat;
	background-position: 58px top;
}
.shopfitter-crest a {
	margin-left:40px;
	font-size: 11px;
	color:#666666;
	font-weight: normal;
	}
.shopfitter-crest a:visited {
	font-size: 11px;
	color:#666666;
	font-weight: normal;
	}
	
.shopfitter-crest a:hover {
	font-size: 11px;
	color: #9d0a0e;
	font-weight: normal;
	text-decoration: underline;
	}
.shopfitter-crest a:active {
	font-size: 11px;
	color: #9d0a0e;
	font-weight: normal;
	text-decoration: underline;
	}
	
/*--------------------------------------- member page ---------------------------------------------*/	
.contact-form {
	float: right;
	margin-right: 40px;
}

/*--------------------------------------- login page ---------------------------------------------*/	
#body-wrapper #header .body-wrapper1 #body-container #body-content #page-wrapper #page-content .mainitemshow {
	width: 720px;
	padding-right: 20px;
}
#body-wrapper #header .body-wrapper1 #body-container #body-content #page-wrapper #page-content .anim-hp {
	margin-top: 12px;
	height: 204px;
	width: 710px;
	margin-bottom: 12px;
	background-image: url(../images/anim-banner1.jpg);
}

#body-wrapper #header .body-wrapper1 #body-container #body-content #page-wrapper #page-content #postcode {
	float: left;
	width: 147px;
	text-align: center;
	padding: 10px;
	position: relative;
	border: 1px solid #4874B5;
	margin-right: 6px;
	margin-top: 12px;
}
