.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }



.thead
{
	background: #5C7099 url(i/gradient_thead.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}



.mPanel
{
	background-color: #f8f8ff;
}


/* Formating for round edges */


.tl { background: url(../i/buzdeoblack_tl.gif) 0 0 no-repeat;   }


.content_module form.inplaceeditor-form span.section { margin: 0 1em;}

.text p	{width: 780px;}
.tr	{display: none;	}
.tl	{display: none;	}	




.tr { 
	height: 6px;
	width: 6px;
	background: url(../i/buzdeoblack_tr.gif) 0 0 no-repeat;
}

.tl, .tr { 
	position: absolute;
	top: -1px;
	width: 5px;
	height: 5px;
}

/*    drop down sort list    */


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	/*background: #ffffff; */
	color: #696969;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{/*	background: #49A3FF */}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
/*	background: #EAEBD8; */
	border: 1px solid #FF7500}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		color: #696969;
		font: 11px arial}

	#sddm div a:hover
	{	background: #FF7500;
		color: #FFF}

