﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,tt,var,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	/*font-family: inherit;*/
	font-style: normal;
	/*font-weight: normal;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, command, details, summary, figure, figcaption, footer, header, hgroup, mark, meter, nav, progress, ruby, rt, rp, section, time, wbr
{display:block;}
:focus{
	outline: 0;
}
fieldset span.upload input, input.imagebox{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
ul{
	list-style: none;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td{
	font-weight: normal;
	text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: "";
}
blockquote,q{
	quotes: "" "";
}
img,input,select,option{
	vertical-align: middle;
}
legend{
    display:none;
}
textarea{ resize:none;}

/**********************************************/
/* Reusable class                             */
/**********************************************/
.validate { display:none; }

.overflow-hidden {
	overflow:hidden;	
}
.clear:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clear{
	display: inline-table;
}
.clear{
	height:0;
	clear: both;
	display:block
}
strong, b {
    font-weight:bold;
}
.floatright {
    float:right;
}
.floatleft {
    float:left;
}
.hidden {
    display:none;
}
address{
    font-style:normal;
    line-height:16px;
    white-space:nowrap;
}
/*ADMIN*/
ul.adminmenu li{
    margin-bottom:5px;
}
.admin-link {
	border:1px solid #999999;
	background:#333;
	margin:15px;
	padding:15px;
	text-align:center;
}
.admin-link a{   
	font-weight:bold;
	margin:0 6px;
}
 
 .admin-link a:hover{   
	color:#fff !important; background-color:#109DE5;
}
 
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 160px; /* With padding need to = 196px */
	line-height:24px;
	height: 24px;
	padding: 0 30px 0 6px;
	color: #5d4e44;
	font-size:13px;
	background:url(../images/custom-select.png) repeat;
	overflow: hidden;
}

.cms-icons ul {
font-size: 11px;
font-family: Arial, sans-serif;
list-style:none !important;
background:none !important;
padding:0 !important;
margin:0 !important;
}
.cms-icons img {
margin: 0 0 5px 5px;
}
.cms-icons li { float:left;list-style:none !important;
background:none !important;
padding:0 !important;
margin:0 !important; }
.cms-icons a {
color: #888;
text-decoration: none;
float: left;
margin: 5px;
padding: 3px 7px;
border: 1px solid #eee;
height: 16px;
line-height: 16px;
background-color: #fff;
background-image: -moz-linear-gradient(top, #fff, #eee);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #eee));
background-image: -ms-linear-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #eeeeee));
background-image: linear-gradient(top, #fff, #eee);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.cms-icons a:hover {
color: #00aeef ;
background-color: #109DE5 !important;
background-image: -moz-linear-gradient(top, #eee, #fff);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(1, #fff));
background-image: -ms-linear-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #ffffff));
background-image: linear-gradient(top, #eee, #fff);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
.cms-icons a:hover img {
opacity: .3;
}

#pageedit { position:absolute; bottom:8px; right:0; }