﻿html, body {
	margin: 0px;
	padding: 0px;
	background-color: Gray;
	height:100%
}
img {
	border-style: none;
	border-width: 0px;
}

ul 
{
	list-style-type: none;
}

img, div 
{
	behavior: url(iepngfix.htc)
}

div#prContainer{
	margin: auto;
	width: 1024px;
	padding: 0px;
	min-height:100%;
	display: block;
	overflow: hidden;
}
div#prHeader {
	display: block;
	height: auto;
	clear: both;
	margin: 0px auto;
	padding: 0px;

}
div#prContent
{
	margin: 0px auto;
	width: 1024px;
	display: block;
	overflow: auto;
	min-height: 100%;
}
div#navigation {
	position: fixed;
	margin: 0 25px;
	width: 200px;
	z-index: 999;
	top: 120px;
}
div#prListing
{
    width: 750px;
    padding-bottom: 40px;
    height: 100%;
    display: block;
    float: right;
    vertical-align: top;
}
div#pagination {
    position: relative;
    font-family: Arial;
    margin-right: 25px;
}
div#pagination ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
    display: inline;
    list-style-image: none;
}
div#pagination li 
{
    font: normal 12px arial;
    display: inline;
    padding: 0px 2px;
    list-style-type: none;
    list-style-image: none;
    color: #FFB739;
    text-decoration: none;		
}
div#pagination li.show {
    float: left;
    padding: 0px 4px 0px 35px;
}
div#pagination li.pages {
    float: left;
    padding: 0px 4px 0px 50px;
}
div#pagination li.prev 
{
    text-decoration: none;
    color: #000;
    font: bold 12px arial;
}
div#pagination li.prev a 
{
    text-decoration: none;
    color: #444;
    font: bold 12px arial;
}
div#pagination li.next a 
{
    text-decoration: none;
    color: #444;
    font: bold 12px arial;
}
div#pagination li.active a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

div#PageContent
{
	clear: both; 
	float: left;
	margin-top: 15px;	
}

div#toggleMe
{
	margin-top: 140px;
}

div#toggleMe div#catEspLink
{
	clear: both;
	height: 20px;
	width: 85px;
	top: 30px;
	left: 210px;
	cursor: pointer;
	position: fixed;
	border: solid 1px #FF0000;
}
div#toggleMe div#catEngLink
{
	clear: both;
	height: 20px;
	width: 90px;
	top: 30px;
	left: 305px;
	cursor: pointer;
	position: fixed;
	border: solid 1px #0000FF;
}

.landingPage {
	border-collapse:collapse;
}
.landingPage h1{
	color: #444;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
.landingPage td {
	font: normal 11px/18px tahoma, arial, helvetica, sans-serif;
	vertical-align: middle;
	height: 35px;
	border-bottom:1px solid #999;
	color: #444;
}
.landingPage li {
	padding-bottom: 10px;
}

.landingPage a {
	color: #FFB739;
	text-decoration: none;
}
.landingPage a.active {
	color: #FFB739;
}
.landingPage a:hover {
	color: #FFB739;
	text-decoration: underline;
}

.termsOfSale {
	margin: 0 auto;
	height: 100%;
}
.termsOfSale td {
	font: normal 11px/18px tahoma, arial, helvetica, sans-serif;
	vertical-align: middle;
	height: 35px;
}
.termsOfSale li {
	padding-bottom: 10px;
}

.termsOfSale a {
	color: #FFB739;
	text-decoration: none;
}
.termsOfSale a.active {
	color: #FFB739;
}
.termsOfSale a:hover {
	color: #FFB739;
	text-decoration: underline;
}

.termsOfSale h1 {
	color: #444;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.termsOfSale h2 {
	color: #444;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #444;
	width: 100%;	
	
}

.results
{
	background-color: Transparent;
	vertical-align: top;
}


.columnTbl
{
    font: normal 11px arial;
    background-color: Transparent;
    width: 700px; 
}

.columnTbl a
{
    text-decoration: none;
    color: #FB9605;
    font: bold 11px arial;
}

.columnTbl a:hover
{
    text-decoration: underline;
}

ul.arrowlist li {
	padding-left: 10px;
}

.arrowleft {
	background: transparent url(../images/arrow.gif) no-repeat 0px 6px;
}

div#NextPrev
{
    text-decoration: none;
    color: #444;
    font: bold 12px arial;
    padding-left:10px;
    float: right;
    margin-right: 50px;
}

div#NextPrev a
{
    text-decoration: none;
    color: #444;
    font: bold 12px arial;
    color: #FB9605;
}

* html #container {height: 100%;}
* html #content{height: 100%;}
* html #listing{height: 100%;}
