/* LightCastBox */
#light {
	border: 1px solid #2f2f2f;
	background-color: #0e0e0f;
}
.lightSrodek {
	padding: 10px;
	display: block;
}
.lightSrodek h1 {
	color: #CCC;
	font-size: 16px;
	text-align: center;
}
.lightSrodek h2 {
	text-align: center;
	color: #b297c2;
	padding-bottom: 20px;
}
.lightSrodek h3 {
	color: #0cd;
	font-size:24px;
	font-weight:normal;
	margin:5px;
	text-align:center;
}
.lightSrodek h4 {
	font-style: italic;
	font-size:14px;
	color:#CCC;
	text-align: center;
}
.towarInfo {
	padding-top: 50px;
}
.towarZdjecie img {
	border: 5px solid #000;
}
.opakowanie {
}
.opakowanie h1 {
	color: #0e0e0f;
	background-color: #ccc;
	text-align:center;
	display: block;
	width: 100%;
	padding: 3px auto;
}
.opakowanie ul {
	list-style-type: none;
	margin:0px auto;
	padding: 0px;
	display: table;
	width: 540px;
}
.opakowanie li {
	margin: 3px;
	border: 1px solid #2f2f2f;
	float: left;
	width: 165px;
	height: 130px;
	text-align:center;
	cursor: pointer;
}
#light .opakowanie li img {
	clear: both;
	margin-top: 10px;
}
.opakowanie li span {
	display: block;
	clear: both;
}
.opcje {
		display: table;
		width: 550px;
		margin-left: 15px;
}
#kup a.but {
	float: right;
	color: #000;
	background: transparent url(../images/gfx/button-bg.png) repeat scroll 0 0;
	border: 1px solid #00CCFF;
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	padding: 0 7px;
}
#kup a:hover {
	background-color: #999999 !important;
}
#anuluj a.but {
	float: left;
	color: #000;
	background: transparent url(../images/gfx/button-bg.png) repeat scroll 0 0;
	border: 1px solid #00CCFF;
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	padding:  0 10px;
}

#anuluj a.but:hover, #anuluj a.but:hover {
	background-color: #999999 !important;
}

#anuluj { float: left; width: 185px;}
#kup { float: left; width: 172px;}

#light img {
	margin: 5px;
}
#light img.zdjecieTowaru {
	clear:both;
	margin: 5px auto;
}
.white_content {
/*background-color : gray;*/
}
#light .opakowanie li.opakWybrane {
	background-color: #b297c2;
	color: #000;
}
#light .ukryj {
	display: none;
}

.plus { text-align: center; font-size:50px; padding-top: 20px; }