/* ################ Styles for content and pictures################ */

/* Content Text */

#seerowOHeader100 {
	background:url(../img/bg_unterueberschriftorang.gif) no-repeat 0 0;
	width:580px;
	height:30px;
	color:#fff;
	line-height:30px;
	padding:0 0 0 10px;
	font-size:14px;
	font-weight:bold;
}

.seeCMSbox {
	float:left;
	width:260px;
	height:210px;
	background-color:#F0F6D2;
	padding:5px 10px;
	margin:0;
	position:relative;
	font-family: Arial, "Andale Sans UI", Geneva, Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 100%; 
}
.seeCMSboxWhite {
	float:left;
	width:260px;
	height:210px;
	background-color:#FFFFFF;
	padding:5px 10px;
	margin:0;
	position:relative;
	font-family: Arial, "Andale Sans UI", Geneva, Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 100%; 
}
.seeCMSboxPic { 
	margin: 5px 10px 10px 1px; 
	float: left;
	max-width:120px; 
	max-height:200px; 
	overflow:hidden;
}
.seeCMSboxBIGPic { 
	margin: 5px 10px 10px 1px; 
	float: left;
	max-width:150px; 
	max-height:150px; 
	overflow:hidden;
}


#seetxtorange {
	background-color: #FFE9bf;
	font-family: Arial, "Andale Sans UI", Geneva, Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 100%; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	z-index: 2; 
	padding: 5px 0px 10px 10px; 
}

#seetxtgreen {
	background-color: #F0F6D2;
	font-family: Arial, "Andale Sans UI", Geneva, Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 100%; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	z-index: 2; 
	padding: 5px 0px 10px 10px;
}

#seetxtAlarm {
	font:bold small-caps 120% Arial;
	background-color:#CCD862;
	padding: 5px 0px 10px 0px;
}

#seetxtoffer {
	background-color: #F0F6D2;
	font-family: Arial, "Andale Sans UI", Geneva, Verdana, Arial, "Lucida Grande", Lucida, sans-serif;
	font-style: normal; 
	color:#FF3300;
	font-variant: normal; 
	font-weight: bold; 
	font-size: 130%; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	z-index: 2; 
	padding: 0px 0px 0px 0px;
}

/* Price-Special list.tpl and product.tpl */
#seeOldPrice {
	color: #f5a106;
	font-size: 10pt;
}
 
/* Content Pictures */

#seeTsPicRect { 
	margin: 5px 10px 10px 10px; 
	float: left;
	max-width:200px; 
	max-height:120px; 
	overflow:hidden;
}
#seeTsPicQuad { 
	margin: 5px 10px 10px 10px; 
	float: left;
	max-width:120px; 
	max-height:120px; 
	overflow:hidden;
}
#seeTsPicRecHi { 
	margin: 5px 10px 10px 10px; 
	float: left;
	max-width:120px; 
	max-height:200px; 
	overflow:hidden;
}
#seeTsAngebote { 
	margin: 0px 0px 0px 10px; 
	float: right;
	width:180px; 
	height:125px; 
	overflow:hidden;
}
#seeTsPic200Left { 
	margin: 5px 10px 10px 10px; 
	float: left;
	max-width:200px; 
	overflow:hidden;
}





/* scrollbox for cardpresentation */
#card_list {
      width:580px;
	margin:0 auto 5px auto;
}
#grscrollbox {
	margin:0; 
	padding:0; 
	height:620px; 
	overflow:auto; 
	color:#000222; 
	background:#FFFFFF;
}
#grscrollbox ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	display:table-row;
}
#grscrollbox ul li {
	display:table-cell;
	padding:0 10px;
	background:#FFFFFF;
	border-bottom:1px solid #C0D255;
	border-top:1px solid #C0D255;
	vertical-align:middle;
}
#grscrollbox ul li img {
	border:1px solid #000000;
	margin: 10px 0 10px 0;
}

