/* Start True Download stack CSS code */#stacks_in_704_page61 iframe{height:0px;padding: 0px;margin: 0px;}#stacks_in_704_page61 img{display:block;cursor: pointer;margin: 0 0 0 0;}.stacks_in_704_page61loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_704_page61base{display: none;height: 0;padding: 0;margin: 0;}.stacks_in_704_page61response{display: none;width: 80%;border: 1px solid #60D667;background: #ffffff;padding: 10px;margin: 20px auto 20px 0px;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}/* End True Download stack CSS code */

p.ydps-error {
		padding: 6px 14px 7px 12px;
	    border: 1px solid #821b1b;
	    color: #ffffff;
	    text-shadow: 1px 1px 0 #46130f;
	    background: -webkit-gradient(linear, left bottom, left top, from(#db4b4b), color-stop(0.9, #db5b5b), to(#f7e0e0)) #db4b4b;
	    line-height: 14px;
	    font-size: 12px;
	    -webkit-border-radius: 9px;
	    -moz-border-radius: 9px;
	    border-radius: 9px;
	    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.17);
	}

div.paysnap-option > ul, div.paysnap-option > ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.paysnap-option > ol.horiz li
{
	float: left;
}

/* @group Cart */

#paysnap * {
	font-size: 12px;
}

#paysnap-wrapper{
}

#paysnap img {
	border: 0;
	padding: 0;
	margin: 4px;
}

#paysnap label{
	font-weight:bold;
}

#paysnap-footer {
	clear: both;
}

#paysnap .hidden {
	display: none;
}

#paysnap .paysnap-product-name{
	font-size:14px;
	font-weight:bold;
	margin: 4px 0;
	
}

.paysnap-detail-contents {
	padding: 20px;
	overflow: auto;
}

#paysnap {
	border-bottom: none;
	margin: 10px auto;
}

.cart-loader {
	background: transparent none repeat scroll 0 0;
	display: none;
	height: 40px;
	overflow: hidden;
	position: absolute;
	width: 40px;
	z-index: 5000;
}

.cart-loader div {
	background: transparent url(paysnap/cart_progress.png) no-repeat scroll 0 0;
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 5001;
}

div.paysnap-content {
	overflow: auto;
	background: #D8D8D8;
    background: -webkit-gradient(linear, left top, left bottom, from(#A1A1A1), to(#B5B5B5));
    background: -moz-linear-gradient(top,  #A1A1A1,  #B5B5B5);
}

#paysnap-cart-empty {
	padding: 10px 10px;
	font-size: medium;
	margin-top:60px;
	color:#3C3C3C;
	text-shadow: 1px 1px 1px #E2E2E2;
}

#paysnap-cart table {
	background-color: transparent;
	border-collapse: collapse;
	padding:4px;
}

#paysnap-cart th {
	padding: 5px
}

#paysnap-cart td {
	padding: 3px;
	vertical-align:top;
	padding:6px;
}

#paysnap-cart tr {
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #FFFFFF;
	background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
    background: -moz-linear-gradient(top,  #FFFFFF,  #E1E1E1);
}

#paysnap-cart tr:last-child {
	border-bottom:1px solid #7F7F7F;
}


.paysnap-qty
{
	border-radius:5px;
	line-height:18px;
	border:1px solid #E1E1E1;
	margin: 4px 0 0 4px;
	width:40px;
}

#paysnap-cart td:first-child{
	width:60px;
}

#paysnap-cart td.paysnap-delete {
	padding: 3px;
	height: 24px;
	width: 24px;
	cursor:pointer;
	background: url(paysnap/icon24_trash.png) no-repeat 6px 8px;
}

#paysnap-cart .paysnap-product-name {
	font-size: 14px;
	line-height:15px;
	font-weight: bold;
	display: block;
	text-align: left;
	color: #262626;
}

#paysnap-cart .paysnap-product-details {
	display: block;
	text-align: left;
	font-size: 10px;
	line-height: 11px;
	color: #727272;
}

#paysnap-cart .paysnap-row-total {
	color: #262626;
	font-weight:bold;
}

.paysnap-number {
	text-align: center;
	font-size:14px;;
}



#paysnap-container {
	background: #F1F1F1;
	border: 1px solid #333;
	top: -400px;
	left:30%;
	position: fixed;
	text-align: center;
	width: 400px;
	margin:0 auto;
	padding: 0;
	border-radius:5px;
    -moz-box-shadow: 5px 5px 5px black;
	-webkit-box-shadow: 5px 5px 5px black;
     box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}

/* makes cart stick in pos ie6 */
* html #paysnap-container {
	top: expression((ignoreMe = document.documentElement.scrollTop || document.body.scrollTop) + 100 + 'px');
	position: absolute;
}



#paysnap-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -10;
	border: none;
	padding: 0;
	margin: 0;
}

* html #paysnap-container iframe {
	filter: alpha(opacity=0);
}



#paysnap-close{
	display: block;
	position:  absolute;
	width:30px;
	height: 30px;
	background: transparent url('paysnap/paysnap_close.png') no-repeat;
	top: 2px;
	left: 2px;
	cursor: pointer;
}

#paysnap-contents {
	clear: left;
	position: relative;
	height: 200px;
}

div.paysnap-content {
	height: 200px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	overflow-x: hidden;
}

#paysnap-cart {
	width: 400px;
	height: 200px;
}

div.paysnap-cart-checkout {	

	padding-top: 12px;
	background: transparent;	
}

div.paysnap-cart-checkout .paysnap-co-btn{
	display: block;
	background: transparent url('https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif') no-repeat;
	width: 145px;
	height: 42px;
	margin: 0 auto;
	cursor: pointer;
	text-indent: -9999px
	

}

div.paysnap-content table {
	width: 100%;
	border-spacing: 0;
}


div.paysnap-div-bar{
	height:6px;
	border-top:#B5B5B5 1px solid;
	border-bottom:#929292 1px solid;
	background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top,  #fff,  #ccc);
}


#paysnap-cart-msg {
	color: #333333;
	font-size: medium;
	padding: 8px;
}




#paysnap-cart-contents {
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
	padding:0;
}



.paysnap-update-btn {
	height: 32px;
	width: 121px;
	margin: 0;
	padding: 0;
	background: transparent url('paysnap/update-btn.png') no-repeat;
}

.paysnap-update-btn input {
	opacity: 0;
}

/* clearfix hacks */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

#paysnap-cart-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
}

#paysnap-cart-footer {
	width: 392px;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 4px 4px 16px 4px;
	height: 12px;
	font-size: 11px;
}

#paysnap-cart-title, #paysnap-cart-footer {
	color: #303030;
	text-shadow: 1px 1px 0 #FFFFFF;
}

div.paysnap-cart-total {
	font-size:24px;
	line-height: 25px;
	font-family:georgia;
	font-style: italic;
	text-align: center;
	padding: 4px 0 8px 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #324C0F;
    border-bottom: solid 1px #416313;
    background: #64991E;
    background: -webkit-gradient(linear, left top, left bottom, from(#78AD32), to(#50850A));
    background: -moz-linear-gradient(top,  #78AD32,  #50850A);
}


.paysnap-row-one {
	
}

.paysnap-row-two { margin-top:6px; }
/* @end */



/* @group Sheet */

.paysnap-sheet {
	width: 280px;
	padding: 20px;
	background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
    background: -moz-linear-gradient(top,  #FFFFFF,  #EBEBEB);
	position: absolute;
	margin-top: -1px;
	top: 0;
	left: 40px;
	font-size: 1.2em;
	z-index: 2000;
	border: 1px solid #4C4C4C;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.paysnap-sheet h3 {
	padding: 0 16px 2px;
	font-weight: bold;
	color: #FFFFFF;
}
 
.paysnap-sheet div {
	color: #FFFFFF;
	padding: 10px 16px 2px;
	margin: 2px;
}

/* @end */



/* @group Fancybox */
/*! yabbox v2.0.3 fancyapps.com | fancyapps.com/yabbox/#license */
.yabbox-tmp iframe, .yabbox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.yabbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.yabbox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.yabbox-opened {
	z-index: 1003;	
}

.yabbox-opened .yabbox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.yabbox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.yabbox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.yabbox-image, .yabbox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.yabbox-image {
	max-width: 100%;
	max-height: 100%;
}

#yabbox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('paysnap/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.yabbox-close, .yabbox-prev span, .yabbox-next span {
	background-image: url('paysnap/fancybox_sprite.png');
}

.yabbox-close {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.yabbox-prev, .yabbox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('paysnap/blank.gif'); /* helps IE */
	z-index: 1003;
}

.yabbox-prev {
	left: 0;	
}

.yabbox-next {
	right: 0;
}

.yabbox-prev span, .yabbox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.yabbox-prev span {
	background-position: 0 -36px;
}

.yabbox-next span {
	background-position: 0 -72px;
}

.yabbox-prev:hover, .yabbox-next:hover {
	visibility: visible;
}

.yabbox-prev:hover span {
	left: 20px;
}

.yabbox-next:hover span {
	left: auto;
	right: 20px;
}

.yabbox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#yabbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity:  0;
	overflow: hidden;
	/* display: none; */
	z-index: 1001;
	background: #000;
}

/* Title helper */

.yabbox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.yabbox-opened .yabbox-title {
	visibility: visible;
}

.yabbox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.yabbox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.yabbox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.yabbox-title-inside-wrap {
	margin-top: 10px;
}

.yabbox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* @end */




/* button 
---------------------------------------------- */
.button{
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    min-width:100px;
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}
.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top,  #666,  #000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top,  #444,  #000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top,  #000,  #444);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top,  #575757,  #888);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* red */
.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* white */
.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}



/* green */
.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
    background: #538018;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
    color: #a9c08c;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

@media screen and (max-device-width: 480px){
    /* All iPhone only CSS goes here */
    
    #paysnap-container {
		left:10px;
	}


}

/* @group LionBars Scrollbar */

.scrollbar {
	position: absolute;
	content: "";
	display: block;
	border-radius: 100px;
	opacity: 0;
	z-index: 100;
}

.vertical {
	width: 7px;
	right: 2px;
	top: 2px;
}

.horizontal {
	height: 7px;
	bottom: 2px;
	left: 2px;
}

.scrollbar_bg {
	position: absolute;
	content: "";
	display: block;
	border-radius: 100px;
	opacity: 0;
	z-index: 99;
}

.scrollbar_bg.horizontal {
	width: 100%;
}

.scrollbar_bg.vertical {
	height: 100%;
}

.scrollbar.light {
	background: rgba(255,255,255,0.5);
}

.scrollbar_bg.light {
	background: rgba(255,255,255,0.10);
}


.scrollbar.dark {
	background: rgba(0,0,0,0.3);
}

.scrollbar_bg.dark {
	background: rgba(0,0,0,0.10);
}

.nWrap {
	overflow: auto;
	display: inline-block;
}

/* @end */


label.paysnap-label{
	font-weight:bold;
	display: block;
}




div.blockOverlay {
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); 
    -moz-opacity:.40;
    opacity:.40;	
}
div.blockMsg {
    width:  40%;
    top:    30%;
    left:   30%;
    text-align: center;
	border: 1px solid #666;
    outline: 2px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
    -moz-opacity:1;
    opacity:1;
    padding: 15px;
    color: #666;
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(90deg, #efefef 0%, #fdfdfd 40.1%, #ffffff 100%) #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#efefef), color-stop(0.401, #fdfdfd), to(#ffffff)) #fff;
}

div.blockMsg > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.blockMsg textarea {
	background: #fff;
	padding: 6px;
}

div.blockMsg a {
	color: #777;
}

div.blockMsg h3{ 
	font-size: 20px; 
	margin:4px 0;
	color:#333;
	font-weight: bold;
}

#stacks_in_5_page61 .ydps-debug {
	border-radius:  5px;
	border:  1px dashed silver;
	padding: 20px;
	background: #fff;
}
#stacks_in_273_page61 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_273_page61 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_273_page61 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_out_273_page61 {
	width: 85%;
}

#stacks_in_357_page61 {
	margin:  20px;
}

#stacks_in_360_page61 {
	font-size: 99%;
}

#stacks_in_408_page61 {
	margin:  20px;
}

#stacks_in_417_page61 {
	font-size: 99%;
}
.stacksSpacerstacks_in_285_page61 {
	display: block;
	width: 100%;
	height:30px;
}
#stacks_in_1583_page61 {
	margin:  4px;
}
/* Start Shareable stack CSS code */.arthref{	position: fixed;	top: 0;	left: 0;	z-index: 9999999999999;}.arthref .overlay{	z-index: 100;	position: fixed;	width: 100%;	height: 100%;	opacity: 0;	background: rgba(0, 0, 0, 0.8);	pointer-events: none;	display: none;	-webkit-transition: all 200ms ease-in-out;	-moz-transition: all 200ms ease-in-out;	-o-transition: all 200ms ease-in-out;	-ms-transition: all 200ms ease-in-out;	transition: all 200ms ease-in-out;}.arthref .opaque{	background: rgba(0, 0, 0, 0.2) !important;}.arthref .overlay.active{	opacity: 1;	pointer-events: all;}.arthref .icon-container{	z-index: 101;	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;	text-align: center;}.arthref .icon-container:before{	content: '';	height: 100%;	display: inline-block;	vertical-align: middle;}.arthref .icon-container .centered{	display: inline-block;	padding: 8px;	vertical-align: middle;	text-align: left;	width: 100%;	max-width: 725px;}.arthref .icon-container ul{	margin: 0;	padding: 0;	list-style-type: none;	text-align: center;	opacity: 0;		-webkit-transition: all 200ms ease-in-out;	-moz-transition: all 200ms ease-in-out;	-o-transition: all 200ms ease-in-out;	-ms-transition: all 200ms ease-in-out;	transition: all 200ms ease-in-out;		pointer-events: none;}.arthref .icon-container ul.active{	opacity: 1;	pointer-events: auto;}.arthref .icon-container ul li{	display: inline-block;	width: 80px;	height: auto;	margin: 5px;}.arthref .icon-container ul li a{	background-color: #617385;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;	display: block;	width: 80px;	height: 80px;	margin: 0 0 10px 0;}.arthref .icon-container ul li span{	text-align: center;	font-family: Arial;	font-size: 12px;	font-weight: bold;	text-shadow: 0 2px 3px rgba(0, 0, 0, .9);	color: #e5e5e5;	font-style: normal !important;	}.arthref .icon-container ul li a.aApple span{ background-position: 0px 0px; }.arthref .icon-container ul li a.aMySpace span{ background-position: -80px 0px; }.arthref .icon-container ul li a.aBlackBerry span{ background-position: -160px 0px; }.arthref .icon-container ul li a.aWikipedia span{ background-position: -240px 0px; }.arthref .icon-container ul li a.aEMail span{ background-position: -320px 0px; }.arthref .icon-container ul li a.aWordpress span{ background-position: -400px 0px; }.arthref .icon-container ul li a.aDeviantart span{ background-position: -480px 0px; }.arthref .icon-container ul li a.aForrst span{ background-position: 0px -80px; }.arthref .icon-container ul li a.aTechnorati span{ background-position: -80px -80px; }.arthref .icon-container ul li a.aXBox span{ background-position: -160px -80px; }.arthref .icon-container ul li a.aAndroid span{ background-position: -240px -80px; }.arthref .icon-container ul li a.aEvernote span{ background-position: -320px -80px; }.arthref .icon-container ul li a.aZerply span{ background-position: -400px -80px; }.arthref .icon-container ul li a.aXing span{ background-position: -480px -80px; }.arthref .icon-container ul li a.aVimeo span{ background-position: 0px -160px; }.arthref .icon-container ul li a.aTumblr span{ background-position: -80px -160px; }.arthref .icon-container ul li a.aFacebook span{ background-position: -160px -160px; }.arthref .icon-container ul li a.aDigg span{ background-position: -240px -160px; }.arthref .icon-container ul li a.aDelicious span{ background-position: -320px -160px; }.arthref .icon-container ul li a.aFriendFeed span{ background-position: -400px -160px; }.arthref .icon-container ul li a.aLinkedIn span{ background-position: -480px -160px; }.arthref .icon-container ul li a.aPaypal span{ background-position: 0px -240px; }.arthref .icon-container ul li a.aBehance span{ background-position: -80px -240px; }.arthref .icon-container ul li a.aFoursquare span{ background-position: -160px -240px; }.arthref .icon-container ul li a.aWindows span{ background-position: -240px -240px; }.arthref .icon-container ul li a.aSkype span{ background-position: -320px -240px; }.arthref .icon-container ul li a.aTwitter span{ background-position: -400px -240px; }.arthref .icon-container ul li a.aPosterous span{ background-position: -480px -240px; }.arthref .icon-container ul li a.aLastFm span{ background-position: 0px -320px; }.arthref .icon-container ul li a.aQuora span{ background-position: -80px -320px; }.arthref .icon-container ul li a.aYouTube span{ background-position: -160px -320px; }.arthref .icon-container ul li a.aPinterest span{ background-position: -240px -320px; }.arthref .icon-container ul li a.aPath span{ background-position: -320px -320px; }.arthref .icon-container ul li a.aGooglePlus span{ background-position: -400px -320px; }.arthref .icon-container ul li a.aFlud span{ background-position: -480px -320px; }.arthref .icon-container ul li a.aStumbleUpon span{ background-position: 0px -400px; }.arthref .icon-container ul li a.aReddit span{ background-position: -80px -400px; }.arthref .icon-container ul li a.aRSS span{ background-position: -160px -400px; }.arthref .icon-container ul li a.aScoutzie span{ background-position: -240px -400px; }.arthref .icon-container ul li a.aBlogger span{ background-position: -320px -400px; }.arthref .icon-container ul li a.aGrooveshark span{ background-position: -400px -400px; }.arthref .icon-container ul li a.aAIM span{ background-position: -480px -400px; }.arthref .icon-container ul li a.aYahoo span{ background-position: 0px -480px; }.arthref .icon-container ul li a.aFlickr span{ background-position: -80px -480px; }.arthref .icon-container ul li a.aDribbble span, .arthref .icon-container ul li a.aDribble span{ background-position: -160px -480px; }.arthref .icon-container ul li a.aInstagram span{ background-position: -240px -480px; }/* Background Colors */	.arthref .icon-container ul li a.aApple{background-color:#272727;}.arthref .icon-container ul li a.aMySpace{background-color:#272727;}.arthref .icon-container ul li a.aBlackBerry{background-color:#2c2c2c;}.arthref .icon-container ul li a.aWikipedia{background-color:#303030;}.arthref .icon-container ul li a.aEMail{background-color:#434343;}.arthref .icon-container ul li a.aWordpress{background-color:#444;}.arthref .icon-container ul li a.aDeviantart{background-color:#40504c;}.arthref .icon-container ul li a.aForrst{background-color:#254619;}.arthref .icon-container ul li a.aTechnorati{background-color:#48aa26;}.arthref .icon-container ul li a.aXBox{background-color:#61a500;}.arthref .icon-container ul li a.aAndroid{background-color:#8acd16;}.arthref .icon-container ul li a.aEvernote{background-color:#78ba4e;}.arthref .icon-container ul li a.aZerply{background-color:#99bd67;}.arthref .icon-container ul li a.aXing{background-color:#036567;}.arthref .icon-container ul li a.aVimeo{background-color:#627486;}.arthref .icon-container ul li a.aTumblr{background-color:#365471;}.arthref .icon-container ul li a.aFacebook{background-color:#3b5998;}.arthref .icon-container ul li a.aDigg{background-color:#1b5891;}.arthref .icon-container ul li a.aDelicious{background-color:#3274d1;}.arthref .icon-container ul li a.aFriendFeed{background-color:#5e94d6;}.arthref .icon-container ul li a.aLinkedIn{background-color:#2086bc;}.arthref .icon-container ul li a.aPaypal{background-color:#478fda;}.arthref .icon-container ul li a.aBehance{background-color:#0d8af8;}.arthref .icon-container ul li a.aFoursquare{background-color:#17a4d7;}.arthref .icon-container ul li a.aWindows{background-color:#22aee7;}.arthref .icon-container ul li a.aSkype{background-color:#00aff0;}.arthref .icon-container ul li a.aTwitter{background-color:#00b6f3;}.arthref .icon-container ul li a.aPosterous{background-color:#8ab4cd;}.arthref .icon-container ul li a.aLastFm{background-color:#b70300;}.arthref .icon-container ul li a.aQuora{background-color:#c21d11;}.arthref .icon-container ul li a.aYouTube{background-color:#c8312b;}.arthref .icon-container ul li a.aPinterest{background-color:#cb2027;}.arthref .icon-container ul li a.aPath{background-color:#bf3119;}.arthref .icon-container ul li a.aGooglePlus{background-color:#cf4231;}.arthref .icon-container ul li a.aFlud{background-color:#ff503e;}.arthref .icon-container ul li a.aStumbleUpon{background-color:#eb4924;}.arthref .icon-container ul li a.aReddit{background-color:#ff500f;}.arthref .icon-container ul li a.aRSS{background-color:#ff7722;}.arthref .icon-container ul li a.aScoutzie{background-color:#f87242;}.arthref .icon-container ul li a.aBlogger{background-color:#fc9c4a;}.arthref .icon-container ul li a.aGrooveshark{background-color:#fca204;}.arthref .icon-container ul li a.aAIM{background-color:#ffba00;}.arthref .icon-container ul li a.aYahoo{background-color:#640e6b;}.arthref .icon-container ul li a.aFlickr{background-color:#ff0084;}.arthref .icon-container ul li a.aDribbble,.arthref .icon-container ul li a.aDribble{background-color:#ff0084;}.arthref .icon-container ul li a.aInstagram{background-color:#723f2d;}.arthref .icon-container ul li a span{ display: block; width: 80px; height: 80px; background: url(../files/sprite.png) no-repeat; }.arthref .icon-container ul li a{	background-image: -webkit-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);	background-image: -moz-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);	background-image: -o-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);	background-image: -ms-radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);	background-image: radial-gradient(center center, 80px 80px, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);}.arthref .icon-container ul li:hover a{	background-image: -webkit-radial-gradient(center center, 80px 80px, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);	background-image: -moz-radial-gradient(center center, 80px 80px, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);	background-image: -o-radial-gradient(center center, 80px 80px, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);	background-image: -ms-radial-gradient(center center, 80px 80px, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);	background-image: radial-gradient(center center, 80px 80px, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);}/* Animations */.arthref .launchpad .icon-container ul{	-webkit-transform-origin: center 20%;	-webkit-transform: scale(0.8);		-moz-transform-origin: center 20%;	-moz-transform: scale(0.8);	-o-transform-origin: center 20%;	-o-transform: scale(0.8);	-ms-transform-origin: center 20%;	-ms-transform: scale(0.8);	transform-origin: center 20%;	transform: scale(0.8);}.arthref .launchpad.active .icon-container ul{	-webkit-transform: scale(1);	-moz-transform: scale(1);	-o-transform: scale(1);	-ms-transform: scale(1);	transform: scale(1);}.arthref .launchpadReverse .icon-container ul{	-webkit-transform-origin: center 20%;	-webkit-transform: scale(1.2);		-moz-transform-origin: center 20%;	-moz-transform: scale(1.2);	-o-transform-origin: center 20%;	-o-transform: scale(1.2);	-ms-transform-origin: center 20%;	-ms-transform: scale(1.2);	transform-origin: center 20%;	transform: scale(1.2);}.arthref .launchpadReverse.active .icon-container ul{	-webkit-transform: scale(1);	-moz-transform: scale(1);	-o-transform: scale(1);	-ms-transform: scale(1);	transform: scale(1);}.arthref .slideTop{	top: -100%;}.arthref .slideTop.active{	top: 0; }.arthref .slideRight{	left: 100%;}.arthref .slideRight.active{	left: 0; }.arthref .slideBottom{	top: 100%;}.arthref .slideBottom.active{	top: 0; }.arthref .slideLeft{	left: -100%;}.arthref .slideLeft.active{	left: 0; }.arthref .chain .icon-container ul li{	opacity: 0;}.blurred{	-webkit-transition: -webkit-filter 300ms ease-in-out;	-moz-transition: -moz-filter 300ms ease-in-out;	-o-transition: -o-filter 300ms ease-in-out;	-ms-transition: -ms-filter 300ms ease-in-out;	transition: filter 300ms ease-in-out;	-webkit-filter: blur(15px); }/* End Shareable stack CSS code */
#stacks_in_398_page61 {
	margin:  4px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1607_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_1693_page61 {
	width: 95%;
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_916_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_1655_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_out_514_page61 {
	margin-right:0;
}

#stacks_out_862_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1714_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_781_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_out_444_page61 {
	margin-right:0;
}

#stacks_out_1626_page61 {
	margin-right:0;
}

#stacks_out_834_page61 {
	width: 94%;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_729_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_729_page61 {
	margin:  5px;
}

#stacks_out_557_page61 {
	margin-right:0;
}

#stacks_out_209_page61 {
	margin-right:0;
}

#stacks_out_552_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_915_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_435_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_435_page61 {
	margin:  5px;
}

#stacks_out_731_page61 {
	margin-right:0;
}

#stacks_out_1730_page61 {
	margin-right:0;
}

#stacks_out_607_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_914_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_1032_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_out_809_page61 {
	margin-right:0;
}

#stacks_out_1087_page61 {
	width: 94%;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_403_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_out_501_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1086_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_726_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_out_1588_page61 {
	margin-right:0;
}

#stacks_out_844_page61 {
	margin-right:0;
}

#stacks_out_577_page61 {
	margin-right:0;
}

#stacks_out_856_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_913_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_1028_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_out_460_page61 {
	margin-right:0;
}

#stacks_out_1070_page61 {
	margin-right:0;
}

#stacks_out_572_page61 {
	margin-right:0;
}

#stacks_out_1076_page61 {
	margin-right:0;
}

#stacks_out_843_page61 {
	width: 94%;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_872_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_872_page61 {
	margin:  5px;
}

#stacks_out_619_page61 {
	margin-right:0;
}

#stacks_out_625_page61 {
	margin-right:0;
}

#stacks_out_668_page61 {
	margin-right:0;
}

#stacks_out_662_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1088_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_261_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_261_page61 {
	margin:  5px;
}

#stacks_out_542_page61 {
	margin-right:0;
}

#stacks_out_674_page61 {
	margin-right:0;
}

#stacks_out_686_page61 {
	margin-right:0;
}

#stacks_out_850_page61 {
	margin-right:0;
}

#stacks_out_1608_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_868_page61headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_798_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_798_page61 {
	margin:  5px;
}

#stacks_out_755_page61 {
	margin-right:0;
}

#stacks_out_356_page61 {
	margin-right:0;
}

#stacks_out_737_page61 {
	margin-right:0;
}

#stacks_out_749_page61 {
	margin-right:0;
}

#stacks_out_1594_page61 {
	margin-right:0;
}

#stacks_out_855_page61 {
	width: 94%;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_292_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_292_page61 {
	margin:  5px;
}

#stacks_out_838_page61 {
	margin-right:0;
}

#stacks_out_437_page61 {
	margin-right:0;
}

#stacks_out_562_page61 {
	margin-right:0;
}

#stacks_out_450_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_911_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_323_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_323_page61 {
	margin:  5px;
}

#stacks_out_532_page61 {
	margin-right:0;
}

#stacks_out_601_page61 {
	margin-right:0;
}

#stacks_out_613_page61 {
	margin-right:0;
}

#stacks_out_537_page61 {
	margin-right:0;
}

#stacks_out_455_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_391_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_465_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_465_page61 {
	margin:  5px;
}

#stacks_out_567_page61 {
	margin-right:0;
}

#stacks_out_547_page61 {
	margin-right:0;
}

#stacks_out_491_page61 {
	margin-right:0;
}

#stacks_out_680_page61 {
	margin-right:0;
}

#stacks_out_1089_page61 {
	width: 93%;
}

.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:18%;
	margin: 0 1%;
}

.stacks_column_center {
	margin:0 41%;
}
#stacks_out_471_page61 {
	width: 95%;
	margin-right:0;
}

#stacks_in_471_page61 {
	margin:  5px;
}

#stacks_out_592_page61 {
	margin-right:0;
}

#stacks_out_587_page61 {
	margin-right:0;
}

#stacks_out_1716_page61 {
	margin-right:0;
}

#stacks_out_1723_page61 {
	margin-right:0;
}

#stacks_out_582_page61 {
	margin-right:0;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 10, November, 2011
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_869_page61headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}







/*  This next section of CSS controls the layout for the Evolution Dark style when 6 is chosen */
.jquery-lightbox-overlay
{
  background:#FF8000;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jquery-lightbox
{
  position:relative;
  padding:17px 0;
}

.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-right
{
  position:absolute;
  height:17px;
  width:12%;
  z-index:7000;
}

.jquery-lightbox-border-top-left
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat 0 0;
  top:0;
  left:0;
}

.jquery-lightbox-border-top-right
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat right 0;
  top:0;
  right:0;
}

.jquery-lightbox-border-top-middle
{
  background:#141517;
  position:absolute;
  height:7px;
  width:78%;
  top:0;
  left:12%;
  z-index:7000;
  overflow:hidden;
}

.jquery-lightbox-border-bottom-left
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat 0 bottom;
  bottom:0;
  left:0;
}

.jquery-lightbox-border-bottom-right
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat right bottom;
  bottom:0;
  right:0;
}

.jquery-lightbox-border-bottom-middle
{
  background:#141517;
  height:7px;
  width:78%;
  position:absolute;
  bottom:0;
  left:12%;
  z-index:7000;
  overflow:hidden;
}

.jquery-lightbox-title
{
   background:#FFFFFF;
  color:#000000;
  font-family:verdana,arial,serif;
  font-size:11px;
  line-height:14px;
  padding:5px 8px;
  margin:3px;
  position:absolute;
  
  bottom:0;
  
  
  z-index:7000;
  opacity:0.45;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
  
  
  
  
  
}

.jquery-lightbox-html
{
  z-index:7000;
  position:relative;
  border:0;
  border-left:7px solid #141517;
  border-right:7px solid #141517;
  padding:0px 15px;
  vertical-align:top;
}

.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe
{
  vertical-align:top;
  display:block;
}

.jquery-lightbox-background
{
  position:absolute;
  top:7px;
  left:7px;
  z-index:6999;
  float:left;
  padding:0;
}

.jquery-lightbox-background img
{
  display:block;
  position:relative;
  border:0;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}


.jquery-lightbox-mode-image .jquery-lightbox-html
{
  z-index:6998;
  padding:0;
}

.jquery-lightbox-mode-html .jquery-lightbox-background
{
  background:#FFFFFF;
}

.jquery-lightbox-mode-html .jquery-lightbox-html
{
  overflow:auto;
}

.jquery-lightbox-loading,
.jquery-lightbox-mode-html .jquery-lightbox-loading
{
  background:#ffffff url(../files/Dorado_images/loading6.gif) no-repeat center center;
}

.jquery-lightbox-button-close
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -154px -23px;
  position:absolute;
  top:7px;
  right:-26px;
  width:29px;
  height:40px;
}

.jquery-lightbox-button-close:hover
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -203px -23px;
}

.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span
{
  display:none;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -30px -29px;
  right:14px;
  z-index:7002;
  width:40px;
  height:29px;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close:hover
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -83px -29px;
}

.jquery-lightbox-buttons 
{
  position:absolute;
  z-index:7001;
  top:7px;
  left:7px;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init,
.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  width:14px;
  height:29px;
  float:left;
  display:inline;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -32px -82px;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -339px -82px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left
{
  display:none;
}


.jquery-lightbox-buttons .jquery-lightbox-button-right
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -72px -82px;
  width:29px;
  height:29px;
  float:left;
  display:inline;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:hover
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -141px -82px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-min
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -192px -82px;
  width:29px;
  height:29px;
  float:left;
  display:inline;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:hover
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -226px -82px;
}


.jquery-lightbox-buttons-custom
{
  height:29px;
  float:left;
  display:inline;
  background:#f3f3f3;
  line-height:29px;
  font-size:10px;
}

.jquery-lightbox-buttons-custom a
{
  color:#141517;
  font-size:10px;
  display:inline;
  font-weight:normal;
  text-decoration:underline;
  padding:0 3px;
}

.jquery-lightbox-navigator
{
  position:absolute;
  z-index:7002;
  overflow:hidden;
  top:7px;
  left:7px;
  height:90px;
}

.jquery-lightbox-navigator .jquery-lightbox-button-left
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -7px -141px;
  cursor: pointer;
  display: block;
  height: 84px;
  left: 0;
  margin-top: -42px;
  position: absolute;
  top: 50%;
  width: 21px;
  z-index: 7003;
}

.jquery-lightbox-navigator .jquery-lightbox-button-left:hover
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -50px -141px;
}

.jquery-lightbox-navigator .jquery-lightbox-button-right
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -389px -141px;
  cursor: pointer;
  display: block;
  height: 84px;
  right: 0;
  margin-top: -42px;
  position: absolute;
  top: 50%;
  width: 21px;
  z-index: 7003;
}

.jquery-lightbox-navigator .jquery-lightbox-button-right:hover
{
  background: url(../files/Dorado_images/jquery-lightbox-theme6.png) no-repeat -351px -141px;
}

.jquery-lightbox-navigator span
{
  display:none;
}

.jquery-lightbox-mode-html .jquery-lightbox-navigator
{
  display:none;
}

.jquery-lightbox-hide
{
  display:none;
}

/* Retina: */
@media screen and (max-device-width: 640px), screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-device-width: 768px) and (max--moz-device-pixel-ratio: 2)
{
  .jquery-lightbox-button-close,
  .jquery-lightbox-button-close:hover,
  .jquery-lightbox-mode-image .jquery-lightbox-button-close,
  .jquery-lightbox-mode-image .jquery-lightbox-button-close:hover,
  .jquery-lightbox-border-top-left,
  .jquery-lightbox-border-top-right,
  .jquery-lightbox-border-bottom-left,
  .jquery-lightbox-border-bottom-right,
  .jquery-lightbox-buttons .jquery-lightbox-buttons-init,
  .jquery-lightbox-buttons .jquery-lightbox-buttons-end,
  .jquery-lightbox-buttons .jquery-lightbox-button-left,
  .jquery-lightbox-buttons .jquery-lightbox-button-left:hover,
  .jquery-lightbox-buttons .jquery-lightbox-button-right,
  .jquery-lightbox-buttons .jquery-lightbox-button-right:hover,
  .jquery-lightbox-buttons .jquery-lightbox-button-max,
  .jquery-lightbox-buttons .jquery-lightbox-button-max:hover,
  .jquery-lightbox-buttons .jquery-lightbox-button-min,
  .jquery-lightbox-buttons .jquery-lightbox-button-min:hover,
  .jquery-lightbox-navigator .jquery-lightbox-button-left,
  .jquery-lightbox-navigator .jquery-lightbox-button-left:hover,
  .jquery-lightbox-navigator .jquery-lightbox-button-right,
  .jquery-lightbox-navigator .jquery-lightbox-button-right:hover
  {
    background-image: url(images/jquery-lightbox-theme-mobile.png);
    background-size: 834px auto;
  }
  
  .jquery-lightbox-button-close
  {
    background-position:-308px -46px;
    width:58px;
    height:80px;
    right:-52px;
  }

  .jquery-lightbox-button-close:hover
  {
    background-position:-406px -46px;
  }

  .jquery-lightbox-mode-image .jquery-lightbox-button-close
  {
    background-position:-60px -58px;
    width:80px;
    height:58px;
  }
  .jquery-lightbox-mode-image .jquery-lightbox-button-close:hover
  {
    background-position:-166px -58px;
  }
  
  .jquery-lightbox-buttons .jquery-lightbox-buttons-init,
  .jquery-lightbox-buttons .jquery-lightbox-buttons-end
  {
    width:28px;
    height:58px;
  }

  .jquery-lightbox-buttons .jquery-lightbox-buttons-init
  {
    background-position: -64px -164px;
  }

  .jquery-lightbox-buttons .jquery-lightbox-buttons-end
  {
    background-position: -678px -164px;
  }

  .jquery-lightbox-buttons .jquery-lightbox-button-max
  {
    background-position: -144px -164px;
    width:58px;
    height:58px;
  }

  .jquery-lightbox-buttons .jquery-lightbox-button-max:hover
  {
    background-position: -282px -164px;
  }

  .jquery-lightbox-buttons .jquery-lightbox-button-min
  {
    background-position: -384px -164px;
    width:58px;
    height:58px;
  }

  .jquery-lightbox-buttons .jquery-lightbox-button-min:hover
  {
    background-position: -452px -164px;
  }

  .jquery-lightbox-buttons-custom
  {
    height:58px;
    line-height:58px;
  }

  .jquery-lightbox-navigator
  {
    height:180px;
  }

  .jquery-lightbox-navigator .jquery-lightbox-button-left
  {
    background-position: -14px -282px;
    width:42px;
    height:168px;
    margin-top:-84px;
  }

  .jquery-lightbox-navigator .jquery-lightbox-button-left:hover
  {
    background-position: -100px -282px;
  }

  .jquery-lightbox-navigator .jquery-lightbox-button-right
  {
    background-position: -778px -282px;
    width:42px;
    height:168px;
    margin-top:-84px;
  }

  .jquery-lightbox-navigator .jquery-lightbox-button-right:hover
  {
    background-position: -702px -282px;
  }
}




