@charset "UTF-8";
/* CSS Document */

/* 
Doc: 09SHF
*/

@import url("../_default/_style.css");
@import url("../widget/_default.css");


.top_header { background: #704806 url(topheader_bg.png) repeat-x center top;}
.brand_name { background: url(topheader_img.jpg) no-repeat left top;}

.feature_col { background: url(featurecol_bg.png) repeat-y left top;}
	.feature_col .container { background: url(featurecol_arrow.png) no-repeat right 96px;}
		.feature_col .container .open { background: url(feature_open.png) no-repeat;}
		.feature_col .container .close { background: url(feature_close.png) no-repeat;}
		
a { color: #f05d78;}
		
a.link_button { background: #ffa3a5; border-top: 1px solid #ffe0e0; border-bottom: 1px solid #a76060;}
a.link_button:hover { background: #f05d78; border-top: 1px solid #fdb9c6; border-bottom: 1px solid #b0001e; color: #000 !important;}

.subpg .main_container { background: url(content_bg.png) repeat-y left;}

.content_container { background: url(content_title.jpg) no-repeat left top;}
	.col_container { background: #FFF url(content_corner.png) no-repeat right top;}

.feature_col dt span.current { display: none;}
