/*--------------------------------------------------------------------
	CSS addidas TV
	Author:	Irina Goreva <igoreva [at] solutionset.com>
----------------------------------------------------------------------*/
*
{
	/*overwrite all default browser settings*/
	margin: 0;
	padding: 0; /*global font settings*/
	font-family: arial,helvetica,sans-serif;
	color: #000; /*Main text color*/
}
body
{
	background-color: #fcfcfc; 
}
#content 
{
	height: 100%;
}
#contentWrap
{
	margin: 0px auto;
	width: 990px;
	height: 100%;
}
.tv-login
{
	height: 25px;
	text-align: right;
	padding-right: 13px;
	font-size: 10px;
	line-height: 30px;
}
.tv-login a, .tv-login a:visited
{
	color: #747474;
	text-decoration: none;
	line-height: 30px;
}
.tv-login a:hover
{
	color: #747474;
	text-decoration: none;
}
.flash
{
	padding-bottom: 15px;
	float: left;
	display: inline;
	position: relative;
}
.flash.main
{
	width: 990px;
	z-index: 20;
}
.flash.left
{
	width: 762px; /* 740+22 */
}
.flash.right
{
	width: 222px;
}
#footer 
{
	position: relative;
}
.adidasSign #footer 
{
	top: 0 !important;	
}
/* TV_clearfix 
-------------------------------------------------------------------*/

/* specific clearing for #contentWrap */
#contentWrap:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0px; /* RB - Added */
	clear: both;
	visibility: hidden;
}
#contentWrap {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html #contentWrap {
	height: 1%;
}
#contentWrap {
	display: block;
}
/* End hide from IE-mac */

/* generic TV_clearfix - added "TV_" to prevent css conflict
---------------------------------------------------------------*/

.TV_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.TV_clearfix {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .TV_clearfix {
	height: 1%;
}
.TV_clearfix {
	display: block;
}
/* End hide from IE-mac */  



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> popup settings <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#boxPopup
{
	width: 988px;
	background: transparent url(i/tb/popup_btm.gif) no-repeat 1px bottom;
	padding-bottom: 10px;
	margin-bottom: 2em;
}
#boxPopup #tb_popupImg
{
	width: 988px;
	height: 44px;
	font-size: 0px;
	position: relative;
	z-index: 20;
}
#boxPopup .pb_content
{
	position: relative;
	width: 980px;
	padding: 39px 3px 6px 5px;
	background: transparent url(i/tb/popup_bgd.gif) repeat-y 1px 0;
}
#boxPopup .pb_last
{
	position: absolute;
	right: 17px;
	top: 13px;
	font-size: 12px;
	text-decoration: none;
}
#boxPopup .pb_left, #boxPopup .pb_right
{
	float: left;
	display: inline;
	width: 300px;
	padding: 0 90px 0 90px;
}
#boxPopup .pb_right
{
	width: 300px;
	padding: 0 150px 0 50px;
}
#boxPopup #pb_register .pb_left
{
	width: 570px;
	padding: 0 0 0 0;
}
#boxPopup #pb_register .pb_right
{
	width: 330px;
	padding: 0 0 0 0;
}
#boxPopup #pb_register .pb_left .pb_left
{
	width: 280px;
	padding: 0 0 0 90px;
}
#boxPopup #pb_register .pb_left .pb_left fieldset
{
	/*IE fix*/
	width: 280px;
}
#boxPopup #pb_register .pb_left .pb_right
{
	width: 160px;
	padding: 0 0px 0 30px;
}
#boxPopup #pb_register .pb_left .pb_right fieldset
{
	/*IE fix*/
	width: 160px;
}
#boxPopup #pb_signin .pb_left
{
	min-height: 320px;
	_height: 320px;
	background: url(i/tb/popup_separator.gif) 100% 25px no-repeat;
}
#boxPopup #pb_popup .pb_left
{
	width: 520px;
	padding: 0 200px 0 42px;
	background: url(i/tb/popup_mytv.gif) 100% 17px no-repeat;
}
#boxPopup h2
{
	font-size: 15px;
	color: #3c3838;
	text-transform: uppercase;
	margin-bottom: 11px;
}
#boxPopup #pb_signin .pb_left h2
{
	height: 14px;
	/*text-indent: -5000px;
	background: url(i/tb/popup_title_signin.gif) left bottom no-repeat;*/
}
#boxPopup #pb_signin.forgot .pb_left h2
{
	/*background: url(i/tb/popup_title_forgot.gif) left bottom no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
}
#boxPopup #pb_signin .pb_right h2
{
	height: 14px;
	/* text-indent: -5000px;
	background: url(i/tb/popup_title_nu.gif) left bottom no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
	margin-bottom: 14px;
}
#boxPopup #pb_register .pb_left h2
{
	height: 14px;
	/* text-indent: -5000px;
	background: url(i/tb/popup_title_reg.gif) left bottom no-repeat; 
	commented out by Haroun Serang 3_6_2009 to enable localization */
	margin-left: 90px;
}
#boxPopup #pb_register .pb_right h2
{
	height: 14px;
	/* text-indent: -5000px;
	background: url(i/tb/popup_title_nl.gif) left bottom no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
	margin-bottom: 8px;
}
#boxPopup #pb_popup .pb_left h2
{
	height: 14px;
	/* text-indent: -5000px;
	background: url(i/tb/popup_title_mytv.gif) left bottom no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
	margin-bottom: 22px;
}
#boxPopup .regnow, #boxPopup .browse
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-transform: uppercase;
	/* width: 145px; */
	height: 14px;
	outline: none;
	/* text-indent: -5000px;
	background: url(i/tb/popup_title_regnow.gif) left bottom no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
	margin-top: 40px;
}
#boxPopup .regnow {
    font-size: 15px;
    color: #3C3838 !important;
}
#boxPopup .browse
{
	width: 187px;
	background: url(i/tb/popup_title_browse.gif) left bottom no-repeat;
	margin: 45px 0 0 315px;
}
#boxPopup p
{
	font-size: 11px;
	color: #807e7e;
	margin-bottom: 13px;
}
#boxPopup a, #boxPopup a:visited
{
	color: #807e7e;
	text-decoration: none;
}
#boxPopup a:hover
{
	color: #3c3838;
	text-decoration: none;
}
#boxPopup ul
{
	list-style: none;
	list-style-position: outside;
}
#boxPopup .floatleft
{
	float: left;
	margin: 0;
}
#boxPopup .floatright
{
	float: right;
	margin: 0;
}
#boxPopup .error
{
	font-size: 12px;
	font-weight: bold;
	color: #cd2626;
}
#boxPopup .errorMsg
{
	margin: -10px 0 15px 65px;
	color: #cd2626;
	font-weight: bold;
}
#boxPopup .errorMsg span.adidasLitError
{
	display: block;
	background: url(i/tb/popup_error.gif) 0 0 no-repeat;
	padding-left: 25px;
	line-height: 1.5em;
	color: #CD2626;	
	min-height: 25px;
	_height: 25px;
}
#boxPopup .pb_left .errorMsg 
{
	margin-left: -25px;	
}
#boxPopup .errorMsg ul
{
	background: url(i/tb/popup_error.gif) 0 0 no-repeat;
	padding-left: 25px;
	min-height: 25px;
	_height: 25px;
	width: 320px;
}
#boxPopup .errorMsg ul li
{
	padding-top: 3px;
	font-size: 12px;
	color: #cd2626;
	font-weight: bold;
}
#boxPopup .errorImg
{
	margin-left: -25px;
}
#boxPopup .errorImg img
{
	margin-bottom: -8px;
}
/* Form Elements
----------------------------------------------------------------------*/
#boxPopup fieldset
{
	border: none;
	margin-left: -25px; /*for error message*/
	padding-left: 25px; /*for error message*/
	color: #807E7E;
}
#boxPopup label, #boxPopup fieldset span
{
	font-size: 10px;
	color: #807e7e;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0 6px;
}
#boxPopup fieldset span.error
{
	font-size: 14px;
	line-height: 10px;
	margin-left: 0px;
	cursor: pointer;
	position: relative;
	top: 4px;
}
#boxPopup input, #boxPopup select, #boxPopup option
{
	color: #807e7e;
	font-size: 10px;
	border: 0;
}
#boxPopup input.type_text
{
	width: 256px; *width:251px;
	padding: 2px 0px 2px 7px;
	*padding-left: 5px;
	height: 16px;
	line-height: 16px;
	font-size: 0.9em;
}
#boxPopup input.type_text_med
{
	width: 131px; *width:126px;
	padding:2px 0px 2px 6px;
	*padding-left: 5px;
	height: 16px;
	line-height: 16px;
	font-size: 0.9em;
}
#boxPopup input.type_text_sm
{
	width: 68px; *width:66px;
	margin-right: 15px;
	padding: 2px 0px 2px 7px;
	height: 16px;
	line-height: 16px;
	font-size: 0.9em;
}
#boxPopup select.type_text_med
{
	width: 138px; *width:133px;
	border:0;
	padding-left: 3px;
	height: 18px;
	*height: 20px;
	line-height: 16px;
	font-size: 0.9em;
}
#boxPopup select.type_text
{
	width: 263px; *width:258px;
	border:0;
	height: 18px;
	*height: 20px;
	line-height: 16px;
	font-size: 0.9em;
}
#boxPopup input.pb_signin, #boxPopup input.pb_signup, #boxPopup input.pb_send
{
	display: block;
	padding: 0 30px 0 20px;
	*padding: 0 20px 0 10px;
	height: 34px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	/* text-indent: -5000px;
	commented out by Haroun Serang 3_6_2009 to enable localization */
	background: transparent url(i/tb/popup_signup_btnR.gif) no-repeat 100% 0;
}
#boxPopup div.regBtn {
    padding-left: 6px;
	background: transparent url(i/tb/popup_signup_btnL.gif) no-repeat 0 0;
}
#boxPopup div.submitBtn
{
	/* margin: 20px 0 0 135px; 
	*margin: 20px 0 0 163px;*/
	margin-right: 38px;
	*margin-right: 20px;
	float: right;
	display: inline;
	padding-left: 6px;
	background: transparent url(i/tb/popup_signup_btnL.gif) no-repeat 0 0;
}
#boxPopup input.pb_signin
{
	/* background: url(i/tb/popup_signin_btn.gif) no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
}
#boxPopup input.pb_signup
{
	/* background: url(i/tb/popup_signup_btn.gif) no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
	margin-top: 30px;
}
#boxPopup input.pb_send
{
	/*background: url(i/tb/popup_send_btn.gif) no-repeat;
	commented out by Haroun Serang 3_6_2009 to enable localization */
}
#boxPopup fieldset div
{
	padding-bottom: 5px;
}
/*
#boxPopup fieldset div.label
{
	padding-bottom: 0px;
}
*/
#boxPopup div.regDOB 
{
	position: relative;
}
#boxPopup div.regDOB div
{
	float: left;
	margin-right: 0;
}
#boxPopup div.regDOB div span 
{
	display: inline-block;
	height: 20px;	
	position: absolute;
	top: 0;
	left: -31px;
	/*
	margin-left: -24px;
	position: relative;
	top: 6px;
	*left: -24px;
	*/
}
#boxPopup .pb_text
{
	color: #807e7e;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 40px; *padding-right:20px;
}
#boxPopup fieldset .pb_note
{
	color: #807E7E;
	font-size: 9px;
	text-transform: uppercase;
	width: 260px;
	margin-bottom: 5px;
	padding-left: 7px;
}
#boxPopup fieldset .pb_note a, #boxPopup fieldset .pb_note a:visited
{
	color: #a3a3a3;
}
#boxPopup fieldset .actionUnderline a
{
	text-decoration: underline !important;
}
#boxPopup fieldset .actionUnderline a:hover
{
	text-decoration: none !important;
}
#boxPopup fieldset .pb_note a:hover
{
	text-decoration: underline;
}
/* pb_checkbox */
#boxPopup ul.pb_checkbox
{
	margin: 0px;
	padding: 0px;
	width: 340px;
}
#boxPopup ul.pb_checkbox li
{
	margin: 0 0 7px 0; *margin: 0 0 0 0; _margin: 0 0 7px 0;
    padding:0px;
    width:170px;
    float:left;
    display:inline;
}
#boxPopup ul.pb_checkbox label, #boxPopup ul.pb_checkbox span
{
	text-transform: none;
	float: left;
	display: inline;
	margin: 0;
	width: 135px;
	margin: 0 0 0 5px; *margin: 5px 0 0 0; _margin: 0 0 0 5px;
    top:0;
}
#boxPopup ul.pb_checkbox input
{
	float: left;
	_height: 13px;
	_width: 13px;
}
/* End pb_checkbox*/
/* pb_checkboxWide */
#boxPopup ul.pb_checkboxWide
{
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	width: 260px;
}
#boxPopup ul.pb_checkboxWide li
{
	margin: 0 0 5px 0; *margin: 0 0 0 0; _margin: 0 0 5px 0;
    padding: 4px 0;
    width: 260px; 
}
#boxPopup ul.pb_checkboxWide li.required {
    width:260px;
}
#boxPopup ul.pb_checkboxWide label
{
	text-transform: none;
	float: left;
	display: inline;
	margin: 0;
	width: 240px;
	margin: 0 0 0 5px; *margin: 5px 0 0 0; _margin: 0 0 0 5px;
    top:0;
}
/* For validator icon */
#boxPopup ul.pb_checkboxWide span {
    margin: -4px 0 0 -25px; *margin: 0px 0 0 -25px; _margin: 0px 0 0 -25px;
    top:0;
    float: left;
	display: inline;
}
#boxPopup ul.pb_checkboxWide li.required label {
    width: 220px;
}
#boxPopup ul.pb_checkboxWide span.error {
    width: 10px !important;
    float: right;
    line-height: 17px;
}
#boxPopup ul.pb_checkboxWide input
{
	float: left;
	_height: 13px;
	_width: 13px;
}
/* End pb_checkboxWide */
.flashMainMenu, #ctl00_ctl00_Main_FlashMain_swfMenuFlash
{
	position: absolute;
	z-index: 20;
	top: 0px;
}
.flashMain, #ctl00_ctl00_Main_FlashMain_swfMainFlash
{
	position: absolute;
	top: 44px;
}
.flashStrips, #ctl00_ctl00_Main_FlashLeft_swfStripsFlash,
.flashRight, #ctl00_ctl00_Main_FlashRight_swfRightFlash
{
	position: absolute;
	z-index: 10;
	top: 500px;
}
#ctl00_ctl00_Main_FlashLeft_swfStripsFlash 
{
	margin-top: -9px;	
	left: 0;
}
.adidasMyTV #ctl00_ctl00_Main_FlashLeft_swfStripsFlash
{
	margin-top: 9px;
}
.adidasMyTV #ctl00_ctl00_Main_FlashRight_swfRightFlash  
{
	margin-top: 18px;	
}
#ctl00_ctl00_Main_FlashRight_swfRightFlash 
{
	left: 5px;	
}
.adidasSearch #ctl00_ctl00_Main_FlashRight_swfRightFlash 
{
	top: 74px;	
	left: 0;
}

/* 404 Error Page
----------------------------------------------------------------------*/
div.adidas404 
{
	padding: 40px;	
}
.adidas404 a 
{
	color: #707070;
}
h1.adidasLogo 
{
	text-indent: -999em;
	background: transparent url(i/tb/adidas_logo.gif) no-repeat 0 0;	
	margin-bottom: 30px;
}
.adidas404 h2, .adidas404 p 
{
	margin: 25px 0;	
	color: #4a4a4a;
}
.adidas404 h2 
{
	font-size: 1.1em;		
}
.adidas404 p 
{
	font-size: 0.8em;	
}