@charset "utf-8";
/* CSS Document */

.formLabel {
	color: #E1E1E5;
}

.sectiontableentry1 {
	vertical-align:baseline;
}
.sectiontableheader {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B9B9B9;
	font-weight:bold;
}
.vm-currency-image  {
	-moz-opacity:0.2;
	filter:alpha(opacity=20);
	opacity:0.8;
}

.vm-product-price {
	color: #B9B9B9;
	font-weight: bold;
	font-size: 14px;
}
.vm-product-sizeguide, .vm-product-sizeguide a, .vm-product-sizeguide a:link, .vm-product-sizeguide a:active, .vm-product-sizeguide a:visited {
	color: #ff0000;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}
.vm-product-sizeguide a:hover {
	color: #ffffff;
	text-decoration: none;
}
.vm-currency-image:hover {
	-moz-opacity:0.0;
	filter:alpha(opacity=0);
	opacity:1.0;
	cursor:pointer;
}
.vm-currency-image-img {
	margin-top:5px;
	margin-right:5px;
}

.vmpagecounter {
	margin-top: 0px;
}


.auxcurrencylg {
	font-size: 80%;
	color: #8196AB;
	display:block;
}

.vmCartAttributes label {
	font-weight: bold;
}

select.inputboxattrib {
	width: 125px;
	border: 1px solid #898989;
}




.addtocart_button, .notify_button {
	text-align:center;
	background-position:bottom left;
	width:182px;height:38px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
input.addtocart_button {
	background: url( '/components/com_virtuemart/themes/default/images/add-to-cart.png' ) no-repeat  center transparent;
	padding:0px;
	border:1px solid #898989;
}
input.addtocart_button:hover {
	background: url( '/components/com_virtuemart/themes/default/images/add-to-cart.png' ) no-repeat  center transparent;
	padding: 0px;
	border: 1px solid #BFBFBF;
}
input.notify_button {
	background: url( '/components/com_virtuemart/themes/default/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( '/components/com_virtuemart/themes/default/images/transparent.gif' ) no-repeat  center transparent;
	vertical-align: middle;
	overflow:hidden;
	
}