/* ######################################################################################################
** # SAD Partnerprogram Stylesheets #####################################################################
** ######################################################################################################
** 
**  Datei       : prod.css
**  Funktion    : Formatierung der Produktansichten
**
*/

@media all
{

#prodhead { 
	height: 50px; 
	background-position: bottom center; 
	background-repeat: no-repeat;
	background-color: #ccc; 
	border-bottom: 1px solid #BB6F9C;
}

#prodhead h2.titel 	{ height: 36px; line-height: 36px; padding: 0 15px; background: url(gfx/prod-title-bg.gif) left repeat-x; border-bottom: 1px solid #742151;  }
#prodhead h2.titel	{ color: white; font-weight: bold; }

#prodhead h2.succ { height: 36px; line-height: 36px; padding: 0 15px; background: url(gfx/prod-title-bg-green.gif) left repeat-x; border-bottom: 1px solid #0e7e30;  }
#prodhead h2.succ { color: white; font-weight: bold; }

#prodhead h2.fail { height: 36px; line-height: 36px; padding: 0 15px; background: url(gfx/prod-title-bg-red.gif) left repeat-x; border-bottom: 1px solid #990000;  }
#prodhead h2.fail { color: white; font-weight: bold; }

#prod,#user			{ padding: 7px; background: #fef3f9; }

.contbox		  	{ padding: 10px; background-color: #FFF; border: 1px solid #BB6F9C; margin-bottom: 10px; }
/*
#prod .contbox .head_l { background: url(gfx/boxes/bg_head_contbox_left.gif) top left no-repeat; }
#prod .contbox .head_r { background: url(gfx/boxes/bg_head_contbox_right.gif) top right no-repeat; height: 15px; }
#prod .contbox .cont_l { background: url(gfx/boxes/bg_cont_contbox_left.gif) top left no-repeat; }
#prod .contbox .cont_r { background: url(gfx/boxes/bg_cont_contbox_right.gif) top right no-repeat; }
#prod .contbox .foot_l { background: url(gfx/boxes/bg_foot_contbox_left.gif) bottom left no-repeat; }
#prod .contbox .foot_r { background: url(gfx/boxes/bg_foot_contbox_right.gif) bottom right no-repeat; height: 30px; }
#prod .contbox .cont   { padding: 0 15px 5px 15px; }
*/
#prod .contbox_ch	{ padding: 10px; background-color: #f0acd7; border: 1px solid #BB6F9C; margin-bottom: 10px; margin-right: 7px !important; }

#prod .contbox h2.green { color: #0e7e30 }

.contbox li p, .contbox li p  { padding: .15em 0 1.5em 0; margin: 0; }

.ld ul 	 	{ margin: 0; padding: 0; width: 280px; }
.ld li 	 	{ list-style: none; text-align: right; clear: left; padding: 5px 11px; }
.ld li div  { float: left; color: #2c2c2c; font-weight: bold; }

#prod .det-price { padding: 0 11px 1em; margin: 0;  font-size: 1.5em; font-weight: bold; }

/* Content Columns */
#left_col  { float: left; width: 378px; padding: 0; }
#right_col { float: left; width: 185px; display: inline; padding: 0 0 0 7px; }


/* Screenshots */
#screens { padding: 1em 0; }
#screens table 	{ width: 100%; }
#screens td 	{ width: 25%; text-align: center; }
#screens td img { padding: 2px; border: 1px #666 solid; background: #CCC; }
}