/* 
******************************************************************
							=RESET
******************************************************************
*/ 

#wrapper #ccm-highlighter, #wrapper .ccm-block { border:1px dotted #fff; }

/* Taken from > http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label { font-weight:bold;}
fieldset { border:1px solid #ccc;}

/* 
******************************************************************
							=LAYOUT
******************************************************************
*/ 

#wrapper {
	width:960px;
}

#wrapper #header {
	background-image: url(http://www.good-dealsuk.com/themes/gduk/images/010331-good-deals-header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:170px;
	position:relative;
}
	
	#wrapper #header div {
		left:240px;
		position:absolute;
		top:8px;
	}

#wrapper #content {
	width:960px;
	float:left;
	margin:20px 0 0;
}

#wrapper #sidebar {
	float: left;
	width: 240px;
	display: inline;
}

/* #wrapper #main {
	clear: right;
	float: right;
	width: 718px;
	display: inline;
} */

#wrapper #main {
	clear:none;
	display:block;
	float:left;
	margin:auto;
	width:520px;
}

#wrapper #sidebar-2 {
	clear: right;
	float: right;
	display: inline;
	width:180px;
}

#wrapper #footer {
	border-top:1px solid #0081D3;
	float:left;
	width:100%;
	margin-top:30px;
	font-size:0.9em;
}

/* 
******************************************************************
					=PAGETYPE-SPECIFIC LAYOUTS
******************************************************************
*/ 





/* 
******************************************************************
				=STYLES FOR SINGLE PAGES ETC.
******************************************************************
*/ 

/* !login.php */

#wrapper #loginbox {
	padding:10px;
	background-color: #333;
	float:left;
	width:97%;
}

#wrapper .ccm-form {
	width:220px;
	margin-right:10px;
	float:left;
}

	#wrapper .sign-in a { color:#000; }
	#wrapper .sign-in a:hover {	color:#0081D3; }
	#wrapper .sign-in { color:#ccc; padding:0 0 0 260px; }

/* 
******************************************************************
					=CONCRETE-SPECIFIC STYLING
******************************************************************
*/ 

#wrapper .ccm-add-block {
	color:#990000;
}

#wrapper .ccm-SlideshowBlock-display {
	margin-bottom:30px;
}

#wrapper .ccm-image-block, #logos img {
	margin-bottom:10px;
}

/* 
******************************************************************
							=OPENX
******************************************************************
*/ 

#sb-openx-r {
	width:180px;
	padding:0;
	margin:auto;
	text-align: center;
}