* {
	padding:0;
	margin:0;
}
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background-color:#f1f1f1;
}
a {
	text-decoration:none;
	outline:none;
}
h2 {
	color:#333;
	font-size:18px;
}
img {
	border:none;
}
#loading {
	position:absolute;
	top:0;
	right:0;
	background:red;
	padding:3px 8px 3px 8px;
	z-index:9999;
}
#loading p {
	font-weight:bold;
	color:white;
}
#header {
	/*height:92px;*/
	border-bottom:1px solid #fff;
}
#header h1 {
	float:left;
}
#header h1 a {
	/*float:left;*/
	background: url(../images/tomeraider_3_ebook_reader.gif) no-repeat 0 0;
	display:block;
	width:171px;
	height:84px;
	padding:0;
	margin-top:4px;
	margin-bottom:5px;
}
#header h1 a:hover {
	background-position: 0 0;
}
#header h2 {
	font-size:16px;
	/*margin-right:4px;*/
	padding-right:10px;
	/*width:470px;*/
	color:#005ac3;
	/*background:#e5e9ef;*/
	padding:5px;
	padding-left:200px;
	/*line-height:22px;*/
	/*top:0;*/
	position:absolute;
	right:0;
	float:right;
	text-align:right;
}
#header h1 span {
	display:none;
}
#header #right {
	/*float:right;*/
	/*text-align:right;*/
	/*margin-top:5px;*/
	/*background:#0092dd;
	height:28px;*/
	clear:both;
}
#header #right ul#nav {
	float:left;
}
#header #right ul#nav {
	list-style-type:none;
	padding:0;
	margin:0;
	height:23px;
	padding-top:5px;
	width:100%;
	background:#0092dd;
}
#header #right ul#nav li {
	background:#f1f1f1;
	display:inline;
	margin-left:-3px;
}
#header #right ul#nav a {
	background:#0092dd;
	color:white;
	padding:5px 10px 7px 10px;
	border-right:1px solid white;
}
#header #right ul#nav a.last {
	margin-right:-3px;
}
#header #right ul#nav a:hover {
	color:white;
	background:#005ac3;
}
#header #right ul#download {
	float:right;
	list-style-type:none;
	margin-top:-27px;
	margin-bottom:-5px;
	margin-right:1px;
}
#header #right ul#download li {
	display:inline;
	margin-left:-2px;
}
#sidebar {
	width:175px;
	/*margin-left: 20px;*/
	float:left;
	display:inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
}
#sidebar label {
	display:none;
}
#othersidebar {
	width:176px;
	/*margin-right: 20px;*/
	float:right;
	display:inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
	margin-top:4px;
}
#othersidebar h2 {
	color:white;
	background:#003066;
	width:163px;
	_width:168px;
	padding:2px 2px 2px 10px;
	font-size:13px;
}
#content {
	margin-left:182px;
	margin-right:182px;
	padding:4px 0 10px 1px;
	_padding-right:4px;
	margin-top:28px;
}
* html #content {
	margin-top:0px;
}
#content h2 {
	color:white;
	font-size:15px;
	background:#ff9f00;
	padding:3px 3px 3px 6px;
	margin-bottom:0;
}
#content a:link, #content a:visited {
	color:#0066CC;
}
#content a:hover {
	color:#036;
}
#content #main_content {
	background:white;
	border:1px solid #0066FF;
	padding:7px 5px 0 5px;
}
#content #main_content p {
	padding-bottom:10px;
	padding-left:3px;
}
#content #main_content ul {
	padding-left:50px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
#content #main_content li {
	line-height:1.8em;
}
#content #main_content li span {
	color:#f30;
}
#content #main_content .reviews {
	border-top:1px solid #09f;
	padding:5px 5px 5px 0;
	margin-top:10px;
}
#content #main_content .reviews h4 {
	font-size:12px;
}
/*a:link, a:visited {
	color:#06f;
	font-weight:bold;
}
a:hover {
	color:#f90;
}*/
#content h2 {
	font-size:15px;
	margin-bottom:5px;
}
#content h3 {
	font-size:18px;
	margin-bottom:5px;
	font-weight:normal;
}
#content #book_detail {
	background:#DCEDFA;
	border:1px solid #0066FF;
	padding:5px;
	padding-left:6px;
	_padding-left:5px;
	color:#333;
}
#content #book_detail h3 {
	font-size:15px;
	padding:5px;
	background:#76b900;
	border:1px solid #99CC00;
	color:white;
	font-weight:bold;
}
#content #book_detail p {
	padding:0 7px 0 7px;
}
#content #book_detail img {
	margin-bottom:4px;
	margin-left:6px;
	border:3px solid #bed9ed;
}
#content #book_detail #comment {
	margin:7px;
}
#comment_guides {
	/*float:right;
	margin-top:-182px;
	_margin-top:-170px;*/
	list-style-type:none;
	text-align:left;
	overflow:inherit;
	margin-left:5px;
}
#comment_guides li {
	background:url(../images/bullet.gif) no-repeat 5px;
	padding-left:13px;
}
#content #book_detail p.book_download, #content #book_detail p.book_comment {
	line-height:3;
}
#content #book_detail p.book_download {
	margin-top:5px;
	margin-left:7px;
	background:url(../images/download_bullet.gif) no-repeat left;
	padding-left:30px;
	_padding-left:27px;
}
#footer {
	padding:0 0 5px 0;
	_margin-top:2px;
	padding-top:2px;
	_padding-top:0px;
	clear:both;
	text-align:center;
	color:#000;
}
#footer a {
	color:#fbde4a;
}
#footer a:hover {
	color:#99CCFF;
}
#footer p {
	background:#005ac3;
	color:white;
	padding:5px;
	line-height:15px;
}
#footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
	top:0;
	height:23px;
	padding-top:5px;
	width:100%;
	background:#0092dd;
	border-bottom:1px solid white;
	border-top:1px solid #003a6f;
}
#footer li {
	display:inline;
	margin-left:-3px;
}
#footer li a {
	background:#0092dd;
	color:white;
	padding:5px 10px 7px 10px;
}
#footer li a:hover {
	color:white;
	background:#003a6f;
}		
#covers {
	/*padding:5px 10px 3px 3px;*/
	padding:10px;
	text-align:center;
	position:relative;
	z-index: 0;
	background:#f2edda;
	border:1px solid #ff9f00;
	margin-top:-5px;
}
#covers img {
  z-index: 1;
  border:3px solid #bed9ed;
}
#covers li {
	list-style-type:none;
	display:inline;
	padding-right:8px;
}
#covers span {
  display: none;
}
#covers:hover span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2px 5px;
  background:  pink;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
}
#covers2 {
	/*padding:5px 10px 3px 3px;*/
	padding:10px;
	text-align:left;
	position:relative;
	z-index: 0;
	background:#C7E6F6;
	border:1px solid #003A6F;
	margin-top:6px;
}
#covers2 img {
  z-index: 1;
  border:3px solid #bed9ed;
}
#covers2 li {
	list-style-type:none;
	display:inline;
	padding-right:8px;
	font-size:11px;
}
#category_description {
	/*padding:5px 10px 3px 3px;*/
	padding:10px;
	text-align:left;
	position:relative;
	z-index: 0;
	background:#ECF4D6;
	border:1px solid #C8DE86;
	margin-top:6px;
	margin-bottom:6px;
}
#category_description img {
  z-index: 1;
  border:3px solid #B3D059;
}
#category_description li {
	list-style-type:none;
	display:inline;
	padding-right:8px;
	font-size:11px;
}
.latest_books {
	width: 175px;
	padding: 0 0 1em 0;
	margin-bottom: 1px;
	background-color: #bed9ed;
	color: #333;
	list-style-type:none;
}

* html .latest_books { /*IE 6 only */
	w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

.latest_books ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.latest_books li {
	border-bottom: 1px solid white;
	margin: 0;
}

.latest_books li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #005ac3;
	border-right: 10px solid #58b5e5;
	background-color: #0092dd;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body .latest_books li a{ /*Non IE6 width*/
	width: auto;
}

.latest_books li a:hover{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#search {
	background:#c4dfed;
	border:1px solid #0092dd;
	border-left:none;
	padding:10px;
	margin-top:4px;
	width:156px;
}
#search label {
	font-size:18px;
	font-weight:bold;
	color:#333;
}

#ddblueblockmenu{
	margin-top:1px;
	border: 1px solid #003a6f;
	border-bottom-width: 0;
	width: 175px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 159px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #0092dd;
	border-bottom: 1px solid white;
	border-left: 7px solid #005ac3;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 177px; /*IE 5*/
	w\idth: 159px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #30a5e1;
	border-left-color: #1c64d1;
}

#ddblueblockmenu li li a{
	display: block;
	padding: 3px 0;
	padding-left: 20px;
	width: 148px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #003a6f;
	background-color: #c2e8fc;
	border-bottom: 1px solid #3078cc;
	border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li li a{ /*IE only */
	width: 166px; /*IE 5*/
	w\idth: 148px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li li a:hover {
	background-color: #a3ceec;
	border-left-color: #1c64d1;
}
#ddblueblockmenu li .selected1 {
	background-color:#f90;
	border-left-color: #1c64d1;
}
#ddblueblockmenu li .selected1:hover {
	background-color:#f90;
	border-left-color: #1c64d1;
}
#ddblueblockmenu li li .selected2 {
	background-color:#f90;
	border-left-color: #1c64d1;
}
#ddblueblockmenu li li .selected2:hover {
	background-color:#f90;
	border-left-color: #1c64d1;
}
#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid #003a6f;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #003a6f;
	font-weight:bold;
	font-size:13px;
}
#ddblueblockmenu div.menutitle a:hover {
	color:#6cf;
}
#ddblueblockmenu a {
	color:white;
}

#top_rated {
	padding-top:5px;
}
#top_rated h2 {
	color:white;
	font-size:15px;
	background:#76b900;
	padding:3px 3px 3px 6px;
	margin-bottom:0;
}
#top_rated ul {
	list-style-type:none;
	padding:3px 8px 5px 5px;
	line-height:2;
}
.style1 {
	background:#e7eed3;
	margin-top:1px;
	border:1px solid #0092dd;
}

.style2 {
	background:#e0ecbb;
	margin-top:1px;
	border:1px solid #0092dd;
}
#top_rated li a, #search_results li a {
	color:#003a6f;
	font-size:13px;
	font-weight:bold;
}
#top_rated li a:hover, #search_results li a:hover {
	color:#005ac3;
	font-size:13px;
	font-weight:bold;
}
#top_rated span {
	float:right;
}
#top_rated_paging {
	text-align:right;
}
#top_rated_paging {
	list-style-type:none;
	margin-top:3px;
}
#top_rated_paging li {
	display:inline;
	/*padding-right:3px;*/
}
#top_rated_paging li a {
	padding:1px 6px 1px 6px;
	background:#e7eed3;
	border:1px solid #0099FF;
	color:#333;
}
#top_rated_paging li a:hover {
	padding:1px 6px 1px 6px;
	background:#99CC00;
	color:white;
}
#top_rated_paging a.selected {
	padding:1px 6px 1px 6px;
	background:white;
	border:1px solid #0099FF;
}
#top_rated_paging a.selected:hover {
	padding:1px 6px 1px 6px;
	background:white;
	border:1px solid #0099FF;
	color:#333;
}
#top_rated_paging span {
	letter-spacing:-2px;
}
#feedback {
	width:155px;
	background:#95cde9;
	padding:10px;
	border:1px solid #0092dd;
	border-right:none;
	margin-bottom:10px;
}
#feedback textarea {
	width:150px;
	height:100px;
	padding:3px;
}
#feedback .button {
	width:158px;
	margin-top:2px;
}
#feedback label {
	font-size:15px;
	font-weight:bold;
	color:#333;
	clear:right;
	display:none;
}
#feedback p {
	padding:7px 5px 0 0;
}


#downloads {
	width: 175px;
	/*background-color: #90bade;*/
	color: #333;
	list-style-type:none;
}
#downloads h2 {
	font-size:12px;
	color:white;
	margin-top:1px;
	font-weight:normal;
}

* html #downloads { /*IE 6 only */
	w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#downloads ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#downloads li {
	/*border-bottom: 1px solid #90bade;*/
	margin: 0;
	/*padding-left:10px;*/
}
#downloads li span {
	color:red;
}
#downloads li a{
	display: block;
	padding: 5px 5px 5px 18px;
	/*border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;*/
	border-bottom:1px solid white;
	color: #000;
	text-decoration: none;
	width: 176px;
	_width:157px;
	background:#cce1ef url(../images/download_bullet_n.gif) no-repeat left;
}

html>body #downloads li a{ /*Non IE6 width*/
	width: auto;
}

#downloads li a:hover{
	/*border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;*/
	background:#a1cfed url(../images/download_bullet_h.gif) no-repeat left;
	color:#039;
}

a.tr_download {
	font-size:13px;
	color:white;
}
a.tr_download:hover {
	color:#99CCFF;
}

table {
	border:1px solid #f90;
}
.table_noborder {
	border:none;
}
th {
	padding:5px;
	background:#006699;
	color:#fff;
}
td {
	padding:5px;
	vertical-align:top;
}
tr.alt td {
	background: #d5ecf9;
}
tr.rowcolorhover:hover {
	background:#C1E2F4;
}
tr.over td, tr:hover td {
	background:#C1E2F4;
}
#booktable {
	width:100%;
	_width:98%;
}
/*#booktable a:link, #booktable a:visited {
	color:#333;
}
#booktable a:hover {
	color:#003366;
}*/
#paging {
	list-style-type:none;
	margin-top:3px;
	:hidden
}
#paging li {
	display:inline;
	/*padding-right:3px;*/
}
#paging li a {
	padding:1px 6px 1px 6px;
	background:#DEF0FA;
	border:1px solid #0099FF;
	color:#333;
}
#paging li a:hover {
	padding:1px 6px 1px 6px;
	background:#09f;
	color:white;
}
#paging a.selected {
	padding:1px 6px 1px 6px;
	background:white;
	border:1px solid #0099FF;
}
#paging a.selected:hover {
	padding:1px 6px 1px 6px;
	background:white;
	border:1px solid #0099FF;
	color:#333;
}
#paging span {
	letter-spacing:-2px;
}
#search_results ul {
	list-style-type:none;
	padding:3px 8px 5px 5px;
	line-height:2;
}
/*#search_results ul.style1 {
	background:#FFF0F8;
	margin-top:5px;
	border:1px solid #FFCCFF;
}
#search_results ul.style2 {
	background:#E7F7FE;
	margin-top:5px;
	border:1px solid #00CCFF;
}*/
#search_results .progress_bar {
	float:right;
	position: relative; /* IE is dumb */
	width: 100px; 
	border: 1px solid #666; 
	padding: 1px;
	background:white;
}
#search_results .progress_inside {
	display: block;
	position: relative;
	background: #09f; 
	text-align: center; 
	color: #333; 
	height: .6em; 
	line-height: .6em;   
}
.error {
	font-size:13px;
	font-weight:bold;
}
#error_msg p {
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
}
#erotica {
	padding-left:5px;
}
#erotica .button {
	padding-top:2px;
	_padding-top:0;
	padding-left:2px;
	_padding-left:0;
	padding-right:2px;
	_padding-right:0;
	padding-bottom:0px;
}
#erotica label {
	height:30px;
}
#download_links {
	text-align:center;
	margin-top:-15px;
}
#download_select {
	border-top:1px solid #d2d1d1;
}
#download_select .image {
	float:left;
	padding-right:0px;
}
#download_select .image span {
	font-size:11px;
	margin-top:3px;
	font-weight:normal;
	display:block;
	width:97px;
	margin-left:10px;
}
#download_select .image span.first {
	margin-top:8px;
}
#download_select .image img {
	vertical-align:middle;
}
#download_select .desc {
	padding:4px;
	padding-left:130px;
	padding-right:155px;
}
#download_select .desc p {
	margin-bottom:10px;	
	font-size:12px;
}
#download_select .desc .img {
	right:0;
	margin-top:-10px;
	margin-right:191px;
	position:absolute;
}
#download_select .desc .price {
	font-size:18px;
	color:#00234a;
	text-align:right;
	padding-right:8px;
}
#download_select .desc .deslist {
	margin-left:35px;
}
#download_select .desc .deslist li {
	background:url(../images/bullet.gif) no-repeat 0px 8px;
	padding:3px 0 3px 15px;
	list-style-type:none;
	font-size:12px;
}
#download_select .desc .btn {
	float:right;
}
#download_select .desc .btn li {
	display:inline;
	text-align:left;
}
#sub_details .related_download {
	float:left;
	width:39%;
	padding-right:1%;
	font-weight:normal;
}
#sub_details .version_history {
	float:left;
	width:60%;
}
#sub_details .related_download h3, #sub_details .version_history h3 {
	background:url(../images/heading_arrow.gif) no-repeat left;
	padding:3px 0 3px 25px;
	color:#003399;
	font-size:18px;
	border:none;
}
#sub_details .related_download ul {
	background:url(../images/sep.gif) no-repeat right;
	height:100px;
	padding-right:5px;
}
#sub_details .related_download li, #sub_details .version_history li {
	background:url(../images/bullet.gif) no-repeat 0px 8px;
	padding:3px 0 3px 15px;
	list-style-type:none;
	font-weight:normal;
	font-size:12px;
	margin-left:-20px;
}
#sub_details .related_download li a, #sub_details .version_history li a {
	font-weight:bold;
	color:#003399;
	text-decoration:underline;
}
#sub_details .related_download li strong, #sub_details .version_history li strong  {
 	font-weight:normal;
	list-style-type:none;
	font-size:12px;
}
#download_select h2 {
	background:none;
	color:#003399;
	font-size:18px;
	margin-top:10px;
}
#download_select .downloads {
	min-height:140px;
	height:auto !important;
	height:130px;
	/*border-top:1px solid #0066CC;*/
	padding:0px 5px 0 5px;
	_padding-bottom:10px;
}
#download_select h2 span {
	font-size:11px;
	color:#333;
	font-weight:normal;
}
#download_select span {
	font-size:13px;
	color:#f60;
	font-weight:bold;
}
#select_device {
	padding:7px 10px 7px 10px;
	font-size:15px;
	color:#003399;
	font-weight:bold;
	vertical-align:top;
	border:1px solid #FF9900;
	background-color:#FFFFCC;
}
#select_device label {
	margin:0;
	padding:0;
	vertical-align:middle;
}
#select_device select {
	width:200px;
	font-size:15px;
	color:#003399;
	font-weight:bold;
	vertical-align:middle;
}
#elect_device select option {
	margin-left:5px;
}
#sub_details {
	float:right;
	text-align:left;
	width:99%;
	margin-top:15px;
}
#sub_details div {
	margin-bottom:10px;
	/*padding:0 10px;*/
}
#sub_details div ul {
	margin-left:30px;
}
#sub_details h3 {
	font-size:15px;
	color:#0092dd;
	border-bottom:1px solid #d2d1d1;
	font-weight:bold;
}
#cover_images h2 {
	color:white;
	font-size:15px;
	background:#ff9f00;
	padding:3px 3px 3px 6px;
}
#content a.th_link {
	color:#fff;
}
#content a.th_link:hover {
	color:#ADD8F8;
}
#div_submit_feedback p {
	background-color:#FFFFCC;
	font-weight:bold;
	color:#000;
	padding:5px;
	border:1px solid #FF3300;
	margin-top:1px;
	margin-bottom:10px;
}
#feedback_email {
	background-color:#E7F1FA;
	border:1px solid #58A8D3;
	margin-bottom:1px;
	padding:5px;
}
#feedback_email a {
	color:#0066CC;
}
#feedback_email a:hover {
	color:#003399;
}
input, select, textarea, .selectinput {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.button {
	background:#0092dd;
	border:1px solid #005ac3;
	color:white;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}
.button:focus {
	background:#0092dd;
}
input:focus, textarea:focus {
	background: #ffffdc;
}
input.text_box {border: 1px solid #ccc; width: 255px;}
.bestill {
	margin-top: 1.4em;
	width: 128px;
	height: 30px
}
.hoverOff {
	color: #000;
	background-color: #fff;
	border: solid 1px #ff9f00;
	padding: 1px;
	margin-bottom: 0.2em
}
.hoverOn {
	color: #ff0000;
	background-color: #fff;
	border: solid 1px #005ac3;
	padding: 1px;
	margin-bottom: 0.2em
}
#device_select {
	/*padding:5px 10px 3px 3px;*/
	/*padding:10px;*/
	background:#E0ECBB;
	border:1px solid #0092DD;
	margin-top:6px;
	margin-bottom:2px;
/*	float:left;*/
}
#device_select .product_logos {
	/*padding:5px 10px 3px 3px;*/
	/*padding:10px;*/
	text-align:center;
	position:relative;
	z-index: 0;
	margin-top:6px;
	margin-bottom:7px;
}
#device_select table  {
	border:0px;
	text-align:center;
	margin:0 auto;
	height:120px;
	margin-bottom:5px;
}
#device_select table TD {
	padding:2px;
}
#device_select table TD a {
	text-decoration:underline;

}
#device_select table TD a:hover {
	text-decoration:none;
}
#device_select table img {
  z-index: 1;
 
}
#device_select table tr.over td, tr:hover td {
	background:none;
}
#device_select span {
	font-size:11px;
	color:#0066CC;
	padding:5px;
}
.other_device {
	margin-bottom:10px;
	margin-top:2px;
}
.success_message {
	background:#e0ecbb url(../images/success_message.gif) no-repeat 13px 40px;
	margin-top:1px;
	border:1px solid #0092dd;
}
.success_message p {
	margin-bottom:5px;
	padding:2px 5px 2px 63px;
}
.success_message h4 {
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 3px 3px 5px;
	font-size:16px;
	text-transform:uppercase;
	background:#6F8726;
}
.failed_message {
	background:#FFE8E8 url(../images/failed_message.gif) no-repeat 13px 40px;
	margin-top:1px;
	border:1px solid #FF7C7C;
}
.failed_message p {
	margin-bottom:5px;
	padding:2px 5px 2px 63px;
}
.failed_message h4 {
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 3px 3px 5px;
	font-size:16px;
	text-transform:uppercase;
	background:#9E0000;
}