/**************************************************************************
* Menu container for rounded boxs
**************************************************************************/
.rounded_box_container {
	display:block;
	width:100%;
	margin:0;
	min-height:150px;
}
.rounded_small_box_container {
	display:block;
	width:100%;
	margin:0;
	min-height:100px;
}

/**************************************************************************
* Rounded Corner Boxes
**************************************************************************/
.rounded_box_corners {
	height:20px;
	font-size:0;
	line-height:0;
}
.rounded_box_edges {
	height: 20px;
    margin-left:20px;
    margin-right:20px;
	font-size:0;
	line-height:0;	
}
.rounded_box_center {
    margin-left:20px;
    margin-right:20px;
}
.rounded_box_content {
	float:left;
}
#boxContent{
	float:left;
	clear:left;
}
/**************************************************************************
* Rounded Corner Boxes With Gradient
**************************************************************************/
#grad-nw {
	background: url( ../images/grad-nw.gif ) no-repeat top left;
}
#grad-n {
    background: url( ../images/grad-n.gif ) repeat-x top;
}
#grad-ne {
	background: url( ../images/grad-ne.gif ) no-repeat top right;
}
#grad-w {
	background: url( ../images/grad-w.gif ) no-repeat top left;
}
#grad-c {
    background: url( ../images/grad-c.gif ) repeat-x top #c0c1c3;
}
#grad-e {
    background: url( ../images/grad-e.gif ) no-repeat top right;
}
#grad-sw {
	background: url( ../images/grad-sw.gif ) no-repeat bottom left;
}
#grad-s {
	background: url( ../images/grad-s.gif ) repeat-x bottom;
}
#grad-se {
	background: url( ../images/grad-se.gif ) no-repeat bottom right;
}
/**************************************************************************
* White Rounded Corner Boxes
**************************************************************************/
#white-nw {
	background: url( ../images/white-nw.gif ) no-repeat top left;
}
#white-n {
    background: url( ../images/white-n.gif ) repeat-x top;
}
#white-ne {
	background: url( ../images/white-ne.gif ) no-repeat top right;
}
#white-w {
	background: url( ../images/white-w.gif ) repeat-y top left;
}
#white-c {
    background:#FBFBFB;
}
#white-e {
    background: url( ../images/white-e.gif ) repeat-y top right;
}
#white-sw {
	background: url( ../images/white-sw.gif ) no-repeat bottom left;
}
#white-s {
	background: url( ../images/white-s.gif ) repeat-x bottom;
}
#white-se {
	background: url( ../images/white-se.gif ) no-repeat bottom right;
}

/*
* IE 6 HACK!!!!!!!!!!
*/
*html .categories_clearer {
	background:#c0c1c3;
}
.temp{
	height:300px;
	width:210px;
}
