/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px 0px 50px;
	
	background-color:		black;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#f5f5f5;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#ddad22;
	outline:				none;
}

a:hover
{
	color:					rgb(119,119,119);   
	text-decoration: 		underline;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					884px;
	padding:				0;

}

#main
{

	min-height:				500px;

	border:					1px solid #610000;
	border-top:				0;

	padding:				20px;

	background-image:		url( /site/images/bg_main.jpg );
	background-repeat:		repeat-x;

}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	height:					85px;
	/*
	background-image:		url( /site/images/bg_main.png );
	background-repeat:		repeat-x;
	*/
	position:				relative;
}

#header_link
{
	position:				absolute;
	width:					150px;
	height:					80px;
	//text-indent:			-1000em;
	background-color: none;
	z-index: 1000;
	outline:				none;
	display:				block;
}
#header_link:hover {
	text-decoration:none;
}
#header_link img {
//	display:none;
}
form#search
{
	position:				absolute;
	top:					5px;
	right:					10px;
	white-space:			nowrap;
}

form#search input#search-field
{
	background-color:		#1c0000;
	border:					1px solid #715858;
	float:					left;
	height:					18px;
	width:					142px;
	margin-right:			5px;
	color:					#f5f5f5;
}

#logo
{
	float:					left;
}

#logo a,
#logo a:hover
{
	color:					white;
}

#content
{
	float:					left;
	margin:					0px;
/*	padding:				0px 0px 0px 8px;	*/
	width:					560px;
/*	padding:				20px; */
}

#right
{
	position:				relative;
	float:					right;
	margin:					0px 0px 20px;
	padding:				65px 0px 0px 0px;
}

#right img
{
}

#clear
{
	margin:	0px;
	padding:	0px;
	display:				block;
	height:					0px;
	line-height:			0px;
	clear:					both!important;
	overflow:	hidden;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	background-color:		transparent;
	text-align:				right;
	font-size:				0.85em;
	color:					#555555;
	border:					1px solid #610000;
	padding:				10px;
	margin-top:				20px;
	margin:					20px auto;
	width:					862px;
/*	opacity: 0.99999; -moz-opacity: 0.99999; -khtml-opacity: 0.99999; filter: alpha(opacity=99); */

}

#footer a
{
	color:					#555555;
}

#footer p
{
	clear:					both;
}

#footer #footerlinks
{
	float:					left;
	text-transform:			uppercase;
}

#footer #footerlinks .divider
{
	color:					#acacac;
	margin:					0 10px;
}

#footer #footerlinks a
{
	color:					#acacac;
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

#languages
{
	color:					#555555;
	text-align:				center;
	font-size:				0.70em;
}

#languages a
{
	padding:				0em 0.25em;
	color:					#555555;
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0 0 40px;
	padding:				0;
	color:					#f5f5f5;

	font-weight:			bold;
	font-size:				1.4em;
	font-family:			verdana,arial,sans serif;
	text-transform:			uppercase;

}

h2
{
	color:					#ddad22;
	font-size:				1.2em;
}

h1,h1 a,h1 a:hover
{
	color:					#f5f5f5;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-weight:			bold;
	font-size:				0.85em;
	color:					#ddad22;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.4em;
	font-size:				0.80em;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
	line-height:			1.4em;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}


.sidebar
{
	margin:					15px 0;
	line-height:			1.4em;
	font-size:				0.85em;
}

/*---------------------------------------------------------------------------------------------------------
//	Widgets
//-------------------------------------------------------------------------------------------------------*/
.wtitle,
.widget p
{
	margin:					0px 10px;
	padding:				0px;
}
.wtitle
{
	margin:					10px 10px 0px;
	font-weight:			bold;
	font-size:				0.90em;
	text-decoration:		underline;
}
.widget a p
{
	color:					#777777;
	font-size:				0.72em;
}

.widget img
{
	border:					1px solid #610000;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					#f5f5f5;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
	font-size:				0.68em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-size:				11px;

	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
		margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

img
{
   	behavior: url(/site/iepngfix/iepngfix.htc); 
}

#content-top
{
	background-image:		url( /site/images/bg_main.jpg );
	background-repeat:		repeat-x;
	background-color:		black;
	border:					1px solid #610000;
}
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	HEADER Styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#flags
{
	float:					right;
	position:				relative;
	top:					-25px;
	left:					-10px;
}
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Footer Icons Styles - JEAN ALEXANDRE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
.footerIcon{
	position:				relative; 
	top:					3px;
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Custom Styles - JEAN ALEXANDRE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
.note{background:#520000; padding:10px; margin:20px 0}
.note strong{float:left}
.note p{width:90%; margin-left:10%}

#tipstricks h2{font-size:15px}
#tipstricks h3{font-size:13px; font-style:italic}
#tipstricks strong{color:#DDAD22}
#tipstricks{line-height:20px}   

#headerSpecialOffer{left:40%;
position:absolute;
top:-10px;}
#socialSharing {
	padding-bottom: 20px;
}
#socialSharing h2 {
font-size: 16px; text-transform: uppercase;
}
div.like span.connect_widget_text {color:#fff;}
div.like div.connect_widget_confirmation {color:#fff;}
div.like span.connect_widget_text a {color:#ffc6ff;}
