/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .short_product, .short_product .description{
	     width:100%;
    }
  }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	   #header #logo a{
      margin:0 auto;
padding:0px;
		}
		#header #logo{
      padding:10px 0 12px;
    }
    #nested{
      margin:0;
      text-align:center;
      background-color:#383838;
    }
    #main-top{
      display:none;
    }
    #menu-inner{
      margin-right:0;
      margin-left:0;
    }
    #menu-inner .menu-middle {
     height:100%;
     background:none;
     margin:0;
     text-align:center;
    }
    #menu-inner .menu-left, #menu-inner .menu-right, #menu-inner ul{
      display:none;
    }
    #menu-inner .smart-menu, #menu-inner li.active ul{
      display:block;
    }
    #menu-middle .firstLevel{
      display:none;
    }
    #nested ul{
      height:100%;
    }
	#nested .firstLevel{
	  overflow:hidden;
	  height:auto;	
	}
    #nested .firstLevel li{
      float:none;
      background: url("../images/images/responsive/menu-flip-dark.png") repeat-x scroll 0 -57px transparent;
    }
    #nested .firstLevel li ul,#nested .firstLevel li ul, #nested .firstLevel li ul li ul, #nested .firstLevel li ul li ul li ul{
      width:100%;
      border:none;
    }

    #nested .firstLevel li, #nested .firstLevel li ul li, #nested .firstLevel li ul li ul li, #nested .firstLevel li ul li ul li ul li{
      width:100%;
      background-color: #282828;
    }
    #nested .firstLevel li ul li ul li{
      background-color:#464646;
    }
    #nested .firstLevel li.active li a, #nested .firstLevel li ul li a{
      padding:7px 6px 7px;
    }
    #nested .firstLevel li.active ul, #nested .firstLevel li.active ul li ul{
      position:static;
      margin:0;
      width:100%;
    }
    #nested .firstLevel li ul, #nested .firstLevel li:hover ul ul, #nested .firstLevel li.sfhover ul ul, #nested .firstLevel ul li:hover ul ul, #nested .firstLevel ul li.sfhover ul ul,  #nested .firstLevel li ul li:hover ul{
      left:-999em!important;
    }
    #wrapper #nested, #footer #nested{
      display:none;
    }
    input, select, textarea {
      width:100%;
      height:25px;
    }
    input[type="submit"], input[type="reset"] {
      text-align:center!important;
    }                                      
    fieldset {
      margin-left:0;
      margin-right:0;
      padding-right:0;
      padding-left:0;
    }
    .directoryEnties {
      float:none;
    }
    .group_multi_radio, .group_multi_checkbox, .group_multi, .groupMultiRadio, .groupMulticheckbox, .groupMulti {
      padding:0;
      top:5px;
    }
    .colonne{
      width:100%;
    }
    table{
      font-size:80%;
    }
    .product_detail #ProductLeftCol{
	    float:left;
	    width:auto;
    }
    .product_detail #ProductRightCol{
    	float:right;
    }
    #productPicture img {
      max-width:200px;
    }
    .short_product, .short_product .description{
	     width:100%;
    }
    
    
    /* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr, th{ 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			text-align:center;
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
    
    
  }
 
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
    #footer .widget{
      width:100%;
    }
    .sendCart {
      margin: 60px 0 10px 0;
    }
  }
   
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
    #header .widgetLogin .row, #header .widgetLogin label, #header .widgetLogin form, #header .widgetLogin .submit, #header .widgetLogin .widgetLoginLinks {
    display: block;
    }
    .sendCart {
      margin: 100px 0 10px 0;
    }
  }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/