/***************************************
  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;
}

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

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

#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(http://webentory.com/widgets/required.gif);
        background-repeat: no-repeat;
        background-position: top right;
}

#v4o-maphours {
text-align: center;
}

#v4o-maphours .address {
font-size: 12pt;
}

#v4o-maphours img {
border: solid 1px #333;
}

#v4o-contact {
	text-align: center;
}

#v4o-thumbs {
	margin: 5px;
}

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

#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 10pt 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-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 10pt 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: 350px;
	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 10pt arial;
	margin: 2px 2px 2px 10px
}

.v4o-aboutus .footer {
	font: normal 9pt arial;
	margin: 2px 2px 2px 10px;
	clear: both;
}

/* Default CSS file for Detail Screen */

#v4o-detail {
	width: 94%; /* 728 */
	font: normal 10pt arial;
	text-align: left;
	border: solid 1px #555;
	padding: 5px;
	margin: 5px 7px;
}

#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;
	width: 310px;
	padding: 5px;
	margin: 0 1px 0 0;
}

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

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

#v4o-detail #v4o-ac {

float: right; 
clear: right; 
text-align: center;
margin-right: 105px;
}


#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 {
	background: transparent;
	text-align: justify;
	font: normal 9pt arial;
	padding: 5px 0 5px 0;
	margin: 0
}

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

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

#v4o-detail #v4o-data .price {
	color: #900;
	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;
}

#v4o-detail #v4o-data .disclaimer {
	font: normal 8pt arial;
	clear: both;
}

/* Default CSS file for Inquiry Screen */

#v4o-inquiry-bar {
	width: 96%; /* 728px; */
	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;
	cursor: pointer;
}

#v4o-inquiry-bar a:hover {
	color: #00f;
	background: #eee;
}

#v4o-inquiry {
	width: 96%; /* 728px; */
	font: normal 10pt arial;
	text-align: left;
	border: solid 1px #555;
	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 {
	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;
}

/* Style Sheet for Default Search Bar */

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

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

/* Style Sheet for Default Search Results */

#v4o-search-results a { 
	width: 100%;
	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 .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; 
	cursor: pointer;
}


#v4o-search-results .sold {
}



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

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

#v4o-search-results .row1 {
}

#v4o-search-results .row2 {
}

#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;
}

#v4o-search-results .clickhere {
	color: #900;
}

/* Style Sheet for Default Search Results */

#v4o-generic-search-results a { 
	width: 230px;
	height: 200px;
	overflow: hidden;
	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 {
}

#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 {
}

#v4o-generic-search-results .row2 {
}

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

#v4o-generic-search-results .name {
	font-weight: bold;
	font-size: 10pt;
}

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

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

#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 9pt arial;
	padding: 0 0 10px 0;
}

#v4o-sort-bar .a {
}

/* Style Sheet for Showcase */
#v4o-showcase a {
	color: #000;
}

#v4o-showcase a:hover {
	color: #c00;
}

#v4o-showcase {
	padding: 10px;
	text-align: left;
}

#v4o-showcase .box {
	color: #666;
	background: #ccc url(http://www.webentory.com/widgets/inventorytick.gif) no-repeat top right;
	width: 160px;
	height: 160px;
	overflow: hidden;
	padding: 8px;
	margin: 3px;
	text-align: left;
	display: block;
	float: left;
}

#v4o-showcase .showcase-header {
	color: #fff;
	background: #666 url(http://www.webentory.com/widgets/inventorytick.gif) no-repeat top right;
	font: bold 12pt arial;
	width: 690px;
	padding: 12px;
	margin: 3px;
	text-align: left;
	display: block;
	float: left;
}

#v4o-showcase .box:hover {
	color: #333;
	background: #eee url(http://www.webentory.com/widgets/inventorytick.gif) no-repeat top right;
}

#v4o-showcase .headline {
	color: #000;
	font: bold 9pt verdana;
	margin-bottom: 0px;
	clear: both;
}

#v4o-showcase .thumb {
	border: solid 1px #000;
	margin: 8px 8px 0px 0px;
	width: 156px;
	float: left;
	clear: left;
}

#v4o-showcase .photo {
	border: solid 1px #000;
	margin: 2px 2px 5px 2px;
	width: 100px;
	float: left;
	clear: left;
}

#v4o-showcase p {
	color: #000;
	font: bold 9pt arial;
	text-align: left;
	display: none;
}

#v4o-showcase .end {
	clear: both;
	border: solid 4px #555;
	margin: 20px 0;
}

#v4o-showcase td {
	font: normal 9pt arial;
	padding: 4px;
}



/* generic form style */

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

#v4o-form table
{
        background: #ccc;
	 width: 700px;
	 	color: #000;	
        font: normal 10pt arial;
	 text-align: left;
        border: solid 1px #aaa;
}

#v4o-form .title
{
        color: #000;
        background: #aaa;
		padding: 0;
		margin: 0;
}

#v4o-form input, #v4o-form textarea
{
        color: #000;
        background: #fff;
        border: solid 1px #aaa;

}

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

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

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

.v4o-form-result
{
	width: 600px;
	margin: 20px;
}

#v4o-form-tabs {
	width: 96%; /* 728px; */
	background: transparent;
	padding: 5px 10px 2px 10px;
	margin: 5px 10px 0 15px;
}

#v4o-form-tabs a {
	color: #000;
	background: #ccc;
	font: bold 10pt arial;
	border: solid 1px #aaa;
	padding: 2px 5px 3px 5px;
	cursor: pointer;
}

#v4o-form-tabs a:hover {
	color: #00f;
	background: #eee;
}

#v4o-form .price {
	color: #900;
	font: bold 12pt arial;
}
/* important do not remove */
form .mmn {

	display: none;
}
