﻿@media all
{
	body
	{
		background: #fff;
		margin: 0px;
		padding: 0px;
	}

	body, td, ul, li, input, select, submit, blockquote, textarea
	{
		font-family: arial, sans-serif;
		font-size: 12px;
		color: #000;
	}

	form
	{
		padding:0px;
		margin:0px;
	}

	a
	{
		text-decoration: none;
		color: rgb(0,131,180);
	}

	a:hover
	{
		text-decoration: underline;
	}

	div#wrapper
	{
		margin: auto;
		width: 1000px;
	}

	div#container
	{
		float: left;
		width: 790px;
		overflow:hidden;
	}

	div#banners
	{
		overflow:hidden;
		float: left;
		padding-top:97px;
		padding-left: 10px;
		width: 200px;
	}

	/* TOP */

	div#logo
	{
		float: left;
		padding-top: 10px;
		width: 290px;
		height: 87px;
	}

	div#shortcuts
	{
		float: right;
		width: 500px;
		text-align: right;
		padding-top: 58px;
	}

	div#shortcuts ul
	{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	div#shortcuts ul li
	{
		display: inline;
	}

	div#shortcuts ul li a
	{
		color: #000;
		text-decoration: none;
	}

	div#shortcuts ul li a:hover
	{
		text-decoration: underline;
	}

	.bg-split
	{
		background: url(/resources/images/template/bg-split.gif) no-repeat right;
		padding: 0px 5px;
	}

	/* MENU */

	div#menu
	{
		float: left;
		padding-left: 13px;
		width: 127px;
	}

	div#menu ul
	{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	div#menu ul li.level1
	{
		padding-top: 2px;
		padding-bottom: 5px;
		padding-left: 8px;
		height: auto !important;
		height: 15px;
		min-height: 15px;
		line-height: 15px;
		background: url(/resources/images/template/bg-small-head.png) no-repeat;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
	}

	div#menu ul li.level2
	{
		padding-top:2px;
		padding-bottom: 3px;
		padding-left: 8px;
		height: auto !important;
		height: 15px;
		min-height: 15px;
		line-height: 15px;
		background: url(/resources/images/template/bg-level2.gif) no-repeat;
		border-bottom: 1px dotted #ddd;
	}

	div#menu ul li.level2-last
	{
		padding-top: 2px;
		padding-bottom: 12px;
		padding-left: 8px;
		height: auto !important;
		height: 15px;
		min-height: 15px;
		line-height: 15px;
		background: url(/resources/images/template/bg-level2.gif) no-repeat;
	}

	div#menu ul li a
	{
		color:#000;
	}

	div#left-ad
	{
		padding-top:10px;
		width: 127px;
		text-align:center;
	}

	div#main
	{
		float: left;
		padding-left: 10px;
		width: 640px;
	}

	div#ad
	{
		width:640px;
		overflow:hidden;
		padding-bottom: 10px;
	}

	div#top-ad
	{
		width:640px;
		overflow:hidden;
		padding-bottom: 10px;
	}

	span.big-header
	{
		display: block;
		padding-bottom: 5px;
		padding-left: 8px;
		width: 632px;
		height: 25px;
		line-height: 25px;
		background: url(/resources/images/template/bg-big-head.png) no-repeat;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
	}

	div#search
	{
	width: 614px;
	padding: 13px;
	margin-bottom: 19px;
	background: #ffd19f;
	}

	div#content
	{
		float:left;
		width: 614px;
		border: 5px dotted #ddd;
		padding: 8px;
	}

	div.clear
	{
		clear: both;
		height: auto;
	}

	div#footer
	{
		clear:both;
		float:left;
		padding-left:140px;
		width: 650px;
		text-align:center;
		color: #aaa;
	}

	div#footer a
	{
		color: #666;
	}

	div#footer a:hover
	{
		text-decoration: underline;
	}
	/* SEARCH BOXES */

	.search-item
	{
		clear:both;
		float:left;
		padding:5px 0px;
		width:614px;
		border-bottom: 1px solid rgb(242,242,242);
	}

	div.search-image
	{
		float:left;
		width:115px;
		height: auto !important;
		height:50px;
		min-height:50px;
	}

	div.search-image img
	{
		vertical-align: bottom;
	}

	div#search-content
	{
		float:left;
		width:499px;
	}

	.search-row-title
	{
		float:left;
		padding-left:24px;
		padding-bottom:15px;
		width:465px;
	}


	.search-info
	{
		float:left;
		padding:0px 0px 0px 24px;
		width: 210px;
	}

	.search-row
	{
		clear:both;
		float:left;
		width:210px;
	}

	.search-row-left
	{
		float:left;
		padding:0px 5px 0px 0px;
		width:85px;
	}

	.search-row-right
	{
		float:left;
		width:120px;
	}

	.search-description
	{
		float:left;
		padding: 0px 5px 0px 10px;
		width:250px;
		color:#000;
	/*
		color: rgb(153,154,156);
	*/
	}

	.search-desciption-content
	{
		height: auto !important;
		height:50px;
		min-height:50px;
	}

	.search-price
	{
		float:left;
		padding-top:12px;
	}

	.search-more
	{
		padding-top:12px;
		text-align:right;
	}

	/* SEARCH FONT STYLES */ 

	.search-blue
	{
		font-size:16px;
		color: rgb(51,130,183);
	}

	.search-grey
	{
		color: rgb(203,204,206);
	/*
		color: #000;
	*/
		font-size:16px;
	}

	.search-orange
	{
	/*
		color: rgb(255,132,0);
	*/
		color: rgb(51,130,183);
		font-size:16px;
		font-weight:bold;
	}

	/* ITEM */
	.item-title
	{
		clear:both;
		padding: 3px 10px;
		float:left;
		width:594px;
		line-height:15px;
		text-align:left;
		background: rgb(0,131,180);
		color: #fff;
		font-weight:bold;
	}

	.item-content
	{
		clear:both;
		float:left;
		padding:10px 0px;
		width:614px;
	}

	.item-content h1
	{
		margin:0px;
		padding:15px 0px 5px 0px;
		color: rgb(0,131,180);
		font-size:14px;
		border-bottom:1px solid #ddd;
	}

	.item-alt
	{
		background: #eee;
	}
}
@media print
{
	div#wrapper, div#container
	{
		float:none;
		padding:0px;
		margin:0px;
		width:640px;
	}

	div#logo
	{
		float:none;
		clear:both;
	}

	div#content
	{
		clear:both;
		float:none;
		padding:10px 0px 0px 0px;
		margin:0px;
		width:640px;
		border:none;
		clear:both;
	}

	div#footer
	{
		padding:0px;
		width:614px;
	}

	div#subfooter
	{
		clear:both;
		float:none;
		padding:20px 0px 0px 0px;
		width:614px;
	}

	.search-description
	{
		width:248px;
	}

	.search-item
	{
		clear:both;
		float:none;
		border:none;
	}

	.item-title
	{
		float:none;
		color: rgb(0,131,180);
		border-bottom:1px solid rgb(0,131,180);
	}

	.item-content
	{
		float:none;
	}

	div#shortcuts, div#menu, div#leftad, div#ad, span.big-header, div#search, div#banners, .search-more, div#supfooter
	{
		display:none;
	}
}