@charset "UTF-8";
table.markup_table
{
	width:100%;
	border:none; 
	border-collapse: collapse;
}
table.markup_table td
{
	padding: 0px;
}

table.markup_table .main_part
{
	/*padding-left:20px;*/
	background: #fff url('images/header/bottom_bg.jpg') right bottom no-repeat;
}

table.markup_table .content
{
	width:auto;
	height:400px;
	/*padding-left:20px;*/
}

.content div.page_content
{
	padding-left:20px;
}	

table.markup_table .right_panel
{
	width:240px;
}

table.markup_table .menu
{
	background: #dcdcdc url('images/header/menu_bg.gif') left top repeat;
	height:21px;
	white-space: nowrap;
}


table.header
{
	width:100%;
	height:113px;
	border-collapse: collapse;
	border:none; 
	background: #000 url('images/header/top_bg.jpg') left top no-repeat;
}
table.header td
{
	padding: 0px;
}

table.header .site_logo
{
	width:680px;
	height:113px;
}
table.header .site_logo a
{
	display:block;
	border:none;
	height:113px;
	width : 500px;
	text-decoration: none;
	cursor:pointer;
}
table.header .site_info
{
	width:auto;
	height:113px;
	/*vertical-align: bottom;*/
	background: transparent url('images/header/t_bg.jpg') left top repeat-x;
}

table.site_category_header
{
	background-color: #fff;
	width:100%;
	border-collapse: collapse;
	border:none; 
}
table.site_category_header td
{
	padding-left: 20px;
	height:45px;
	padding-bottom:10px;
	background: transparent url('images/header/info_bg.jpg') left top no-repeat;	
}

table.footer
{
	background-color: #666666;
	width:100%;
	height:113px;
	border-collapse: collapse;
	border:none; 
}
table.footer td
{
	padding: 0px;
}


body.page
{
	width:100%;
	padding:0px;
	margin: 0 auto;
}	

table.dialog_markup_table
{
	width:100%;
	border:none; 
	border-collapse: collapse;
	text-align: left;
	background-color: #fff;
}

table.dialog_markup_table tr
{
	border-bottom:1px dotted #dcdcdc;
}	

table.dialog_markup_table td
{
	padding: 0px 0px 5px 0px;
}

table.dialog_markup_table .dialog_markup_caption
{
	font-weight: bold;
	width:15%;
	white-space: nowrap;
}	
table.dialog_markup_table .dialog_markup_devider
{
	font-weight: bold;
	width:5px;
	white-space: nowrap;
}		
.action_panel
{
	/*white-space: nowrap;*/
}

form.sorter_form{
	margin:0;
	display:inline;
	white-space: nowrap;
}
	form.sorter_form .sort_up{
		width:16px;
		height:16px;
		border:none;
		background: transparent url('images/buttons/up.gif') center center no-repeat;	
		color: #006400;
		font-weight:bold;
		cursor:pointer;
	}
	
	form.sorter_form .sort_down{
		width:16px;
		height:16px;
		border:none;
		background: transparent url('images/buttons/dwn.gif') center center no-repeat;
		color: #800000;
		font-weight:bold;
		cursor:pointer;
	}
