﻿.clear { clear:both; }


.product-main-list-box { width: 882px; height: auto; font: 0.85em arial; margin: 20px 0px 0px 0px; position: relative; background: #f6f6f6;  border: 1px solid #efecec; }

a { -moz-transition: all 0.6s ease 0s; 
-o-transition: all 0.6s ease 0s; 
-webkit-transition: all 0.6s ease 0s; 
transition: all 0.6s ease 0s;
text-decoration:none;  }

ul.tabs { font-size: 0; margin:0; list-style-type: none; text-align: left;  padding: 8px 0px; }       
ul.tabs li { display: inline; margin: 0; float: left;   }       
ul.tabs li a { font-family: Tahoma, Geneva, sans-serif; font-size: 17px; text-decoration: none; position: relative; z-index: 1; padding: 8px 30px;outline:none;  background: url(../images/tab-brk.jpg) no-repeat right top; }
ul.tabs li a:visited { }       
ul.tabs li a:hover { background: #CCC; color: #000; }       
ul.tabs li.selected a {  color: #0092f7; position: relative; top: 0px; background:#FFF; }
ul.tabs li.selected a:hover { color: #000; text-decoration: none; }       
div.tabcontent { display: block; padding: 10px 0px 0px 0px; }
div.tabcontents { background: #FFF; }



