/*
	How to purchase page
*/
ul.highlight_point{
	width:600px;
}
ul.highlight_point li{
	list-style:outside disc;
	line-height: 14px;
	margin-bottom:14px;
}

/*
FAQ Page
*/
.highlight_list{
	font-size:14px;
	color:#000;
}

.highlight_list_sm{
	font-size:12px;
	color:#000;
}

.highlight_list_sm th{
	border-bottom: 2px #000 solid;
	text-align:center;
	padding-bottom:5px;
}

.highlight_list_sm td{
	text-align:center;
	padding-top:5px;
}

.highlight_para{
	/*margin-left:15px;*/
}

/*
	new line added here for Pedigree Shop - origin: core.css line 278
*/
.pedigreeShop #nav ul li.d4, .pedigreeShop #nav ul li a.nav5
{
	background-position: 0 -31px;
}
/*
	Showcase item list, prodetail container
*/
#content div.productContainer{
	float:left;
	width:335px;
	/*background-color:#F90;*/
	margin:5px 15px 5px 0;
	display:none;
}

/*
	Product List
*/
#content div.product_top{
	margin: 0;
	padding:0;
	height:18px;
	background:url(../images/content/productbox_top.png) no-repeat top left;
}

#content div.product_middle{
	margin:0;
	padding:0 10px 0 10px;
	height:180px;
	background:url(../images/content/productbox_middle.png) repeat-y;
}

#content div.product_bottom{
	margin:0;
	height:19px;
	background:url(../images/content/productbox_bottom.png) no-repeat top left;
}

.productImg{
	float:left;
	width:85px;
}
.productDescription{
	float:left;
	width:210px;
	height:125px;
	padding: 0 5px 0 15px;
	margin: 0 0 20px 0;
}
.productOption{
	float:left;
	width:335px;
	padding: 0 0 0 190px;
}


#content div.productDetailContainer{
	float:left;
	width:685px;
	/*background-color:#F90;*/
	margin:5px 15px 5px 0;	
}
/*
	Product Detail
*/
#content div.product_top_bg{
	margin: 0;
	padding:0;
	height:18px;
	background:url(../images/content/productbox_top_bg.png) no-repeat top left;
}

#content div.product_middle_bg{
	margin:0;
	padding:0 10px 0 10px;
	background:url(../images/content/productbox_middle_bg.png) repeat-y;
}

#content div.product_bottom_bg{
	margin:0;
	height:19px;
	background:url(../images/content/productbox_bottom_bg.png) no-repeat top left;
}

/*
	Cart Side Menu
*/
div.cart_top{
	margin: 0;
	padding:0;
	height:16px;
	background:url(../images/content/cart_top.png) no-repeat top left;	
}

div.cart_middle{
	margin:0;
	padding:5px 10px 0 12px;
	background:url(../images/content/cart_middle.png) repeat-y;
}

div.cart_bottom{
	margin:0;
	height:10px;
	background:url(../images/content/cart_bottom.png) no-repeat top left;
}


.productImg_bg{
	float:left;
	width:180px;
	margin-left:15px;
}

.productDescription_bg{
	float:left;
	width:345px;
	padding: 0 5px 0 20px;
	margin: 0 0 20px 0;
}


/*
	Shopping Cart
*/
.cartContainer{
	margin: 30px 0 0 26px;
	width:150px;
	height:100px;
}



/*
	Buttons
*/
a.button.buyNow{
	width: 109px;
	background-image: url( ../images/content/btn_buy_now.png);	
}

a.updateCart{
	width: 109px;
	background-image: url( ../images/content/btn_update_cart.png);		
}

a.checkOut{
	width: 109px;
	background-image: url( ../images/content/btn_check_out.png);		
}

a.goBack{
	width: 109px;
	background-image: url( ../images/content/btn_go_back.png);		
}

a.submitOrder{
	width: 109px;
	background-image: url( ../images/content/btn_submit_order.png);		
}

a.copyAbove{
	width: 109px;
	background-image: url( ../images/content/btn_copy_above.png);		
}


a.viewCart{
	width:109px;
	background-image: url( ../images/content/btn_view_cart.png);		
} 

a.processPayment{
	width:109px;
	background-image: url( ../images/content/btn_process_payment.png);	
}

/**/

.cellHeader{
	text-align:right;
	padding: 0 10px 0 0;
}

