﻿/** REQUIRED DONT EDIT**/ 
.row
{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 0px;
    margin-bottom: 10px;
   
    
}

.cols1, .cols2, .cols3, .cols4, .cols5
{
    display: block;
    float: left;
    overflow: hidden;
    vertical-align: top;
}

.cols1 
{
    width: 100%;
    }

.cols2 
{
    
    width: 49%;
    }

.cols3 
{
    width: 32%;
 
    }

.cols4 
{
    width: 24%;
    }

.cols5 
{
    width: 19%;
    }

.spacer1,.spacer2,.spacer3,.spacer4,.spacer5
{ 
    margin: 0px;
    padding:0px;
    height: 20px;
    float: left;
  
   
    
    }


.spacer1 {width:0px}
.spacer2 {width:2%}
.spacer3 {width:2%}
.spacer4 {width:1.3%}
.spacer5 {width:1.21%}

/** END REQUIRED DONT EDIT **/

/** REQUIRED EDITABLE/RENAMEABLE **/

/** clearer **/
.clear
{
clear: both;    
    }
/** used for filedset effect (used in combo) **/    
.fs
{
     margin-top: 5px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid; 
    }
    
/** contaniner for the breadcrumbs **/
.crumbtrail
{
    color:  #808080;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: normal;
    
}
    
.crumbtrail  ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	border: none;
	} 

.crumbtrail ul li {
	margin-left: 0px;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	}

/** contaniner SINGLE site links (used in combo and links) **/
.sites 
{
         padding-top: 0px;
}

.sites p 
{
         padding-top: 0px;
}


/** used to create the fieldset legend effect (used in combo) **/
.site_css_title_container 
{
    background-color: #ffffff;
    display: inline;
    position: relative;
    top: 15px;
    right: -7px;
    padding-right: 4px;
    padding-left: 1px;
    }
    
/**  container for individual dirs (*not used for lite*)**/

.titler 
{

    
}
.web  p
{
}

/** container for multiple site links (site_css_site_containers)**/
.design
{
    margin-top: 0px;
    clear: both;
    
    }
    
.css
{
    
    
    }
.footer 
{
    text-align: center;
   padding-top:30px;
    }
    
/** END REQUIRED EDITABLE/RENAMEABLE **/

