﻿/*this style sheet for printing purpose*/
html, body{ background-color:#fff; color:#000;}

#home_left,
#site_left,#site_footer,#topnav, .menulist
{
	display:none;
	visibility:hidden;
}

#wrap
{
	font-size:1em;
	margin:30px;
	padding:0;
	width:940px;
}

div.maindivider
{
	
	background-image:url("../images/gray-dots.gif");
	background-position:left center;
	background-repeat:repeat-x;
	border:solid 0px #f2f2f2;
	height:1px;
	width:100%;
	margin:5px 0;
}
div.maindivider hr
{
	display:none;
}
#breadcrumbsection{ font-size:1em; font-weight:bold; margin:10px;}

ul.overviewlist li{ float:left; margin-bottom:10px}

#details_images,#vthumbs,#details_desp{ float:left;}
#vthumbs ul li{ list-style-type:none;}