/*------------------------------------------------------------------------
# VMJ GenX Theme for VirtueMart 1.1.0 - September, 2009
# ------------------------------------------------------------------------
# Copyright (C) 2009-2013 VMJunction.com, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: VMJunction.com
# Websites:  http://www.vmjunction.com
# Icon Designed by: http://www.dryicons.com
-------------------------------------------------------------------------*/
/* General Shop Styles here please */
.addtocart_button, .notify_button {
	margin-top:5px;
	float:right;
	text-align:left;
	padding-left:3px;
	padding-bottom:3px;
	background-position:bottom left;
	width:106px;height:35px;
	line-height:32px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
	color:#555;
}
.addtocart_button {
	background: url( 'images/button-buy.jpg' ) 0 0 no-repeat transparent;
}
.addtocart_button:hover, .addtocart_button:focus {
	color: #000;
	background: url( 'images/button-buy.jpg' ) 0 -35px  no-repeat transparent;
}
.notify_button {
	background: url( 'images/button-buy.jpg' ) 0 0 no-repeat transparent;
}
.notify_button:hover, .notify_button:focus {
	background: url( 'images/button-buy-hover.jpg' ) 0 0 no-repeat transparent;
}

.addtocart_button_cat {
	margin-top:5px;
	float:left;
	text-align:left;
	padding-left:5px;
	padding-bottom:4px;
	background-position:bottom left;
	width:158px;height:52px;
	line-height:48px;
	font-size:1.4em;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: top;
	overflow:hidden;
	color: #555;
	line-height:40px;
	background: url( 'images/button-buy_cat.jpg' ) 0 0 no-repeat transparent;
}
.addtocart_button_cat:hover, .addtocart_button_cat:focus {
color: #000;
	background: url( 'images/button-buy_cat.jpg' ) 0 -52px  no-repeat transparent;
}

.addtocart_button_large {
	margin-top:10px;
	margin-right:5px;
	margin-bottom:10px;
	float:right;
	font-size:1.3em;
	text-align:left;
	padding-left:10px;
	background-position:bottom left;
	width:180px;height:59px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
	color: #555;
	background: url( 'images/button-add.jpg' ) 0 0 no-repeat transparent;
}
.addtocart_button_large:hover, .addtocart_button_large:focus {
	color: #000;
	background: url( 'images/button-add.jpg' ) 0 -59px no-repeat transparent;
}

.continue, .checkout, .showcart, .savecart, .previous, .confirm {
	margin-top:5px;
	display:inline-block;
	background-position:bottom left;
	width:150px;height:40px;
	cursor:pointer;
	border: none;
	font-size: 1.4em;
	font-weight:bold;
	font-family:inherit;
	line-height:40px;
	vertical-align: middle;
	overflow:hidden;
}
.previous {
	text-align:right;
	padding-right:15px;
	background: url( 'images/previous.gif' ) 100% 0 no-repeat transparent;
	color:#8b3702 !important;
}
.previous:hover, .previous:focus {
	background: url( 'images/previous.gif' ) 100% -40px  no-repeat transparent;
	color:#861900 !important;
}
.continue {
	text-align:right;
	padding-right:15px;
	background: url( 'images/continue.gif' ) 100% 0 no-repeat transparent;
}
.continue:hover, .continue:focus {
	background: url( 'images/continue.gif' ) 100% -40px  no-repeat transparent;
}
.checkout {
	text-align:left;
	padding-left:15px;
	background: url( 'images/checkout.gif' ) 0 0 no-repeat transparent;
	color:#548a02 !important;
}
.checkout:hover, .checkout:focus {
	background: url( 'images/checkout.gif' ) 0 -40px  no-repeat transparent;
	color:#1e8d03 !important;
}
.showcart {
	text-align:left;
	padding-left:15px;
	background: url( 'images/showcart.gif' ) 0 0 no-repeat transparent;
}
.showcart:hover, .showcart:focus {
	background: url( 'images/showcart.gif' ) 0 -40px  no-repeat transparent;
}
.savecart {
	text-align:left;
	padding-left:15px;
	background: url( 'images/savecart.gif' ) 0 0 no-repeat transparent;
	color:#8b3702 !important;
}
.savecart:hover, .savecart:focus {
	background: url( 'images/savecart.gif' ) 0 -40px  no-repeat transparent;
	color:#861900 !important;
}

.confirm {
	width:270px;height:83px !important;
	line-height:83px !important;
	font-size: 1.5em !important;
	text-align:left;
	padding-left:35px;
	background: url( 'images/confirm.gif' ) 0 0 no-repeat transparent;
}
.confirm:hover, .confirm:focus {
	background: url( 'images/confirm.gif' ) 0 -83px  no-repeat transparent;
}

.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;
}
input.checkout_link, input.continue_link {
	border: 0px 0px 0px 0px;
	border-style: none;
	color:#0671ad;
}
input.checkout_link:hover, input.checkout_link:focus, input.continue_link:hover, input.continue_link:focus {
	text-decoration:underline;
}
.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:0px;
	width:40%;
	float:right;
	text-align:right;
}

.productPrice {
	white-space: nowrap;
	color:#4F4F4F;
}
.product-Old-Price {
	color:#AE0404;
	text-decoration:line-through;
}
/** MAINPAGE STYLES **/
.vmj_mp_category_name {
	width: auto;
	padding-left: 10px;
	text-align:left;	
	float:left;
	padding-right: 5px;

}

.vmj_mp_category_name a, .vmj_mp_category_name a:link, .vmj_mp_category_name a:visited, .vmj_mp_category_name a:active   {
	text-decoration:none;
	font-size:125%;
	color: #0671ad;
	font-weight:bold;
}

.vmj_mp_category_name a:hover{
	text-decoration:none;
	color: #158dd0;
}

.vmj_mp_product_count {
	width:auto;	
	text-align:left;
	color:#A7A7A7;
}

.vmj_mp_category_image {
   	margin-top:5px;
  	width:100%;
   	text-align:center;
}

/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
	width:100%;	
	vertical-align: top;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.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:center
}
.browseRatingContainer {
	float: left;
	width:25%;
	margin: 3px;
	white-space: nowrap;
}

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

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

#agreed_div {
	white-space: normal;
	width:78%;
}

.formField {
	float:left;
	width:55%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}

#agreed_input {
	width:19%;
}

div#register_stretcher .inputbox {
	width:225px;
}

div#agreed_input .inputbox {
	width:20px;
}

div.formField #country_field {
	width:210px;
}

.missing {
	color:red;
	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-position:left 5px;
	background-repeat:no-repeat;
	font-weight: 900;
	margin:1pt 1pt 1em 1em;
	padding:10px 1em 1.5em 48px;
}
.shop_error {
	background-image: url( images/error.png );
}
.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: 100%;
	float:left;
	}

.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;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	float:left;
	width:100%;	
}

.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-bottom:0px;
	margin-top:0px;
	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-bottom: 2px;
	vertical-align: middle;
}
.availabilityHeader {
	text-decoration:underline;
	font-weight:bold;
}
.inputboxattrib {
	float: left;
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
	width:100%;	
}

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

/**
* Addtocart detail Styles for placing attributes beside product_types
*/
.vmCartContainer_2up { /* Cart Container */
	width: 100%;
	float: left;	
	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;	
	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*/
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	float: left;
	width:40%;
}

.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 li {
	padding: 2px 1px;
	display: inline;
	background: none;
}
.clr { clear: both; overflow:hidden; }

.vmj_alpha-left, .vmj_alpha-right { 
	background-image: url('images/vmj_top_box.png'); /* CHANGE: path and name of your image */
	height: 36px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	line-height:36px;  /* DNC: correction IE for height of the <div>'s */		
	color:#C8C7C7;
	
	}
.vmj_alpha-left { 
	margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
	padding-left:8px;
	}
.vmj_alpha-right { 
	margin-left: 10px;
    padding-right:10px;	/* CHANGE: replace by the width of one of your corners */
	margin-top: -36px;  /* CHANGE: replace by the height of one of your corners */
	}
.vmj_alpha-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}

.vmj-top-left, .vmj-top-right, .vmj-bottom-left, .vmj-bottom-right { 
	background-image: url('images/vmj_box.png'); /* CHANGE: path and name of your image */
	height: 35px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 1px;  /* DNC: correction IE for height of the <div>'s */	
	line-height:1px;
	}
.vmj_box_head {
	font-size: 140%;
	padding-left:15px;
	color: #4F4F4F;
	font-weight:bold;	
    width:auto;
	text-align:left;
	margin-top:-35px;
	line-height:35px;
}	
.vmj-top-left, .vmj-bottom-left { 
	margin-right: 35px; /* CHANGE: replace by the width of one of your corners */
	}
.vmj-top-right, .vmj-bottom-right { 
	margin-left: 35px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -35px;  /* CHANGE: replace by the height of one of your corners */
	}
.vmj-top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.vmj-bottom-left  { 
	background-position: 0 -35px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.vmj-bottom-right { 
	background-position: 100% -35px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.vmj-inside {
	border-left: 1px solid #BEBEBE; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #BEBEBE;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */	
	margin-bottom: -15px;	
	}
.vmj-notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.vmj-nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
.vmj_new_row {
	background: url(images/vmj_dot.png) repeat-x;
	width:100%;
	height:1px;
	}

.vmj-product-top-left, .vmj-product-top-right, .vmj-product-bottom-left, .vmj-product-bottom-right { 
	background-image: url('images/vmj_product_box.png'); /* CHANGE: path and name of your image */
	height: 35px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 1px;  /* DNC: correction IE for height of the <div>'s */	
	line-height:1px;
	}
.vmj-product-top-left, .vmj-product-bottom-left { 
	margin-right: 35px; /* CHANGE: replace by the width of one of your corners */
	}
.vmj-product-top-right, .vmj-product-bottom-right { 
	margin-left: 35px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -35px;  /* CHANGE: replace by the height of one of your corners */
	}
.vmj-product-top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.vmj-product-bottom-left  { 
	background-position: 0 -35px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.vmj-product-bottom-right { 
	background-position: 100% -35px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.vmj-product-inside {
	border-left: 1px solid #BEBEBE; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #BEBEBE;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */	                
	}
.vmj-product-notopgap    { margin-top: -30px; }    /* DNC: to avoid splitting of the box */
.vmj-product-nobottomgap { margin-bottom: -30px; } /* DNC: to avoid splitting of the box */	

.vmj_category_desc {
	padding:10px;
	color:#4F4F4F;
}	

.vmj_category_desc img {
	padding-right:10px;
}
ul.vmj_pagination {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.vmj_pagination li {
	margin: 0px;	
	display: inline;
	background: none;	
	width: auto;      	
	overflow: hidden; 
	padding: 0px;
	text-decoration:none;
}

.vmj-pagenav { 
	color:#4F4F4F; 	 
	padding: 10px 0px 8px 0px;
	width:5px;
	text-align:center;
	text-decoration:none;
	font-size:.95em;
	} 
a.vmj-pagenav, a:visited.vmj-pagenav  { 
	color:#9B9B9B;  
	text-decoration: none; 
	font-weight:normal; 
	text-decoration:none;
	} 
a:hover.vmj-pagenav { 
	color:#4F4F4F; 
	font-weight:normal; 
	text-decoration:none;
	background: url(images/vmj_alphanav_hover.png) repeat-x;
    width:5px;
	} 
a:active.vmj-pagenav { 
	color:#4F4F4F; 
	font-weight:normal; 
	text-decoration:none;
	background: url(images/vmj_alphanav_hover.png) repeat-x;
    width:6px;
	} 
.vmj_thumb_snap img {
	text-align:center;
	vertical-align:middle;
	width:auto;	
	height:100%;
    }
.vmj_thumb img {
	text-align:center;
	vertical-align:middle;
	width:90%;	
	height:auto;
    }
.vmj_product_name {
	width: 100%;
	text-align:left;	
	padding-right: 5px;
}

.vmj_product_name a, .vmj_product_name a:link, .vmj_product_name a:visited, .vmj_product_name a:active   {
	text-decoration:none;
	color: #0671ad;
	font-weight:bold;
}

.vmj_product_name a:hover{
	text-decoration:underline;
	color: #158dd0;
}

.vmj_product_desc {
	text-decoration:none;
	color:#4F4F4F;
	line-height: 16px;
	height:64px;
	overflow:hidden;
	float:left;
	}
.vmRecentDetail a, .vmRecentDetail a:link, .vmRecentDetail a:hover {
	text-decoration:none;
}	

.vmCartDetails {
margin: 0px;
}

.vmj_flypage_productnav, .vmj_flypage_productnav a, .vmj_flypage_productnav a:link, .vmj_flypage_productnav a:hover, .vmj_flypage_productnav a:active, .vmj_flypage_productnav a:visited{
	line-height:36px;
	text-decoration: none;
	color: #4F4F4F;
	height:36px;
}

/**Auto Image Enlarge**/

.vmj_thumbnail img{
border: none;
margin: 0 5px 5px 0;
z-index: 1;
}

.vmj_thumbnail:hover{
background-color: transparent;
}

.vmj_thumbnail:hover img{
border: none;
}

.vmj_thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 2px solid #ccc;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 999;
}

.vmj_thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 999;
}

.vmj_thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
position: absolute;
left: 0%; /*position where enlarged image should offset horizontally */
z-index: 999;
}

#vmMainPage {
overflow: visible;
}