﻿/*----------- Content preview on parent Sides ---------------*/

.preview_wrapper
{
	float:left;
	clear:both;
	height:auto;
	width:745px;
	border:0px solid #c0c0c0;		
}

.preview_maincontent_left
{
	width:365px;
	height:auto;
	border:1px solid #cfcfcd;
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	background-image:url(layout_default/lightgrey_bg.jpg);
	background-repeat:repeat-x;
}

.preview_maincontent_right
{
	width:365px;
	height:auto;
	border:1px solid #cfcfcd;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	background-image:url(layout_default/lightgrey_bg.jpg);
	background-repeat:repeat-x;
}


.preview_headline
{
	width:360px;
	height:35px;	
	padding-left:5px;	
}

.a_preview
{
	color:#6a2902;
}

.h3_preview
{
	font-size:13px; font-family:Arial,Verdana; color:#6a2902;	
}

/* relative wrap*/
.preview_centralcontent
{
	width:365px;
	height:80px;
	height:auto;
	position:relative;		
}


.preview_img
{	
	margin-bottom:5px;
	margin-right:5px;
	margin-left:3px;
	margin-top:2px;	
	position:relative;
	left:0px;
	top:0px;
	
}

.preview_content
{
	width:255px;
	position:absolute;
	top:0px;
	right:0px;
	height:80px;
	font-size:12px;
	border:0px solid #000000;
}

.preview_morelink
{
	position:absolute; bottom:1px; right:2px;
}



