

/* -------------------------------------------------------------- 
  
   Tekserve Screen Styles
   
-------------------------------------------------------------- */


@import url("lib/resets.css");
@import url("lib/colors.css");
@import url("lib/typography.css");
@import url("lib/buttons.css");
@import url("lib/forms.css");




/* Site
-------------------------------------------------------------- */

/* @group abstracted classes*/


.fleft 			{ float: left; margin-right: 2em; } /*would like to rename this left_w_margin*/
.fright 		{ float: right; margin-left: 2em; } /*would like to rename this right_w_margin*/
.left			{ float:left;}
.right 			{ float: right;}

.clear 			{ clear: both; }
.hidden 		{ display: none !important; }
.btm-border     { border-bottom:1px solid #ddd}
.no-top-border	{ border-top:0px!important; padding-top:0px!important;}
/*@end abstracted classes*/



/* @group Primary Layout Ids */

#main_container{
	display: block;
	width: 780px;
	height: 100%;
	margin:  0 auto; clear: both;
	padding:0
	}
	
#header {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 780px;
	height:90px;
	background-image: url(../../images/masthead.png);
}	
		#header img {
			margin: 0;
			padding: 0;
			float: left;
			}
		#header a#header-logo{ 
			display:block; 
			width: 202px; 
			height: 36px; 
			float: left; 
			position: relative; 
			top: 19px; 
			left: 11px;
			text-indent:-9999px;
			}	
#sidebar {
	float: left;
	margin: 0px 0px 10px 0px;
	height: 100%;
	width: 165px;
	}
		/*search box*/
		#search {
			border-bottom: 1px solid #ccc;
			margin-top: 15px;
			padding-bottom: 10px;
		}
		#search p { 
			margin: 0px 0px 7px 0px; 
			}
			
		/*used in prod catalog*/
		.mfgSelect {
			font-weight: bold;
			border-bottom: 1px solid #ccc;
			margin: 10px 0;
			padding: 0 0 10px 0;
			
		}
		.mfgSelect select{ 
		/*	font-size: x-small;*/
			width: 150px;
			margin-top: 10px;
			margin-bottom: 3px;
		}
		
		/*sidebar nav uls*/
		#sidebar ul {
			margin: 10px 0 ;
			padding: 0 0 0 0;
			}
		#sidebar ul li{ 
			list-style:none;
			}
	
		/*extra text lists*/
		#sidebar ul.extra_text_links { 
			border-top: 1px solid #ccc;
			margin: 7px 0 1px;
			padding: 10px 0 0;
		}
		/*side navs that are img based*/
		#sidebar ul.img_nav { 
			border-top: none;
			padding:0;
		}
		#sidebar ul.img_nav li { 
			border-top: 1px solid #ccc;
			margin: 7px 0 1px;
			padding: 10px 0 0;
		}
		
		/*#sidebar ul.img_nav li img{
			width:155px;
			}*/	
		
		/*side nav with icons (currently used on learning & events)*/
		#sidebar ul.subscribe, #sidebar ul.types {
			border-top: 1px solid #ccc;
			padding: 10px 0 0 0 ;
			}
		#sidebar ul.subscribe li { 
			margin-bottom:5px;
			}
		
		/*the secondary_nav is legacy... keeping until i'm sure it can go*/ 		 
		.secondary_nav {
			border-bottom: 1px solid #ccc;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-bottom: 10px;
		}	
		.secondary_nav p { margin: 0px 0px 5px 0px; }
		.secondary_nav div { margin-bottom: 10px; }

#content {
	float: right;
	margin: 11px 0px 10px 0px;
	height: 100%;
	width: 600px;
	}
		.crumb {
		border-bottom: 1px solid #ccc;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
			}
		#content_center{
			float: left;
			margin: 0px;
			height: 100%;
			width: 435px;
			}
		#content_right{
			text-align: left;
			float: right;
			margin: 0px;
			height: 100%;
			width: 150px;
			}
		#disclaimer {
			float: left;
			vertical-align:bottom;
			padding: 20px 0px 10px 0px;
			font-size: 10px;
			text-align: left;
			}

/* @group Footer */
/*Needs to be refactored*/

#footer {	
	margin:0 auto;
	padding: 10px;
	clear: both;
	width: 780px;
	/*border-top: 1px solid #ccc;*/
	font-size: 10px;
	text-align: center;	
	}

.footer-blocks{
	display: inline-block;
	background-color:#F3F3F3;
	text-align:left;
}

#footer .grid_3, #footer .grid_2{
	display:inline-block;
	float:left;
}
#footer .grid_3{
	width: 135px;
	margin-right: 15px;
	margin-left: 0;
}
#footer .grid_2{
	width:133px;
}

.footer-blocks a{
	color:#666;
}
.footer-blocks a:hover{
	text-decoration:none;
	color:#33ACC8;
}

/* @group Footer fin */

#footer #footer-fin{
	display:inline-block;
	width:780px;
	}
#footer #footer-fin .left-f{
	text-align:left;
	float: left;
}
#footer #footer-fin .right-f{
	text-align:right;
	float: right;
}
#footer #footer-fin p{
	margin-top:5px;
	font-size: 9px;
}

/* @end */

/* @group Footer Nav */

#footer-nav,
#footer-nav-secondary {
	display:block;
	float: left;
	width:762px;
	padding: 0 9px 9px;
	text-align: left;
	background-color:#F3F3F3;
}

.footer-blocks ul{
	padding:0px; 
	margin: 6px 0 0;
	}
.footer-blocks ul li{
	/*padding-bottom: 8px;*/
	font-size: 11px;
	line-height: 1.3em;	
	list-style-type:none;
}
.footer-blocks ul li a{ 
	padding-left: 8px; 
	padding-top: 4px; 
	padding-bottom: 6px; 
	display: inline-block;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-bottom:1px solid transparent; 
	text-shadow: #eee 1px 1px 0;
	}

.footer-blocks .xtra-pad-rt{
	margin-left: 0px !important;
	margin-right: 36px !important
}
#footer-comment{
	margin-top: 15px;
	margin-left: 8px;
	position:relative;
	margin-bottom: 5px;
}

#footer #bubble{
	display:block;
	width:130px;
}
/*#footer #bubble .bubble-top{
	height: 9px;
	background: url(../../images/miscImages/footer_comment_top.gif) no-repeat;
}*/
#footer #bubble .bubble-btm{
	display:block;
	height: 25px;
	background: url(../../images/miscImages/tip.png) no-repeat 0 top;
	position: relative;
	top: -1px;
	left: 102px; 
	width: 24px; 
	z-index: 1;
	}
#footer #bubble p{
	margin: 0;
	padding: 9px 12px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: #f5f5f5 1px 1px 0;
	border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #aaa;
	color:#444;
	background: #c4edf2 url(../../images/miscImages/footer-comment-pback.png) repeat-x 0 top;
}
#footer-comment span{
	display:inline-block;
	/*margin-top: -12px;*/
	font-size: 12px;
	position: absolute;
	/*right: 9px;*/
	color:#333;
	left: 5px;
	bottom: 2px;
}
#footer-comment-g a{
	margin-left: 9px;
}

#footer-nav{
	margin-bottom: 13px;
}

#footer-h{
	width:762px;
	display:block;
}
.footer-blocks h5{
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1.4em;
	padding-top: 7px; 
	padding-left: 8px;
	}
#footer-c{
	width:762px;
	display:block;
	background-color:#F3F3F3;
	float: left;
}



/* @end */

/* @group Footer Secondary */

#footer-nav-secondary{
	margin-bottom: 5px;
	padding-top:10px;
}



/* @end */

.footer-search{ 
	position:relative;
	}
li.footer-search.active a,
li.footer-search.active div{ 
	background: #c4edf2 url(../../images/miscImages/footer-comment-pback.png) repeat-x 0 top;	
	}
li.footer-search.active a{ 
	width:100%; 
	display: block;
	color:#333;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #aaa;
	cursor: default;
	}
.footer-search.active a label{ 
	cursor:pointer;
	}
.footer-search div{ 
	position:absolute; 
	left: 101px; 
	margin-top: 0px !important;
	top: 0; 
	text-align: right; 
	width: 174px;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px; 
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px; 
	padding: 8px 8px 10px;
	display: none;
}
li.footer-search.active div{ 
	display: block;
	}
.footer-search.active div input{ 
	width: 170px;
	}
.footer-search.active form{ 
	margin-top: 0px !important;

	}
/* @end */



	
/*@end Primary Layout Ids */

/* @group global_nav */

#global_nav{position: relative;z-index: 1000;width: 780px;}

#cssdropdown, #cssdropdown ul {padding: 0;margin: 0;list-style: none; font: 10px Verdana, Helvetica, sans-serif;text-align: center;}
#cssdropdown li {width: 111px;float: left;position: relative;}
#cssdropdown li.mainitems{/*border-top: 1px solid black;*/ border-bottom: 1px solid black; text-transform: uppercase;  height: 2.5em; background: #d1f4fb url(/images/header/header_nav_back_rollover.gif) repeat-y left;}	
#cssdropdown li.mainitems:hover{ background: #d1f4fb url(/images/header/header_nav_back_rollover.gif) repeat-y left;}
#cssdropdown li.mainitems.first{width: 112px;}
#cssdropdown li.mainitems.last{width: 112px; border-right: 1px solid black;}

#cssdropdown li.mainitems a{display:block; text-decoration: none; color: black; line-height: 1em;}
#cssdropdown li.mainitems a:hover{text-decoration: none; /*color: #333;*/}
#cssdropdown li.mainitems a.single-link{width:111px;height:1em;padding-top:.7em;padding-bottom:.8em;}
#cssdropdown li.mainitems a.double-link{width:111px;height:2.1em;padding-top:.2em;padding-bottom: .2em;}

ul.subuls{display: none;position: absolute;top: 1.2em;left: 0px;background-color: white;border: 1px solid black; text-transform: none; 

-moz-box-shadow: #888 1px 1px 5px;
-webkit-box-shadow: 1px 1px 5px #888;
box-shadow: 1px 1px 5px #888;
 
}
#cssdropdown li.mainitems.first ul.subuls,
#cssdropdown li.mainitems.last ul.subuls{width: 111px;}
#cssdropdown li.mainitems.next ul.subuls{width: 110px;}

#cssdropdown li.mainitems.first ul.subuls li,
#cssdropdown li.mainitems.last ul.subuls li{width: 111px;}
#cssdropdown li.mainitems.next ul.subuls li {width: 110px;}

#cssdropdown li.mainitems .subuls li{ border-bottom: 1px solid #ddd}
#cssdropdown li.mainitems .subuls li.final{ border-bottom: 0px;}
#cssdropdown li.mainitems .subuls li a{padding-top: 7px; padding-bottom: 7px; text-decoration: none; padding-left: 5px; padding-right: 5px;}
#cssdropdown li.mainitems .subuls li a:hover{color: #fff;background: #17BFD4;}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#cssdropdown li>ul { top: auto;left: auto;}

/* @end global_nav */

/*@group content_right nav */
/*used on homepage only*/

ul#content_right{
	display:block;
	float: right;
	padding:0; list-style-position: inside; margin-top: 6px;
	}
	ul#content_right li{
		display:block;
		float:left; 
		list-style:none; 
		list-style-type:none; 
		list-style-image:none; 
		font-size: 11px; 
		height: 4em; 
		margin-top: .5em; 
		line-height: 1.1em; margin-bottom: .6em;
		}
	
	ul#content_right li a				{ float:left; padding-left: 66px; font-weight: bold;}
	ul#content_right li a.single-link	{ padding-top: 12px; height: 34px;}
	ul#content_right li a.double-link	{ padding-top: 8px; height: 34px;}
	ul#content_right li a.triple-link	{ padding-top: 2px}
	
	ul#content_right li.deals-closeouts 			{ background: url(/images/home/DealsCloseoutsIcon.png) no-repeat 0 center; }
	ul#content_right li.trade-in 					{ background: url(/images/home/TradeInIcon.png) no-repeat 0 center; }
	ul#content_right li.sales-appointment 			{ background: url(/images/home/BookApptIcon.png) no-repeat 0 center; }
	ul#content_right li.troubleshoot-my-mac 		{ background: url(/images/home/TroubleshootIcon.png) no-repeat 0 center;}
	ul#content_right li.check-repair-status 		{ background: url(/images/home/RepairStatusIcon.png) no-repeat 0 center; }
	ul#content_right li.recycle-my-mac 				{ background: url(/images/home/RecycleIcon.png) no-repeat 0 center; }
	ul#content_right li.register-for-seminar		{ background: url(/images/home/SeminarIcon.png) no-repeat 0 center; }
	ul#content_right li.schedule-training 			{ background: url(/images/home/TrainingIcon.png) no-repeat 0 center; }
	ul#content_right li.hours-directions 			{ background: url(/images/home/StoreHrsDirectionsIcon.png) no-repeat 0 center; }
	ul#content_right li.contact-tekserve 			{ background: url(/images/home/ContactTekserveIcon.png) no-repeat 0 center; }
	ul#content_right li.newsletter-signup 			{ background: url(/images/home/NewsletterIcon.png) no-repeat 0 center; }
	ul#content_right li.follow-us 					{ background: url(/images/home/TwitterFacebookIcon.png) no-repeat 0 center; }
	ul#content_right li.see-sitemap 				{ background: url(/images/home/Sitemap.png) no-repeat 0 center; }

/*@end content_right nav */

/* @group Frontpage */

body.front #sidebar{
	width:140px;
}
body.front ul.img_nav li img{
	width:140px!important;
}

body.front #content{
	width: 620px;
}

#front-rotating-features{
	display:block;
	width: 614px;
	height:240px;
	border:1px solid #ccc;
	overflow:hidden;
	padding: 2px;
}
#frf-lg img{
	display: block;
	width: 474px;
	height: 234px;
	border:3px solid #fff;
}
#frf-lg a{ 
	display:block; 
	position: absolute;
	width: 480px; 
	height: 240px;
	}
#frf-sm .frf-ui{ 
	display: none;
	width: 136px; 
	height: 76px;
	border: 2px solid #d52c1e;
	position:absolute;
	top:0;
	left:0;
	}
#frf-sm ul{ 
	display:block;
	margin:0;
	padding:0; 
	float: right;
		/*height: 240px ;*/
	border-top:3px solid #fff;
	
	}
#frf-sm ul li{ 
	list-style-type:none; 
	width: 134px; 
	height: 76px;
	position:relative;
	/*opacity:0.5;*/
	/*border-top:3px solid #fff;*/
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;

	}

#frf-sm ul li a{ 
	display:block;
	width: 140px; 
	height: 80px;
	}	
#frf-sm-1{ 
	background: url(/images/tek_homepage_rotation/hours_sm.jpg) no-repeat right;
	}
#frf-sm-2{ 
	background: url(/images/tek_homepage_rotation/Fashion-Mini.png) no-repeat right;
	}
#frf-sm-3{ 
	background: url(/images/tek_homepage_rotation/gift_sm.png) no-repeat right;
	}	

/* ABF 2010-12-23 This REALLY needs to be in PHP so we can time graphic changes. */

#frf-sm-2-a{ 
	background: url(/images/tek_homepage_rotation/Egg-Mini2.png) no-repeat right;
	}
#frf-sm-3-a{ 
	background: url(/images/tek_homepage_rotation/EWaste-Mini.png) no-repeat right;
	}	


#front-newsletter-signup{
	display:block;
	width:100%; 
	padding-top: 10px;
	}
#front-newsletter-signup p{
	background: url(../../images/ArrowGraphic_125.png) no-repeat left center;
	padding-left: 26px;
	font-size: 12px; 
	display: block; 
	height: 20px; 
	margin: 0; 
	line-height: 1.3em;
	}
#front-newsletter-signup p a{
	font-size: 19px;
}

/* @end */

/*matrix view used on rentals tables and nab*/
.MatrixView {
	margin-top: 0px;
	width: 100%;
	}
	.MatrixView td {
		width: 33%;
		padding: 5px;
			text-align:center;
	
		}

/*used on learning-events/calendar */
table.calendar {
	border-color: #808080;
}

/*used on search.php may be able to be merged or abstracted*/
p.searchsummary {
	margin-top: 4px;
	padding-left: 15px;
	margin-bottom: 18px;
}

/*haven't found this yet, leaving for now*/
.content span.mt-enclosure.mt-enclosure-image img.mt-image-left {
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	}


/*adding this for MT published table bug*/
.asset-content.entry-content td { 
	vertical-align: top;
	}


/*Store specific*/
#store-header span.version-sm{
	float: none;
	clear: none;
	font-size:10px;
	color: #868686;
}

/**/
iframe#reservation-frame{
	border:0px;
	overflow-y: scroll;
	overflow-x: none;
}


#reservation-frame body{
	width:600px
}

/* @group testimonials page */

p.testimonial-quote,
p.testimonial-id{ 
	width: 580px}
p.testimonial-quote{ 
	background: url(../../images/bg_quote.gif) no-repeat left top; 
	padding-left: 10px; 
	padding-top: 5px; 
	line-height: 1.5em;
	margin-bottom: 0px;
	}
p.testimonial-id{ 
	margin-top: 2px; 
	color: #465859; 
	font-size: 10px; 
	padding-left: 10px; 
	margin-bottom: 0; 
	padding-bottom: 5px;
	}



/* @end */
	
#christmas-shipping-chart{ 
	display: block;
	margin:0px;
	padding: 10px;
background-color: #EAFAFE;
border: 2px solid #BBE5F0;
	overflow: auto; 
	width: 500px;
	}
#christmas-shipping-chart li.first{ 
	font-weight:bold;
	}
#christmas-shipping-chart li{ 
	display:block;
	width:100%;
	list-style-type:none;
	float:left;
	clear:left;
	border-bottom:1px dotted #aaa; 
	line-height: 1.5em; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	font-size: 11px;
	}	
	
.faq h4{ 
	border-bottom:1px solid #ddd; 
	line-height: 1.5em; 
	margin-bottom: 0;
	}

/* @group Marketing taking all requests daily */

#marketing-tard-wrap{ 
	display: block; 
	width: 600px; 
	height: 135px; 
	background: url(../../images/miscImages/gift-guide-wrap.jpg) no-repeat;
	clear:left; 
	padding-top: 30px;
	}


table#epp_authorization_form {
	margin-left: auto;
	margin-right: auto;
}

table#epp_authorization_form td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

img.storeLogo {
	display: block;
	margin-bottom: 10px;
}

/* @end */

/* @group catalog app recommends */

.app-item{ 
	display:block;
	width:600px;
	min-height: 100px;
	float:left;
	clear:both;
	border-bottom:1px dashed #eee; 
	margin-top: 10px;
	}
.app-item-title{ 
	display:block;
	width:600px;
	font-weight:bold;
	padding-bottom:8px
	}
.app-item-img{ 
	display:block;
	float:left;
	margin-right:16px;
	}
.app-item-img img{ 
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	}
.app-item-copy p{ 
	margin-top:3px;
	}
	
		
/* @end */	


/*Add 2/15/2011 by JWS for about/news page*/

body.about-us.news table td{ 
	vertical-align: middle !important
	}


