/* *********************** */
/* HARRINGTONS PHOTOGRAPHY */
/* #4578aa #81b8f0 #98c5f1 #e4f1ff #545454  */
/* *********************** */

body
{
    background: url('pictures/gs_webgraphics/bg_main.gif') #fff repeat-x top center;
    font-size:12px;
    line-height:1.7em;
    color:#545454;
    font-family:Trebuchet MS;
    margin:0;
    padding:0;
    	scrollbar-face-color:#fff;
	    scrollbar-highlight-color:#545454;
	    scrollbar-3dlight-color: #fff;
	    scrollbar-shadow-color: #545454;
	    scrollbar-darkshadow-color: #fff;
	    scrollbar-arrow-image: #545454;
	    scrollbar-track-color: #fff;
}
h1{font-size:1.5em;line-height:normal;}
h2{font-size:1em;line-height:normal;}
input,
textarea,
select
{
    font-family:Verdana;
    font-size:12px;
    color:#545454;
    padding:0;
    margin:0;
    text-transform:capitalize;
}
/* ******************************************** */
/* NAVIGATION */
.PageMenu
{
    float:left;
    width:638px;
}
.PageMenu .MenuItem
{
    float:left;
    font-size:14px;
    text-align:center
}
.PageMenu .MenuItem a:link,
.PageMenu .MenuItem a:visited,
.PageMenu .MenuItem a:active
{
    display:block;
    padding:40px 12px;
    color:#fff
}
.PageMenu .MenuItem a:hover
{
    display:block;
    padding:40px 12px;
    color:#666;
}
.ToolsMenu
{
    float:right;
    height:20px;
    margin-top:8px;
    width:800px;
    clear:both;
}
.ToolsMenu .MenuItem
{
    float:right;
    font-size:1.1em;
    text-align:center;
    margin-top:8px;
}
.ToolsMenu .MenuItem a
{
    padding:0 10px;
    display:block;
}
a:link, a:visited {text-decoration:none;color:#545454;}
a:hover {text-decoration:none;color:#292929;}
/* ******************************************** */
/* MAIN DIV */
#Container
{
    margin:0 auto;
    width:800px;
    height:600px;
}
#MainArea
{
    width:800px;
    height:450px;
    clear:both;
}
#MainImage
{
    float:left;
    height:430px;
    width:400px;
}
#MainImage img
{
    padding:1px;
    background-color:#fff;
    border:1px #4578aa dotted;
}
#PageContent
{
    float:right;
    width:376px;
    height:410px;
    overflow:auto;
    padding:10px;
}
#Logo
{
    float:right;
    width:160px;
    height:120px;
    clear: both;
    background:url('pictures/gs_webgraphics/logo.gif') no-repeat right top;
}
#Phosys
{
    width:800px;
    height:40px;
    margin-top:-10px;
}
/* ******************************************** */
/* ALBUMLIST */
#AlbumList
{
    float:left;
    width:400px;
    height:400px;
    overflow:auto;
}
#AlbumList .Row
{
    float:left;
    width:338px;
    height:100px;
    border:1px #7fb0e0 solid;
    margin:10px;
    padding:10px;
    font-size:10px;
    cursor:pointer;
    cursor:hand;
}
#AlbumList .Row .Title,
#AlbumList .Row .Button
{
    float:left;
    width:200px;
    font-size:12px;
    font-weight:bold;
    padding-left:10px;
}
#AlbumList .Row .ThumbTable
{
    float:left;
    width:100px;
    height:100px;
}
#AlbumList .Row .Description
{
    float:left;
    height:70px;
    padding-left:10px;
    font-style:italic;
}
/* ******************************************** */
/* IMAGELIST */
#ImageList,
#Images
{
    float:right;
    width:380px;
    height:410px;
    margin:0 auto;
}
#Images
{
    overflow:auto;
}
#ImageList .Item
{
    padding:2px;
    width:108px;
    height:128px;
    background-color:#deeefe;
    border:1px #c7dcf1 solid;
    float:left;
    text-align:center;
    margin:1px;
}
*+html #ImageList .Item
{
    height:125px;
    margin:2px;
}
* html #ImageList .Item
{
    he\ight:122px;
    padd\ing:1px;
}
#ImageList .Thumbnail,
#ImageList .ThumbTable
{
    width:110px;
    height:108px;
    text-align:center;
}
*+html #ImageList .Thumbnail,
*+html #ImageList .ThumbTable
{
    height:105px;
}
* html #ImageList .Thumbnail,
* html #ImageList .ThumbTable
{
    he\ight:105px;
}
#ImageList .Footer
{
    width:270px;
    margin:0 auto;
}
#ImageList .Footer .Previous
{
    float:left;
    width:70px;
}
#ImageList .Footer .Pages
{
    float:left;
    width:130px;
    text-align:center;
}
#ImageList .Footer .Next
{
    float:left;
    width:70px;
    text-align:right;
}
/* ******************************************** */
/* POPUP WIN CSS */
.PopupBody
{
    width:500px;
    height:500px;
    margin:0;
    padding:0;
    text-align:center;
    font-size:12px;
}
.PopupBody #MainImage
{
    width:550px;
    height:550px;
    margin:20px auto;
    float:none;
    border:1px solid #000;
}
/* ******************************************** */
/* MISC. CLASSES */
.Copyright {display:none;}
.base {font-size:10px;line-height:normal;}
.imgright
{
    float:right;
    padding:2px;
    background-color:#deeefe;
    border:1px #c7dcf1 solid;
}
/* ******************************************** */
/* CONTACT FORM */
#ContactForm
{
    margin-top:20px;
    float:left;
    width:400px;
    height:420px;
    clear:none;
}
#ContactForm .Row
{
    width:380px;
    margin:1px 0;
    clear:both;
}
#ContactForm .Row .Label
{
    width:100px;
    text-align:right;
    float:left;
    clear:left;
    padding-right:10px;
}
#ContactForm .Row .Field
{
    width:270px;
    float:left;
    clear:right;
}
#ContactForm .Footer
{
    float:right;
    width:330px;
    padding-right:50px;
    clear:both;
    text-align:right;
    font-weight:bold;
}
/* ******************************************** */
/* SHOPPINGCART */
#ShoppingCart
{
    float:left;
    width:400px;
    height:420px;
}
#ShoppingCart .Header
{
    width:400px;
    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
{
    height:110px;
    width:380px;
    margin:5px 0;
    border-bottom:1px #333 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:75px;}
#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;
    padding-right:50px;
}
#ShoppingCart .Footer .Button {margin:0 10px;}
/* ******************************************** */
/* LOGIN */
.LoginMenu
{
	color: #FFF;
	text-align: right;
	background-color: #4578aa;
	border: 1px solid #FFF;
}
.LoginMenuHeading
{
	font-weight:  bold;
	color: #FFF;
	background-color: #4578aa;
	text-align: left;
}
.LoginMenuEntry, 
.LoginMenuEntryOver
{
	color: #FFF;
	text-align: left;
	background-color: #81b8f0;
}
.LoginMenuSubmit
{
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #4578aa;
	text-align: center;
	font-weight:bold;
}
.LoginMenuSubmitOver
{
	cursor: pointer;
	cursor: hand;
	font: 12px;
	color: #4578aa;
	text-align: center;
	background-color: #98c5f1;
	font-weight:bold;
}
#LoginForm
{
    float:left;
    width:325px;
}
#LoginForm .Row
{
    width:320px;
    float:left;
    margin:3px 0;
}
#LoginForm .Label
{
    width:120px;
    float:left;
}
#LoginForm .Field
{
    width:200px;
    float:left;
}
#LoginForm .Title{text-align:left;}
#LoginForm .Footer
{
    width:325px;
    clear:both;
    text-align:center;
    font-weight:bold;
}
#LoginForm input,
#LoginForm textarea,
#LoginForm select
{
    width:150px;
    font-family:Verdana;
    font-size:12px;
}
.Postcode
{
    text-transform:uppercase;
}
/* ******************************************** */
/* METADATA */
#Metadata DIV {font-size:11px;}
#MetaData
{  
    float:left;
	margin:0;
	padding:0;
	cursor: pointer;
	cursor: hand;
	text-align: right;
	background-color:transparent;
}
.MetaData
{
    float:left;
	color: #FFF;
	text-align: left;
	background-color: #7fb0e0;
	border: 1px solid #FFF;
}
.MetaDataTitle
{
	font-weight: bold;
	color: #292929;
	background-color: #FFF;
	text-align: left;
}
.MetaDataHeading
{
	font-weight: normal;
	color: #FFF;
	background-color: #7fb0e0;
	text-align: left;
}
.MetaDataField
{
	color: #FFF;
	background-color: #7fb0e0;
	cursor: pointer;
	cursor: hand;
}
.MetaDataFieldOver
{
	cursor: pointer;
	cursor: hand;
	color: #7fb0e0;
	background-color: #FFF;
}
.MetaDataCommand
{
	color: #FFF;
	text-align: right;
	background-color: #7fb0e0;
}
.MetaDataCommandOver
{
	cursor: pointer;
	cursor: hand;
	color: #7fb0e0;
	text-align: right;
	background-color: #FFF;
}
.MetaDataBasket
{
	color: #FFF;
	text-align: right;
	background-color: #7fb0e0;
}
.MetaDataBasketOver
{
	cursor: pointer;
	cursor: hand;
	color: #FFF;
	text-align: right;
	background-color: #7fb0e0;
}
/* ******************************************** */
/* LIGHTBOX */
#LightBox
{
    float:left;
    width:400px;
    height:420px;
}
#LightBox .Header
{
    height:20px;
    width:400px;
    clear:both;
}
#LightBox .Header .Thumbnail,
#LightBox .Header .Product{display:none}
#LightBox .Header .Option,
#LightBox .Header .Quantity,
#LightBox .Header .Remove
{
    width:60px;
    float:left;
    clear:none;
    text-align:right;
}
#LightBox .Header .Option{width:250px;}
#LightBox .List
{
    width:400px;
    height:360px;
    overflow:auto;
    clear:both;
}
#LightBox .Row
{
    border-bottom:1px #000 solid;
    padding:0 10px;
    width:360px;
}
#LightBox .Row .Thumbnail
{
    float:left;
    width:110px;
    height:110px;
    text-align:center;
}
#LightBox .Row .ThumbTable
{
    width:110px;
    height:110px;
}
#LightBox .Row .Product,
#LightBox .Row .Option,
#LightBox .Row .Quantity,
#LightBox .Row .Remove
{
    text-align:right;
    float:left;
}
#LightBox .Row .Product
{
    text-align:left;
    padding-top:20px;
    width:250px;
}
#LightBox .Row .Option{width:120px;}
#LightBox .Row .Quantity{width:70px;}
#LightBox .Row .Remove{width:60px;}
#LightBox .Footer .Button
{
    float:right;
    margin:0 10px;
}
.LightBox
{
    font-family:Tahoma;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    margin-top:-2px;
}
.LightBox a
{
    color:#5b87b3;
}

/* ******************************************** */
/* CONTACT MAIL */
#ContactMail
{
	float: left;
	background-color: #fff;
	color:#000;
	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;
}
/* ********************************************** */
/* LIGHTBOXMAIL */
#LightBoxMail a
{
    text-decoration:underline;
    color:#000;
}
#LightBoxMail
{
    width:520px;
    text-align:left;
    background-color:#FFFFFF !important;
    color:#000000 !important;
}

#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;
}
/* ******************************************** */
/* ALBUMLOGIN */
#AlbumLogin .Row
{
    width:300px;
    clear:both;
    margin:3px 0;
}
#AlbumLogin .Label,
#AlbumLogin .Field
{
    float:left;
    width:120px;
}
#AlbumLogin .Footer
{
    width:300px;
    clear:both;
    font-weight:bold;
    text-align:center;
}
/* ******************************************** */
/* IMAGECONTROLS */
.ImageControls
{
    width:400px;
    height:20px;
    clear:both;
}
.ImageControls .Previous
{
    float:left;
    width:150px;
    text-align:left;
    padding-left:10px;
}
.ImageControls .Next
{
    float:right;
    width:150px;
    text-align:right;
    padding-right:10px;
}
/* ******************************************** */
/* END */
/* IE6 HACKS */
.Phosys img 
{
	behavior: url('images/FixPng.htc');
}
a img
{
    border:0;
}
/* ============================================= */.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