body {
    margin: 0;
    padding: 0;
    font-family: "arial";
    font-size: 0.9em;

}
.browseImage .addtofav_heart_icon {
    display: none;
}

.alert-message{
    color: red;
    font-size: 120%;
}


#shadow {
	background: #ccc;
}
#clear {
    clear:both;
}

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}

#all {
    margin: 0 auto;
    width: 95%;
    padding: 0;
    text-align: left;
	background: #fff;
	color: #000;
	box-shadow: 0px 10px 10px #555555;
}

.auto {
    font-size: 120%;
	color: #ff0000;

}


#header {
    width: 95%;
    position: fixed;
    z-index: 10;
    height: 40px;
    background: rgba(237,237,237,0.9);

}
#header.fixed{
    width: 95%;
    position: fixed;
    height: 40px;
    top: 0;
    background: rgba(237,237,237,0.1);    
	}
ul.menu li {
    display:block;
    margin: 0;
	padding-top: 8px;
}
ul.menu_up {
    position:relative;
    width: 100%;
}
ul.menu_up li {
    float:left;
    display:block;
    margin: 0;
	padding-left: 2px;
}
ul.menu_up li a {
    display:block;
    padding: 6px 7px;
    text-decoration:none;
    font-size: 140%;
    color:#000;

}
ul.menu_up li#current a {
    color:#121212;
}
ul.menu_up li a:hover {
    color:#0e90dc;
    display:block;
}
li.parent ul{
    float:left;
    display:none;
    position: absolute;
    background-color: #7c8f3d;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.05);
}
li.parent:hover ul{
    display: block;
    z-index:9999;
}
li.parent:hover ul li {
    clear:both;
    width:150px;
}
#mod {
    width: 100%;
    height: 130px;
    margin: 0;
    padding-top:40px;
}

#mod1 {
    width: 22%;
    float: right;
    height: 130px;
    padding-left: 1%;
    padding-top: 1%;
}
#mod2 {
    width: 40%;
    float: right;
    height: 130px;
    padding-left: 3%;
}
#mod3{
    width: 20%;
    float: right;
    height: 130px;
    padding-left: 2%;
    padding-right: 1%;
}
#mod33{
    width: 10%;
    float: right;
    height: 130px;
    padding-left: 1%;
    padding-top: 1%;
}


#mod4 {
    width: 100%;
   /* display: none;*/
}
#mod44 {
    width: 100%;
   
}
#left {
    margin:1%;
    width: 20%;
    float: left;
}
#mod6 {
    margin:0;
    width: 100%;
}
#contentarea {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
/**    height: 435px;
    background: url(../images/cont.jpg) no-repeat ;  
	color: #fff; */
}
#cont {
    margin:1%;
    width: 76%;
    float: left;
    
}

#footer {
	width: 100%;
}
#footer1 {
 	width: 100%;
	height: 40px;
	color:#663333;
	font-size: 70%;
}

#footer3 {
    color:#663333;
   width: 100%;
   height: 40px;

}
#footer3  a, #footer3 a:hover {   
    color:#663333;
}
#foot1 {
  float: left;
  padding: 0px 15px;
}
#foot2 {
  float: right;
  padding: 0px 15px;
}
#menu-checkbox {
  display: none;
}

.toggle-button {
  text-align: center;
  display: block;
	width: 150px;
	background: #ecebeb url(../images/menu-icon.png) no-repeat 10px center;
	cursor: pointer;
	height: 30px;
	font-size: 120% ;
}
.toggle-button:after {
  content: attr(data-open);
  display: block;
  padding-top:5px;
}
#menu-checkbox:checked + nav[role="navigation"] .topmenu {
  display: block;
}
#menu-checkbox:checked + nav[role="navigation"] .toggle-button:after {
  content: attr(data-close);
}







@media (max-width: 480px) {
#all {
    width: 100%;
}
.navigation_grid {

    display: none;
}
#header {
    width: 100%;
}
#header.fixed{
    width: 100%;
}
#product_list.list .left-img {
    width: 20%!important;
}
#product_list.list .wrapper-slide {
    width: 100%!important;
}
img {
	max-width: 35%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}


#mod1 {
    display: none;
}
#mod2 {
    display: none;
}
#mod6 {
    display: none;
}
#mod3 {
    width: 60%;
    float:left;    
}
#mod33 {
    width: 30%;
    float:right;
}


#cont {
    margin: 1% ;
    width: 98%;
}
#left {
    width: 450px;
}
#mod5 {/*
    display: none;*/
}
#footer1 {
	display: none;
}
#footer2 {
	display: none;
}
#footer22 {
	display: none;
}


}




@media (min-width: 481px) and (max-width: 767px) {
    img {
	max-width: 55%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#mod1 {
       width: 50%;
       text-align: left; 
}
#mod2 {
    display: none;
}

#mod3 {
   width: 30%;
         
}
#mod33 {
 width: 10%;
    
}

#cont {
    margin: 1% ;
    width: 98%;
}
#left {
        margin: 1% ;
    width: 98%;
  
}
#mod5 {
    display: none;
}

#footer1 {
	display: none;
}



}


@media (min-width: 768px) and (max-width: 1100px) {
     img {
	max-width: 75%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}   

#all {
	font-size: 80%;
}
} 


@media screen and (max-width: 767px) {
.topmenu {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
        color: #fff;
}
.topmenu li {
    display: block;   
    position:relative;
    z-index:9999;
    width: 100%;
    text-transform:uppercase;	  
    background-color:#ccc;

}
.topmenu a {
    display: block;  
    border-bottom: 1px solid #007cc3;
    color: #fff;
    padding: .5em;
    text-align: left; 
    text-decoration: none;
}
.topmenu a:hover {
    text-decoration: underline;
}
#center1 {
    width: 100%;
}
}

@media screen and (min-width: 768px) {
.toggle-button {
      display: none;
    }

}



