/*
	General CSS settings
*/
body {
	margin: 0 auto;
	background-color: #655CB5;
	/*background-image: url(../images/bg.jpg);*/
	background-repeat: repeat-x;
}

img {
	border: 0;
}

#page
{
	width: 902px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 5px;
}

#main	{ margin-left: 14px;}
#navbar
{
	margin-top: 5px;
	font-size: 8pt;
	font-family: 'Candara';
}
#navbar li a em
{
	padding-right: 6px;
	padding-left: 6px;
}

.tab_content
{
	margin-left: 0px;
	font-size: 10pt;
	font-family: Arial;
	height: 148px;
	overflow: auto;
}
.tab_content .date
{
	font-size: 9pt;
	color: grey;
}
.tab_content .news
{
	font-size: 13pt;
	color: black;
	font-weight: bold;
}
.tab_content a
{
	text-decoration: none;
}
.tab_content a:hover
{
	text-decoration: underline;
}
.tab_content .product
{
	float: left;
	
	width: 172px;
	height: 118px;
	
	margin-top: 6px;
	margin-right: 4px;
	font-size: 8pt;
	font-family: Arial;
	text-align: left;
}
.tab_content .product img
{
	border: 1px solid #ECECEC;
}
.tab_content .tab_more
{
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}

#about	{ }
#about .text
{
	padding-left: 12px;
	width: 338px;
	height: 428px;
	overflow: auto;
	font-size: 9pt;
	line-height: 116%;
	padding-right: 5px;
}
#news	{ margin-left: 12px;}
#news .text
{
	width: 507px;
	height: 428px;
	overflow: auto;
}
#news .title
{
	border-left: 17px solid red;
	padding-left: 5px;
	margin-bottom: 8px;
	font-size: 16pt;
}
#news .title div
{
	font-size: 10pt;
}
#news_control
{
	padding-top: 15px;
	width: 216px;
	height: 413px;
	background-image: url(../images/news_control_bg.jpg);
	background-repeat: repeat-y;
}

#news_control a
{
	text-decoration: none;
}

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

.news_table
{
	border: 0;
	margin: 0 auto;
	width: 216px;
	border-collapse: collapse;
}
.news_table th
{
	margin: 0;
	padding: 0;
	background-image: url(../images/news_last_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 27px;
	color: #5e5e5e;
	font-family: 'Arial';
	font-size: 10pt;
	height: 22px;
}
.news_table th a
{
	color: #5e5e5e;
}
.news_table td
{
	margin: 0;
	padding: 0;
	color: #646465;
	padding-left: 27px;
	font-family: 'Arial';
	font-size: 9pt;
	line-height: 120%;
	border-bottom: 1px solid #9e9c7c;
	height: 22px;
}
.news_table td a
{
	color: #646465;
}

#left_navmenu_container
{
	background-image: url(../images/left_navmenu_repeat.jpg);
	background-repeat: repeat-y;
}

#left_navmenu
{
	background-image: url(../images/left_navmenu.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 429px;
	font-family: 'Corbel', 'Arial';
	font-size: 12pt;
}

#left_navmenu div.head
{
	padding-top: 5px; 
	padding-left: 20px;
	padding-bottom: 8px;
	color: #fff;
	font-size: 13pt;
	line-height: 120%;
}

#left_navmenu a
{
	color: #563E84;
	text-decoration: none;
}

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

#left_navmenu ul
{
	margin: 4px 0 3px 6px;
	list-style-type: none;
	padding-left: 14px;
}

#left_navmenu ul li ul li
{
	margin: 3px 0 0 0px;
	line-height: 130%;
	font-size: 10pt;
}

#left_navmenu ul li ul li a
{
	color: black;
}

#bottom
{
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 127px;
}

#bottom div.bottom_msg
{
	padding-bottom: 24px;
	text-align: right;
	padding-right: 25px;
	font-size: 7.5pt;
	color: #6699FF;
}

#bottom div
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: red;
}

#bottom div span
{
	font-size: 7.5pt;
	font-weight: none;
	color: red;
}

#bottom a
{
	text-decoration: none;
	color: #ccc;
}

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

/*
	Tree CSS
*/

#alt_tree_msg
{
	font-size: 10pt;
	font-family: Arial;
	line-height: 160%;
	color: #a3a2a3;
	margin-bottom: 5px;
}

#tree_msg
{
	background-image: url(../images/space_bar.jpg);
	background-color: #EDF1F4;
	padding-left: 10px;
	font-size: 8.5pt;
	font-family: Arial;
	line-height: 20px;
	height: 20px;
	color: #a3a2a3;
}

#alt_tree_msg a,
#tree_msg a
{
	text-decoration: none;
	color: #a3a2a3;
}

#alt_tree_msg a:hover,
#tree_msg a:hover
{
	text-decoration: underline;
	color: #333;
}

/*
	Item CSS
*/
#item
{
	margin: 5px 0 5px 10px;
}

#item img
{
	border: 1px solid #ECECEC;
	padding: 1px;
}

#item .space
{
	width: 343px;
	height: 178px;
	overflow: hidden;
}

#item .image
{
	text-align: center;
	float: left;
	font-family: 'Cambria';
	color: #666;
}

#item .image a
{
	border: 1px solid #ccc;
	background-color: transparent;
	color: #999;
	padding: 0 5px 0 5px;
	line-height: 150%;
	cursor: pointer;
}

#item .image a:hover
{
	border: 1px solid #333;
	background-color: #efefef;
	color: #333;
}

#item .info
{
	float: left;
	margin-left: 5px;
	font-family: 'Cambria Math';
	width: 375px;
}

#item .itemno
{
	font-size: 18pt;
	line-height: 150%;
}

#item ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#item_other
{
	padding-top: 3px;
	margin-left: 10px;
	font-family: 'Cambria';
}

#item_other .product
{
	margin: 2px 4px 2px 0px;
	float: left;
}

#item_other img
{
	border: 1px solid #ECECEC;
}

#item_other img:hover
{
	border: 1px dashed #666;
}

#item_other img.selected
{
	border: 1px solid #666;
}

/*
	Category CSS
*/

#category_list
{
	padding-left: 14px;
	height: 388px;
	*height: 391px;
	overflow: auto;
}

#category_list .product
{
	float: left;
	
	width: 173px;
	/*height: 120px;*/
	/*border: 1px solid #eee;*/
	
	margin: 5px 4px 0 0;
	padding-bottom: 2px;
	font-size: 8pt;
	font-family: Arial;
	text-align: left;
	line-height: 115%;
}

#category_list div:hover {
	background-color: #f6f6f6;
}

#category_list .product img
{
	border: 1px solid #ECECEC;
}

#category_list .product img:hover
{
	border: 1px dashed #666;
}

#page_control
{
	background-image: url(../images/space_bar.jpg);
	background-color: #EDF1F4;
	text-align: center;

	font-size: 10pt;
	font-family: Cambria;

	letter-spacing: 2px;
	line-height: 20px;
	height: 20px;
}

#page_control span
{
	letter-spacing: 100%;
}

/*
	Admin Menu CSS
*/

#adm_content
{
	float: left;
	margin-left: 10px;
	width: 715px;
}

#adm_left_navmenu
{
	padding: 5px;
	padding-bottom: 50px;
	width: 130px;
	background-color: none;
	border: 1px solid #ccc;
	font-family: 'Georgia'; 
	float: left;
}

#adm_left_navmenu a
{
	text-decoration: none;
}

#adm_left_navmenu ul
{
	margin: 4px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-style: italic;
}

#adm_left_navmenu ul li
{
	margin: 3px 0 0 5px;
	border-left: solid 6px #ccc;
	padding-left: 5px;
	line-height: 140%;
	font-style: normal;
}

#adm_left_navmenu ul li:hover
{
	border-left: solid 6px #000;
}

#adm_left_navmenu ul li a
{
	text-decoration: none;
	color: blue;
}

#adm_left_navmenu ul li a:visited
{
	color: #DF9300;
}

#adm_left_navmenu ul li a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/
.muffin_table {
	margin-top: 5px;
}

table.muffin_table caption {
	padding-top: 5px;
}

table.muffin_table,
table.muffin_table td
{
	border: 1px solid #CCC;
	border-collapse: collapse;
	font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table.muffin_table
{
	border: none;
	border: 1px solid #CCC;
}
.muffin_table thead th, 
.muffin_table tbody th
{
	background: #fff url(../images/admin/th_bck.gif) repeat-x;
	color: #666;  
	padding: 5px 10px;
	border-left: 1px solid #CCC;
}
.muffin_table tbody th
{
	background: #fafafb;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	border: 1px solid #CCC;
}
.muffin_table tbody tr td
{
	padding: 5px 10px;
	color: #666;
}
.muffin_table tbody tr:hover
{
	background: #FFF url(../images/admin/tr_bck.gif) repeat;
}

.muffin_table tbody tr:hover td
{
	color: #454545;
}
.muffin_table tfoot td, 
.muffin_table tfoot th
{
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 4px;
	background: #FFF url(../images/admin/foot_bck.gif) repeat;
	color: #666;
}

table.muffin_table a:link
{
	color: #666;
}
table.muffin_table a:visited
{
	color: #666;
}
table.muffin_table a:hover
{
	color: #003366;
	text-decoration: none;
}
table.muffin_table a:active
{
	color: #003366;
}