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

/* General Shop Styles here please */
.addtocart_form {
	width: 100%;
	display: inline;
	/*white-space: nowrap;*/
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
	font-weight: bold;
	/*margin-right: 5px;*/
}

.quantity_box_button {
	width: 9px;
	vertical-align: middle;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: transparent;
	padding: 0;
}

.quantity_box_button_down {
	background-image: url( "themes/ja_zeolite/images/down_small.gif" );
}

.quantity_box_button_up {
	background-image: url( "themes/ja_zeolite/images/up_small.gif" );
	clear: both;
}

.continue_link {
	background:transparent url( "themes/ja_zeolite/images/npc-btn-continue2.jpg" ) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:45px;
	padding:9px 0 0 20px;
	position:absolute;
	left:0;
	text-align:center;
	top:0;
	width:245px;
}

.checkout_link {
	background:transparent url( "themes/ja_zeolite/images/npc-btn-valider2.jpg" ) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:45px;
	padding:9px 0 0 20px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:245px;
}

.validate_button {
	background:transparent url( "themes/ja_zeolite/images/npc-btn-valider-mini.jpg" ) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:45px;
	text-align:center;
	width:160px;
	border:none;
}
.validate_button:hover
{
	cursor:pointer;
	text-decoration:underline;
}


.return_button {
	background:transparent url( "themes/ja_zeolite/images/npc-btn-return-min.jpg" ) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:45px;
	text-align:center;
	width:160px;
	border:none;
	padding:9px 0 0 10px;
}
.return_button:hover
{
	cursor:pointer;
}






.continue_link {
	/*background: url( "themes/ja_zeolite/images/back.png" ) no-repeat left center;*/
}

.next_page {
	background: url( "themes/ja_zeolite/images/next_16x16.png" ) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: right;
	width: auto;
	font-weight: bold; 
}

.previous_page {
	background: url( "themes/ja_zeolite/images/previous_16x16.png" ) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
	width: auto;
	font-weight: bold;
}

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

div.pathway {
	/*margin-bottom: 1em;*/
	padding-bottom:20px;
}

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

/* The PDF, Email and Print buttons */
div.buttons_heading {
	float: right;
	padding:10px 20px 10px 0;
}

div.buttons_heading img {
	margin-left: 5px;
}

.productPrice {
	font-weight: bold;
	white-space: nowrap;
	color:#C01122;
}

.product-Old-Price {
	font-weight:bold;
}
.productPrice_mini {
	font-weight: bold;
	white-space: nowrap;
	color:#C01122;
}

.product-Old-Price_mini {
	font-weight:bold;
}

/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
	width: 100%;
	padding: 5px 0 0;
	position: relative;
	background: url( "themes/ja_zeolite/images/dot-h.gif" ) repeat-x top;
	margin-top: 5px;
}

.browseProductTitle {
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px;
	width: 100%;
}

.browseProductImageContainer {
	float: right;
}

.browseProductDetailsContainer {
	float: left;
	width: 70%;
}

.browseProductDescription {
	margin-top: 60px;
	width: 70%;
}

.browsePriceContainer {
	font-size: 125%;
	float: left;
	line-height: 40px;
	padding: 0 20px;
	background: url( "themes/ja_zeolite/images/grad2.gif" ) repeat-x left bottom #DDDDDD;
	border: 1px solid #DDDDDD;
}

.browseRatingContainer {
	white-space: nowrap;
	float: left;
	height: 40px;
	padding: 0 20px;
	background: url( "themes/ja_zeolite/images/grad1.gif" ) repeat-x left bottom;
	border: 1px solid #DDDDDD;
	border-left: 1px solid #E6E6E6;
}

.browseAddToCartContainer {
	margin-top: 15px;
	width: 100%;
	display: block;
}

.browseAddToCartContainer .addtocart_button {
	margin: 0 0 0 5px;
}

.browseRatingContainer img {
	vertical-align: baseline;
}

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

/*
General Form Styling
*/
.formLabel {
	float:left;
	width:39%;
	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:58%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}
.missing {
	color: #C01122;
	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_debug, .shop_critical, .shop_tip {
	background-color:#F9F9F9;
	border:1px solid #C0C0C0;
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
	padding:5px;
	text-align:center;
}

.shop_error 
{
	color:Red;
	/*background-image: url( "themes/ja_zeolite/images/error.gif" );*/
}

.shop_warning {
	/*background-image: url( "themes/ja_zeolite/images/warning.png" );*/
}

.shop_tip {
  	/*background-image: url( "themes/ja_zeolite/images/info.png" );*/
}

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

.shop_critical {
	font-weight: bold;
	/*background-image: url( "themes/ja_zeolite/images/log_critical.png" );*/
}

.logoManufacturerProdD
{
	width:150px;
	float:left;
	text-align:left;
	padding:10px 0;
}

/* Addtocart detail Styles*/
.vmCartContainer { /* Cart Container */
	/*width: 95%;
	float: right;
	padding: 5px 10px;*/
}

.vmCartContainer .addtocart_button { /* Cart Container */
	margin:5px 0;
}

.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 #DDDDDD;
	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 */
    float:left;
    width:48%;
    padding:3px 0;
    border-bottom:1px solid #F0F0F0;
    height:20px;
}
.vmAttribChildDetailText {  /* Product Attributes Text Styling */
    float: left;
    width:50%;
    text-align:right;
    padding:3px 0;
    border-bottom:1px solid #F0F0F0;
    height:20px;
}
.vmNoBorder
{
	border-bottom:none;
}
.vmQuantityBloc
{
	height:27px;
}

.vmMultiple {
	height:35px;
}


.vmProductDetail
{
    margin-bottom:10px;
}
.vmProductDetail td
{
    vertical-align:top;
}
.vmProductDetail td.cartCell
{
    vertical-align:middle;
}
.vmProductDetail .vmCartTabInfo
{
}
.vmProductDetail .vmCartTabInfo td
{
    vertical-align:middle;
    border-bottom:solid 1px #eeeeee;
    padding:1px 0;
}


.vmVehicleForProduct a,.vmVehicleForProduct a:visited
{
}

.vmCartDetails
{
	border:3px solid #F0F0F0;
	clear:both;
	display:table;
	padding:2px;
	width:470px;
}

.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;
	width:100%;
}

/* Link Details for link to child*/
.vmChildDetail a, .vmChildDetail a:link {
  font-size        : 11px;
  color            : #666666;
  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;
	padding:0;
}
.availabilityHeader {
	text-decoration:underline;
	font-weight:bold;
}
.inputboxattrib {
	/*float: left;*/
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
	/*width:230px;*/
}

.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: #F7F7F7;
	border: 1px solid #DDDDDD;
	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 #DDDDDD;
	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: F7F7F7;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	float: left;
	width: 40%;
	border: 1px solid #DDDDDD;
}

.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            : #666666;
  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            : #666666;
  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 #DDDDDD;
	background-color: #F7F7F7;
	padding: 10px;
	font-size: 12px;
	color: #006699;
}
.editable {
	background: #FFFFCC;
	cursor: pointer;
}
ul.pagination li {
	padding: 2px 1px;
	display: inline;
	background: none;
}

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

a.button:hover, a.button:active, a.button:focus {
	color: #FFFFFF;
	text-decoration: none;
}

/* PMis */
#vmMainPage H4 {
	background-color:#1A3665;
	color:#E0E0E0;
	font-size:130%;
	margin-bottom:5px;
	padding:5px;
}
#vmMainPage H3 {
	font-size:130%;
	margin-bottom:5px;
	/*padding:5px 0;*/
}
.vmFieldTitleInfosGen
{
	background-color:#fff;
	color:#303030;
	border-bottom:solid 3px #303030;
	font-size:12px;
}

.vm-product-img {
	text-align: center;
	padding-top: 10px;
}

.vm-product-img a:hover, .vm-product-img a:focus, .vm-product-img a:active {
	text-decoration: none;
}

.vmCouponField {
	background: #F7F7F7;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

.vmCouponField input {
	margin-top: 10px;
}



.segment-details {
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	width:100%;
}

.boxrecherchenew {
background:transparent url( "themes/ja_zeolite/images/refine-search-box.png" ) no-repeat scroll 0 0;
float:left;
font-size:11px;
height:165px;
margin:0 13px 0 0;
padding:0;
width:238px;
}
.boxrecherchenew ul li{
padding:0;
}
.boxrecherchenew .titreBox {
color:#000000;
font-size:14px;
font-weight:800;
margin:0;
padding:6px 0 0 10px;
}


.boxrecherchenew .contentBox
{
    overflow-y:auto;
    height:100px;
    width:227px;
    padding-left:10px;
}
.boxrecherchebottom
{
	bottom:0;
	position:absolute;
	right:0;
	text-align:right;
	width:100%;
}
.boxrecherchebottom .filterButton
{
	background-color:#024DA2;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 15px;
	margin-right:14px;
}
.boxrecherchebottom .filterButton:hover
{
	text-decoration:underline;
	cursor:pointer;
}













.prdpictbox
{
	border:solid 1px #ECECEC;
	text-align:center;
	width:480px;
}

.prdpictbox div.prdmainPic
{
	margin:auto;
	border-bottom:solid 2px #ECECEC;
	padding:10px;
}
.prdpictbox div.prdaskSeller
{
	border-bottom:solid 2px #ECECEC;
	padding:5px;
}
.prdpictbox div.prdaskSeller a
{
	color:#1A3665;
}
.prdpictbox div.prdprodTools
{
	padding:10px;
	border-bottom:2px solid #ECECEC;
}
.prdpictbox div.prdprodTools a
{
	background-color:#e0e0e0;
	border:solid 1px #c0c0c0;
	padding:5px 15px;
	color:#1a3665;
}
.prdpictbox div.prdprodTools a:hover, .prdpictbox div.prdprodTools a:visited, .prdpictbox div.prdprodTools a:active
{
	text-decoration:none;
}
.prdpictbox div.prdprodShareThis
{
	text-align:center;
	padding:5px 0 5px 133px;
}





.prdrightbox
{
	float:right;
	width:480px;
}
.prdrightbox div.prdrightPrice
{

}
.prdrightbox div.prdrightAddToCart
{
	text-align:right;
	margin-bottom:10px;
}

.prdrightbox div.prdrightGenInfo
{

}



div.filterBox
{
	padding-bottom:10px;
}
div.filterBox div.fbHeader
{
	background-color:#FFFFFF;
	background:#FFFFFF url( "themes/ja_zeolite/images/arrow-green.gif" ) no-repeat scroll 4px 8px;
	border-bottom:1px solid #F0F0F0;
	color:#99CC00;
	font-size:14px;
	font-weight:bold;
	padding:3px 0 3px 20px;
}
div.filterBox ul li
{
	padding-left:5px;
}

div.browseLeftHeader
{
	border:1px solid #C0C0C0;
	padding:2px 5px;
	background-color:#E0E0E0;
}


div.browseLeftHeader div.r3_hm {
	color:#5D5D5D;
	font-size:medium;
	font-weight:bold;
}

.r3_c
{
	border-color:#C0C0C0;
	border-style:solid;
	border-width:0 1px 1px;
	margin-bottom:20px;
}.cbOverlay {
	background-color: #000;
}

.cbContainer {
	/*background-image: url( "js/mootools/box_marron.png" );
	background-repeat: no-repeat;
	text-align:center;
	width:auto;*/
	margin:auto;
    width:550px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background:white none repeat scroll 0 0;
    border:2px solid #CCCCCC;
    color:black;
    margin:auto;
    padding:20px;
    position:relative;
    text-align:left;
	
}
.cbBox h3 {
	/*font-size:16px;
	margin-top: 15px;
	text-align:center;
	color: #FFFFFF;*/
}
.cbBox p {
	margin:3px;
}
.cbBox, .cbButtons {
	text-align:center;
	
}
.cbButton {
	margin: 3px;
}
.cbCloseButton {

}
.shop_info {
	background-repeat:no-repeat;
	margin:1pt 1pt 1em 0em;
	padding:1.5em 1em 0.5em 0px;
	/*color:#FFFFFF;*/
	font-size:14px;
}