body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/mmip-app-background.png) #FFF repeat-x;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:;
	margin:0;
}

.error {
	color: red;
	font-size: 12px;
	font-family: arial;
}

.carttable{
	background: ;
}

.tabletext{
	color: ;
	font-size: 12px;
	font-family: arial;
}

.carterror{
	color: red;
	font-family: arial;
}

.cartnavigation{
	font-weight: 600;
	font-size: 12px;
	font-family: arial;
}

.normal{
	font-size: 12px;
	color: black;
}

.normalheader{
	font-size: 12px;
	color: black;
	font-weight: bold;
}		
.itemdescription  {
	color: black;
	font-size: 12px;
	font-family: arial;
}
	
.itemtitle  {
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

.itemname {
	color: black;
	font-weight: bold;
	font-size: 20px;
	font-family: arial;
}
	
.itemnamesmall {
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: arial; 
}
	
.pricetext {
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

.ourprice {
	color: red;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

.saveprice {
	color: red;
	font-size: 14px;
	font-family: arial;
}

.slashedprice {
	color: black;
	font-size: 14px;
	text-decoration: line-through;
	font-family: arial;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

.style3 {
	color: #FF0000;
	font-weight: bold;
}

.style6 {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
}

.myvar{
	display:none;
}

.myvar_bg1{
	background:#CCC;
}

.myvar_bg2{
	background:#DFFFFF;
}

.style8 {font-size: 24px}

#nav {
background:none repeat scroll 0 0 #086EB7;
height:34px;
padding-left:35px;
position:relative;
z-index:1;
}

#nav ul {
margin:0 0 0 15px;
}

#nav li {
float:left;
height:26px;
list-style:none outside none;
margin-top:4px;
padding-left:0;
position:relative;
}

.item13, .item14, .item16, .item19, .item29, .item20, .item18 {
background:url("https://www.massageliabilityinsurancegroup.com/templates/rt_afterburner_j15/images/menu-sep.jpg") no-repeat scroll right center transparent;
}

#nav li a {
color:#FFFFFF;
display:block;
font-weight:bold;
line-height:25px;
padding:0 34px;
text-decoration:none;
}

#nav li a:hover {
text-decoration:underline;
}

#navapp {
background:none repeat scroll 0 0 #086EB7;
height:34px;
padding-left:35px;
position:relative;
z-index:1;
}

#navapp ul {
margin:0 0 0 15px;
}

#navapp li {
float:left;
height:26px;
list-style:none outside none;
margin-top:4px;
padding-left:0;
position:relative;
}

#navapp li a {
color:#FFFFFF;
display:block;
font-weight:bold;
line-height:25px;
padding:0 54px;
text-decoration:none;
}

#navapp li a:hover {
text-decoration:underline
}



.style2 { font-size: 9px; font-style: italic; }
body { text-align:center;margin:30px; }
#wrapper { text-align:left; margin:0 auto; width:500px; min-height:100px; border:1px solid #ccc; padding:30px; }
a { color:blue; cursor:pointer; }
#myvar { border:1px solid #ccc; background:#f2f2f2; padding:20px; }
#privacy, #security, #refund{ display:none; border:1px solid #000000; position:relative; top:0px; left:100px; text-align:left; margin:0 auto; padding:20px; width:400px; background-color:#FFFFFF; }
#privacy img{ clear:both; }

.security-code-help a span {
	display: none;
}
.security-code-help a:hover {
	position: relative;
}
.security-code-help a:hover span {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 15px;
	margin: 10px;
	z-index: 100;
	background: #ffffff;
	border: 1px solid #c0c0c0;
}
.ui-datepicker-trigger {
	margin-left:5px;
	margin-top: 8px;
	margin-bottom: -1px;
}