@CHARSET "UTF-8";

/* Boxes CSS File */

/* General and Default Boxes */

.box {
	margin-top: 6px;
}

#productlist.box {
	margin-top: -3px;
}

#productlist .boxContent {
	padding-top: 3px;
	padding-bottom: 0px;
	height: 83px !important;
}

.box,
.boxHeader,
.boxHeader div,
.boxContentWrapper1,
.boxContentWrapper2,
.boxContent,
.boxFooter,
.boxFooter div {
	position: relative;
}

.boxHeader,
.boxHeader div,
.boxFooter,
.boxFooter div {
	height: 12px;
}

.boxHeader,
.boxFooter {
	margin-left: 7px;
}

.boxHeader {
	background: transparent url("../images/background_box_cornerTR.png") top right no-repeat;
}

.boxFooter {
	background: transparent url("../images/background_box_cornerBR.png") top right no-repeat;
	/*z-index: -1;*/
}

.box.teaser .boxContentWrapper1 { z-index: 100; }

.boxHeader div,
.boxFooter div {
	left: -7px;
	width: 7px;
}
	
.boxHeader div {
	background: transparent url("../images/background_box_cornerTL.png") top left no-repeat;
}

.boxFooter div {
	background: transparent url("../images/background_box_cornerBL.png") top left no-repeat;
}

.boxContentWrapper1 {
	background: transparent url("../images/background_box_R.png") top right repeat-y;
}

.boxContentWrapper2 {
	background: transparent url("../images/background_box_L.png") top left repeat-y;
}

.boxContentWrapper3 {
	background-color: #fff;
	margin: 0 7px;
	padding-bottom: 7px;
}

.slice .boxContentWrapper3 {
	background-color: #F8F8F8;
}

.boxContent {
	margin: 0 8px;
	padding: 3px 0;
	top: 4px;
	overflow: hidden;
}

.boxContent.download{
	overflow: visible;
}

.imaged .boxContent {
	top: 0px;
}

.imaged .boxContentWrapper3 {
	padding-bottom: 0px;
	margin-bottom: -2px;
}

/* Content Boxes */

#contentBox .grey {
	background: #E6E7E8;
	padding: 6px 0px 5px 0px;
}

#contentBox .boxContent.white {
	background: #FFF;
	padding: 0;
}

/* Header Box */

#headerBox {
	margin-top: -2px;
}

#headerBox .boxHeader {
	background: transparent url("../images/background_headerbox_top.png") top right no-repeat;
}

#headerBox .boxHeader,
#headerBox .boxHeader div {
	height: 21px;
	margin-left: 0px;
	left: 0;
}

#headerBox .boxHeader div {
	background: none;
}

#headerBox .boxFooter {
	background: transparent url("../images/background_headerbox_cornerBR.png") top right no-repeat;
}

#headerBox .boxFooter div {
	background: transparent url("../images/background_headerbox_cornerBL.png") top left no-repeat;
}



#headerBox .boxContentWrapper1 {
	background: transparent url("../images/background_headerbox_R.png") top right repeat-y;
}

#headerBox .boxContentWrapper2 {
	background: transparent url("../images/background_headerbox_L.png") top left repeat-y;
	height: 284px;
}

#headerBox .boxContentWrapper3 {
	padding-bottom: 0;
}

#headerBox .boxContent {
	height: 284px;
	top: -6px;
	padding-bottom: 0;
}

#headerBox .headerImage {
	background-repeat: no-repeat;
}

#headerBox .picturemask {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: transparent url("../images/background_headerbox_top_picturemask.png") top left no-repeat;
}

#headerBox .wave {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 121px;
	width: 100%;
	background: transparent url("../images/overlay_wave.png") bottom right no-repeat;
}

/* Special Boxes */
.blueBox {
	background-color: #D1E9F2;
}

.lightBlueBox {
	background-color: #F1F9FB;
}

.leftInnerBox {
	margin-right: 20px;
	margin-top: -4px;
	margin-bottom: -3px;
}

.leftInnerBox .boxContent {
	margin-left: 0;
}

.leftInnerBox .boxContentWrapper2,
.leftInnerBox .boxHeader div,
.leftInnerBox .boxFooter div {
	background: none;
}

.leftInnerBox .boxHeader {
	background: transparent url("../images/background_longbox_top.png") top right no-repeat;
}

.leftInnerBox .boxFooter {
	background: transparent url("../images/background_longbox_bottom.png") top right no-repeat;
}

.leftInnerBox .boxContentWrapper1 {
	background: transparent url("../images/background_longbox_R.png") top right repeat-y;
}

.leftInnerBox .boxHeader,
.leftInnerBox .boxFooter,
.leftInnerBox .boxContentWrapper3 {
	margin-left: 0;
}

.nomargin {
	margin-top: -3px;
}


