body, td, select, textarea, input {
	color: #474747;
	font-family: Arial;
	font-size: 11px;
}
.price {
	font-size: 24px;
	font-weight: bold;
	color: #d00032;
	line-height: 18px;
}

.packages {
	font-size: 12px;
	color: #474747;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	text-align: left;
}
a:link, a:visited, a:active {
	color: #d00032;
}
a:hover {
	color: #a38e00;
	text-decoration: none; 
}


/**
*  Additional
*  
*  Added by Radioman
*/
.required {
    font-weight: bold;
    font-size: 13px;
    color: red;
}
.normaltxt {
    color: #474747;
	font-family: Arial;
	font-size: 11px;
    font-weight: normal;
}
form {
    margin: 0px;
}


/* Package | Choose Number */
#numbers {
    border: 1px solid #c0c0c0;
    height: 300px;
    overflow: auto;
    overflow: scroll;
    overflow-x: hidden;
}
.phone_on {
    background-color: #f5ecef;
    border: 1px solid #8e2a42;
    padding: 1px;
    cursor: pointer;
    color: #00000;
}
.phone_off {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1px;
    cursor: default;
    color: #474747;
}
.divbord {
    border: 1px solid #d7d7d7;
}
.cescolor {
    color: #732831;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.imgborder {
	border: 1px solid #990000;
}


#isitforme {
    position: absolute;
    z-index: 0;
    left: 77px;
    top: 64px;
    width: 233px;
}


.included {
    text-align: center;
    font-weight: bold;
	font-size:14px;
	color:#bb0018;
    width: 130px;
    height: 32px;
}
.name {
    font-weight: bold;
	font-size:12px;
	padding-left:10px;
	background-image:url(../images/bg_name.gif);
	background-repeat:repeat-y;
	background-position:left;
    background-color: #f7f3f7;
}
.tabtitle {
    font-weight: bold;
    color: white;
}
.description {
	background-image:url(../images/bg_description.gif);
	background-repeat:repeat-y;
	background-position:right
}
.included1 {
    text-align: center;
    font-weight: bold;
    width: 80px;
    height: 32px;
}
.input_agree
{
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px	
}
.errors {
	text-align: left;
	border: red 1px solid;
	display: block;  
	padding-right: 5px; 
	padding-left: 5px; 
    padding-bottom: 5px; 
    margin: 5px 5px 5px 5px; 
    padding-top: 5px; 
    background: #f9f9f9 url(../daffny/images/error.gif) no-repeat 5px 5px;
}
.errors ul {
	color: #545488;
	vertical-align:top; 
	margin: 0;
	padding: 0;
	margin-left: 40px;
	list-style: square;
	list-style-image: url("../daffny/images/error_pointer.gif");
}
table.states
{
	width: 100%;
}
.breadcrumbs
{
	margin-top : 7px; 
	margin-bottom : 7px;
	margin-left : 340px; 
	display: block; 
	text-align: right;
	/*padding-left: 360px;*/ 
}
div.breadcrumbs_disabled
{
	background-color: #999999;
	display:  inline;
	margin: 3px 0px 3px 0px;
	padding: 3px 5px 3px 5px;
	
	text-align: center;      	
}
div.breadcrumbs_active
{
	background-color: #999999;
	display:  inline;
	margin: 3px 0px 3px 0px;
	padding: 3px 5px 3px 5px;
    text-align: center;         	
}
div.breadcrumbs_active a
{
	color: White; 
	text-decoration: none;
}
div.breadcrumbs_selected
{
	background-color: #999999;
	display:  inline;
	margin: 3px 0px 3px 0px;
	padding: 3px 5px 3px 5px;
    color: #d00032;
	text-align: center;      	
}
td img 
{ 
   display: block;
}

.included1 img {
    display: inline; 
}
.locationHeader
{
	color: #8e2a42;
	/*font-weight:bold;*/
	font-size: 19px; 
}
.fieldset_active
{
	color:#8c0050;
	border-color: #8c0050; 
	border-width: 2px;
	
	
}


    /* Start custom button CSS here
    ---------------------------------------- */
    .btn {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color: Black;
    }
    * html button.btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
    .btn span {
      margin:0;
      padding:3px 0;
      border-left:1px solid black;
      border-right:1px solid black;
      }
    * html .btn span {
      padding-top:0;
      }
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid black;
      border-bottom:1px solid black;
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }
    a:link.btn, a:visited.btn, a:active.btn
    {
       color: Black; 
       text-decoration: none 	
    } 
    
    
    .btn_selected {
      display:inline-block;
      background:#a0374f;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color: Black;
      font-weight: bold;
    }
    * html button.btn_selected {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn_selected {
      margin:0 -3px;
      }
    .btn_selected span {
      margin:0;
      padding:3px 0;
      border-left:1px solid black;
      border-right:1px solid black;
      }
    * html .btn_selected span {
      padding-top:0;
      }
    .btn_selected span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid black;
      border-bottom:1px solid black;
             background:#a0374f;
      background-color:#a0374f;
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn_selected:hover span,.btn_selected:hover span span, .btn_selected:focus span, .btn_selected:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .btn_selected:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn_selected:focus,.btn_selected:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }
	a:link.btn_selected, a:visited.btn_selected, a:active.btn_selected
    {
       color: Black; 
       text-decoration: none;
       font-weight: bold;  	
    }

