@charset "UTF-8";
/* CSS Document */

.blog_left
{
	position:relative;
	float:left;
	width:463px;
	height:auto;
}

.blog_subscribe
{
	position:relative;
	float:left;
	width:374px;
	height:15px;
	margin-top:20px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
}

.blog_drop_downs
{
	position:relative;
	float:left;
	width:374px;
	height:15px; 
	border-bottom:1px solid #999;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
	text-transform:uppercase;
	cursor:pointer;
}




.blog_drop_down_list
{position:relative;
	float:left;
	width:110px;
	height:auto;  
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
	text-transform:uppercase;
	cursor:pointer;
}


.press_drop_down_list
{position:relative;
	float:left;
	width:120px;
	height:auto;  
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
	text-transform:uppercase;
	cursor:pointer;
}



.stock_drop_down_list
{position:relative;
	float:left;
	width:175px;
	height:auto;  
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
	text-transform:uppercase;
	cursor:pointer;
}


	.stock_row
	{
		font-family:Arial, Helvetica, sans-serif;
		position:relative;
		float:left;
		width:175px; 
		height:15px; 
		cursor:pointer;
	}
	
	

.stock_drop_down_list_slide
{
	position:relative; float:left; width:165px; height:auto;
}

.blog_drop_down_list_slide
{
	position:relative; float:left; width:110px; height:auto;
}

.press_drop_downs
{
	position:relative;
	float:left;
	width:360px;
	height:15px; 
	border-bottom:1px solid #ccc;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
	text-transform:uppercase;
	cursor:pointer;
}

.press_drop_down_list
{
	position:absolute; 
	width:140px;
	height:auto;  
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
	text-transform:uppercase;
	cursor:pointer;
	background-color:#FFF;
	top:60px;
	left:0px;
	z-index:999;
}

.press_drop_down_list_slide
{
	position:relative; float:left; width:140px; height:auto;
}

	.bdd_row
	{
		font-family:Arial, Helvetica, sans-serif;
		position:relative;
		float:left;
		width:110px;
		height:15px; 
		cursor:pointer;
	}
	
	
	.press_bdd_row
	{
		font-family:Arial, Helvetica, sans-serif;
		position:relative;
		float:left;
		width:140px;
		height:15px; 
		cursor:pointer;
	}
	
	.bdd_inline
	{ 
		position:relative;
		float:left;
		width:auto;
		height:15px;
		padding-right:5px;
		cursor:pointer;
	}

.blog_arrow
{
	position:relative;
	width:374px;
	height:30px;
	float:left;
	cursor:pointer;
}
	.blog_arrow_block
	{
		position:absolute; top:0px;left:0px; width:374px; height:30px; background-color:#FFF;
	}


	.blog_list
	{
		position:relative;
		float:left;
		width:390px;
		height:520px;
		overflow:hidden; 
		margin-bottom:10px;
	}
	
	#bl_container
	{
		position:absolute;
		width:374px;
		overflow:visible;
	}

	.block_element
	{
		position:relative;
		float:left;
		width:374px;
		height:108px; 
		border-bottom:1px solid #e2e2e3;
		padding-top:10px;
		padding-bottom:10px;
		cursor:pointer;
	}
	
		.be_image
		{
			position:relative;
			float:left;
			width:213px;
			height:108px;
		}
		
		.be_info
		{
			position:absolute;
			right:0px;
			bottom:7px;
			width:150px;
			height:auto; 
		}
		
		
.blog_right
{
	position:relative;
	float:left;
	width:485px;
	height:auto;
}

	.blog_main_entry_image
	{
		position:relative;
		float:left;
		width:485px;
		height:auto;
		margin-bottom:10px;
	}
	
	
	.blog_main_entry_info
	{
		position:relative;
		float:left;
		width:485px;
		height:auto;
		margin-bottom:10px;
	}
	
	
.blog_comments
{
	position:relative;
	float:left;
	width:485px;
	height:auto;
	margin-bottom:20px;
}

	.bc_row
	{
		position:relative;
		float:left;
		width:485px;
		height:auto;
		padding-bottom:6px;
		padding-top:10px;
		display:block;
		visibility:visible;
		border-bottom:1px solid #999;
	}
		.bc_row_l
		{
			position:relative;
			float:left;
			width:100px;
			height:auto;
		display:block;
		visibility:visible;
		margin-right:15px;
		}
		.bc_row_r
		{
			position:relative;
			float:left;
			width:370px;
			height:auto; 
		}
		
	#comment_box
	{
		position:relative;
		float:left;
		width:485px;
		height:auto;
		padding-bottom:6px;
		padding-top:15px;
		display:block;
		visibility:visible;
		border-bottom:1px solid #999;
	
	}



#register_box .bc_row_r
		{
			position:relative;
			float:left;
			width:auto;
			height:auto; 
		}
		
