/* CSS Order Page */

.order_right { width:510px; float:right; }
.order_left { width:310px; float:left; margin-right:10px; }

.blue_text_box table { width:510px; margin:10px 0px 10px 0px; padding:0px; border-collapse:collapse; }
.blue_text_box table tr { height:25px; }
.text_right { text-align:right; }

.secure_logos { width:170px; float:left; text-align:center; }

div#you_get ul { margin-left:20px; list-style:disc; }
div#you_get ul li { line-height:1.5em; margin-bottom:1.3em; }

/* WHAT'S THIS - POPUP WINDOW */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E7EBF1;
width: 300px;
padding: 5px;
left: 250px;
border: 1px solid #213B52;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}