
div.rounded, div.block {
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
}

.rounded-top, .toolbar {
  -moz-border-radius-topleft:1ex;
  -moz-border-radius-topright:1ex;
  -webkit-border-top-left-radius:1ex;
  -webkit-border-top-right-radius:1ex;
} 

/*.rounded-bottom, .category-name, .category-name:hover, .product-details {
  -moz-border-radius-bottomleft:1ex;
  -moz-border-radius-bottomright:1ex;
  -webkit-border-bottom-left-radius:1ex;
  -webkit-border-bottom-right-radius:1ex;
}*/



/* BOX WHITE */
div.box-white {
	clear:both;
	max-width:2400px;
	margin:0/*4px*/ auto;
	/*width:95%;*/
}
div.box-white div.boxtop {
	background:url("../images/box/tl-white.png") no-repeat bottom left;
	width:100%;
}
div.box-white div.boxtop div.boxright {
	background:url("../images/box/tr-white.png") no-repeat bottom right;
	height:4px;
	margin-left:4px;
}
div.box-white div.boxmiddle {
	background:url("../images/box/l-white.png") repeat-y left;
	clear:both;
	width:100%;
}
div.box-white div.boxmiddle div.boxright {
	background:url("../images/box/r-white.png") repeat-y right;
	margin-left:4px;
}
div.box-white div.boxmiddle div.boxright div.boxcontent {
	background:#E9E9E9 url("../images/box/bg-white.png") repeat-x;
	color:#333;
	font-size:1.0em;
	line-height:1.3em;
	margin-right:4px;
	min-height:100px;
	height:auto !important;
	height:100px;
}
div.box-white div.boxbottom {
	background:url("../images/box/bl-white.png") no-repeat top left;
	clear:both;
	width:100%;
}
div.box-white div.boxbottom div.boxright {
	background:url("../images/box/br-white.png") no-repeat top right;
	height:4px;
	margin-left:4px;
}
/* @end BOX WHITE */

/* BOX GREY */
div.box-grey {
	clear:both;
	max-width:2400px;
	margin:0/*4px*/ auto;
	/*width:95%;*/
}
div.box-grey div.boxtop {
	background:url("../images/box/tl-grey.png") no-repeat bottom left;
	width:100%;
}
div.box-grey div.boxtop div.boxright {
	background:url("../images/box/tr-grey.png") no-repeat bottom right;
	height:4px;
	margin-left:4px;
}
div.box-grey div.boxmiddle {
	background:url("../images/box/l-grey.png") repeat-y left;
	clear:both;
	width:100%;
}
div.box-grey div.boxmiddle div.boxright {
	background:url("../images/box/r-grey.png") repeat-y right;
	margin-left:4px;
}
div.box-grey div.boxmiddle div.boxright div.boxcontent {
	background:#E9E9E9 url("../images/box/bg-grey.png") repeat-x;
	color:#FFFFFF;
	font-size:1.0em;
	line-height:1.3em;
	margin-right:4px;
	min-height:100px;
	height:auto !important;
	height:100px;
}
div.box-grey div.boxbottom {
	background:url("../images/box/bl-grey.png") no-repeat top left;
	clear:both;
	width:100%;
}
div.box-grey div.boxbottom div.boxright {
	background:url("../images/box/br-grey.png") no-repeat top right;
	height:4px;
	margin-left:4px;
}
/* @end BOX GREY */

