/***************************************
  V4o Web Inventory System
  Created by Phill Kenoyer
  Copyright 2003 BMG50 Wireless
***************************************/

/* Default CSS file for V4o */

.v4o-debug {
	margin: 10px;
	padding: 10px;
	border: solid 1px #900;
	background: #fff;
	color: #000;
	text-align: left;
	overflow: auto;
	white-space: pre;
}

#v4o-creditapp
{
        padding: 0 25px;
        font: normal 10pt arial;
}

#v4o-creditapp table
{
        background: #ccc;
        font: normal 10pt arial;
        border: solid 1px #aaa;
        -moz-border-radius: 4;
}

#v4o-creditapp .title
{
        color: #000;
        background: #aaa;
}

#v4o-creditapp input, #v4o-creditapp textarea
{
        color: #000;
        background: #fff;
        border: solid 1px #aaa;
        -moz-border-radius: 5 0 5 5;
}

#v4o-creditapp input.radio, #v4o-creditapp input.checkbox
{
        background: transparent;
        border: none;
}

#v4o-creditapp .required
{
        color: #500;
}

#v4o-creditapp .required input
{
        font: normal 10pt arial;
        background-image: url(../widgets/required.gif);
        background-repeat: no-repeat;
        background-position: top right;
}

#v4o-thumbs {
	margin: 5px;
}

#v4o-thumbs img {
	border: solid 1px #000;
	width: 90px;
}

#v4o-thumbs td {
	color: #444;
	background: #ccc;
	font: normal 9pt arial;
	white-space: nowrap;
	border: solid 1px #999;
}

#v4o-thumbs td:hover {
	color: #000;
	background: #9f9;
}

.v4o-billboards {
	margin: 5px;
	padding: 5px;
	width: 500px;
	text-align: left;
}

.v4o-billboards h1 {
	color: #000;
	font: bold 11pt arial;
	border-bottom: solid 1px #000;
}

.v4o-billboards img {
	float: right;
	clear: right;
	border: solid 1px #000;
	width: 150px;
	margin: 0 0 10px 10px;
}

.v4o-billboards p {
	font: normal arial;
	margin: 2px 2px 2px 10px;
	text-align: justify;
}

.v4o-billboards h2 {
	font: normal 8pt arial;
	text-align: right;
	clear: right;
}

.v4o-features {
	margin: 15px;
	padding: 0px;
	width: 490px;
	text-align: left;
	border: solid 1px #111;
	background: #fff;
}

.v4o-features h1 {
	color: #fff;
	background: #000;
	margin: 0;
	padding: 2px;
	font: normal 14pt arial;
	border-bottom: solid 1px #111;
	text-align: center;
}

.v4o-features .photo {
	float: left;
	margin: 0 10px 0 0;
	border: solid 1px #000;
	border-width: 1px 3px 3px 1px;
	width: 100px;
}

.v4o-features .icons {
	float: right;
	margin: 0 0 0 10px;
}

.v4o-features .price {
	color: #00f;
	font: bold 12pt arial;
}

.v4o-features p {
	font: normal 12pt arial;
	padding: 5px;
	margin: 2px;
}

.v4o-features a {
	color: #aaf;
	text-decoration: none;
}

.v4o-coupons {
	margin: 14px;
	padding: 5px 5px 1px 5px;
	width: 500px;
	text-align: left;
	border: dashed 3px #000;
	cursor: pointer;
}

.v4o-coupons h1 {
	color: #fff;
	background: #000;
	font: bold 16pt arial;
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
}

.v4o-coupons img {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	width: 150px;
	float: left;
}

.v4o-coupons p {
	font: normal arial;
	margin: 2px 2px 2px 10px;
}

.v4o-coupons .price
{
	font: bold 30pt arial;
	margin: 5px 20px;
	float: left;
	clear: left;
}

.v4o-coupons .disclaimer
{
	font: normal 8pt arial;
	margin: 5px 20px;
	float: left;
	clear: left;
}

.v4o-coupons h2 {
	text-align: center;
	font: normal 8pt arial;
	text-align: center;
}

.v4o-coupons h3 {
	text-align: center;
	font: normal 8pt arial;
	padding: 0;
	margin: 0;
	clear: both;
}

.v4o-aboutus {
	margin: 5px;
	padding: 5px;
	width: 300px;
	text-align: left;
	float: left;
}

.v4o-aboutus h1 {
	color: #000;
	font: bold 11pt arial;
	border-bottom: solid 1px #000;
}

.v4o-aboutus img {
	float: right;
	border: solid 1px #000;
	width: 150px;
}

.v4o-aboutus p {
	font: normal arial;
	margin: 2px 2px 2px 10px
}

/* Default CSS file for Detail Screen */

#v4o-detail {
	width: 96%; /* 728 */
	color: #000;
	background: #eee;
	font: normal 10pt arial;
	text-align: left;
	border: solid 1px #000;
	padding: 5px;
	margin: 5px 10px;
}

#v4o-detail a {
	color: #009;
	text-decoration: none;
}

#v4o-detail a:hover {
	color: #00f;
	text-decoration: underline;
}

#v4o-detail #v4o-photo {
	float: right;
	clear: right;
	text-align: center;
	color: #777;
	margin: 0 0 5px 10px;
}

#v4o-detail #v4o-photo img {
	border: solid 1px #000;
	margin: 0;
	cursor: pointer;
}

#v4o-detail #v4o-features {
	float: right;
	clear: right;
	text-align: center;
	color: #777;
	width: 310px;
	padding: 5px;
	margin: 0 1px 0 0;
}

#v4o-detail #v4o-features h1 {
	font: normal 12pt arial;
	text-align: left;
}

#v4o-detail #v4o-data {
	margin: 5px;
}

#v4o-detail #v4o-data h1 {
	color: #900;
	background: transparent;
	font: bold 11pt arial;
	text-shadow: 0px 1px 4px #aaa;	
	text-align: center;
	padding: 2px 0;
	margin: 0;
}

#v4o-detail #v4o-data h2 {
	background: transparent;
	font: bold 10pt arial;
	text-align: left;
	padding: 8px 0 2px 0;
	margin: 0;
}

#v4o-detail #v4o-data p {
	color: #000;
	background: transparent;
	text-align: justify;
	font: normal 9pt arial;
	padding: 5px 0 5px 0;
	margin: 0
}

#v4o-detail #v4o-data .field {
	color: #777;
	background: transparent;
	text-align: right;
	/* width: 35%; */
}

#v4o-detail #v4o-data .value {
	color: #000;
	background: transparent;
	text-align: left;
}

#v4o-detail #v4o-data .price {
	color: #300;
	background: transparent;
	font: bold 10pt arial;
	text-shadow: 0px 1px 4px #aaa;	
}

#v4o-detail #v4o-data .headline {
	color: #900;
	background: transparent;
	font: bold 10pt arial;
	text-shadow: 0px 1px 4px #aaa;	
	/* white-space: nowrap; */
}

#v4o-detail #v4o-data .equipment {
	font: normal 8pt arial;
	white-space: nowrap;
}

/* Default CSS file for Inquiry Screen */

#v4o-inquiry-bar {
	width: 96%; /* 728px; */
	color: #000;
	background: transparent;
	padding: 5px 10px 2px 10px;
	margin: 5px 10px 0 10px;
}

#v4o-inquiry-bar a {
	color: #009;
	background: #fff;
	font: normal 10pt arial;
	border: solid 1px #000;
	padding: 2px 5px;
}

#v4o-inquiry-bar a:hover {
	color: #0b0;
	background: #eee;
}

#v4o-inquiry {
	width: 96%; /* 728px; */
	color: #000;
	background: #eee;
	font: normal 10pt arial;
	text-align: left;
	border: solid 1px #000;
	padding: 5px;
	margin: 0 10px 5px 10px;
}

#v4o-inquiry h1 {
	font: bold 12pt arial;
}

#v4o-inquiry input, textarea {
	font: normal 9pt arial;
}

#v4o-inquiry .price {
	color: #900;
	font: bold 12pt arial;
}

/* Style Sheet for Default Results Bar */

#v4o-results-bar {
	color: #000;
	background: transparent;
	text-align: center;
	border-top: solid 1px #000;
	padding: 5px 0 5px 10px;
	clear: both;
}

#v4o-results-bar .buttons {
	float: left;
	padding-right: 10px;
}

#v4o-results-bar .details {
	float: none;
	padding-right: 10px;
}

#v4o-results-bar .pages {
	float: right;
	padding-right: 10px;
}

#v4o-results-bar .current {
	color: #900;
}

#v4o-results-bar a {
	color: #009;
	text-decoration: none;
}

#v4o-results-bar a:hover {
	color: #00f;
}

/* Style Sheet for Default Search Bar */

#v4o-search-bar {
	font: normal arial;
	padding: 10px 0 0 0;
}

#v4o-search-bar.a {
	color: #000;
}

#v4o-search-bar.form {
	margin: 0;
	padding: 0;
}

/* Style Sheet for Default Search Results */

#v4o-search-results a { 
	width: 100%;
	color: #000;
	border-top: solid 1px #000; 
	border-left: solid 1px #000; 
	border-right: solid 1px #000; 
	text-decoration: none; 
	text-align: left;
	padding: 0 0 2px 0;
	margin: 0;
	display: block; 
	clear: both;
}

#v4o-search-results a:hover {
	color: #000;
	background: #ffa; 
}

#v4o-search-results .photo {
	width: 100px;
	height: 75px;
	padding: 0;
	background: #999;
	border: solid #000;
	border-width: 0 1px 1px 0;
	float: left; 
	margin: 0 5px 5px 0; 
}

#v4o-search-results .icon {
	float: right;
}

#v4o-search-results p { 
	margin: 0; 
	padding: 0;
}

#v4o-search-results .row1 {
	color: #000;
	background: #eee;
}

#v4o-search-results .row2 {
	color: #000;
	background: #fff;
}

#v4o-search-results .headline {
	color: #900;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

#v4o-search-results .price {
	font-size: 12pt;
	font-weight: bold;
}

#v4o-search-results .end-clear {
	clear: both;
}

/* Style Sheet for Default Search Results */

#v4o-generic-search-results a { 
	width: 230px;
	height: 200px;
	overflow: hidden;
	color: #000;
	border: solid 1px #000; 
	text-decoration: none; 
	text-align: left;
	padding: 0 0 2px 0;
	margin: 5px;
	display: block; 
	clear: right;
	float: left;
}

#v4o-generic-search-results a:hover {
	color: #000;
	background: #ffa; 
}

#v4o-generic-search-results .photo {
	width: 100px;
	padding: 0;
	background: #999;
	border: solid #000;
	border-width: 1px 0px 1px 1px;
	float: right; 
	margin: 5px 0px 5px 5px; 
}

#v4o-generic-search-results img {
	border: none;
}

#v4o-generic-search-results p { 
	margin: 0; 
	padding: 10px 5px;
}

#v4o-generic-search-results .row1 {
	color: #000;
	background: #eee;
}

#v4o-generic-search-results .row2 {
	color: #000;
	background: #fff;
}

#v4o-generic-search-results .headline {
	font-weight: bold;
}

#v4o-generic-search-results .name {
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

#v4o-generic-search-results .price {
	font-size: 14pt;
	font-weight: bold;
	margin: 5px;
}

#v4o-generic-search-results .instock {
	font-size: 8pt;
}

#v4o-generic-search-results .end-clear {
	clear: both;
}

/* Style Sheet for Default Sort Bar */

#v4o-sort-bar {
	font: normal arial;
	padding: 0 0 10px 0;
}

#v4o-sort-bar.a {
	color: #000;
}

#v4o-showcase a {
text-align: center;
border: solid 1px #000;
color: #000;
width: 200px;
height: 210px;
overflow: hidden;
padding: 10px;
margin: 5px;
text-align: left;
display: block;
float: left;
}

#v4o-showcase h1 {
font: bold 14pt arial;
}

#v4o-showcase .headline {
color: #009;
font: bold 12pt arial;
}

#v4o-showcase .photo {
border: solid 1px #000;
margin: 5px;
width: 150px;
}

#v4o-showcase p {
color: #000;
text-align: left;
}