.itemPrice  {
	
	color:#ff0000;	
	font-size:3em;
	
}


.productDetails
{
width:100%;
}


.quantityBox {background:#ccc;border:1px solid #aaa;padding:2px;width:120px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.quantityProgress {height:8px;width:50px;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;border:1px solid #dfdfdf;}


.progressRed
{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #C20000),
	color-stop(1, #70002D)
);
background-image: -o-linear-gradient(bottom, #C20000 0%, #70002D 100%);
background-image: -moz-linear-gradient(bottom, #C20000 0%, #70002D 100%);
background-image: -webkit-linear-gradient(bottom, #C20000 0%, #70002D 100%);
background-image: -ms-linear-gradient(bottom, #C20000 0%, #70002D 100%);
background-image: linear-gradient(to bottom, #C20000 0%, #70002D 100%);
} 


.progressYellow
{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F0C800),
	color-stop(1, #FF9900)
);
background-image: -o-linear-gradient(bottom, #F0C800 0%, #FF9900 100%);
background-image: -moz-linear-gradient(bottom, #F0C800 0%, #FF9900 100%);
background-image: -webkit-linear-gradient(bottom, #F0C800 0%, #FF9900 100%);
background-image: -ms-linear-gradient(bottom, #F0C800 0%, #FF9900 100%);
background-image: linear-gradient(to bottom, #F0C800 0%, #FF9900 100%);
} 

.progressBlue
{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #14C4FF),
	color-stop(1, #0095FF)
);
background-image: -o-linear-gradient(bottom, #14C4FF 0%, #0095FF 100%);
background-image: -moz-linear-gradient(bottom, #14C4FF 0%, #0095FF 100%);
background-image: -webkit-linear-gradient(bottom, #14C4FF 0%, #0095FF 100%);
background-image: -ms-linear-gradient(bottom, #14C4FF 0%, #0095FF 100%);
background-image: linear-gradient(to bottom, #14C4FF 0%, #0095FF 100%);
} 

.progressGreen
{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #ADFF14),
	color-stop(1, #7BC200)
);
background-image: -o-linear-gradient(bottom, #ADFF14 0%, #7BC200 100%);
background-image: -moz-linear-gradient(bottom, #ADFF14 0%, #7BC200 100%);
background-image: -webkit-linear-gradient(bottom, #ADFF14 0%, #7BC200 100%);
background-image: -ms-linear-gradient(bottom, #ADFF14 0%, #7BC200 100%);
background-image: linear-gradient(to bottom, #ADFF14 0%, #7BC200 100%);
} 






.productDetails td {vertical-align:top;padding:10px;background:#f0f0f0;border-bottom:1px solid #dadada;border-top:1px solid #fff;}
.productDetails td.detailInfo {font-size:0.8em;text-align:right;}

.discount {font-weight:bold;}
.lastPrice {
		
	
	color:#909090;
	
	
	font-size:2em;
	text-decoration:line-through;
} 

.lower {
	top:20px;
}
.addBttn {
	background:url(/public/images/default/addBttn.png) no-repeat top;
	height:41px;
	width:159px;
	border:0;
	outline;
	text-indent:-9999px;
}

.addBttn:hover {
	background-position:bottom;
cursor:pointer;
}
ul.tabs {
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #d2d2c9;
	border-left: 1px solid #d2d2c9;
	width: 99%;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #d2d2c9;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;

}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;

}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}	


.tab_container {
	border: 1px solid #cccccc;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 99%;
	background: #fff;
}
.tab_content {
	padding: 20px;
}


	
	
.productTitleItem {color:#562626;font-size:20pt;}

	
.paginationControl {
	float:right;
	padding-top:0px;
	
}
.pagingLeft{
	height:29px;
	margin-right:15px;
	width:105px;
	margin-top:5px;
	background:url(/public/images/default/pl/nextPrev.png) top left no-repeat;
	float:left;
	
}
.pagingLeft:hover{
	cursor:pointer;
	background-position:bottom left;
}

.pagingNext{
	float:right;
	height:29px;
	width:105px;
	margin-top:5px;
	background:url(/public/images/default/pl/nextPrev.png) top right no-repeat;
}

.pagingNext:hover{
    cursor:pointer;
    background-position:bottom right;
}

#imgWrap {
	width:300px;
	float:left;
	text-align:center;

}
#imgWrap img {
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}


#imgWrap img.border {
    border:1px solid #ccc;	
}

#infoWrap {
	width:390px;
    padding-left:20px;
    background:url(/public/images/default/infoWrapBg.png) no-repeat left top;
	float:right;
}

.colors img {
	display:block;
	float:left;
	margin:0 5px 5px 0;
}


.productPrice {
top:100px;right:0px;width:238px;height:130px;
text-align:center;
padding-top:90px;
position:absolute;font-size:22pt;color:#ff0000;
background:url(/public/images/default/big-price.png) no-repeat;
text-shadow: #fff 0px 1px 1px;

}

 
.last_price {
	font-size:17pt;
	color:#cc6060;
	margin:0px;padding:0px;
	text-decoration:line-through;

}

.btnMinLow_addToCart{
	height:63px;
	width:355px;
	border:0;
	background:url(/public/images/default/pl/buyBttn.png) no-repeat;
	position:relative;
	cursor:pointer;	
}

.btnMinLow_addToCart p {position:absolute;top:15px;left:20px;font-size:21pt;color:#fff;}

.btnMinLow_addToCart:hover {
	background-position:bottom;
}