/**************************************************************************************

	TEEHAN+LAX	 
 	GELASKINS - global.css
	----------------------------------------------------------
	agency: teehan+lax 
	authors: zack ginies - zack@teehanlax.com
	date: March 1, 2010 

	INDEX
	----------------------------------------------------------
	- Imports
	- Body
	- Typography
	
*************************************************************************************/

@import url("reset.css");
@import url("structure.css");
@import url("bricks.css");

/* BODY ----------------------------------------------------------------------------*/

body {
	background: url(/resources/images/backgrounds/bf_bgrd_pattern.gif) 0 0 repeat;
	background-position: center top;
	background-color: #FAFAFA;
	font-size: 14px;
	font-family: "Helvetica", arial, sans-serif;
	color: #4a4a4a;
	text-align: center;
}

.clear {
	clear: both;
}

#wrapper {
	width: 946px;
	margin: 0 auto;
	text-align: left;
}

#top_bar_message {
	background: url(/images/backgrounds/javascriptwarning.gif) 0 0 repeat-x;
	color: #fff;
	font-family: "Georgia", "Times", serif;
	font-style: italic;
}
	
	#top_bar_message p {
		background: url(/images/icons/exclamation.gif) 0 center no-repeat;
		width: 585px;
		_width: 630px;
		padding: 10px 0 10px 35px;
		margin: 0 auto;
	}
	#top_bar_message a {
		color: #fff;
		text-decoration: underline;
	}
	
/* Visibility Class */

.hidden {
	display: none;
}

/* Input Placeholder Text Styling -----------------------*/

input.placeHolderText {
	color: #aaa;
	font-size: 92% !important;
}
input::-webkit-input-placeholder {
	color: #aaa;
	font-size: 92% !important;
}
input:-moz-placeholder {
	color: #aaa;
	font-size: 92% !important;
}

/* ROGERS PROMO -----------------------------------------*/

#rogersBar {
	background: url(/images/backgrounds/rogers_bg.gif) 0 0 repeat;
	height: 35px;
}
	#rogersBar span {
		float: right;
	}
		#rogersBar #rogers_promo{
			margin-top: 7px;
			margin-right: 55px;
		}
		#rogersBar #rogers_hide{
			position: relative;
			top: -4px;
			margin-right: 30px;
		}


/* NATREL PROMO -----------------------------------------*/

#natrelBar {
	background: url(/images/promos/natrel/bar.gif) 0 0 repeat;
	height: 35px;
}
	#natrelBar img{
		position: relative;
		top: -7px;
	}
	
	#natrelBar a{
		position: relative;
		top: -13px;
		left: -30px;
		color: #fff;
	}
	#natrelBar span {
		float: right;
	}
		#natrelBar #natrel_promo{
			margin-top: 7px;
			margin-right: 55px;
		}
		#natrelBar #natrel_hide{
			position: relative;
			top: -4px;
			margin-right: 30px;
		}




/* Black Friday 2011 SALE PROMO -----------------------------------------*/


#bf2011Bar {
	background: url(/resources/images/promos/bf2011/bf2011.gif) 0 0 repeat;
	height: 35px;
}

#bf2011Bar {
  height: 35px;
  text-align: center;
}
  #bf2011Bar span.content {
    position: relative;
    top: 5px;
  }
  #bf2011Bar img {
    display: inline-block;
    padding-right: 5px;
  }
  #bf2011Bar p {
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    color: #FFF;
  }
  #bf2011Bar span.bold{
    font-weight: bold;
  }
  #bf2011Bar #sale_hide{
    position: relative;
    top: 0px;
    left: 15px;
    font-style: italic;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

/* SALE ---------------------------------------------------*/
#saleBar.boxing_day{
	background: url(/resources/images/backgrounds/boxingBG.gif) 0 0 repeat;
}
#saleBar.under50 {
	background: url(/images/sales/dec2010/skidmark.gif) 0 0 repeat;
}
#saleBar.over50 {
	background: url(/images/sales/dec2010/hulkSMASH.gif) 0 0 repeat;
}

#saleBar {
  height: 35px;
  text-align: center;
}
  #saleBar span.content {
    position: relative;
    top: 3px;
  }
  #saleBar img {
    display: inline-block;
    padding-right: 5px;
  }
  #saleBar p {
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    color: #f0f0f0;
  }
  #saleBar span.bold{
    font-weight: bold;
  }
  #saleBar #sale_hide{
    position: relative;
    top: 0px;
    left: 15px;
    font-style: italic;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
#saleFooter{
	padding: 5px;
	margin-top: 15px;
}
  #saleFooter p {
    padding: 1px;
    margin: 0;
    text-align: center;
  }
/* TYPOGRAPHY ----------------------------------------------------------------------*/

h1 {
	font-size: 34px;
	color: #000;
}

p {
}
a {
	color: #0097de;
	text-decoration: none;
}

	a:hover {
		color: #1d78a2;
	}

.archer_medium {
	letter-spacing: -.5px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.button {
	background: #000;
	padding: 6px 15px 7px 15px;
	font-size: 16px !important;
	font-style: italic !important;
	color: #fff !important;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
	border: 0 !important;
}

	.button:hover {
		background: #333 !important;
		color: #fff !important;
	}

.grey_button {
	background: #595959;
	padding: 4px 10px 6px 10px;
	font-size: 14px !important;
	font-style: italic !important;
	color: #fff !important;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
	border: 0 !important;
}

	.grey_button:hover {
		background: #333 !important;
		color: #fff !important;
	}

.blue_button {
	display: inline-block;
	background: #0097de;
	padding: 10px 17px 10px 15px;
	font-size: 21px !important;
	font-style: italic;
	color: #fff !important;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
	border: 0 !important;
}

	.blue_button:hover {
		background: #1d78a2 !important;
	}

.verizon_button {
	 background: #d82700;
}
  .verizon_button:hover {
    background: #a81100 !important;  
   }

.btn_submit {
	background: url(/images/buttons/submit.gif) 0 0 no-repeat;
	width: 94px;
	height: 29px;
	border: 0;
	cursor: pointer;
}

.btn_go {
	background: url(/images/buttons/go.gif) 0 0 no-repeat;
	width: 45px;
	height: 26px;
	border: 0;
	cursor: pointer;
}

	.btn_go:hover {
		background: url(/images/buttons/go.gif) 0 bottom no-repeat;
	}

.btn_apply {
	background: url(/images/buttons/apply.gif) 0 0 no-repeat;
	width: 69px !important;
	height: 26px;
	border: 0;
	cursor: pointer;
	margin-top:4px;
	line-height: 2;
}

	.btn_apply:hover {
		background: url(/images/buttons/apply.gif) 0 bottom no-repeat;
	}

.btn_sign_in {
	background: url(/images/buttons/sign_in.gif) 0 0 no-repeat;
	width: 83px !important;
	height: 35px;
	border: 0;
	cursor: pointer;
}

	.btn_sign_in:hover {
		background: url(/images/buttons/sign_in.gif) 0 bottom no-repeat;
	}
	
.favourite_tip {
	float: right;
	background: url(/images/icons/heart.gif) 0 0 no-repeat;
	margin-top: 7px;
	padding-left: 18px;
	font-size: 12px;
	color: #2f3030;
}

.wallpaper_link {
	display: block;
	background: url(/images/icons/wallpaper.gif) 0 center no-repeat;
	padding: 5px 0 5px 35px;
	width: 250px;
	font-style: italic;
	font-size: 16px;
	color: #000;
	opacity: .75;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
}

	.wallpaper_link:hover {
		opacity: 1;
	}

.favourites_link {
	display: block;
	padding: 5px 0 5px 35px;
	font-style: italic;
	font-size: 16px;
	color: #000;
	opacity: .75;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
}

	.favourite_add{
		background: url(/resources/images/icons/favourite_add.gif) 0 center no-repeat;
	}
	.favourite_remove{
		background: url(/resources/images/icons/favourite_remove.gif) 0 center no-repeat;
	}
	.favourite_add:hover{
		background: url(/resources/images/icons/favourite_add_over.gif) 0 center no-repeat;
	}
	.favourite_remove:hover{
		background: url(/resources/images/icons/favourite_remove.gif) 0 center no-repeat;
	}

.glicee_link {
	display: block;
	background: url(/images/icons/glicee.gif) 0 center no-repeat;
	padding: 5px 0 5px 35px;
	width: 150px;
	font-style: italic;
	font-size: 16px;
	color: #000;
	opacity: .75;
	-webkit-transition: 0.08s linear;
	-moz-transition: 0.08s linear;
}

	.glicee_link:hover {
		opacity: 1;
	}

.share_this {
	float: right;
}
	.share_this li {
		float: left;
		padding-top: 6px;
		margin-right: 10px;
		font-family: "Georgia", "Times", serif;
		font-size: 14px;
		font-style: italic;
		color: #888;
	}
	
		.share_this li a {
			display: block;
			height: 25px;
			width: 23px;
			margin-top: -6px;
			text-indent: -99999px;
		}
		
		.share_this li#facebook a {
			background: url(/images/icons/facebook_med.gif) 0 0 no-repeat;
		}
		
		.share_this li#twitter a {
			background: url(/images/icons/twitter_med.gif) 0 0 no-repeat;
		}
		
		.share_this li#myspace a {
			background: url(/images/icons/myspace_med.gif) 0 0 no-repeat;
		}
	
.print_invoice {
	position: absolute;
	top: 10px;
	right: 20px;
	_position: absolute;
	_right: 20px;
	display: block;
	background: url(/images/icons/print.gif) 0 0 no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.rss_link {
	display: block;
	background: url(/images/icons/rss.gif) 0 0 no-repeat;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
}
	
.price {
	float: left;
	font-size: 18px;
	color: #000;
}

	.price span {
		display: block;
		float: left;
		margin-top: -3px;
		font-size: 37px;
	}

.noFlash{
	display: none;
}

/* GLOBAL POP-UP ********************************/

.std-popup {
	position: relative;
	display: none;
	border: 1px solid black;	
	background: #fff;
}

.std-popup-body {
	padding: 25px;
}

.std-popup-body h1 {
	font-style: italic;
	font-size: 26px;
	margin-bottom: 15px;
}

.std-popup-body p {
	color: #333;
}

.std-popup-footer {
	background: #eee;
	padding: 15px;
	vertical-align: bottom;
}

/* CAN'T FIND YOUR DEVICE POP-UP ******************************************/

#cantFindYourDevice{
	position: relative;
	display: none;
	background: #fff;
	width: 550px;
	height: 290px;
	border: 1px solid;
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 17%;
	margin-left: -300px;
	padding: 30px;
	text-align: left;
}
	#cantFindYourDevice h2{
		font-size: 26px;
		margin-bottom: 20px;
		font-style: italic;	
		text-align: center;
	}
	#cantFindYourDevice p{
		margin: 15px 0;
		line-height: 1.5em;
		text-align: justify;
		margin-bottom: 25px;
	}
	#cantFindYourDevice .bottom{
		position: absolute;
		bottom: 0;
		left: 0;
		background: #eee;
		padding: 15px;
		width: 580px;
		text-align: right;
	}
	#cantFindYourDevice .formField{
		margin-bottom: 10px;
	}
	#cantFindYourDevice label{
		display: block;
		font-style: italic;
		color: #111;
		margin-bottom: 10px;
	}
	#cantFindYourDevice label span{
		color: #888;
	}
	#cantFindYourDevice .formField select, #cantFindYourDevice .formField input{
		font-size: 14px;
		margin-bottom: 5px;
	}
	#cantFindYourDevice .formField input {
		background: none repeat scroll 0 0 #F8F8F8;
	    border: 1px solid #EFEFEF;
	    margin: 0 0 25px;
	    padding: 5px;
	    width: 318px;
	}
	#cantFindYourDevice input.error{
		background: none repeat scroll 0 0 #E2F6FF;
    	border: 1px solid #D0E3EB;
	}
	#cantFindYourDevice select.error{
		background: none repeat scroll 0 0 #E2F6FF;
	}
	#deviceRequestPage2{
		display: none;
	}


/* PO WARNING *****************************/

#po-warning {
    left: 50%;
    margin-left: -200px;
    padding-left: 0;
    padding-top: 0;
    position: fixed;
    top: 17%;
    width: 400px;
}
	#po-warning p {
		line-height: 1.5em;
	}
	#po-warning .std-popup-footer {
		text-align: right;
	}


/* FORM ELEMENTS **********/

.submit_button{
	background: url(/images/buttons/submit_checkout.gif) no-repeat scroll 0 0 transparent;
	width: 105px;
	height: 42px;
	border:0 none;
	padding: 0;
	cursor: pointer;
}

.submit_button:hover{
	background: url(/images/buttons/submit_checkout.gif) no-repeat scroll 0 -44px transparent;
	width: 105px;
	height: 42px;
	border:0 none;
	padding: 0;
}

/* CHARLES' CONTRIBUTION */
div#overlay_background {
	background-color: #000000;
	display:none;
    color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 8000;
}
div#overlay_ajax_main {
	display:none;
    width:300px;
    height:300px;
    background: url('/resources/images/gallery/loadBG.png') no-repeat center center;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-150px; /* negative half the size of height */
    margin-left:-150px; /* negative half the size of width */
    z-index: 8001;
    text-align:left;

}
div#overlay_closebutton {
	background: url("/resources/images/gallery/modalClose.png") no-repeat scroll center center transparent;
    display:none;
    float: right;
    height: 50px;
    outline: medium none;
    position: absolute;
    right: -20px;
    top: -22px;
    width: 50px;
    z-index: 99999;
    cursor: pointer;
}

div#overlay_ajax_content {
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
}
div#overlay_loadingimage {
	background: url("/resources/images/loading.gif") no-repeat scroll center center transparent;
	top:100px;
	margin-left:auto;
	margin-right:auto;
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
}

