/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

@import "box_styles.css";

html,body{
	background-color:#F9F6F2;
}

body{
	font-size:62.5%;
}

body,a,table{
	font-family: Tahoma, Arial,cursive;	
	color: #544E46;
	text-decoration:none;
}

table{
	border:none;
	margin:0;
	padding:0;
	width:100%;
	border-collapse:collapse;
}

td{
	margin:0;
	padding:0px;
}

img, a img{
	border:none;
}

#content_main_container{
	position:relative;
   /* background: #E3E3E3 url(../images/mainbgr.jpg) repeat-y;*/
    margin: auto;
    margin-top:5px;
    width: 900px;
    text-align: left;
}

#content_main_content{
	width:900px;
	border: 1px dotted #BBB;
	text-align:left;
}

#head{
	height:80px;
	background: url(img/slices/head.jpg) no-repeat left top;
	border-bottom:1px solid #CFCAC4;
	text-align:right;
	padding-left:365px;
		overflow:hidden;
}

#flash{
	height:305px;
	background: url(img/slices/backgr_stripes.jpg) repeat left top;
	border-bottom:1px solid #CFCAC4;
	padding:3px;
	overflow:hidden;
}

	#flash_text{
		width: 351px; 
		height:300px; 
		background-color: #8B0000;
		color:white;
		vertical-align:top;
		padding-left:5px;
		padding-right:5px;
		
		
	}
		#flash_text a{
			color:white;
			text-decoration:underline;
			font-size:100%;
		}
	
	#flash_slideshow{
		width: 530px; 
		height:300px;
		margin:0;
		padding:0;
		background-color: #FFFFFF;  
	
	}
	
#breadcrumbs{
	height:35px;
	background: url(img/slices/backgr_stripes_light.jpg) repeat left top;
	border-bottom:1px solid #CFCAC4;
	padding-left:5px;
	font-size:1.3em;
	font-weight:bold;
	overflow:hidden;
}

#content_box{
	vertical-align:top;
	font-size:1.2em;
	border-left: 1px dotted #BBB;
	border-bottom: 1px dotted #BBB;

}

#navleft{
	width:210px;
	vertical-align:top;
	overflow:hidden;	
}

#footer{
	height:35px;
	background-color:white;
	margin-top:20px;
	margin-bottom:5px;
}

td.main{
	padding-left:0.5em;
}

input{
	/*border:1px solid #BBB;*/
	margin:0;
	padding:0;
	display:inline;
}

img.productInfowithBorder{
	border:1px solid #CCC;
}

hr{
	border:none;
	border-top:1px dashed #CCC; 
	line-height:1px;
	height: 1px;
}

SPAN.productOldPrice {
	font-size:11px;
	text-decoration: line-through;
}