
	/* 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) {
    #container {margin : 0px auto; width : 768px;}
    #topmenu { width: 728px;}
    #topmenu ul li a { padding: 0px 10px;}
    #left {float:left;border-top:0px;}
    #center {float:right;margin-right:10px;margin-left:0px;}
    #right {float:left;margin-right:0px;margin-left:10px;}
    #bigright {float:right;width:540px;}
    .table_parameters {width:540px;}    	
  }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	  body{
      font : normal 13px/1.6em Arial, Helvetica, sans-serif;
	  }

    #container {margin:0px auto; width : 300px;}
    #topmenu { width: 300px;border:0px;background:none;height:26px;}
    #topmenu ul li { width:300px;border:0px;  background : url(../images/topmenu-bg.png);}
    #topmenu ul li a { margin:0px;padding:0px 20px;text-align:left;line-height:26px;}
    #left {float:right;width:300px;margin:0px; }
    .sidebar {width:300px;margin:0px;}
    #center {float:left;margin:0px;width:300px;}
    #products {width:300px;}
    .product_single, .product_single h3 {width:300px;margin:0;}
    .product, .product p {width:300px;}
    h3.categories,h3.shadow  {background:none;}
    .menublock {border:0px;}
    #right {float:left;margin:0px;width:300px;}
    form fieldset {padding:0}
    h1#logo {width:100%}
    .menublock li a {padding:10px 0;}
    #menuicon{display:block;margin-top:20px;}
  }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
    #container {margin : 0px auto; width:460px;}
    #topmenu { width: 440px;border:0px;background:none;height:26px;}
    #topmenu ul li { width:440px;}
    #left {width:460px;}
    .sidebar {width:440px;}
    #center {width:440px;}
    #products {width:430px;}
    .product_single {width:430px;}
    .product, .product p {width:440px;}
    #right {width:440px;}
    #bigright {float:right;width:440px;}
    .table_parameters {width:440px;}
    form {width:440px;min-width:440px;max-width:440px;}
    form div.submit {padding-left:140px;}    	
    .hypo_add {margin-right:70px}
    	
  }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
    #container {margin:0px auto; width : 320px;}
    #topmenu { width: 300px;border:0px;background:none;height:24px;}
    #topmenu ul li { width:300px;border:0px;  background : url(../images/topmenu-bg.png);}
    #topmenu ul li a { margin:10px 0;padding:0px 0 0 10px; text-align:left;line-height:26px;}
    #left {float:right;width:300px;margin:0px;}
    .sidebar {width:300px;margin:0px;}
    #center {float:left;margin:0px;width:300px;}
    #products {width:300px;}
    .product_single, .product_single h3 {width:300px;margin:0;}
    .product, .product p {width:300px;}
    h3.categories,h3.shadow  {background:none;}
    .menublock {border:0px;}
    #right {float:left;margin:0px;width:300px;}    	
     #bigright {float:right;width:300px;}
    .table_parameters {width:300px;}
    .hypo_add {margin-right:0px}
     form {width:280px;min-width:280px;max-width:280px;}
     form div {  width:300px;}
    form div.submit {padding-left:70px;}
    .r_table {display:none}
    .sidebar {padding:0}    	
  }