.box td{
	border: 2px #FF4A00; 
}

/*
Corner images:

The first color is the border color, the second is the interior.  The outside edge of the box is an aliased transparency
curve, allowing the corner to inherit the color of its container.
*/

.box td.top_left{
	background: #0021A5 url('/images/corners/category_box/top_left.gif') top left no-repeat; 
}

.box td.top_right{
	background: #0021A5 url('/images/corners/category_box/top_right.gif') top right no-repeat; 
}

.box td.bottom_left{
	background: #0021A5 url('/images/corners/category_box/bottom_left.gif') bottom left no-repeat; 
}

.box td.bottom_right{
	background: #0021A5 url('/images/corners/category_box/bottom_right.gif') bottom right no-repeat; 
}

.box td.top_middle{
	border-style: solid none none none;
	background: white;
}

.box td.middle{
	font-size: 12px;
	background: white;
	border-style: none solid none solid;
}

.box td.middle_left{
	border-style: none none none solid;
	background: white;
}

.box td.middle_right{
	border-style: none solid none none;
	background: white;
}

.box td.bottom_middle{
	border-style: none none solid none;
	background: white;
	font-size: 2px;
}


.prod td.top_middle{
	background: white;
}

.prod td.middle{
	background: white;
}

.prod td.middle_left{
	background: white;
}

.prod td.middle_right{
	background: white;
}

.prod td.bottom_middle{
	background: white;
}


#footer .box td.middle, #footer .box td.top_middle, #footer .box td.bottom_middle{
	border-color: #01519a;
}

#footer .box td.top_left{
	background-image: url('/images/corners/main_box/top_left.gif') 
}

#footer .box td.top_right{
	background-image: url('/images/corners/main_box/top_right.gif') 
}

#footer .box td.bottom_left{
	background-image: url('/images/corners/main_box/bottom_left.gif') 
}

#footer .box td.bottom_right{
	background-image: url('/images/corners/main_box/bottom_right.gif') 
}

.featured_products td.top_middle, .featured_products td.bottom_middle, .featured_products td.middle, .featured_products td.left{
	background-color: #FF4A00;
}

.featured_products .box td.top_left{
	background-image: url('/images/corners/featured_box/top_left.gif') 
}

.featured_products .box td.top_right{
	background-image: url('/images/corners/featured_box/top_right.gif') 
}

.featured_products .box td.bottom_left{
	background-image: url('/images/corners/featured_box/bottom_left.gif') 
}

.featured_products .box td.bottom_right{
	background-image: url('/images/corners/featured_box/bottom_right.gif') 
}

.featured_products .box td.middle{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 30px;
	color: #0021A5;
}

#content-box .box table{
	height:100%;
}

#content-box .box td.middle {
	border-color: #01519a;
}

#content-box .box td.middle, #content-box .box td.top_middle, #content-box .box td.bottom_middle{
	border-color: #01519a;
}

#content-box .box td.top_left{
	background-image: url('/images/corners/main_box/top_left.gif') 
}

#content-box .box td.top_right{
	background-image: url('/images/corners/main_box/top_right.gif') 
}

#content-box .box td.bottom_left{
	background-image: url('/images/corners/main_box/bottom_left.gif') 
}

#content-box .box td.bottom_right{
	background-image: url('/images/corners/main_box/bottom_right.gif') 
}

.product_details_container .box td.middle, .product_details_container .box td.top_middle, .product_details_container .box td.bottom_middle{
	border-color: #01519a;
}

.product_details_container .box td.top_left{
	background-image: url('/images/corners/product_box/top_left.gif') 
}

.product_details_container .box td.top_right{
	background-image: url('/images/corners/product_box/top_right.gif') 
}

.product_details_container .box td.bottom_left{
	background-image: url('/images/corners/product_box/bottom_left.gif') 
}

.product_details_container .box td.bottom_right{
	background-image: url('/images/corners/product_box/bottom_right.gif') 
}
