/*------------------------------------
	
	Theme Name: Retro Sign
	Theme#: 234
	File: Theme
	
------------------------------------*/

/*-----------------------------------
		Main Layout
-------------------------------------*/

.outer {
	/* WARNING: borders affect the critical values below, so use them with that in mind. */ 
    /* border-left: 1px solid #f90;  */
    /* border-right: 1px solid #f90; */
	/*** Critical left divider dimension value ** */
    /*** Critical right divider dimension value ** */
    margin-left: 228px; /*** Critical left col width value ** */
    margin-right: 170px; /*** Critical right col width value ** */
	
}

.left {
    float: left;
    position: relative; /* Needed for IE/win */
    width: 228px; /*** Critical left col width value ** */
    margin-left: -228px; /*** Critical left col width value ** */
    /*** Critical left divider dimension value ** */
	
		
}

.right {
    float: right;
    position: relative; /* Needed for IE/win */
    width: 170px; /*** Critical right col width value ** */
    margin-right: -170px; /*** Critical right col width value ** */
    /*** Critical right divider dimension value ** */
    margin-left: 0; /*** Critical right divider dimension value ** */
}

#page-wrap {	
	
}

.left a,
.left a:visited,
.right a,
.right a:visited {
	color: #FBFFE0 !important;
}

.left a:hover,
.right a:hover {
	color: #FBFFE0 !important;
}

/*-----------------------------------
		 End Main Layout Tweaks
-------------------------------------*/



/*-----------------------------------
		General
-------------------------------------*/

body {
	background-position: center top;
	background-repeat: repeat-x;
	padding:0px;	
}

#sizer {
	  max-width:none !important;
	  width:auto !important;
}

#expander {
	margin: 0px auto !important;
	width: 960px !important;
	min-width: 0px !important;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:1px;
	height: 0pt;
	visibility:hidden;
}

.textpadder, .content {
	padding: 5px;
}

.center,
.float-wrap { 
	background-color: #FFFFFF !important; 
}

#wrapper2 {
	
}

.center { 
	background: #ccc; 
}

a:link {

}

a:visited {

}

a:hover {

}

/*---------------------------------------------------
						Header
-----------------------------------------------------*/

/* CATEGORY MENU BAR */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	margin: 0px;
	width: 900px;
	padding:0px 10px;
	z-index:50;
	min-height:27px;
	height:auto !important;
	height:27px;	
	border-top: 1px solid #B9A989;
	border-bottom: 1px solid #B9A989;
	background: url(images/234_navbg.jpg);
}
 
.sf_category_menubar ul {
	margin: 0;
	padding: 0;
}
 
.sf_category_menubar ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_category_menubar ul li {	
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0;
	white-space: nowrap;	 
	min-width:1%;
	width: auto !important; 
	width:1%; 
	height:26px;
	margin-bottom:1px;
}
 
.sf_category_menubar ul li a {
	color: #552906;
	display: block;
	padding:6px 5px;
	margin:0px 13px 0px 0px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%;
	font-size:12px;	
	font-weight:bold;	
	text-transform:uppercase;
}
 
.sf_category_menubar ul li a:visited {
	color: #552906;
	text-decoration: none;	
}
 
.sf_category_menubar ul li a:hover {
 	color: #552906;
	text-decoration: none;
	background-color: #B9A989;	
}
 
/* Category Menu Bar Subnav */

.sf_category_menubar .subnav {
	left: -999em; 
	list-style: none;
	margin: -1px 0 0;	
	padding: 1px 0px 0px;	
	position: absolute;	
	width: 120px;
	z-index:1000;	
}
 
.sf_category_menubar .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 120px;
	height:auto;
    white-space:normal;	
	background-color: #B9A989;	
}
 
.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding: 5px;	
	min-width:110px;
	width: 110px !important;
	white-space:normal;
	font-weight:normal;
	text-transform:none;
	color:#552906;
}

.sf_category_menubar .subnav  li a:visited {
	color:#552906;
}
 
.sf_category_menubar .subnav  li a:hover {
	text-decoration: underline;
	color:#552906;
}
 
#menubar1 li:hover ul, 
#menubar1 li.sfhover ul {
	left: auto;
}
 
#menubar1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#menubar1 li:hover, 
#menubar1 li.hover {  
    position: static;  
} 

/* END CATEGORY MENU BAR */

.header {
	padding: 0px;
}

.sf_extra1 {
	
}

.sf_extra1 span {

}

.header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.header {
	height: auto !important;
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .header {height: 1%;}
.header {display: block;}
/* End hide from IE-mac */


/*-------------------------------
		Header Content
---------------------------------*/

#header-content {	
	height: 1%;
	background-repeat: repeat-y;
	background-position: bottom left;
	padding-bottom: 10px;
	position: relative;
}
#header-content:after {
	clear: both;
	content:".";
	display:block;
	font-size:1px;
	height: 0pt;
	visibility:hidden;
}
#header-content img {
	
}

.sf_extra3 {
		
}

.sf_extra3 span {
	
}

#logo img {
	float: right;
	position: relative;
	margin: 10px 20px 10px 10px;
	border: none;
}

/*----------------------
		Titles
-----------------------*/

.titles {
	float: right;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	width: 45%;
	position: relative;
}

.header .company-name {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
}

.header .slogan {
	padding-right: 15px;
	padding-bottom: 2px;
	text-align: right;
	font-weight: normal;	
}

.header h1 {	
	padding: 0px 0px 10px 0px;
}

/*----------------------
		End titles
-----------------------*/


/*----------------------
		Address
-----------------------*/

.address {
	float: left;
	width: 198px;	
	text-align: left;
	padding: 0 0 3px 0;
	margin: 0;
	word-wrap: break-word;
	overflow: hidden;
}
.address ul {
	padding: 8px 0 15px 15px;
	width: 211px;
}

.address ul li {	
	
}

.address ul li span.adr { /*address */
	
}

.address ul li span.tel { /*Telephone */
	
}

.address ul li span.tel span.type { /*What type of telephone */
	font-weight: bold;
}

.address ul li a:link, .address ul li a:visited  {
	
}

.address ul li a:hover {
	

}

.address ul li a.email, .address ul li a.email:visited {
	
}

.address ul li a.email:hover {
	
}

/*----------------------
		End Address
-----------------------*/

.sf_extra4 {
	
}

.sf_extra4 span {
	
}

/*-------------------------------
		End Header Content
---------------------------------*/


/*-------------------------------
	"TOP" Navigation - Navigation can 
	go on top or bottom of the 
	header or in the sidebars
---------------------------------*/


.navigation1 {	
	clear: both;
	height: 1%;				
	padding-top: 7px;	
	padding-right: 5px;
	padding-bottom: 3px;		
}

.navigation1 ul { 
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.navigation1:after {
  	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.navigation1 ul li {
	font-size: 10px;
	float: left;
	height:1%;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: normal;
	white-space: nowrap;
	margin-bottom: 5px;
}

.navigation1 ul li a {		
	display: block;
	text-decoration: none;
	font-size: 10px;	
	text-transform:uppercase;
}

.navigation1 ul li a:visited {
}

.navigation1 ul li a:hover {	
}

.navigation1, .navigation2 {	
	margin-bottom:0px;
}

/*------------------------------------
	Flyout Menu
------------------------------------*/

#Nav1 li ul {  
	position:absolute;
	left: -999em;	
	background-image: none;
	background:#B9A989;
	padding: 0px;
	z-index:1000;	
	width:145px;
	background-color:#B9A989;
	border:none;
}

#Nav1 li ul li {
	margin:0;
	padding:0;
	float:left;	
	background-color:#B9A989;
	border: none;
}

#Nav1 li ul li a,
#Nav1 li ul li a:visited {	
	padding: 5px 5px 5px 10px;	
	width:130px;
	background-color:#B9A989;
	display: block;
	text-align: left;
	white-space: normal;
}

#Nav1 li ul li a:hover {
	background-color:#a89b7d;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {	
	left: auto;	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}

/*-------------------------------
		End Navigation
---------------------------------*/

.sf_extra2 {
	
}

.sf_extra2 span {
	
}


/*---------------------------------------------------
					End Header
-----------------------------------------------------*/


/*---------------------------------------------------
					Search
-----------------------------------------------------*/

/*#search {	
	padding: 0px 5px 5px 15px;
	text-align: left;		
} */

.quick-search ul li {
	padding: 3px 0 3px 0;
}

.quick-search ul li a:link {
	
}

.quick-search ul li a:visited {
	
}

.quick-search ul li a:visited {
	
}

.container-left .textpadder {	
			
}

.container-left .content-block, .container-right .content-block {
	padding: 0px;
	margin: 0px;
}

.quick-search-header {
	font-size: 15px;
	font-weight:bold;	
}

.quick-search-button {
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	margin-top: 4px;
	padding: 2px 4px;
}

.quick-search-button:hover {
	
}


.container-left .quick-search h3, 
.container-right .quick-search h3 {	
}

.header .quick-search li,
.header .quick-search h3 {
    display: inline;
}

/*---------------------------------------------------
					End Search
-----------------------------------------------------*/


/*---------------------------------------------------
					Sidebars
-----------------------------------------------------*/

/* -------------------- CATEGORY TRACKER -------------------- */

.container-left .category-tracker h3 {		
	margin:0;
	padding:5px 5px 5px 15px;
	font-size:15px;
	font-weight:bold;
}

.category-tracker h3 a,
.category-tracker h3 a:visited {
	text-decoration: none;
}

.category-tracker .cat {
	padding:5px 10px 30px 15px;
}

.category-tracker a {
	padding:2px 10px 2px 0px;
	display:block;
}

.category-tracker a.active {
	font-weight:bold;
	text-decoration:none;
}

.category-tracker .subcat a {
	padding:2px 10px 2px 5px;
	margin-left:5px;
}

.category-tracker .subcat a.active {
	padding:2px 10px 2px 5px;
	margin-left:5px;
}

.category-tracker .subcat2 a {
	padding:2px 10px 2px 5px;
	margin-left:15px;	
}

.category-tracker .subcat2 a.active {
	padding:2px 10px 2px 5px;
	margin-left:15px;
}

/* -------------------- END CATEGORY TRACKER -------------------- */

.container-right {

}

.container-left {	
	
}
.container-left .content-block {
	margin: 0;
	padding: 0;	
}

.content-block table a {
	text-decoration:none;	
}


.container-right .content-block {
	
}

.container-left .category-list {
	
}

.container-right .category-list {
	
}

.category-list-header {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
}

.container-left .category-list h3, 
.container-right .category-list h3 {
	margin:5px 5px 5px 15px;
}

.category-list ol {
	
}

.category-list ol li {
	
}

.category-list ol li a {
	text-decoration: none !important;
	height: auto !important;
	padding: 7px 5px 7px 15px;
	display: block;
	width: 208px;
}

.category-list ol li a:visited {

}

.category-list ol li a:hover {
}


.container-left .category-list a:link, 
.container-left .category-list a:visited, 
.container-left .category-list a:hover, 
.container-left .category-list a:active {
	
}


.container-right .category-list a:link, 
.container-right .category-list a:visited, 
.container-right .category-list a:hover, 
.container-right .category-list a:active {
	
}

.container-left .content-block h3, 
.container-right .content-block h3 {
	
}

.featured-item {
	color: #FBFFE0;	
}

.container-left .featured-item h3,
.container-right .featured-item h3 {
	font-size: 15px;
	font-weight: bold;	
	margin-bottom: 10px;
	padding: 5px;
	color: #FBFFE0;
}

.product {
	margin: 5px;
}

.smallimage {
	
	
}

.shortdescription {
	padding: 3px 0;
}

.list {
	
}

.list em{
	font-weight: bold;
}

.sale {
	
}

.sale em {
	font-weight: bold;
}

.featured-item-button {
	margin-top: 5px;
}

.product h4.title {
	font-size: 12px;
	color: #FBFFE0;	
}

ol.categories, ol.products {
	padding: 0;
}

/*---------------------------------------------------
				  End Sidebars
-----------------------------------------------------*/


/*---------------------------------------------------
					Wrapper 
-----------------------------------------------------*/

.wrapper1 {
	font-size: 12px;		
}

.wrapper2 {
	
}

.center {
	
}

.content {
	
}

.content form {
	padding-left: 10px;
}

/*-------------------------------
		Alert Messages
---------------------------------*/

#messages {
	
}

#messages li {
	
}

#messages li.info {
	color: #0099ff;
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 7px;
	background-color: #DFDFDF;
}

#messages li.error {
	color: #e90505;
	padding: 5px 0px 5px 5px;
	margin-bottom: 7px;
	background-color: #DFDFDF;
}

/*-------------------------------
		End Alert Messages
---------------------------------*/


/*-------------------------------
		Breadcrumbs
---------------------------------*/

#breadcrumbs {
	padding: 5px 0;
}

.breadcurmb {
	
}

.category {
	
}

#breadcrumbs span.item {
	
}

/*-------------------------------
		End Breadcrumbs
---------------------------------*/


/*-------------------------------
		Welcome
---------------------------------*/

.welcome {
	line-height: 17px;
}

.welcome h1 {
	font-size: 16px;
	font-weight: normal;
}

.welcome img {
	margin-right: 10px;
}

.welcome:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
 
.welcome { display: inline-block; }
 
/* Hides from IE-mac \*/
* html .welcome { height: 1%; }
.welcome { display: block; }
/* End hide from IE-mac */

/*-------------------------------
		End Welcome
---------------------------------*/


/*-------------------------------
	  Search Result Controls / Paginator
---------------------------------*/

.search-result-controls {
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}

/*-------------------------------
	End Search Result Controls
---------------------------------*/



/*-------------------------------
	Category and Search Results
---------------------------------*/

.search-results .content-product {
	
}

.content-category {
	
}

.content-product { /*--the whole box - border overwrite--*/
	
}

.content-product .options li, .content-product .prices li {
	padding: 3px;
}

.search-results .content-product dd {
	
}

.search-results .largeimage {
	display: none;
}

.search-results .content-product .content-product-header a {
	
}
	
.content-product-header h4 { /*--Box top--*/
	font-size: 12px;
	font-weight: bold;
}



.content-product-header a:link, .content-product-header a:visited, 
.content-product-header a:active, .content-product-header a:hover {
	
}

.btn {
	/*cursor: pointer;*/
}

.btn:hover {
	
}

dd.content-category-header h4 { /*--Category Title--*/
	font-size: 12px;
}

.content-category-header a:link, 
.content-category-header a:visited, 
.content-category-header a:active {
	
}

.content-category-header a:hover {	
	
}

dd.description {
	
}

dd.title, dd.description {
	
}


/*-------------------------------
  End Category and Search Results
---------------------------------*/

/*-------------------------------
  		Product Layouts
---------------------------------*/

/*----------------------
	Upsell tables
-----------------------*/
.upsell-group {
	
}

.upsell div {	
	
}

.upsell-header { /*--this is an h3--*/
	font-size: 13px;
	padding: 3px;
}


.upsell-item1 { /*--zebra striping on tr's--*/
	
}

.upsell-item1 td {
	padding: 3px;
}

.upsell-item1 td a:hover {
	
}

.upsell-item2 {
	
}

.upsell-item2 td { /*--zebra striping on tr's--*/
	
}

.upsell-item2 td a:hover {
	
}


/*----------------------
	End Upsell tables
-----------------------*/

/*----------------------
	Product Detail
-----------------------*/

.product-page {
	
}

.product-detail {
	border-width: 0px;;
}

.product-detail, .product-primary, .product-secondary, .product-options, .imageanddetails, .product-bundle, .product-misc {
	
}

.product-detail,
.product-bundle {
	
}

/*-------------
	Primary
--------------*/

.product-primary { 
	border-width: 0px;
}

.product-detail-header {
	
}

.product-detail-header h2 {
	font-size: 20px;
	padding: 3px;
	margin-left: 3px;
}


.product-image {
	margin-top: 10px;
}

.product-description {
	font-size: 12px;
	line-height: 17px;
	padding-left: 10px;
}

.product-features {
	
}

.product-features ul {
	margin-left: 10px;
}

.product-features ul li {
	line-height: 16px;
}

.product-features ul li em {
	font-weight: bold;
}

/*-------------
  End Primary
--------------*/

/*-------------
	Secondary
--------------*/

.product-secondary {
	margin-bottom: 10px;
	border-width: 0px;
}

.product-options {
	
}

.product-options form ul {
	
}

.product-options form ul li {
	padding-top: 3px;
}

.imageanddetails {
	margin-left: 10px;
}

.product-misc {
	
}

.product-options {
	
}

.product-detail-button {
	
}


/*-------------
	Secondary
--------------*/



/*----------------------
	Product Detail
-----------------------*/

/*-------------------------------
  		End Product Layouts
---------------------------------*/

/*-------------------------------
			Forms
---------------------------------*/

.required {
	color: #cc0000;
}

button content-accent1 {
	
}

/*-------------------------------
			Forms
---------------------------------*/



/*---------------------------------------------------
					End Wrapper 
-----------------------------------------------------*/



/*---------------------------------------------------
					Footer-section
-----------------------------------------------------*/

.footer-section {
	text-align:center;
	clear: both;
	/* Min-height fast hack */
	min-height:1%;
	height:auto !important;
	height:1%;
	/* End min-height fast hack */	
}

#paymentlogos {
	text-align: center;
	padding-bottom: 10px;
}


/*-------------------------------
		"Bottom" Navigation
---------------------------------*/

.navigation2 {
	text-align: center;
	float: none !important;
	margin: 0 auto;
	padding-top: 5px;	
}

.navigation2 span {
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
}

.navigation2 span {
	
}

.navigation2 a {
	text-decoration: underline;
}

.navigation2 a:visited {
	
}

.navigation2 a:hover {
	text-decoration: none;
}

/*-------------------------------
		End "Bottom" Navigation
---------------------------------*/

.footer {
	margin-bottom: 0;
	padding-bottom: 7px;
	font-size: 10px;
	font-weight: normal;
	position: static;
	display: block;
}

.footer a:link {
	color: #FBFFE0;	
}

.footer a:visited {
	color: #FBFFE0;	
}

.footer a:hover {
	color: #FBFFE0;
	text-decoration: none;	
}

.footer h3 {
	font-size:12px; /* for ie */
}

/*---------------------------------------------------
					End Footer-section
-----------------------------------------------------*/

.container-left .quick-search, 
.container-right .quick-search, .quick-search {
	padding: 0px 5px 5px 15px;
	text-align: left;		
}