html
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

body
{
	margin: 0px;
	padding: 0px;
	background: url("/pub/image/background.jpg") repeat-x top;
}

#page { 
	margin: 0 auto;
	margin-top: 130px;	
	width: 800px;
	font-size: .85em;
	background: #fff;
}

#spacer
{
	height: 32px;
}

#content
{
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	min-height: 500px;
	width: 584px;
	float: left;
}

#admin_content
{
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 0px 5px 0px;
	padding: 10px 20px 20px 20px;
	min-height: 500px;
	width: 758px;
	float: left;
}

#rightcolumn { 
	float: right;
	color: #333;
	background: #fff;
	padding: 0px
	min-height: 500px;
	width: 191px;
	text-align: center;
}

#footer
{
	height: 30px;
	width: 800px;
	clear: both;
	color: #333;
	border: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: url("/pub/image/footer.gif") no-repeat left top;
}

#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 0px;
	border: 1px solid #ccc;
	height: 100px;
	margin: 10px 0px 5px 0px;
	background: #BD9C8C;
}

#header_left
{
	position: absolute;
	top: 30px;
	height: 84px;
	margin: 0px;
	padding: 0px;
	width: 800px;;
	background: #990002 url("/pub/image/header_left.jpg") repeat-x;
	z-index: 15;
}

#header_right
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	width: 110px;
	height: 100px;
	background: #990002 url("/pub/image/header_right.jpg") no-repeat right top;
	z-index: 17;
}

#title_container
{
	top: 10px;
	position: absolute;
	min-width: 750px;
	z-index: 20;
}

#title_container h3
{

	font-family: verdana;
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
	padding: 0px 10px;
	margin: 0px;
	position: absolute;
	top: 23px;
	z-index: 10;
	min-width: 750px;
	text-decoration: none;
}

#top_bar
{
	top: 15px;
	height: 15px;
	width: 800px;
	background: url("/pub/image/top_bar.gif") no-repeat left bottom;
	position: absolute;
}

#title_container h3.subtitle
{
	color: #fff;
	font-size: 1em;
	position: absolute;
	top: 68px;
	z-index: 10;
	text-decoration: none;
}

#container
{	margin-left: 15%;
	margin-right: 15%;
	position: absolute;
	top: 150px;
	min-width: 750px;	
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin: 0px;
}

table
{
	padding: 5px;
	margin: 5px 5px 5px 20px;
	border: none;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	border-left: none;
}

table.plain
{
	border: 0px solid #ddd;
	width: 546px;
}

table th
{
	padding: 5px;
	border: solid 2px black;
	background-color: #4F3131;
	color: white;
}

table tr
{
	
}

table tr.odd
{
	background-color: #EFEFEF;
}

table td
{
	padding: 5px;
	border: solid 1px #ccc;
}


.news_item
{
	font-size: .95em;
	margin-bottom: 30px;
}

.news_item_title
{
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: 4px 0px 5px 0px;
	border-top: solid 1px #bbb;
	text-align: center;
}

.news_item_content
{
	padding: 0px 0px 4px 4px;
}

.news_item_image
{
	float: right;
	padding: 0px 0px 5px 10px;
}

.news_item_info
{
	clear: both;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	text-align: right;
}

#promoted_listings
{
	padding-top: 5px;
	padding-left: 5px;
}

#promoted_listings .mf-container
{
	border: 1px solid #EFEFEF;
	margin-bottom: 20px;
	width: 170px;
	padding: 5px;
}

#promoted_listings .machine-container
{
	min-height: 135px;
}

#promoted_listings .logo
{
}

#promoted_listings .logo img
{
	margin-bottom: 5px;
}

#promoted_listings .logo span
{
	font-weight: bold;
	color: #333;
}

#promoted_listings .description
{
	font-weight: bold;
}

#promoted_listings .manufacturer-name
{
	font-weight: bold;
}

#promoted_listings .listing
{
	margin-bottom: 5px;	
}

#promoted_listings a
{
	color: #164587;
	text-decoration: none;	
}

#promoted_listings a:hover
{
	text-decoration: underline;	
}

.hot_deal
{
	clear: both;
	font-size: .85em;
	margin-bottom: 20px;
}

.hot_deal_main_title
{
	padding-top: 4px;
	font-size: 1.3em;
	font-weight: bold;
}

.hot_deal_title
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 0px 5px 0px;
	border-top: solid 1px #ccc;
}

.hot_deal_title a
{
	color: #164587;
	text-decoration: none;
}

.hot_deal_title a:hover
{
	text-decoration: underline;
}

.hot_deal_image
{
	text-align: center;
	padding: 0px 0px 4px 0px;
}


p
{
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


div.block
{
	clear: both;
	text-align: justify;
	margin: 0px;
	
}

div.block_content
{
	width: 380px;;
	float: left;
}

div.block h4
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

div.block_image
{
	text-align: center;
	width: 150px;
	float: right;
	padding-top: 20px;
}

div.block_space
{
	clear: both;
	height: 40px;
}

pre
{
	width: 550px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-weight: normal;
	font-family: verdana;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.float_right
{
	margin: 0px 10px 10px 10px;
	padding: 5px 1px 5px 1px;
	float: right;
	background-color: #4F0003;
	position: relative;
}

div.container
{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-width: 1px 2px 2px 5px;
	border-style: solid;
	border-color: #4F0003;
   	background-color: #FFEFF0;
}



#right_sidebar
{
	text-align: right;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	background-color: #eef;
	min-height: 400px;
}

.news
{
	font-weight: bold;
}

h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	color: #7F1717;
}

.bold
{
	font-weight: bold;
}

.stand_out
{
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

.image_container
{
	float: left;
}

.table_title
{
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 2px 0px;
	color: #4F3131;
	font-size: 1.2em;
	font-weight: bold;		
}

.form_title
{
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	color: #4F3131;
	font-size: 1.2em;
	font-weight: bold;
}

h4
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #990002;
	clear: both;
}

#right_sidebar
{
	text-align: center;
}

.clear
{
	clear: both;
}

#filters
{
	border-style: solid;
	background-color: transparent;
	margin: 0px;
	padding: 5px;
	
	list-style: none;
	display: inline;
}

#filter_container span
{
	float: left;
	padding: 5px 2px 5px 2px;
	font-weight: normal;
}

#filter_container span.bold
{
	font-weight: bold;
	padding-right: 10px;
}


#filter_container
{
	color: black;
	background-color: #EFEFEF;
	padding: 10px;
	text-align: center;
}

#page_index
{
	width: 200px;
}

form.simple
{
	border: none;
	margin: 0px;
	padding: 10px;
	display: inline;
	background-color: transparent;
}


#breadcrumb
{
	margin: 0px 0px 15px 10px;
}

a img
{
	border: none;
}
