/** 
* Main CSS file for the "default" theme for VirtueMart
* @copyright 2006-2008 soeren
* @license GNU/GPL
*
*/

/* General Shop Styles here please */
.addtocart_button, .notify_button {
	text-align:center;
	background-position:bottom left;
	width:160px;height:30px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
.addtocart_button {
	background: url( 'images/add-to-cart_blue.gif' ) no-repeat  center transparent;
}
.notify_button {
	background: url( 'images/notify_blue.gif' ) no-repeat  center transparent;
}
#info_div {
	background: url( 'images/popup_arrow.gif' ) no-repeat left center transparent;
	width:192px;
	position:absolute;
	text-align:center;
	display: none;
	z-index:10;
}
.popup_header {
	background: url( 'images/popup_header.png' ) no-repeat left top White;
	margin-left:17px;
	padding-top:10px;
	text-align:center;
	width:175px;
}
.popup_footer {
	background: url( 'images/popup_footer.png' ) no-repeat left bottom White;
	margin-left:0;
	padding-bottom:10px;
	text-align:center;
	width:175px;
}
#info_div_text {
	background: url( 'images/popup_body.png' ) repeat-y left bottom;
	margin:0;
	text-align:center;
	width:175px;
	min-height:35px;
	height:expression(this.scrollHeight < 35? "35px" : "auto");
}
#info_div.normal {
	background: url( 'images/popup_info.png' ) no-repeat  center White;
	width:193px;
	height:185px;
	color: #fff;
	position:absolute;
	text-align:center;
	display: none;
}
#info_div.big {
	background: url( 'images/popup_info_big.png' ) no-repeat  center White;
	width:275px;
	height:258px;
	color: #fff;
	position:absolute;
	text-align:center;
	display: none;
}

.addtocart_button_module {
	text-align:center;
	background-position:bottom left;
	width:160px;height:30px;
	cursor:pointer;
	color: #000000;
	border: none;
	font-weight:bold;
	font-family:inherit;
	background: url( 'images/transparent.gif' ) no-repeat  center transparent;
	vertical-align: middle;
	overflow:hidden;
	
}

input.addtocart_button_module:hover  {
	color: #333333;	
}

.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
}
.quantity_box_button {
	width:10px;
	vertical-align:middle;
	height:10px;
	background-repeat: no-repeat;
	background-position: center;
   border:1px solid #000;
}
.quantity_box_button_down {
	background-image: url(images/down_small.gif);
}
.quantity_box_button_up {
	background-image: url(images/up_small.gif);
}
.continue_link, .checkout_link {
	margin: 2px;
	padding: 2px 0px 2px 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 40%;
}
.checkout_link {
	margin-left: 40px;
	background: url( 'images/forward.png' ) no-repeat left;
}
.continue_link {
	background: url( 'images/back.png' ) no-repeat left;
}
.next_page {
	background: url( 'images/next_16x16.png' ) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: right;
	width: auto;
}
.previous_page {
	background: url( 'images/previous_16x16.png' ) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
	width: auto;
}

/* This is the text box informing customers about your returns policy */
.legalinfo {
	background: #d3d3d3;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}

div.pathway {
	margin-bottom: 1em;
}

div.pathway img {
	padding: 0 2px;
}

/* The PDF, Email and Print buttons */
div.buttons_heading {
	margin:10px;
	width:10%;
	float:right;
}

.productPrice {
	font-weight:bold;
	white-space: nowrap;
	vertical-align:middle;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
/** BROWSE PRODUCTS STYLES **/
/*.browseProductContainer {
	width:100%;
	padding: 3px 3px 3px 3px;
}*/

.browseProductContainer .browseProductImageContainer img {
	width: 90px;
	height: 107px;
	float: left;
}

.browseProductTitle {
	clear: both;
	width: 100%;
	min-width:190px;
}

div.browseProductTitle a:link, div.browseProductTitle a:visited {
	font-size: 12px;
	font-weight: regular;
	text-decoration: underline;
	font-family: Tahoma, Verdana, sans-serif;
	color: #2559a4; 
}

div.browseProductTitle a:hover {
	font-size: 12px;
	font-weight: regular;
	text-decoration: underline;
	font-family: Tahoma, Verdana, sans-serif;
	color: #c40505;
}

span.browseProductTitle a:link, span.browseProductTitle a:visited {
	font-size: 12px;
	text-decoration: underline;
	font-family: Tahoma, Verdana, sans-serif;
	color: #2559a4;
}

span.browseProductTitle a:hover {
	font-size: 12px;
	text-decoration: underline;
	font-family: Tahoma, Verdana, sans-serif;
	color: #c40505;
}

.browseProductImageContainer {
	width: 90px;
	overflow:visible;
	float:left;
	margin-right:7px;
}
.browseProductDetailsContainer {
	float: left;
}
.browseProductDescription {
	clear: both;
	width: 100%;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	padding-bottom: 3px;
}

.browseProductDescription a:link, .browseProductDescription a:visited {
	margin-left: 3px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #2559a4;
	text-decoration: none;
}

.browseProductDescription a:hover {
	margin-left: 3px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #c40505;
	text-decoration: underline;
}

.browseProductTitle1 {
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000;
}

.browsePriceContainer {
	float: left;
	margin-right: 4px;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #fff;
	background:url( 'images/price_bg.png' ) 0 0 repeat-x;
	width: 53px;
	height: 19px;
	border: 0;
	text-align: center;
}

.browseSpecPriceContainer {
	float: left;
	margin-right: 4px;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #fff;
	background:url( 'images/price_spec_bg.png' ) 0 0 repeat-x;
	width: 53px;
	height: 19px;
	border: 0;
	text-align: center;
}
.vmAnonsContainer {
	clear:both;
	font-size: 11px;
	color: #868686;
}
.vmAnonsContainer span {
	font-size: 11px;
	color: #c40505;
	font-weight:bold;
}

.browseAddToCartContainer {
	text-align:left;
	float:left;
}
.browseOutOfStockContainer {
	width:53px;
	height:19px;
	float:left;
}
.browseRatingContainer {
	width: 36px;
	height: 31px;
	background: url(images/rating.png) 0 0 no-repeat;
}

.browseNewArrival {
	float: left;
	margin: -10px 3px 3px 3px;
	white-space: nowrap;
	width: 38px;
	height: 38px;
	background: url(images/new.png) 0 0 no-repeat;
}

div#youtube {
	display: none;
}

div#screenshots {
	display: none;
}
	
#common_details {
	margin-right: 10px;
	display: block;
}

.imageset {
	clear:both;
	border-spacing:0;
	margin-top:-1px;
}

#feedback {
	display: none;
	width:480px;
	padding-bottom: 60px;
}

.noreviews {
	margin-top:36px;
	height: 78px;
	font-size:18px;
	color:#868686;
	background-color:#e2e2e2;
	text-align:center;
	vertical-align:middle;
	line-height:78px;
}

/** Flypage Styles **/
.thumbnailListContainer {
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: auto;
}

/*
General Form Styling
*/
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
}

#agreed_div {
	white-space: normal;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}
.missing {
	color:#c40505;
	font-weight:bold;
}

/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}
table.adminform td.labelcell {
	text-align: right;
}
.iconcell {
	vertical-align: top;
	width: 5%;
}
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	background-color:#FAFAD2;
	background-position:left 5px;
	background-repeat:no-repeat;
	border-color:#AACCAA;
	border-style:dotted none;
	border-width:1px 0pt;
	font-weight: 900;
	margin:1pt 1pt 1em 1em;
	padding:0.5em 1em 1.5em 48px;
}
.shop_error {
	background-image: url( images/error.gif );
}
.shop_warning {
	background-image: url( images/warning.png );
}
.shop_info, .shop_tip {
  	background-image: url( images/info.png );
}

.shop_debug {
	background-image: url( images/log_debug.png );

}
.shop_critical {
	font-weight: bold;
	background-image: url( images/log_critical.png );
}
/**
* Addtocart detail Styles
*/
.vmCartContainer { /* Cart Container */
	width: auto;
	float: left;
	background: #ADD8E6;
	border: 1px solid #000;
	padding: 3px;
}

.vmCartChildHeading { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes { /* Attributes Div*/
	
	margin-top:8px;
	width:100%;
}

.vmAttribChildDetail {  /* Product Attributes Styling */
	
}
	

.vmMultiple {
	height:35px;
}



.vmChildType { /* Product type div*/

width: 100%;
}

.vmClearDetail { /*Clear the divs afer child types*/
	clear: both;
}

.vmClearAttribs { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail a, .vmChildDetail a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
/* Styling for the form elements to enable correct Line Up  */
.inputboxquantity {
	margin-top: 3px;
	vertical-align: middle;
}
.availabilityHeader {
	text-decoration:underline;
	font-weight:bold;
}
.inputboxattrib {
	float: left;
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.quantitycheckbox {
	margin-top: 6px;
	vertical-align: middle;
}	

/**
* Addtocart detail Styles for placing attributes beside product_types
*/
.vmCartContainer_2up { /* Cart Container */
	width: 100%;
	float: left;
	background: #ADD8E6;
	border: 1px solid #000;
	padding: 3px;
}

.vmCartChildHeading_2up { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild_2up { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail_2up { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement_2up { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes_2up { /* Attributes Div*/
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	width:50%;
}

.vmAttribChildDetail_2up {  /* Product Attributes Styling */
	
}
	
.vmMultiple {
	height:35px;
}

.vmChildType_2up { /* Product type div*/
	background: #ADD8E6;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	float: left;
	width: 40%;
	border: 1px solid #000;
}

.vmClearDetail_2up { /*Clear the divs afer child types*/
	
}

.vmClearAttribs_2up { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne_2up { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo_2up { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail_2up a, .vmChildDetail_2up a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail_2up a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

.vmCartModuleList  {
  cursor : pointer;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmCartModuleList:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
.vmquote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}
.editable {
	background: #ffff33;
	cursor: pointer;
}
ul.pagination {
	margin:0;
	padding-left:0;
}

ul.pagination li {
	padding: 2px;
	display: inline;
	background: none;
}
.clr { clear: both; overflow:hidden; }
/* Common classes */
.floatLeft {
	float: left;
}
/* Product Details */
#vmMainPage {
	
}
.vmDetailsLayoutTable {
	width: 100%;
	border-collapse: collapse;
}
	.vmDetailsLayoutTable td {
		border: 0px solid Black;
		vertical-align: top;
	}
.vmDetailsBigPicture {
	width: 331px;
}
.vmDetailsPicture, .vmDetailsPicture img {
	position:absolute;
}
.vmDetailsBigPicture .productPrice {
	font-size:30px;
	font-weight:normal;
	color:#da371b;
}
.vmDetailsCenterCol {
	min-width: 480px;
}
.vmDetailsRating {
	padding-top: 50px;
	width: 130px;
}
.vmDetailsTitle {
	min-width: 620px;
	width: 100%;
}
.vmDetailsMainTitle h1 {
	/* margin-top: 4px; */
	font-size: 30px !important;
	line-height:28pt;
}
.vmDetailsSubTitle h2 {
	font-size: 18px !important; 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #2559a4;
	line-height: 1.9em;
}
.vmDetailsMainTitle h1, .vmDetailsSubTitle h2 {
	font-weight:normal !important;
	margin:0 !important;
	padding:0 !important;
}
.tabs {
	clear: both;
	width: 100%;
	height: 30px;
}
.vmDetailsDisks {
	margin-top: 9px;
	width: 100%;
}
	.vmDetailsDisks td {
		width: 50%;
		line-height: 1.2em;
	}
.vmDetailsDiskTitle {
	color: #2559a4;
	font-weight: bold;
}

.vmDetailsInfoTitle {
	font-size: 18px; 
	font-family: Tahoma, Verdana, sans-serif;
	margin-bottom: 10px;
}
.vmImdbContainer {
	clear:both;
	font-size: 11px;
	color: #868686;	
}
.vmDetailsRelatedItem {
	width: 200px;
	height: auto;
}
.vmDetailsRelatedItem a:link, .vmDetailsRelatedItem a:visited {
	color: #2559a4;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.vmDetailsRelatedItem a:hover {
	text-decoration: underline;
	color:#c40505;
}
.vmDetailsRelatedPrice {
	font-weight: bold;
	font-size:11px;
}
.vmDetailsRelatedPrice span {
	color: #af0000;
	font-weight: normal;
	font-size:11px;
	vertical-align:top;
}
/* Shots */
.vmShotsWrap {
	margin: 40px 0px 23px 0px;
	display: inline-block;
}
.vmShotsDiv {
	width: 94px;
	height: 140px;
}
.vmShotsDiv img {
	width: 90px;
	height: 90px;
	border-left: 3px solid #eeeeee;
	border-right: 3px solid #eeeeee;
	border-top: 4px solid #eeeeee;
	border-bottom: 4px solid #eeeeee;
}
/* DataTables */
#all_reviews {
	width:480px !important;
	margin-top: 36px;
}

#all_reviews td {
	width:480px !important;
}

.paginate_active {
}
.paginate_button {
}
#all_reviews_paginate {
	float:left;
	text-align:left;
}
#all_reviews_paginate .paginate_button, 
#all_reviews_paginate .paginate_active {
	margin: 0px 4px;
	display: inline-block;
}
#all_reviews_paginate .paginate_button {
	cursor: pointer;
	text-decoration: underline;
	color: #005aa0;
}
#all_reviews_paginate .paginate_button {
	font-weight: bold;
}
#all_reviews_first, 
#all_reviews_last, 
#all_reviews_previous, 
#all_reviews_next {
	display: none !important;
}
.vmReviewHeadTable {
	text-align:right;
	margin-top:10px;
	width:480px;
}
.vmReviewHeadTable a {
	text-decoration:none;
}
.vmPostReviewDiv {
	height: 20px;
	cursor:pointer;
	float: right;
	background-image: url('images/otziv_pic.gif');
	background-repeat: no-repeat;
	background-position: left;
}
	.vmPostReviewDiv div {
		margin-left: 16px;
		height:14px;
		color:#2761b3;
		text-decoration:none;
		border-bottom: 1px dashed #2761b3;
	}
	.vmPostReviewDiv div:hover {
		margin-left: 16px;
		color: #c40505;
		text-decoration:none;
		height:14px;
		border-bottom: 1px dashed #c40505;
	}
#all_reviews tr td {
	border-top: 1px solid #cecece;
	padding-top: 4px;
}

.vmReviewHead {
	font-size: 18px;
	color: #2761b3;
	display: inline-block;
	margin:0px;
	float: left;
}
.vmReviewHead span {
	margin-left: 9px;
	color: #818181;
	font-size: 11px;
	font-weight: normal;
}
.vmReviewRating {
	display: inline-block;
	height: 17px;
	margin:0px;
	float: right;
	color: #ca0900;
	font-size: 11px;
}
.vmReviewBody {
	width: 100%;
	display: inline-block;
	margin-top: 13px;
	margin-bottom: 36px;
	clear: both;
}
/* Review Form */
.vmReviewForm {
	margin-top: 8px;
	display: none;
}
.vmReviewNeedToLogin {
	float: right;
	color: #ca0900;
	font-size: 12px;
	background-image: url('images/round.gif');
	background-repeat: no-repeat;
	background-position: left;
}
	.vmReviewNeedToLogin div {
		margin-left: 20px;
	}
	.vmReviewNeedToLogin a:link, .vmReviewNeedToLogin a:visited {
		font-weight: bold;
		color: #ca0900;
		text-decoration: underline;
	}	
	.vmReviewNeedToLogin a:hover {
		text-decoration: underline;
		color:#c40505;
	}
.vmReviewFormName {
	float: left;
	color: #a1140a;
	font-size: 16px;
	font-weight: bold;
	width: 350px;
	height: 20px;
}
.vmReviewFormClose {
	float: right;
	cursor:pointer;
	color: #2761b3;
	height:14px;
	border-bottom: 1px dashed #2761b3;
}
.vmReviewFormClose:hover {
	float: right;
	cursor:pointer;
	color: #c40505;
	height:14px;
	border-bottom: 1px dashed #c40505;
}
	.vmReviewFormClose a:link, .vmReviewFormClose a:visited {
		color: #2761b3;
	}
	.vmReviewFormClose a:hover {
		text-decoration: underline;
		color:#c40505;
	}
.vmReviewArea textarea {
	width: 477px;
	height: 175px;
}
.vmReviewSubmit {
	text-align: right;
	float: right;
	margin: 3px 0px;
}
/* Account header */
.vmAccountHeaderName {
	font-size: 30px;
	padding-bottom: 14px;
	border-bottom: 1px solid #c2c2c2;
}
.vmAccountHeaderLogin {
	color: #cb0005;
}

.vmAccountHeaderMenu {
	width: 150px;
	height: 125px;
	margin-top: 11px;
	float: left;
	background-repeat: no-repeat;	
}
.vmAccountHeaderMenuLink {
	margin-top: 0px;
	color: #000;
	font-size: 18px;
	padding-bottom:10px;
}
.vmAccountHeaderMenuLinkDiv {
	width: 50px; 
	height: 50px
}
.vmAccountHeaderMenuLink a:link,
.vmAccountHeaderMenuLink a:visited {
	color: #2761b3;
	font-size: 18px;
	text-decoration: underline;
	height: 30px;
}
.vmAccountHeaderMenuLink a:hover {
	text-decoration: underline;
	color:#c40505;
}
#vmAccountProfile {
	background-image: url('images/profile.jpg');
	background-position: 15px 0px;
	margin-left: 3px;
	width: 153px;
}
#vmAccountOrders {
	background-image: url('images/orders.jpg');
	background-position: 5px 0px;
	width: 143px;
}
#vmAccountDiscounts {
	background-image: url('images/discounts.jpg');
	background-position: 3px 0px;
	width: 133px;
}
#vmAccountChangepass {
	background-image: url('images/changepass.jpg');
	background-position: 30px 0px;
	width: 171px;
}
#vmAccountPreorder {
	background-image: url('images/preorder.jpg');
	background-position: 20px 0px;
}
/* Account main page */
#vmAccountSubscribe {
	display: inline-block;
	height: 50px;
	padding-left: 40px;
	padding-top: 7px;
	background-repeat: no-repeat;
}
.vmAccountSubscribeOn {
	background-image: url('images/info_icon.jpg');
}
.vmAccountSubscribeOff {
	background-image: url('images/info_icon_red.jpg');
}
.vmAccountSubscribeLink {
	margin-top: 15px;
}
.vmAccountSubscribeLink a:link,
.vmAccountSubscribeLink a:visited {
	color: #2761b3;
}
.vmAccountSubscribeLink a:hover {
	color: #c40505;
}

#vmAccountInfoForm {
	display: none;
}
.vmAccountInfoBox {
	width: 380px; 
	margin-left:30px;
	float: left;
	display: inline-block;
}
.vmAccountDiscount {
	margin-left:30px;
}
.vmAccountChangeInfoLink {
	margin-bottom: 20px;
	
}
.vmAccountChangeInfoLink:hover {
	margin-bottom: 20px;
}
.vmAccountChangeInfoLink a:link
{
	color:#2761b3;
	text-decoration:none;
	border-bottom:1px dashed #2761b3;
}
.vmAccountChangeInfoLink a:hover
{
	color:#c40505;
	text-decoration:none;
	border-bottom:1px dashed #c40505;
}
.vmAccountInfoLabel {
	color: #868686;
	font-size: 11px;
}
.vmAccountInfoValue {
	font-size: 18px;
	margin-bottom: 17px;
}

#vmAccountInfoForm label {
    color: #868686;
    font-size: 11px;	
}
#vmAccountInfoForm .divclass {
	margin-bottom: 2px !important;
}

#vmChngPasswordForm {
	margin-top:-10px;
	float:left;
	display:inline-block;
	margin-left:30px;
	width:432px;
}
#vmChngPasswordForm label {
    color: #000;
    font-size: 11px;	
}
#vmChngPasswordForm .button {
    width:145px;
}
#vmChngPasswordForm input[type="password"] {
    width:243px;
}
#vmChngPasswordForm .divclass {
	margin-bottom: 3px !important;
}
#notification {
	display:inline-block;
	width:300px;
	margin-top:-2px;
}
#notification span {
	color:#2761b3;
	font-size:18px;
}
/* Account orders */
#vmAccountOrdersBox {
	margin-left:30px;
}
#vmAccountOrdersBox h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
.vmAccountOrdersIntrotext {
    margin-top: 22px;
    margin-bottom: 35px;
}
.vmAccountOrdersIntrotext a {
	color: #2761B3;
}
#vmAccountOrdersBox .adminlist {
	width: 540px;
}
#vmAccountOrdersBox .adminlist {
	border-collapse: collapse;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
}
#vmAccountOrdersBox .adminlist th.title {
	background-color: #bebebe;
	color: White;
	height: 20px;
	text-align: center;
}
#vmAccountOrdersBox .adminlist td {
	border-bottom: 1px solid #bebebe;
	text-align: center;
	height: 20px;
}
#vmAccountOrdersBox .adminlist td.confirmed.vmAccountOrdersStatus {
    color: #5c8827;
}
#vmAccountOrdersBox .adminlist td.pending {
    color: #c40505;
}
#vmAccountOrdersBox .adminlist td.cancelled {
    color: #858585;
}
#vmAccountOrdersBox .adminlist td.vmAccountOrdersNumber {
	width: 80px;
}
#vmAccountOrdersBox .adminlist td.vmAccountOrdersNumber a:link,
#vmAccountOrdersBox .adminlist td.vmAccountOrdersNumber a:visited {
    color: #2761B3;
    font-weight: bold;
    text-decoration: underline;
}
#vmAccountOrdersBox .adminlist td.vmAccountOrdersNumber a:hover {
	text-decoration: underline;
	color:#c40505;
}
#vmAccountOrdersBox .adminlist td.vmAccountOrdersDate {
    width: 150px;
}
#vmAccountOrdersBox .adminlist td.vmAccountOrdersValue {
    width: 160px;
}
#vmAccountOrdersBox .adminlist td.vmAccountOrdersStatus {
	width: 150px;
	font-weight: bold;
}

.vmAccountOrdersTotalvalue {
	margin-top: 38px;
	font-size: 18px;
}
.vmAccountOrdersTotalvalue span {
	color: #c50804;
}

/* Popup */
.vmAccountOrdersPopup {
	font-family: Tahoma, Verdana, sans-serif;
	padding: 0 30px;
}
.vmAccountOrdersPopupTable td {
	font-size: 13px;
}
.vmAccountOrdersPopupHead {
	font-size: 13px;
	margin-bottom: 20px;
	display:inline-block;
}
/* Account Discounts */
#vmAccountDiscountTable {
	border-collapse: collapse;
	width: 540px;
	float: left;
}
#vmAccountDiscountTable th {
    height: 20px;
    background-color: #bebebe;
    border: 1px solid #bebebe;
    text-align: center;
    color: White;
}
#vmAccountDiscountTable td {
	height: 40px;
	text-align: center;
	border: 1px solid #bebebe;
	font-size: 18px;
	color: #bebebe;
}
#vmAccountDiscountTable tr.vmAccountDiscountActive td {
	color: Black;
	background-color:#f1f1f1;
}
#vmAccountDiscountTable tr.vmAccountDiscountActive td.vmAccountDiscountPercent {
	color: #c0090d;
	background-color:#f1f1f1;
}

#vmAccountDiscountArrowTable {
	display: inline-block;
    border-collapse: collapse;
    margin-left: 15px;
}
#vmAccountDiscountArrowTable th {
	height: 20px;
}
#vmAccountDiscountArrowTable td {
    height: 40px;
}
#vmAccountDiscountArrowTable td {
	visibility: hidden;
}
#vmAccountDiscountArrowTable tr.vmAccountDiscountActive td {
	background-image: url('images/arrow_red.gif');
	background-repeat: no-repeat;
	background-position: 0px 13px;
	visibility: visible;
	padding-left: 40px;
	font-weight: bold;
}

.vmAccountDiscountCurrent {
	margin-top: 40px;
}
.vmAccountDiscountCurrent a {
    color: #2761B3;
}
.vmAccountDiscountCurrent span {
    color: #c0090d;
}
.vmAccountDiscountDescription {
	width: 680px;
}
.vmAccountDiscountDescription h3 {
	font-weight: normal;
	font-size: 18px;
	margin-top: 40px;
}
.vmAccountDiscountDescription p {
	margin: 0px;
}
.vmAccountDiscountDescription h4 {
	color: #2761B3;
	margin: 15px 0px 0px 0px;
}
.vmAccountDiscountDescription h4.vmAccountDiscountSeparator {
	margin-top: 45px;
}
.vmAccountDiscountDescription p.vmAccountDiscountExample {
	margin-top: 15px;
	font-style: italic;
	color: #838383;
}
.vmRateTable {
	width:150px;
}
.vmRateTable .field_set {
	width:150px;
	margin-left:-5px;
	padding:0;
}
.vmRateTable label {
	font-size:11px;
}
.vmRateTable .vmLabels label {
	font-size:14px;
	font-weight:bold;
}
