﻿body {
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
p {
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	margin-bottom: 10px;
}
a:link {
	color: #D2232A;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #D2232A;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
ol {
}
ol li {
	margin-left: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	list-style-type: decimal;
	list-style-position: outside;
}
ul li ul {
	margin: 5px 0 0 0;
}
ul li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2em;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 10px;
}
h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	margin: 5px;
}
h2.introduction {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	margin-top: -15px;
	padding-left: 30px;
	text-align: left;
}
h4 {
	margin-bottom: 10px;
	font-size: 1.1em;
}
h5 {
	margin-bottom: 10px;
	font-size: 1.0em;
}
table {
	margin: 10px;
}
table tr td {
	padding: 2px;
}
table.data tr td {
	padding: 5px;
}
table.data tr td:first-child {
	font-weight: bold;
}
.hidden {
	display: none;
}
/*** CONTENT ***/
#content {
	background-position: right top;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url('http://www.petals-exchange.com/images/header-background2.gif');
	background-repeat: no-repeat;
}
#header {
	width: 100%;
	height: 79px;
	background-position: right bottom;
	background-image: url('http://www.petals-exchange.com/images/header-background.gif');
	background-repeat: no-repeat;
	background-color: #BBD9EE;
}
#headerControl {
	width: 100%;
	height: 53px;
	background-position: right bottom;
	background-image: url('http://www.petals-exchange.com/images/header-background.gif');
	background-repeat: no-repeat;
	background-color: #BBD9EE;
}
#headerControl h1 {
	padding-top: 2px;
	color: #58A4D6;
}
.body {
	background-color: #E7F1F8;
	min-height: 400px;
}
.cell {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}
#maincontent {
	min-height: 200px;
}
.cell ul li {
	list-style-image: url("../img/bullet_light.jpg");
	list-style-position: outside;
	margin-left: 16px;
	padding-left: 0;
}
.body h1 {
	color: #666666;
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 15px;
	text-align: left;
}
.cell h3 {
	border-bottom: 1px solid #BBD9EE;
	border-width: 1px;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
}
/*** MAIN NAVIGATION ***/
div#menu {
	background-position: right bottom;
	float: left;
	width: 100%;
	background-color: #BBD9EE;
	background-image: url('http://www.petals-exchange.com/images/header-background.gif');
	background-repeat: no-repeat;
}
ul#nav, ul#nav li {
	list-style-type: none;
	margin: 0px 0 0;
	padding: 0;
}
ul#nav {
	margin-left: 0;
	width: 100%;
}
ul#nav li {
	float: left;
	margin-right: 2px;
	text-align: center;
	line-height: 14px;
}
ul#nav a {
	float: left;
	font-size: 11px;
	width: 80px;
	background: #E7F1F8;
	text-decoration: none;
	color: #000000;
	padding: 4px;
}
ul#nav a:hover {
	background: #FFA826;
	color: #FFF;
}
ul#nav li.activelink a, ul#nav li.activelink a:hover {
	background: #FFF;
	color: #003;
}
/*** FOOTER ***/
#footerLinks ul {
	width: 100%;
	display: block;
}
#footerLinks ul li {
	float: left;
	list-style-type: none;
	padding: 2px;
	font-size: 0.9em;
}
#crossLinks ul li {
	float: left;
	list-style-type: none;
	padding-right: 1px;
	font-size: 0.8em;
}
#crossLinks ul li a:link {
	color: #666666;
}
#crossLinks ul li a:visited {
	color: #666666;
}
#footer p {
	text-align: center;
}
/** FORMS **/
label {
	display: block;
	font-weight: 900;
}
.required {
	color: red;
}
/*** MESSAGES BOXES ****/
.gray {
	border: solid 1px #DEDEDE;
	background: #EFEFEF;
	color: #222222;
	padding: 4px;
	margin-bottom: 5px;
}
.yellow {
	border: solid 1px #DEDEDE;
	background: #FFFFCC;
	color: #222222;
	padding: 4px;
	margin-bottom: 5px;
}
.ok {
	border: solid 1px #349534;
	background: #C9FFCA;
	color: #008000;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 5px;
}
.error {
	border: solid 1px #CC0000;
	background: #F7CBCA;
	color: #CC0000;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 5px;
}
#minimenu ul {
	float: right;
}
#minimenu ul li {
	float: left;
	padding: 0 5px 0 5px;
	height: 15px;
	border-right: 1px #000 solid;
}
#minimenu ul li.menulast {
	border-right: none;
}
#dashboard h5 {
	border-bottom: 1px solid #BBD9EE;
	border-width: 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 8px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formTable {
	width: 880px;
}
.formTable tr td:first-child {
	max-width: 120px;
}
.left {
	float: left;
}
.item_name {
	font-size: 12px;
}
.product_price {
	font-size: 12px;
}
.content {
	width: 100%;
}
.category_title_row {
	text-align: left;
	font-weight: bold;
	background-color: #E7F1F8;
}
table tr td {
	vertical-align: top;
	padding: 4px;
}
.menuheader {
	background-color: #BBD9EE;
}
table.form tr td:first-child {
	text-align: right;
}
.focus {
	background: #F2F2F2 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	margin: 10px;
	width: 860px;
	padding: 20px;
	margin: 0 auto;
}
.innerfocus {
	background-color: #fff;
	border: 2px solid #BBD9EE;
	margin-top: 20px;
	margin: 0 auto;
	padding: 10px;
}
.category_title_row {
	background-color: #F3DBEA;
}
.category_title_row {
	background-color: #FFCCCC;
	width: 100%;
}
.producttable {
	border: medium none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 175px;
	height: 250px;
}
.buy_now_image {
	border: medium none;
}
.product_price {
	font-weight: 700;
	margin-top: 5px;
}
.item_name {
	font-weight: 700;
	text-align: center;
}
.imagecell img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
#listViewTable {
	width: 100%;
}
.block_header {
	background-color: #BBD9EE;
	font-size: 14px;
	border-bottom: 1px solid #E7F1F8;
	color: #000;
	font-weight: bold;
}
.center_content {
	width: 90%;
	margin: 0 auto;
}
.print_container {
	padding-right: 2px;
	padding-left: 2px;
	float: right;
}
.order_choice {
	text-align: center;
}
table#orders, table#messages {
	text-align: left;
	width: 600px;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 0;
}
div#maction, div#mread, div#mother, div#onew, div#otoday, div#ofuture, div#opost {
	float: left;
	width: 85%;
	height: 15px;
	padding-bottom: 5px;
	font-size: 0.8em;
}
div#onew {
	color: #FF0000;
	font-weight: bold;
}
#orders tr td {
	border-bottom: 1px dotted #000000;
}
#messages tr td {
	border-bottom: 1px dotted #000000;
}
div#maction img, div#mread img, div#mother img, div#onew img, div#otoday img, div#opost img, div#ofuture img {
	padding: 0px;
}
div#olink, div#mlink {
	width: 15%;
	height: 20px;
	float: right;
}


#messagelist table {
    margin: 0;
    padding: 0;
    
}

#messagelist table tr:nth-child(odd) {
    background-color: #BBD9EE;
    color: #000;
}

#messagelist table td:nth-child(odd) {
    width: 150px;   
}
