/* 
===========================================
Sidebox structure styles 
===========================================
*/
.sidebox{
	margin:1px;
}
.sidebox_header{
	width:123px;
	height:35px;
	background-image:url(../images/sidebox_header.gif);
	background-repeat:no-repeat;
}
.sidebox_content{
	width:123px;
	background-image:url(../images/sidebox_content.gif);
	background-repeat:repeat-y;
}
.sidebox_footer{
	width:123px;
	height:21px;
	background-image:url(../images/sidebox_footer.gif);
	background-repeat:no-repeat
}
.sidebox_headerText{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:3px;
}
.sidebox_footerText{
	text-align:center;
	font-size:10px;
	margin-top:-2px;
	color:#000000;
}






/* 
===========================================
Info sidebox layout styles 
===========================================
*/

.info_header{
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.info_content{
	font-size:11px;
	color:#000000;
}
.info_detail{
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	font-size:11px;
	color:#000000	
}





/* 
===========================================
Special item sidebox structure styles 
===========================================
*/
.special_itemTitle{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.special_itemImage{
	width:100px;
	margin-left:11px;
}
.special_itemDescription{
	font-size:10px;
	color:#000000;
	margin:5px;
}
.special_itemOriginalPrice{
	text-align:center;
	margin-right:5px;
	font-size:12px;
	color:#000000;
	
}
.special_itemSalePrice{
	text-align:center;
	margin-right:5px;
	font-size:18px;
	font-weight:bold;
	color:#790000;
}






/* 
===========================================
Events sidebox structure styles 
===========================================
*/
.event{
	margin-left:5px;
	margin-right:5px;
	font-size:11px;
	color:#000000;
}








/* 
===========================================
Structure styles 
===========================================
*/
#structure_page{
	width:775px;
}
#structure_heading{
	float:none;
	width:775px;
	background-image:url(../images/structure_heading.jpg);
	height:100px;
}
#structure_menu{
	width:775px;
	float:none;
}
#structure_left{
	float:left;
	width:125px;
}
#structure_content{
	float:left;
	width:505px;
	padding:0px 10px 0px 10px;
}
#structure_right{
	float:left;
	width:125px;
}
#structure_footer{
	float:none;
	width:775px;
}