/* **************************
© Phosys Online Proofing 2007
************************** */

/* **************************
    Minds i Photography
************************** */
*{margin:0;padding:0;}
table,tr,td,a img {border:0;}
body
{
    font-family:Arial, Helvetica, Sans-Serif, Serif;
    font-size:0.8em;
    line-height:2em;
    color:#555;
    background:#fff url('pictures/gs_webgraphics/bg_main.gif') repeat-y top center;
}
p{margin:15px 0;}
li{margin:0 15px;}
ul
{
    background:#f9f9f9;
    padding:10px;
    margin-right:10px;
}
h1,h2,h3,h4,h5,h6
{
    line-height:normal;
    font-family:Verdana;
    font-weight:normal;
}
/* ***************************************** * mainNav*/
.PageMenu
{
    width:750px;
    height:180px;
    clear:both;
}
    .PageMenu .MenuItem
    {
        float:left;
        padding-top:150px;
    }
/*
        .PageMenu .MenuItem:hover
        {
            border-top:3px #000 solid;
            padding-top:147px;
        }
*/
        .PageMenu .MenuItem a,
        .PageMenu .MenuItem a:visited
        {
            display:block;
            float:left;
            padding:2px 10px;
            color:#000;
            text-decoration:none;
            border:1px solid transparent;
            background:#fff;
                filter:alpha(opacity=50);
	            opacity: 0.5;
	            -moz-opacity:0.5;
        }
    * html .PageMenu .MenuItem a,
    * html .PageMenu .MenuItem a:visited,
    * html .PageMenu .MenuItem a:hover
    {
        border:0;
    }
            .PageMenu .MenuItem a:hover
            {
                color:#000;
                background:#f5f5f5;
                border:1px #fff solid;
            }
        .PageMenu .Selected > .MenuItem 
        {
            border-top:3px #000 solid !important;
            padding-top:147px !important;
        }
/* ***************************************** * mainDIV*/
#Container
{
    width:750px;
    height:auto;
    margin:0 auto;
    background: url('pictures/gs_webgraphics/bg_container.jpg') no-repeat top center;
}
    #MainArea
    {
        width:750px;
        height:auto;
        clear:both;
        margin-top:20px;
    }
        #MainImage
        {
            float:left;
            width:420px;
            height:450px;
            text-align:center;
            margin-top:20px;
            background:#fff;
        }
            * html #MainImage,
            *+html #MainImage
            {
                filter:alpha(opacity=50);
                opacity: 0.5;
                -moz-opacity:0.5;
            }
            #MainImage img
            {
                filter:alpha(opacity=100);
	            opacity:1;
	            -moz-opacity:1;
	            position:relative;
	            margin-left:10px;
            }
            * html #MainImage .Copyright,
            *+html #MainImage .Copyright,
            {
                margin-top:-25px;
            }
        #PageContent
        {
            float:right;
            width:320px;
            height:auto;
            padding-right:10px;
        }
            #PageContent table
            {
                border:1px #999 solid;
                width:100%;
            }
                #PageContent td
                {
                    padding:2px;
                    border:1px #f1f1f1 solid;
                }
    #Phosys
    {
        display:none;
    }
#Footer
{
    width:700px;
    height:20px;
    margin:0 auto;
    text-align:right;
    clear:both;
}
    #Footer a,
    #Footer a:visited
    {
        color:#ccc;
        text-decoration:none;
    }
        #Footer a:hover
        {
            color:#555;
        }
/* ***************************************** * contactForm*/
#ContactForm
{
    float:left;
    width:410px;
    height:450px;
    padding-left:10px;
}
    #ContactForm .Row
    {
        width:410px;
        height:auto;
        margin:4px 0;
        clear:both;
        line-height:normal;
    }
        #ContactForm .Row .Label
        {
            display:block;
            float:left;
            width:120px;
            height:auto;
        }
        #ContactForm .Row .Field
        {
            float:left;
            width:200px;
            height:auto;
        }
    #ContactForm .Footer
    {
        float:right;
        width:300px;
        height:auto;
        text-align:right !important;
    }
        #ContactForm .Footer a,
        #ContactForm .Footer a:visited
        {
            display:block;
            padding:1px 3px;
            width:50px;
            height:auto;
            color:#333;
            text-decoration:none;
            border:1px #ccc solid;
            background:#f1f1f1;
            text-align:center;
        }
        #ContactForm .Footer a:hover
        {
            color:#666;
            border:#5794bf;
        }
/* ***************************************** * albumList*/
#AlbumList
{
    width:700px;
    height:auto;
    margin:0 0 20px 40px;
}
    #AlbumList .List
    {
        display:none;
    }
    #AlbumList .Row
    {
        float:left;
        width:120px;
        height:140px;
        cursor:pointer;
        cursor:hand;
        text-align:center;
        margin:5px;
        line-height:normal;
    }
        #AlbumList .Row .Thumbnail,
        #AlbumList .Row .ThumbTable
        {
            height:120px;
            width:120px;
            background:#f9f9f9;
        }
        #AlbumList .Row .ThumbTable
        {
            border:1px #f1f1f1 solid;
        }
        #AlbumList .Row .Title
        {
            font-size:0.8em;
            font-weight:bold;
        }
        #AlbumList .Row .Description,
        #AlbumList .Row .Button
        {
            display:none;
        }
/* ***************************************** * imageList*/
#ImageList
{
    float:left;
    width:290px;
    height:450px;
    padding-left:30px;
    margin-top:20px;
}
    #Images
    {
        width:290px;
        height:420px;
    }
    #ImageList .Item
    {
        float:left;
        width:110px;
        height:130px;
        margin:5px;
        background:#f8f8f8;
        text-align:center;
        line-height:normal;
    }
        #ImageList .Item .Thumbnail,
        #ImageList .Item .ThumbTable
        {
            width:110px;
            height:110px;
        }
    #ImageList .Footer
    {
        width:240px;
        height:20px;
        margin-right:50px;
    }
        #ImageList .Footer .Previous
        {
            float:left;
            width:60px;
            height:20px;
        }
        #ImageList .Footer .Pages
        {
            float:left;
            width:100px;
            height:20px;
            text-align:center;
            font-size:11px;
            font-style:italic;
        }
        #ImageList .Footer .Next
        {
            float:left;
            width:60px;
            height:20px;
            text-align:right;
        }
        #ImageList .Footer a,
        #ImageList .Footer a:visited
        {
            color:#333;
            text-decoration:none;
        }
        #ImageList .Footer a:hover
        {
            text-decoration:underline;
            color:#999;
        }
    #ImageList .LightBox
    {
        font-size:10px;
    }
/* ***************************************** * contactMail*/
#ContactMail
{
	float: left;
	background-color: #fff;
	color:#000;
	width:500px !important;
	padding:0;
	margin:0;
}
    #ContactMail .Row
    {
	    text-align: left;
	    width:500px !important;
	    padding:0px;
	    clear:both;
    }
        #ContactMail .Row .Label
        {
            font-weight:bold;
	        float:left;
	        width:250px !important;
        }
        #ContactMail .Row .Field
        {
            font-style:italic;
	        float:left;
	        width:250px !important;
        }
/* ***************************************** * FrontPageLogin*/
#Footer
{
    width:730px;
    margin:0 auto;
    height:150px;
    background:#f1f1f1;
    padding-top:10px;
    padding-right:20px;
}
#Footer .descrip
{
    float:left;
    width:350px;
    height:150px;
    text-align:left;
    padding-left:20px;
    font-size:0.9em;
}
    #Footer #AlbumLogin
    {
        float:right;
        width:300px;
        height:40px;
        margin-top:20px;
    }
        #Footer #AlbumLogin .Row
        {
            float:left;
            width:300px;
            height:40px;
        }
            #Footer #AlbumLogin .Row .Label
            {
                float:left;
                width:80px;
            }
            #Footer #AlbumLogin .Row .Field
            {
                float:left;
                width:160px;
            }
                #Footer #AlbumLogin .Footer
                {
                    float:right;
                    width:20px;
                    text-align:center;
                    margin-top:-42px;
                }
/* ***************************************** * metadata*/
#MetaData
{
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #333;
	line-height:1.5em;
}
#MetaData .Button
{
	color: #333;
	cursor: pointer;
	cursor: hand;
}
.MetaData
{
	color: white;
	text-align: left;
	background-color: white;
	border: 1px solid #333;
}
.MetaDataTitle
{
	font-weight: bold;
	color: white;
	background-color: #333;
	text-align: left;
}
.MetaDataHeading
{
	font-weight: normal;
	color: #333;
	text-align: left;
}
.MetaDataField
{
	color: black;
	background-color: white;
	cursor: pointer;
	cursor: hand;
}
.MetaDataFieldOver
{
	cursor: pointer;
	cursor: hand;
	color: white;
	background-color: #333;
}
.MetaDataCommand
{
	color: black;
	text-align: right;
	background-color: white;
}
.MetaDataCommandOver
{
	cursor: pointer;
	cursor: hand;
	color: white;
	text-align: right;
	background-color: #333;
}
.MetaDataBasket
{
	color: #333;
	text-align: right;
	background-color: white;
}
.MetaDataBasketOver
{
	cursor: pointer;
	cursor: hand;
	color: white;
	text-align: right;
	background-color: #333;
}
/* ***************************************** * misc*/
#flashcontent
{
    width:750px;
    clear:both;
    padding-top:65px;
    height:100%;
    height:530px;
    background:url('pictures/gs_webgraphics/text.gif') no-repeat 20px 0;
}
.GalleryButton
{
    float:left;
    width:400px;
    height:auto;
    margin-top:40px;
    clear:left;
}
.link
{
    display:block;
    border:1px #ccc solid;
    padding:3px 5px;
    background-color:#f9f9f9;
    width:200px;
    height:25px;
    margin:2px auto;
    text-align:center;
}
    .link a,
    .link a:visited
    {
        color:#333;
        text-decoration:none;
    }
        .link:hover
        {
            background:#f1f1f1;
        }
#Footer .link
{
    float:right;
    clear:both;
    margin-right:30px;
}
    #Footer .link a,
    #Footer .link a:visited
    {
        color:#333;
    }
#Footer a
{
    display:block;
    width:100%;
}
.phosyslink
{
    width:100%;
    clear:both;
}
.createaccount
{
    border:1px #ccc solid;
    padding:3px 5px;
    background-color:#f1f1f1;
    width:200px;
    margin:0 auto;
    text-align:center;
}
/* ***************************************** * shoppingCart*/
#ShoppingCart
{
    float:left;
    width:400px;
    height:450px;
}
    #ShoppingCart .Header
    {
        width:350px;
        float:left;
        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;
            text-align:right;
        }
        #ShoppingCart .Header .Price {width:180px;}
        #ShoppingCart .Header .Quantity,
        #ShoppingCart .Header .Total,
        #ShoppingCart .Header .Remove {width:55px;}
    #ShoppingCart .List
    {
        overflow:auto;
        width:400px;
        height:360px;
        clear:both;
    }
    #ShoppingCart .Row
    {
        width:375px;
        height:110px;
        border:1px #ccc solid;
        background:#f1f1f1;
        margin:1px 0;
    }
        #ShoppingCart .Row .Thumbnail,
        #ShoppingCart .Row .ThumbTable,
        #ShoppingCart .Row .Product,
        #ShoppingCart .Row .Option,
        #ShoppingCart .Row .Price,
        #ShoppingCart .Row .Quantity,
        #ShoppingCart .Row .Total,
        #ShoppingCart .Row .Remove
        {
            float:left;
            text-align:right;
        }
        #ShoppingCart .Row .Product,
        #ShoppingCart .Row .Option 
        {
            font-weight:bold;
            text-align:center;
            width:230px;
        }
        #ShoppingCart .Row .Thumbnail,
        #ShoppingCart .Row .ThumbTable
        {
            height:110px;
            width:110px;
            text-align:center;
        }
        #ShoppingCart .Row .Option {height:25px;}
        #ShoppingCart .Row .Price {width:80px;}
        #ShoppingCart .Row .Quantity {width:50px;}
        #ShoppingCart .Row .Total {width:50px;}
        #ShoppingCart .Row .Remove {width:50px;}
        #ShoppingCart .Footer
        {
            width:360px;
            text-align:right;
        }
            #ShoppingCart .Footer .Total 
            {
                font-weight:bold;
                color:#FF0000;
                padding-right:50px;
            }
            #ShoppingCart .Footer .Button {margin:0 10px;}
        #ShoppingCart a,
        #ShoppingCart a:visited
        {
            color:#333;
            text-decoration:none;
        }
        #ShoppingCart a:hover
        {
            color:#999;
            text-decoration:underline;
        }
/* ***************************************** * lightbox*/
#LightBox
{
    float:left;
    width:400px;
    height:auto;
    line-height:normal;
}
#LightBox .Header
{
    height:20px;
    width:400px;
    clear:both;
}
#LightBox .Header .Thumbnail,
#LightBox .Header .Product,
#LightBox .Header .Option,
#LightBox .Header .Quantity,
#LightBox .Header .Remove{display:none}
#LightBox .List
{
    width:400px;
    height:auto;
    overflow:auto;
}
#LightBox .Row
{
    border-bottom:1px #000 solid;
    padding:0 10px;
    width:360px;
    height:110px;
    clear:both;
}
#LightBox .Row .Thumbnail
{
    float:left;
    width:110px;
    height:110px;
    text-align:center;
}
#LightBox .Row .ThumbTable
{
    width:110px;
    height:110px;
}
#LightBox .Row .Remove,
#LightBox .Row .Quantity
{
    display:none;
}
#LightBox .Row .Product
{
    text-align:left;
    padding-top:20px;
    width:250px;
}
#LightBox .Row .Option
{
    width:30px;
    margin-left:160px;
}
#LightBox .Row .Option table,
#LightBox .Row .Option tr,
#LightBox .Row .Option td{
        padding:0;
        margin:0;
        line-height:5px;
        border:0;
}
#LightBox .Footer .Button
{
    float:right;
    margin:0 10px;
}
.LightBox{text-align:center;}
/* ***************************************** * loginform*/
#LoginForm
{
    float:left;
    width:380px;
    margin-left:20px;
    height:auto;
    margin-top:20px;
}
    #LoginForm .Row
    {
        width:380px;
        height:auto;
        margin:2px 0;
        clear:both;
    }
        #LoginForm .Row .Label
        {
            float:left;
            width:150px;
        }
        #LoginForm .Row .Field
        {
            float:left;
            width:230px;
        }
    #LoginForm .Footer
    {
        width:380px;
        text-align:center;
        font-weight:bold;
        clear:both;
    }
    #LoginForm input,
    #LoginForm textarea
    {
        width:180px;
    }
    #LoginForm select
    {
        width:185px;
    }
/* ***************************************** * lightboxmail*/
#LightBoxMail
{
    width:520px;
    text-align:left;
    background-color:#FFFFFF !important;
    color:#000000 !important;
}
    #LightBoxMail a
    {
        text-decoration:underline;
        color:#000;
    }
    #LightBoxMail .Header
    {
        width:500px;
        margin:0 auto;
        color:#000000
    }
        #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;
        color:#000000;
    }
        #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;
        }
/* ***************************************** * end*/
.Pages{
        text-align:left !important;
        scrollbar-face-color: #fff;
        scrollbar-highlight-color: #fff;
        scrollbar-3dlight-color: #fff;
        scrollbar-shadow-color: #fff;
        scrollbar-darkshadow-color: #fff;
        scrollbar-arrow-color: #999;
        scrollbar-track-color: #fff;
}
.Pages .Button{
    width:100px;
    background:url('pictures/gs_webgraphics/pagesdrop.gif') no-repeat right center;
}
.Pages a,
.Pages a:visited{
        text-decoration:none;
}
.Pages ul li ul li a{
        text-align:left;
        white-space:nowrap;
}
.Pages ul{
        padding:0;
        margin:0;
        list-style-type:none;
        display:block;
}
.Pages li {
        float:left;
        width:auto;
        position:absolute;
}
.Pages ul ul{
        visibility:hidden;
        position:absolute;
        height:150px;
        top:-150px;
        left:0; 
        width:130px;
        border:1px #ccc solid;
        background:#fff;
        overflow:hidden;
}
/*\*/
html>body*.Pages ul ul {overflow:auto;}
/**/
.Pages table {
        position:relative; 
        top:0; 
        left:0; 
        border-collapse:collapse;
}
.Pages ul ul li, 
.Pages ul ul a, 
.Pages ul ul a:visited {
        color:#666; 
        height:auto; 
        line-height:1em; 
        padding:5px 0px; 
        width:80px;
        text-align:center;
        background:#fff;
}
.Pages ul ul li{
        top:0px;
        position:relative;
}
.Pages ul ul li:hover,
.Pages a:hover,
.Pages ul ul a:hover{
        color:#333;
        background:#ccc;
}
.Pages :hover > a,
.Pages ul ul :hover > a {
        color:#333;
        background:#ccc;
}
.Pages ul li:hover ul,
.Pages ul a:hover ul,
.Pages ul ul a:hover
{visibility:visible;overflow:auto;}
.Pages ul ul ul a,
.Pages ul ul ul a:visited{
        color:#ccc; 
        height:auto; 
        line-height:1em; 
        padding:5px 0px;
        width:80px;
}
.Pages ul ul ul a:hover{
        color:#333;
        background:#ccc;
}
.Pages ul li:hover ul,
.Pages ul a:hover ul{visibility:visible;}
.Pages ul a:hover ul ul,
.Pages ul :hover ul ul{
        visibility:hidden;
        position:absolute;
        height:0;
        left:50px;
        top:0;
}
.Pages ul :hover ul :hover ul,
.Pages ul a:hover ul a:hover ul{
        visibility:visible;
}
.Pages .Selected{
        color:#f50!important;
}
.Pages ul ul ul{
        border:1px #000 solid;
        height:220px !important;
        width:auto;
        background:#656565;
        z-index:500;
        padding-top:1px;
}.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