<!--
/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      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 +


	<div class="top-left"></div><div class="top-right"></div>
		<div class="inside">
			<div class="gap-saver"></div>
			<div class="gap-saver"></div>
		</div>
	<div class="bottom-left"></div><div class="bottom-right"></div>

*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('http://eshop.rcring.eu/images/menu/blue_box.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #3366CC; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #3366CC;/* YCC: color & properties of the right-borderline */
	background: ##EEEEEE;            /* YCC: background-color of the inside */
	color: #3366CC;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	font-size:7pt;
	font-family: Verdana;
    margin-left: auto ;
    margin-right: auto ;
}
.insideSmall {
	border-left: 1px solid #3366CC; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #3366CC;/* YCC: color & properties of the right-borderline */
	background: ##EEEEEE;            /* YCC: background-color of the inside */
	color: #3366CC;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	font-size:6.3pt;
	font-family: Verdana;
    margin-left: auto ;
    margin-right: auto ;
}


.notopgap    { margin-top: 0; word-spacing:0; margin-bottom:0 }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; word-spacing:0; margin-top:0 } /* DNC: to avoid splitting of the box */

.top-left-empty, .top-right-empty, .bottom-left-empty, .bottom-right-empty { 
	background-image: url('http://eshop.rcring.eu/images/menu/empty_box.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px
	}
.top-left-empty, .bottom-left-empty { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right-empty, .bottom-right-empty { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right-empty {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left-empty  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right-empty { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside-empty {
	border-left: 0px ; /* YCC: color & properties of the left-borderline */
	border-right: 0px ;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #FFFFFF;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	font-family: Verdana;
	}


.top-left-price, .top-right-price, .bottom-left-price, .bottom-right-price { 
	background-image: url('http://eshop.rcring.eu/images/menu/blue-grey.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px
	}
.top-left-price, .bottom-left-price { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right-price, .bottom-right-price { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right-price {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left-price  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right-price { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside-price {
	border-left: 1px solid #3366CC; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #3366CC;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #3366CC;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	font-size:8px;
	font-family: Verdana;
	text-align:justify;
	}
	
.inside-noborder {
	border-left: 0px ; /* YCC: color & properties of the left-borderline */
	border-right: 0px;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #3366CC;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	font-size:7pt;
	font-family: Verdana;
	}
	
.gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0;
     font-size: 1px; /* to correct IE */
     }

-->
