/* shared styles  */

.alert {
font-size: 14px;
font-weight:bold;
font-color: red;
}
.required {
font-size: 12px;
font-weight:bold;
font-color: red;
}

.smalltext {
font-weight: 10px;
}

.flowername {
font-size:14px;
font-weight: bold;
color: #b96faa;
}

.amount {
font-size:12px;
font-weight: bold;
color: red;
}

#left {
width:350px;
float:left;
}

#right {
width:100px;
float:right;
text-align: right;
}

#clear {
width:100%;
clear:both;
}

#rightlong {
width:200px;
float:right;
text-align: right;
}

/* start shopping cart display */

td.header {
background: #e7e9e4;
}
td.header p {
color: #000;
font-weight:bold;
font-size:13px;
}

.currenncy {
font-size:10px;
}

td.item {
border-bottom: 1px solid #ccc;
}

a.itemname {
font-weight:bold;
font-size:14px;
}


/* Summary of Shopping Cart at Top of Checkout */

table.summary {
border-top: 1px solid #5e477d;
border-bottom: 2px solid #5e477d;
}

.title {
font-weight: bold;
font-size:14px;
}

.item {
font-weight: bold;
font-size:13px;
}

.number {
font-weight: bold;
font-size:13px;
}

.discount {
font-size: 13px;
font-weight:bold;
font-color: red;
}

.sumamount {
font-weight: bold;
font-color: red;
font-size:15px;
}

/* Checkout Styles */


.highlight {
font-weight:bold;
font-size:14px;
}

td.checkrow {
background: #efd9eb;
}
td.checkrow p {
color:#000;
}

/* Styles for the process flow */

a.linkon {
width:100px;
height:30px;
padding:5px;
background: red;
color: #000;
font-weight:bold;
font-size:12px;
}

a.linkoff {
width:100px;
height:30px;
padding:5px;
background: black;
color: #000;
font-weight:bold;
font-size:12px;
}

/* Styles for display of products */








#flower {
background: #a5bc76;
text-align: center;
font-weight: bold;
color: #fff;
width:150px;
padding-bottom:3px;
line-height:100%;
border: 2px solid #678846;
font-size:11px;
height:220px;
}

#flower a{
font-weight: bold;
color: #fff;
text-decoration: none;

}



#flowermain {
background: #a5bc76;
text-align: center;
font-weight: bold;
color: #fff;
width:450px;
height:300px;
padding-bottom:3px;
line-height:100%;
border: 2px solid #678846;
font-size:11px;
}

#flowermain a{
font-weight: bold;
color: #fff;
text-decoration: none;

}

#flowerside {
background: #a5bc76;
text-align: center;
font-weight: bold;
color: #fff;
width:240px;
height:140px;
padding-bottom:3px;
line-height:100%;
border: 2px solid #678846;
font-size:11px;
}

#flowerside a{
font-weight: bold;
color: #fff;
text-decoration: none;

}