﻿/*Homepage*/

#homepage
{
    width:auto;
    padding:0px 0px 0px 0px;
}

#homepagefeatures
{   
    width:170px;    
    position:relative;
    float:left;
    border:none;
    color: #333;    
    text-align:center;
    padding-left:0px;
}

#homepagecontent
{           
    margin: 0px 0px 0px 0px;
    color: #fff;
    padding: 0px 5px 0px 5px;     
    position:relative;    
}

#voteform
{
    width:170px;
    font-family: verdana,arial,sans-serif;  
    font-size:12px;
    padding-top: 0px;
    padding-bottom: 0px;   
    float:left; 
    margin-bottom:10px;
}

#voteform fieldset
{
    border: dotted 1px #4A4AA5;
    padding:5px;
    width:170px;
    float:left; 
}

#voteform fieldset legend
{
    font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    background:#4A4AA5;
    color:#FFA;
    border:solid 1px #000;
    padding:1px;
    float:left;
    padding:2px 2px 2px 2px;
}

#voteform fieldset .title
{
    padding-top:5px;
    position:relative;
    float:left;
    font-weight:bold;
    color:#029;
    width:100%;
}

#voteform fieldset .voteoption
{
    display:inline;
	width:170px;
	text-align:left;
	border-bottom:dotted 1px #CCC;
	float:left;
	vertical-align:middle;
	padding-top:1px;
	padding-bottom:1px;
}

#voteform fieldset .voteoption .text
{
    width:60px;
    float:left;
    text-align:right;
    font-size:10px;
    color:#029;
}

#voteform fieldset .voteoption .result
{    
    width:120px;
    float:right;
    border:none;
    margin-left:1px;
    vertical-align:middle;
    color:#029;
}

#voteform fieldset .voteoption .result .bar
{        
    float:left;
    vertical-align:top;
    height:10px;
    line-height:10px;
    vertical-align:middle;
    font-size:5px;
}

#voteform fieldset .voteoption .result .percentofvote
{
    float:right;
    width:auto;
    padding-left:2px;
    font-size:9px;
    color:#029;
}

#voteform fieldset select option
{
    float:left;
    text-align:left;
    width:auto;
    padding-left:2px;
    font-size:9px;
    color:#FFA;
}

.GreenVoteButton a
{
    background: url(../../images/greenbuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;    
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px 5px 1px 5px;
}

.GreenVoteButton a:hover
{
    background:#81BD77;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

.RedVoteButton a
{
    background: url(../../images/redbuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;  
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px 10px 1px 10px;
}

.RedVoteButton a:hover
{
    background:#C37173;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

.OrangeVoteButton a
{
    background: url(../../images/orangebuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;  
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px 5px 1px 5px;
}

.OrangeVoteButton a:hover
{
    background:#CBA369;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

#specialoffers
{
    width:170px;
    font-family: verdana,arial,sans-serif;  
    font-size:12px;
    padding-top: 0px;
    padding-bottom: 0px;   
    float:left;    
    margin-bottom:10px;
}

#specialoffers fieldset
{
    border: dashed 1px #99CC33;
    padding:5px;
    width:160px;
    float:left; 
}

#specialoffers table
{
    margin-top:5px;
    float:left;   
}

#specialoffers fieldset legend
{
    font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#000;
    background:#99CC33;
    border:solid 1px #000;
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}

#specialoffers fieldset .itemtext
{
    position:relative;
    float:left;
    text-align:left;
    padding-left:2px;
}

#specialoffers fieldset .pricetext
{
    position:relative;
}

#announcements
{
    width:170px;
    font-family: verdana,arial,sans-serif;  
    font-size:12px;
    padding-top: 0px;
    padding-bottom: 0px;   
    float:left;    
    margin-bottom:10px;
}

#announcements fieldset
{
    border: dashed 1px #99CC33;
    padding:5px;
    width:160px;
    float:left; 
}

#announcements table
{
    float:left;
    margin-top:5px;
}

#announcements fieldset legend
{
    font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#000;
    background:#99CC33;
    border:solid 1px #000;
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}

#announcements fieldset .itemtext
{
    position:relative;
    float:left;
    width:130px;
    text-align:left;
    padding-left:2px;
}

#announcements fieldset .pricetext
{
    position:relative;
    float:right;
    width:auto;    
}

#bookmarks
{
    width:170px;
    font-family: verdana,arial,sans-serif;  
    font-size:12px;
    padding-top: 0px;
    padding-bottom: 0px;   
    float:left;    
    margin-bottom:10px;
}

#bookmarks fieldset
{
    border: dashed 1px #99CC33;
    padding:5px;
    width:160px;
    float:left;     
}

#bookmarks fieldset legend
{
        font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#000;
    background:#99CC33;
    border:solid 1px #000;
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}

/* Members */

#toploginform, #logoutform
{       
    width:auto;
    border:none;
    font : 10px Verdana, Tahoma, Arial, Helvetica, sans-serif ;    
    text-align:right;
    width:170px;
}

#toploginform fieldset
{  
  border:dashed 1px #99CC33;
  padding:5px;
  width:160px;
  float:left; 
}

#toploginform fieldset legend {
	font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#000;
    background:#99CC33;
    border:solid 1px #000;
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}

#toploginform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 	
	padding: 0; 
	margin: 5px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:10px;
	font-weight:bold;
	width:60px;
	color:#00CCFF;
}

#toploginform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#toploginform input, .pinform textarea, .pinform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:80px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #0066CC 1px solid;
    border-bottom : #0066CC 1px solid;
    border-left : #0066CC 1px solid;
    border-right : #0066CC 1px solid;
    color : #FFF;
    font-weight:bold;
    background : #0099CC;
}

#toploginform textarea { overflow: auto; }

#toploginform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#toploginform .required{font-weight:bold;} /* uses class instead of div, more efficient */

#toploginform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#loginform
{
    width:530px;
    border:none;
    text-align:center;  
    float:left;
}

#loginform #pleaselogin
{
    position:relative;
    width:100%;
    border:solid 1px #000;
    text-align:center;
}

#memberspage
{
    width:auto;
    padding-right:0px;
}

#membersoptions
{    
    position: relative;
    left:5px;    
    top:10px;
    width: 120px;
    border:solid 1px ;
    background: #222;
    color: #333333;
    margin-right: 10px;
    padding: 5px;
    float:left;
}

#membersoptions .option
{
    position:relative;
    float:left;
    vertical-align:middle;
    border-bottom:dashed 1px #999;
    width:100%;
}

#membersoptions .option input
{
    position:relative;
    float:left;    
    margin-right:10px;
    vertical-align:middle;
}

#membersoptions .option a
{
    position:relative;
    float:left;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

#membersfunctions
{           
    margin: 0px 0px 0px 150px; 
    color: #333333;
    padding: 5px; 
    position :relative;
    text-align:left;
}

.pinform
{
  font:100% verdana,arial,sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  width:100%;
  text-align:center;    
}

.pinform fieldset
{  
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width:300px;
}

.pinform fieldset legend {
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#000;
}

.pinform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 	
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	font-weight:bold;
	width:100px;	
}

.pinform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.pinform input, .pinform textarea, .pinform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #0066cc 1px solid;
    border-bottom : #99ccff 1px solid;
    border-left : #0066cc 1px solid;
    border-right : #99ccff 1px solid;
    color : #000000;
    background : #ADF;
}

.pinform textarea { overflow: auto; }

.pinform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.pinform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.pinform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* Shop */

#shopwindow
{
    width:100%;
    border:none;
    padding-top:10px;
}

#shoppage
{
    width:auto;
    padding-right:0px;
}

#shopoptions
{    
    position: absolute;
    top: 11px;
    right:5px;    
    width: 125px;
    border:solid 1px black;
    background: #ADF;
    color: #333333;
    margin-right: 10px;
    padding: 5px;    
}

#shopoptions .option
{
    position:relative;
    float:left;
    vertical-align:middle;
    border-bottom:dashed 1px #999;
    width:100%;
}

#shopoptions .option input
{
    position:relative;
    float:left;    
    margin-right:10px;
    vertical-align:middle;
}

#shopoptions .option a
{
    position:relative;
    float:left;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

#shopfunctions
{           
    margin: 0px 150px 0px 5px; 
    color: #333333;
    padding-right: 10px; 
    position :relative;
    background-color:#FFF; 
    border-right:dashed 1px #AAA;
    
}

.displayitem
{
  display:inline;
  border:none;
  width:150px;
  text-align:center; 
}

.displayitem fieldset
{
  display:inline;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  width:150px;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  text-align:center;
}

.displayitem fieldset legend  {
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    color:#000;
    font-weight:bold;
    background-color:#FFC;
    border:solid 1px #999;
    padding:2px;
    text-decoration:none;    
}

.displayitem .itemimage
{
    margin-top:5px;
    margin-bottom:5px;
    border:solid 1px #555;
    width:125px;
    border :solid 1px #555;
}

.shopitemform
{
  display:inline;
  border:none;
  width:150px;
  text-align:center;   
}

.shopitemform fieldset
{
  display:inline;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  width:150px;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  text-align:center;
}

.shopitemform fieldset legend {
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    color:#000;
    font-weight:bold;
    background-color:#FFC;
    border:solid 1px #999;
    padding:2px;        
}

.shopitemform fieldset .itemimage
{
    margin-top:5px;
    margin-bottom:5px;
    border:solid 1px #555;
    width:125px;
}

.shopitemform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 90px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;
}

.shopitemform .itemmore
{
    float:right;
}

.shopitemform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.shopitemform input, shopitemform textarea, shopitemform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 5px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #0066cc 1px solid;
    border-bottom : #99ccff 1px solid;
    border-left : #0066cc 1px solid;
    border-right : #99ccff 1px solid;
    color : #000000;
    background : #ADF;
    float:right; 
}

.shopitemform textarea { overflow: auto; }

.shopitemform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.shopitemform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.shopitemform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#cartsummary
{
  width:170px;
  font-family: verdana,arial,sans-serif;  
  font-size:12px;
  padding-top: 0px;
  padding-bottom: 0px;   
  float:left;    
  margin-bottom:10px; 
}

#cartsummary fieldset {
  
  border: dashed 1px #99CC33;
  padding:5px;
  width:160px;
  float:left; 
}

#cartsummary fieldset legend {
	font-size:10px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    color:#000;
    background:#99CC33;
    border:solid 1px #000;
    padding:2px 2px 2px 2px;
    vertical-align:middle;
}

#cartsummary label
{ 
	display: inline;  /* block float the labels to left column, set a width */	
	width: 0px; 
	float:left;
	width:62px;
	padding: 0; 
	margin: 3px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:11px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;	
	color:#00CCFF;
	font-weight:bold;
}

#cartsummary span {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 0 0 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	float:right;
    color : #99CC33;
    width:50px;
    font-size:10px;
}

#cartsummary br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.CartSummaryButton a
{
    background: url(../../images/orangebuttonfill.gif) repeat-x;
    display:inline;
    border:solid 1px black;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    color:#000;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    padding:1px 5px 1px 5px;
}

.CartSummaryButton a:hover
{
    background:#CBA369;
    display:inline;
    border:solid 1px black;
    color:#FFF;
    text-align:center;    
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

#itemsummary
{
    font-family: verdana,arial,sans-serif;  
    padding-top: 0px;
    padding-bottom: 0px;
    width:100%;
    text-align:left;    
}

#itemsummary fieldset
{
  border-color: #00CCFF;
  border-width: 1px;
  border-style: solid;
  padding:5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  margin-top:10px;
}

#itemsummary fieldset legend
{
    font-size:16px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    background-color:#00CCFF;
    color:#000;
    border:solid 1px #00CCFF;
    padding:2px;
}


#itemsummary fieldset .floatleft
{
    float:left;
    width:350px;
}

#itemsummary fieldset .floatright
{
    float:right;
    width:auto;
}

#itemsummary fieldset .floatleft .zoomimage
{
    margin:8px;
    float:left;
}

#itemsummary fieldset .itemdesc
{    
    float:left;
    font-size:12px;
    clear:right;
}

#itemsummary fieldset .floatright label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 40px; 
	padding: 0; 
	margin: 18px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size:14px;
	FONT-Family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

#itemsummary fieldset .floatright input, shopitemform textarea, shopitemform select, shopitemform a {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:18px 10px 5px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #0066cc 1px solid;
    border-bottom : #99ccff 1px solid;
    border-left : #0066cc 1px solid;
    border-right : #99ccff 1px solid;
    color : #000000;
    background : #ADF;  
    float:left;  
}

/*Search */

#SearchType
{
    font-size:10px;
    color:#4A4AA5;
    font-weight:bold;
    text-align:center;
    float:left;   
    width:425px;
    border:none;
    display:inline;
}

#SearchType select
{
    float:right;
}

#SearchType span
{
    float:left;
    text-align:right;
    width:150px;
    border:none;
    font-size:14px;
}

/*Forums*/

#forumfunctions
{           
    margin: 0px 0px 0px 0px; 
    padding: 5px;
    text-align:left;
}