/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------------------
   MAIN DEFINITIONS
   ---------------------------------------------------------------------------------------*/

img {
	border: 0px;
}

A {
  color: #000000;
  text-decoration: none;
  outline:none;
  /*text-decoration: underline;*/
}

A:hover {
  color: #000000;
  text-decoration: underline;
}


BODY, TD {
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	
	color: #000000;
	
	margin: 0px;
	padding: 0px;
}



/* -----------------------------------------------------------------------------------------
   MAIN FRAMES (layout-positions)
   ---------------------------------------------------------------------------------------*/

#frame_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#frame_page {
	position: relative;
	top: 100px;
	width: 640px;
	/*height: 400px;*/
	height: auto;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	/*background: #000000;*/
	}



/* -----------------------------------------------------------------------------------------
   MIDDLE FRAMES (layout-positions)
   ---------------------------------------------------------------------------------------*/

#frame_navi {
	position: relative;
	width: 100%;
	height: 40px;
	/*background: #84ACD5;*/
}



#frame_main {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 360px;
	/*background: #FFFFFF;*/
	/*border: thin solid #FF0000;*/
	border: 0px;
}


#frame_footer {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: auto;
	min-height: 20px;
	text-align: center;
	/*color: #FFFFFF;
	background: #330000;*/
}





/* -----------------------------------------------------------------------------------------
   BOXES LOGO & HEADER & NAVI
   ---------------------------------------------------------------------------------------*/

#box_navi {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 20px;
	color: #999999;
	text-align: center;
	/*background: #666666;*/
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#box_navi A {
  color: #CFE1F3;
  text-decoration: none;
  /*text-decoration: underline;*/
}

#box_navi A:hover {
  color: #FFFFFF;
  /*text-decoration: underline;*/
}


#box_navi_img1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 116px;
	height: 20px;
}

#box_navi_img2 {
	position: absolute;
	top: 10px;
	left: 514px;
	width: 116px;
	height: 20px;
}



/* -----------------------------------------------------------------------------------------
   BOXES MIDDLE
   ---------------------------------------------------------------------------------------*/

#box_account {
	position: absolute;
	top: 10px;
	left: 550px;
	width: 180px;
	height: 20px;
	text-align: right;
	/*background: #000066;*/
}

#box_lang {
	position: absolute;
	top: 10px;
	left: 730px;
	width: 80px;
	height: 20px;
	text-align: right;
	/*background: #000099;*/
}


/* -----------------------------------------------------------------------------------------
   CONTENT CLASSES
   ---------------------------------------------------------------------------------------*/

#box_content_logo {
	position: absolute;
	left: 131px;
	top: 161px;
	width: 378px;
	height: 38px;
}

.content_headline {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}

#box_content_text {
	position: relative;
	top: 20px;
	left: 20px;
	width: 600px;
	height: auto;
	text-align: center;
}




/* DEPRECATED: */


/* --- */

.td_square1 {
	width: 192px;
	height: 192px;
	background: #E6ECEE;
	text-align: left;
	vertical-align: top;
}

.td_square2 {
	width: 192px;
	height: 192px;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

.td_square3 {
	width: 192px;
	height: 192px;
	background: #0089CC;
	text-align: left;
	vertical-align: top;
}

.td_square_empty {
	width: 192px;
	height: 192px;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
}


/* --- */


/*-- too cool for ie --*/

a#tooCool {
	display: block;
	position:absolute;
	right:0px;
	bottom:0px;
	height: 80px;
	width: 80px;
	background-image: url(/templates/xtc_afd_shenom/img/too_cool.png);
}

