.productTitleItem {color:#562626;font-size:20pt;}
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;
}



.tab_content ul
{
	list-style: none;
	margin:0;
	padding:0;		
	overflow:hidden;	
}


.tab_content ul li 
	{
	position:relative;	
	overflow:hidden;
	margin-left:10px;
	padding-left:15px;
	background:url('../images/default/arrowRight.png') no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	}	
	
	
	
.paginationControl {
	float:right;
	padding-top:6px;
	
}
.pagingLeft{
	height:11px;
	width:73px;
	margin-top:10px;
	background:url(/public/images/default/pl/nextPrev.gif) bottom left no-repeat;
	float:left;
	
}
.pagingLeft:hover{
	cursor:pointer;
	background-position:top left;
}

.pagingNext{
	float:right;
	height:11px;
	width:70px;
		margin-top:10px;
	background:url(/public/images/default/pl/nextPrev.gif) bottom right no-repeat;
}
.pagingNext:hover{
	cursor:pointer;
background-position:top right;
}

.imgWrap {
	width:365px;
	float:left;
}

.descRight {
	width:355px;
	float:right;
}
.shopItem {
	border:none !important;
	margin-top:30px !important;
	margin-bottom:0px !important;
	padding-bottom:4px !important;
}

.colors img {
	display:block;
	float:left;
	margin:0 5px 5px 0;
}
.last_price {
	font-size:14px;
	color:#6c6c6c;
	padding:0 5px;
	margin-left:10px;
	background:url(/public/images/default/grayLine.gif) repeat-x center 60%;
}

.btnMinLow_addToCart{
	height:41px;
	width:243px;
	text-indent:-9999px;
	border:0;
	outline:0;
	background:url(/public/images/default/buyBttn.png) no-repeat top center;
	float:right;
	margin-right:-10px;
	
}

.btnMinLow_addToCart:hover{
	background:url(/public/images/default/buyBttn.png) no-repeat bottom center;
	cursor:pointer;
