/* DIVS CSS FOR GENERAL LAYOUT */
/* DIVS APPLICABLE TO ALL CASES*/

#divAll {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#divTop {
	height: 70px;
}
#divTopAdvert {
	float: left;
	height: 65px;
	width: 600px;
	background-image: url(../../images/logos/logo_uk_flag.gif);
	/* background-image: url(../images/seasonal/valentine_candy.jpg); */
	/* background-image: url(../images/seasonal/valentine_lolipop.jpg); */
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-left: 5px;
}
#divLogo {
	background-image: url(../../images/shop/logos/logo_uk.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 65px;
	width: 65px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
}
#divNav {
	padding: 4px;
	border: 1px solid #999999;
}
#divFlash {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
#divSubNav {
	border: 1px solid #999999;
	height: 30px;
	padding: 4px;
}
#divClearer{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/* DIVS FOR 3 COLUMN DESIGN AND FOR 1 MAIN & SIDE */

#divContainer {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-image: url(../../images/shop/gui/left_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#divLeft {
	float: left;
	width: 149px;
	padding: 5px;
}
#divLeftImage {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
#divLeftField {
	padding-top: 15px;
	padding-bottom: 15px;
}
#divLeftField a {
	font-family: Arial, Helvetica, sans-serif;
}

/* DIVS FOR 3 COLUMN DESIGN */

#divRight {
	padding: 5px;
	float: right;
	width: 150px;
}

#divRightImage {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

#divCenter {
	width: 468px;
	float: left;
	text-align: justify;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/* DIVS FOR 1 MAIN & SIDE COLUMN DESIGN */

#divCenterRight {
	float: right;
	width: 640px;
	padding: 5px;
	text-align: justify;
}

/* DIVS FOR 2 EQUAL COLUMN DESIGN */

#divColumns {
	width: 100%;
}
#divColumnPadding {
	padding-top: 10px;
	padding-bottom: 10px;
}
#divColumnHalf {
	float: left;
	width: 50%;
	text-align: justify;
	margin: 0px;
}
#divColumnPading {
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
}

/* DIVS FOR 1 COLUMN DESIGN */

#divContainerSingle {
	padding: 10px;
}

/* DIVS FOR FOOTER DESIGN */

#divFooter {
	height: 40px;
}
#divFooterLeft {
	text-align: center;
	border: 1px solid #999999;
	padding: 4px;
	width: 640px;
	clear: both;
	height: 30px;
	float: left;
}
#divFooterRight {
	float: left;
	width: 135px;
	height: 25px;
	padding-top: 15px;
	padding-left: 25px;
}
#divFooterLeft p {
	margin: 2px;
}
#divFooterLeft a {
	font-family: Arial, Helvetica, sans-serif;
}
#divAbsolute {
	position: relative;
	height: 940px;
	margin-bottom: 20px;
}

/* DIVS FOR LAYERED DESIGN */

#divHiddenLayer {
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 450px;
}
#divHiddenLayer2 {
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 450px;
	visibility: hidden;
}
