/*************************************************************************
' Function : CSS defintions for the store.

'**************************************************************************/
 
body {
    font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 15px;
	background-image:url();
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-color: #B1B0A7;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.curWait * {
	cursor: wait;
}

.links a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
	
.links a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
.links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
/**************************************************************
   MAIN MENU CLASSES
 **************************************************************/
 
.menu2 {padding:0 0 0 0px; margin:0; list-style:none; height:20px; position:relative; font-family:Georgia, "Times New Roman", Times, serif; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:20px; line-height:25px; color:#000; text-decoration:none; font-size:12px; font-weight:normal; padding:0 24px 0 0px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px;}
.menu2 li a.top_link:hover {color:#dcd5cb;}
.menu2 li a.top_link:hover span {background:;}
.menu2 li a.top_link:hover span.down {background:;}

.menu2 li:hover > a.top_link {color:#80678c; background:;}
.menu2 li:hover > a.top_link span {background:;}
.menu2 li:hover > a.top_link span.down {background:;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:10px; top:27px; background: #dcd5cb; padding:3px 0; border:1px solid #000; white-space:nowrap; width:130px; height:auto;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:120px;}
.menu2 :hover ul.sub li a {display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; height:20px; width:120px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #dcd5cb; border-width:0 0 0 3px;}
.menu2 :hover ul.sub li a.fly {background:#dcd5cb 80px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#dcd5cb; color:#80678c;}
.menu2 :hover ul.sub li a.fly:hover {background:#dcd5cb 80px 7px no-repeat; color:#80678c;}
.menu2 :hover ul li:hover > a.fly {background:#dcd5cb 80px 7px no-repeat; color:#80678c;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #dcd5cb; padding:3px 0; border:1px solid #000; white-space:nowrap; width:130px; z-index:200; height:auto;}

/**************************************************************
   ACCORDIAN NAVIGATION
 **************************************************************/

.arrowsidemenu{
	width: 180px; /*width of menu*/

}
	
.arrowsidemenu div a{ /*header bar links*/
	
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #000000;
}

.arrowsidemenu div a:hover{

}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #000000;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/

	color: #000;
	background-position: 100% -64px !important;


}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{

	padding-left: 10px;
	border-left: 10px ;
}


.arrowsidemenu ul li a:link { /*sub menu links*/
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #000;

}

.arrowsidemenu ul li a:visited { /*sub menu links*/
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #000;

}
.arrowsidemenu ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
.current ul li a:a{
	font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}


/**************************************************************
   OTHER MENU CLASSES
 **************************************************************/
 
.topMenu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
	
.topMenu a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
.topMenuv a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}

/**************************************************************
   STANDARD CLASSES
 **************************************************************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.prodName {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}


.prodText {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}

.scriptHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	font-style: italic;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 15;
	text-decoration: none;
	font-style: italic;
}

.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #80678C;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}

.eventTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #80678C;
	font-size: 16px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	font-style: italic;
}

.cartTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

.footerMenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
	
.footerMenu a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.footerMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCD5CB;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}






.browseCat a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
	
.browseCat a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.browseCat a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #80678C;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.prdViewBack {BACKGROUND-COLOR: #8e779f; PADDING-left: 15px}
.prdViewBack a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
	
.prdViewBack a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.prdViewBack a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.breadCrumb {BACKGROUND-COLOR: #8e779f; PADDING-left: 25px; font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;}

.breadCrumb a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
	
.breadCrumb a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.breadCrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.ProductListCategory a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

.ProductListCategory a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.ProductListCategory a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #80678C;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.pageNavCategory {BACKGROUND-COLOR: #ffffff; PADDING-top: 5px; PADDING-bottom: 5px; PADDING-left: 25px}
.pageNavCategory a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
	
.pageNavCategory a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.pageNavCategory a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #80678C;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
.pageNavCategoryPaging {BACKGROUND-COLOR: #8e779f; PADDING-top: 5px; PADDING-bottom: 5px; PADDING-right: 25px}
.pageNavCategoryPaging a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
	
.pageNavCategoryPaging a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.pageNavCategoryPaging a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.pageCurrentCategory {font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	BACKGROUND-COLOR: #F2F4EF; 
	PADDING-top: 6px; PADDING-bottom: 6px; 
	PADDING-left: 15px}

.pageNavSort {BACKGROUND-COLOR: #ffffff; PADDING-top: 5px; PADDING-bottom: 5px; PADDING-right: 25px}

.relatedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
/**************************************************************
   STANDARD CLASSES
 **************************************************************/


.footerHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCD5CB;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}

.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCD5CB;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}


.links a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
	
.links a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
.links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}

/**************************************************************
   PRODUCT LEFT MENU CLASSES
 **************************************************************/
 
.prodMenu1  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
	
.prodMenuSub a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
	
.prodMenuSub a:visited {
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
.prodMenuSub a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}

.prodMenuSubCurrent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #80678C;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
/* Form Elements */
.fqInput {}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: ; }
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: ; }
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: }
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {border-bottom: 1px solid #000000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	padding-top: 15px;	
	padding-bottom: 5px;
	text-transform: uppercase;}


.cpCurrentCategory {font-weight: bold; font-size: 15px; line-height:20px; PADDING-left: 15px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #b1a7bf; PADDING-right: 15px}
	.CPpageNav A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
	.CPpageNav A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
	.CPpageNav A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Navigation Sort*/
.CPpageNavSort {BACKGROUND-COLOR: #ffffff; PADDING-right: 15px}
/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #000000}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 11px}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 15px}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: #000000}
/* Product detail page hr tag */
.cpHRDetail {COLOR: #000000; width:225px; height:1px;}
/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 11px}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 11px}


/* ------------------- */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {	
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;}
.CPsysMsgErr {	
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {color: #8e779f}

/* Landing Page Style */
#title-bar {height:285px; width:728px; background:#c9c6c7 url(/shop/img/title-image.jpg) no-repeat top left}
#title-bar h1 {color:#FFF; font-size:28px; padding:245px 0px 0px 20px}

.msg_head {color:#FFF; cursor: pointer; font-size:11px}
.msg_body {position:absolute; width:700px; margin:20px 0px 40px 0px; margin-left: -520px; border:0px solid #FFF}

.links a.btn {display:inline-block; padding:4px 20px 4px 20px; background-color:#330000; color:#FFFFFF; border:1px solid #330000}
.links a.btn:hover { background-color:#FFFFFF; color:#330000}
