﻿
/* Global site color setter buttons */

.theme-default-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/theme-default.png');
    background-repeat:no-repeat;

}

.theme-black-white-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/theme-black.png');
    background-repeat:no-repeat;
}

.theme-white-black-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/theme-white.png');
    background-repeat:no-repeat;
}

.theme-black-yellow-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/theme-yellow.png');
    background-repeat:no-repeat;
}

.theme-yellow-black-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/theme-yellow-black.png');
    background-repeat:no-repeat;
}
/* end global site color setter buttons */



/* begin global font size setter buttons*/
.font-up-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/font-up.jpg');
    background-repeat:no-repeat;
}

.font-default-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/font-default.jpg');
    background-repeat:no-repeat;
}

.font-down-btn
{
    display:block;
    float:left;
    width:20px !important;
    height:20px !important;
    background-image:url('../../../../images/site/font-down.jpg');
    background-repeat:no-repeat;
}

/* end global font size setter buttons */

/* main site menu buttons */

.menu ul 
{
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}

.menu ul li 
{
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   min-width:110px;
   background-image:none;
}


.menu ul li a.menulink 
{
   display:block;
   margin:0 0 0 1px;
   padding-right:10px;
   text-decoration:none;
   line-height:1.8em;
   min-height:25px;
   min-width:110px;
   text-align:center;
}

.menu ul li a.menulink .left
{
    display:block;
    float:left;
    width:10px;
    min-height:25px;
    max-height:100px;
    cursor:pointer;
}

.menu ul li a.menulink:hover .left
{
    display:block;
    float:left;
    width:10px;
    min-height:25px;
    max-height:100px;
    cursor:pointer;
}


.menu ul li a.activemenulink 
{
   display:block;
   margin:0 0 0 1px;
   padding-right:10px;
   text-decoration:none;
   line-height:1.8em;
   min-height:25px;
   min-width:110px;
   text-align:center;
}

.menu ul li a.activemenulink .left
{
    display:block;
    float:left;
    width:10px;
    min-height:25px;
    max-height:100px;
    cursor:pointer;
}
/* end site menu button */

/* category search icons */

.cat-search-icon
{
    display:block;
    float:left;
    width:244px;
    height:162px;
}

.cat-location-icon
{
    display:block;
    float:left;
    width:244px;
    height:162px;
}

.cat-competitions-icon
{
    display:block;
    float:left;
    width:244px;
    height:162px;
}

.cat-elearning-icon
{
    display:block;
    float:left;
    width:244px;
    height:162px;
}

.cat-success-stories-icon
{
    display:block;
    float:left;
    width:244px;
    height:162px;
}

.cat-reviews-icon
{
    display:block;
    float:left;
    width:244px;
    height:162px;
}

.cat-network-icon
{
    display:block;
    float:left;
    width:244px;
    height:162px;
}

/* end category search icons */

/* list link button */

.list-link
{
    display:block;
    float:left;
    width:100%;
    
}
.list-link ul
{
   /* float:left;*/
    list-style:none;
    margin:0;
    padding:0px;
    
   
}

.list-link ul li
{
    display:block;
   /* float:left;*/
    list-style:none;
    line-height:1.5em;
    padding-left:10px;
   /* clear:both;*/
    font-size:0.8em;
    /*margin:2px 0 5px 0;*/
    margin:2px 0 2.5px;
}

.list-link ul li a
{
    text-decoration:none;
}
.list-link ul li a:hover
{
    text-decoration:underline;
}
/* end list link button */

/* list link button */

.list-link-actions
{
    display:block;
    float:left;
    width:100%;
    
}
.list-link-actions ul
{
    float:left;
    list-style:none;
    margin:0;
    padding:0px;
    
   
}

.list-link-actions ul li
{
    display:block;
    float:left; 
    list-style:none;
    line-height:1.0em;
    padding-left:20px;
    margin:2px 0 5px 0;
    vertical-align:middle;
    background-image:none;
    
}

.list-link-actions ul li a
{
   text-decoration:none;
}

/* end list link button */

/* custom list link */

.featured-box .list-link ul li
{
    width:180px;
}
/* end custom list link */

/* item link */
.item-link
{
    display:inline;
    list-style:none;
    line-height:1.5em;
    padding-left:12px;
    margin:2px 0px 2.5px;
    text-decoration:none;
}

a.item-link
{
    text-decoration:none;
    padding-top:2px;
}

a.item-link:hover
{
    text-decoration:underline;
}

/* end item link */



.default-btn
{
    font-weight:bold;
  /*  font-size:90%;*/
    padding-left:15px;
    padding-right:5px;
    background-image:url('../../images/site/default/button.png');
    background-repeat:repeat-x;
    background-position:left top;
    color:#000000;
    background-color:transparent;  
    margin:0;
    width:auto;
    overflow:visible;
}

.default-btn:hover
{
    background-image:url('../../images/site/default/button.png');
    background-repeat:repeat-x;
    background-position:left top;
}

a.widen-search-btn
{
    display:block;
    float:left;
    width:125px;
    height:16px;
    margin-top:5px;
    text-decoration:none;
}

a.widen-search-btn .text
{
    display:block;
    float:left;
    font-size:0.7em;
    margin:-3px 0px 0px 35px;
    cursor:pointer;
    color:#000000;
}

a.refine-search-btn
{
    display:block;
    float:right;
    width:125px;
    height:16px;
    margin-top:5px;
    text-decoration:none;
    
}

a.refine-search-btn .text
{
    display:block;
    float:left;
    font-size:0.7em;
    margin:-3px 0px 0px 35px;
    cursor:pointer;
    color:#000000;
}

a.view-map-btn
{
    display:block;
    float:left;
    width:125px;
    height:16px;
    margin-top:5px;
    text-decoration:none;
    
}

a.view-map-btn .text
{
    display:block;
    float:left;
    font-size:0.7em;
    margin:-3px 0px 0px 35px;
    cursor:pointer;
    color:#000000;
}

a.view-list-btn
{
    display:block;
    float:left;
    width:125px;
    height:16px;
    margin-top:5px;
    text-decoration:none;
}

a.view-list-btn .text
{
    display:block;
    float:left;
    font-size:0.7em;
    margin:-3px 0px 0px 35px;
    cursor:pointer;
    color:#000000;
}

.hotel-search-btn-nl
{

}

.hotel-search-btn
{
    width: 260px;
   float:left;
   padding-left:10px;

}

.hotel-search-btn a
{
    width: 100%;
	display: block;
	height: 90px;
	text-decoration: none;
	padding-top: 10px;
	
}

.hotel-search-btn-text
{
    width: 130px;
	display: block;
	height: 90px;
	font-weight:bold;
}



a.add-location-btn
{
    display:block;
    float:left;
    width:380px;
    height:60px;
    text-decoration:none;
}

a.add-location-btn .text
{
    display:block;
    margin-left:10px;
    float:left;
    width:280px;
    cursor:pointer;
}

a.add-location-btn .text .title

{
    display:block;
    float:left;
    width:280px;
    height:25px;
    margin-top:10px;
    font-weight:bold;
    cursor:pointer;
}

a.add-location-btn .text .description

{
    display:block;
    float:left;
    width:280px;
    cursor:pointer;
}



.network-list-content ul li .btn-link ul
{
   /* float:left;*/
    list-style:none;
    margin:0;
    padding:0px;
    
   
}

.network-list-content ul li .btn-link ul li
{
    display:block;
   /* float:left;*/
    list-style:none;
    line-height:1.5em;
    padding-left:10px;
   /* clear:both;*/
    margin:2px 0 5px 2.5;
    /*margin:0px;*/
}

.network-list-content ul li .btn-link ul li a
{
    padding-left:10px;
    padding-top:2px;
    text-decoration:none;
   
}
.network-list-content ul li .btn-link ul li a:hover
{
    text-decoration:underline;
}

