@charset "utf-8";
/* Screen styles */

/* ------------------------------------------------------------------- Default tags */

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

body {
	color: #000;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFF url(../images/bkgnd_tile.gif) repeat-y center top;
}

a {
	text-decoration: none;
	color: #33B0F4;
}

a:visited {
	color: #EC0000;
}

a:hover,
a:focus,
a:active {
	color: #999999;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 5px 5px 0px;
	margin: 0px 0px 15px;
	border: 1px solid #999999;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	padding: 3px 0px 5px;
	font-weight: normal;
}

h1 {

}

h2 {
	font-weight: normal;
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
}

h5 {
	font: bold 1.2em Helvetica, Arial, sans-serif;
}

h6 {
	font: bold 1em Helvetica, Arial, sans-serif;
}


html {
	background: #FFF;
}

label {
	cursor: pointer;
}

legend {
	padding: 5px 5px 0px;
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	margin: 0px 0px 5px;
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

th {
	background: #F5E81D;
	color: #000;
}

tr.even {

}

tr.odd {

}

tr.highlight,
tr:hover {

}

ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Primary structure */

#header,
#content,
#footer {
	width: 960px;
	margin: 0px auto;
	font-size: 1.2em;
}

#headWrapper {
	background: url(../images/bkgnd_header.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	min-height: 285px;
}

#header {
	position: relative;
	padding: 0px 5px;
}

#contentWrapper {
	background: url(../images/bkgnd_content.png) no-repeat center bottom;
	min-height: 310px;
	margin: 0px;
	padding: 0px;
}

#content {
	overflow: hidden;
	margin: 0px auto;
	min-height: 310px;
	background: url(../images/bkgnd_content.png) no-repeat center bottom;
	padding: 0px 5px 150px;
}

#primaryContent {
	margin: 0px 0px 10px;
	padding: 30px 30px 0px;
	overflow: hidden;
}

#footerWrapper {
	background: url(../images/bkgnd_footwrapper.gif) no-repeat center bottom;
	margin: 0px;
	padding: 0px 0px 10px;
}

#footer {
	background: url(../images/bkgnd_footer.gif) repeat-y center top;
	margin: 0px auto;
	width: 920px;
	color: #FFF;
	padding: 25px 25px 10px;
	position: relative;
}


/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
	overflow: hidden;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0% 1.5% 0% 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0% 1% 0% 0%;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0% 1% 0% 0%;
}

.pagination {
	width: 100%;
	overflow: hidden;
	margin: 0px;
}

.contentBlock {
	padding: 20px;
}

#subNavGroup {
	margin: -40px 0px 5px;
	padding: 0px;
	overflow: hidden;
}


/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0px auto 5px;
	background: #FBFCFF;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 3px;
	margin: 0px 1% 0px 0px;
	background: #F0F0EE;
}

.formBlock .input {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

.formBlock .description {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.formBlock .error {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #FF0006;
	font-style: normal;
}

.textareaBlock .label {
	text-align: left;
}

.textareaBlock .input {
	float: right;
	width: 98%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.textareaBlock .description {
	padding: 4px 1% 3px;
	margin: 0px;
	text-align: right;
}

.radioGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup .description {
	float: left;
	padding: 4px 1% 3px;
	margin: 0px;
}

.fieldGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.fieldGroup .description {
	float: left;
	padding: 4px 1% 3px;
	margin: 0px;
}

.required .label {
	background: #000 url(../images/icon_bullet_star.png) no-repeat 95% center;
	color: #FFFFFF;
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError {
	background: #FFEEEC;
}

.formError .label label {
	font-weight: normal;	
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 98%;
	border: 1px solid #CCCCCC;
	height: 16px;
	padding: 2px;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #4B95EF;
}

.inputTextArea {
	height: 30em;
	width: 100%;
}

.inputSelectList {
	height: 22px;
	width: 100%;
}



/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	width: auto;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
}


/* ------------------------------------------------------------------- Header */

#headerImage {
	margin: 0px;
	padding: 0px;
}

h1#logo {
	height: 160px;
	width: 405px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 2;
	display: block;
}

h1#logo a {
	display: block;
	height: 160px;
	width: 405px;
}

h1#logo a span {
	display:none;
}

#primaryNav {
	width: 960px;
	position: absolute;
	top: 255px;
	left: 5px;
	height: 30px;
	z-index: 2;
	background: transparent url(../images/bkgnd_primary_nav.png) repeat-x center top;
}

#primaryNav ul,
#primaryNav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#primaryNav ul {
	border-left: 1px solid #222222;
	float: left;
}

#primaryNav li {
	float: left;
}

#primaryNav li a,
#primaryNav li a:visited {
	background: transparent url(../images/bkgnd_primary_nav.png) repeat-x center top;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #222222;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}

#primaryNav li a:hover,
#primaryNav li a:focus,
#primaryNav li a:active,
#primaryNav li a.activePageLink {
	background-position: center bottom;
	color: #000;
}

#pageHeading {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Footer */

#footerNav {
	font-size: 0.9em;
	float: left;
	width: 650px;
}

#footerNav ul,
#footerNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerNav li {
	display: inline;
	margin: 0px 5px 0px 0px;
}

#copyright {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
	text-align: right;
}

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

#footer a:visited {
	color: #CCC;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #999999;
	outline: none;
	text-decoration: underline;
}

#giftCertificateAd {
	position: absolute;
	top: 25px;
	right: 35px;
	height: 205px;
	width: 290px;
}

#paymentMethods {
	position: absolute;
	top: 250px;
	right: 35px;
	height: 70px;
	width: 290px;
}


/* ------------------------------------------------------------------- Links */


#subNav,
#subNav li {
	list-style: none;
	margin: 0px;
}

#subNav {
	float: right;
	width: auto;
	height: 25px;
	line-height: 35px;
	padding: 5px 0px 5px 5px;
}

#subNav li {
	float: left;
	margin: 0px 0px 0px 5px;
}

#subNav li a,
#subNav li a:visited {
	background: transparent url(../images/bkgnd_sub_nav_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
}

#subNav li a span {
	background: transparent url(../images/bkgnd_sub_nav_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

#subNav li a:hover,
#subNav li a:focus,
#subNav li a:active,
#subNav li a.activePageLink {
	background-position: right bottom;
	color: #000;
}

#subNav li a:hover span,
#subNav li a:focus span,
#subNav li a:active span,
#subNav li a.activePageLink span{
	background-position: left bottom;
}

.pagination a,
.pagination a:visited {
	background: transparent url(../images/bkgnd_button_right.gif) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
	margin: 0px 5px 5px 0px;
}

.pagination a span {
	background: transparent url(../images/bkgnd_button_left.gif) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink {
	background-position: right bottom;
	color: #FFFFFF;
}

.pagination a:hover span,
.pagination a:focus span,
.pagination a:active span,
.pagination a.activePageLink span {
	background-position: left bottom;
}



a.linkButton,
a.linkButton:visited {
	background: transparent url(../images/bkgnd_button_right.gif) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
}

a.linkButton span {
	background: transparent url(../images/bkgnd_button_left.gif) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active {
	background-position: right bottom;
	color: #000000;
}

a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span {
	background-position: left bottom;
}

ul.itemOptions {
	float: right;
	list-style: none;
	margin: -25px 0px 0px;
	padding: 0px;
}

ul.itemOptions li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.itemOptions li a span {
	display: none;
}

ul.itemOptions li a {
	display:block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

ul.itemOptions li a.linkModify {
	background: url(../images/icon_modify.png) no-repeat center center;
}

ul.itemOptions li a.linkDelete {
	background: url(../images/icon_delete.png) no-repeat center center;
}

/* ------------------------------------------------------------------- Quick search */

#quickSearch {
	display: none;
}


/* ------------------------------------------------------------------- Home page */

#introduction {
	margin: 0px 0px 20px;
	padding: 0px;
	overflow: hidden;
}

#introText {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#latestSpecials {
	height: 310px;
	width: 300px;
	background: url(../images/bkgnd_latest_specials.png) no-repeat left top;
	float: right;
	margin: 0px 0px 20px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

#latestSpecials h3 {
	display: none;
}

#briefs {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.briefBlock {
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	height: 155px;
	width: 290px;
	float: left;
	position: relative;
}

.briefBlock h3 {
	display: block;
	height: 65px;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.briefBlock h3 a {
	display: block;
	height: 65px;
	width: 220px;
}

.briefBlock h3 a span {
	display: none;
}

.briefBlock p {
	position: absolute;
	height: 70px;
	width: 125px;
	top: 70px;
	right: 15px;
}

#briefCarTinting {
	background: url(../images/bkgnd_brief_car_tinting.png) no-repeat left top;	
}

#briefHomeTinting {
	background: url(../images/bkgnd_brief_home_tinting.png) no-repeat left top;	
}

#briefRustProofing {
	background: url(../images/bkgnd_brief_rust_proofing.png) no-repeat left top;	
}

#briefCarAlarms {
	background: url(../images/bkgnd_brief_car_alarms.png) no-repeat left top;	
}

#briefCentralLocking {
	background: url(../images/bkgnd_brief_central_locking.png) no-repeat left top;	
}

#briefQuote {
	background: url(../images/bkgnd_brief_get_quote.png) no-repeat left top;
}

#briefCertificates {
	background: url(../images/bkgnd_brief_gift_certificates.png) no-repeat left top;	
}

#briefQuote p {
	width: 180px;
	right: 15px;
}

#brochuresList {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 265px;
	height: 250px;
	left: 15px;
	top: 65px;
	overflow: auto;
}

#brochuresList_slideWrapper {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 265px;
	height: 250px;
	left: 15px;
	top: 45px;
}

#brochuresList_slider {
	position: relative;
	margin: 0px auto;
	width: 265px;
	height: 250px;
	overflow: auto;
}

#brochuresList .itemBlock,
#brochuresList_slider .itemBlock {
	display: block;
	width: 265px;
	height: 250px;
	padding: 0px;
}

#brochuresList .itemBlock {
	width: 265px;
}

#brochuresList .itemBlock dt,
#brochuresList_slider .itemBlock dt {
	height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 25px 0px 0px;
	text-align: center;
}

#brochuresList .itemBlock dt {
	
}

#brochuresList .itemBlock dd,
#brochuresList_slider .itemBlock dd {
	margin: 0px;
	padding: 0px;
	height: 90px;
	text-align: center;
	width: 265px;
}

.prevButton,
.nextButton {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	top: 140px;
	background-repeat: no-repeat;
	background-position: center top;
}

.prevButton span,
.nextButton span {
	display: none;
}

.prevButton {
	left: 15px;
	background-image:url(../images/prev_arrow.gif);
}

.nextButton {
	right: 15px;
	background-image:url(../images/next_arrow.gif);	
}


/* ------------------------------------------------------------------- Car tinting page */

#carFilmSelector {
	height: 550px;
	width: 900px;
	position: relative;
	margin: 0px 0px 20px;
	padding: 0px;
}

#carContainer {
	height: 450px;
	width: 660px;
	position: absolute;
	z-index: 1;
	left: 184px;
	top: 95px;
	background-position: center top;
	background-repeat: no-repeat;
}

.carColour_default,
.carColour_white {
	background-image: url(../images/09_tint_car_white.jpg);	
}

.carColour_red {
	background-image: url(../images/09_tint_car_red.jpg);	
}

.carColour_blue {
	background-image: url(../images/09_tint_car_blue.jpg);
}

.carColour_black {
	background-image: url(../images/09_tint_car_black.jpg);	
}

.carColour_gold {
	background-image: url(../images/09_tint_car_gold.jpg);	
}

.carColour_silver {
	background-image: url(../images/09_tint_car_silver.jpg);	
}

#colourList {
	position: absolute;
	left: 60px;
	top: 5px;
	z-index: 3;
	width: 780px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 85px;	
}

#colourList li {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style: none;
	display: block;
	height: 82px;
	width: 120px;
	float: left;
}

#colourList li span {
	display: none;	
}

#colourList_white {
	background: url(../images/th_09_tint_car_white.jpg) no-repeat center center;	
}

#colourList_red {
	background: url(../images/th_09_tint_car_red.jpg) no-repeat center center;	
}

#colourList_blue {
	background: url(../images/th_09_tint_car_blue.jpg) no-repeat center center;	
}

#colourList_black {
	background: url(../images/th_09_tint_car_black.jpg) no-repeat center center;	
}

#colourList_gold {
	background: url(../images/th_09_tint_car_gold.jpg) no-repeat center center;	
}

#colourList_silver {
	background: url(../images/th_09_tint_car_silver.jpg) no-repeat center center;	
}


#tintContainer {
	height: 135px;
	width: 469px;
	position: absolute;
	left: 244px;
	top: 155px;
	z-index: 2;
	background-position: center top;
	background-repeat: no-repeat;
}

#tintList {
	position: absolute;
	left: 0px;
	top: 210px;
	z-index: 3;
	width: 120px;
}

#tintList li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	height: 30px;
	width: 120px;
	background-position: center top;
	background-repeat: no-repeat;
}

#tintList li:hover,
#tintList li:focus,
#tintList li:active,
#tintList li.tintActive {
	background-position: center bottom;
}

#tintList li span {
	display: none;
}

li#tintList_bp_05 {
	background-image: url(../images/nav_bp_05.png);	
}

li#tintList_bp_020 {
	background-image: url(../images/nav_bp_020.png);	
}

li#tintList_bp_035 {
	background-image: url(../images/nav_bp_035.png);	
}

li#tintList_inf_020 {
	background-image: url(../images/nav_inf_020.png);	
}

li#tintList_inf_035 {
	background-image: url(../images/nav_inf_035.png);	
}

li#tintList_uv_advantage_35 {
	background-image: url(../images/nav_uv_advantage_35.png);	
}

.carTint_default {
		
}

.carTint_bp_05 {
	background-image: url(../images/09_tint_car_bp_05.png);
}

.carTint_bp_020 {
	background-image: url(../images/09_tint_car_bp_020.png);
}

.carTint_bp_035 {
	background-image: url(../images/09_tint_car_bp_035.png);
}

.carTint_inf_020 {
	background-image: url(../images/09_tint_car_inf_020.png);	
}

.carTint_inf_035 {
	background-image: url(../images/09_tint_car_inf_035.png);	
}

.carTint_uv_advantage_35 {
	background-image: url(../images/09_tint_car_uv_advantage_35.png);	
}



/* ------------------------------------------------------------------- house tinting page */

#houseFilmSelector {
	position: relative;
	height: 430px;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
	background: url(../images/tint-house.gif) no-repeat left 30px;
}

#houseFilmSelector ul,
#houseFilmSelector ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#houseFilmSelector ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#houseFilmSelector ul li a {
	display: block;
	height: 20px;
}

#houseFilmSelector ul li a span {
	display:none;
}

#houseFilmSelector ul li a img {
	height: 0px;
	width: 0px;
	border-width: 0px;
}

#houseFilmSelector ul li a:hover {
	background:transparent;
}

#houseFilmSelector ul li a:hover img {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 400px;
	width: 371px;
}

#houseFilmSelector ul li#infinity26 a {
	background: url(../images/house-inf26.gif) no-repeat center top;
	width: 130px;
}

#houseFilmSelector ul li#infinity16 a {
	background: url(../images/house-inf16.gif) no-repeat center top;
	width: 90px;
}

#houseFilmSelector ul li#infinity10 a {
	background: url(../images/house-inf10.gif) no-repeat center top;
	width: 90px;
}


/* ------------------------------------------------------------------- Stores page */

#storesList dl.storeBlock {
	background: #E31C29 url(../images/bkgnd_store_list_block.png) no-repeat left top;
	padding: 10px;
	float: left;
	width: 270px;
	height: 50px;
	margin: 0px 10px 10px 0px;
	color: #FFF;
}

#storesList dl.storeBlock dt {
	padding: 0px;
	margin: 0px;
}

#storesList dl.storeBlock dd {
	padding: 0px;
	margin: 0px;
}

dl#storeContact a,
#storesList dl.storeBlock a {
	text-decoration: none;
	color: #F5E824;
}

dl#storeContact a:visited,
#storesList dl.storeBlock a:visited {
	color: #CCC;
}

dl#storeContact a:hover,
dl#storeContact a:focus,
dl#storeContact a:active,
#storesList dl.storeBlock a:hover,
#storesList dl.storeBlock a:focus,
#storesList dl.storeBlock a:active {
	color: #999999;
	outline: none;
	text-decoration: underline;
}

#footer .listStores {
	width: 580px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#footer dl.storeBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
	padding: 0px;
}

#footer dl.storeBlock dt.storeTitle {
	width: 120px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-transform: uppercase;
}

#footer dl.storeBlock dd.storeAddress {
	float: left;
	width: 330px;
	margin: 0px;
	padding: 0px;
}

#footer dl.storeBlock dd.storePhone {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 120px;
}

#storeDetails {
	float: left;
	width: 340px;
	margin: 0px 20px 0px 0px;
}

dl#storeContact {
	width: 320px;
	margin: 0px 20px 30px 0px;
	padding: 10px;
	background: #E31C29 url(../images/bkgnd_store_contact_block.png) no-repeat left top;
	color: #FFF;
	height: 130px;
}

dl#storeContact dt {
	float: left;
	width: 100px;
	margin: 0px 0px 5px;
	padding: 0px;
}

dl#storeContact dd {
	margin: 0px 0px 5px 100px;
	padding: 0px;
}

#storeGallery {
	color: #CCC;
	width: 345px;
	overflow: hidden;
	margin: 0px 0px 20px;
	padding: 0px;
}

.storePhoto {
	height: 100px;
	width: 100px;
	border: 1px solid #CCC;
	margin: 0px 5px 5px 0px;
	padding: 4px;
	float: left;
}

#storeMap {
	float: right;
	width: 530px;
	margin: 0px;
	padding: 0px;
}

#storeDescription {
	
}


/* ------------------------------------------------------------------- Media documents page */

#mediaDocuments {
	
}

#mediaDocuments dl {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
}

#mediaDocuments dt {
	float: left;
	width: 60%;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-weight: normal;
}

#mediaDocuments dd.linkDownload {
	float: right;
	width: 30%;
	padding: 0px;
	margin-top: 0px;
}

#mediaDocuments dd.linkDownload a {
	float: right;
}


#mediaDocuments dd.documentDescription {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/* ------------------------------------------------------------------- Noticeboard page */

.noticeBlock {
	margin: 0px 0px 20px;
	padding: 0px;
}

.noticeTitle {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #000;
}

.noticeDate {
	padding: 0px;
	margin: 0px 0px 10px;
}

.noticeDate span {
	background: #000;
	padding: 2px;
	color: #FFF;
}

.noticeContent {
	margin: 0px 0px 10px;
	padding: 0px;
}


/* ------------------------------------------------------------------- Hints and tips page */

/* ------------------------------------------------------------------- Noticeboard page */

.tipBlock {
	margin: 0px 0px 20px;
	padding: 0px;
}

.tipTitle {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #000;
}

.tipDate {
	padding: 0px;
	margin: 0px 0px 10px;
}

.tipDate span {
	background: #000;
	padding: 2px;
	color: #FFF;
}

.tipContent {
	margin: 0px 0px 10px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Contact us page */

#contactForm {
	width: 435px;
	overflow: hidden;
	margin: 0px 0px 10px;
	float: left;
}

#form_contact_us {
	padding: 10px;
}

#form_contact_us {
	
}

#form_contact_us .formBlock .label {
	width: 160px;
	float: left;
	padding: 4px 0px 2px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

#form_contact_us .formBlock .input {
	width: 235px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#form_contact_us .formBlock .description,
#form_contact_us .textareaBlock .description {
	display:none;
}

#form_contact_us .textareaBlock .input {
	float: none;
	clear: both;
	width: 425px;
	padding: 4px 0px 3px;
	margin: 0px;
}

#form_contact_us #contact_message {
	height: 205px;
}

#contactDetails {
	width: 425px;
	overflow: hidden;
	margin: 0px 0px 10px;
	float: right;
	padding: 0px 10px;
}

#contactDetails dt,
#contactDetails dd {
	margin: 0px;
	padding: 0px;
}

#contactDetails dt {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #FFF;
}

#contactDetails dd {
	margin: 0px 0px 5px 110px;
	padding: 0px;
}

/* ------------------------------------------------------------------- WYSIWYG editor */

.wysiwygToggle {
	padding: 5px 5px 5px 25px;
	display: inline-block;
	cursor: pointer;
	background: #FFFFFF url(../images/icon_editor_enable.png) no-repeat 5px center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
	bottom: -1px;
	z-index: 10;
}

.wysiwygEnabled {
	background: #F0F0EE url(../images/icon_editor_disable.png) no-repeat 5px center;

}

.wysiwygPreview {
	padding: 5px 5px 5px 25px;
	display: inline-block;
	cursor: pointer;
	background: #F0F0EE url(../images/icon_view.png) no-repeat 5px center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: none;
	position: relative;
	bottom: -1px;
	z-index: 10;
}

/* ------------------------------------------------------------------- WYSIWYG file browser */

body#page_file_browser {
	background-image: none;
	background-color: #FFF;
}

#fileBrowserImages {
	overflow: hidden;
	width: 720px;
	margin: 0px auto 4px;
}

#fileBrowserImages dl {
	float: left;
	width: 140px;
	margin: 0px 2px 4px 2px;
	height: 158px;
	overflow: hidden;
}

#fileBrowserImages dl dt {
	margin: 0px 0px 2px;
	padding: 4px;
	height: 130px;
	width: 130px;
	border: 1px solid #999;
}

#fileBrowserImages dl dd {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 16px;
	float: left;
	width: 16px;
}

#fileBrowserImages dl dd a {
	display: block;
	height: 16px;
	width: 16px
}

#fileBrowserImages dl dd a span {
	display: none;
}

#fileBrowserImages dl dd a.linkView {
	background: url(../images/icon_view.png) no-repeat center center;	
}

#fileBrowserImages dl dd a.linkModify {
	background: url(../images/icon_modify.png) no-repeat center center;	
}

#fileBrowserImages dl dd a.linkDelete {
	background: url(../images/icon_delete.png) no-repeat center center;	
}

#sortByList {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px;
}

#sortByList li {
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 4px 0px;
	width: 120px;
	float:left;
	background: #DF1523 url(../images/bkgnd_sortby.gif) no-repeat center top;
	color: #FFF;
}

#sortByList li ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#sortByList li ul li {
	margin: 0px;
	width: 80px;
	padding: 0px;
	background: none;
}

#sortByList li ul li.sortLinks {
	float: right;
	height: 16px;
	width: 16px;
}

/* ------------------------------------------------------------------- Modal boxes */

#modalOverlay {
	background-color: #000000;	
}

#modalContentBox {
	background-color: #FFFFFF;
	border: 10px solid #000000;
	padding: 10px;
	font-size: 1.2em;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #E31C29;
	margin-bottom: 5px;
}

#modalTitleBar h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	width: 75%;
	float: left;
}

#modalCloseButton {
	height: 25px;
	width: 26px;
	float: right;
	text-align: right;
	background: #FFFFFF url(../images/icon_delete.png) no-repeat right center;
	display: block;
}

#modalCloseButton span {
	display:none;
}


/* ------------------------------------------------------------------- Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	color: inherit;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #131313;
	color: inherit;
}

.lbLoading {
	background: #000 url(../images/loading.gif) no-repeat center;
	color: inherit;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #131313;
	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/prevlabel.png) no-repeat 0 25%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
	border-right: 10px solid #131313;
	border-bottom: 10px solid #131313;
	border-left: 10px solid #131313;
	background-color: inherit;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 70px;
	height: 30px;
	background: transparent url(../images/closelabel.png) no-repeat center top;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover {
	background-position: center bottom;
}

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

#lbCaption {
	font-weight: bold;
}


/* ------------------------------------------------------------------- Miscellaneous */


.topLink {
	text-align: right;	
}

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.messageBlock {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 5px;
}

.messageFail, .formError {
	background: #FEE7EE;
	border-color: #FF0006;
}

.messageNone {
	background: #E4F2FD;
	border-color: #93CAF7;
}

.messageNotice {
	background: #E4F2FD;
	border-color: #93CAF7;
}

.highLite {
	background: #FEFDDE;
	padding: 1px 2px;
	color: #666;
}

label,
button,
.formButton,
#lbOverlay,
#colourList li,
#tintList li {
	cursor: pointer;
}

