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

/* **************************
     Alison Offley
************************** */
*{margin:0;padding:0;}
table,tr,td{border:0;}
body{
        font-family:Papyrus, Georgia, Sans-Serif, Serif !important;
        font-size:0.8em;
        line-height:2em;
        color:#f1f1f1;
        background:#222 url('pictures/gs_webgraphics/bg_main.gif') repeat-x 0 0;
                scrollbar-face-color: #222;
                scrollbar-highlight-color: #444;
                scrollbar-3dlight-color: #222;
                scrollbar-shadow-color: #444;
                scrollbar-darkshadow-color: #222;
                scrollbar-arrow-color: #fff;
                scrollbar-track-color: #222;
}
p{margin:15px 0;}
h1,h2,h3,h4,h5,h6{
        line-height:normal;
        font-weight:normal;
        font-style:italic;
}
h1{font-size:1.5em;}
a,a:visited{
        text-decoration:underline;
        color:#ccc;
}
a:hover{
        text-decoration:none;
        color:#fff;
}
input,textarea,select{
        font-family:Arial;
        font-size:10px;
        overflow:hidden;
}
/* ********************************************* * mainPageMenu*/
.ToolsMenu{
        position:absolute;
        top:100px;
        left:0;
        width:150px;
        height:480px;
        padding-top:20px;
        text-align:center;
        border-bottom:2px #000 solid;
        background:#fff url('pictures/gs_webgraphics/bg_white.gif') repeat-x 0 0;
}
.ToolsMenu .MenuItem{
        width:100px;
        height:90px;
        margin:5px;
}
.ToolsMenu .MenuItem a,
.ToolsMenu .MenuItem a:visited{
        display:block;
        width:100px;
        height:90px;
        text-align:left;
        background:url('pictures/gs_webgraphics/bg_menuitem.gif') no-repeat;
}
.ToolsMenu .MenuItem a img:hover{
        position:relative;
        top:2px;
        left:2px;
}
.ToolsMenu .First a,
.ToolsMenu .First a:visited{
        background:url('pictures/gs_webgraphics/bg_menuitem_first.gif') no-repeat;
}
.PageMenu{
        position:absolute;
        top:2px;
        right:2px;
        width:100px;
        height:20px;
}
.PageMenu .MenuItem{
        text-align:center;
        width:100%;
        height:20px;
        background:url('pictures/gs_webgraphics/basket.gif') no-repeat 100% 50%;
}
.PageMenu .MenuItem a,
.PageMenu .MenuItem a:visited{
        display:block;
        width:100%;
        height:20px;
        color:#fff;
        font-family:Arial;
        text-decoration:none;
}
/* ********************************************* * mainDiv*/
#Container{
        width:100%;
        height:auto;
        min-width:900px;                            /*keep it 600*/
}
#Logo{
        width:100%;
        height:100px;
        clear:both;
        background:url('pictures/gs_webgraphics/logo.gif') no-repeat 20px 50%;
}
#MainArea{
        margin:0 0 0 160px;
        height:500px;
}
#MainImage{
        float:right;
        width:70%;
        height:500px;
        margin-left:10px;
        text-align:center;
        border-bottom:2px #000 solid;
        background:#fff url('pictures/gs_webgraphics/bg_white.gif') repeat-x 0 0;
}
#MainImage .Image{
        margin:0 auto;
        padding:0 auto;
        text-align:-moz-center;
}
#PageContent{
        margin-right:10px;
        height:500px;
        overflow:auto;
}
#PageContent em{
        display:block;
        padding:10px;
        border:1px #333 solid;
}
.Phosys img{
	behavior: url('images/FixPng.htc');
}
/* ********************************************* * basket*/
#ShoppingCart{
        float:right;
        width:70%;
        height:500px;
        margin-left:10px;
        text-align:center;
        color:#222;
        border-bottom:2px #000 solid;
        background:#fff url('pictures/gs_webgraphics/bg_white.gif') repeat-x 0 0;
}
* html #ShoppingCart,
*+html #ShoppingCart{
        margin:18px 0 0 10px;
}
#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:400px;
        overflow:auto;
        margin:0 auto;
        clear:both;
        text-align:left;
        color:#222;
}
#ShoppingCart .Row{
        width:380px;
        height:110px;
        margin:2px 0;
        clear:both;
        border:1px #f1f1f1 solid;
        color:#222;
}
#ShoppingCart .Row .Thumbnail td{
        height:105px;
        width:105px;
        text-align:-moz-center;
}
#ShoppingCart .Row .Thumbnail,
#ShoppingCart .Row .ThumbTable{
        float:left;
        width:105px;
        height:105px;
        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;
        font-weight:bold;
        text-align:left;
}
#ShoppingCart .Footer .Button{
        margin:0 8px;
}
#ShoppingCart .Footer a,
#ShoppingCart .Footer a:visited{
        display:block;
        float:left;
        text-decoration:underline;
        color:#333;
        text-align:right;
}
#ShoppingCart .Footer a:hover{
        color:#f20;
}
/* ********************************************* * contact*/
#ContactForm{
        float:right;
        width:70%;
        height:470px;
        margin-left:10px;
        padding-top:30px;
        color:#222;
        border-bottom:2px #000 solid;
        background:#fff url('pictures/gs_webgraphics/bg_white.gif') repeat-x 0 0;
        text-align:center;
        line-height:normal;
}
#ContactForm .Row{
        width:390px;
        height:auto;
        margin:2px auto;
        clear:both;
        text-align:left;
}
#ContactForm .Row .Label{
        display:block;
        float:left;
        width:100px;
}
#ContactForm .Row .Field{
        float:left;
}
#ContactForm .Row input,
#ContactForm .Row textarea,
#ContactForm .Row select{
        margin-right:10px;
}
#ContactForm .Footer{
        width:200px;
        text-align:center;
        margin:0 auto;
}
#ContactForm .Footer a,
#ContactForm .Footer a:visited{
        text-decoration:none;
        color:#222;
}
#ContactForm .Footer a:hover{
        color:#f20;
}
/* ********************************************* * AlbumList*/
#AlbumList{
        float:right;
        width:70%;
        height:500px;
        overflow:auto;
        margin-left:10px;
        color:#222;
        border-bottom:2px #000 solid;
        background:#fff ;
}
#AlbumList .Row{
        float:left;
        width:400px;
        height:110px;
        line-height:normal;
        margin:5px;
        border-top:1px #333 solid;
        border-bottom:1px #333 solid;
        cursor:hand;
        cursor:pointer;
}
#AlbumList .Row .Thumbnail,
#AlbumList .Row .ThumbTable{
        float:left;
        width:110px;
        height:110px;
}
#AlbumList .Row .Title{
        float:left;
        width:260px;
        height:20px;
}
#AlbumList .Row .Description{
        float:left;
        width:260px;
        height:70px;
        font-size:10px;
}
#AlbumList .Row .Button{
        float:right;
        text-align:right;
}
/* ********************************************* * loginmenu*/
.LoginMenu{
        color: #333;
        font-size:11px;
        text-align:right;
        background-color: #fff;
        border: 1px solid #ccc;
        line-height:18px;
}
.LoginMenu img{
        display:none;
}
.LoginMenuHeading{
        font-weight:bold;
        color:#333;
        background-color:#f1f1f1;
        text-align:center;
}
.LoginMenuSubmit{
        color: #333;
        text-align: center;
        background-color: #f1f1f1;
        text-align: center;
        font-weight:bold;
}
.LoginMenuSubmitOver{
        cursor: pointer;
        cursor: hand;
        color: #666;
        text-align: center;
        background-color: #f9f9f9;
        font-weight:bold;
}
.LoginMenu input{
        padding:1px 2px;
        font-family:Arial;
        font-size:11px;
}
/* ********************************************* * imageList*/
#ImageList{
        float:right;
        width:70%;
        height:550px;
        margin-left:10px;
        color:#222;
        text-align:center;
        border-bottom:2px #000 solid;
        background:#fff;
}
#Images{
        width:460px;
        height:525px;
        margin:0 auto;
        text-align:left;
}
#ImageList .Item{
        float:left;
        width:110px;
        height:125px;
        text-align:center;
        margin:2px;
        border-top:1px #333 solid;
        border-bottom:1px #333 solid;
}
#ImageList .Item .Thumbnail,
#ImageList .Item .ThumbTable{
        width:110px;
        height:100px;
        text-align:-moz-center;
        text-align:center;
}
#ImageList .Footer{
        width:460px;
        height:20px;
        margin:0 auto;
}
#ImageList .Footer a,
#ImageList .Footer a:visited{
        color:#333;
}
#ImageList .Footer .Previous{
        float:left;
        width:80px;
        height:20px;
        padding-left:20px;
}
#ImageList .Footer .Pages{
        float:left;
        width:120px;
        height:20px;
}
#ImageList .Footer .Next{
        float:right;
        width:80px;
        height:20px;
        padding-right:20px;
        text-align:right;
}
/* ********************************************* * popup*/
.PopupBody{
        width:600px;
        height:600px;
        margin:0;
        padding:0;
        text-align:center;
        font-size:12px;
        background:#fff url('pictures/gs_webgraphics/bg_white.gif') repeat-x 0 0 !important;
}
.PopupBody #MainImage{
        width:520px;
        height:520px;
        margin:5px auto;
        float:none;
        border-top:1px solid #333;
        border-bottom:1px solid #333;
        background:0;
}
.PopupBody #MainImage .Copyright{
        margin-top:-5px;
        color:#222;
}
.PopupBody #Metadata{
        font-size:12px;
}
.PopupBody .ImageControls{
        width:auto;
        margin:0;
        height:25px;
        font-size:12px;
}
.PopupBody .ImageControls .Next{
        float:right;
        width:100px;
        text-align:right;
}
.PopupBody .ImageControls .Previous{
        float:left;
        width:100px;
}
.PopupBody .ImageControls a,
.PopupBody .ImageControls a:visited{
        display:block;
        text-decoration:none;
        color:#333;
}
.PopupBody .ImageControls a:hover{
        color:#f20;
}
/* ********************************************* * metadata*/
#MetaData{
        float:left;
        margin:0;
        padding:0;
        text-align: right;
        background:#333;
        line-height:normal;
}
#MetaData .Button{
        cursor: pointer;
        cursor: hand;
}
.MetaData{
        float:left;
        color: #fff;
        text-align: left;
        background:#fff;
        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:#fff;
        text-align: left;
}
.MetaDataField {
        font-size:12px;
        color: #565656;
        background:#fff;
        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:#fff;
}
.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:#fff;
}
.MetaDataBasketOver{
        font-size:12px;
        cursor: pointer;
        cursor: hand;
        color: #565656;
        text-align: right;
        background:#fff;
}
/* ********************************************* * contactmail*/
#ContactMail{
        width:500px;
        height:auto;
        background:#fff !important;
}
#ContactMail .Row{
        width:500px;
        float:left;
        padding:0px;
        height:20px;
        clear:both;
        display:block;
}
#ContactMail .Label{
        font-weight:bold;
        font-size:16px;
        float: left;
        height:20px;
        width: 250px;
}
#ContactMail .Field{
        font-style:italic;
        font-size:12px;
        float: left;
        width: 250px;
        height:20px;
}
#ContactMail a:link{
        text-decoration:underline;
        color:#333;
}
/* ********************************************* * 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 .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: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;
}
/* ********************************************* * pageSpecifics*/
.aid_DEFAULT #PageContent{
        text-align:center;
}
.aid_DEFAULT #flashcontent{
        float:right;
        width:70%;
        height:500px;
        margin-left:10px;
        border-bottom:2px #000 solid;
        background:#fff url('pictures/gs_webgraphics/bg_white.gif') repeat-x 0 0;
}
/* ********************************************* * misc*/
.base{
        line-height:normal;
}
#flashcontent{
        width:100%;
        height:100%;
        height:500px;
}
/* ********************************************* * end*/
.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