/* @override http://beispiel.sandbox.versacommerce.de/accounts/beispiel_versacommerce_de/designs/shine/assets/shop.css */

/* @group Structure */

html {
	background-color: #3F3F3F;
}

body {
  font: normal normal normal 12px/22px HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #777;
  background: #202020 url(gradient_background.jpg) repeat-x 0 bottom;
}


#container {
   padding-top: 45px;
}

#logo {
}


#content {
  margin-top: 50px;
  min-height: 400px;
}


#footer {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: lowercase;
  text-align: center;
}

/* @end */

/* @group Tags & More */

h1, h2, h3 {
  font-weight: normal;
  font-style: normal;
  color: #bcbcbc;
}

h2 {
  font-size: 14px;
}

td, th {
  vertical-align: top; 
}

th {
  text-align: left;
}

a {
  text-decoration: none;
  color: #777;
  font-weight: normal;
  font-style: normal;
}

a:hover, a.current {
  color: white;
}


.align_right {
  text-align: right;
}

/* @end */

/* @group Navigation */


.main-navigation {
  text-align: left;
  margin-left: 23px;
}

.cartinfo {
  font-size: 16px;
  text-align: right;
}

.cartlink {
  padding-left: 20px;
  background: url(cart.png) no-repeat;
}

.side-navigation {
  text-align: center;
}

.main-navigation a {
  font-size: 16px;
  text-transform: lowercase;
  margin-right: 20px;
}


.side-navigation a {
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 15px;
}

/* @end */

/* @group Collection */

.collection_product {
  width: 220px;
  padding: 10px;
  margin-bottom: 40px;
}

.collection_product_table {
  margin-top: 60px;
}

.collection_product_image {
  text-align: center;
}
.collection_product_image img {
  width: 160px;
}

.collection_product_info {
  text-align: center;
}

.collection_product_price {
  padding: 3px 5px 3px 8px;
  display: inline;
  background-color: #5e7000;
  color: white;
  font-weight: bold;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}

.collection_product_price del {
  font-weight: normal;
  margin-left: 5px;
}

.collection_product_title {
  display: inline;
  background-color: #999;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  padding: 3px 8px 3px 5px;
}

.collection_product_title a {
    color: #202020;
}

.collection_product_title a:hover {
  color: #202020;
  text-decoration: underline;
}


/* @end */

/* @group product */

.product_big_image_block {
  width: 380px;
}

.product_big_image_block img {
  width: 380px;
}
.product_small_image_block {
  text-align: center;
  width: 190px;
  float: left;
}

.shadow-image {
  width: 380px;
  height: 12px;
  background: url(image_shadow.png) no-repeat center;
}


a:hover.zoomimage img {
  background: url(zoom.png) no-repeat left top;
}

.product_list th {
  width: 70px; 
}

#product_description_container {
  height: 340px;
  width: 280px;
  padding-right: 20px;
  position: absolute;
  overflow-x: visible;
  overflow-y: visible;
  top: 0px;
  margin-left: 15px;
}

#product_description_container h1, h3 {
  margin-bottom: 5px;
}

.puchase-box {
  float: right;
}
.spacer-purchase-box {
  width: 180px;
  height: 90px;
}

#product_purchase_container {
  background: url(purchase_box_bg.png) no-repeat 0 0;
  width: 181px;
  height: 271px;
  margin-top: 0;
  margin-left: 10px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.shadow-purchase-box {
  background: url(purchase_box_shadow.png) no-repeat center;
  margin-left: 10px;
  width: 180px;
  height: 12px;
  
}

#product_purchase_container h3 {
  font-size: 16px;
  color: #8a8a8a;
  padding-top: 10px;
  margin-bottom: 20px;
}

.product_purchase_price {
  font-size: 24px;
  line-height: 48px;
}

.discount {
  color: #770002;
}

.discounted {
  background-color: #770002;
}

a.small {
  margin-left: 10px;
  font-size: 10px;
}
a.button {
  background-color: #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 3px 8px 3px 5px;
  color: #202020;
}

a:hover.button {
  color: #202020;
  text-decoration: underline;
}

/* @end */

/* @group cart */

* {
  background-color: #999;
  border: none;
}



/* @end */

/* @group ScrollPane.js */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
}
.jScrollPaneDrag {
	position: absolute;
	background: url(scrollpane/drag_middle.png) repeat-y;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(scrollpane/drag_top.png) no-repeat;
	height: 20px;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(scrollpane/drag_bottom.png) no-repeat;
	height: 20px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* @end */

/* @group jQuery ColorBox */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* @end */


