﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0;
    background: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
    margin: 0px auto;
    width: 760px;
    text-align: left;
  } 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Links 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link, a:visited 
{
    color: #000000;
    text-decoration: underline;    
}

a:hover
{
    color: #dd0303;
    text-decoration: underline;
}

a:active
{
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	OG TOP NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.menuhead 
{
	WIDTH: 759px;
	HEIGHT: 70PX;
	MIN-HEIGHT: 70PX;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana;
	COLOR: #000000;
	BACKGROUND-COLOR: #DCDCDC;
	margin: 0;
	padding: 0;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}

div.menuhead ul 
{
    WIDTH: 739px;
	HEIGHT: 70PX;
	MIN-HEIGHT: 70PX;
	margin: 0;
	padding: 3px 10px 3px 10px;
	list-style-type: none;
}

div.menuhead a
{
    font-family: Verdana;
    font-size: 10px;
}

#navleft 
{
    float: left;
    display: inline;
    width: 140px;
    background-color: #DCDCDC;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #DCDCDC;
	width: 140px;
}
#nav li {	
	border-bottom: solid 2px white;
	width: 140px;
	}
#nav a {
	font-family: Arial;
	font-size: 12px;
	color: #343331;
	width: 130px;
	height: 20px;
	max-height: 20px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 0px 10px;
}
#nav a:hover {
    background-color: #B6DDA8; /* #FFA500; */
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 0;
	margin-top: -25px;
	margin-left: 141px;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul 
{ /* lists nested under hovered list items */
	left: auto;
}

#nav ul iframe 
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
}


*:first-child+html #nav 
{
    height: 1%;
}

*:first-child+html #nav li 
{
    height: 1%;
} 

select.hide 
{ 
	visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	/* color: #999999; 
       height: 30px;
	*/
	height: 60px;
	margin-bottom: 3px;
	color: #2B5B4B;
	font-size: .85em;
	width: 730px;
	padding: 0px 15px 0px 15px;
	}
	
#logo {
	/*top: 10px;  Distance from top of edge 
	left: 15px; /* Distance from left of edge
	padding: .1em 0 .2em 0;*/
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 230px; 
	padding-top: 20px;
	}

#logo a:link, #logo a:hover, #logo a:active, #logo a:visited {
    text-decoration: none;
    color: #2B5B4B;
    }


#phone {
	float: right;
	width: auto;
	padding: 5px 0 0 0;
	color: #343331;
	font-size: 12px;
	}
	
#phone a:link, #phone a:active, #phone a:visited {
	color: #343331;
	font-size: 12px;
	font-family: Arial;
	}

#phone a:hover {
	color: #dd0303;
	font-size: 12px;
	font-family: Arial;
	}

#tel 
{
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
   /* border-left: solid 1px #999999; */
}


#intro {
	width: 730px;
	padding: 10px 15px 0px 15px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	}
	
#searchbox 
{
    clear: right; 
    float: right; 
    width: 225px; 
    height: 27px; 
    margin-top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	New TOP NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-nav { /* all lists */
	padding: 6px 0px 6px 20px;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
	font-weight: bold;
	font-size: 11px;
    width: 740px;
    background-color: #DCDCDC;
    height: 20px;
}

#top-nav a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0px 9px 0px 9px;
}

#top-nav a:hover {
	 color: #006600;
	 
}
#top-nav li {	
	float: left;
	border-left: 1px solid #666666;
	width: auto;
	line-height: 20px;
}

#top-nav li ul { /* second-level lists */
	position: absolute;
	line-height: 1;
	background-color: #DCDCDC;
	margin: 0px 0 0 0;
	padding: 6px 0 0 0;
	list-style: none;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#top-nav li ul li  /* second-level lists li */
{
    line-height: 20px;
    float: none;
    border-left: none;
    border-top: solid 1px white;
    width: 131px;
    padding: 4px 0px 4px 10px;
    font-weight: normal;
    }
    
#top-nav li:hover ul, #top-nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#top-nav ul iframe 
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
}

*:first-child+html #top-nav 
{
    height: 1%;
}

*:first-child+html #top-nav li 
{
    height: 1%;
} 

select.hide 
{ 
	visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subnav 
{
    float: left;
    display: inline;
    width: 140px;
}

.subnav ul { /* all lists */
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	background-color: #f5f5f5;
	/* background: url(../images/background_search.jpg) #d6d3c4 repeat-x; */
	width: 140px;
}

.subnav li {	
	padding: 5px 0px 0px 10px;
	height: 20px;
	max-height: 20px;
	}
    
.subnav li a, .subnav li a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #343331;
	text-decoration: none;
}

.subnav li a:hover {
   /* background-color: #B6DDA8;  #FFA500; */
   text-decoration: underline;
}

.subnav .title {
    font-family: Arial;
    color: #343331;
	font-size: 12px;
	font-weight: bold;
    background-color: #B6DDA8; /* #FFA500; */
}

.tagcloud 
{
    background-color: #f5f5f5;
    width: 130px;
    padding: 0 0 5px 10px;
    margin: 0 0 10px 0;
    font-family: Arial;
    color: #343331;
}
.tagcloud a 
{
        text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Page Crumbs 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#breadcrumbs {
	width: 738px;
	margin-bottom: 15px;
	color: #343331;
	font-size: 11px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Content 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container {
	margin-top: 4px;
	padding: 10px;
	width:738px;
	border:1px solid #818181;
	font-size: 12px;
	}
	
#main
{
     width: 760px;
     margin: 0px 0px 0px 0px;
}

#main_right
{
     float:left;
     width: 618px;
     margin: 0px 0px 0px 0px;
     border-right: solid 1px #999999;
     border-left: solid 1px #999999;
}

#body
{
    float: left;
    width: 588px;
    margin:  0px 0px 0px 10px;  
  	padding: 0px 0px 0px 0px;
    font-size: 13px;
}

#body_one_col
{
    width: 738px;
    margin:  0;  
  	padding: 0;
    FONT-SIZE: 13px;
}

#body h1, #body_one_col h1
{
    padding: 5px 0px 0px 10px;
    margin: 0px 0px 8px 0px;
    font-family: Arial;
    color: #343331;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	max-height: 20px;
	background-color: #B6DDA8;
}

/* #body h1
{
    padding-top: 5px;
    margin-top: 0px;  
    margin-bottom: 8px;
    MIN-HEIGHT: 20px;
	FONT-SIZE: 16px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold;
	COLOR: #2B5B4B;
	border-left: solid 15px #B6DDA8;
	padding-left: 5px;
}
*/
#body h2, #body_one_col h2
{
    padding-top: 5px;
    margin-top: 0px;  
    margin-bottom: 8px;
    MIN-HEIGHT: 20px;
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold;
	COLOR: #2B5B4B;
}

#body h3, #body_one_col h3
{
    padding-top: 5px;
    margin-top: 0px;  
    margin-bottom: 8px;
    FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold;
	COLOR: #2B5B4B;
}

#body h4, #body_one_col h4
{
    padding-top: 5px;
    margin-top: 0px;  
    margin-bottom: 5px;
    FONT-SIZE: 12px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold;
	COLOR: #000000;
}

#body h5
{
    padding: 0px 0px 0px 0px;
    margin-top: 20px;  
    margin-bottom: 5px;
    FONT-SIZE: 12px;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: Bold;
	COLOR: #2B5B4B;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
#footer
{
    clear: left;
    font-size: 10px;
    height: 79px;
    width: 759px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    background: #DCDCDC;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	background: #DCDCDC;
	margin: 4px auto 0 auto;
	width: 720px;
	padding: 6px 20px 6px 20px;
	color: #000000;
	font-size: 11px;
	height: 20px;
	list-style: none;
}

#footer li {	
	line-height: 20px;
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover
{
    margin-right: 9px;
}

#footer_nav a:hover
{
   color: #dd0303;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Form Elements 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
input, textarea
{
    border: solid 1px black;
    padding: 2px;
}

input.formbutton, .searchbuttonsmall  {
	
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif; 
	color: #555;
   	margin: 0; 
	padding: 0; 
	line-height: 13px;
	height: 22px;
    width: 55px;
    vertical-align: middle;
    background: #FFF;
    border: 2px solid #B6DDA8;
}

input.formbutton, .buttonsmall  {
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
    color: #555;
    width: 70px;
    padding: 1px;
    vertical-align: middle;
    background: #FFF;
    border: 2px solid #B6DDA8;
}

a.buttonlink, a.buttonlink:hover, a.buttonlink:visited {
	/* 
    display: block;
    width: 68px;
    padding: 1px;
    */
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
    color: #555;
    vertical-align: middle;
    background: #FFF;
    border: 2px solid #B6DDA8;
    padding: 3px 6px 3px 6px;
    text-decoration: none;
}
.buttonsearch
{
    background: white;
    display: inline;
    border: none;
    color: #333333;
    height: 22px;
    margin: 0;
    font-weight: normal;
    font-size: 9px;
    padding-left: 3px;
    padding-right: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.bidbutton,  a.bidbutton:hover, a.bidbutton:visited {
    background: #2B5B4B;
    display: block;
    color: #FFFFFF;
    height: 18px;
    width: 65px;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
}

a.ebaybidbutton,  a.ebaybidbutton:hover, a.ebaybidbutton:visited {
    background: #2B5B4B;
    display: inline-block;
    color: #FFFFFF;
    height: 18px;
    width: 88px;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Front Page Photos 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a.catphoto, a.catphoto:hover, a.catphoto:visited
{
   float: left; 
   height: 130px; 
   width: 130px; 
   margin: 11px 11px 11px 11px; 
   text-decoration: none;
}

.catphototext
{
    font: bold 16px Arial; 
    color: white; 
    position: relative; 
    height: auto; 
    width: auto; 
    top: 105px; 
    left: 10px;
    }
 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATALOGUE PAGES 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.productbox
{
     height: 210px;
     min-height: 210px;
     width: 180px;
     border: solid 1px #999999;
     margin: 8px 0px 8px 0px;
}

div.productbox_trade
{
     height: 230px;
     min-height: 230px;
     width: 180px;
     border: solid 1px #999999;
     margin: 8px 0px 8px 0px;
}

div.productsummarydisplaywrapper
{
     width: 162px;
     padding: 9px;
     text-align: center;
}

#cataloguepager
{
    margin: 10px 10px 10px 0px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Product Pages 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bookmarkbox
{
    clear: right;
    width: 340px;
    padding: 5px 5px 5px 5px; 
    margin-left: 124px;
    margin-top: 25px; 
    border: solid 1px #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
}

.ebaybox
{
    text-align: left; 
    border: solid 1px #999999; 
    margin-top: 10px;
}

.ebaybox h6
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px; 
    height: 20px;
	background-color: #B6DDA8;
    font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #343331;
}

.bulletlist
{
    margin: 5px 0px 5px 15px; 
    padding: 0;
    list-style-type: disc;
    line-height: 20px;
}
        
        
.Productfeatures
{
    line-height: 20px;
    padding: 0;
 
}
    
.tradeprice
{
	font-weight: Bold;
	color: #b22222;
}

.retailprice
{
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Other 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#hemb {
	float: right;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#hema {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
img.hema 
{
	float: left;
	margin-left: 0px;
	margin-right: 4px;
}
.frbox 
{
    float: left;
	width: 268px;
	border: solid 1px #999999;
	margin: 5px;
	padding: 0;
	background: url(../images/background_search.jpg) #d6d3c4 repeat-x;
}
.frboxtext
{
    float: right; 
	width: 133px;
    padding: 5px 5px 0px 5px;
    /*margin: 0px 5px 0px 5px; 
    height: 120px;*/
}
.frboxpic 
{
    float: left;
    width: 125px;
    height: 125px;
    padding: 0;
    margin: 0;
}

#filter
{
    background: url(../images/background_search.jpg) #d6d3c4 repeat-x;
    padding: 5px 0px 5px 0px;
}

.filtertext 
{
    color: #333333;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 5px;
}



#crumbs
{
    font-size: 10px;
    background: #FFFFFF;
    margin-bottom: 5px;
}    

.dashedline
{
    border-bottom: 1px dashed #999999;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.dottedline
{
    border-top: 1px dotted #999999;
    padding-top: 2px;
    margin-top: 10px;
    margin-bottom: 25px;
}

/* Shop Styles */

.coreboxbody
{
    background-image:url(../images/core_box_bg.gif);
    width:140px;
    padding-left:20px;
    padding-right:20px;
}
.coreboxtop
{
   background-image:url(../images/core_box_top.gif);
   height:22px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url(../images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url(../images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}
.tenpixspacer
{
    height:10px;
}

