@import "shared/reset.css";
@import "shared/error_messages.css";
@import "shared/layout.css";
@import "shared/header.css";
@import "shared/forms.css";
@import "shared/footer.css";
@import "non_player/congratulation_page.css";
@import "non_player/asus_radio_help.css";
@import "non_player/hardware_page.css";
@import "non_player/iphone_page.css";
@import "non_player/premium_product_page.css";

#bg {
  background: transparent url(/images/layout/bg.png) repeat-x scroll 0 0;
  height: 520px;
  position: absolute;
  min-width: 966px;
  width: 100%;
  z-index: 0;
}

#bgbg {
  border-bottom: 1px solid #CCCCAA;
  background: transparent url(/images/layout/bg1px.png) repeat scroll 0 0;
/*  min-width: 966px;*/
}

#containerContent {
  border: solid 1px #ccc9bb;
}

#container_main {
  padding-top: 45px;
  padding-bottom: 20px;
  z-index: 0;
}

#containerContent_mid_border {
  border: solid 1px #dddbce;
}
/* WHO EVER MADE THIS IS A FOR DUMMYS BOOK READE*/
#containerContent_outer_border {
  border: solid 1px #e2dfd3;
}

#page_header {
  left 		:3px;
  position: absolute;
  top 		:48px;
}

#page_header_div {
  width: 960px;
  height: 232px;
}

#page_header_div .title {
  color: #FFFFFF;
  font-size: 34px;
  left: 60px;
  padding: 8px 30px;
  position: relative;
  top: 69px;
  line-height: 1.21em;
  letter-spacing: -0.5px;
  font-family: sans-serif;
}

#page_header_div.loves_and_bans_header .title {
	color: #c15f00;
	font-size: 23px;
	left: 8px;
	top: 32px;
}

#page_header_div.loves_and_bans_header .subtitle {
	position: relative;
	top: 30px;
	color: #653200;
	font-size: 16px;
	left: 8px;
	line-height: 120%;
	padding: 8px 30px;
  top: 30px;
	width: 280px;
}

#page_footer_div {
  width: 960px;
  height: 60px;
}

#page_footer_end_div {
  background: url(/images/layout/buttom_end.png) repeat-x;
  height: 5px;
}

#page_intro {
	font-size: 18px;
	color: #414141;
	line-height: 1.4em;
	padding-bottom: 16px;
}

.textInfo hr {
  border-color: silver;
}

.textInfo .section_header {
  position: relative;
	padding-bottom: 2em;
}

.textInfo .section_header .section_title {
	color: #c15f00;
	font-size: 22px;
	display: inline-block;
	padding: 16px 8px 8px 0px;
}

.textInfo .section_header .section_float_right {
	position: absolute;
	right: 0px;
	top: 16px;
	left: 22em;
}

.guide th {
	color: #c15f00;
	text-transform: uppercase;
	vertical-align: top;
	border: 0 none;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	padding: 4px 0;
}

.guide td {
	color: #767676;
	vertical-align: top;
	line-height: 130%;
}

#buy_premium_container {
	float: right;
	height: 45px;
	margin: 20px 0 40px;
}

.a_submit {
  height: 33px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  padding: 6px 15px;
  position: relative;
  top: 1px;
  font-size: 15px;
}

.a_submit:hover {
  color: #FFFFFF;
}

.a_submit.ok {
  background: transparent url(/images/buttons/go.png) repeat-x scroll 0;
  border: 1px solid #6DA328;
  color: #FFFFFF;
}

.a_submit.ok:hover {
  background: transparent url(/images/buttons/go_over.png) repeat-x scroll 0;
  color: #FFFFFF;
}

.a_submit.cancel {
  background: transparent url(/images/buttons/cancel.png) repeat-x scroll 0;
  border: 1px solid #ff5900;
  color: #FFFFFF;
}

.a_submit.cancel:hover {
  background: transparent url(/images/buttons/cancel_over.png) repeat-x scroll 0;
  color: #FFFFFF;
}

.a_submit.premium {
  background: transparent url(/images/buttons/premium.png) repeat-x scroll 0;
  border: 1px solid #ffad00;
  color: #a4650f;
}

.a_submit.premium:hover {
  background: transparent url(/images/buttons/premium_over.png) repeat-x scroll 0;
  color: #a4650f;
}

#hardware {
  width: 860px;
  position: relative;
  right: 28px;
}

#info_box {
  border: 1px solid #FF5900;
  min-height: 50px;
  max-height: 325px;
  left: 400px;
  padding: 10px;
  position: absolute;
  top: 404px;
  width: 475px;
  overflow: auto;
  background-color: #fff;
  z-index: 1;
}

#info_box_bottom {
  border: 1px solid #FF5900;
  left: 400px;
  line-height: 1.4em;
  padding: 10px;
  position: absolute;
  top: 750px;
  width: 475px;
}

.accounts_page_floating_panel_one {
	height: 180px;
	width: 320px;
}

.floating_panel {
	padding: 12px;
	background-color: #ebebeb;
  float: right;
  text-align: center;
	clear: both;
}

.floating_panel .panel_title {
	color: #c25d03;
	font-size: 22px;
	margin: 16px;
	text-align: left;
}

.floating_panel .panel_text {
	margin: 16px;
  text-align: left;
	line-height: 120%;
	font-size: 16px;
	color: #7e572e;
}

.floating_panel .panel_footer {
	
}
