/** 
* Main CSS file for the "default" theme for VirtueMart
* @copyright 2006 Soeren Eberhardt, Anne-Katrin Merz
* @license GNU/GPL
*
*/

form {
	width: default;
	height: default;
	margin: 0px;
	white-space: nowrap;
	display: block;
	float: none;
	vertical-align: top;
	}

/* General Shop Styles here please */
.addtocart_button {
/*
	text-align:center;
*/
/*
	background-position:bottom left;
*/
	/*width:160px;height:30px;*/
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
/*
	background: url( "themes/default/images/add-to-cart_blue.gif" ) no-repeat  center transparent;
*/
/*
	vertical-align: middle;
*/
/*
	overflow:hidden;
*/
	
}

.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( "themes/default/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;
}

.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( "themes/default/images/forward.png" ) no-repeat left;
}
.continue_link {
	background: url( "themes/default/images/back.png" ) no-repeat left;
}
/* This is the text box informing customers about your returns policy */
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
} 

/* The PDF, Email and Print buttons */
div.buttons_heading {
	margin:0px;
	text-align:right;
}

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

.browseProductTitle {
	font-size: 16px; 
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
	width: 30%;
	float: left;
}
.browseProductImageContainer {
	float: left;
	width: auto;
	margin: 3px;
}
.browseProductDetailsContainer {
	float: left;
	width: 70%;
}
.browseProductDescription {
	margin-top: 40px;
	width:50%;
}
.browsePriceContainer {
	float: left;
	margin: 5px;
	width:20%;
}
.browseAddToCartContainer {
/*
	width:30%;
*/
/*
	text-align:right
*/

white-space:nowrap;

}

.browseRatingContainer {
	float: left;
	width:25%;
	margin: 3px;
	white-space: nowrap;
}

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

/** Flypage Styles **/
.thumbnailBonusListContainer {
	text-align: center;
	width: 100%;
	height: 160px;
	overflow: auto;
	vertical-align:middle;
}

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

}

.formField {
	float:left;
	width:60%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}
/**
* 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%;
}
/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	font-size: 120%;
  	margin-top: 0.8em;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70% !important;
  	clear: both;
  	text-align: justify;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 15px 20px 15px 80px;
  	background-position: 20px 50%;
  	background-repeat: no-repeat;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	border-radius: 20px;
}
.shop_error {
  	background-color: #fdd;
	background-image: url( "themes/default/images/log_error.png" );
}
.shop_warning {
  	background-color: #ffc;
	background-image: url( "themes/default/images/log_warning.png" );
}
.shop_info {

  	background-color: #eef;
  	background-image: url( "themes/default/images/log_info.png" );
}
.shop_tip {
	background-image: url( "themes/default/images/info.png" );
  	background-color: #dfd;
}
.shop_debug {
	background-color: #F0F8FF;
	background-image: url( "themes/default/images/log_debug.png" );

}
.shop_critical {
	background-color: salmon;
	font-weight: bold;
	background-image: url( "themes/default/images/log_critical.png" );
}
/**
* Addtocart detail Styles
*/
.vmCartContainer { /* Cart Container */
	width: 100%;
	float: left;
	background: lightblue;
	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: lightgray;	
}

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

.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: lightblue;
	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: lightblue;
	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: lightgray;	
}

.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;
}
.overlay_mac_os_x {
	background-color: gray;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.mac_os_x_nw {
	background: transparent url( "js/windows/themes/mac_os_x/TL_Main.png" ) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.mac_os_x_n {
  background: transparent url( "js/windows/themes/mac_os_x/T_Main.png" ) repeat-x 0 0;			
  height:30px;
}

.mac_os_x_ne {
  background: transparent url( "js/windows/themes/mac_os_x/TR_Main.png" ) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.mac_os_x_w {
  background: transparent url( "js/windows/themes/mac_os_x/L_Main.png" ) repeat-y top left;			
  width:16px;
}

.mac_os_x_e {
  background: transparent url( "js/windows/themes/mac_os_x/R_Main.png" ) repeat-y top right;			
  width:16px;	  
}

.mac_os_x_sw {
  background: transparent url( "js/windows/themes/mac_os_x/BL_Main.png" ) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.mac_os_x_s {
  background: transparent url( "js/windows/themes/mac_os_x/B_Main.png" ) repeat-x 0 0;			
  height:40px;
}

.mac_os_x_se, .mac_os_x_sizer {
  background: transparent url( "js/windows/themes/mac_os_x/BR_Main.png" ) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.mac_os_x_sizer {
	cursor:se-resize;	
}

.mac_os_x_close {
	width: 23px;
	height: 23px;
	background: transparent url( "js/windows/themes/mac_os_x/close.gif" ) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:31px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_minimize {
	width: 23px;
	height: 23px;
	background: transparent url( "js/windows/themes/mac_os_x/minimize.gif" ) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:75px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_maximize {
	width: 23px;
	height: 23px;
	background: transparent url( "js/windows/themes/mac_os_x/maximize.gif" ) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:53px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
}

.mac_os_x_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	background:#FFF;
	
}
.mac_os_x_buttons {
	padding: 10px 10px 0px 10px;
	vertical-align: middle;
	text-align: center;
}
/* FOR IE */
* html .mac_os_x_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/TL_Main.png", sizingMethod="crop");
}

* html .mac_os_x_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/T_Main.png", sizingMethod="scale");
}

* html .mac_os_x_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/TR_Main.png", sizingMethod="crop");
}

* html .mac_os_x_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/L_Main.png", sizingMethod="scale");
}

* html .mac_os_x_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/R_Main.png", sizingMethod="scale");
}

* html .mac_os_x_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/BL_Main.png", sizingMethod="crop");
}

* html .mac_os_x_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/B_Main.png", sizingMethod="scale");
}

* html .mac_os_x_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/BR_Main.png", sizingMethod="crop");
}

* html .mac_os_x_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="components/com_virtuemart/js/windows_js/themes/mac_os_x/BR_Main.png", sizingMethod="crop");
}

.overlay_alphacube {
	background-color: silver;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url( "js/windows/themes/alphacube/left-top.gif" ) no-repeat 0 0;			
  width:3px;
  height:25px;
}

.alphacube_n {
  background: transparent url( "js/windows/themes/alphacube/top-middle.gif" ) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url( "js/windows/themes/alphacube/right-top.gif" ) no-repeat 0 0;			
  width:3px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url( "js/windows/themes/alphacube/frame-left.gif" ) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url( "js/windows/themes/alphacube/frame-right.gif" ) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url( "js/windows/themes/alphacube/bottom-left-c.gif" ) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url( "js/windows/themes/alphacube/bottom-middle.gif" ) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url( "js/windows/themes/alphacube/bottom-right-c.gif" ) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url( "js/windows/themes/alphacube/button-close-focus.gif" ) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url( "js/windows/themes/alphacube/button-min-focus.gif" ) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url( "js/windows/themes/alphacube/button-max-focus.gif" ) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#ffffff;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url( "js/windows/themes/alert/progress.gif" ) no-repeat center center
}


.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url( "js/windows/themes/default/top_left.gif" ) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url( "js/windows/themes/default/top_mid.gif" ) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url( "js/windows/themes/default/top_right.gif" ) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url( "js/windows/themes/default/center_right.gif" ) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url( "js/windows/themes/default/center_left.gif" ) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url( "js/windows/themes/default/bottom_left.gif" ) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url( "js/windows/themes/default/bottom_mid.gif" ) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url( "js/windows/themes/default/bottom_right.gif" ) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url( "js/windows/themes/default/sizer.gif" ) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url( "js/windows/themes/default/close.gif" ) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url( "js/windows/themes/default/minimize.gif" ) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url( "js/windows/themes/default/maximize.gif" ) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:hidden;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}
