/* Растягиваем контейнер на 100% по ширине */
.p-list .jcarousel-container-horizontal { width: 1024px; margin: 0 auto;}
.p-list .jcarousel-clip-horizontal { width: 1024px; margin: 0 auto;}

.p-list  ul {list-style:none;}

/* Задаем размер одного блока */
.p-list .jcarousel-item, .p-list .jcarousel-list LI { width: 170px; height: 236px; }


/* Задаем внешний вид и расположение кнопок управления */
.p-list .jcarousel-next-horizontal {
	position: absolute;
	top: 80px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_next.gif) no-repeat 0 0;
}
.p-list .jcarousel-next-disabled-horizontal,
.p-list .jcarousel-next-disabled-horizontal:hover,
.p-list .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -30px 0; }
.p-list .jcarousel-prev-horizontal {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_prev.gif) no-repeat 0 0;
}
.p-list .jcarousel-prev-disabled-horizontal,
.p-list .jcarousel-prev-disabled-horizontal:hover,
.p-list .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -30px 0; }


/* Немного красивостей :) */
.p-list { background: #fff;
		 overflow:hidden;
		 margin:0 auto;
}
.p-list li {float:left; position:relative;}

.p-list li { /*border:solid 1px #f2f2f2;*//* margin:0 2px !important;*/ text-align:center;}
.p-list li table { margin:0 auto;}
.p-list a { font-size:130%; text-decoration:none; color:#000;}
.p-list a:hover { text-decoration:underline;}
.p-list a:hover img, .p-list td a:hover{ border:none;}
.p-list .totalPrice { color:#F00;
font-size:18px;
font-weight:bold;
 font-weight:normal}
 
.prdbrief_credit_price{
	padding:5px;
	border:1px dashed rgb(255, 0, 0);
	width:400px;
	
}
.totalPriceCredit { 
	color: rgb(255, 0, 0);
	font-size: 150%;
	font-weight: 700;
 }
 .Credit { 
	
	font-size: 120%;
	font-weight: 700;
 }
 .totalPriceCredit_small { 
	color: rgb(255, 0, 0);
	font-size: 100%;
	font-weight: 700;
 }
 .Credit_small { 
	
	font-size: 100%;
	font-weight: 700;
 }
 .prd_info{
	float:left;
	width:50%;
 }
