/**************************************************************************

	Main CSS contants file.
	
	Boréalis Développement Inc. 
	www.borealisdev.qc.ca
	© Copyright 1997-2007 Stéphane Lebeau

Notes
=========================

***************************************************************************/

/**************************************************************************

	Main CSS file.
	
	Boréalis Développement Inc. 
	www.borealisdev.qc.ca
	© Copyright 1997-2007 Stéphane Lebeau

Notes
=========================

***************************************************************************/


/**************************************************************************/
/* General tag redefinition																								*/
/**************************************************************************/

/**************************************************************************/
/* General tag redefinition																								*/
/**************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	min-width: 800px;
	background-color: #FFFFFF;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link, 
a:visited,
a:active     	{text-decoration : none; color : #AD1029;}
a:hover     	{text-decoration : underline; color : #AD1029;}

li {
	list-style-image:url(../images/glbullet.gif);
	list-style-position: outside;
}

/**************************************************************************/
/* Inputs and buttons																											*/
/**************************************************************************/

input, textarea {
	border: 1px solid #999999;
	font-size: 10px;
	padding: 3px;
	font-size: inherit;
	font-family: inherit;	
}

.inputrequired {
	border: 1px solid #AD1029;
	background-color: #FF9900;
}

.button {
	font-size: xx-small;
	/*color: #FF9900;*/
	color: #FFFFFF;
	border-top: 1px solid #003399;
	border-bottom: 1px solid #605D7F;
	border-left: 1px solid #003399;
	border-right: 1px solid #605D7F;
	background-color: #003366;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	font-weight: bold;
}	

.buttonimg {
	border: none;
}

a.highlightbtn:link, 
a.highlightbtn:visited,
a.highlightbtn:active     {
	text-decoration : none;
	color : #FFFFFF;
	font-weight: bold;
	border: 1px #FFFFFF solid;
	padding: 4px;
}
a.highlightbtn:hover     {
	text-decoration : none;
	color : red;
	font-weight: bold;
	border: 1px red solid;
	padding: 4px;	
}


/**************************************************************************/
/* General DIVs and IDs																										*/
/**************************************************************************/

#div_wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
	/*border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: thin;
	border-left-width: thin; */
	
	background-color: #FFFFFF;
}	


/**************************************************************************/
/* Header																																	*/
/**************************************************************************/

#div_header {
	overflow:hidden;
	float:left;
	width: 800px;
	height: 79px;
	margin: 1px;
	margin-bottom: 0px;
}

#div_state {
	width: auto;
	margin-right: 10px;
	margin-top: 60px;
}

.div_clock {
	position:relative;
	float:right;
	color: #CCCCCC;
}

#div_lang {
	position:relative;
	float:right;
	color: #FF9900;
	font-weight: bold;
}


/**************************************************************************/
/* Core																																		*/
/**************************************************************************/

#div_corecontent {
	display:inline-block;
	float:left;
	width: 635px;
	margin: 1px;
	padding: 5px;	
}


/**************************************************************************/
/* Menu vertical																													*/
/**************************************************************************/

#div_menuv {
	display:inline-block;
	float:left;
	width: 150px;
	background-color: #CCCCCC;
	margin: 1px;
	/*height: 500px;*/
	height: 100%;
}

.menuitem {
	background-color: #7FCEB1;
	padding: 4px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	cursor: pointer;
}

.menuitemover {
	background-color: #32A67F;
	padding: 4px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	cursor: pointer;	
}


/**************************************************************************/
/* Search																																	*/
/**************************************************************************/

#div_menuvsearch, #div_menuvsubscribe {
	background-color: #666666;
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
}


/**************************************************************************/
/* Misc																																		*/
/**************************************************************************/

.topline {
	border-top: 1px solid #CCCCCC;
}

.bottomline {
	border-bottom: 1px solid #CCCCCC;
}

.rightline {
	border-right: 1px solid #CCCCCC;
}

.leftline {
	border-left: 1px solid #CCCCCC;
}


/**************************************************************************/
/* Boxes																																	*/
/**************************************************************************/

.boxtitle {
	color: #FFFFFF;
	background-color: #01905B;
	font-weight:bold;
	padding: 3px;
	font-size: 14px;
}

.boxsubtitle {
	color: #AD1029;
	font-weight:bold;
	padding: 3px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
}

.newitem {
/*	color: #FF9900;*/
	color: #FFFFFF;
/*	background-color: #01905B;*/
	background-color:#FF0000;
	padding: 1px;
	font-weight: bold;
	margin-right: 2px;
}

.newitemmini {
/*	color: #FF9900;*/
	color: #FFFFFF;
/*	background-color: #01905B;*/
	background-color: #FF0000;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;	
	font-weight: bold;
}


/**************************************************************************/
/* Footer																																	*/
/**************************************************************************/

#div_footer {
	display:block;
	color: #CCCCCC;
	width:100%;
	clear:both;
	background-color: #666666;
	margin: 1px;
	height: 20px;
}


/**************************************************************************/
/* Product detail																													*/
/**************************************************************************/

#div_txtdetails {
	display:inline-block;
	float:left;
	width: 48%;
	padding: 3px;
}

#div_productdetailimg {
	display:inline-block;
	float:right;
	width: 48%;
	padding: 3px;
	/*border-left: 1px solid #CCCCCC;*/
}

#div_productdetaildefaultimg {
	display:inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.defaultimg {
	width: 100%;
}


/**************************************************************************/
/* Search																																	*/
/**************************************************************************/

.searchhighlight{
	background-color:#FFFF00;
}


/**************************************************************************/
/* Temp																																		*/
/**************************************************************************/

