/*
 * Main Styles BEGIN
 */
body{
    margin: 0px;
    background-repeat: repeat-x;
    background-color: #031926;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}



/* Main Menu Styles */
.MainMenu{
    font-family: Tahoma, Verdana;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.MainMenu a{
    color: #ffffff;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Tahoma, Verdana;
    color: #FB7F93;
    font-size: 12px;
    font-weight: bold;
}

.MainMenuHighlight a{
    color: #FB7F93;
    text-decoration: none;
}

/* Page Title Style */
.PageTitle {
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 15px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #031926; 
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}



/*
 * Product Styles BEGIN
 */
.ProductName{
font-size:24px; font-family:"Times New Roman", Times, serif; font-weight:normal; font-style:normal; line-height:31px; margin:0px; padding:0px; vertical-align:top; color:#000; border-bottom: 1px solid #ebebeb; }

.ProductName a{
    color: #666666;
    text-decoration: none;
}

.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}

.ProductDescription{
    font: normal 1.1em Georgia, "Times New Roman", Times, serif;
    color: #333333;
    font-weight: normal;
}

.ProductPrice{
font-size:20px; font-family: "Times New Roman", Times, serif; font-weight:bold;	font-style:normal; line-height:31px; margin:0px; padding:0px; vertical-align:top; color:#0E3851;	}

.ProductPrice2{
font-size:20px; font-family: "Times New Roman", Times, serif; font-weight:bold;	font-style:normal; line-height:31px; margin:0px; padding:0px; vertical-align:top; color:#0E3851; border-bottom: 1px solid #ebebeb;	}


.ProductStockMessage{
    font-family: Tahoma, Verdana;
    color: red;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
}

.ProductOptionsTitle{
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 8px;
	font: bold 1.1em "Times New Roman", Times, serif;
	color: #333333; 
	text-transform: none;
}


.ProductOptions{
    font: bold 1.1em "Times New Roman", Times, serif; font-style:normal;
    color: #333333;   
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{




}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    font-family: "Times New Roman", Times, serif;
    color: #333333;
    font-size: 13px; 
    text-align: left;
	font-size:15px;
	
}

.Breadcrumb a{
    color: #401819;
	font-weight:bold;

}

.Breadcrumb a:hover{
    color: #808080;
	text-decoration: underline;
	font-weight:bold;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
    width: 180px;
    background-color: white;
}

.NavigationBar table td{
    border-top: #FFF 1px solid; 
    border-left: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #888888;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #888888;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #888888;
}

.NavigationBar table td.Selected{
    background-color: #E5E5E5;
}

.NavigationBar table td.Selected a{
    color: #031926;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #808080;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

