div#container{
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
/* table heading */
table#login_left th, table#register_left th,table#table_left th{
	-moz-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;
	-webkit-border-top-left-radius:5px;
}
table#login_right th, table#register_right th,table#table_right th, table.adminPhotoDetails th{
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
	-webkit-border-top-right-radius:5px;
}
/* account tabs rounding */
ul.account li.account_home{
	-moz-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;
	-webkit-border-top-left-radius:5px;
}
ul.account li.account_orders{
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
	-webkit-border-top-right-radius:5px;
}
ul.account li.account_home a{
	-moz-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;
	-webkit-border-top-left-radius:5px;
}
ul.account li.account_orders a{
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
	-webkit-border-top-right-radius:5px;
}
/* Category headings */
div#category_left_heading, div.adminCategoriesHeading{
	-moz-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;
	-webkit-border-top-left-radius:5px;
}
div#category_right_heading{
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
	-webkit-border-top-right-radius:5px;
}
/* Categorie content */
div#category_left_content, div.adminCategoriesContent{
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
	-webkit-border-bottom-left-radius:5px;
}
div#category_right_content{
	-moz-border-radius:0 0 5px 0;
	border-radius:0 0 5px 0;
	-webkit-border-bottom-right-radius:5px;
}
/* Breadcrumb */
ul#breadcrumb, div.bar{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
table.cart th#cart_left, table.orders th#orders_left, table#tags_head th#iptc_left, table.manageusers th#manageusers_left, table.manageorders th#manageorders_left{
	-moz-border-radius:5px 0 0 0;
	-webkit-border-top-left-radius:5px;
	border-radius:5px 0 0 0;
}
table.cart th#cart_right, table.orders th#orders_right, table#tags_head th#iptc_right, table.manageusers th#manageusers_right, table.manageorders th#manageorders_right{
	-moz-border-radius:0 5px 0 0;
	-webkit-border-top-right-radius:5px;
	border-radius:0 5px 0 0;
}
ul.productInformation li a#tab_left{
	-moz-border-radius:5px 0 0 0;
	-webkit-border-top-left-radius:5px;
	border-radius:0 5px 0 0;
}
ul.productInformation li a#tab_right{
	-moz-border-radius:0 5px 0 0;
	-webkit-border-top-right-radius:5px;
	border-radius:0 5px 0 0;
}