@charset "UTF-8";

#view_optionbox {
	float: right;
	border: 1px white;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 340px;
}

#view_optionbox_header {
	width: 340px;
}

#view_optionbox_header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
    
#view_optionbox_header li {
	float: left;
	font-size: 14px;
	/* border: 1px solid #bbb; */
	/* border-bottom-width: 0; */
	border-bottom: 3px solid transparent;
	margin: 0px 0px -3px 0px;
}

#view_optionbox_header a {
	/* text-decoration: none; */
	display: block;
	/* background: #eee; */
	padding: 0.24em 1em;
	color: #dc302e;
	/* width: 8em;*/
	text-align: center;
}
	
#view_optionbox_header a:hover {
	/* background: #ddf;*/
}
	
.view_optionbox_selected {
	/* border-color: black; */
	border-left: 4px solid gray;
	border-right: 4px solid gray;
	border-top: 4px solid gray;
}
	
.view_optionbox_selected a {
	position: relative;
	text-decoration: none;
	top: 1px;
	/* background: white;*/
	border-bottom: 4px solid #333;
	margin: 0 0 -3px 0;
	color: white;
	font-weight: bold;
}

	
.view_optionbox_content {
	border: 4px solid gray;
	font-size: 14px;
	text-align: center;
	color: gray;
	clear: both;
	/* width: 312px;*/
	padding: .5em 1em;
	line-height: 20px;
}

.view_optionbox_content p {
	/* margin: 5px 0 5px 0;*/
	line-height: 20px;
}

.styled-button-12 {
	background:#dc302e;
	display: inline-block;
	padding:2px 6px;
	color:#fff;
	font-family:'Helvetica',sans-serif;
	font-size:14px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none;
}

