/* =============================================== */
/* TopGifts.ie Stylesheet */
/* Layout Definition */
/* Created by Digino/Ben Wakeford 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION : OVERALL LAYOUT */
/* =============================================== */

/* - BODY ------------ */

body {
	background : #EEF0F1 url(../../images/common/bg-body.gif) repeat-y scroll center;
	/* :HACK: IE5 hack to center divs: */
	text-align:center;
	/* :END HACK: */
}

/* - CONTAINER ------------ */

div.container {
	width : 950px;
	margin : 0 auto;
	padding : 0;
	position : relative;
	/* :HACK: Reset IE5 hack from BODY tag: */
	text-align : left;
	/* :END HACK: */
}


/* =============================================== */
/* SECTION : MAIN DIVISIONS */
/* =============================================== */

/* - HEADER  ------------ */

div.header {
	width : 950px;
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
	background : transparent;
	border-bottom : 1px solid White;
}

/* - MAIN CONTENT  ------------ */

div.main {
	width : 950px;
	padding : 0 0 10px 0;
	margin : 0 0 10px 0;
	border-bottom : 1px solid #EDEFF1;
	clear : both;
}

div.content {
	width : 710px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	float : left;
}

div.sidebar {
	width : 230px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	float : right;
}

div.sub-features {
	width : 950px;
	padding : 0 0 20px 0;
	margin : 0 0 0px 0;
	border-bottom : 1px solid #EDEFF1;
	position : relative;
}

/* - FOOTER  ------------ */

div.footer {
	width : 950px;
	padding : 20px 0 10px 0;
	margin : 0;
}


/* =============================================== */
/* SECTION: MISCELLANEOUS LAYOUT ELEMENTS*/
/* =============================================== */

/* -- Force succeeding elements onto the next line -- */
.clear {
	clear : both;
	/* :IE6 HACK: Ensure empty DIV has no height */
	font-size: 0;
	height : 0;
	/* :End HACK: */
}

/* -- Hide accessibility elements from advanced browsers -- */
.hide {
	display : none;
}

.horizontal-rule {
	height : 1px;
	margin : 10px 0;
	font-size : 0;
	clear : both;
	background : transparent url(../../images/utility/dots-grey-horz.gif) repeat-x scroll left;
}

.hilite {
	color : #489ED6;
}
