/* $Id: order.css 884 2009-08-26 22:36:23Z sdalu $ */

      #selection span {
        cursor: pointer;
      }
      #selection span:hover {
        border-bottom: 3px solid red !important;
      }
      #selection span.selected {
        border-bottom: 3px solid green;
      }


.logo-poster {
float: right;
}
.logo-poster img {
  height: 200px;
 border: 1px solid white;
 margin-left: 1em;
}
      /*
      * Thumbnail
      */
      .thumbnail {
        border:                 1px solid #554444;
        margin:                 2px;
        padding:                4px;
        color:                  black;
        background-color:       #332222;
        font-size:              small;
        float:			left;
	position: 		relative;
	overflow: hidden;
      } 
      .thumbnail .frame {
	background-repeat:	no-repeat;
      }
      .thumbnail .frame .inner {
	text-align:		center;
      }
      .thumbnail .frame .inner  img {
	vertical-align:		middle;
        border:                 2px solid #554444;
      }
      .thumbnail .info {
        margin		: 3px;
        position	: absolute;
        top		: 0;
        right		: 0;
        display		: none;
	background-image: url(/order/images/16x16/gtk-info.png);
	background-position: center center;
	background-repeat: no-repeat;
	width		: 16px;
	height		: 16px;
	cursor		: pointer;
	z-index		: 500;
      }
      .thumbnail:hover .info {
	display		: block;
      }
      .thumbnail .info span {
        visibility	: hidden;
      }
      .thumbnail .title {
	position	: absolute;
	text-align	: center;
	width		: 100%;
        background	: url(/order/images/transparency/w75.png);
	left		: 0;
	top		: 0;
	padding		: 3px;
	display		: none;
	font-weight	: bold;
      }



.sc-title {
display: none;
}


.sc-cart-empty ul {
list-style-position: outside;
padding-left: 1em;
}
.sc-cart-empty ol {
list-style-position: outside;
padding-left: 1.5em;
}

      .highslide-full-expand, .highslide-play,
      .highslide-pause, .highslide-move {
          display: none !important;
      }
      .highslide-controls { width: 105px; }

      h1 {
        margin-top: 1em;
        margin-bottom: 1ex;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
      }


      .gallery {
        margin-right: 290px;
      }

      .gallery .thumbnail {
        background-repeat : repeat;
        background-position: 50% 50%;
        padding:                4px;
      }
      .gallery .thumbnail:hover img {
        border-color: white;
      }

      .gallery .thumbnail .frame .inner {
	width:			130px;
	height:			130px;
	line-height:		130px; /* ?? -2 ?? */
      }

      .sc-item:hover .sc-buy-quick {
        display: block;
      }

      .sc-buy-panel {
        width		: 138px;
      }

      .cart-holder {
        width		: 280px;
        float		: right;
      }
      .cart-holder .sc-cart {
        height		: 515px;
      }
      .cart-holder .secondary-checkout {
        border		: 1px solid white;
	font-size	: 12px;
      }
      .secondary-checkout .sc-cart-checkout:hover {
        background: url(/order/images/48x48/cart-apply.png) center no-repeat;
      }

      
      .main-checkout .cart-checkout-empty,
      .main-checkout .cart-checkout-validate {
	-moz-opacity	: 0.8;
	opacity		: 0.8;
	filter		: alpha(opacity=80);
      }
      .main-checkout .cart-checkout-empty:hover,
      .main-checkout .cart-checkout-validate:hover {
	-moz-opacity	: 1;
	opacity		: 1;
	filter		: alpha(opacity=100);
      }

      .main-checkout .sc-cart-checkout {
        width		: 50ex;
      }
      .main-checkout td img {
        margin-left: 2em;
      }


      .cart-default {
        width		: 62ex;
      }
      .cart-default-choice {
	width		: 30ex;
        height		: 1.5em;
	float		: left;
	margin		: 1em;
        padding		: 0;
        margin		: 2px;
      }

