@charset "utf-8";

/*##########################Start of Content#########################*/
#container{
	height:1350px;
}

#content_area{
	background: url(../graphics/content_bg.jpg) repeat-y left top;
	width:880px;
	padding:0;
	margin:0 auto;
}


/*##########################End of Content#########################*/

/*##########################Start of Products Box Upper Part#########################*/

#flashbox{
	width:824px;
	height:300px;
	padding:0;
	margin:0 auto;
}

#not_atm{
	display:none;
}

/*##########################End of Products Box Upper Part#########################*/

/*##########################Start of Products Lower Part#########################*/
#content_area_lower{
	width:824px;
	margin:0 auto;
	margin-top:32px;
	padding:0 0 32px 0;
	clear:both;
}


#lowertable{
	background:#fff;
	width:824px;
	padding:0;
	margin:0 auto;

}

#lowertable table{
	font-size:11px;
	text-align:center;
}

#lowertable table td{
	padding:6px 10px;
}

#lowertable table .title{
	font-size:12px;
	font-weight:bold;
	color:#ccc;
	background:#333;
}


#lowertable table .title #corner_lf{
	background:#333 url(../graphics/table_corner_lf.jpg) no-repeat top left;
	width:330px;
}

#lowertable table .title #corner_rt{
	background:#333 url(../graphics/table_corner_rt.jpg) no-repeat top right;
}

#inludes_postage{
	color: #F00;
}

#lowertable table .product_name{
	text-align:left;
}

#lowertable table .category{
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-align:left;
	background:#ff8000;
}

#lowertable table .odd{
	background:#dedede;
}

#lowertable table .even{
	background:#ededed;
}

#lowertable table .disclaim{
	font-size:10px;
	text-align:left;
	background:#fff;
}

/*##########################End of Products Lower Part#########################*/

/*##########################start of Products detail######################### Replace this with img rollover effect*/

#lowertable table td a,#lowertable table td a:hover{
	color:#333;
	text-decoration:none;
}

#lowertable table #highlight{
	background:#333;
	color:#fff;
}
/*##########################End of Products detail#########################*/


