@charset "iso-8859-1";

@import url(../../base/css/general.css);
@import url(login_section.css);

	body
	{
		margin:0px;
		padding:0px;
		background-image:url('../images/body_backgr.gif');
	    background-repeat:repeat-x;
		
		font-family:Arial;
		font-size:12px;
		color:#000000;
		background-color: #ffffff;
	}
	
	td
	{
		text-align:left;
	}
	
	a img, form 
	{
		border:none;
		margin:0px;
		padding:0px;
	}	
	
	select,
	select.no,
	input,
	input.no,
	textarea,
	textarea.no
	{
		font-family:Arial;
		font-size:12px;
	}
	
	/* * * * MsgBox * * * */
	
	.MsgBox
	{
		margin:15px auto 15px auto;
	}
	
	.MsgBox td
	{
		margin:0px;
		padding:0px;
	}
	
	.MsgBox .corner,
	.MsgBox .corner img
	{
		width:7px;
		height:7px;
		font-size:0px;
	}
	
	.MsgBox .left_side,
	.MsgBox .right_side,
	.MsgBox .top_side,
	.MsgBox .bottom_side
	{
		background-color:#F8F8F8;
		background-image:url(../images/msgbox_bd.gif );
		font-size:0px;
	}
	
	.MsgBox .left_side
	{
		width:7px;
		background-position:left top;
		background-repeat:repeat-y;
	}
	
	.MsgBox .right_side
	{
		width:7px;
		background-position:right top;
		background-repeat:repeat-y;
	}
	
	.MsgBox tr .top_side
	{
		height:7px;
		background-position:left top;
		background-repeat:repeat-x;
	}
	
	.MsgBox .bottom_side
	{
		height:7px;
		background-position:left bottom;
		background-repeat:repeat-x;
	}

	.MsgBox .msgbox_content
	{
		background-color:#F8F8F8;
	}
	
	.MsgBox .msgbox_text
	{
		text-align:center;
		color:#CCCCCC;
		font-weight:bold;
		font-size:24px;
		padding:10px;
		text-transform:uppercase;
	}
	
	/* * * *  * * * */
	
	
	.main
	{

		position:relative;
		width:1024px;	
		/*border:1px solid #999;*/
		background-color:#fff;
		
/*		margin-bottom:-15px;*/
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		padding-top:8px; 
		padding-left:10px;
	}
	
	.infoBox{ 
		border-top: 1px dotted #aab2ba; 
		border-bottom: 1px dotted #aab2ba; 
		background-color: #f4f8f4;
		padding:10px;
		width:auto;
		
	}
	
	.newestMemberBox{ 
		border: 1px solid #e7e6e4; 

		background-color: #fff;
		padding:10px;
		height:63px;
		width:auto;
		
	}
	.topestMenuWrapper
	{
		position:relative;
		height:18px;

	}
	
	.topestMenu
	{
		position:absolute;
		top:-8px;
		left:-10px;
		/*width:1034px;*/
		height:17px;
		padding-top:3px;
		border-bottom:1px solid #000000;
		background-image:url(../images/newtop_tab_cutting.gif);
		font-size:11px;
		text-align:center;

	}
	
	.topestMenu a
	{
		margin-left:5px;

	}
	
	.topBlock
	{
		position:relative;
		height:102px;
		border:0px dashed blue;
		margin-bottom:0px;
/*		background-image:  url(../images/newtop_block_back.gif);
		background-repeat: repeat-x;*/
		margin-top:-10px;
		width:100%;
		/*margin-left:-10px;*/
	}
	
	img.mainLogo
	{
		/*position:absolute;*/
		top:0px;
		left:0px;
	}
	#textbesidelogo{
	   position:absolute;
		top: 16px;
		left:400px;
	}

	.topBigText
	{
		position:absolute;
		top:7px;
		left:70px;
	}
	
	.topBigText .title
	{
		font-size:36px;
		line-height:36px;
	}
	
	.topBigText .title a,
	.topBigText .title a:link,
	.topBigText .title a:visited,
	.topBigText .title a:active,
	.topBigText .title a:hover
	{
		font-weight:bold;
		color:#666666;
		text-decoration:none;
	}
	
	.topBigText .powered
	{
		font-size:8px;
		font-weight:bold;
		text-transform:uppercase;
		color:#666666;
		margin-left:3px;
	}
	
	.topMenuWrapper
	{
		position:relative;
		height:24px;
		z-index:100;
		/*background-image: url(../images/menuback.gif);
		background-repeat: repeat-x;*/

		

	}
	
	.topMenu
	{
		position:absolute;
		top:0px;
		left:-10px;
		width:100%;


	}
	
	table.topMenuCont
	{
/*		width:1034px;*/
		/*background-color:#999999;*/
		/*border-collapse:collapse;*/


	}
	
	
	table.topMenuCont td
	{
		padding:0px;
		margin:0px;

	}
	
	.topMenuItem,
	.topMenuItemActive
	{
		/*border-top:1px solid #dddddd;*/
		/*border-left:1px solid #aaaaaa;*/
		border-bottom:1px solid #999999;		

	}
	
	td.topMenuItemHover
	{
		/*border-top:0.05em solid #bbbbbb;
		border-left:0.05em solid #bbbbbb;
	
		border-bottom:0.05em solid #eeeeee;*/
		border-right:0.05em solid #000000;
		border-bottom:0.05em solid #ffffff;		
	}
	
	
	.topMenuItem .topMenuItemCont
	{
		background-image:url(../images/tab_cutting.gif);
		/*border-left:0.05em solid #000000;*/
		border-right:0.05em solid #000000;

	}
	
	
	.topMenuItemActive .topMenuItemCont
	{
		background-image:url(../images/tab_cutting_h.gif);
		/*border-left:0.05em solid #e2e2e2;*/
		border-right:0.05em solid #000000;
		color:#FFFFFF;
	}
	
	.topMenuItemHover .topMenuItemCont
	{
		background-image:url(../images/tab_cutting_h.gif);
		/*border-left:0.05em solid #ffffff;*/
/*		border-right:0.05em solid #000000;*/
		border-bottom:0.05em solid #ffffff;		

	}
	
	
		
	.topMenuItemCont
	{
		text-align:center;
		background-color:#fff;
		height:27px;
		padding-top:8px;
		padding-left:3px;
		padding-right:3px;
		font-weight:bold;
		text-transform:capitalize;
		white-space:nowrap;


	}
	
	.topPageHeader
	{
		font-weight:bold;
		font-size:24px;
		color:#9caa9d;
		text-transform:capitalize;
		height:30px;
		margin-bottom:2px;
	}
	
	.topCustomMenu
	{
		margin-bottom:5px;
		font-size:12px;
		font-weight:normal;
		text-transform:capitalize;
/*		color: #;*/
		height:15px;
		position:relative;

	}
	
	.topCustomMenu a,
	.topCustomMenu span
	{
		margin-right:9px;

	}
	
	.hiddenMenu
	{
		position:absolute;
		top:25px;
		left:-10px;
		z-index:101;
	}
	
	.hiddenMenuBgCont
	{
	/*	width:1034px;*/
		height:26px;
		padding-top:8px;
		/*background-image:url( ../images/h_menu_bg.png );
		background-repeat:repeat-x;*/
		position:static;
		background-color: #4e5155;
	}
	
	* html .hiddenMenuBgCont
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_uni/images/h_menu_bg.png', sizingMethod='scale');
	}
	
	.hiddenMenuCont
	{
		margin-left:14px;
		position:relative;
	}

	a.customMenuItem
	{
		position:relative;
	}
	a.customMenuItem:link
	{
		color:#FFFFFF;
	}
	
	.Notice
	{
		padding:3px;
		width:70%;
		border:1px solid #cc6;
		background-color:#ffc;
		margin:5px auto;
		text-align:center;
		color:black;
	}
	
	.bodyBlock
	{
		margin-top:0px;
	/*	margin-bottom:13px;*/
		z-index:50;
		min-height:350px;
		

	}
	
	.leftNavDiv
	{
		position:relative;
		width:182px;
		float:left;
		margin-right:8px;

	}
	
	.rightNavDiv
	{
		position:relative;
		width:749px;
		/*float:left;*/
		padding:0px;
		overflow:hidden;
	}
	
	/* * * * * * */

	
	.bottomBlock
	{
		position:relative;

		border:1px solid #e7e6e4;
		/*width:1034px;*/
	
		margin-left: -10px;


	 background-image: url(../images/footerbackbig.gif);
	 background-repeat: repeat-x;
	 background-position: bottom;
	 height:180px;
	}
	
	.bottomImages
	{
		margin-top:7px;
		margin-left:7px;
		float:left;
		position:relative;
	}
	
	.bottomTexts
	{
		font-size:11px;
		margin-left:15px;
		margin-top:10px;
		float:left;
		background-image: url(../images/footerback.gif);
		background-repeat: repeat-x;
		height:31px;
		border:1px solid #e7e6e4;
		width:97%;
	}
	
	.bottomTexts div
	{
		margin-bottom:1px;
		margin-top:2px;
	
	}
	
	.bottomLinks, .bottomLinks a, .bottomLinks a:link, .bottomLinks a:visited
	{
		margin-right:2px;
		color:#6d6c6a;
		text-decoration: none;
		padding:5px;
		font-size: 12px;
		font-weight:bold;
		font-family:Arial;
			
	}
	.footer_site_text{

		font-family:Arial;
		font-size:10px;
		color: #6d6c83;
		padding-left:20px;
		padding-right:20px;
		padding-top:30px;
		text-align: justify;
	}
	.hr{
		width:98%;
		background-image: url(../images/spacer.gif);
		height:1px;
		background-color: #ddd;
	}
	.state_text{
		width:60;
		text-align: center;
	}
	.state_text table td {
	  list-style: none;
	  	font-size: 11px;
		font-weight:bold;
		font-family:Arial;
		color: #cccccc;
	}
                

	.loginDiv
	{
		position:relative;
		height:201px;
		border:1px solid #ccc;
		margin-bottom:13px;
	}
	* html .loginDiv
	{
		margin-bottom:14px;
	}
	
	
	.shoutboxDiv
	{
		position:relative;
		border:1px solid #ccc;
		margin-bottom:13px;
		height:241px;
	}
	
	* html .shoutboxDiv
	{
		height:242px;
	}
	
	.pollsDiv
	{
		position:relative;
		border:0px solid green;
	}
	
	.boxHeader
	{
		position:relative;
		background-image:url('../images/head_cutting.gif');
	    background-repeat:repeat-x;
		
		height:22px;
		padding:4px 0px 0px 6px;
		font-size:10px;
		font-weight:bold;
		color:#666;
		text-align:left;
		text-transform:uppercase;
	}
	
/**************************************************************/
	
	.menu_item_link
	{
		text-decoration:none;
	}
	
/**************************************************************/	
	
	div.menu_item_line
	{
		position:relative;
		padding:0px 0px 0px 25px;
		margin:0px 0px 1px 0px;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		text-transform:capitalize;
	}
	div.menu_item_line_active
	{
		position:relative;

		height:20px;
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		text-transform:capitalize;

		padding:0px 0px 0px 25px;
		margin:0px 0px 1px 0px;
		background-image:url(../images/bullet.gif);
		background-repeat:no-repeat;
		background-position:left center;
	}
	
/**************************************************************/	
	.outdesignBoxFirst{
 		width:100%;
/*		background-color: #cf4037;*/
		padding:3px;

	}
	.designBoxFirst11
	{
		position:relative;
		/*border:1px solid #CCC;*/
/*		margin-bottom:15px;*/
		background-color:#FFFFFF;


	}
	
	.boxFirstHeader11
	{

		position:relative;		
		height:19px;
		padding: 0px 0px 0px 8px;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		text-align:left;
		text-transform:capitalize;
		background-color:#cf4037;		
/*		border-bottom: 1px solid #CCC;*/

	}
	.boxFirstHeader11 a,	.boxFirstHeader11 a:hover,	.boxFirstHeader11 a:visited{
		color:#000;
	}
	.boxFirstHeader11 #advSearchHD{
		color:#000;
	}
	.boxContent11
	{
		position:relative;
		overflow:hidden;
		font-size:13px;
		color:#000000;
		padding:5px;
	}
	 .designBoxFirst12
	{

		/*border:1px solid #CCC;*/
/*		margin-bottom:15px;*/
		background-color:#FFFFFF;


	}
	.boxContent12
	{
/*		position:relative;*/
		/*overflow:hidden;*/
		color:#93867c;
		/*height:350px;*/
	}
	.disignBoxFirst
	{
		position:relative;
		border:1px solid #CCC;
		margin-bottom:15px;
		background-image:url(../images/newhead_cutting.gif);
		background-repeat:repeat-x;
		background-color:#fff;

	}
	
	.boxFirstHeader
	{
		position:relative;
		
		height:19px;
		padding: 0px 0px 0px 8px;
		font-size:13px;
		font-weight:bold;
		color:#000;
		text-align:left;
		text-transform:capitalize;
		border-bottom: 1px solid #CCC;

	}
	
	/*** GREEN BOX **********/
	.outdesignBoxFirst13{
 		width:100%;
		background-color: #5a9632;
		padding:3px;
	}
	
		.designBoxFirst13
	{
		position:relative;
		/*border:1px solid #CCC;*/
/*		margin-bottom:15px;*/
		background-color:#5a9632;


	}
	.boxFirstHeader13
	{

		position:relative;		
		height:19px;
		padding: 0px 0px 0px 8px;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		text-align:left;
		text-transform:capitalize;
		background-color:#5a9632;		
/*		border-bottom: 1px solid #CCC;*/

	}
	.boxContent13
	{
		position:relative;
		overflow:hidden;
		font-size:13px;
		color:#93867c;
		background-color: #fff;
		font-weight:bold;
		padding:5px;

	}
	/*** END OF GREEN BOX **********/
	
	/*** BLUE BOX **********/
	.outdesignBoxFirst14{

 		width:100%;
		background-color: #3b60af;
		padding:3px;
	}
	
		.designBoxFirst14
	{
		position:relative;
		/*border:1px solid #CCC;*/
/*		margin-bottom:15px;*/
		background-color:#3b60af;


	}
	.boxFirstHeader14
	{

		position:relative;		
		height:19px;
		padding: 0px 0px 0px 8px;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		text-align:left;
		text-transform:capitalize;
		background-color:#3b60af;		
/*		border-bottom: 1px solid #CCC;*/

	}
	.boxContent14
	{
		position:relative;
		overflow:hidden;
		font-size:13px;
		color:#93867c;
		background-color: #fff;
		font-weight:bold;
		padding:5px;

	}
	/*** END OF BLUE BOX **********/
	
	#blink{
		position:relative;
		float: right;
		margin-right:10px;
		margin-top:-15px;
		cursor:hand;
	}
/*  	 h2 { font-family: Georgia, Times, Serif; font-weight:normal;}
	 h2 {font-size: 1.8em; color: #667; margin: 0.25em; letter-spacing: -.02em;}*/
	 	 h2 { font-family: Arial; font-weight:normal;}
	 h2 {font-size: 18pt; color: #667; margin-left: 0.25em; margin-top:0.35em; letter-spacing: -.02em;}
	 .normalHD {font-family: Georgia, Times, Serif; font-weight:normal; font-size: 1.5em; color: #667; margin: 0.25em; letter-spacing: -.02em;}
	 .normalHDHR{
	 	margin-top:-10px;
	 }
	.first  {
		border-left:10px solid #cf4037;  
		padding: 0 0 0 8px; 
		/*background: #f4f4f4; */
		background-image: url(../images/hdback.jpg);
		height:41px;
		width:100%;
		}
	
	.boxRed  {
	border-left:5px solid #800;  
	border-right:5px solid #800;
 
	width:100%;
	}
	.boxContent
	{
		position:relative;
		overflow:hidden;
		font-size:13px;
		color:#000000;
		padding:10px;
	}
	
	.disignBoxFirst .boxFirstHeader .dbTopMenu,
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		position: absolute;
		top: 0px;
		right: 0px;
		white-space:nowrap;
		color: #000;
		font-size: 11px;
		text-transform: capitalize;
		font-weight: bold;
	}
	
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		padding-top:3px;
		padding-right:5px;
	}
	
	.dbTopMenu div
	{
		float: right;
		padding-left: 5px;
		padding-right: 5px;
		border-left: 1px solid #ccc;
		height:17px;
		padding-top:3px;
		margin-top:-18px;
		position:relative;
	}
	
	.dbTopMenu div a,
	.dbTopMenu div a:link,
	.dbTopMenu div a:hover,
	.dbTopMenu div a:active,
	.dbTopMenu div a:visited,
	.caption_item a,
	.caption_item a:link,
	.caption_item a:hover,
	.caption_item a:active,
	.caption_item a:visited	
	{
		text-decoration: none;
		color: #0000CC;
	}
	
	.caption_item a
	{
		margin-left:4px;
	}
	
	.dbTopMenu div.active
	{
		border-bottom: 1px solid #F7F7F7;
	}
	
	.dbBottomMenu
	{
		position:relative;
	}
	
/**************************************************************/
	div.design_box_border
	{
		position:relative;
		border:1px solid #ccc;
		margin:10px;
		padding:1px;
	}
	div.design_box_border div.header
	{
		position:relative;
		padding:0px 0px 0px 7px;
		height:30px;
		line-height:23px;
		vertical-align:middle;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		
		background-image:url('../images/design_border_cutting.gif');
	    background-repeat:repeat-x;
		
	}
	div.design_box_border div.keeper
	{
		position:relative;
		padding:5px;
		border:0px solid red;
		text-align:center;
		margin:2px;
	}
	
		
/**************************************************************/	
	.emptyBox
	{
		position:relative;
		border:1px solid #ccc;
		margin:0px;
		padding:3px;
	}
	

/**************************************************************/	
	/*####################################################################*/

	.languageBlock
	{
		position:relative;
		border:0px solid red;
		float:right;
		margin-top:0px;
	}
	
	.skinBlock
	{
		position:relative;
		border:0px solid red;
		float:right;
		margin-top:24px;
		margin-right:-90px;
	}
	
/*####################################################################*/

	.topBannerBlock
	{
		position:relative;
		width:770px;
		/*height:40px;*/
		margin-top:5px;
		border:1px solid red;
		margin-left:auto;
		margin-right:auto;
		
	}
	
	.bannerBlock
	{
		position:relative;
		width:770px;
		margin:0px auto;
		border:0px solid red;
	}
	
	.leftBanner
	{
		position:absolute;
		top:0px;
		left:-150px;
		border:0px solid red;
	}
	
	.rightBanner
	{
		position:absolute;
		top:0px;
		right:-150px;
		border:0px solid red;
	}
	
	.bottomBannerBlock
	{
		position:relative;
		width:770px;
		margin-top:0px;
		border:0px solid red;
		margin:auto;
	}
	
	.bannerInnerBlock
	{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		border:0px solid blue;
		width:470px;
	}
/*####################################################################*/
	div.playerAdminLink
	{
		position:relative;
  		text-align:left;
 		margin-bottom:15px;
 	}
	
	
	
	.action
	{
		margin-top:20px;
	}
/**************************************************************/	
/**************************************************************/	
/* #################################################################### */
	.logInRegistrationText
	{	
		margin:5px;
	}
	
	/**************************************************************/	
	div.pollBlock
	{
		position:relative;
		overflow:hidden;
		height:154px;
		width:260px;
		border:0px solid #96B2C9;
		text-align:left;
		float:left;
		margin-bottom:10px;
	}
	div.pollBody
	{
		border:1px dashed #CCC;
		margin:5px;
	}
	div.pollCaption
	{
		position:relative;
		margin:3px;
		padding:0px;
		overflow:hidden;
		height:15px;
		line-height:15px;
		vertical-align:middle;
		font-weight:bold;
		/*background-color:#96B2C9;
		color:#fff;*/
	}
	div.pollAnswerBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:100px;
		border:0px solid #96B2C9;
		text-align:left;
	}
	div.pollUp
	{
		position:absolute;
		left:2px;
		top:2px;
	}
	div.pollDown
	{
		position:absolute;
		left:2px;
		bottom:2px;
	}
	div.pollQuestionBlock
	{
		position:absolute;
		width:190px;
		padding:2px;
		overflow:hidden;
		margin-left:18px;
	}
	div.pollSubmitBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:30px;
		border:solid 0px #0000cc;
		text-align:center;
	}
	
	
	
	.small
	{
		font-size:11px;
		color:#333366;
	}
	
	.text2
	{
		border:1px solid #fff;
	}
	
	.pollContainer
	{
		position:relative;
		margin-top:2px;
		padding:10px;
		background-color:transparent;
		border:0px solid red;
	}
	
	.createPollSection
	{
		position:relative;
		padding:10px;
		background-color:transparent;
		border:0px solid red;
	}
	
	.controlsDiv
	{
		position:relative;
		clear:both;
		margin:10px;
		background-color:#ffffff;
	}
	
	.innerControlBlock
	{
		position:relative;
		float:none;
		width:auto;
	}
	
	.controlsHeader
	{
		padding: 0px 2px;
		font-weight:bold;
	}
	
	.deleteDiv
	{
		padding: 2px 0px 0px 2px;
		
	}
	
	/*.rightNavDiv .boxContent table textarea
	{
		width:300px;
	}*/
	
/*####################################################################*/

	.customMenuItemActive
	{
		color:#FFFFFF;
		font-weight: bold;
	}
	.customMenuItemActiveImg{

		position:absolute;
		float:none;
		background-image: url(../images/submenu_bottom.gif);
		background-repeat: no-repeat;
		
		
	}
	
	div.menuLine,
	div.menuLine:hover,
	div.menuLineActive
	{
		font-size:13px;
		margin-bottom:5px;
		text-transform:capitalize;
		color:black;
	}
	
	.menuLineDivider
	{
		
	}
	
	div.menuLinkBlock
	{
		padding-left:20px;
		background-repeat:no-repeat;
		background-image:url(../images/menu_pt.gif);
	}
	
	div.menuLine div.menuLinkBlock:hover
	{
		background-image:url(../images/menu_pt_h.gif);
	}
	
	.topMemberBlock
	{
		position:absolute;
		right:-28px;
		top:30px;
		height:50px;
		text-align:right;
		padding:3px;
		width:400px;
		font-size:11px;
		
	}
	
	.topMemberBlock .thumbnail_block, .HelloMemberBlock .thumbnail_block
	{
		margin-left:5px;		
	}
	.left-memblock{
		background-image:url(../images/left-memblock.gif);
		background-repeat: no-repeat;
		height: 29px;
		width: 12px;
	}
	.right-memblock{
		background-image:url(../images/right-memblock.gif);
		background-repeat: no-repeat;
		height: 29px;
		width: 12px;
	}
	.middle-memblock{
		background-image:url(../images/middle-memblock.gif);
		background-repeat: repeat-x;
		text-align: center;
		height: 29px;
		color:#99877d;


	}

	.hello_member
	{
		padding:7px 12px 0px;
		font-size:14px;
	}
	
	.hello_actions
	{
		text-transform:capitalize;
		font-size:11px;
	}
	
	.hello_actions span
	{
		margin-left:5px;
	}
	
	.no_hello_actions
	{
/*		font-size:12px;
		font-weight:bold;*/
		/*padding-right:10px;
		padding-top:9px;*/
		color:#99877d;
	}
	
	/* * * * Tags * * * */
	
	.tags_wrapper
	{
		text-align:center;
		border:0px solid green;
		margin:0px 18px 30px auto;
	}
	
	.one_tag
	{
		margin:0px 1px;
		line-height:30px;
		border:0px solid green;
	}
	
	div.rate_text
	{
		text-align:center;
		font-weight:bold;
	}
	
	
	
	
	/* * * * STANDART * * * */
	
	.newsWrap,
	.categoryBlock1,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		margin: 0px 0px 10px;
	}
	
	.categoryBlock1,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		margin-left:12px;
		margin-right:12px;
		text-align:justify;
	}
	
	.newsHead,
	.categoryCaption,
	.artCaption,
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		font-size:16px;
		font-weight:bold;
		padding-left:30px;
		padding-bottom:10px;
		background-position:left top;
		background-repeat:no-repeat;
	}

	.newsHead
	{
		background-image:url(../images/icons/news.gif);
		text-align:left;
	}
	
	.newsInfo
	{
		font-size:11px;
		color:#666666;
	}
	
	.newsText
	{
		
	}
		
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		margin-bottom:5px;
		background-image:url(../images/icons/artic_papr.gif);
	}
	
	.categoryCaption,
	.artCaption
	{
		background-image:url(../images/icons/artic_fldr.gif);
	}
	
	.articleBlock .date,
	.articleBlock1 .date,
	.articleBlock2 .date
	{
		font-size:11px;
		color:#666666;
	}

	.guestbookTextArea
	{
		width: 530px;
		height:250px;
	}

	/* Blog Design Box */
	.blogBlock
	{
		margin-bottom:10px;
		margin-top:10px;
	}

	.blog_wrapper
	{
		margin-bottom:10px;
		margin-top:10px;
	}

	.blog_subject
	{
		font-size:16px;
		font-weight:bold;
		padding-left:35px;
		padding-bottom:10px;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/icons/artic_papr.gif);
	}

	.blog_author
	{
		font-size:11px;
		font-style:normal;
		color:#666666;
		padding-top:2px;
		padding-bottom:2px;
	}

	.blog_text
	{
		font-size:13px;
		text-align:justify;
	}

	.blogs_pages
	{
		margin:4px;
		text-align:center;
		font-weight:bold;
		font-size:12px;
	}

	.menuLinkBlock 
	{
		font-weight:bold;
		font-size:18px;
		text-decoration:underline;
		color:#333366;
	}
	
	.online_offline_bulb
	{
		position:absolute;
		z-index:10;
		right:0px;
		top:0px;
	}
	
	/* * * * RSS Feed * * * */
	
	.rss_item_wrapper
	{
		padding-bottom:15px;
	}
	
	.rss_item_header
	{
		font-size:16px;
		font-weight:bold;
	}
	
	.rss_item_info
	{
		color:#666;
		font-size:11px;
	}
	
	.rss_read_more
	{
		text-align:right;
		font-weight:bold;
	}
#navigation{
		background: url(../images/menuback.gif);
}


#navigation a, #navigation a span 
{ 
display: block; 
float: left ;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:White;
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none ;
height:25px;

} 
#intext{
	
 padding-top:5px;

}
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color: #fff; 
background: #26a url("left-tab-hover.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a:hover span 
{ 
background: url("right-tab-hover.gif") right top no-repeat; 
padding-right: 10px 
} 

#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0 
} 

#navigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 

}

#nav {background: url(../images/menuback.gif); padding: 0px; margin: 0;
  }
#nav  a { 
	height:47px;
	text-decoration: none; 
	padding-left: 22px;
   background: url(../images/left-tab.gif) left top no-repeat;

	}

#nav a span {
  background: url(../images/right-tab.gif) right top no-repeat; 
   height:47px; 

	padding-right:22px;
	 }
#nav a:link {color: black;}
#nav  a:visited {color: gray;}

	 div.markerTooltip{
          color: black;
          font-weight: bold;
          background-color: white;
          white-space: nowrap;
          margin: 0;
          padding: 2px 4px;
          border: 1px solid black;
			 position: asbsolute;
       }
	   
		 .markerDetail{
			Width: 282px;
			Height: 120px;
			border: 1px solid Black;
			background-color: white;
			text-align:left;
			}
			.mapInfoWinAddress {
		  width: 97%;
		  height: 15px;
		  background-color: #f8c049;
		  color: #4e3707;
		  font-size: 10px;
		  font-weight: bolder;
		  padding: 3px;
		  white-space:nowrap;
		}
		.ptimg{
			background-image: url(../images/botpointer.gif);
			background-repeat: no-repeat;
			height: 23px;
			margin-top:-1px;
		}	
		.bubble_close{
		position:relative;
		  float:right;
			padding-top:3px;
			padding-right:3px;
			text-align: right;
		}

.price {
  font-size: 10px;
  font-weight: bold;
  color: black;
  		  padding-top: 2px;
		  

}
.txt_black{
font-size: 10px; 
font-weight: normal; 
color: black;

}


     
	a.markerDetailClose img {
		border: 0;
	}
	
	#layout2_1{
		position:relative;
		overflow:hidden;
		width:50%;
		float:left;
		
	}
	#layout2_2{
		position:relative;
		overflow:hidden;
		width:50%;
		float:right;
		
	}
	
	.searchFieldLables .showhide a{
		margin-right:5px; 
		font-size:12px;
		color:#cf4038;
		text-decoration: none;
		float:right; 
		margin-top:-18px;
	}
/***************************************
FAKE BUTTONS
***************************************/
a.btn_default, div.btn_default, .btn_default {
  background: url("../images/btn_blank_middle.gif") repeat-x;
  font-size:11px;
  font-weight:bold;
}

/***************************************
PAGING
***************************************/
.pg_link_cur {
  background-color: white;
  border:1px solid #666666;
  color: #000000;
   background: url("../images/btn_blank_middle2.gif") repeat-x;
  font-size:11px;
  font-weight:bold;
  text-decoration: none;
} 

.pg_link {
  background-color: white;
  border:1px solid #cccccc;
  color: #cf4038;
  background: url("../images/btn_blank_middle2.gif") repeat-x;

  font-size:11px;
  font-weight:bold;
  text-decoration: none;
  margin-left:5px;
 margin-right:5px;
}

.pg_btn {
  color: #cf4038;

}

.pg_btn:hover {
  color: #DF7E00;
}

.pg_btn_disabled {
  color: #999999;
}

.pg_link_curnobx {
  /*border:1px solid #666666;*/
  background-color: #FFFFFF;
  color: #000000;
}

/***************************************
MAP NAV
***************************************/


.map_ctrl_mbarrow {
	background: url('../images/mbarrow.gif') no-repeat left;


}
.map_ctrl_mlarrow {
	background: url('../images/mlarrow.gif') no-repeat left;
}

.map_ctrl_mrarrow {
	background: url('../images/mrarrow.gif') no-repeat left;
}
.map_ctrl_mtarrow {
	background: url('../images/mtarrow.gif') no-repeat left;

}

/***************************************
HEADERS
***************************************/
.padl5{
	padding-left:5px;
}
.module_header {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.module_header_link a:hover {
  text-decoration: none;
}

.module_header_link img {
  vertical-align: middle;
  text-decoration: none;
}

.module_header_link {
  float: right;
  font-size: 10px;
  font-weight: normal;
}

/** padding ***/

.pad5l{
	padding-left: 5px;
}
.pad10l{
	padding-left:10px;
}
.pad5t{
	padding-top:5px;
}
.pad10t{
	padding-top:10px;
}
.signUpBoxTopMiddle{
	background-image: url(../images/tmiddle_box.gif);
	height: 18px;
	width:100%;
	background-repeat: repeat-x;
	
}
.signUpBoxBottomMiddle{
	background-image: url(../images/bmiddle_box.gif);
	height: 12px;
	width:100%;
	background-repeat: repeat-x;
	
}
.signUpBoxLeftMiddle{
	background-image: url(../images/lmiddle_box.gif);
	min-height: 100px;
	width:10px;
	background-repeat: repeat-y;
	
}
.signUpBoxRightMiddle{
	background-image: url(../images/rmiddle_box.gif);
	min-height: 100px;
	width:8px;
	background-repeat: repeat-y;
	
}
.searchOptBox{
	border: 1px solid #d0cfcc;
	background-image: url(../images/searchbox_opt_backgnd.gif);
	background-repeat: repeat-x;
	height:175px;
	text-align:left;
	padding-left:15px;
	padding-top:5px;
}

.searchOptBox #searchFor{
	font-size:18px;
	color:#737376;
}
.searchOptL{
	background-image: url(../images/searchbox_opt_selected_l.gif);
	width:4px;
	height:27px;
	}
	
	.searchOptM{
	background-image: url(../images/searchbox_opt_selected_m.gif);
	background-repeat: repeat-x;
	height:27px;
	margin-left:4px;
	padding-left:10px;
	padding-top:6px;
	width:175px;
	font-size:12px;
	font-weight:bolder;
	color:#fff;
	}
	
	.searchOptM #searchOptR{
	background-image: url(../images/searchbox_opt_selected_r.gif);
	width:4px;
	height:27px;
	float:right;
	margin-top:-21px;


	}
	  .searchOptBox #optselected{
	   margin-top:10px;
	  }
  .searchOptBox #opt{
 

	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:12px;
	color:#737376;

	width:175px;

  }
    .searchOptBox #opt a, .searchOptBox #opt a:hover, .searchOptBox #opt a:visited{
    	text-decoration: none;
			color:#737376;
    }
 .redError{
 	color: red;
 }