html {
margin : 0; 
padding : 0; 
border : 0 none ; 
font-size: 11px; 
} 
body {
margin : 0; 
padding : 0; 
border : 0 none ; 
color : #333333; 
font-family : "Century Gothic", Verdana, Tahoma; 
font-size: 11px; 
background-color: #efefef;
} 
.trim { padding: 0; background-color: #ffffff; border: solid 1px #cccccc;	}
#header { background-color: #e5e5e5;  } 
#logo { 
	background-image: url('../img/pc-logo-w.jpg');
	background-position	: left;
	background-repeat	: no-repeat;
}
#menuBar {
	background-color: #f4f4f4;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #d9d9d9;
	padding-top: 2px;
}
#info {
	background-color: #e4e4e4;
	border: dashed 1px #999999;
	padding: 6px;
	margin-bottom: 10px;
	color: #292929; 
}

a, a:active {  font-weight: none; text-decoration: none; color: #064b8b; }
a:link, a:visited {  font-weight: none; text-decoration: none; color: #064b8b;}
a:hover {  font-weight: none; color: #077fee; text-decoration: underline;} 

.hllink, .hllink:active  { font-size: 13px;  font-weight: none; text-decoration: none; color: #9a002c; }
.hllink:link, .hllink:visited { font-size: 13px; font-weight: none; text-decoration: none; color: #9a002c; }
.hllink:hover { font-size: 13px; font-weight: none; color: #090909; text-decoration: underline; } 


.sectiontitle { font-size: 17px;  font-weight: bold; text-decoration: none; color: #000000; }
.sectiontitle2 { font-size: 17px;  font-weight: bold; text-decoration: none; color: #c64a00; }

.title, .title:active,  { font-size: 11px;  font-weight: none; text-decoration: none; color: #064b8b; }
.title:link, .title:visited { font-size: 11px; font-weight: none; text-decoration: none; color: #064b8b; }
.title:hover { font-size: 11px; font-weight: none; color: #077fee; text-decoration: underline; } 

.head, .head:active  { font-size: 17px;  font-weight: bold; text-decoration: none; color: #000000; }
.head:link, .head:visited { font-size: 17px; font-weight: bold; text-decoration: none; color: #064b8b; }
.head:hover { font-size: 17px; font-weight: bold; color: #077fee; text-decoration: underline; } 
#pagetitle {
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.mydropdowns {
	border-bottom: solid 1px #d9d9d9;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d9d9d9;
	border-top: solid 0px #494949;
	color: #999999;
	background-color: #f4f4f4;
	position: absolute;
	z-index: 11;
	display: block;
	height: 100%; 
	width: 100%; 
	padding: 0px 4px 4px 4px;
	min-width: 140px;
}

#mydropdownsscroll {
	border-bottom: solid 1px #d9d9d9;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d9d9d9;
	border-top: solid 0px #494949;
	color: #999999;
	background-color: #f4f4f4;
	position: relative;
	z-index: 11;
	display: block;

	overflow: auto; 
	padding: 0px 4px 4px 4px;
	min-width: 105%;

    height: expression( this.scrollHeight > 300 ? "301px" : "auto" );
    /* sets max-height for IE */
    max-height: 301px;
    /* sets max-height value for all standards-compliant browsers */
}

.mydropdownstitleon {
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 0px #f4f4f4;
	color: #999999;
	background-color: #f4f4f4;
	padding: 4px;
	display: block;
}
.mydropdownstitleselected {
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 0px #f4f4f4;
	color: #999999;
	background-color: #ffffff;
	padding: 4px;
	display: block;
}

.mydropdownstitle {
	border-top: solid 1px #f4f4f4;
	border-left: solid 1px #f4f4f4;
	border-right: solid 1px #f4f4f4;
	border-bottom: solid 0px #f4f4f4;
	color: #999999;
	padding: 4px;
	display: block;
}
.mydropdownstitle:hover {
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 0px #f4f4f4;
	color: #999999;
	background-color: #f4f4f4;
	padding: 4px;
	display: block;
}


.mydropdownimg {
	padding: 2px;
	margin-left: 4px;
	border: solid 1px #f4f4f4;
	cursor: pointer;
}
.mydropdownimgclear {
	padding: 2px;  
	border: solid 1px #f4f4f4;
}
.mydropdownimgclearsel {
	padding: 2px;  
	border: solid 1px #ffffff;
}

.mydropdownimgon {
	padding: 2px;
	margin-left: 4px;
	border: solid 1px #c9c9c9;
	background-color: #ffffff;
	cursor: pointer;
}

.mydropdownimghover {
	margin-left: 4px;
	padding: 2px;
	background-color: #ffffff;
	cursor: pointer;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #b9b9b9;
	border-bottom: solid 1px #b9b9b9;
}

.ddmm_title, .ddmm_title:link, .ddmm_title:visited {
	color: #898989;
}
.ddmm_title:hover,.ddmm_title:active {
	color: #696969;
}


.listbox { color: #444444; padding: 0; background-color: #fefefe; border: solid 1px #cccccc;}
.listboxhl { color: #444444; padding: 0; background-color: #fefefe; border: solid 2px #999999;}
#listboxtabs { 
	float: right; 
	color: #242424; 
	padding: 4px; 
	background-color: #e4e4e4; 
	border-top: solid 1px #c4c4c4;border-left: solid 1px #c4c4c4;border-right: solid 1px #c4c4c4;
	margin-left: 10px;
	height: 100%;
}
#listboxtabs a:link, #listboxtabs a:visited {  font-weight: none; text-decoration: none; color: #149414; }
#listboxtabs a:hover {  font-weight: none; color: #14c414; text-decoration: underline; } 
#listboxtabs a:active {  font-weight: none; text-decoration: none; color: #000000; }

#success { 
/*	background-image	: url('img/check.png');
	background-position	: left;
	background-repeat	: no-repeat;
*/
	padding: 4px 10px 4px 30px;
	text-decoration: none; 
	color:#008900; 
	text-align: left;
	float: right;
	height: 32px;
}
.success { font-size: 17px; 	font-weight: bold;  }

a.ahover {
    text-decoration: none;
    border-bottom: 0px ;
    display: inline-block !important;
    display: inline;
    vertical-align: bottom;
    margin-bottom: 0px;
    position: relative;
}
a.ahover span.tooltip {
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 4px;
    z-index: 2;
    background: #f9f9b9;
    color: #292929;
}
/* Opera 6+ specific values */
@media screen and (min-width: 0px) {
    a.ahover span.tooltip {
        left: inherit;
        top: inherit;
        margin-top: 12px;
        width: 0;
    }
}
a.ahover:hover {
    border-bottom: 0px solid #292929;
    text-decoration: none;
    z-index: 2;
}
a.ahover:hover span.tooltip {
    visibility: visible;
    width: 100px;
	text-align: left;
	margin-left: 20px;
	margin-top: 4px;
	border: solid 1px #292929;
    z-index: 2;
}

a.ahover span.tooltipb {
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 4px;
    z-index: 1;
    background: #f9f9b9;
    color: #292929;
}
/* Opera 6+ specific values */
@media screen and (min-width: 0px) {
    a.ahover span.tooltipb {
        left: inherit;
        top: inherit;
        margin-top: 13px;
        width: 0;
    }
}
a.ahover:hover span.tooltipb {
    visibility: visible;
    width: 250px;
	text-align: left;
	margin-left: 10px;
	border: solid 1px #292929;
}

.tdtop { 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 5px;
	color: #000000;
	background-color: #e9e9e9; 
	border-bottom: solid 1px #d9d9d9;
	border-top: solid 1px #f4f4f4;
/*	background-image	: url('img/td-bg.gif'); */

}
.rowspace { padding: 2px 2px 2px 2px; }
.cells { padding: 4px 4px 4px 4px; }
#tbspace { padding: 2px 0px 6px 0px; }

.tdrows1 { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	padding: 6px;
	color: #333333;
	background-color: #f3f3f3; 
	border-bottom: solid 1px #e9e9e9;
}
.tdrows2 { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	padding: 6px;
	color: #333333;
	background-color: #f9f9f9; 
	border-bottom: solid 1px #e9e9e9;
}

.buttonRow { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	padding: 6px;
	color: #333333;
	background-color: #e4e4e4; 
}

#submenubox { 
	padding: 4px;
	border: solid 3px #a4a4a4;
	border-style: double;
	background-color: #e4e4e4;
	color: #343434;
	width: 100%;
	position: relative;
	height: auto;
	margin-right: auto;
	display: block;
	-moz-box-sizing:border-box;box-sizing:border-box;
}
#submenubox a:link, #submenubox a:visited {  font-weight: none; text-decoration: none; color: #747474; }
#submenubox a:hover {  font-weight: none; color: #343434; text-decoration: underline; } 
#submenubox a:active {  font-weight: none; text-decoration: none; color: #555555; }


.tdlines { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #eeeeee;
	padding: 6px;
	background-color: #fefefe; 
	color: #696969;
}

.formreq {  text-decoration: none; color:#892929; }
.formfieldname {  text-decoration: none; color:#000000; }
.formfieldnotes {  text-decoration: none; color:#797979; }

#hovimg{
position: absolute;
width: 150px;
border: 0px solid black;
padding: 0px;
background-color: #000000;
visibility: hidden;
z-index: 100;
}


.ques, .ques:active  { font-size: 10px; font-family :Arial; font-weight: bold; text-decoration: none; color: #bbbbbb;  padding: 1px; cursor: pointer;}
.ques:link, .ques:visited { font-size: 10px; font-family :Arial; font-weight: bold; text-decoration: none; color: #bbbbbb; padding: 1px; cursor: pointer;}
.ques:hover { font-size: 10px; font-weight: bold; font-family :Arial; color: #cc0000; text-decoration: none;padding: 1px; cursor: pointer;} 


.head2, .head2:active,  { font-size: 13px;  font-weight: bold; text-decoration: none; color: #00cc00; }
.head2:link, .head2:visited { font-size: 13px; font-weight: bold; text-decoration: underline; color: #002200; }
.head2:hover { font-size: 13px; font-weight: bold; color: #003900; text-decoration: none; } 

.help, .help:active,  { font-size: 11px;  font-weight: bold; text-decoration: none; color: #222222; }
.help:link, .help:visited { font-size: 11px; font-weight: bold; text-decoration: none; color: #223399; }
.help:hover { font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; } 

.exp, .exp:active,  { font-size: 11px;  font-weight: none; text-decoration: none; color: #000000; }
.exp:link, .exp:visited { font-size: 11px; font-weight: none; text-decoration: none; color: #000000; }
.exp:hover { font-size: 11px; font-weight: none; color: #555555; text-decoration: none; } 

.smrl, .smrl:active,  { font-size: 10px;  font-weight: none; text-decoration: none; color: #cc2222; }
.smrl:link, .smrl:visited { font-size: 10px; font-weight: none; text-decoration: none; color: #cc2222; }
.smrl:hover { font-size: 10px; font-weight: none; color: #ee0000; text-decoration: none; } 

.smgl, .smgl:active,  { font-size: 10px;  font-weight: none; text-decoration: none; color: #22cc22; }
.smgl:link, .smgl:visited { font-size: 10px; font-weight: none; text-decoration: none; color: #22cc22; }
.smgl:hover { font-size: 10px; font-weight: none; color: #00ee00; text-decoration: none; } 

.expire, .expire:active,  { font-size: 11px;  font-weight: none; text-decoration: none; color: #890000; }
.expire:link, .expire:visited { font-size: 11px; font-weight: none; text-decoration: none; color: #890000; }
.expire:hover { font-size: 11px; font-weight: none; color: #000000; text-decoration: none; } 

.error {  font-weight: bold; text-decoration: none; color:#890000; }

.nmenu, .nmenu:active,  { font-size: 11px;  font-weight: bold; text-decoration: none; color: #000000; }
.nmenu:link, .nmenu:visited { font-size: 11px; font-weight: bold; text-decoration: none; color: #000000; }
.nmenu:hover { font-size: 11px; font-weight: bold; color: #555555; text-decoration: none; } 

.amessage { color: #333333; padding: 4; background-color: #ffff99; font-weight: bold;	 border-top: solid 1px #999999;	border-bottom: solid 1px #000000;	border-left: solid 1px #999999;	border-right: solid 1px #000000;	}

.titlebar { color: #333333; font-weight: bold; padding: 4; background-color: #f5f5f5; border-top: solid 1px #999999;	border-bottom: solid 1px #333333;	border-left: solid 1px #999999;	border-right: solid 1px #333333;	}

.font17 { font-size: 17px;  font-weight: bold; text-decoration: none; color: #000000; }

.bold { font-size: 11px;  font-weight: bold; text-decoration: none; color: #000000; }
.bg { font-size: 11px;  font-weight: bold; text-decoration: none; color: #005500; }

.green { color: #007700; }
.red { color: #890000; }

.div4 { padding-top: 4; padding-bottom: 4; 	}
.st { width: 100%; padding: 0; border: none; 	margin: 0px;  vertical-align: middle; }

.clientcomments { color: #000000; padding: 8; background-color: #fdfdfd; border: solid 1px #999999;	}

.bluebox { color: #000000; padding: 4; background-color: #dbeaf9; border: solid 1px #82a8d0;}

.thtd { color: #000000; padding: 2; background-color: #f7f7f7; border: solid 1px #444444;}
.th { color: #000000; padding: 0; background-color: #ffffff; border: solid 1px #555555; cursor: pointer;}

.pagehead { color: #ffffff; padding: 2; background-color: #999999; border: solid 1px #555555; font-weight: bold; }

.imgbox { color: #000000; padding: 2; background-color: #ffffff; border: solid 1px #444444;}

.cart_table { color: #333333; padding: 2;  background-color: #ffffff; border-top: solid 1px #999999;	border-bottom: solid 1px #000000;	border-left: solid 1px #999999;	border-right: solid 1px #000000;		}
.cart_item { color: #333333; padding: 4; background-color: #f9f9f9; border: solid 0px #999999;		}
.cart_notes_table { color: #333333; padding: 4; background-color: #ccccff; font-weight: bold;	 border-top: solid 1px #999999;	border-bottom: solid 1px #000000;	border-left: solid 1px #999999;	border-right: solid 1px #000000;	}

.submitButton { 
	font-family:  Verdana, Tahoma, Arial; 
	font-size: 13px; 
	font-weight: bold;
	cursor: pointer;
	padding: 4px;
}


a.tdtop, a.tdtop:active,  { font-size: 11px;  font-weight: none; text-decoration: none; color: #890000; }
a.tdtop:link, a.tdtop:visited { font-size: 11px; font-weight: none; text-decoration: none; color: #890000; }
a.tdtop:hover { font-size: 11px; font-weight: none; color: #000000; text-decoration: none; } 


.notes { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	padding: 6px;
	background-color: #ffffa9; 
}

.tdlineshl { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #eeeeee;
	padding: 6px;
	background-color: #ffff99; 
}

td,p { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
}

.tdalb { 
	font-family: Tahoma, Arial; 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	color: #797979;
	background-color: #efefef; 
	border: solid 1px #777777;
	}



.tdline { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #cccccc;
	padding: 5px;
	background-color: #f2f2f2; 
}
.br { 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000; 
	}
.smr { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	color: #8f0000; 
	}


.image { 
	font-size: 11px; 
	font-weight: none; 
	text-decoration: none; 
	background-color: #ffffff; 
	border: solid 2px #292929;
	}

textarea, input, select { 
	font-size: 11px; 
	font-family:  Verdana, Tahoma, Arial; 
	}

input.checkbox { 
	font-size: 11px; 
}
.submit { 
	font-family:  Verdana, Tahoma, Arial; 
	font-size: 11px; 
}



/* Color of the table of the notes on item in the shopping cart.  */
.cart_notes_table { color: #333333; padding: 4; background-color: #dddddd; font-weight: bold;	 border-top: solid 1px #999999;	border-bottom: solid 1px #000000;	border-left: solid 1px #999999;	border-right: solid 1px #000000;	}


/* This sets the table of where a customer selects sizes to add to cart. */
.selectsizetable { color: #333333; padding: 1;  background-color: #f9f9f9; border-top: solid 1px #999999;	border-bottom: solid 1px #000000;	border-left: solid 1px #999999;	border-right: solid 1px #000000;		}

.selectsize { color: #333333; padding: 4; background-color: #f9f9f9; border-top: solid 1px #ffffff;	border-bottom: solid 1px #cccccc;		}


.cart_options_title {
	padding: 3px 10px 3px 3px;
	clear: both;
	margin-bottom: 1px;
	margin-top: 1px;
	width: 97%;
}


.cart_options {
	color: #494949; 
	padding: 3px 10px 3px 3px;
	background-color: #e9e9e9; 	
	border: solid 1px #c9c9c9;
	clear: both;
	margin-bottom: 1px;
	margin-top: 1px;
	background-image	: url('../img/pc-arrow-down.png'); 
	background-position	: 97% 5;
	background-repeat	: no-repeat;
	width: 97%;
}

.opt_click_select {
	color: #aaaaaa; 
}
.opt_selected {
	color: #393939; 
}



.cart_options a:active {  font-weight: normal; text-decoration: none; color: #595959; }
.cart_options a:link, .cart_options a:visited {  font-weight: normal; text-decoration: underline; color: #494969; }
.cart_options a:hover {  font-weight: normal; text-decoration: none; color: #090979; }

#green_table {
	border: solid 1px #99ceb0;
	color: #494949; 
	padding: 3px 3px 3px 3px;
	background-color: #bbe5cd; 	
	margin-top: 4px;
	margin-bottom: 4px;
}
#green_table a:link, #green_table a:visited {  font-weight: none; text-decoration: none; color: #000000; }
#green_table a:hover {  font-weight: none; color: #436c54; text-decoration: underline; } 
#green_table a:active {  font-weight: none; text-decoration: none; color: #436c54; }

.cal { border: solid 1px #999999; padding: 5; background-color: #ffffff; height: 80px;}
.calup { border: solid 1px #000000;  padding: 2;  background-color: #ffff99; }
a.date, a.date:link, a.date:hover, a.date:visited {  padding: 2;  font-weight: bold; color: #2244aa;}

.today A, .today A:visited, .today A:link, .todayup A, .todayup A:visited, .todayup A:link  {text-decoration: none; color: #000000;}
.today { border: solid 2px #000000; padding: 2; background-color: #ffff99; cursor: hand;}
.todayup { border: solid 2px #889900; padding: 2;  background-color: #ffffff; cursor: hand;}
.callines { border-bottom: solid 1px #eeeeee; padding: 5;}

.calhead { border: solid 1px #999999; padding: 2; background-color: #eeeeee; text-decoration: none; color: #000000;}

