/* Reset all margins and padding */
* {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
html {
	background: #333 url(../images/format/body_bg.gif) repeat top left;
}
body {
	padding: 0;
	margin: 0;
	color: #000;
	background: #333 url(../images/format/body_bg.gif) repeat top left;
}

/* BASIC HTML *************************************************************************************************************************************/
h1 {
	height: 210px;
}
h1 span {
	position: absolute;
	left: -10000px;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
}

p {
	line-height: 1.4em;
	margin: 5px 0 10px;
}
ul, ol {
	padding: 10px;
	margin: 10px;
}
li {
	line-height: 1.4em;
}
table {
	border-collapse: collapse;
	width: 100%;
}
caption {
	
}
tr {
	
}
th {
	border-bottom: 2px solid #666;
	padding: 2px;
	text-align: left;
}
td {
	padding: 2px;
	border-bottom: 1px dotted #CCC;
}
.alternate {
	background-color: #EEE;	
}

/* LINKS *************************************************************************************************************************************/
a:link,
a:active {
	color: #006;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #003;
	text-decoration: underline;
	outline: none;
}
a:hover,
a:focus {
	color: #009;
	outline: none;
}
a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
	border: none;
}

.link_add {
	padding: 0 0 0 20px;
	background: url(../images/icons/add.png) no-repeat left center;
}
.link_add_header {
	float: right;
	padding: 0 0 0 25px;
	background: url(../images/icons/add_header.png) no-repeat left center;
}
.link_cancel {
	padding: 0 0 0 20px;
	color: #C00;
	background: url(../images/icons/cross.png) no-repeat left center;
}
.link_cart {
	padding: 8px 20px 0 34px;
	height: 20px;
	font-size: 120%;
	background: url(../images/icons/cart.jpg) no-repeat left center;
}
.link_comment_add {
	padding: 0 0 0 20px;
	background: url(../images/icons/comment_add.png) no-repeat left center;
}
.link_comment_edit {
	padding: 0 0 0 20px;
	background: url(../images/icons/comment_edit.png) no-repeat left center;
}

.link_delete {
	padding: 1px 0 1px 20px;
	background: url(../images/icons/delete.png) no-repeat left center;
}
.link_edit {
	padding: 1px 0 1px 20px;
	background: url(../images/icons/pencil.png) no-repeat left center;
}
.link_show_comment {
	padding: 1px 0 1px 20px;
	background: url(../images/icons/accept.png) no-repeat left center;
}
.link_hide_comment {
	padding: 1px 0 1px 20px;
	background: url(../images/icons/cross.png) no-repeat left center;
}

a span {
	position: absolute;
	left: -10000px;
}

/* BUTTONS *************************************************************************************************************************************/
a.button {
	display: block;
}
.button {
	width: 140px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	cursor: pointer;
}
.button:hover {
	width: 140px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0 -36px;
	border: none;
	cursor: pointer;
}
.button span {
	position: absolute;
	left: -10000px;
}
.button_listings_view:link,
.button_listings_view:visited {
	background-image: url(../images/buttons/listings_view.jpg);
	height: 100px;
	width: 320px;
	margin: 0 auto;
}
.button_listings_view:hover,
.button_listings_view:focus {
	background-image: url(../images/buttons/listings_view.jpg);
	height: 100px;
	width: 320px;
	margin: 0 auto;
	background-position: 0 -100px;
}
.button_listings_view:active {
	background-image: url(../images/buttons/listings_view.jpg);
	height: 100px;
	width: 320px;
	margin: 0 auto;
	background-position: 0 -200px;
}

/***********************************************************************************************************************************************/
/* WRAPPER *************************************************************************************************************************************/
.wrapper {
	margin: 0 auto;
	width: 930px;
	background: #333;
	border: 1px solid #666;
	padding: 0 15px 15px 15px;
}
.wrapper_inner {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

/* HEADER ***********************************************************************************************************************************/
.header {
	background: url(../images/format/header_bg.jpg) no-repeat top left;
	height: 249px;
}

/* NAVIGATION ***********************************************************************************************************************************/
#nav {
	list-style-type: none;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 560px;
}
#nav li {
	display: inline;
	padding: 38px;
}
#nav li a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

/* CONTENT ***********************************************************************************************************************************/
.content {
	padding: 15px;
	background: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}


/* FOOTER *************************************************************************************************************************************/
#footer {
	margin: 0 auto;
	width: 960px;
	font-size: 70%;
}
.footer_links #footer_links_right {
	float: right;
	margin: 0;
	padding: 0 0 7px 0;
	border: none;
}	
.copyright {
	width: 960px;
	height: 100px;
	margin: 0;
	padding: 0 0 7px 0;
}	

/* FEEDBACK *************************************************************************************************************************************/
.success {
	padding: 5px 5px 5px 25px;
	margin: 0 0 5px 0;
	border: 1px dotted #090;
	background: #DFD url(../images/icons/tick.png) no-repeat 5px center;
	font-weight: bold;
	color: #090;
}
.highlight {
	display: block;
	padding: 5px 5px 5px 30px !important;
	margin: 0 0 10px 0 !important;
	border: 1px solid #000;
	background: #FFC url(../images/icons/error.png) no-repeat 5px center;
}
.warning {
	padding: 5px 5px 5px 25px;
	margin: 0 0 5px 0;
	border: 1px dotted #900;
	background: #FDF url(../images/icons/exclamation.png) no-repeat 5px center;
	font-weight: bold;
	color: #900;
}

.clear {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
}

/* PRINT *************************************************************************************************************************************/
.print {
	display: none;
}

