.navigator {
    width: 100%;
    padding: 0 0 0 40%;
    border-right: solid 1px #d5d5d5;
}
.navigator td {
    border-left: solid 1px #d5d5d5;
    text-align: center;
    padding: 3px 0 3px 0;
}
.navigator a {
    text-decoration: underline;
}


/**************STILI UTILIZZATI DALLE CLASSI FIELD, TABLE, FRAMETABLE, DBFRAMETABLE****************/

table.promo_prods, table.prods {
    width: 100%;
    background: #bababa;
}
table.promo_prods td {
    background: #ffffff;
    vertical-align: top;
    padding: 6px;
    width: 50%;
    text-align: center;
}
table.promo_prods img, table.prods img {
    background: #eeeeee;
    padding: 6px;
    margin: 4px 10px;
}
table.promo_prods a, table.prods a {
    font-weight: bold;
}
table.prods td {
    background: #ffffff;
    vertical-align: top;
    padding: 6px;
    width: 50%;
    text-align: center;
}

table.cats {
    background: #bababa;
}
table.cats td {
    background: #ffffff;
    padding: 6px;
    vertical-align: top;
    text-align: center;
}
table.cats img {
    background: #eeeeee;
    padding: 6px;
    margin-top: 4px;
}
table.cats a {
    font-weight: bold;
}

.price {
    /*text-align: right;*/
    color: #e87400;
    font-weight: bold;
}
.price_info {
    text-align: right;
    margin: 10px 0;
}
.readmore {
    text-align: right;
}
.readmore a {
    padding-left: 16px;
    color: #e87400;
    font-weight: bold;
}
.defaultimg img {
    border: solid 2px #e87400;
    padding: 3px;
    background: #ffffff;
    float: left;
    clear: left;
    margin: 0 10px 10px 0;
}
a.link_delete {
    display: block;
    background: url(garda_maratona/btn_del.gif) top no-repeat;
    padding-top: 12px;
    font-weight: bold;
    color: #ca0000;
    font-size: 10px;
    width: 40px;
    text-align: center;
}
.tot_cart {
    text-align: right;
    color: #e87400;
    font-weight: bold;
}
input.proceed {
    background: #e87400;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 10px;
}

table.sub_prod {
    width: 100%;
    clear: both;
    border-top: solid 1px #666666;
}
table.sub_prod th {
    background: #dedede;
    text-align: center;
    padding: 2px;
}
table.sub_prod td {
    border-bottom: solid 1px #dedede;
    padding: 2px;
}
del {
    font-weight: normal;
    color: #404040;
}
ins {
    color: #ff3300;
}

#content .price {
    background: #acca57;
    /*width: 120px;*/
    margin: 10px;
    color: #ffffff;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}
#content a.addtocart {
    font-size: 10px;
    background: url(garda_maratona/cart.gif) left no-repeat;
    padding-left: 20px;
    font-weight: bold;
}
#content .price_info {
    color: #666666;
    font-style: italic;
}
#content .td_price {
    text-align: center;
    font-weight: bold;
}
/* table styles */

TABLE.table {
    
}


/* Field styles */
/*TD.table_field_title {
    background-color: #ff7f00;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px;
    font-weight: bold;	
}
form.vetrina TD.table_field_title {
}

TD.table_field_data {
	border-bottom: solid 1px #000000;
    padding-bottom : 2px;
    padding-top : 2px;
}

TD.table_field_data img{
	float:left;
    margin-right : 4px;
}


TR.table_nav_bar {
	COLOR: #000000;
	HEIGHT: 20px;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #FFFFFF;
	CURSOR: Hand;
}

/*Frame index links styles*/

/*A.table_nav_bar_framelinks {
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none
}
A.table_nav_bar_framelinks:hover {
	COLOR: #EC1313
}
A.table_nav_bar_framelinks.selected {
	COLOR: #EC1313; FONT-WEIGHT: bold
}

A.table_nav_bar_framelinks_hot {
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    TEXT-DECORATION: none
}
A.table_nav_bar_framelinks_hot:hover {
	COLOR: #EC1313
}
}
A.table_nav_bar_framelinks_hot.selected {
	COLOR: #EC1313; FONT-WEIGHT: bold
}*/



.registration_form label {
    display: block;
    font-weight: bold;
    padding: 4px 10px 2px 10px;
    border-top: solid 2px #ffffff;
}
.registration_form {
    margin: 10px 50px;
    background: #f1f1f1;
}
.registration_form input, .registration_form select, .registration_form textarea {
    margin-left: 20px;
}