span.curr_name {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}    

table.prod_cat {
    width: 100%;
    margin-top: 10px;
}

table.prod_cat td {
    width: 33%;
    border: 1px solid #E3E3E3;
}    

span.prod_price {
	font-weight: bold;
}

table.prod_det {
    width: 100%;
}

td.prod_det_desc {
    text-align: left;
    padding-bottom: 5px;
	padding-left: 5px;
    vertical-align: top
}      

td.prod_det_imgs {
    text-align: center;
    height: 50px;
    border-top: 1px solid #908583;
    border-bottom: 1px solid #908583;
    padding: 5px 0px 5px 0px;
}

td.prod_det_imgs table td {
    vertical-align: bottom;
}

td.prod_det_desc div.left {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

div.prod_det_desc {
    text-align: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px
}   

/* PROD CAT - listing */

table.prod_listing {
	width: 100%;
}

table.prod_listing td {
    vertical-align: top
}    

td.prod_listing_img {
    text-align: center;
    width: 100px;
    background: #FFFFFF;
    padding: 5px 10px 5px 10px;
}

* html td.prod_listing_img {
    text-align: center;
    width: 220px;
    background: #FFFFFF;
    padding: 5px 10px 5px 10px;
}

td.prod_listing_img img {
    margin: 0px auto 0px auto;
}    

td.prod_listing_desc {
    text-align: left;
    width: 220px;
	padding: 0px;
}

td.prod_listing_desc span {
    background: #E3E3E3;
    display: block;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
}

td.prod_listing_desc p {
    padding: 5px;
}

td.prod_listing_subcat {
    text-align: left;
}

td.currentTab_left {
background: url('../../template_images/tab/currentTab_left.gif') no-repeat bottom left;
width: 9px;
height: 20px;
}

td.currentTab_middle {
background: url('../../template_images/tab/currentTab_middle.gif') repeat-x bottom left;
height: 20px;
color: #FFFFFF;
font-weight: bold;
}

td.currentTab_right {
background: url('../../template_images/tab/currentTab_right.gif') no-repeat bottom left;
width: 8px;
height: 20px;
}

td.otherTab_left {
background: url() no-repeat bottom left;
width: 9px;
height: 20px;
}

td.otherTab_middle {
background: url() repeat-x bottom left;
height: 20px;
color: #333333;
font-weight: bold;
}

td.otherTab_right {
background: url() no-repeat bottom left;
width: 8px;
height: 20px;
}

td.disabledTab_left {
background: url() no-repeat bottom left;
width: 9px;
height: 20px;
}

td.disabledTab_middle {
background: url() repeat-x bottom left;
height: 20px;
color: #AAAAAA;
}

td.disabledTab_right {
background: url() no-repeat bottom left;
width: 8px;
height: 20px;
}

/* ERROR */

#item_err_order {
	padding: 7px;
	text-align: center;
	font: 100% arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FBAACA;
}