/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/

BODY, TD, A {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	
	color: #666666;
	
	background: #000000;
}


BODY {
	margin: auto;
	padding: auto;
	background-image: url(img/bg_all.jpg);
}


IMG {border: 0px;}



/* -----------------------------------------------------------------------------------------
   BUTTONS (normal, over, selected)
   ---------------------------------------------------------------------------------------*/

A {
	color: #666666;
	text-decoration: none;
	font-weight: 700;
}

A:hover, A:focus, A.selected {
	color: #ffffff;
	text-decoration: underline;
}


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

#frame_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;	
}

#frame_page {
width: 960px;
margin: auto;
min-height: 600px;
}

#frame_head {
width: 960px;
background: url(img/head.jpg);
min-height: 160px;
}

#frame_main {
width: 960px;
display: block;
margin-bottom: 15px;
background: #666666;
}

#frame_footer {
position: relative;
width: 960px;
display: block;
}


/* -----------------------------------------------------------------------------------------
   content (layout-positions)
   ---------------------------------------------------------------------------------------*/

#box_left {	
	width: 239px;
	height: 439px;
	float: left;
	border-bottom:1px solid blue; 
	margin:0px;	
	border-color: #666666;	
	background: url(img/left_bg.gif);
}

#box_left_inner {	
	width: auto;
	height: auto;
	margin: 10px;	
}

#box_content {	
	width: 721px;
	height: 440px;
	display: block;
	float: left;
	background: #666666;
}


#spacer_footer {	
position: relative;
	width: 100%;
	height: 15px;
	clear: both;	
}
/* -----------------------------------------------------------------------------------------
   3boxes (layout-positions)
   ---------------------------------------------------------------------------------------*/

#box_1 {	
	width: 310px;
	height: 174px;
	display: block;	
	background: #666666;
	/*background: url(img/left_bg.gif);*/
	float: left;
}


#box_2 {	
	width: 310px;
	height: 174px;
	display: block;
	margin-left: 15px;		
	background: #666666;
	/*background: url(img/left_bg.gif);*/
	float: left;
}

#box_3 {	
	width: 310px;
	height: 174px;
	display: block;
	margin-left: 15px;		
	background: #666666;
	/*background: url(img/left_bg.gif);*/
	float: left;
}
