/* ************************ */
/*       MARTIN PLANT       */
/* #949494 #ddbeb9 #c8b6b2  */
/* ************************ */

body 
{
    color:#fff;
	background-color: #c8b6b2;
                background-image: url('pictures/gs_webgraphics/background.jpg') ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.1em;
/*	    scrollbar-face-color: #ddbeb9;
	    scrollbar-highlight-color: #949494;
	    scrollbar-3dlight-color: #ddbeb9;
	    scrollbar-shadow-color: #949494;
	    scrollbar-darkshadow-color: #ddbeb9;
	    scrollbar-arrow-color: #949494;
	    scrollbar-track-color: #ddbeb9; */
}
h1,h2 {
	color: white;
	font-size: 1.5em;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: lighter;
}
select,
input,
textarea {border:1px none #fff}
/* ****************************************** */

a:link
{
    color:white;
    text-decoration:none;
	 border-width: 0px 0px 1px 0px;
	 border-style:none none dotted none;
}

a:visited
{
    color:#d5d5d5;
    text-decoration:none;
	 border-width: 0px 0px 1px 0px;
	 border-style:none none dotted none;
}


a:hover, a:active
{
    color:#fff;
    text-decoration:none;
}
/* MARTINPLANT.COM CSS */
#MPHeader 
{
	width:900px;
	height:75px;
	background-color:#606060;
	border: 0px;
	padding: 0px;
}

#MPHeader img {margin-left:580px;}
#MPNav 
{
	font-size:93%; 
	float:left; 
	width:100%; 
	line-height:normal; 
	background-color: #606060;
}
#MPNav ul 
{
	margin: 0px; 
	list-style-type: none;
	padding:10px 10px 0 30px;
}
#MPNav li 
{
	display: inline; 
	margin: 0px; 
	padding:0;
}
#MPNav a 
{
	background: url('pictures/gs_webgraphics/tablefth.gif') no-repeat left top; 
	float: left; 
	margin: 0px; 
	border: none;
	padding: 0 0 0 4px; 
	text-decoration: none
}
#MPNav a span 
{
	display: block; 
	background: url('pictures/gs_webgraphics/tabrighth.gif') no-repeat right top; 
	float:none;
	color: #fff; 
	padding: 5px 15px 4px 6px;
}
#MPNav a:hover span 
{
    font-weight: normal; 
    color: #fff; 
    text-decoration: underline;
    background-position: 100% -42px
}
#MPNav a:hover 
{
	background-position: 0% -42px; 
	font-weight: normal
}
#MPNav #current a {background-position: 0% -42px}
#MPNav #current a span {background-position: 100% -42px}
/* ****************************************** */

/* MAIN DIV */
#Container
{
    width:900px;
    height:465px;
    margin:50px auto 0 auto;
}
#MainArea
{
    width:900px;
    height:420px;
    background-color:black;
    clear:both;
}
#PageContent
{
    float:right;
    width:350px;
    height:307px;
    margin:25px;
	color:#fff;
	line-height:1.2em;
	font-size:1em;
}
#MainImage
{
    float:left;
    width:400px;
    height:420px;
    margin-left:15px;
}
* html #MainImage {ma\rgin-left:5px;}
/* ****************************************** */

/* ALBUMLIST */
#AlbumList
{
    float:left;
    width:450px;
    height:400px;
    overflow:auto;
    padding-left:21px;
}
#AlbumList .Row
{
    float:left;
    width:390px;
    height:100px;
    border:1px #888888 solid;
    margin:10px 0;
    padding:10px;
    font-size:10px;
    cursor:pointer;
    cursor:hand;
	 background-color: #606060;
}
#AlbumList .Row .Title,
#AlbumList .Row .Button
{
    float:left;
    width:275px;
    font-size:12px;
    font-weight:bold;
    padding-left:10px;
}
#AlbumList .Row .ThumbTable
{
    float:left;
    width:100px;
    height:100px;
}
#AlbumList .Row .Description
{
    float:left;
    width:275px;
    height:70px;
    padding-left:10px;
}
#AlbumList .Row .Button {text-align:right;}
#AlbumList .Row:hover {border:1px #949494 solid;}


* html #AlbumList {wid\th:433px;}
* html #AlbumList .Row {wid\th:370px;}
* html #AlbumList .Row .Button,
* html #AlbumList .Row .Description,
* html #AlbumList .Row .Title {wid\th:250px;}

/* ****************************************** */

/* FOOTER AREA */
.PageMenu
{
    margin-top:-15px;
    float:right;
    height:50px;
    width:600px;
    background: #606060;
}
.PageMenu .MenuItem
{
    float:right;
    margin:0 8px;
    padding-top:8px;
}
/*.PageMenu .MenuItem a {color:white;} */
#Phosys
{
    margin-top:-15px;
    float:left;
    width:300px;
    height:50px;
    background: #606060;
}
#Phosys img {display:none;}

*+html .PageMenu {margin-top:0;}
*+html #Phosys {margin-top:0;}
/* ****************************************** */

/* ALBUM LOGIN */
#AlbumLogin
{
    float:left;
    width:340px;
    height:auto;
}
#AlbumLogin .Row
{
    width:340px;
    height:auto;
    margin:4px 0;
    clear:both;
}
#AlbumLogin .Row .Label
{
    float:left;
    width:100px;
}
#AlbumLogin .Row .Field
{
    float:left;
    width:240px;
}
#AlbumLogin .Footer
{
    float:right;
    width:200px;
    text-align:right;
    margin-right:85px;
}
#AlbumLogin .Footer a
{
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}
/* ****************************************** */

/* LOGIN HOVER */
.LoginMenu input {border:1px #949494 solid;}
.LoginMenu
{
	color: #fff;
	text-align: right;
	background-color: #ffc4e1;
	border: 1px solid #c8b6b2;
}
.LoginMenuHeading
{
	font-weight:bold;
	color: #fff;
	background-color: #8c8c8c;
	text-align: left;
}
.LoginMenuEntry, .LoginMenuEntryOver
{
	color: #949494;
	text-align: left;
	background-color: #fff;
}
.LoginMenuSubmit
{
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #8c8c8c;
	text-align: center;
	font-weight:bold;
}
.LoginMenuSubmitOver
{
	cursor: pointer;
	cursor: hand;
	font:  12px;
	color: white;
	text-decoration: underline;
	text-align: center;
	background-color: #8c8c8c;
	font-weight:bold;
}
/* ****************************************** */

/* METADATA */
.MetaData
{
	text-align: left;
	background-color: #949494;
	border: 1px solid #c8b6b2;
}
#MetaData
{
    cursor:hand;
    cursor:pointer;
}
#MetaData .Button 
{

    text-decoration:underline;
}
.MetaDataTitle
{
	font-weight: bold;
	color: #FFF;
	background-color: #747474;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}
.MetaDataHeading
{
	font-weight: normal;
	color:#fff;
	background-color:#949494;
}
.MetaDataField
{
	color: #fff;
	background-color:#ddbeb9;
}
.MetaDataFieldOver
{
	cursor: pointer;
	cursor: hand;
	color: #ddbeb9;
	background-color: #fff;
}
.MetaDataCommand
{
	color: #fff;
	text-align: right;
	background-color: #ddbeb9;
}
.MetaDataCommandOver
{
	cursor: pointer;
	cursor: hand;
	color: #ddbeb9;
	text-align: right;
	background-color: #fff;
}
.MetaDataBasket
{
    color:#fff;
	text-align: right;
	background-color: #ddbeb9;
}
.MetaDataBasketOver
{
	cursor: pointer;
	cursor: hand;
	color: #ddbeb9;
	text-align: right;
	background-color: #FFF;
}
/* ****************************************** */

/* IMAGE LIST */
#ImageList
{
    float:right;
    height:415px;
    clear:right;
    width:485px;
    margin-top:20px;
}
*+html #ImageList {height:400px;}
* html #ImageList {ma\rgin-left:-20px;} 
#ImageList #Images
{
    float:left;
    width:485px;
    height:380px;
    overflow:auto;
}
#ImageList .Item
{
    float:left;
    width:110px;
    height:112px;
    text-align:center;
    margin:2px;
    border:1px #949494 solid;
}
#ImageList .Thumbnail,
#ImageList .ThumbTable
{
    width:100px;
    height:103px;
    text-align:center;
    padding:0;
    margin:0;
}
*+html #ImageList .Thumbnail,
*+html #ImageList .ThumbTable
{height:100px;}
#ImageList .Footer
{
    width:450px;
    height:20px;
    padding-left:25px;
}
#ImageList .Footer .Previous
{
    float:left;
    width:50px;
}
#ImageList .Footer .Pages
{
    float:left;
    width:350px;
    text-align:center;
}
#ImageList .Footer .Next
{
    float:right;
    width:40px;
    text-align:right;
}
#ImageList .Footer a {text-decoration:none;color:#fff;}
#ImageList .LightBox a {font-size:10px;text-decoration:none;color:#fff}
/* ****************************************** */

/* SHOPPINGCART */
#ShoppingCart
{
    float:left;
    width:450px;
    height:380px;
    margin:10px 0 0 25px;
}
*+html #ShoppingCart
{
    margin:25px 0 0 25px;
}
#ShoppingCart .Header
{
    width:450px;
    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:230px;}
#ShoppingCart .Header .Quantity,
#ShoppingCart .Header .Total,
#ShoppingCart .Header .Remove {width:55px;}
#ShoppingCart .List
{
    overflow:auto;
    width:450px;
    height:330px;
    clear:both;
}
#ShoppingCart .Row
{
    height:110px;
    width:430px;
    margin:5px 0;
    border-bottom:1px #949494 solid;
}
#ShoppingCart .Row .Thumbnail,
#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;
    padding-left:20px;
}
#ShoppingCart .Row .Thumbnail 
{
    height:100px;
    width:110px;
    text-align:center;
}
#ShoppingCart .Row .Option {height:25px;}
#ShoppingCart .Row .Price {width:125px;}
#ShoppingCart .Row .Quantity {width:60px;}
#ShoppingCart .Row .Total {width:60px;}
#ShoppingCart .Row .Remove {width:40px;}
#ShoppingCart .Footer
{
    width:360px;
    text-align:right;
}
#ShoppingCart .Footer .Total 
{
    font-weight:bold;
    color:#FF0000;
}
#ShoppingCart .Footer a {margin:0 10px;color:#fff;font-weight:bold;}
/* ****************************************** */

/* LIGHTBOX */
#LightBox
{
    float:left;
    width:450px;
    height:380px;
    margin:25px 0 0 25px;
}
#LightBox .Header
{
    width:450px;
    clear:both;
}
#LightBox .Header .Thumbnail,
#LightBox .Header .Product {display:none;}
#LightBox .Header .Option
{
    float:left;
    text-align:right;
    width:250px;
}
#LightBox .Header .Quantity,
#LightBox .Header .Remove
{
    float:left;
    width:70px;
    text-align:right;
}
#LightBox .List
{
    overflow:auto;
    width:450px;
    height:350px;
    clear:both;
}
#LightBox .Row
{
    width:420px;
    height:110px;
    margin:5px 0;
    border-bottom:1px #949494 solid;
}
#LightBox .Row .Thumbnail,
#LightBox .Row .ThumbTable
{
    float:left;
    height:110px;
    width:100px;
    text-align:center;
}
#LightBox .Row .Option,
#LightBox .Row .Quantity,
#LightBox .Row .Remove
{
    float:left;
    text-align:right;
}
#LightBox .Row .Product
{
    float:left;
    padding:5px 0 0 10px;
    width:300px;
    height:50px;
    font-weight:bold;
}
#LightBox .Row .Option {width:140px;}
#LightBox .Row .Quantity {width:100px;}
#LightBox .Row .Remove {width:50px;}
#LightBox .Footer
{
    width:340px;
    text-align:right;
}
#LightBox .Footer a
{
    margin:0 10px;
    color:#fff;
    font-weight:bold;
}
/* ****************************************** */

/* LIGHTBOXMAIL */
#LightBoxMail
{
    width:900px;
    text-align:left;
    background-color:#fff;
    color:#000
}
#LightBoxMail DIV {color:#000;}
#LightBoxMail DIV a {color:#000;}
#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;
}
/* ****************************************** */

/* LOGINFORM */
#LoginForm
{
    width:400px;
    height:350px;
    margin:25px;
    float:left;
}
#LoginForm .Row
{
    width:400px;
    height:auto;
    min-height:25px;
    margin:4px 0;
    clear:both;
}
#LoginForm .Row .Label
{
    width:150px;
    float:left;
}
#LoginForm .Row .Field
{
    float:left;
    width:200px;
}

#LoginForm .Row .Address
{
    height:80px;
}

#LoginForm .Footer
{
    width:400px;
    height:25px;
}
#LoginForm .Footer .Button
{
    float:right;
    margin-right:120px;
}
#LoginForm .Footer a
{
    color:#fff;
    font-weight:bold;
}
/* ****************************************** */

#LightBoxList_divSendLightbox .Row
{
    margin:5px 0;
    border:0;
    height:auto;
}
#AccountsForm
{
    float:left;
    width:350px;
    padding:25px;
}

/* ********************************************************* Page Jump*/
.Pages{
        text-align:center;
        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;
		  margin-left: 30px;
}
.Pages .Button{
    width:120px;
    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:10px; 
        width:100px;
        border:1px #fff solid;
        background:#black;
        overflow:hidden;
}
/*\*/
html>body*.Pages ul ul {overflow:auto;}
/**/
.Pages table {
        position:relative; 
        top:0; 
        left:10px; 
        border-collapse:collapse;
}
.Pages ul ul li, 
.Pages ul ul a, 
.Pages ul ul a:visited {
        color:#909090; 
        height:15px; 
        padding:5px 0px; 
        width:80px;
        text-align:center;
        background:#6a6a6a;
}
.Pages ul ul li{
        top:0px;
        position:relative;
}
.Pages ul ul li:hover,
.Pages a:hover,
.Pages ul ul a:hover{
        color:#333;
        background:#b8b8b8;
}
.Pages :hover > a,
.Pages ul ul :hover > a {
        color:#333;
        background:#b8b8b8;
}
.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; 
        padding:5px 0px;
        width:15px;
        height:20px;
        top:1px;
}
.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:1px;
}
.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;
}
/* ************************ */
/*       MARTIN PLANT       */
/* #949494 #ddbeb9 #c8b6b2  */
/* ************************ */
// from System Meta Data
// from System Meta Data