/* Made by B. Wais */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
#page div,
#page ul,
#page ol,
#page li,
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6,
#page p, blockquote {
	margin: 0;
	padding: 0;
}

#page img {
	border: 0;
}

#page em,
#page strong {
	font-style: inherit;
	font-weight: inherit;
}


#page li {
	list-style: none;
	list-style-image: none;

}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
	font-size: 100%;
	font-weight: normal;
}

#page {
	overflow: auto;
	margin:20px 20px 20px 40px;
	width:833px;
}
 #new_packages.options {
  font-family: Arial, Arial, sans-serif;
  text-align: center;
  overflow: auto;
  margin:30px auto;
}
 #new_packages.options .option {
  width: 235px;
  float: left;
  background-color: #f8f8f8;
  border: 1px solid #999999;
  padding: 10px;
  margin-top: 25px;
}
 #new_packages.options .option h2 {
  color: #0060ff;
  font-size: 28px;
  line-height: 31px;
}
 #new_packages.options .option h3.price {
  font-size: 20px;
  color: #313131;
}
 #new_packages.options .option h3.strike {
     font-size: 18px;
    text-decoration: line-through; 
}
 #new_packages.options .option h3.special {
    font-size:10pt;
    color:red;
}
 #new_packages.options .option h3.targeted_to {
  font-size: 16px;
  color: #ff6600;
  text-transform: uppercase;
}
 #new_packages.options .option ul {
  margin-top: 14px;
  1margin-left: 13px;
  margin-bottom: 22px;
}
 #new_packages.options .option ul li {
  text-align: left;
  background-image: url(/images/ul_li.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 26px;
  font-size: 12px;
  line-height: 32px;
}
 #new_packages.options .option ul li.focused { color: #0066ff; }
 #new_packages.options .option a {
  margin-top: 0;
  padding-top: 25px;
}
 #new_packages.options .option a img { padding-top: 10px; }
 #new_packages.options .option.first {
  padding-left: 18px;
  border-right: none;
}
 #new_packages.options .option.first a img {
  padding-top: 4px;
  padding-left: 14px;
}
 #new_packages.options .option.last {
  padding-right: 9px;
  border-left: none;
}
 #new_packages.options .option.last h2 { padding-right: 20px; }
 #new_packages.options .option.last h3.price { padding-right: 20px; }
 #new_packages.options .option.last ul { margin-left: 5px; }
 #new_packages.options .option.last a img {
  padding-right: 33px;
  padding-top: 7px;
}
 #new_packages.options .option.selected {
  margin-top: 0px;
  width: 285px;
  border: 4px solid #6666ff;
  padding: 10px;
  background-color: #ffffff;
}
 #new_packages.options .option.selected h2 { line-height: 31px; }
 #new_packages.options .option.selected h3.price { line-height: 33px; }
 #new_packages.options .option.selected h3.targeted_to { line-height: 23px; }
 #new_packages.options .option.selected ul {
  border-top: 1px solid #cccccc;
  margin-top: 3px;
  padding-top: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}
 #new_packages.options .option.selected ul li {
  font-size: 16px;
  line-height: 24px;
}
 #new_packages.options .option.selected a img { padding-top: 2px; }


/* End of  Made by B. Wais */


