/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */


/* Main Styles */
#vmMainPage h1 {
	float:left;
	clear:none} 
	#vmMainPage h1 a img {
		float:none}

#vmMainPage .vm_cat_desc {
	clear:both;
	margin-bottom:3em}
	
table.vm_categories img,	
#vmMainPage .vm_cat_desc img,
#vm_flypage .vm_flypage_moreimg img,
.vm_related img,
#vmMainPage img.withstyle {
	padding:9px; background:#F2F0D7; border:1px solid #fff;}
	

/* VM Cagories Table */
table.vm_categories {
	clear:both;
	margin-bottom:0}
	
table.vm_categories h4 {
	margin:1em 0 .6em}
	 
table.vm_categories img {
	float:none;
	margin:0 0 1em;}

table.vm_categories tr {
	vertical-align:top;}	

/* The PDF, Email and Print buttons */
div.buttons_heading {
	float:right;}
	div.buttons_heading img {
		margin:0 0 0 .4em;}

/* Order by form */
.orderby {
	margin:0 auto 0;
	position:relative;
	overflow:hidden;
	text-align:center; }	
	
	.orderby .inputbox {
		margin-left:.5em;}
		
	.orderby img {
		float:none;
		margin:0 0 -.4em .5em;}
	
	.orderby .pagination {
		margin-top:2em}
		
/* General Shop Styles here please */
#vmMainPage input.button {
	background:url( "themes/winestore/images/input_button.png" ) no-repeat center top;
	height:28px;
	color:#EBDD94;
	text-shadow:1px 1px 1px #000;
	width:100px;
	border:none;
	cursor:pointer}
	
	#vmMainPage input.button:hover {
		background-position:bottom;}
	
.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( "themes/winestore/images/add-to-cart_blue.gif" ) no-repeat  center transparent;
}
.notify_button {
	background: url( "themes/winestore/images/notify_blue.gif" ) no-repeat  center 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( "themes/winestore/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:17px;
	vertical-align:middle;
	height:25px;
	border:none;
	cursor:pointer;
	background:url( "themes/winestore/images/quantity.png" ) no-repeat center;}
	.quantity_box_button_down {
		background-position:bottom;}
	.quantity_box_button_up {
		background-position:top;}


.vm_checkout_links {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding:1em;}

	.vm_checkout_links a {}	
	
	
.continue_link {
	margin: 2px 0 0;
	position:absolute;
	left:0;
	padding: 2px 0px 2px 31px;
	vertical-align: middle;
	font-size: 1em;
	background: url( "themes/winestore/images/back.png" ) no-repeat left;}
	
	.continue_link2 {
		top:10em}
		
.next_page {
	background: url( "themes/winestore/images/next_16x16.png" ) no-repeat right;
	padding-right: 30px;
	margin-right:1.5em;
	float: right;
	width: auto;
}
.previous_page {
	background: url( "themes/winestore/images/previous_16x16.png" ) no-repeat left;
	padding-left: 30px;
	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;
}




/** BROWSE PRODUCTS STYLES 
-----------------------------**/
#product_list { }

	.vm_imagewrap {
		width:74%;
		padding-right:15px;
		border-right:1px dotted #C5BD68;
		position:relative;
		overflow:hidden;}
	
	.vm_cartwrap {
		width:22%;
		float:right;}

	#product_list hr,
	#vm_featured_list hr {
		margin-bottom:0em;
		margin-top:1.5em;
		background:url( "themes/winestore/images/hr_prod.png" ) repeat-x bottom;}
	
#vm_featured_list  {
	padding-bottom:2em;}
	
#vm_featured_list h2 {
	margin-bottom:1.2em}

#vm_featured_list hr:last-child {
	display:none}

		
.browseProductContainer {
	width:100%;
	padding:0;}

	.browseProductImageContainer {
		float: left;
		width:32%;
		text-align:center}
		.browseProductImageContainer img {
			float:none;
			padding:9px; background:#F2F0D7; border:1px solid #fff;
			margin:0 1em 0 0;}

	h3.browseProductTitle {
		clear:none;
		font-size:1.3em;
		margin-bottom:.4em}
		
	.browseProductDescription {}
	

	.browsePriceContainer {
		text-align:center;
		margin-bottom:1em;}
		
		.productPrice {
			font-weight:bold;
			font-size:1.7em;
			line-height:1.4em;
			white-space: nowrap;}
		.product-Old-Price {
			color:#99003C;
			text-decoration:line-through;}
		
		.productPrice_save {
			filter:alpha(opacity=65);
			-moz-opacity:0.65;
			-khtml-opacity: 0.65;
			opacity: 0.65;}
			
		
	.browseAddToCartContainer {
		text-align:center;
		padding-top:.5em}
		.browseAddToCartContainer label {
			width:auto;}
			
		.browseAddToCartContainer .inputboxquantity {
			width:25px;
			padding:.15em .3em;
			margin:0 .4em;}
		
	.browseAddToCartContainer button {
		padding-top:1em}	
		
	.browseRatingContainer {
		white-space: nowrap;
		padding-top:1em;}
		.browseRatingContainer img {
			float:none;
			margin:0em .7em -.1em}
	.browseRatingContainer span {
			filter:alpha(opacity=65);
			-moz-opacity:0.65;
			-khtml-opacity: 0.65;
			opacity: 0.65;}




/** Flypage Styles **/
#vm_flypage {}

h1.browseProductTitle {
		clear:none;
		margin-bottom:.4em}
		
#vm_flypage .browseProductImageContainer {
	width:35%;
	margin-bottom:1em;}	
#vm_flypage .browseProductImageContainer a {
	text-decoration:none;
	text-align:center}
#vm_flypage .browseProductImageContainer img {
	float:none;
	margin:0 0 1em}

.thumbnailListContainer {
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: auto;}
	
#vm_flypage .vm_flypage_moreimg img {
	margin:2.5em 1.5em 2.5em 0
	}

#vm_flypage .vm_flypage_reviews {
	padding-top:1.2em}

#vm_flypage .vm_flypage_aviability {
	margin:1.5em 0}

#vm_flypage p.ask_seller {
	margin-top:2em;
	background:url( "themes/winestore/images/ask_seller.png" ) no-repeat center left;
	padding:.2em 0;
	padding-left:25px;}
	
#vm_flypage #vm_flypage_header	{
	border:1px solid #fff;
	background:#F2F0D7;
	position:relative;
	overflow:hidden;
	margin:1.5em 0 1.4em 0;
	padding:.75em 1em;}
	
/* Related Products */
.vm_related h4 {
	margin:1.5em 0}
	
.vm_related .product_snapshot_img {
	text-align:center;}
	.vm_related .product_snapshot_img img{
		float:none;
		margin:0 0 1.5em}
	

/*
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: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-color:#F2F0D7;
	position:relative;
	overflow:hidden;
	background-position:10px center;
	background-repeat:no-repeat;
	border-color:#fff;
	border-style:dotted none;
	border-width:1px 0pt;
	font-weight:bold;
	padding:1em 1em 1em 55px;
	margin-bottom:2em;
}
.shop_error {
	background-image: url( "themes/winestore/images/error.gif" );
}
.shop_warning {
	background-image: url( "themes/winestore/images/warning.png" );
}
.shop_info, .shop_tip {
  	background-image: url( "themes/winestore/images/info.png" );
}

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

}
.shop_critical {
	font-weight: bold;
	background-image: url( "themes/winestore/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 #F2F0D7;
	background:#F2F0D7;
	padding:9px;
	margin-bottom:1.25em;
	text-align:center;}
	

.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*/
	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:#DAD38B;
}

/* 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-bottom:2.25em;
}
div.pagenav_results {
	padding-top:0}

.clr { clear: both; overflow:hidden; }


/* Recent Products */
.vmRecentDetail {
	padding-top:.75em}
	
/* Review Form */
table.vm_review_form tr,
table.vm_review_form th {
	padding:0;
	margin:0}
	
	table.vm_review_form th label {
		width:auto;}	
	
	table.vm_review_form th img {
		float:none;
		margin:0}	
		
		
		
/* Cart Page Styles */
table.vm_cart {
	margin-top:1em;
	clear:both;
	position:relative;
	overflow:hidden;
	border:1px solid #F8F7EA;}

	table.vm_cart tr.sectiontableheader {
		background:#CEC565;
		border:1px solid #F8F7EA;
		font-size:1.3em; }	
		table.vm_cart tr.sectiontableheader th {
			border-right:1px solid #E0DA9E;
			padding:.8em 1em .6em}
			
	table.vm_cart tr.sectiontableentry1 {}
	
	table.vm_cart tr.sectiontableentry2 {
		background:#E0DA9E;}
	
	table.vm_cart tr.sectiontableentry3 td {
		font-size:1.3em;
		font-weight:bold;
		padding:1.2em 0}
		
		table.vm_cart th,
		table.vm_cart td {
			vertical-align:middle;
			padding:10px 10px;
			border:1px dotted #F8F7EA;}
		
		table.vm_cart input.inputbox  {
			width:25px;
			padding-left:.3em}
			
		table.vm_cart input[type="image"]  {
			margin-top:-10px;
			padding-left:.2em}	
			


/* VM Login Register page */
#vm_login_register	{
	margin-top:1.4em;
	min-height:1300px;
	clear:both;
}
	#vm_login_register label.fixlabel {
		width:auto;
		cursor:pointer;
		margin-bottom:1em;}
		
	
	#vm_login_register label {
		text-align:right;}	
	
	#vm_login_register .inputbox {
		margin-left:15px;
		margin-right:15px;}	
		
	#vm_login_register div.formLabel {
		margin:0;
		padding:1.15em 0 0} 
	
	#vm_login_register div.formField {	
		margin:0;
		padding:1em 0 0}
		
		
/* Ship To fixes for forms */
#vm_ship_to	.inputbox {
	margin-left:1.2em}	 
		
/* Account Billing */
#vm_account_billing	.inputbox {
	margin-left:1em}	 
		

/* Customer Info */
.vm_customer_info{}	
	
	.vm_customer_info th,
	.vm_customer_info td {
		text-align:left}		
	
		
	
/* Payment Methods */
table.vm_payment_methods {}

	table.vm_payment_methods fieldset {
		padding:1.2em .5em}

	table.vm_payment_methods td {
		text-align:left}

		
/* Account Order Details */
#vm_account_order_details table th {
	text-align:left;
	padding-top:1.5em;
	font-size:1.3em}
	
#vm_account_order_details table td {
	text-align:left}	 	


/* Product Types on product pages */
ul.vm_prod_type li {
	list-style-type:none;
	padding:.5em 0 }

	ul.vm_prod_type img {
		margin:0 1em 0 0 }

		