@charset "utf-8";
body  {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #d8dce1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img{
	border:0px;
	}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#616c7b;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:2px;
	}

a{
	text-decoration:none;
	color:#616c7b;
	}

a:hover{
	text-decoration:underline;
	color:#616c7b;
	}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#072e62;
	font-weight:bold;
	margin-left:5px;
	margin-top:3px;
	margin-bottom:3px;
	}
	
h1 a{
	color:#072e62;
	}

h1 a:hover{
	text-decoration:underline;
	color:#072e62;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#35719b;
	font-weight:bold;
	margin-left:5px;
	margin-top:3px;
	margin-bottom:3px;
	}
	
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-image:url(blue-link-background.jpg);
	background-repeat:repeat-x;
	height:25px;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#616c7b;
	margin-left:5px;
	margin-right:5px;
	margin-top:1px;
	margin-bottom:1px;
	}
	
.twoColFixRtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D8DCE1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #d8dce1; 
	padding-bottom: 10px;
	}
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
/*.twoColFixRtHdr #header h1 {
	margin: 0;  zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div 
}*/

#navigation {
	width : 100%;
	height : 30px;
	font-size : 12px;
	background-color: #205372;
	background-image:url(blue-menu-background.jpg);
	margin-bottom:10px;
} 
#navigation ul { 
margin : 0;
padding : 0;
list-style : none;
} 
#navigation li {
	display : inline;
	height: 30px;
	
} 
#navigation a {
	float : left;
	color : #ffffff;
	text-decoration : none;
	border-left: 1px solid #8ba3b0;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
} 
#navigation a:hover {
	color: #ffffff;
	text-decoration:underline;
} 

.photo-week{
	float:right;
	width:230px;
	height:280px;
	background:#FFFFFF;
	}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColFixRtHdr #mainContent { 
	margin: 0 164px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

.box1{
	width:250px;
	height:208px;
	background-color:#FFFFFF;
	margin-right:12px;
	float:left;
	}
	
.box2{
	width:184px;
	height:345px;
	background-color:#FFFFFF;
	margin-right:12px;
	float:left;
	margin-top:12px;
	}

.box-wide{
	width:500px;
	height:230px;
	background-color:#FFFFFF;
	margin-right:12px;
	float:left;
	margin-top:12px;
	padding:5px;
	}
.box-small{
	width:240px;
	height:230px;
	background-color:#FFFFFF;
	margin-right:12px;
	float:left;
	margin-top:12px;
	padding:5px;
	}

.boxnews{
	width:371px;
	height:160px;
	background-color:#FFFFFF;
	margin-right:12px;
	float:left;
	margin-top:12px;
	padding:5px;
	}
	
.boxnews a{
	text-decoration:underline;
	}
	
.twoColFixRtHdr #footer { 
	
	background:#D8DCE1; 
} 
/*.twoColFixRtHdr #footer p {
	margin: 0;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs 
	padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}*/

.footer-linkbox {
	width:217px;
	height:120px;
	padding-left:20px;
	background:#eff1f3;
	float:left;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***********************************************MINITITLES***************************************************************/


.sims-faceouts {
    margin:5px 0 15px 0;
}
.sims-faceouts p, .sims-faceouts div {
    margin: 3px 0 0 0; 
    padding-right: 15px;
}
.sims-faceouts .price {
    white-space:nowrap; 
}
.simsWrapper .shoveler .shoveler-heading {
	/*padding-right:13.5em;*/
/*	margin-bottom:15px;*/
	}
.simsWrapper .shoveler .shoveler-pagination {
    position: absolute;
    right: 0;
    top: 0;
/*    width:13.5em;*/
    text-align:right;
    padding: 0;
}
.simsWrapper .shoveler .start-over {
   /* font-size: 80%;    */
}
.simsWrapper .shoveler .start-over a {
    text-decoration:none;    
}
.simsWrapper .shoveler .start-over a:visited {
    color: #004B91;   
}

.simsWrapper .shoveler {
    position: relative;
    width: 100%;
}
.simsWrapper .shoveler .shoveler-content {
  /*  margin: 0 35px 0 45px;*/
    clear:both;
}
.simsWrapper .shoveler ul {
/*    height: 16em; */
    padding: 0;
    overflow:hidden;
}
* html .simsWrapper .shoveler ul li {
    display: inline;
}
.simsWrapper .shoveler ul li {
    float: left;
 /*   margin: 0 10px 0 10px;*/
    padding: 0;
 /*   width: 12.5em; */
/*    height: 16em;*/
    overflow:hidden;
}
.simsWrapper .shoveler ul li.shoveler-progress {
    background: no-repeat center 45px url('http://maya-archaeology.org/video-blog/MARQUEE/loading-indicator.gif');
}

.simsWrapper .shoveler .product-image {
	/*margin-bottom:.45em;*/
}
.simsWrapper .shoveler .rating-price {
	/*margin-top:.25em;*/
    /*    line-height:1.25em;*/
}
.simsWrapper .shoveler .sims-litb {
	/*margin-top:.5em;*/
      /*  font-size:86%;*/
}
.simsWrapper .shoveler .price {
	/*white-space:nowrap;*/
}
.simsWrapper .shoveler .rating-stars {
	font-size:80%;
      /*  margin-right:0.25em;*/
}
.simsWrapper .shoveler .rating-stars a {
    text-decoration:none;    
}
.simsWrapper .shoveler .rating-stars img {
    padding-bottom:1px;    
}

.simsWrapper .shoveler-button-wrapper {
    position:relative;
    width:100%;
}
.simsWrapper .shvl-byline {
    font-size: 86%;
}
.simsWrapper .shoveler div.back-button, 
.simsWrapper .shoveler div.next-button,
.simsWrapper .shoveler div.disabled-button {
    position: absolute;
    height: 50px; 
    width: 25px;
    top: 75px; 
}
.simsWrapper .shoveler div.next-button {
    background: none;
}
.simsWrapper .shoveler .back-button,
.simsWrapper .shoveler div.disabled-button {
	left:0px;
}
.simsWrapper .shoveler .next-button,
.simsWrapper .shoveler div.disabled-button {
	right:0px;
}
.simsWrapper .shoveler .back-button a, 
.simsWrapper .shoveler .next-button a {
    position: relative;
    font-size:70%;
    cursor: pointer;
    outline:none;
}
.simsWrapper .shoveler .back-button a .bg-text, 
.simsWrapper .shoveler .back-button a .bg-image, 
.simsWrapper .shoveler .next-button a .bg-text, 
.simsWrapper .shoveler .next-button a .bg-image {
    display: block;
    height: 50px;
    width: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.simsWrapper .shoveler .back-button a .bg-image, 
.simsWrapper .shoveler .next-button a .bg-image,
.simsWrapper .shoveler div.disabled-button {
    background-image:  url('http://maya-archaeology.org/video-blog/MARQUEE/left-right-arrow-semi-rd..gif');
}
.simsWrapper .shoveler .back-button a .bg-image {
    background-position: 0 0; 
}
.simsWrapper .shoveler .back-button a.depressed .bg-image {
    background-position: 0 50px;
}
.simsWrapper .shoveler .next-button a .bg-image {
    background-position: 25px 0; 
}
.simsWrapper .shoveler .next-button a.depressed .bg-image {
    background-position: 25px 50px;
}
.simsWrapper .shoveler div.disabled-button {
    opacity: 0.2; /* opera and safari */
    -moz-opacity: 0.2; /* firefox */
    filter: alpha(opacity=20); /* ie */
    cursor: default;
}
.simsWrapper .shoveler .disclaim {
    margin-bottom: 15px;
}
.simsWrapper {
	overflow:hidden;
}

.simsWrapper .exploder .exploder-heading {
	padding-right:13.5em;
	margin-bottom:15px;
	}
.simsWrapper .exploder .exploder-pagination {
    position: absolute;
    right: 0;
    top: 0;
    width:13.5em;
    text-align:right;
    padding: 0;
}
.simsWrapper .exploder {
    position: relative;
    width: 100%;
}
.simsWrapper .exploder .exploder-content {
    margin: 0 5.5em 0 25px;
    clear:both;
}
.simsWrapper .exploder ul {
    height: 16em; 
    padding: 0;
    overflow:hidden;
}
.simsWrapper .exploder ul li {
    float: left;
    margin: 0 10px 0 10px;
    padding: 0;
    width: 12.5em; 
    height: 16em;
    overflow:hidden;
    display: inline;
}
.simsWrapper .exploder ul li.shoveler-progress {
    background: no-repeat center 45px url('http://maya-archaeology.org/video-blog/MARQUEE/loading-indicator.gif');
}
.simsWrapper .exploder .product-image {
	margin-bottom:.45em;
}
.simsWrapper .exploder .rating-price {
	margin-top:.25em;
        line-height:1.25em;
}
.simsWrapper .exploder .sims-litb {
	margin-top:.5em;
        font-size:86%;
}
.simsWrapper .exploder .price {
	white-space:nowrap;
}
.simsWrapper .exploder .rating-stars {
	font-size:80%;
        margin-right:0.25em;
}
.simsWrapper .exploder .rating-stars a {
    text-decoration:none;    
}
.simsWrapper .exploder .rating-stars img {
    padding-bottom:1px;    
}
.simsWrapper .exploder-button-wrapper {
    position:relative;
    width:100%;
}
.simsWrapper .exploder .exploder-pagination .minimize-button {
    font-size: 86%;    
}
.simsWrapper .exploder .exploder-pagination .minimize-button a {
    text-decoration:none;    
}
.simsWrapper .exploder .exploder-pagination .minimize-button a:visited {
    color: #004B91;   
}

.simsWrapper .exploder div.more-button {
    position: absolute;
    top: 40px; 
    height: 7em;
    width: 5.5em;
    right: 5px;
    font-size:86%;
}
.simsWrapper .exploder .more-button a {
    position: relative;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration:none;  
}
.simsWrapper .exploder .more-button a:hover {
  text-decoration:underline;
}
.simsWrapper .exploder .more-button a:active {
  text-decoration:underline;
  color: #FF9933;
}
.simsWrapper .exploder .more-button a .bg-text,
.simsWrapper .exploder .more-button a .bg-image {
  display: block;
  overflow: hidden;
  left: 0;
  margin: 0 auto;
}
.simsWrapper .exploder .more-button a .bg-text {
    height: 4.4em; 
    width: 5.5em;
}

.simsWrapper .exploder .more-button a.disabled {
  cursor: default;
}
.simsWrapper .exploder .more-button a.disabled:hover {
  text-decoration: none;
}
.simsWrapper .exploder .more-button a.disabled .bg-text {
  color: #CCC;
}
.simsWrapper .exploder .more-button a.disabled .bg-image {
  background-position: 0 -13px;
}
.simsWrapper .exploder .more-button a.minimize-button {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #C9E1F4;
  display: block;   
}
.simsWrapper .exploder a.show-more-button {
  font-weight: bold;
}
.simsWrapper .exploder .explodeRow {
  padding-top: 15px;
}
.simsWrapper .exploder div.disabled-button {
    background-image:  url('http://maya-archaeology.org/video-blog/MARQUEE/left-right-arrow-semi-rd..gif');
}


/*****/
.shvl {
	width:100%;
	}
.shvl td#purchaseShvlCellBack {
	width:45px;
	}
.shvl td#purchaseShvlCellNext {
	width:35px;
	}
.shvl td div {
	text-align:left;
	font-size:86%;
	}
.shvl .image-title {
	margin:0 0 7px 0;
	}
.shvl .shvl-cell-title {
	margin:0 0 0 0;
	}
.shvl .rating-price {
	margin:3px 0 0 0;
        font-size:100%;
	}
.shvl .price {
	white-space:nowrap; 
	}
.shvl .rating {
	margin-right:.5em;
	color:#666;
	white-space:nowrap;
	font-size:80%;
	}
.shvl .rating-stars {
	margin: 0 0 0 0;
	}
.shvl .rating-stars a,
.shvl .rating-stars a:link {
    text-decoration: none;
    }
.shvl .rating-stars a:hover {
    text-decoration: underline;
    }
.shvl .arrow {
	width:25px;
	padding:0;
	}
.shvlBack,
.shvlNext {
	position:relative;
	}
.shvlBack a,
.shvlNext a,
.shvlBack .bg-text,
.shvlNext .bg-text,
.shvlBack .bg-image,
.shvlNext .bg-image {
	display:block;  
	width:25px;
	height:50px;
	}
.shvlBack a,
.shvlNext a {
	position:relative;
	cursor:pointer;
	}
.shvlBack .bg-text,
.shvlNext .bg-text,
.shvlBack .bg-image,
.shvlNext .bg-image { 
	position:absolute;
	overflow:hidden;
	left:0px;
	}
.shvlBack a .bg-image {
	background-image: url('http://maya-archaeology.org/video-blog/MARQUEE/left-right-arrow-semi-rd..gif'); 
	background-position: 0px 0px; 
	}
.shvlNext a .bg-image {
	background-image: url('http://maya-archaeology.org/video-blog/MARQUEE/left-right-arrow-semi-rd..gif'); 
	background-position: 25px 0px; 
	}
.shvlBack a.down .bg-image {
	background-position: 0px 50px;
}
.shvlNext a.down .bg-image {
	background-position: 25px 50px;
	}	

.pagCountText{
  font-size:0.86em;
}

.pagResultsCount{
  font-size:0.86em;
  color:#888;
}

.pagBucket{
  float: left;
  padding-left: 5px;
}

.pagInactive{
  color: #CCC;
}

.pagRelevance{
  float:right;
  font-size:0.86em;
  padding:2px 4px 0 0;
}

.pagPrev{
  margin-right:15px;
}

.pagNext{
  margin-left:15px;
} 


.pagDiv {
  color:#A6A6A6;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:13px;
  margin-bottom:-3px;
  position:relative;
  text-align:center;
  z-index:20;
}

.pagDiv a {
   color:#004b91;
   text-decoration:none;
}

.pagDiv a:visited {
   text-decoration:none;
}

.pagDiv a:hover {
   text-decoration:underline;
   color:#E47911;
}

.pagSide {
  font-weight:bold;
}

.pageSelected {
  color:#E47911;
  font-weight:bold;
}

.pagPage {
  margin-left:9px;
  margin-right:8px;
}

/*.shoveler-cell{
margin-left:15px;
width:11px;
margin-right:15px;
}*/
/*----------------------------------*/
#footer2 {
	background: #fff;
	margin: 5px 0 0 0;
	/*padding: 0 0 15px 0;*/
	color: #333;
	list-style: none;
}

#footer2 ul li {
	list-style: none;
	margin: 0;
	background: #ffffff;
	padding: 3px 0 3px 0;
}


/**********************/
#footer2 li {
text-align:center;
	float:left;
	width:134px;
	height:160px;
	padding:1px;
	margin:1px;
	background:none;
	background-color:#FFFFFF;
/*	background-color: #000000;*/
	/*border: 1px solid #666666;*/
	position:relative;
}


/***********************/




#footer2 .box {
/*	width: 291px;*/

width:100%;
	margin: 0 5px 0 0;
	z-index:0;
	
}
#footer2 .boxLARGE {
width:100%;
margin: 0 15px 0 0;

}
	

/*#footer2 h3 {
	margin: 15px 0 5px 0;
	padding: 0 10px 0 0;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
}*/

#footer2 ul ul {
	display: none;
}
/*#footer2 img {
	padding: 3px;
	background-color:#FFFFFF;
	border:1px solid;
	border-color:#999999;
}*/
/*-------------------*/

#contenidos{
	
	background-color:#FFFFFF;
	}


