/* Default CSS Stylesheet for a new Web Application project */

HTML
{
    cursor: url(../images/butterfly.cur);
}

BODY
{
    cursor: url(../images/butterfly.cur);
    BACKGROUND-COLOR: Transparent;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Comic Sans MS, Verdana;
	font-size:	14px;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background: transparent;
	}	
		
H2	{	
	font-family: Comic Sans MS, Verdana;
	font-size:	16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	background: transparent;
	margin-left: 5px;
	margin-bottom: 2px;
	COLOR: #b95cd8;
	}	
		
H3	{	
	font-family: Edwardian Script ITC, Arial, Helvetica, sans-serif;
	font-size:	30px;
	font-weight: 900;
	text-align: center;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #518ce6;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	color: #518ce6;
	font-weight:	900;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background: transparent;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	}	
		
H5, DT	{	
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	700;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background: transparent;
	/*color: #518ce6;*/
	/*color: #fba09b;*/
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}	
		
H6	{	
	font-family: 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
	color:  #518ce6;
	font-size:	14px;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background: transparent;
	margin: 0px;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#3333cc;
	}
	
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
LI 
{
    font-family: Verdana;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

UL LI	{	
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #518ce6;
	}	

UL LI LI	{	
	list-style-type:	disc;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #518ce6;
	}	

UL LI LI LI	{	
	list-style-type: georgian;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #518ce6;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

#topsection 
{
    z-index: 2;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: 6; 
    text-align: center; 
    color: White; 
    width: 100%; 
    height: 300px;
}

#Background 
{
   z-index: 1;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 950px;
   border-style: none;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

.dragpointer
{
    cursor: move;
}

.resumebody
{
    background-color: #ffbfbf;
    margin: 5px;
    border-style: solid;
    border-color: #518CE6;
    border-width: 2px;
}

.resumetext
{
    background-color: #fdffcb;
	font-family: Lucida Calligraphy, Verdana;
    font-size: 18px;
    margin: 5px;
    padding: 5px;
    color: Gray;
    overflow: auto;
    width: 97%;
    height: 92%;
}

.popModal
{
 	background-color: #f2f2f2; /*bbdfc5; */
	filter: alpha(opacity=70); 
	opacity: 0.7;
  
}

.registertext
{
    clear: both;
    background-color: #fdffcb;
	font-family: Lucida Calligraphy, Verdana;
    font-size: 18px;
    margin: 5px;
    padding: 5px;
    color: Gray;
    overflow: auto;
    width: 96.5%;
}

.registerfields
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	color: #518ce6;
	font-weight:	900;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	background: transparent;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-right: 10px;

}

#resumetext h1 
/* data comes from database */
{
	text-align: center;
	FONT-FAMILY: Lucida Calligraphy, Verdana;
	font-size: 20px;
}

.divlogin 
{
    clear: both;
	font-family: Comic Sans MS;
	font-weight: 900;
	background: transparent;
	margin-left: 22%;
	margin-right: 22%;
	border: solid 1px #518ce6;
	color: #518ce6;
	font-size: 14px;
	margin-top: 10px; 
	width: auto;
	text-align: left;
	padding: 3%;
	height: auto;
 }
 
.hypbutton
{
    font-family: Comic Sans MS;
    border-style: outset;
    border-width: thin;
    font-weight: 900;
    background-color: #eeeeee;
    padding: 1px;
    color: #518ce6;
    text-align: center;
}

.hypbutton2
{
    font-family: Comic Sans MS;
    font-weight: 900;
    background-color: #eeeeee;
    color: #518ce6;
}

.hypbutton:link, .hypbutton2:link
{
    color: #518ce6;
    background-color: #eeeeee;
    font-weight: 900;
}

.hypbutton:visited, .hypbutton2:visited
{
    color: #518ce6;
    background-color: #eeeeee;
    font-weight: 900;
}

.hypbutton:hover, .hypbutton2:hover
{
    color: #518ce6;
    background-color: #e5e5e5;
    font-weight: 900;
    cursor: pointer;
}

.hypbutton:active, .hypbutton2:active
{
    color: #518ce6;
    background-color: #eeeeee;
    font-weight: 900;
}

#links 
{
    float: left;
    border: 0px;
    margin-top: 20px;
    margin-left: 20px;
}

.viewcart 
{
    margin-right: 10px; 
    margin-top: 5px; 
}

.viewcart:hover
{
    background-image: url(../images/RWViewCartHover.gif);
    cursor: pointer;
}

.addtocart 
{
    margin-right: 10px;
    margin-top: 5px;
}

.addtocart:hover
{
    background-image: url(../images/RWAddToCartHover.gif);
    cursor: pointer;
}

.customorder 
{
    margin-right: 10px; 
    margin-top: 5px; 
}

.customorder:hover
{
    background-image: url(../images/RWCustomOrderHover.gif);
    cursor: pointer;
}

.orderhere:hover
{
    background-image: url(../images/RWOrderHereHover.gif);
    cursor: pointer;
}

/* Default login */

#txtUsername
{
    font-family: Comic Sans MS;
    color: #518ce6;
    font-weight: bold;
}

#txtPassword
{
    color: #518ce6;
}

.register
{
    margin: 0px;
    padding: 0px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}

.register:hover
{
    background-image: url(../images/RWRegisterHover.gif);
    cursor: pointer;
}

.login
{
    margin: 0px;
    padding: 0px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}

.login:hover
{
    background-image: url(../images/RWLoginHover.gif);
    cursor: pointer;
}

.hyperlink
{
    cursor: pointer;
}

.hyperlink:link
{
	color: #518ce6;
	font-weight: 900;
}

.hyperlink:visited
{
	color: #518ce6;
	font-weight: 900;
}

.hyperlink:hover
{
	color: #FF7C80;
	font-weight: 900;
    text-decoration: underline;
}

.hyperlink:active	
{
	color: #518ce6;
	font-weight: 900;
}

.headerhyperlink:link
{
	color: white;
	font-weight: 900;
	text-decoration: underline;
}

.headerhyperlink:visited
{
	color: white;
	font-weight: 900;
	text-decoration: underline;
}

.headerhyperlink:hover
{
	color: #FF7C80;
	font-weight: 900;
}

.headerhyperlink:active	
{
	color: white;
	font-weight: 900;
}


/* Search module */
.search 
{
    font-family: Lucida Calligraphy;
    color: #518ce6;
	vertical-align: top;
	padding-right: 2%;
	font-size: 14px;
}

.searchmain
{
    font-size: 16px;
    font-family: Comic Sans MS;
}

.searchtext
{
    font-family: Lucida Calligraphy;
    color: #518ce6;
	vertical-align: top;
	font-size: 14px;
	padding-right: 2%;
}

.searchspacer1
{
    height: 15px;
    width: 100%;
}

.searchspacer2
{
    background-color: #d59ce7; 
    height: 2px; 
    margin-top: 2px; 
    margin-bottom: 2px;
    width: 100%;
}

.search:link
{
	color: #518ce6;
	font-weight: 900;
	font-size: 14px;
}

.search:visited
{
	color: #518ce6;
	font-weight: 900;
	font-size: 14px;
}

.search:hover
{
	color: #FF7C80;
	font-weight: 900;
	font-size: 14px;
}

.search:active
{
	color: #518ce6;
	font-weight: 900;
	font-size: 14px;
}

.searchstring
{
    text-align: left;
    font-family: Comic Sans MS;
	color: #518ce6;
	font-weight: 900;
	vertical-align: bottom;
	margin-left: 2%;
}

.hrsearch
{
    text-align: center;
    color: #fcf9ae;
}

.hrsearchdata
{
    clear: both;
    color: #d59ce7;
    width: 85%;
}

.searchpage
{
    float: right;
    width: 84%;
    padding-left: 1%;
}

.searchheader
{
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-top: 5px;
}

.searchitem
{
    width: 100%;
}

.diverrorsearch
{
    text-align: center;
}
/* end search module */


#pageloc 
{
    display: inline; 
    color: #8ad7d2; 
    font-weight: bold; 
    padding: 10px; 
    font-family: Lucida Calligraphy; 
    font-size: 12px;
}

.pagenav
{
    vertical-align: top;
}

.pagenav[disabled] 
{
    font-family: Lucida Calligraphy;
    font-weight: bold;
    font-size: 12px;
}

.pagenav:link
{
	color: #ff7c80;
	font-family: Lucida Calligraphy;
	font-weight: bold;
	font-size: 12px;
}

.pagenav:visited
{
	color: #ff7c80;
	font-family: Lucida Calligraphy;
	font-weight: bold;
	font-size: 12px;
}

.pagenav:hover
{
	color: #b95cd8;
	font-family: Lucida Calligraphy;
	font-weight: bold;
	font-size: 12px;
}

.pagenav:active	
{
	color: #ff7c80;
	font-family: Lucida Calligraphy;
	font-weight: bold;
	font-size: 12px;
}

#credits 
{
    z-index: 7; 
    position: absolute;
    top: 570px;
    left: 0px;
    margin-left: 0px; 
    margin-top: 20px; 
    width: 50%; 
    text-align: center; 
    font-size: x-small;
}

#itemdetailmessage
{
    font-family: Comic Sans MS;
    color: #518ce6;
}

#itemdesc 
{
    border-style: solid;
    border-width: thick;
    border-top-color: #f8feb3;
    border-left-color: #ecfc27;
    border-right-color: #8fb6ef;
    border-bottom-color: #518ce6;
    padding: 5px;
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20%;
    height: auto;
    max-height: 450px;
    width: 50%;
    top: auto;
    float: right;
    overflow: auto;
}

.ie6 #itemdesc 
{
    border-style: solid;
    border-width: thick;
    border-top-color: #f8feb3;
    border-left-color: #ecfc27;
    border-right-color: #8fb6ef;
    border-bottom-color: #518ce6;
    padding: 5px;
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20%;
    height: auto;
    height: 450px;
    width: 50%;
    top: auto;
    float: right;
    overflow: auto;
}

#rwpage
{
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 99.5%; 
    height: 0px;
    z-index: 10;
}

#pageheader
{
    z-index: 2;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    text-align: center; 
    width: 99.5%; 
    height: 100px;
}

#pagemessage
{
    z-index: 2;
    float: left; 
    width: 100%; 
    color: White; 
    text-align: center;
    height: auto;
}

#pagedetail {
    z-index: 2;
    position: absolute;
    top: 300px;
    left: 0px;
    width: 99.5%;
    height: auto; /*650px;*/
    margin: 0px 0px 0px 0px;
    text-align: left;
}

#navigator 
{
	z-index: 2;
	width: 14.5%;
	position: absolute;
	left: .5%;
	top: 0px;
	height: auto;
	padding-left: 0px;
}

#detail 
{
    position: relative;
    top: 0px;
    left: 15%;
    width: 70.5%;
    height: auto;
}


#detailtop 
{
    width: 100%;
    height: auto;
}

#divheaderscript 
{
	font-family: Edwardian Script ITC, Arial, Helvetica, sans-serif;
	font-size:	30px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #518ce6;
}

#divheadercomic
{
    font-family:Comic Sans MS; 
    font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #518ce6;
}

/* Detail Items section */
#detailitems 
{
    vertical-align: top;
    width: 94%;
    height: auto;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 1000px;
}

.ie6 #detailitems 
{
    vertical-align: top;
    width: 94%;
    height: auto;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 1000px;
}

.divitemtemplate
{
    width: 95%;
    min-height: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ie6 .divitemtemplate
{
    width: 95%;
    height: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.divitemsbutton
{
    height: 160px;
}

.ie6 .divitemsbutton
{
    width: 110px;
}

.itemsimage
{
    max-width: 160px;
    max-height: 160px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

.ie6 .itemsimage
{
    width: 110px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

.itemimage
{
    cursor: pointer;
}

.mainitemsimage
{
    display: inline;
    width: 120px;
    height: 300px;
    vertical-align: top;
    text-align: center;
}

.divitemslinkcomic
{
    font-family: Comic Sans MS;
    font-size: 14px; 
    text-align: center;
    min-height: 60px;
}

.ie6 .divitemslinkcomic
{
    font-family: Comic Sans MS;
    font-size: 14px; 
    text-align: center;
    height: 60px;
}

.divitemslinkscript
{
    font-family: Lucida Calligraphy;
    font-size: 12px; 
    text-align: center; 
    min-height: 60px;
}

.ie6 .divitemslinkscript
{
    font-family: Lucida Calligraphy;
    font-size: 12px; 
    text-align: center; 
    height: 60px;
}

.divitemnocost
{
    font-family: 'Comic Sans MS'; 
    font-size: 12px; 
    color: #518ce6;
    min-height: 30px;
}

.ie6 .divitemnocost
{
    font-family: 'Comic Sans MS'; 
    font-size: 12px; 
    color: #518ce6;
    height: 30px;
}

/* End Detail Items section */

#cartcontrols 
{
    position: absolute;
    top: 0px;
    left: 85.5%; 
    width: 14.5%; 
    text-align: center;
    height: auto;
}

.loginregister
{
    font-family: Comic Sans MS;
    font-size: 16px;
    font-weight: bold;
    background-color: #f8feb3;
}

.loginregister:link
{
    color: #FF7C80;
    font-weight: bold;
}

.loginregister:visited
{
    color: #FF7C80;
    font-weight: bold;
}

.loginregister:hover
{
    color: #518ce6;
    font-weight: bold;
}

.loginregister:active
{
    color: #FF7C80;
    font-weight: bold;
}


#divhellouser
{
    display: none;
    margin-top: 10px;
    border-style: outset;
    font-family: Comic Sans MS;
    width: 70%;
    color: #518ce6;
    font-size: small;
}

#pagefooter
{
    z-index: 2;
    text-align: center;
    vertical-align: bottom; 
    position: relative; 
    width: 100%; 
    height: auto;
    font-size: x-small;
}

#diverror
{
    width: 100%; 
}

#divoutofstock
{
    width: 100%;
    height: auto;
	font-family: Comic Sans MS, Verdana;
	font-size:	14px;
	background: transparent;
	color: #b95cd8;
}

#divoutofstockdetail
{
    width: 100%;
    position: relative; 
    left: 0px; 
    top: 50px;
}

#divthankyou
{
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
}

.divitemstopbutton 
{
    text-align: left;
    padding-left: 20px; 
    float: left;
    padding-bottom: 10px;
}

.divitemstoplink 
{
    text-align: right;
    float:right;
}

.divitemsclearfloat
{
    clear: both;
}

.divitemsoutofstock
{
    width: 100%;
    height: auto;
	font-family: Comic Sans MS, Verdana;
	font-size:	14px;
	background: transparent;
	color: #b95cd8;
}

.hr
{
    color: #518ce6;
    height: 1px;
}

.divpager
{
    width: 100%;
}

.firstpage
{
    padding-left: 0px; 
    padding-right: 10px; 
    display: inline;
    text-align:left;
}

.prevpage
{
    padding-left: 10px; 
    padding-right: 20px; 
    display: inline;
    text-align: left;
}

.thispage
{
    padding: 20px; 
    display: inline;
    text-align: center;
	color: #b95cd8;
	font-family: Lucida Calligraphy;
	font-weight: bold;
	font-size: 12px;
}

.nextpage
{
    padding-left: 20px; 
    padding-right: 10px; 
    display: inline;
    text-align: right;
}

.lastpage
{
    padding-left: 10px; 
    padding-right: 0px; 
    display: inline;
    text-align: right;
}

#divheadlinks 
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight: bold;
    text-decoration: underline; 
	background: transparent;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
    color: #d59ce7;
}

.divitemlinks 
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	color: #518ce6;
	font-weight: bold;
	background: transparent;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	text-align: left;
}

.divdivider
{
    width: 100%;
/*    height: 1px;
    background-color: #d59ce7;
*/
}

#divsearch 
{
    z-index: 2;
    position: absolute; 
    top: 10px; 
    right: 0px;
    text-align: center;
    width: 20%;
    color: #faf5ad;

}

#hypLiveChat
{
    color: #faf5ad;
    text-align: left;
    font-size: large;
}

#chatroom
{
    font-size: small;
}

#divwelcome 
{
    color: #d59ce7;
    font-family: Comic Sans MS, Verdana;
    font-size: small;
    font-weight: bold;
    height: auto;
}

#divmusic 
{
    float: right; 
    margin-right: 20px;
}

.error
{
    font-family: Comic Sans MS;
    border-style: none;
    overflow: auto;
    text-align: left;
    width: 95%;
    font-size: .9em;
    color: #fba09b;
    background: transparent;
    margin-left: 2%;
    margin-right: 2%;
}

.error2
{
    font-family: Comic Sans MS;
    border-style: none;
    overflow: auto;
    text-align: left;
    width: 100%;
    color: #fba09b;
    font-weight: bold;
    background: transparent;
}

.itemdetailerror
{
    font-family: Comic Sans MS;
    border-style: none;
    overflow: auto;
    text-align: center;
    width: 100%;
    color: #f8feb3;
    font-weight: bold;
    font-size: small;
    background: transparent;
}

.thankyou
{
    font-family: Comic Sans MS;
    border-style: solid;
    overflow: auto;
    border-width: 1;
    border-color: #518ce6;
    border-bottom-color: #e9f0fc;
    border-right-color: #e9f0fc;
    padding: 10px;
    text-align: left;
    width: 100%;
    color: #356bea;
    font-weight: bold;
    background: transparent;
}

/* Gallery */

.divgallerybutton
{
    width: 160px; 
    font-size: 14px; 
    height: 160px;
    background: transparent; 
    text-align: center; 
    vertical-align: top;
    margin: 5px;
}

.divgallerylink
{
    width: 80%; 
    color: #518ce6;
    font-family: Lucida Calligraphy;
    cursor: pointer; 
    font-size: 14px; 
    height: 80px; 
    background: transparent;
    text-align: center; 
    vertical-align: top;
}

.txtentry 
{
    font-family: Comic Sans MS;
    color: #b95cd8;
    background-color: #fcf9ae;
    padding-left: 5px;
}

.scrolllabel
{
    overflow: auto;
}

.scrolllabelgallery
{
    overflow: auto;
    text-align: left;
    font-family: Lucida Calligraphy;
    color: #518ce6;
    background-color: #fcf9ae;
}

.scrolllabelgallerycenter
{
    overflow: auto;
    font-family: Lucida Calligraphy;
    color: #518ce6;
    background-color: #fcf9ae;
    text-align: center;
}

.GalleryPics
{
    font-family: Lucida Calligraphy;
    font-size: .9em;
    vertical-align: top;
    color: #50948E;
}

/* Item Detail */
#divitemdetailheader
{
	font-family: Lucida Calligraphy, Arial, Helvetica, sans-serif;
	font-size:	25px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #518ce6;
}

.navHome
{
    color: #f8feb3;
    background: #8ad7d2;
	border-left-color: white;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-color: black;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-color: black;
	border-right-width: thin;
	border-right-style: solid;
	border-top-color: white;
	border-top-width: thin;
	border-top-style: solid;
	font-family: Comic Sans MS;
	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding: 4px 2px 4px 8px;
}

.navHome:link
{
    color: #f8feb3;
}

.navHome:visited
{
    color: #f8feb3;
}

.navHome:hover
{
    color: #f8feb3;
    background: #ffcc99;
}

.navHome:active
{
    color: #f8feb3;
}

#ddlArchive
{
    font-family: Lucida Calligraphy;
}

#articlearchive
{
     text-align: center;
}

.ddlarchive
{
     background-color: #d5e0fa;
}

#itemdetailitems
{
    vertical-align: top;
    width: 94%;
    height: auto;
    font-size: 14px;
    text-align: left; 
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 1000px;
}

.ie6 #itemdetailitems
{
    vertical-align: top;
    width: 94%;
    height: auto;
    font-size: 14px;
    text-align: left; 
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 1000px;
}

#divitemdetailerror
{
    width: 100%; 
}

.thumbs
{
    border-color: Red;
    border-style: dashed;
}

.itemdetailimage 
{
    float: left; 
    width: 45%;
}

.itemdetaildesc 
{
    float: right; 
    width: 54%;
}

.itemdetailthumbs 
{
    clear: both;
    vertical-align: top;
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: left;
}

.itemdetailitem
{
    position: relative;
    width: 80%;
    margin-right: 1%; 
    margin-top: 5px; 
    text-align: center; 
    font-family: Comic Sans MS; 
    color: #d59ce7; 
    font-size: small; 
    font-weight: bold;
}

.itemdetailitemr
{
    position: relative;
    width: 80%;
    margin-right: 1%; 
    margin-top: 5px; 
    text-align: right; 
    font-family: Comic Sans MS; 
    color: #d59ce7; 
    font-size: small; 
    font-weight: bold;
}

.divitemdetailtemplate
{
    width: 95%;
    min-height: 180px;
    text-align: center;
    float: left;
}

.ie6 .divitemdetailtemplate
{
    width: 95%;
    height: 180px;
    text-align: center;
    float: left;
}

.divitemsdetailbutton
{
    height: 160px;
    float: left;
}

#pagedetailerror
{
    z-index: 10;
    width: 100%;
    text-align: center; 
    font-size: large; 
    font-family: Comic Sans MS;
    position: absolute;
    top: 400px;
}

/* payment page */
.printreceipt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	900;
	background: transparent;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
    color: #d59ce7;
}

#RWProcessing
{
    display: none;
}

/* Coffee */
.coffee:link
{
    color: #518ce6;
    font-family: Verdana;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    background: transparent;
    width: 80%;
}

.coffee:hover
{
	color: #FF7C80;
}

/* Portraits */
#divheaderscriptportrait
{
	font-family: Vivaldi, Arial, Helvetica, sans-serif;
	font-size:	30px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #518ce6;
}

#divheadersubscriptportrait
{
    font-family: Lucida Calligraphy; 
    font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #518ce6;
}

#portraits
{
    border-color: #518ce6;
}

/* end Portraits */


/* Featured Items */

.divfeatured
{
    text-align: center;
}

.itemsfeatured
{
    margin-top: 20px;
    border: solid 2px #fba09b;
    width: 656px;
    height: 328px;
    margin-bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ie6 .itemsfeatured
{
    margin-top: 20px;
    border: solid 2px #fba09b;
    width: 652px;
    height: 324px;
    margin-bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.divitemfeatured
{
    border: solid 2px #fba09b;
    width: 164px;
    height: 164px;
}

.ie6 .divitemfeatured
{
    border: solid 2px #fba09b;
    width: 160px;
    height: 160px;
}

.itemfeatured
{
    max-width: 160px;
    height: 160px;
    text-align: center;
    cursor: pointer;
}

.ie6 .itemfeatured
{
    width: 155px;
    height: 155px;
    text-align: center;
}

#Featureditems3, #FeaturedItems2, #FeaturedItems1, #FeaturedItems0
{
    float: left;
}

#Featureditems7, #FeaturedItems6, #FeaturedItems5, #FeaturedItems4
{
    float: right;
}

.featureditems
{
    width: 672px;
    text-align: center;
    font-family: Lucida Calligraphy;
    color: #518ce6;
    font-size: 1em;
    font-weight: bold;
    border: none;
}

#FeaturedItems0 div, #FeaturedItems1 div, #FeaturedItems2 div, #FeaturedItems3 div,
#FeaturedItems4 div, #FeaturedItems5 div, #FeaturedItems6 div, #FeaturedItems7 div
{
    visibility:hidden;
    margin:0px auto;
}

#FeaturedItems0, #FeaturedItems0 div.default, #FeaturedItems1, #FeaturedItems1 div.default,
#FeaturedItems2, #FeaturedItems2 div.default, #FeaturedItems3, #FeaturedItems3 div.default,
#FeaturedItems4, #FeaturedItems4 div.default, #FeaturedItems5, #FeaturedItems5 div.default,
#FeaturedItems6, #FeaturedItems6 div.default, #FeaturedItems7, #FeaturedItems7 div.default
{
    width:160px;
    height:160px;
    overflow:hidden;
    visibility:visible;
}

.ie6 #FeaturedItems0, .ie6 #FeaturedItems0 div.default, .ie6 #FeaturedItems1, .ie6 #FeaturedItems1 div.default,
.ie6 #FeaturedItems2, .ie6 #FeaturedItems2 div.default, .ie6 #FeaturedItems3, .ie6 #FeaturedItems3 div.default,
.ie6 #FeaturedItems4, .ie6 #FeaturedItems4 div.default, .ie6 #FeaturedItems5, .ie6 #FeaturedItems5 div.default,
.ie6 #FeaturedItems6, .ie6 #FeaturedItems6 div.default, .ie6 #FeaturedItems7, .ie6 #FeaturedItems7 div.default
{
    width:158px;
    height:158px;
    overflow:hidden;
    visibility:visible;
}

#FeaturedItems0 table tr td div, #FeaturedItems1 table tr td div,
#FeaturedItems2 table tr td div, #FeaturedItems3 table tr td div,
#FeaturedItems4 table tr td div, #FeaturedItems5 table tr td div,
#FeaturedItems6 table tr td div, #FeaturedItems7 table tr td div
{
    visibility:visible;
}

#FeaturedItems0 table tr td, #FeaturedItems1 table tr td,
#FeaturedItems2 table tr td, #FeaturedItems3 table tr td,
#FeaturedItems4 table tr td, #FeaturedItems5 table tr td,
#FeaturedItems6 table tr td, #FeaturedItems7 table tr td
{
    text-align:center;
    vertical-align:middle;
}

/* end Featured items */


/* Featured Articles */
.ArticleTitle
{
     font-family: Verdana;
     font-size: 1.2em;
     text-decoration: underline;
     text-align: center;
}

.ArticleSubTitle
{
     font-family: Verdana;
     font-size: 1.1em;
     text-align: center;
}

.ArticleStory
{
     font-family: Verdana;
     font-size: 1em;
     text-align: justify;
     overflow: scroll;
}

#divArticle
{
     font-family: Verdana;
     font-size: 1em;
     text-align: justify;
     height: auto;
}

#divArticleFooter
{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    vertical-align: top;
    height: auto;
}

#divPainting1
{
    float: left;
    width: 200px;
    max-height: 100%;
}

.ie6 #divPainting1
{
    float: left;
    width: 200px;
    height: 100%;
}

#divCredits
{
    width: 94%;
    text-align: center;
}

#divPainting2
{
    float: right;
    width: 200px;
    max-height: 100%;
}

.ie6 #divPainting2
{
    float: right;
    width: 200px;
    height: 100%;
}

.ARTicles:link
{
	color: #1d62c9;
	font-weight: bold;
	cursor: pointer;
}

.ARTicles:visited
{
	color: #1d62c9;
	font-weight: bold;
	cursor: pointer;
}

.ARTicles:hover
{
	color: #FF7C80;
	font-weight: bolder;
    text-decoration: underline;
    font-style: italic;
	cursor: pointer;
}

.ARTicles:active	
{
	color: #1d62c9;
	font-weight: bold;
	cursor: pointer;
}

/* wish workshop */
#workshopheader
{
    font-family: Comic Sans MS;
    color: #b95cd8;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.workshopheader2a
{
    font-family: Comic Sans MS;
    color: #FA6F6F;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.workshopheader2b
{
    font-family: Comic Sans MS;
    color: #62C568;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.workshopheader3a
{
    font-family: Comic Sans MS;
    color: #62C568;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.workshopheader3b
{
    font-family: Comic Sans MS;
    color: #FF6699;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.workshopheader4a
{
    font-family: Comic Sans MS;
    color: #EA950F;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.workshopheader4b
{
    font-family: Comic Sans MS;
    color: #B58B43;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.workshoppanel
{
	background-repeat: no-repeat;
}

.workshopinsert
{
    margin: 10%;
}

.workshoptitle
{
    text-align: center;
    font-weight: bold;
}

.ie6 .workshoptitle
{
    text-align: center;
    font-weight: bold;
    margin: 5% 10% 0% 10%;
}

.workshoptext
{
    text-align: justify;
}

.ie6 .workshoptext
{
    text-align: justify;
    margin: 0% 10% 8% 10%;
}

.workshop2
{
    color: #9512F0;
}

/* End of WishWorkshop */

.comingsoon
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20%;
    height: 20%;
    font-size: 90%;
    font-family: Comic Sans MS;
    color: #faf5ad;
}

.promos2
{
    font-size: 90%;
    font-weight: bolder;
    font-family: Comic Sans MS;
    color: #faf5ad;
}

.LiveHelpPanel
{
    overflow: scroll;
}

.LiveHelpText
{
}

#hypLiveChat:hover
{
    text-decoration: underline;
}

.imgItems
{
    width: 128px;
}

/* SiteMapPath */

.SiteMapPath
{
    font-family: Comic Sans MS;
    color: #518ce6;
    text-align: center;
}

.SiteMapPath2:link
{
	color: #518ce6;
}

.SiteMapPath2:visited
{
	color: #518ce6;
}

.SiteMapPath2:hover
{
	color: #FF7C80;
	text-decoration: underline;
}

.SiteMapPath2:active	
{
	color: #518ce6;
}

.GuestBook
{
    margin-left: auto; 
    margin-right: auto; 
    color: #55AACC; 
    font-family: Lucida Calligraphy; 
    font-weight: bold;
}

.GuestBookName
{
    width: 45%; 
    float: left; 
    text-align: left; 
    text-decoration: underline;
}

.GuestBookDate
{
    width: 45%; 
    float: right; 
    text-align: right; 
    text-decoration: underline;
}

.GuestBookComment
{
    width: 100%; 
    clear: both; 
    text-align: left; 
    font-family: Comic Sans MS; 
    font-size: 1.1em;
}

.GuestBookFrom
{
    width: 100%; 
    text-align: left; 
    font-family: Comic Sans MS; 
    font-size: 1.1em;
}

.GuestBookAdd
{
    font-family: Comic Sans MS; 
    color: #55AACC; 
    display: none; 
    text-align: left; 
    border: inset 6px #55AACC; 
    margin-left: 3%; 
    margin-right: 3%; 
    width: 94%; 
    margin-top: 10%; 
    padding: 1%;
}

/* Ad Campaigne */
/* UnSubscribe */

.UnsubscribeBackground
{
    height: 600px; 
    border: none; 
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/BusinessCardRaw.jpg); 
    background-position: center top; 
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 3%;
}

.UnsubscribeStyle
{
    text-align: center; 
    position: absolute; 
    top: 300px; 
    width: 80%; 
    padding-left: 10%; 
    color: #FEFF81; 
    font-weight: bold; 
    font-family: Comic Sans MS; 
    font-size: 1.2em;
}

.UnsubscribeHyperlink:link
{
    color: #FEFF81;
    text-decoration: underline;
}

.UnsubscribeHyperlink:visited
{
    color: #FEFF81;
    text-decoration: underline;
}

.UnsubscribeHyperlink:hover
{
    color: #FEFF81;
    text-decoration: underline;
    font-style: italic;
}

.UnsubscribeHyperlink:active
{
    color: #FEFF81;
    text-decoration: underline;
}

/* Ad Campaign */
.AdFont
{
    font-family: Times New Roman;
    color: Black;
    font-size: 14px;
}

.adcampaign:link
{
    text-decoration: underline;
}

.adcampaign:visited
{
    text-decoration: underline;
}

.adcampaign:hover
{
    text-decoration: underline;
    font-weight: bold;
}

.adcampaign:active
{
    text-decoration: underline;
}

.divPopupHeader
{
    text-align: center; 
    width: 100%;
}

.divPopupTitle
{
    float: left;
    width: 92%;
}

.popupTitle
{
    margin-left: 2%; 
    color: #518CE6;
    font-family: Lucida Calligraphy, Verdana; 
    font-size: 16px; 
    font-weight: bold;
}

.divPopupClose
{
    float: right; 
    padding-right: 5px; 
    margin-top: 3px;
}
.divPopupClose:hover
{
    background-image: url(../images/closehover.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.dragPointer
{
    cursor: move;
}

.registerLogin
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: White;
}

.registerLogin:hover
{
    background-color: Yellow;
}

.registerValidate
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: White;
}

.registerValidate:hover
{
    background-color: Yellow;
}

.registerSubmit
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: White;
}

.registerSubmit:hover
{
    background-color: Yellow;
}

.registerCancel
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: White;
}

.registerCancel:hover
{
    background-color: Yellow;
}

.requiredfield
{
    color: Red;
    width: 1%;
}

.textbox 
{
	font-weight: bold;
	font-family: Comic Sans MS,Verdana, Arial;
	color: #518ce6;
	letter-spacing: 1px;
	margin-bottom: 3.5px;
	border-style: inset;
	background-color: White;
}

