/* -------------------------------------------------- */
/* Standard CSS StyleSheets - OPAG Online Promotin AG */
/* -------------------------------------------------- */

/******************************************************
  Index:
  
  1) Box Shadow

  
******************************************************/


/* ----------------------------------------------------
   1) Box Shadow
*/

	/* Sides */
	div.shadow_right, div.shadow_left {
		background-repeat:repeat-y;
	}
	div.shadow_left {
		padding-right:8px;
		background-image:url(/img/content/shadow_box_right.png);
		background-position:right;
	}
	div.shadow_right {
		padding-left:8px;
		background-image:url(/img/content/shadow_box_left.png);
		background-position:left;
	}

	/* Top & Bottom */
	div.shadow_top, div.shadow_bottom {
		height:8px;
		line-height:8px;
		margin:0 23px;
		background-repeat:repeat-x;
	}
	div.shadow_top {
		margin-top:10px;
		background-image:url(/img/content/shadow_box_top.png);
		background-position:bottom;
	}
	div.shadow_bottom {
		background-image:url(/img/content/shadow_box_bottom.png);
		background-position:top;
	}

	/* FullShadow */
	div.shadow_line {
		margin:0;
	}


	/* Corners Top & Bottom */
	img.shadow_top_left, img.shadow_top_right, img.shadow_bottom_left, img.shadow_bottom_right {
		position:relative;
	}
	img.shadow_top_left, img.shadow_bottom_left {
		float:left;
		right:22px;
	}
	img.shadow_top_right, img.shadow_bottom_right {
		float:right;
		left:22px;
	}

/* -------------------------------------------------- */
/* END OF FILE                                        */
