#content-right {
	color: #fff;
}

#content-right h1 {
	font-size: 2em;
	text-align: normal;
	margin-bottom: 10px;
	text-shadow: 5px 5px 3px #000;
	filter: dropshadow(color=#000, offx=5, offy=5);
}

#content-right h2 {
	font-size: 1.5em;
	text-align: normal;
	clear: both;
	margin: 15px 0 0 0;
	text-shadow: 4px 4px 2px #000;
	filter: dropshadow(color=#000, offx=4, offy=4);
}

#content-right h3 {
	font-size: 1.25em;
	text-align: normal;
	clear: both;
	margin: 0 0 10px 0;
}

#content-right p {
}

#shopping p {
	font: normal 1em Verdana, sans-serif;
}

.pWrap {
	float: left;
	width: 31.0%;
	min-height: 180px;
	margin: 0.33%;
	padding: 0 5px 5px 5px;
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.5);			/* for clever browsers */
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

@media (max-width: 1200px) {
	.pWrap {
		width: 47.5%;
		margin: 0.20%;
	}
}

.pWrap:hover {
	border: 1px solid #aaa;
	background : rgb(4, 4, 4);					/* for IE */
	background : rgba(0, 0, 0, 0.8);			/* for clever browsers */
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#content-right .prodPhoto {
	width: 40%;
	float: left;
	min-width: 100px;
/*	max-height: 97px;*/
	margin: 5px 5px 0 0;
}

.pWrap h3 {
	height: 1.6em;
/*	overflow: hidden;*/
	text-align: left;
	font-size: 0.5em;
	line-height: 90%;
	padding: 4px 0 0 0;
}

.pWrap h3 a {
	font: normal 0.75em Verdana, sans-serif;
	color: #ffd500;
}

.pWrap h3 a:hover {
	color: #fff;
}

.pWrap p {
	font-size: 0.8em;
	color: #fff;
}

.pInfo {
	float: left;
	margin: 0 0 0 10px;
}

.promo-what a {
	color: #ffd500;
}

#content-right input {
	float: left;
	margin: 5px 0 0 5px;
	cursor: pointer;
}

#content-right input:hover {
	border: 1px solid #d90000;
	background : #920000 url('../images/button-hover-bkg.png') repeat-x top left;
	color: #fff;
}

#content-right .bcMenu {
	display: block;
	margin: 20px 0 0 0;
}

#content-right .bcItem {
	padding: 4px 10px;
	margin: 0 10px 0 0;
	color: #ffd500;
	font: normal 0.75em Verdana, sans-serif;
	text-decoration: none;
	text-shadow: 0.2em 0.2em 0.2em #000;
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.5);			/* for clever browsers */
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#content-right .bcItem:hover {
	background : #d90000;
	background : url('../images/menu-main-hover-bkg.png') no-repeat center bottom;
	background: -moz-linear-gradient(top,  #800000 19%, #d90000 91%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#800000), color-stop(91%,#d90000));
	background: -webkit-linear-gradient(top,  #800000 19%,#d90000 91%);
	background: -o-linear-gradient(top,  #800000 19%,#d90000 91%);
	background: -ms-linear-gradient(top,  #800000 19%,#d90000 91%);
	background: linear-gradient(top,  #800000 19%,#d90000 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#d90000',GradientType=0 );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
	border: 1px solid #921a1a;
}

#content-right .bcItem a {
	color: #ffd500;
}

#content-right .bcItem a img {
	border: none;
	width: 16px;
	height: 22px;
	margin: 0 0 -3px 2px;
}

#content-right .pass {
	color: #fff;
}

#content-right .pass:hover {
	text-decoration: none;
	text-shadow: 0.2em 0.2em 0.2em #000;
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.5);			/* for clever browsers */
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}




