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

body {
	background-color:#FEEEDA;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}
.alignLeft {
	text-align:left;
	margin-top:15px;
}
.alignCenter {
	text-align:center;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
	height:0;
}
.clear20 {
	clear:both;
	height:20px;
}
.wrapper960 {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#wrapper {
	background-color:#EFEFEF;
	width:790px;
	border:solid #ecdfce 15px;
	margin:auto;
	text-align:center;
}
#wrapper_upsell {
	background-color:#ffffff;
	width:960px;
	border-left:solid #ecdfce 15px;
	border-top:solid #ecdfce 15px;
	border-right:solid #ecdfce 15px;
	margin:auto;
	text-align:center;
}
.pageWidth {
	width:100%;
}
#fbmHead {
	width:820px;
	height:50px;
	margin:auto;
	background-image:url(images/FBM_logo.gif);
	background-repeat:no-repeat;
}
#marque {
	font-size:48px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#marque_up {
	font-size:56px;
	width:880px;
	margin:20px auto;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#BD043B;
}
#ch{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
}
#burst {
	z-index:10;
	position:relative;
	top:0;
	left:682px;
	width:200px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:49px;
	margin:0 0 10px 0;
}
h2 {
	font-weight:bold;
	font-size:24px;
	margin:20px 0 10px 0;
}
.headline {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
/* -------------------------- */
/* /FONT SIZES */
.ten {font-size:10px; line-height:11px;}.eleven {font-size:11px; line-height:12px;}.twelve {font-size:12px; line-height:13px;}.fourteen {
	font-size:14px;
	line-height:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}.fifteen {font-size:15px; line-height:16px;}.sixteen {font-size:16px; line-height:18px;}.eighteen {font-size:18px; line-height:20px;}.twenty {font-size:20px; line-height:22px;}.twentyFour {font-size:24px; line-height:26px;}.thirty {font-size:30px; line-height:32px;}.thirtySix {font-size:36px; line-height:38px;}
/* /FONT SIZES */
/* -------------------------- */
.blueTxt {
	color:#0E5CA9;
}
.redTxt {
	color:#d10000;
}
.orangeTxt {
	color:#AC012F;
}
p {
	margin:0 0 10px 0;
}
.prodDesc {
	text-align:center;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.prodDesc img {
	margin: 10px auto;
}
.prodDesc ul {
	margin: 20px 24px;
	padding:0;
	text-align:left;
	list-style:none;
	line-height: 17px;
}
.prodDesc ul li {
	margin: 10px 0;
}
.dropShadow {
	-webkit-box-shadow: 3px 3px 0 #b4c8d6;
	-moz-box-shadow: 3px 3px 0 #b4c8d6;
}
/* -------------------------- */
/* ------- FOOTER */
#synFooter {
	width:100%;
	height:40px;
	background:url(images/footerBG.gif) repeat-x;
	line-height:40px;
}
.footerStyle {
 font-size:11px;
 color:#000000;
 text-decoration:none;
}
a.footerStyle:hover {
	text-decoration:underline;
}
#synFooter ul {
	margin:0 10px;
	padding:0;
	list-style:none;
}
/* -------------------------- */
/* grid container sizes */
.gridMargin {
	margin:10px 10px 0 10px;
}
.container620 {
	width:620px;
}
.container300 {	/* product description column */
	width:294px;
	border:#CCCCCC solid 3px;
}
.container380 {
	width:380px;
}
.container410 {	
	width:410px;
}
/* -------------------- */
/* ----------------------------------------------- */
/* CHECKOUT PAGE ORDER FORM */
form.formStyle {
	width:410px;
	margin-bottom: 40px;
}
form.formStyle fieldset {
	margin-bottom: 10px;
	border:none;
}
form.formStyle legend {
	padding: 15px 2px 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
form.formStyle input {
	font-family:Helvetica, Arial, sans-serif;
	border:#b5b5b5 solid 2px;
	height:20px;
	width:250px;
	font-size:15px;
	font-weight:bold;
}
form.formStyle input.short {
	width:80px;
}
/* ---------------------- */
/* submit button */
form.formStyle input.submitBttn {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	background:url(images/orderBttn1.gif) no-repeat top left;
	height:53px;
	width:230px;
	border:none;
	margin-top:15px;
	outline:none;
}
form.formStyle input.submitBttn:hover {
	background:url(images/orderBttn2.gif) no-repeat top left;
	cursor:pointer;
}
/* ---------------------- */
form.formStyle label {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	width: 110px; /* Width of labels */
	zoom: 1;/* IE 7 */
    *display: inline;/* IE 7 */
	/* need to add "display: -moz-inline-stack;" for firefox 2 */
}
form.formStyle select {
	margin: 0;
	padding: 0;
}
form.formStyle fieldset ol {
	margin: 0;
	padding: 0;
}
form.formStyle fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.formStyle fieldset li.add1 {
	padding-bottom: 1px;
}
form.formStyle fieldset li.add2 {
	padding-top: 0; 
	padding-bottom: 10px;
}
form.formStyle hr {
	background-color:#a1c15a;
	border:none;
	height:1px;
	margin:10px;
}
form.formStyle fieldset li.details {
	font-size:11px;
	line-height:12px;
	text-align:justify;
	margin: 10px 0;
}
/* END -- CHECKOUT PAGE ORDER FORM */
/* ----------------------------------------------- */
.magTitle, .issues_price,.select{font-size:12px; }
td.des_l{text-align:left;}
.magTitle 
{
text-decoration: none;
color: #000000;
font-weight: bold;
}
.issues_price
{
color: #6b6b6b;
}
.select
{
color: #b9273c;
}
#feat{padding:40px 0 0 20px}
#yesBlock{
  font-size:11px;
  text-align:justify;
}
td.magDetail{text-align:left;}
tr.grey{background-color:#f2f2f2}
table#line_list{border: 1px solid #ccc; margin-top:15px;}