/*CSS reset begin*/
body,div,dl,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style: none;}
ol, ul, li {font-family: inherit;font-size: 100%;font-weight: inherit;font-style: inherit;vertical-align: baseline;white-space: normal;text-align: left;margin: 0;padding: 0;border: 0;outline: 0;background: transparent;}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
q:before,q:after{content:'';}
input:focus{outline:none;}
textarea:focus{outline:none;}
/*CSS reset end*/

/*base styles begin*/
body {text-align:left;font-family: Verdana, Helvetica, sans-serif;color: #666666; background: #ffffff;}
body a:link    {color:#336699;}
body a:visited {color:#336699;}
body a:hover   {color:#33ccff;}
body a:active  {outline: none;}
body a:focus {box-shadow:0 0 4px #87004F;}
div.clear{clear:both;}
.left {float:left;}
.right {float:right;}
.hidden {display:none;}
.visible {display:block;}
input:focus {outline:none;}
.trans{
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
/*base styles end*/

.filter-wrapper,
.wysiwyg-toggle-wrapper,
.filter-help {
    display:none;
}