/* ----------------------------------------------thickbox.css------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
/*
#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.thickbox {
}

.height217 {
	height: 217px;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 6px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_closeAjaxWindow a{
	color: #ffffff;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#525252;
	height:27px;
	padding-bottom: 4px;
	color: #ffffff;
}

#TB_ajaxContent {
    clear: both;
    line-height: 1.4em;
   /* overflow: auto;*/
    text-align: left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* ----------------------------------------------footergreyblack.css------------------------------------------------------------------*/

/*
html,body,div,span,applet,object,iframe,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border:0;
margin:0;
padding:0;
}
use of the above ^ ^ deoends on the site */

#footerblack {
	max-width:1000px;
	/* width:1000px; blows template less than 1000px */
	background-color:#000;
	min-height:111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#footerblack #rightlinks,
#footergrey #rightlinks {
	min-height:111px;
}

#footerblack #rightlinks ul {
	color:#fff;
	border-bottom:1px solid #666;
	margin:0;
	padding:4px;
}

#footerblack #rightlinks ul li a {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
}

#footerblack #rightlinks ul li a:hover {
	color:#999;
	text-decoration:underline;
}

#footerblack #rightlinks ul.blue {
	color:#9cf;
	border-bottom:0;
	font-weight:normal;
}

#footerblack #rightlinks ul li a.blue {
	color:#9cf;
	font-weight:normal;
}

#footergrey {
	max-width:1000px;
	/* width:1000px; blows template less than 1000px */
	background-color:#e5e5e7;
	min-height:111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#footergrey #rightlinks ul {
	color:#333;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:4px;
}

#footergrey #rightlinks ul li a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#footergrey #rightlinks ul li a:hover {
	color:#333;
	text-decoration:underline;
}

#footergrey #rightlinks ul.blue {
	color:#369;
	border-bottom:0;
	font-weight:normal;
}

#footergrey #rightlinks ul li a.blue {
	color:#369;
	font-weight:normal;
}

#footergrey #rightlinks ul.normal {
	font-weight:normal;
}

#footergrey #rightlinks ul li a.normal {
	color:#666;
	font-weight:normal;
}

#footerblack #left,
#footergrey #left {
	float:left;
}

#footerblack #rightlinks,
#footergrey #rightlinks {
	padding: 10px 0px 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#footerblack #rightlinks ul li,
#footergrey #rightlinks ul li {
	display:inline;
}

#footerblack #rightlinks ul.normal,
#footerblack #rightlinks ul li a.normal {
	color:#fffff;
	font-weight:normal;
}

@media only screen and (min-width: 63.6876em){
    #footerblack #rightlinks,
    #footergrey #rightlinks {
        overflow:hidden;
    }
}

@media only screen and (max-width: 63.6875em) and (min-width: 48em){
    #container{
        width:100%;
    }
    div#top{
        max-height:100%;
    }
    div#top div#rightlinks ul.first-list{
        border-left:0px;
    }
    div#tech-brands ul{
        width:35%;
    }
    div#rightlinks{
        width:86%;
    }
    div#rightlinks div {
        display:block;
        width:100%;
        margin:10px 0px;
    }
    #footerblack #rightlinks, #footergrey #rightlinks {
        overflow: hidden;
        width: auto;
    }
}

@media only screen and (max-width: 47.999em) and (min-width: 29.9375em){
	#container{
        width:100%;
    }
    div#top{
        max-height:100%;
    }
    div#top div#rightlinks ul.first-list{
        border-left:0px;
    }
    div#tech-brands ul{
        width:35%;
    }
    div#rightlinks{
        width:81%;
    }
    div#rightlinks div {
        display:block;
        width:100%;
        margin:10px 0px;
    }
    #footerblack #rightlinks, #footergrey #rightlinks {
        overflow: hidden;
        width: auto;
    }
}

@media only screen and (max-width: 29.875em) and (min-width: 20em){
    #container{
        width:100%;
    }
    div#left {
        width: 100%;
        text-align: center;
    }
    div#top{
        max-height:100%;
    }
    div#top div#rightlinks ul.first-list{
        border-left:0px;
    }
    div#tech-brands ul{
        width:35%;
    }
    div#rightlinks{
        width:86%;
        border-left:1px solid #cccccc;
    }
    div#rightlinks div {
        display:block;
        width:100%;
        margin:10px 0px;
    }
    div#bottom ul li{
        line-height:20px;
    }
    div#bottom ul{
        padding:12px 10px;
    }
    #footerblack div#rightlinks > ul, #footergrey div#rightlinks > ul {
        font-size: 0px;
    }

    #footerblack div#rightlinks > ul li, #footergrey div#rightlinks > ul li {
        display: block;
        font-size: 11px;
        line-height: 16px;
    }
}