@import "reset.css";
@import "vi_elements.css";
@import "vi_cms.css";

body {
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
}

#skip_nav,
#header,
#navigation,
#sub_navigation,
#footer_navigation,
#note h2 { 
	display: none; 
} 

#column {
	position: absolute;
	top: 0px;
	right: 0px;
}

#note p {
	font-size: 75%;
	line-height: 100%;
	padding-bottom: 0em;
	text-align: right;
}

#logo_print {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#footer { 
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 5px;
	
}

.row {
	border-top: 1px dotted #666;
	clear:both;
}

.row .thumb {
	display: block;
	float: left;
	padding: 5px 5px 5px 0px;
	width: 130px;
}

.row .thumb a img {
	border: 1px solid #000;
	display: block;
}

.row .thumb a:hover img {
	border: 1px solid #c00;
}

.row .description {
	float: left;
	padding: 5px;
	width: 500px;
}

.row .description p {
	line-height: 120%;
	padding-bottom: 0.5em;
}

.pages{
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	text-align: right;
	margin: 10px 0px 20px 0px;
	padding: 5px 0px;
}

.pages a {
	padding: 0px 5px;
}

.product_img {
	float: right;
	width: 150px;	
}

.product_desc {
	padding-bottom: 20px;
	width: 480px;
}
