@charset "utf-8";
/* CSS Document */


.categorylink
{
	font-family: verdana;
	font-size:12px;
	font-weight:bold;
	color:#ED1C24;
	text-align:right;
	text-decoration:none;
}

div#category_row
{
	margin:5px 5px 10px 5px;
	border-top:solid #ED1C24 2px;
	padding:5px 0px 0px 0px;
}

td.red_top
{
	background-image:url(images/red_top.gif);
	background-repeat:no-repeat;
	height:22px;
}

td.red_bottom
{
	background-image:url(images/red_bottom.gif);
	background-repeat:no-repeat;
	height:6px;
}

td.red_left
{
	background-image:url(images/red_left.gif);
	background-repeat:repeat-y;
	width:2px;
	max-width:2px;
}

td.red_right
{
	background-image:url(images/red_right.gif);
	background-repeat:repeat-y;
	width:2px;
	max-width:2px;
}

td.left_side
{
	width:384px;
	height:214px;
	background-image:url(images/left_side.jpg);
	background-repeat:no-repeat;
}

td.right_side
{
	width:376px;
	height:214px;
	background-image:url(images/right_side.jpg);
	background-repeat:no-repeat;
}

td.buy_panel
{
	width:233px;
	height:193px;
	background-image:url(images/buy_panel.jpg);
	background-repeat:no-repeat;
}

td.sell_panel
{
	width:237px;
	height:193px;
	background-image:url(images/sell_panel.jpg);
	background-repeat:no-repeat;
	cursor:hand;
	cursor:pointer;
}

td.garage_panel
{
	width:233px;
	/*margin-left:6px;*/
	padding-top:1px;
	height:193px;
	background-image:url(images/garage_panel.jpg);
	background-repeat:no-repeat;
}

div#side_by_side
{
	margin: 15px 0px 20px 0px;
}

div#left_content
{
	margin: 10px 10px 10px 10px;
}

div#right_content
{
	margin: 10px 10px 10px 10px;
}

div#panel_div
{
	margin: 10px 20px 20px 10px;
}

input {
	color: black;
	font-family: verdana;
	font-size: 8pt;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

form
{
	margin:0px 0px 0px 0px;
}

.search_by_id
{
	margin:8px 0px 0px 2px;
}
