/*
	| liquidcorners-extended.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with painted border outside a contentbox with class="inside"; 
	|      image1 = upper half: top left corner, long top border, top right corner
	|               under half: bottom left corner, long bottom border, bottom right corner
	|      image2 = left half: left border; right side: right border
	|               because repeat-y: image2 can be reduced in height!
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/

.top-left, .top-right { 
	background-image: url('/pics/greenbox.gif'); /* CHANGE: path and name of your image1 */
	height: 21px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	}
	
.bottom-left, .bottom-right { 
	background-image: url('/pics/greenbox.gif'); /* CHANGE: path and name of your image1 */
	height: 27px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
	
.top-left, .bottom-left { 
	margin-right: 26px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right { 
	margin-left: 19px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -21px;  /* CHANGE: replace by the height of one of your corners */
	text-align: center;
	font-size: 14px;
	font-weight: bold; 
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -27px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	 /* CHANGE: replace second number by negative height of one of your corners */
	margin-left: 14px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -27px;  /* CHANGE: replace by the height of one of your corners */
	background-position: 100% -27px;
	}
.inside {
	margin-left: 14px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 14px;              /* CHANGE: replace by the width of one of your corners */
	background: #90d3d3;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 5px;             /* YCC: all texts at some distance of the left border */
	padding-right:5px;             /* YCC: all texts at some distance of the right border */
	text-align: left;               /* YCC: position of all texts inside */
	}

.notopgap    { margin: 0px;  }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
.insideleft, .insideright {
	background-image: url('/pics/greenboxmiddle.gif'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
.insideright { background-position: 100% 0; } /* DNC: position right corner */


/* Runde Ecken fuer die Anzeigendarstellung in der Liste */
/* ############################################################################################ */
/* ############################################################################################ */
/* ############################################################################################ */
/* ############################################################################################ */
/* ############################################################################################ */

.ads-top-left, .ads-top-right {
	background-image: url('/pics/greenbox_ads2.gif'); /* CHANGE: path and name of your image1 */
	height: 10px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
	
.ads-top-left { 
	margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
	}
	
.ads-top-right {
	margin-left: 10px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}

.ads-bottom-left, .ads-bottom-right {
	background-image: url('/pics/greenbox_ads2.gif'); /* CHANGE: path and name of your image1 */
	height: 14px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.ads-bottom-left  { 
	margin-right: 14px; /* CHANGE: replace by the width of one of your corners */
	background-position: 0 -10px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.ads-bottom-right { 
	margin-left: 10px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -14px;  /* CHANGE: replace by the height of one of your corners */
	background-position: 100% -10px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.ads-inside {
	margin-left: 10px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 14px;              /* CHANGE: replace by the width of one of your corners */
	background-color: #90d3d3;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 0;             /* YCC: all texts at some distance of the left border */
	padding-right: 0;             /* YCC: all texts at some distance of the right border */
	text-align: left;               /* YCC: position of all texts inside */
	}
.ads-inside h2 {	margin: 0; }
.ads-inside h3 {	margin: 0; }
.ads-notopgap    { margin: 0; font-size: 2px; }    /* DNC: to avoid splitting of the box */
.ads-nobottomgap { 	margin: 0; 	font-size: 2px;	} /* DNC: to avoid splitting of the box */
.ads-insideleft, .ads-insideright {
	background-image: url('/pics/greenboxmiddle_ads1.gif'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
.ads-insideright { background-position: 100% 0; } /* DNC: position right corner */


/*
implementation in the page:
	...
	<head>
	<link rel="stylesheet" type="text/css" href="liquidcorners.css">
	...
	</head>
	<body>
	...
	...
	<div class="top-left"></div><div class="top-right"></div>
	<div class="insideleft"><div class="insideright"><div class="inside">
		<p class="notopgap">Your text & other things inside</p>
		...
		<p class="nobottomgap">...</p>
	</div></div></div>
	<div class="bottom-left"></div><div class="bottom-right"></div>
	...
	...
	</body>
*/

