/* ----- MAIN SETTINGS ---- */

BODY {
	margin: 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
	color:Gray;
} 

A:hover {
	color: #B2A691;
} 



/* CUSTOM STYLES */

a.info {
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none
    }

a.info:hover{z-index:25; background-color:#ff0}

a.info span { 
	display: none
	}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; width:1em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center
    }

.hp_imageborder {
	border:1px; 
	border-thickness: 1px; 
	border-color: #4e422f; 
	border-style: solid;
	}
	


/* This is the default font for the entire page body */
.mainpage {
	font-size : 12px;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.mainpage img { 
	margin-bottom:25px;
}


/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/* ----- PAGE SECTIONS & HEADERS -----*/
/* Header is a large separating bar used in page layout */
/* Sections are used for output areas */
.header {
	BACKGROUND-COLOR: #828A92;
	FONT-SIZE: 14px;
	color : White;
	font-weight : bolder;
}
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : Maroon;
}

/* Used for the menu footer at the bottom of list and detail pages */
.section_footer {
	font-size: 11px;
	color : Maroon;
}
A.section_footer {
	text-decoration : none;
}

HR.thickline {
	display: none;
	size: 0px;
	height: 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0px;
	color:#EEEBDD;
	background-color: #EEEBDD;
}
HR.thinline {
	size: 0;
	height : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* Wish list button */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}

/* CATEGORY PAGES: Category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */
.cat_title_large {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#4A4A4A;
}
.cat_title_small {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.cat_title_list {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 26px;
}
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}


/* PRODUCTS:. --------------------------------------------- */

/* Style for product names, if no image defined   */
.prodname {
	font-size : 16px;
	font-weight: bold;
}

/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 10px;
	font-weight: normal;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 11px;
	color : #666666;
}

/* Style for Product price, if turned on */
.prodprice {
	font-size : 12px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: maroon;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Style for border around image on moreinfo page */
.listingimg {
	margin-right : 10px;
}

.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : Silver;
	padding : 10px;
	background-color: white;
}

.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}


/* ----- ORDER BOX & HIGHTLIGHT BOX -----*/
.BoxTitle {
	FONT-SIZE: 16px;  
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.BoxText {
	font-family : Arial, Helvetica, sans-serif;	
	FONT-SIZE: 13px;  
}


/* ----- SHOPPING CART  -----*/

/* Style for shopping cart text */
.carttext {
	font-size : 11px;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-size : 10px;
}



/* ----- INPUT FORM ---------------------------------*/
.formtitle {
	FONT-SIZE: 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.formtext {
	FONT-SIZE: 12px;
	vertical-align : baseline;
	font-family : Arial, Helvetica, sans-serif;
}

.formerror {
	FONT-SIZE: 12px;
	color : Red;
}

.formerrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

.formtextsmall {
	FONT-SIZE: 10px; 
}

.FormTextVerySmall {
	FONT-SIZE: 9px;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #003163;
	FONT-SIZE: 12px;
}

.formfieldlogin {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #101F74;
	BORDER-BOTTOM: #cccccc 1px solid;
	width : 120px;
}

.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
}

.formbutton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}
A.formbutton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.formbutton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #666666;
	TEXT-DECORATION: none;
}

/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/
.ResultHead {
	FONT-SIZE: 16px;
}
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 12px;  
}
.listingtagline {
	FONT-SIZE: 12px; 
}
.listingdate {
	FONT-SIZE: 12px;  
}



/* MENUs --------------------------------------------- */
.menu_category {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
a.menu_category
{
	font-size: 12px;
}

.menu_page {
	font-size: 12px;
	COLOR: gray;
}
a.menu_page
{
	font-size: 12px;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #808080;
}
a.menu_trail
{
	font-size: 12px;

}

.menu_footer {
	font-size: 10px;
	text-decoration : none;
	line-height:18px;
}

.menu_footer_bold {
	font-size: 10px;
	text-decoration : none;
	color : Gray;
	font-weight:bold;
}


a.menu_footer
{
	
}

.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}




.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}



/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}

/* ----- the sub tier is for sort  ---------------------------------*/
.SubTierNav {
	FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.SubTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* ---------- Links for the sitemap search --------------------- */
A.alphaon:link {
	 FONT-SIZE: 13px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}

.dottedbordertable {
	border-width:1px;
	border-style:dashed;
	border-color:#47493E;
}


.maintext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	}

.thankyoutext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight:bold;
	color: #000000; 
	margin:25px;
	}
	
a.underlinelink:link {
	color: #47493E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}

a.underlinelink:visited {
	color: #47493E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

a.underlinelink:hover {
	color: #B2A691;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}	

a.underlinelink:active {
	color: #B2A691;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}	
	
	
#basket_logos { margin:0 auto; text-align:center; }	

#img_netsol { display:inline; }

#img_netsol img { margin-right:10px; }

#img_authnet { display:inline; }

#img_authnet img { margin-right:10px; }

#img_ccards { display:inline; }



/* ADDED BY YVAN ON 8/9/2011 */

html {overflow-x: auto;	overflow-y: scroll; }

#container { width:960px; margin:0 auto; background-color:#fff; }

#social_icons { text-align:right; padding-top:15px; padding-bottom:20px; }

#social_icons img { border:0; }

#hp_logo { text-align:center; margin-bottom:25px; }

#hp_slideshow { margin:0 auto; text-align:center; }

#int_logo { float:left; width:270px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; line-height:20px;}

#int_logo img { border:0; }

#int_logo a:link, #int_logo a:visited { color:#939393; }

#int_logo a:hover, #int_logo a:active { color:#000; }

#int_logo strong a:link, #int_logo strong a:visited { color:#000; }

#int_logo strong a:hover, #int_logo strong a:active { color:#939393; }

#int_logo h3 { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:#000;font-weight:bold; margin:0; }

#int_content { float:left; width:690px; }

#navbar { text-align:center; margin-top:5px; margin-bottom:50px; z-index:99; width:965px; }

#navbar a { margin:0 20px 0 20px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }

#navbar a:link, #navbar a:visited { color:#939393; }

#navbar a:hover, #navbar a:active { color:#000; }

#int_content { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }

#int_content h1 { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size:24px;color:#49474A;font-weight:normal; margin:0; }

#int_content h2 { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:#A19379;font-weight:bold; margin:0; }

#int_content h3 { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:#A19379;font-weight:bold; margin:0; }

#instructions td { vertical-align:top; height:25px; width:20%; }

#int_content .td25 { width:25%; }

#int_content .td15 { width:15%; }

#instructions td a { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size:10px; }

#instructions td a:link, #instructions td a:visited { color:#939393;}

#instructions td a:hover, #instructions td a:active { color:#000; }

#contact_table td { vertical-align:top; }

#contact_table .td50 { width:50px; }

#contact_table .td400 { width:400px; }

#contact_table td a { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }

#contact_table td a:link, #contact_table td a:visited { color:#939393;}

#contact_table td a:hover, #contact_table td a:active { color:#000; }

#contact_form { width:400px; background-color:#B2A691; border:0; }

#contact_form td { padding:3px; }

#contact_form .formstext { text-align:right; }

#contact_form .contactsubmit { text-align:center; }

#contact_form .comments { padding-left:10px; }

#products_submenu { display:none; padding:5px; margin-right:37px; z-index:99; margin-top:-5px; }

#showrooms_submenu { display:none; padding:5px; margin-left:237px; z-index:99; margin-top:-5px; }

#showrooms_table td { width:200px; text-align:center; vertical-align:top; }

#showrooms_table td a, #showrooms_table td a:link, #showrooms_table td a:visited { color:#000000; }

#showrooms_table td a:hover, #showrooms_table td a:active { color:#939393; }

#cartlinks { float:left;width:825px;text-align:right; }

.clear { clear:both; }

.underconstruction { font-size:18px; line-height:24px; text-align:center; }

.tdalignright { text-align:right; }

.tdaligncenter { text-align:center; }

.cat_title_large { float:right; z-index:99; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size:24px;color:#49474A;font-weight:normal; margin-top:-75px }

.category_title { font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size:24px;color:#49474A;font-weight:normal; }

.menu_footer { font-size:12px; }

.menu_page ul  { text-align:center; list-style-type: none; margin-bottom:25px; }

.boxtitle { font-weight:bold; color:#ffffff; padding:3px; }

.thumbnail img { border:1px solid #ccc; }

.cat_text_large { float:left; width:240px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
