/* **************** */
/*   JOHNSLADE.css  */
/* #fff #999 */
/* **************** */
*{margin:0;padding:0;}
body
{
    margin:0;
    padding:0;
    font-family:Lucida Sans Unicode, Verdana, Sans-Serif, Serif;
    font-size:14px;
    line-height:22px;
    color:#333;
    background-color:#FFF;
        scrollbar-face-color:#fff;
	    scrollbar-highlight-color:#999;
	    scrollbar-3dlight-color: #fff;
	    scrollbar-shadow-color: #999;
	    scrollbar-darkshadow-color: #fff;
	    scrollbar-track-color: #fff;
    background: url('pictures/gs_webgraphics/bg_main.gif') repeat-x top center;
    min-width:920px;
}
a img
{
    border:0;
}
h1,h2,h3,h4,h5,h6
{
    line-height:normal;
}
h1{font-size:28px;}
p{
        margin:15px 0;
}
/* ***************************************** */
/*navigation*/
.ToolsMenu {display:none;}
.PageMenu
{
    padding-top:15px;
    float:left;
    width:17%;
    height:410px;
    border-right:2px #999 solid;
    z-index:500;
}
#PageHeader .PageMenu ul,
#PageHeader .PageMenu li{
        list-style:none;
}
#PageHeader .PageMenu .MenuItem{
        height:30px; /* 24 */
        width:100px;
        font-size:1em;
}
#PageHeader .PageMenu .MenuItem a,
#PageHeader .PageMenu .MenuItem a:visited{
        display:block;
        width:90px;
        height:30px; /* 24 */
        text-decoration:none;
        color:#000;
        padding:0px 0 0 0px;
        white-space:nowrap;
}
#PageHeader .PageMenu .Selected,
#PageHeader .PageMenu .MenuItem a:hover{
        width:90px;
        padding:0px 0 0 0px;
        color:#000;
}
#PageHeader .PageMenu .MenuItem a:hover{
        border-color:#666;
}
#PageHeader .PageMenu .MenuItem ul li a,
#PageHeader .PageMenu .MenuItem ul li a:visited{
        background: url('pictures/gs_webgraphics/arrow.gif') no-repeat 80% 50%;
}
#PageHeader .PageMenu .MenuItem ul li ul li a {
        text-align:left;
        white-space:nowrap;
}
#PageHeader .PageMenu .MenuItem ul {
        padding:0;
        margin:0;
        list-style-type:none;
}
#PageHeader .PageMenu .MenuItem li {
        float:left;
        width:auto;
        position:relative;
}
#PageHeader .PageMenu .MenuItem ul ul {
        visibility:hidden;
        position:absolute;
        height:0;
        top:0;
        left:80px; /* 80 */
        width:150px;
}
#PageHeader .PageMenu .MenuItem table {
        position:absolute;
        top:-20px; 
        left:0; 
        border-collapse:collapse;
}
#PageHeader .PageMenu .MenuItem ul ul a, 
#PageHeader .PageMenu .MenuItem ul ul a:visited,
#PageHeader .PageMenu .MenuItem ul ul a:hover{
        background:#fff; 
        color:#000; 
        height:auto; 
        line-height:1em; 
        padding:5px 10px;
        width:90px;
        height:20px; /*15 */
        border:1px #999 solid;
}
#PageHeader .PageMenu .MenuItem a:hover,
#PageHeader .PageMenu .MenuItem ul ul a:hover {
        color:#000;
        background:#fff;
}
#PageHeader .PageMenu .MenuItem :hover > a,
#PageHeader .PageMenu .MenuItem ul ul :hover > a {
        color:#000;
        background:#fff;
}
#PageHeader .PageMenu .MenuItem ul li:hover ul,
#PageHeader .PageMenu .MenuItem ul a:hover ul{visibility:visible;}
.Footer a:link,
.Footer a:visited
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.Footer a:hover,
.Footer a:active
{
    color:#999;
    font-weight:bold;
    text-decoration:none;
    border-bottom:1px #333 solid;
}
/* ***************************************** */
/*main div*/
#Container
{
    width:90%;
    min-width:750px;
    height:565px;
    margin:0 auto;
}
#Border
{
    width:96%;
    height:425px;
    border:3px #999 double;
    padding:2%;
    clear:both;
}
#SladeLogo
{
    width:700px;
    height:80px;
    margin:10px auto;
    background: url('pictures/gs_webgraphics/logo.jpg') no-repeat center center;
    clear:both;
}
#MainArea
{
    float:right;
    width:80%;
    height:425px;
    padding:1%;
    z-index:499;
}
#PageContent
{
    height:420px;
    overflow:auto;
    padding-right:1%;
}
#MainImage
{
    float:right;
    height:425px;
    width:400px;
    text-align:-moz-center;
    text-align:center;
    margin-top:-15px;
}

#PageFooter {
   clear:both;
   margin:0px 0 0 0;
   height:auto;
}
#Phosys
{
    position:relative;
    clear:both;
    margin:0px 0 0 0;
    padding:10px 0 0 0;
    height:auto;
    width:auto;
}
/* ***************************************** */
/*albumlist*/
#AlbumList
{
    float:right;
    width:63%;
    height:420px;
    overflow:auto;
    border-left:2px #999 solid;
}
#AlbumList .Row
{
    width:370px;
    margin:2px 0;
    background: url('pictures/gs_webgraphics/bg_row.gif') repeat-x top center;
    cursor:hand;
    cursor:pointer;
    clear:both;
}
#AlbumList .Row .Thumbnail,
#AlbumList .Row .ThumbTable
{
    float:left;
    width:110px;
    height:110px;
}
#AlbumList .Row .Title
{
    float:left;
    width:260px;
    font-weight:bold;
    font-size:16px;
}
#AlbumList .Row .Description
{
    float:left;
    margin-top:10px;
    width:260px;
    font-size:11px;
}
#AlbumList .Row .Button
{
    float:left;
    width:260px;
    text-align:right;
    font-weight:bold;
}
/* ***************************************** */
/*login form*/
#LoginForm
{
    float:right;
    width:61%;
    height:420px;
    padding-left:2%;
    border-left:2px #999 solid;
}
#LoginForm .Row
{
    width:400px;
    margin:2px 0 2px 20px;
    clear:both;
}
#LoginForm .Row .Label,
#LoginForm .Row .Field
{
    float:left;
    width:200px;
}
#LoginForm input,
#LoginForm select,
#LoginForm textarea
{
    width:150px;
}
#LoginForm .Footer
{
    width:400px;
    text-align:center;
    clear:both;
}
/* ***************************************** */
/*login menu*/   
.LoginMenu
{
	color: #565656;
	font-size:11px;
	text-align:right;
	background-color: #fff;
	border: 1px solid #ccc;
}
.LoginMenu img
{
    display:none;
}
.LoginMenuHeading
{
	font-weight:bold;
	color:#fff;
	background-color:#ccc;
	text-align:center;
}
.LoginMenuEntry, .LoginMenuEntryOver
{
	color: #666;
	text-align: left;
	background-color: #fff;
}
.LoginMenuSubmit
{
	color: #ccc;
	text-align: center;
	background-color: #fff;
	text-align: center;
	font-weight:bold;
}
.LoginMenuSubmitOver
{
	cursor: pointer;
	cursor: hand;
	color: #fff;
	text-align: center;
	background-color: #ccc;
	font-weight:bold;
}
/* ***************************************** */
/*imagelist*/
#ImageList
{
    float:left;
    width:36%;
    height:425px;
    overflow:auto;
    padding-right:1%;
}
#Images
{
    height:400px;
    overflow:auto;
}
#ImageList .Item
{
    float:left;
    width:105px;
    height:125px;
    text-align:-moz-center;
    text-align:center;
    margin:1px;
}
#ImageList .Item .Thumbnail
{
    height:100px;
    width:100px;
}
#ImageList .LightBox
{
    font-size:10px;
    text-align:center;
    margin-top:-8px;
}
*+html #ImageList .LightBox
{
    margin:0;
}
* html #ImageList .LightBox
{
    ma\rgin:0;
}
#ImageList input
{
    background:0;
}
#ImageList input:hover
{
    border:1px #999 solid;
}
#ImageList .Footer
{
    width:200px;
    height:20px;
    font-size:12px;
    margin:0 auto;
}
#ImageList .Footer .Previous
{
    float:left;
    width:50px;
}
#ImageList .Footer .Pages
{
    width:130px;
    text-align:center;
    font-size:10px;
}
#ImageList .Footer .Next
{
    float:right;
    width:50px;
    text-align:right;
    margin-top:-24px;
}
#ImageList .Button
{
    margin:0;
    padding:0;
}
/* ***************************************** */
/*contact form*/
#ContactForm
{
    float:right;
    width:63%;
    height:420px;
    border-left:2px #999 solid;
}
#ContactForm .Row
{
    width:400px;
    margin:3px auto;
    clear:both;
}
#ContactForm .Row .Label
{
    float:left;
    width:120px;
}
#ContactForm .Row .Field
{
    float:left;
    width:300px;
}
#ContactForm .Footer
{
    width:350px;
    text-align:right;
    padding-right:50px;
}
/* ***************************************** */
/*lightbox*/
#LightBox
{
    float:right;
    width:63%;
    height:420px;
    border-left:2px #999 solid;
}
#LightBox .Header
{
    width:400px;
    height:20px;
    margin:0 auto;
    clear:both;
}
#LightBox .Header .Thumbnail,
#LightBox .Header .Product
{
    display:none;
}
#LightBox .Header .Option,
#LightBox .Header .Quantity,
#LightBox .Header .Remove
{
    float:left;
    width:50px;
    text-align:right;
}
#LightBox .Header .Option
{
    width:270px;
}
#LightBox .List
{
    width:400px;
    height:360px;
    overflow:auto;
    margin:0 auto;
    clear:both;
}
#LightBox .Row
{
    width:380px;
    margin:2px 0;
    clear:both;
    background: url('pictures/gs_webgraphics/bg_row.gif') repeat-x top center;
}
#LightBox .Row .Thumbnail,
#LightBox .Row .ThumbTable
{
    float:left;
    width:110px;
    height:110px;
}
#LightBox .Row .Product,
#LightBox .Row .Option,
#LightBox .Row .Quantity,
#LightBox .Row .Remove
{
    float:left;
    text-align:right;
    margin-top:15px;
}
#LightBox .Row .Product
{
    width:270px;
    text-align:left;
}
#LightBox .Row .Option
{
    width:140px;
}
#LightBox .Row .Quantity
{
    width:80px;
}
#LightBox .Row .Remove
{
    width:40px;
}
#LightBox input
{
    margin-top:-2px;
}
#LightBox .Message
{
    width:400px;
    text-align:center;
    color:#f20;
}
#LightBox .Footer
{
    width:400px;
    text-align:right;
    margin:0 auto;
}
#LightBox .Footer .Button
{
    margin:0 10px;
}
/* ***************************************** */
/*metadata*/
#MetaData
{
    float:left;
	margin:0;
	padding:0;
	text-align: right;
	background:transparent;
}
#MetaData .Button
{
    cursor: pointer;
	cursor: hand;
}
.MetaData
{
    float:left;
	color: #fff;
	text-align: left;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
	border: 1px solid #565656;
}
.MetaDataTitle
{
    font-size:12px;
	font-weight: bold;
	color: #fff;
	background-color: #565656;
	text-align: left;
}
.MetaDataHeading
{
    font-size:12px;   
	font-weight: normal;
	color: #565656;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
	text-align: left;
}
.MetaDataField
{
    font-size:12px;
	color: #565656;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
	cursor: pointer;
	cursor: hand;
}
.MetaDataFieldOver
{
    font-size:12px;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background-color: #565656;
}
.MetaDataCommand
{
    font-size:12px;
	color: #565656;
	text-align: right;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
}
.MetaDataCommandOver
{
    font-size:12px;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	text-align: right;
	background-color: #565656;
}
.MetaDataBasket
{
    font-size:12px;
	color: #565656;
	text-align: right;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
}
.MetaDataBasketOver
{
    font-size:12px;
	cursor: pointer;
	cursor: hand;
	color: #565656;
	text-align: right;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
}
/* ***************************************** */
/*shopping cart*/
#ShoppingCart
{
    float:right;
    width:63%;
    height:420px;
    border-left:2px #999 solid;
}
#ShoppingCart .Header
{
    width:400px;
    height:20px;
    margin:0 auto;
    clear:both;
} 
#ShoppingCart .Header .Thumbnail,
#ShoppingCart .Header .Product,
#ShoppingCart .Header .Option
{
    display:none;
}
#ShoppingCart .Header .Price,
#ShoppingCart .Header .Quantity,
#ShoppingCart .Header .Total,
#ShoppingCart .Header .Remove
{
    float:left;
    width:50px;
    text-align:right;
}
#ShoppingCart .Header .Price
{
    width:220px;
}
#ShoppingCart .List
{
    width:400px;
    height:350px;
    overflow:auto;
    margin:0 auto;
    clear:both;
}
#ShoppingCart .Row
{
    width:380px;
    height:auto;
    margin:2px 0;
    clear:both;
    background: url('pictures/gs_webgraphics/bg_row.gif') repeat-x top center;
}
#ShoppingCart .Row .Thumbnail
{
    float:left;
    width:110px;
    height:110px;
    text-align:center;
}
#ShoppingCart .Row .Product,
#ShoppingCart .Row .Option
{
    float:left;
    width:270px;
    height:45px;
}
#ShoppingCart .Row .Product
{
    font-weight:bold;
    height:30px;
}
#ShoppingCart .Row .Price,
#ShoppingCart .Row .Quantity,
#ShoppingCart .Row .Total,
#ShoppingCart .Row .Remove
{
    float:left;
    width:50px;
    text-align:right;
}
#ShoppingCart .Row .Price
{
    width:120px;
}
#ShoppingCart .Row .Quantity
{
    width:60px;
}
#ShoppingCart .Row .Remove
{
    width:30px;
}
#ShoppingCart .Footer
{
    width:400px;
    margin:0 auto;
    text-align:right;
}
#ShoppingCart .Footer .Total
{
    width:105px;
    color:#F20;
    font-weight:bold;
    text-align:left;
}
#ShoppingCart .Footer .Button
{
    margin:0 8px;
}
/* ***************************************** */
/*album login*/
#AlbumLogin .Row
{
    width:200px;
    height:22px;
    clear:both;
}
#AlbumLogin .Label
{
    float:left;
    width:100px;
}
#AlbumLogin .Field
{
    float:left;
    width:100px;
}
#AlbumLogin input
{
    width:100px;
}
#AlbumLogin .Footer
{
    width:200px;
    clear:both;
    text-align:right;
}
/* ***************************************** */
/*contactmail*/
#ContactMail
{
	float: left;
	background-color: #fff;
	width:100%;
}
#ContactMail .Row
{
	text-align: left;
	width: 100%;
	padding:0px;
}
#ContactMail .Label
{
    font-weight:bold;
	float: left;
	width: 250px;
}
#ContactMail .Field
{
    font-style:italic;
	float: left;
	width: 100%;
	clear: right;
}
/* ***************************************** */
/*lightbox mail*/
#LightBoxMail
{
    width:500px;
    text-align:left;
    background-color:#fff;
}
#LightBoxMail #Logo
{
    display:none;
}
#LightBoxMail .Header
{
    width:500px;
    margin:0 auto;
}
#LightBoxMail .Header .Option,
#LightBoxMail .Header .Product,
#LightBoxMail .Header .Thumbnail
{display:none;}
#LightBoxMail .Header .Price
{
    float:left;
    width:300px;
    text-align:right;
}
#LightBoxMail .Header .Quantity
{
    float:left;
    width:100px;
    text-align:right;
}
#LightBoxMail .Header .Total
{
    float:left;
    width:100px;
    text-align:right;
}
#LightBoxMail .Row
{
    height:120px;
    width:500px;
    margin:5px auto;
}
#LightBoxMail .Row .Thumbnail
{
    float:left;
    width:120px;
    text-align:left;
}
#LightBoxMail .Row .Product,
#LightBoxMail .Row .Option
{
    float:left;
    width:380px;
}
#LightBoxMail .Row .Price
{
    float:left;
    width:180px;
    text-align:right;
}
#LightBoxMail .Row .Quantity
{
    float:left;
    width:90px;
    text-align:right;
}
#LightBoxMail .Row .Total
{
    float:left;
    width:110px;
    text-align:right;
}
/* ***************************************** */
/*misc. classes*/
.BottomFade
{
    width:100%;
    height:9px;
    border:3px #fff solid;
    border-top:0;
    border-bottom:0;
    background: url('pictures/gs_webgraphics/bottom_fade.gif') repeat-x top center;
    
    text-align:center;
    font-size:10px;
}
.base
{
    font-size:10px;
    line-height:normal;
}
input,
textarea,
select
{
    background: url('pictures/gs_webgraphics/input_fade.gif') repeat-x top center;
    border:1px #ccc solid;
}
#MainImage td
{
    text-align:-moz-center;
}
#MainImage .Image
{
    text-align:-moz-center;
    text-align:center;
}
#flashcontent{
        height:100%;
}
/* ***************************************** */
/*popup body*/
.PopupBody #MainImage
{
    width:400px;
    height:425px;
    text-align:-moz-center;
    text-align:center;
    float:none;
    margin:0 auto;
}
/* ***************************************** */
/*end*/
/* ========================================= */
/*defaultPS*/
/*
.Caption
{
    text-align:center;
    font-size:12px;
}
#ImageList
{
    float:none;
    width:650px;
    height:250px;
    padding:0;
    margin:0;
    margin:0 auto;
}
#Images
{
    height:250px;
}
#ImageList .Item
{
    width:200px;
    height:200px;
}
.ImageTable
{
    width:150px;
    height:150px;
    text-align:center;
}
.Footer
{
    display:none;
}
#PageContent
{
    float:none;
    width:100%;
    padding:0;
    height:130px;
}
*/
/* ========================================= */

.aid_WEDDINGS #MainImage,
.aid_PORTRAITS #MainImage,
.aid_PORTFOLIO #MainImage,
.aid_PORTFOLIO-PRICES #MainImage,
.aid_PORTRAIT-PRICES #MainImage{
        display:none;
}
.aid_WEDDINGS #PageContent,
.aid_PORTRAITS #PageContent,
.aid_PORTFOLIO #PageContent,
.aid_PORTFOLIO-PRICES #PageContent,
.aid_PORTRAIT-PRICES #PageContent{
        width:100%;
}.CommerceListList 
{
	text-align: left;
	width: 449px;
	height: 400px;
	overflow: auto;
	clear: both;
}

.CommerceListControls
{
	clear: both;
	width: 430px;
}

.CommerceListButtonCheckout
{
	width: 145px;
	text-align: center;
	font-weight:bold;
	float: left;
}

.CommerceListButtonUpdate
{
	width: 145px;
	text-align: center;
	font-weight:bold;
	float: left;
}

.CommerceListGrandTotal {
	width: 100px;
	left: 290px;
	text-align: right;
	font-weight:bold;
	color: #00CCFF;
	border-top: 1px solid #00CCFF;
	float: left;
}

.CommerceListHeader
{
	clear: both;
	width: 430px;
}

.CommerceListRow
{
	text-align: left;
	border-bottom: 1px dashed #00CCFF;
	clear: both;
	height: 100px;
	width: 425px;
}

.CommerceListThumbnail {
	float: left;
	clear: none;
	width: 100px;
}

.CommerceListThumbTable {
	width: 100px;
	height: 100px;
}

.CommerceListProduct {
	font-style: italic;
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 5px;
	width: 295px;
	float: left;
}

.CommerceListOption{
	height: 40px;
	margin-left: 5px;
	width: 295px;
	float: left;
}

.CommerceListPrice {
	text-align: right;
	font-weight:bold;
	color: #00CCFF;
	margin-left: 5px;
	width: 145px;
	float: left;
}

.CommerceListQty {
	text-align: right;
	width: 40px;
	float: left;
	margin-top: -4px;
}

.CommerceListQty INPUT {
	width: 20px;
}

.CommerceListTotal {
	width: 100px;
	text-align: right;
	font-weight:bold;
	color: #00CCFF;
	float: left;
}

.CommerceListRemoveItem {
	width: 30px;
	text-align: right;
	float: left;
	margin-top: -4px;
}

.CommerceListThumbnailTitle {
	width: 100px;
	float: left;
	color: white;
}

.CommerceListProductTitle
{
	display: none;
}

.CommerceListOptionTitle
{
	display: none;
}

.CommerceListPriceTitle {
	text-align: right;
	width: 150px;
	float: left;
	border-bottom: 1px solid #00CCFF;
}

.CommerceListQtyTitle {
	text-align: right;
	width: 40px;
	float: left;
	border-bottom: 1px solid #00CCFF;
}

.CommerceListTotalTitle {
	width: 100px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #00CCFF;
}

.CommerceListRemoveItemTitle {
	width: 30px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #00CCFF;
}

.LoginFormTitle
{
	width: 400px;
	height: 40px;
}

.LoginFormMessage
{
	width: 400px;
	height: 20px;
}

.LoginFormLabel
{
	margin-left: 10px;
	float: left;
	width: 150px;
}

.LoginFormField
{
	float: left;
	clear: right;
	width: 250px;
}

.LoginFormControls
{
	margin: 20px 0px 0px 170px;
	width: 200px;
	text-align: right;
}

.LoginFormFieldEmail
{
	width:200px;
}

.LoginFormFieldName
{
	width:200px;
}

.LoginFormFieldAddress
{
	width:200px;
	Height: 100px;
	font-family: verdana;
	border: 1px solid #00CCFF;
}

.LoginFormFieldPostcode
{
	width:100px;
}

.LoginFormFieldPassword
{
	width: 200px;
}

.LightboxTitle
{
	width: 400px;
	height: 40px;
}

.LightboxMessage
{
	width: 400px;
	height: 20px;
}

.LightboxLabel
{
	margin-left: 10px;
	float: left;
	width: 150px;
}

.LightboxField
{
	float: left;
	clear: right;
	width: 250px;
}

.LightboxControls
{
	margin: 20px 0px 0px 170px;
	width: 200px;
	text-align: right;
}

.LightboxFieldName
{
	width:200px;
}

.LightboxFieldEmail
{
	width:200px;
}

.LightboxFieldMessage
{
	width:200px;
	Height: 100px;
	font-family: verdana;
	border: 1px solid #00CCFF;
}





.MailCommerceListList 
{
	text-align: left;
	width: 449px;
	height: 400px;
	clear: both;
}

.MailCommerceListControls
{
	clear: both;
	width: 430px;
}

.MailCommerceListGrandTotal {
	width: 100px;
	left: 290px;
	text-align: right;
	font-weight:bold;
	color: #00CCFF;
	border-top: 1px solid #00CCFF;
	float: left;
}

.MailCommerceListHeader
{
	clear: both;
	width: 430px;
}

.MailCommerceListRow
{
	text-align: left;
	border-bottom: 1px dashed #00CCFF;
	clear: both;
	height: 100px;
	width: 425px;
}

.MailCommerceListThumbnail {
	float: left;
	clear: none;
	width: 100px;
}

.MailCommerceListThumbTable {
	width: 100px;
	height: 100px;
}

.MailCommerceListProduct {
	font-style: italic;
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 5px;
	width: 295px;
	float: left;
}

.MailCommerceListOption{
	height: 40px;
	margin-left: 5px;
	width: 295px;
	float: left;
}

.MailCommerceListPrice {
	text-align: right;
	font-weight:bold;
	color: #00CCFF;
	margin-left: 5px;
	width: 145px;
	float: left;
}

.MailCommerceListQty {
	text-align: right;
	width: 40px;
	float: left;
	margin-top: -4px;
}


.MailCommerceListTotal {
	width: 100px;
	text-align: right;
	font-weight:bold;
	color: #00CCFF;
	float: left;
}


.MailCommerceListThumbnailTitle {
	width: 100px;
	float: left;
	color: white;
}

.MailCommerceListProductTitle
{
	display: none;
}

.MailCommerceListOptionTitle
{
	display: none;
}

.MailCommerceListPriceTitle {
	text-align: right;
	width: 150px;
	float: left;
	border-bottom: 1px solid #00CCFF;
}

.MailCommerceListQtyTitle {
	text-align: right;
	width: 40px;
	float: left;
	border-bottom: 1px solid #00CCFF;
}

.MailCommerceListTotalTitle {
	width: 100px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #00CCFF;
}

.MailCommerceListMessage{
	width: 450px;
	float: left;
}

// from System Meta Data