/* @override 
	http://holidayhomesiow.co.uk/css/main.css
*/

body {

    color : #5086af;

    margin-top : 0px;

	background: white url(../images/wg/page_background.png) repeat-x;

	font: .8em Verdana, Arial, Helvetica, sans-serif;

}

form fieldset {

    background-color : #e6e6e6;

}



form legend {

    font-weight: bold;

    font-variant: small-caps;

    color: #fff;

    background-color: #028752;

    padding: 2px 6px;

    margin-bottom: 8px;

  }



form label {

	padding-left: 22px;

    display: inline;

    float: none;

  }



form label.flX {

    display : inline;

    float : none;

    font-weight : normal;

    line-height : normal;

	margin-top: .2em;

    margin-right : 10px;

    position : relative;

    text-align : right;

    vertical-align : middle;

    width : 100px;

  }



form label.fl {

	background-repeat: no-repeat;

	background-position: 3px 0px;

	padding-left: 22px;

    display : block;

    float : left;

    font-weight : normal;

    line-height : normal;

	margin-top: .2em;

    margin-right : 10px;

    position : relative;

    text-align : right;

    vertical-align : middle;

    width : 200px;

  }



form label.flBlank {

	background-image: url(/css/blank.gif);

	background-repeat: no-repeat;

	background-position: 3px 0px;

	padding-left: 22px;

    display : block;

    float : left;

    font-weight : normal;

    line-height : normal;

	margin-top: .2em;

    margin-right : 10px;

    position : relative;

    text-align : right;

    vertical-align : middle;

    width : 200px;

}



form label.flComplete {

	background-image: url(/css/complete.gif);

	background-repeat: no-repeat;

	background-position: 3px 0px;

	padding-left: 22px;

    display : block;

    float : left;

    font-weight : normal;

    line-height : normal;

	margin-top: .2em;

    margin-right : 10px;

    position : relative;

    text-align : right;

    vertical-align : middle;

    width : 200px;

}



form label.flCaution {

	background-image: url(/css/caution.gif);

	background-repeat: no-repeat;

	background-position: 3px 0px;

	padding-left: 22px;

    display : block;

    float : left;

    font-weight : bold;

    color: #FF0000;

    line-height : normal;

	margin-top: .2em;

    margin-right : 10px;

    position : relative;

    text-align : right;

    vertical-align : middle;

    width : 200px;

}



form label.flRequired {

	background-image: url(/css/required.gif);

	background-repeat: no-repeat;

	background-position: 3px 0px;

	padding-left: 22px;

    display : block;

    float : left;

    font-weight : bold;

    line-height : normal;

	margin-top: .2em;

    margin-right : 10px;

    position : relative;

    text-align : right;

    vertical-align : middle;

    width : 200px;

}



form input.formInputText {

    color: #666666;

    background-color: #fff;

    padding: 2px;

    border: solid 1px #006600;

    margin-right: 5px;

    margin-bottom: 5px;

    height: 15px;

  }





form input.formInputText:hover {

    background-color: #0002bf;

    border: solid 1px #ff6666;

    color: #fff;

  }





form input.formInputText:focus {

    color: #000000;

    background-color: #ffffff;

    border: solid 1px #ff6666;

  }





form select.formSelect {

    font-size: .8em;

    color: #666666;

    background-color: #fff;

    padding: 2px;

    border: solid 1px #006600;

    margin-right: 5px;

    margin-bottom: 5px;

    cursor: pointer;

    width: 20em;

  }





form select.formSelect:hover {

    background-color: #0002bf;

    border: solid 1px #ff6666;

    color: #fff;

  }





form select.formSelect:focus {

    color: #000000;

    background-color: #ffffff;

    border: solid 1px #ff6666;

  }





.highlight {

	color: #f50019;

}





a:link, a:visited, a:active {

    font-weight: normal;

    text-decoration: none;

    color: #1609f9;

    padding-right: 0.3em;

    padding-left: 0.3em;

}





a:hover, a.current:link, a.current:visited {

    font-weight: normal;

    color: #f50019;

    text-decoration: none;

    padding-right: 0.3em;

    padding-left: 0.3em;

  }





a.product:link, a.product:visited, a.product:active {

	padding: 2px;

	font-weight: bold;

	font-size: 1.0em;

	color: #74fffd;

}





a.product:hover, a.product.current:link, a.product.current:visited {

    color: #fff;

	font-weight: bold;

	font-size: 1.0em;

}



ul {

    list-style: disc outside;

  }



ul.sb2 {

    list-style: disc outside;

	padding-left: 18px;

	margin-top: -10px;

}



ul.sb2 li {

	padding-bottom: 4px;

}



.ulMainNav {

	height: auto;

    margin: 0px;

    padding: 0px;

    clear: both;

	font-size: 13px;

}



.ulMainNav li {

    display: inline;

    float: left;

    list-style-type: none;

}



.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
	display: block;
	height: auto;
	width: auto;
	text-align: center;
    color: #8c7aa4;
	margin: 0px;
	padding: 0px 18px 2px 18px;
	border-bottom: 4px solid #6b6670;
	background-color: #eceaed;
}

.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
	color: #fffeff;
	background-color: #6b6670;
	border-bottom: 4px solid #6b6670;
}

.ulMainNav a.noborder {
	border-style: none;
}

.ulSubNav {
	height: auto;
    margin: 0px;
    padding: 0px;
    clear: both;
	font-size: 11px;
}

.ulSubNav li {
    display: inline;
    float: left;
    list-style-type: none;
}

.ulSubNav a:link, .ulSubNav a:visited, .ulSubNav a:active {
	display: block;
	height: auto;
	width: auto;
	text-align: center;
    color: #8c7aa4;
	margin: 0px 0px 4px 0px;
	background-color: #eceaed;
	padding: 0px 14px 4px 15px;
}

.ulSubNav a:hover, .ulSubNav a.current:link, .ulSubNav a.current:visited {
	color: #fffeff;
	margin: 0px 0px 4px 0px;
	background-color: #6b6670;
	padding: 0px 14px 4px 15px;
}

.ulSideNav {

    margin: 0px;

    padding: 0px;

    clear: both;

	text-align: right;

}





.ulSideNav li {

    display: list-item;

    float: none;

    list-style-type: none;

}





.ulSideNav a:link, .ulSideNav a:visited, .ulSideNav a:active {

	display: block;

    color: #8c7aa4;

	width: 150px;

	margin: 0px 0px 4px 0px;

	padding: 0px 26px 2px 0px;
	border-bottom: 4px solid #6b6670;
	background-color: #eceaed;
}





.ulSideNav a:hover, .ulSideNav a.current:link, .ulSideNav a.current:visited {

	color: #fffeff;

	background: #6b6670 url(/images/curnav.png) no-repeat 165px;
	border-bottom: 4px solid #6b6670;
}



div.jumpNav {

	height: auto;

	margin: 0; padding:0;

}



div.navtab {

	float: left;

	width: 124px; height: 40px;

	margin: 0;

	}



div.navtab a {

	display: block;

	margin: 0; padding:0;

	width:100%; height:100%;

	overflow:hidden;

	text-align: center;

	color: #c00;

	font-weight: bold;

	font-size: 0.8em;

	cursor: pointer;

	background: url( '../images/wg/buttons.jpg' ) -200px 0px no-repeat;

	}

div.navtab span {

	display: block;

	margin:0; padding: 10px 10px 0 16px;

	}

div.navtab a:hover {

	color: #c00;

	background: url( '../images/wg/buttons.jpg' ) 0 0px no-repeat;	}

div.navtab a:active {

	color: #f76369;

	background: url( '../images/wg/buttons.jpg' ) 0 0px no-repeat;	}



.ulJumpNav li {

    list-style-type: none;

	float: left;

	width: 123px;

	height: 30px;

	text-align: center;

	padding-top: 5px;

}



.liJumpNav {

    list-style-type: none;

	float: left;

	width: 123px;

	height: 30px;

	text-align: center;

	color: #c00;

	font-weight: bold;

	font-size: 0.8em;

	padding-top: 5px;

	cursor: pointer;

	background: url(../images/wg/buttons.jpg) no-repeat -200px -5px;

}



.liJumpNavX {

    list-style-type: none;

	float: left;

	width: 123px;

	height: 30px;

	color: #c00;

	font-weight: bold;

	font-size: 0.8em;

	text-align: center;

	padding-top: 5px;

	cursor: pointer;

	background: url(../images/wg/buttons.jpg) no-repeat 0 -5px;

}



.ulJumpNav a:link, .ulJumpNav a:visited, .ulJumpNav a:active  {

	display: inline;

	text-align: center;

	color: #c00;

	font-weight: bold;

	font-size: 1.0em;

}





.ulJumpNav a:hover, .ulJumpNav a.current:link, .ulJumpNav a.current:visited {

	display: inline;

	text-align: center;

	color: #c00;

	font-weight: bold;

	font-size: 1.0em;

}





h1 {

    text-align: left;

	color: #5b5561;

	font-weight: bold;
	font-size: 1.5em;
	padding-top: 10px;
}



h1.clear {

    text-align: left;

	color: #5b5561;

	padding-top: 10px;

	margin-top: 0px;

	margin-right: 10px;

	margin-left: 10px;
	font-size: 1.7em;
	clear: both;
}



h2 {

    text-align: left;

	color: #5b5561;

	padding:2px;
	font-size: 1.2em;
}



h2.clear {

	clear: both;

	color: #5b5561;
	font-size: 1.4em;
}



h3 {

    text-align: left;

	color: #5b5561;

	padding:2px;

	margin-bottom: 0;

	margin-left: 15px;

	margin-right: 15px;

	font-weight: normal;

	font-style: normal;
	font-size: 1.3em;
}



h3.clear {

	clear: both;

	color: #5b5561;
	font-size: 1.3em;
}



h4 {

    font-size: 1.2em;

    text-align: left;

    margin-top: 0px;

    margin-bottom: 0px;

    padding-top: 0px;

    padding-bottom: 4px;

	color: #5b5561;

}



hr {

	color: #5b5561;

	padding: 1px;

	margin: 10px;

	background-color: #fff;

}



hr.clear {

	clear: both;

	color: #5b5561;

}



div.newsfeed {

	margin: 0 20px;

	padding: 0;

}



.uptightImg {

    clear: both;

	padding: 0;

	display: block;

	float: none;

	overflow: hidden;

	margin: 0 0px 0 -1px;

}



.floatImgLeft {

    clear: both;

    float: left;

    padding: 3px;

    margin-top: 10px;

    margin-right: 10px;

    margin-bottom: 10px;

    margin-left: 0px;

  }





.floatImgRight {

    float: right;

    padding: 3px;

    margin-top: 10px;

    margin-right: 0px;

    margin-bottom: 10px;

    margin-left: 10px;

	border-style: none;
	clear: both;
}





p.error {

    background-color : #ff0000;

    font-weight: bold;

    color : #ffffff;

    font-size: 1.2em;

    padding: 3px;

  }





p.debug {

    background-color : #0000C0;

    font-weight: bold;

    color : #FFFF00;

    font-size: 1.2em;

    padding: 3px;

  }





table.form {

    font-size: 0.75em;

    background-color : #FFFFC0;

  }





.sold {

    color: #FF0000;

    text-decoration: line-through;

  }

#rightcontent p {
	margin-left: 25px;

	margin-right: 25px;

	margin-top: 0;
}


p.sidebarp {

	margin-left: 0px;

	margin-right: 0px;

}



p.small-white {
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 5px;

    font-size: 0.7em;

	color: #929292;

}

  

a.linkset2 {

    font-weight: bold;

    text-decoration: none;

    color: #919191;

    padding-right: 0.3em;

    padding-left: 0.3em;

}



p.highlight {

    color : #ff8200;

	font-weight: normal;

	font-style: normal;

	font-size: 1.1em;

}



p.clear {

    clear: both;

	margin: 0;

	padding: 0;

}



p.central {

	text-align: center;

	margin: 0px;

	padding: 0px;

}

p.right {
  clear: both;
	text-align: right;
}



p.pups {

	text-align: left;

	margin: 0;

	padding: 0;

	color: #fff;

	font-size: 0.9em;

}

  

/* extracted styles*/



div.directoryentry {

	border-bottom: 2px solid #efe6ee;

	padding-top: 3px;

	padding-bottom: 3px;

}



span.directorybusiness {

	

}



span.directoryweb {

	font-size: 0.8em;

	vertical-align: 1px;

}



span.directorytelephone {

	

}



div.banners {

	text-align: center;

	margin: 0;

	padding: 0;

}

div.z_cms {
	border: thin dashed #f60021;
	background-color: #efe6ee;
}

a.z_cms_edit {
	border: thin solid #f60021;
	background-color: #f60021;
	color: #fffeff;
	font-weight: bold;
	font-style: italic;
}

p#footer {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #590f32;
}

#accordion {
	background:#6B6670 url(/img/global/gradient/h300.png) 0 0;
	width: 188px;
	border:1px solid #E5E2E8;
/* IE6 cannot handle PNG24 backgrounds. use a solid color instead */
	-background:#6B6670;
}

div.prop_bar {
	
}

/* accordion header */
#accordion h2 {
	background:#ECEAED url(/img/global/gradient/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom: 1px solid #8F7DA6;
	border-top: 1px solid #fff;
	cursor:pointer;
	color: #8F7DA6;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#6B6670;
	color: #fff;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width: 0 1px;
	display:none;
	height:300px;
	padding: 6px;
	font-size:12px;
	background-color: white;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

