/************** from alpine exposures **************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; 
}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body { font: 12px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #FFF; color: #000; text-align: center; }

a { color: #000; }
p { margin: 0 0 .5em; }
strong { font-weight: bold; }

img { border: 0; }

h1 { font-size: 32px; line-height: 32px; font-weight: bold; }
h2 { font-size: 28px; line-height: 28px; font-weight: bold; margin: 30px 0 10px; }
h3 { font-size: 22px; line-height: 22px; font-weight: bold; margin: 30px 0 10px; }
h4 { font-size: 18px; line-height: 18px; font-weight: bold; margin: 30px 0 10px; }
h5 { font-size: 13px; line-height: 18px; font-weight: bold; margin: 0px 0 0px; }
h6 { font-size: 18px; line-height: 18px; font-weight: bold; margin: 0px 0 4px; }

blockquote { padding: 0 0 0 22px; margin: 20px 0 10px; background: url(blockquote.gif) no-repeat left top; }
cite { font-style: italic; }

#container { width: 950px; margin: 0 auto; border-top: 3px solid #000; text-align: left; }
#header { height: 160px; background: url(/images/dotted-666.gif) repeat-x left bottom; position: relative; border-top: 1px solid #fff; margin: 0 0 10px; }
#header h1 { width: 364px; height: 110px; margin: 5px; position: relative; overflow: hidden; }
#header h1 b { height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: url(/images/logoproper.jpg) no-repeat; }

#header p.main-nav { position: absolute; left: 435px; top: 55px; font-size: 14px; font-weight: bold; color: #666; text-transform: uppercase; width: 390px; text-align: right; }
#header p.main-nav a { color: #666; text-decoration: none; margin: 0; }
#header p.main-nav a:hover { color: #000; }
#header p.main-nav a.current { color: #000; cursor: default; }

#header a.cart { display: block; position: absolute; right: 22px; top: 10px; }
/* 
#header a.cart { display: block; position: absolute; right: 22px; top: 25px; background: url(/images/checkout.png) no-repeat 55% 15%; padding: 52px 8px 5px; text-align: center; text-decoration: none; border: 1px solid #fff; color:white}
#header a.cart:hover { background-color: #eee; border: 1px solid #ddd; } */

p.collections, #footer p.main-nav { font-size: 12px; font-weight: bold; text-align: right; text-transform: uppercase; }
p.collections a, #footer p.main-nav a { text-decoration: none; margin: 0 5px; color: #666; }
p.collections a:hover, #footer p.main-nav a:hover,
p.collections a.current, #footer p.main-nav a.current { color: #000; }

#footer { background: url(dotted-666.gif) repeat-x; padding: 10px 20px; margin: 10px 0 0; overflow: hidden; clear: left; }
#footer p.main-nav, #footer p.collections { font-size: 11px; float: left; width: auto; margin: 0; padding: 0; background: transparent; text-align: left; }
#footer p.collections { float: right; }
#footer p.collections a, #footer p.main-nav a { margin: 0; }

#copyright { background: url(/images/dotted-666.gif) repeat-x; margin: 0; padding: 30px 25px; }


/************** end from alpine exposures **************************/

.link  { color: #000; cursor:pointer }

/* http://forums.asp.net/p/1108958/1710136.aspx#1710136 */

#masker
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    filter:alpha(opacity=0);
    background-color: #ffffff;
    z-Index:1000;
}

#progress
{
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    display:none;
    z-Index:1001;
    border:2px solid black;
    background-color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding:10px;
    opacity:0.9;
    filter:alpha(opacity=90);
	line-height:normal

}

.InfoMessage
{
	border: 1px solid #6a6;
	font-weight: bold; 
	color: green;
	background: #d7fbd7 url(images/smallInfo.gif) 3px 2px no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	margin:3px 0;
	line-height:normal
}

.InfoMessage a
{
	color: green;
	text-decoration:underline
}

.ErrorMessage
{
	line-height:normal;
	background-color: #F9ECEC; 
	border: 1px solid #FCC9C9;
	font-weight: bolder; 
	color: red;
	background-image: url(images/smallError.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	min-height: 15px;
	margin-bottom:3px;
}

.albumPageNav, .pagelist
{
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
z-index: 1;
}

.albumPageNav ul, .pagelist ul
{
list-style-type: none;
text-align: center;
padding: 0;
position: relative;
z-index: 2;
}

.albumPageNav li, .pagelist li
{
display: inline;
text-align: center;
margin: 0 5px;
}

