/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #bccbe8;
	color: #333333;
	background-image: url(../images/backgrd-floral.jpg);
	background-repeat: repeat;
	font: small Tahoma, Verdana;
	min-width: 740px;
}
a:link, a:visited{
	color: #2a6922;
	}	
a:hover{
	color: #2f8824;
	}
.smallcopy{
	font-size: 70%;
	color: #2a6922;
	}
	.greencopy{
	/*font-size: 85%;*/
	color: #2a6922;
	}
#wrapper {
	background-color: #f3fceb;
	width: 740px;
	colour: black;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	
}
#header {
	padding: 0;
	margin-bottom: 8px;
}
#sidebar {
	float: left;
}
#mainnav {
	background-image:url(../images/backgrd-main-menu.jpg);
	background-color: #bcde54;
	width: 180px;
	height: 195px;
	margin-bottom: 10px;
}
#mainnavcontent {
	width: 140px;
	font-weight: bold;
	font-size: 90%;
	text-transform: capitalize;
	margin-left: 20px;
	padding-top: 12px;
}
#mainnavcontent ul {
	border-top: 1px dotted #2a6922;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnavcontent li {
	border-bottom: 1px dotted #2a6922;
	line-height: 1;
}
#mainnavcontent li a:hover {
	color: #FFFFFF;
	background-color:#a8ce44;
}
#mainnavcontent li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	color: #2a6922;
}
#catnav {
	background-image: url(../../avactis-templates/catalog/navigation-bar/default/images/category_menu_background.jpg);
	width: 180px;
	margin-bottom: 5px;
}
#main {
	/*float: right;*/
	margin-left: 190px;
}
#searchbar {
	background-image: url(../images/search-bar.jpg);
	background-color: #c8d9ed;
	width: 550px;
	height: 35px;
	margin-bottom: 10px;
	
}
#searchcontent {
	padding: 10px;
	text-align: right;
	width: 530px;
	color: #4a63ad;
	font-weight: bold;
	font-size: 85%;
}
#promo {
	background-color: #f3fceb;
	width: 550px;
	height: 150px;
	margin-bottom: 10px;
}
#content {
	width: 550px;
}
#footer {
	background-image: url(../images/backgrd-footer.jpg);
	width: 100%;
	height: 35px;
	clear: both;
	background-color: #c8d9ed;
}
#footercontent {
	text-transform: capitalize;
	padding-top: 9px;
}
#footercontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #4a63ad;
	text-align: center;
	font-size: 85%;
}
#footercontent li {
	display: inline;
}
#footercontent li a:hover {
	color: #FFFFFF;
}
#footercontent li a {
	text-decoration: none;
	color: #4a63ad;
}
#footer2 {
	text-align: center;
	font-size: 85%;
	color: #4a63ad;
	/*text-transform: capitalize;*/
	padding-top: 30px;
	padding-bottom: 20px;
	float:left;
}
#footer2 a:hover {
	color: #FFFFFF;
}
#footer2 a {
	text-decoration: none;
	color: #4a63ad;
}
#tinroof {
	text-align: center;
	font-size: 85%;
	color: #4a63ad;
	/*text-transform: capitalize;*/
	padding-top: 30px;
	padding-bottom: 20px;
	float:right;
}
#tinroof a:hover {
	color: #FFFFFF;
}
#tinroof a {
	text-decoration: none;
	color: #4a63ad;
}
#popup{
	background-color: #f3fceb;
	padding: 20px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;

}
	
/*
 * Main Styles BEGIN
 */


hr.separator{
    height: 1px;
    color: #b3d78a;
    background-color: #E5E5E5;
    border: 0px;
}

img {
    border: 1px #c8d9ed;
}

input,
textarea,
select {
    border: 1px solid #4962a6; 
    font-family: Verdana, Arial, sans-serif;
    color: #333333;
    font-size: 11px;
    background-color: #FFFFFF;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

input[type="button"],
input[type="submit"]{
    border: 1px solid #4962a6; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background-color: #4962a6;
	color: #FFFFFF;
}


/* Page Title Style */
.PageTitle {
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 11px;
    font-weight: normal;
}

.ShoppingCartText a{
    color: #4962a6;
    text-decoration: none;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Tahoma, Verdana;
    color: #2a6922;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 10px;
}

.LargerImageLink a{
    color: #666666;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #999999;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 16px;
    font-weight: bold;
}

.CategoryName a{
    color: #4962a6;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #95a3cf;
}

.CategoryDescription{
    color: #333333;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 11px;
    font-weight: bold;
}
.ProductName a{
    color: #4962a6;
    text-decoration: none;
}

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

.ProductDescription{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.ProductPrice{
    font-family: Tahoma, Verdana;
    color: #77b404;
    font-size: 11px;
    font-weight: bold;
}

.ProductOptionsTitle{
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 11px;
    font-weight: bold;
}

.ProductOptions{
    font-family: Tahoma, Verdana;
    color: #333333; 
    font-size: 11px;  
    font-weight: normal;
    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: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #2a6922;
    text-decoration: underline;
}

.Breadcrumb a:hover{
    color: #77b404;
}
/*
 * Breadcrumb Styles END
 */

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

.NavigationBar table td{
    border-top: #4962a6 1px dotted; 
    /*border-left: #E5E5E5 1px solid;*/
    /*border-right: #E5E5E5 1px solid;*/
    font-family: Tahoma, Verdana;
    color: #4962a6;
    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: #4962a6;
    text-decoration: none;
}

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

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

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

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

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

.NavigationBar table td.Level2 a{
    color: #4962a6;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #386a25;
}

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

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

.NavigationBar table td.Selected a:hover{
    color: #95a3cf;
}
/*
 * 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
 */

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

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px;
    text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    /*background-color: white;*/
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    /*background-color: white;*/
    text-align: right;
}

.Paginator a{
    color: #2a6922;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #77b404;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #b3d78a solid;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    /*background-color: white;*/
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 12px;
}

.ProductInfo .ProductDescription {
}

.ProductInfo .ProductPrice {
    padding-bottom: 12px;
	padding-top: 12px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    /*background-color: white;*/
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    /*background-color: white;*/
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Tahoma, Verdana; 
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #b3d78a;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    /*background-color: white;*/
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 15px;
    border: 1px #b3d78a solid;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #666666;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #4962a6;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #4962a6;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */