/* ********************* */
/* myshoot.css           */
/* #333 #666 #999        */
/* ********************* */
html
{
}
body 
{
    margin:0;
    padding:0;
    Font-family:Verdana, Sans-Serif, Serif;
    font-size:12px;
    color:#333;
    line-height:22px;
    word-spacing:2px;
        scrollbar-face-color:#fff;
	    scrollbar-highlight-color:#999;
	    scrollbar-3dlight-color: #fff;
	    scrollbar-shadow-color: #999;
	    scrollbar-darkshadow-color: #fff;
	    scrollbar-track-color: #fff;
	    scrollbar-arrow-color:#999;
    min-width:800px;
    padding-top:50px;
    background: url('pictures/gs_webgraphics/bg_main.jpg') no-repeat top left;
}
h1,h2,h3,h4,h5,h6
{
    line-height:normal;
    word-spacing:normal;
    color:#222;
    font-weight:normal;
    text-transform:uppercase;
}
    h1{font-size:22px;}
        h2{font-size:20px;}
            h3{font-size:18px;}
                h4{font-size:16px;}
                    h5{font-size:14px;}
a:link,
a:visited
{
    color:#333;
    text-decoration:underline;
}
a:hover,
a:active
{
    color:#333;
    text-decoration:none;
}
/* ******************************************** */
/*pageMenu*/
.PageMenu
{
    position:absolute;
    width:150px;
    height:400px;
    top:210px;
    left:0;
}
.PageMenu .MenuItem
{
    width:100%;
    margin:4px 0;
    font-weight:bold;
}
.PageMenu .MenuItem a
{
    display:block;
    color:#fff;
    padding:2px 0 2px 25px;
    background:transparent;
    text-decoration:none;
}
.PageMenu .MenuItem a:hover
{
    background-color:#3696fa;
    color:#06305a;
}
.PageMenu .Selected
{
    background-color:#3696fa!important;
    color:#06305a;
}
/* ******************************************** */
/*mainDiv*/
#Wrapper
{
    width:100%;
    height:auto;
    margin:0 auto;
    background: url('pictures/gs_webgraphics/bg_main.jpg') repeat-y top left;
}
#Internal
{
    width:100%;
    height:100%;
    background: transparent url('pictures/gs_webgraphics/bg_internal.jpg') no-repeat top right;
}
#Container
{
    width:100%;
    height:auto;
    margin:0 auto;
}
#Logo
{
    position:absolute;
    top:50px;
    left:0;
    height:160px;
    width:160px;
    z-index:500;
    background:url('pictures/gs_webgraphics/bg_logo.jpg') no-repeat top left;
}
#Title
{
    width:88%;
    float:right;
    height:120px;
    margin-right:20px;
    background:url('pictures/gs_webgraphics/bg_header.jpg') no-repeat top right;
}
    * html #Title
    {
        ma\rgin-right:10px;
    }
#MainArea
{
    margin-left:160px !important;
    height:auto;
    width:auto; 
    clear:both;
}
    #MainImage
    {
        float:left;
        height:520px;
        width:480px;
        text-align:-moz_center;
        text-align:center;
        background-color:#fff;
        padding:2px;
        border:1px #000 solid;
        margin:-20px 10px 40px 0;
        clear:left;
    }
    #PageContent
    {
        background:url('pictures/gs_webgraphics/bg_pagecontent.jpg') no-repeat 92% 30%;
        padding:0 25px 0 0;
        clear:right;
        -moz-float-edge:content-box;
    }
#FooterFadeLeft
{
    float:left;
    width:100%;
    clear:both;
    height:27px;
    background:url('pictures/gs_webgraphics/bg_footerleft.jpg') no-repeat top left;
}
#FooterFadeRight
{
    float:right;
    width:50%;
    height:27px;
    background:url('pictures/gs_webgraphics/bg_footerright.jpg') no-repeat top right;
}
    #Phosys
    {
        display:none;
        /*
        position:relative;
        width:200px;
        height:50px;
        top:40px;
        z-index:500;
        clear:both;
        */
    }
/* ******************************************** */
/*albumList*/
#AlbumList
{
    float:left;
    width:410px;
    height:410px;
    padding:2px;
    background-color:#fff;
    border:1px #000 solid;
    overflow:auto;
    margin:-20px 10px 40px 0;
}
    #AlbumList .Row
    {
        float:left;
        width:120px;
        height:175px;
        border:1px #333 solid;
        margin:2px;
        cursor:hand;
        cursor:pointer;
        text-align:center;
    }
        #AlbumList .Row .Thumbnail,
        #AlbumList .Row .ThumbTable
        {
            width:120px;
            height:100px;
        }
        #AlbumList .Row .Title
        {
            width:120px;
            height:20px;
            font-weight:bold;
            margin-top:10px;
            line-height:normal;
            font-size:12px;
            clear:both;
            text-decoration:underline;
        }
        #AlbumList .Row .Description
        {
            width:120px;
            height:50px;
            font-size:9px;
            font-style:italic;
            line-height:normal;
        }
        #AlbumList .Row .Button
        {
            display:none;
        }
/* ******************************************** */
/*albumLogin*/
#AlbumLogin
{
    width:250px;
    height:auto;
}
    #AlbumLogin .Row
    {
        width:250px;
        height:auto;
        margin:2px 0;
        clear:both;
    }
        #AlbumLogin .Row .Label
        {
            float:left;
            width:100px;
        }
        #AlbumLogin .Row .Field
        {
            float:left;
            width:150px;
        }
    #AlbumLogin .Footer
    {
        width:230px;
        text-align:center;
    }
        #AlbumLogin .Footer a
        {
            font-weight:bold;
        }
    #AlbumLogin input
    {
        width:150px;
        border:1px solid #0c58a7;
        font-size:9px;
        color:#333;
        font-family:Arial, Sans-Serif, Serif;
        padding:2px 7px;
    }
/* ******************************************** */
/*loginMenu*/
.LoginMenu
{
	color: #333;
	font-size:11px;
	text-align:right;
	background-color: #fff;
	border: 1px solid #333 ;
}
    .LoginMenu img
    {
        display:none;
    }
.LoginMenuHeading
{
	font-weight:bold;
	color:#333;
	background-color:#999;
	text-align:center;
}
.LoginMenuEntry, 
.LoginMenuEntryOver
{
	color: #666;
	text-align: left;
	background-color: #fff;
}
.LoginMenuSubmit
{
	color: #333;
	text-align: center;
	background-color: #fff;
	text-align: center;
	font-weight:bold;
}
.LoginMenuSubmitOver
{
	cursor: pointer;
	cursor: hand;
	color: #fff;
	text-align: center;
	background-color: #999;
	font-weight:bold;
}
/* ******************************************** */
/*imageList*/
#ImageList
{
    height:440px;
    clear:both;
    border:1px #000 solid;
    background-color:#fff;
    margin:-20px 30px 0 0;
}
    #Images
    {
        width:730px;
        height:420px;
        margin:0 auto;
    }
    #ImageList .Item
    {
        float:left;
        width:110px;
        height:130px;
        border:1px #000 solid;
        margin:4px 3px;
        line-height:normal;
            text-align:center;
    }
        #ImageList .Item .Thumbnail,
        #ImageList .Item .ThumbTable
        {
            width:100px;
            height:105px;
            margin:0 auto;
            background-color:#FFF;
            border:1px #eaeaea solid;
        }
        #ImageList .Item .Caption
        {
            text-align:center;
        }
    #ImageList .Footer
    {
        width:715px;
        height:20px;
        clear:both;
        margin:0 auto;
    }
        #ImageList .Footer .Previous
        {
            float:left;
            width:80px !important;
            padding-left:20px;
        }
        #ImageList .Footer .Pages
        {
            float:left;
            text-align:center;
            width:500px;
            font-size:14px;
            font-style:italic;
        }
        #ImageList .Footer .Next
        {
            float:right;
            text-align:right;
            width:80px;
            padding-right:20px;
        }
        #ImageList .Footer a:link,
        #ImageList .Footer a:visited
        {
            font-weight:bold;
            font-size:11px;
        }
        #ImageList .Footer a:hover,
        #ImageList .Footer a:active
        {
            font-weight:bold;
            font-size:12px;
        }
/* ******************************************** */
/*popUp*/
.PopupBody
{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background:url('pictures/gs_webgraphics/bg_popup_main.jpg') no-repeat top left;
}
    .PopupBody #MainImage
    {
        float:right;
        height:520px;
        width:500px;
        margin:5px 10px 0 0;
    }
/* ******************************************** */
/*metaData*/
#MetaData
{
    float:left;
	margin:0;
	padding:0;
	text-align: right;
	background:transparent;
}
    #MetaData .Button
    {
        cursor: pointer;
	    cursor: hand;
	    font-size:12px;
    }
.MetaData
{
    float:left;
	color: #fff;
	text-align: left;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
	border: 1px solid #999;
}
.MetaDataTitle
{
    font-size:12px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-align: left;
}
.MetaDataHeading
{
    font-size:12px;   
	font-weight: normal;
	color: #fff;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
	text-align: left;
}
.MetaDataField
{
    font-size:12px;
	color: #fff;
	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: #333;
}
.MetaDataCommand
{
    font-size:12px;
	color: #fff;
	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: #333;
}
.MetaDataBasket
{
    font-size:12px;
	color: #fff;
	text-align: right;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
}
.MetaDataBasketOver
{
    font-size:12px;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	text-align: right;
	background: url('pictures/gs_webgraphics/transparent.png') repeat top center;
}
/* ******************************************** */
/*miscClasses*/
.imgleft,
.imgright
{
    float:left;
    padding:2px;
    background-color:#fff;
    border:1px #666 solid;
    margin:4px;
}
.imgright{float:right;}
.base
{
    font-size:10px;
    line-height:normal;
    letter-spacing:normal;
    word-spacing:normal;
}
/* ******************************************** */
/*shoppingCart*/
#ShoppingCart
{
    float:left;
    width:410px;
    height:410px;
    padding:2px;
    background-color:#fff;
    border:1px #000 solid;
    margin:-20px 10px 40px 0;
}
    #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:410px;
        height:350px;
        overflow:auto;
        margin:0 auto;
        clear:both;
    }
    #ShoppingCart .Row
    {
        width:380px;
        height:110px;
        margin:1px 0;
        clear:both;
        border:1px #000 solid;
    }
        #ShoppingCart .Row .Thumbnail
        {
            float:left;
            width:110px;
            height:100px;
            padding:5px 0;
            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:90px;
            color:#F20;
            font-weight:bold;
            text-align:left;
        }
        #ShoppingCart .Footer .Button
        {
            margin:0 8px;
        }
        #ShoppingCart .Footer a
        {
            font-weight:bold;
        }
/* ******************************************** */
/*contactForm*/
#ContactForm
{
    float:left;
    width:394px;
    height:394px;
    padding:10px;
    background-color:#fff;
    border:1px #000 solid;
    margin:-20px 10px 40px 0;
}
    #ContactForm .Row
    {
        width:410px;
        height:auto;
        margin:2px 0;
        clear:both;
    }
        #ContactForm .Row .Label
        {
            float:left;
            width:120px;
        }    
        #ContactForm .Row .Field    
        {
            float:left;
            width:250px;
        }
    #ContactForm .Footer
    {
        float:left;
        width:150px;
        text-align:right;
    }
        #ContactForm .Footer a
        {
            font-weight:bold;
        }
/* ******************************************** */
/*contactmail*/
#ContactMail
{
float:left;
	background-color:#fff;
	width:500px;
}
    #ContactMail .Row
    {
	    text-align:left;
	    width:100%;
	    padding:0px;
    }
        #ContactMail .Row .Label
        {
            font-weight:bold;
	        float:left;
	        width:250px;
        }
        #ContactMail .Row .Field
        {
            font-style:italic;
	        float:left;
	        width:250px;
	        clear:right;
        }
/* ******************************************** */
/* *********************************** * pageJump*/
.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;
}
.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:100px;
    border:1px #ccc solid;
    background:#fff;
    /* insert below when using scrolling 'none sub menu' lists */
    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;}

    .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