/* Start of YUI Reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,ol,ul  { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End of YUI Reset */

h2 {
	font-size: 15px;
	color: #666666;
	font-weight: bold;	
}

input, textarea {
	font-size: 12px;
	font-family: helvetica,arial,sans-serif;
}

p {
	margin-bottom: 5px;
}

div.clearer{
  clear: both;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.error {
	color: red;
	font-weight: bold;
}

.hidden {
	display: none;
}

div.wrapper {
	font-family: helvetica,arial,sans-serif;
	color: #666666;
	font-size: 12px;
	background-image: url(/images/bg_stripe.gif);
	background-repeat: repeat-x;
	height: 234px;
}

div.page_wrapper {
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	width: 960px;
	min-height: 772px;
	text-align: left;
}

div.header {
	height: 33px;
	border-bottom: 1px solid #D2EDFB;
	margin-left: 16px;
	margin-right: 5px;
}

div.header ul {
	margin-top: 10px;
	float: right;
}
div.header ul.links li {
	float: left;
}

div.header ul.links li.separator {
	margin-left: 7px;
	margin-right: 7px;
}

a, span.link, div.header ul.links li, div.header ul.links li a {
	font-size: 12px;
	text-decoration: none;	
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

div.page {
	padding-top: 85px;
	padding-left: 16px;
	padding-right: 5px;	
	padding-bottom: 15px;
}

div.page div.left_side {
	float: left;
}

div.iphone {
	background-image: url(/images/iphone.png);
	background-repeat: no-repeat;
	width: 251px;
	height: 473px;
}

div.iphone div.app_ss {
	padding-left:21px;
	padding-top:98px;
}

div.page div.right_side {
	float: right;
	width: 646px;
	margin-top: 18px;
	margin-right: 12px;
}

div.page div.right_side div.top {
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
	margin-left: 10px;
}

div.page div.right_side div.top div.poppy_appeal img {
	vertical-align: bottom;
}

div.page div.right_side div.left_column {
	float: left;
	width: 310px;
}

div.page div.right_side div.right_column {
	float: right;
	width: 310px;
}

div.page div.right_side div.right_column h2{
	margin-top: 25px;
}


div.content {
	line-height: 23px;
}

div.content a {
	color: #68C6F5;
}

div.content ul {
	margin-top:5px;
	margin-bottom: 5px;
	list-style-type:disc;
	padding-left:15px;
}

div.content ul li {
	list-style-position:inside;
}

div.page div.right_side div.content {
	margin-top: 35px;
	margin-left: 10px;
}

div.page div.right_side div.content {
	margin-top: 20px;
}

div.page div.right_side div.messages_content {
	margin-top: 10px;
}

div.page div.right_side div.bottom {
	
}

div.page div.right_side div.bottom div.buttons {
	margin-top: 35px;
}

div.page div.right_side div.bottom div.buttons div.button {
	float: left;
}

div.page div.right_side div.bottom div.buttons div.middle_button {
	margin-left: 1px;
	margin-right: 1px;
}

div.footer {
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 15px;
	border-top: 1px solid #D6D6D6;
	margin-top: 15px;
	height: 120px;
}

div.footer div.left_side {
	float: left;
}

div.footer div.right_side {
	float: right;
	margin-top: 15px;
}

div.footer div.right_side div.label {
	float: right;
	margin-top: 6px;
	font-weight: bold;
}

div.footer div.right_side div.avatar_logo {
	float: right;
	margin-left: 10px;
}

div.comment_input {
	margin-top: 30px;
}
div.comment_input div.input textarea {
	width: 100%;
}

div.comment_input div.submit {
	text-align: right;
	margin-top: 10px;
}

div.comments {
	
}

div.comments div.comment_wrapper{
	margin-bottom: 20px;
}

div.comments div.comment_wrapper div.comment {
	border: 1px dashed #68C6F5;
	padding: 5px;
	line-height: 15px;
}

div.admin_page div.error {
	height: 25px;
}

div.admin_link_wrapper {
	text-align: right;
}

.admin_link{
	color: blue;
}

div.pagination {
	text-align: center;
}
div.pagination a {
	color: blue;
}

div.veteran_image {
	margin-top: 30px;
}

div.message_form {
	
}

div.message_form h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;	
}

div.buy_page h3 {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}

div.message_form div.form_fields {
	padding-top: 10px;
}

div.form_field {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.form_field input.text {
	width: 250px;
	padding: 10px;
	color: #666666;
	background-color: #F7F7F7;
	border: 1px solid #DEDEDE;
}

div.form_field textarea {
	width: 614px;
	height: 60px;
	padding: 10px;
	color: #666666;
	background-color: #F7F7F7;
	border: 1px solid #DEDEDE;
}

div.form_field input.image {
	float: right;
}

div.messages {
	margin-left: 24px;
}

div.messages div.message_box {

}

div.messages div.message_box div.message_text{	
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 0px;
	line-height: 22px;
}

div.messages div.even {
	
}

div.messages div.odd {
	
}

div.messages div.odd div.message_text{	
	background-image: url(/images/message_box/odd_inner.gif);
}

div.messages div.even div.message_text{	
	background-image: url(/images/message_box/even_inner.gif);
}

div.messages div.message_box div.bottom_cap {
	background-repeat: no-repeat;
	width: 642px;
	height: 56px;
	margin-top: -16px;
}

div.messages div.odd div.bottom_cap{
	background-image: url(/images/message_box/odd_bottom_cap.gif);
}

div.messages div.even div.bottom_cap{
	background-image: url(/images/message_box/even_bottom_cap.gif);
}

div.messages div.message_box div.top_cap{
	background-repeat: no-repeat;
	width: 642px;
	height: 13px;
}

div.messages div.odd div.top_cap{
	background-image: url(/images/message_box/odd_top_cap.gif);
}

div.messages div.even div.top_cap{
	background-image: url(/images/message_box/even_top_cap.gif);
}

div.message_info {
	margin-bottom: 22px;	
	font-weight: bold;
}

div.message_info div.name {
	font-size: 15px;
}

div.message_info div.date {
	font-size: 9px;
}

div.odd div.message_info {
	margin-right: 5px;
	text-align: right;	
}

div.even div.message_info {
	margin-left: 5px;
	text-align: left;
}


td.odd_message_info  {
	width: 100%;
}

td.odd_message_info div.message_info {
	float: right;
}

td.even_message_info {
	width: 100%;
}

td.even_message_info div.message_info div.date {
	text-align: left;
}

td.odd_message_info div.message_info div.date {
	text-align: right;
}

div.messages_navigation {
	border-top: 1px solid #D6D6D6;
	margin-top: 15px;
	padding-top: 20px;
	margin-right: 15px;
}

div.messages_navigation div.newer {
	float: left;
}

div.messages_navigation div.older {
	float: right;
}

div.flag_remove {
	position: absolute;
	margin-left: 540px;
}

td.even_message_box div.flag_remove {
	margin-left: 535px;
}

div.flag_remove a, div.flag_remove span {
	font-size: 9px;
	color: #1A9EE1;
	text-decoration: underline;
	cursor: pointer;
}

div.flag_remove span:hover {
	color: #41738C;
}

span.buy_online {
	margin-left: 40px;
}

div.edition_image {
	float: left;
}

div.edition_description {
	float: left;
	margin-left: 20px;
	width: 430px;
}

div.edition {
	margin-bottom: 20px;
}

div.platinum {
	margin-bottom: 0px;
}

div.edition_buy_link a {
	background-image: url(/images/buy_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

div.edition_buy_link span {
	color: red;
}