/* 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: normal;
color: #c60070;
}

.amount {
font-size:12px;
font-weight: normal;
color: #58595c;
}

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

#right {
width:200px;
float:right;
text-align: right;
font-size:10px;
}

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

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

/* start shopping cart display */

td.header {
background: #666;
}
td.header p {
color: #fff;
font-weight:bold;
font-size:12px;
}

.currenncy {
font-size:10px;
}

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

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


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

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

.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: #CC0066;
font-size:15px;
}

/* Checkout Styles */


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

td.checkrow {
background: #;
}
td.checkrow p {
	color: #58595c;
}

/* 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 {
text-align: center;
font-weight: bold;
color: #fff;
width:150px;
padding-bottom:3px;
line-height:100%;
border: 2px solid #fff;
font-size:11px;
}

#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: red;
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;

}




#right_column_order{
margin-top: 90px;;
}

#flowerlist{
margin-top: 30px;
margin-bottom: 30px;
}

#flowerlist li{
list-style: none;
list-style-type: none;
margin-top: 10px;
}

#login{
background: #2b2b2b;
padding: 10px;
color: #ffffff;
text-align: left;
font-weight: normal !important;
font-size: 0.8em;
}

#login a{
color: #ffffff;
}
#login a:hover{
color: #CC0066;
}

#login form{
margin-bottom: 10px;
}

td{
background: transparent;
}

tr td{
padding-bottom: 5px;
}

/*
#middle_column a:link{
	border-bottom: 5px solid white;
}

#middle_column a:hover{
	border-bottom: 5px solid #CC0066;
}
*/

