
/* Yellow - default anchor links that is used when no class is set - eg. Content of blizzard sites.*/
a { text-decoration: none; }
a:link { color: #546246; }
a:visited { color: #546246 }
a:hover { color: #798664 }
a:active { color: #798664 }

.ddmx {
    font: 11px tahoma;
	color: #ffffff;
}

/* ------- 3d main menu style | Default: Black ------- */
.ddmx .main,
.ddmx .main:hover,
.ddmx .main:link,
.ddmx .main:visited,
.ddmx .main-active,
.ddmx .main-active:hover {
	font: 12px arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

/* ------- 3d main menu HOVER style | Default: Grey ------- */
.ddmx .main:hover,
.ddmx .main-active,
.ddmx .main-active:hover {
    background: #546246;
}

/* ------- 3d Sub menu style | Default: Red ------- */
.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px verdana;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #546246;
	border-color: #333333;
}

/* ------- 3d Sub menu HOVER style | Default: Yellow ------- */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #798664;
}

/* ------- 3d Sub menu border color | Default: Grey ------- */
.ddmx .section {
    border: 1px solid #333333;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

/* ------- No need to change anything under here. ------- */
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* -------- Contact box ----------- */

.contact_outside {
    border: 1px solid #373626;
	background-image: url(../cart/bg2.jpg);
    background-repeat: repeat-x;
	}

.contact {
    color: #373626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contact_input { /* input box style where you enter name and email etc...  */
    color: #373626;
	/* background-color: #EAE9DF; 
	background-image: url(../cart/qty_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #FFFFFF;
	border: 1px solid #373626;
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.contact_input_textarea { /* input box style where you enter name and email etc...  */
    color: #373626;
	/*background-color: #EAE9DF;
	background-image: url(../cart/qty_bg.jpg);
	background-repeat: repeat-x; */
	background-color: #FFFFFF;
	border: 1px solid #373626;
	width: 150px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
/* ----- Search styles ----- */

.search_title {   /* -- title properties -- */
	color: #445F36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}	

.search_sub_title {   /* -- title properties -- */
	color: #445F36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}	

.search_error {   /* -- title properties -- */
	color: #445F36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}	

.search_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
    text-decoration: none
}
a.search_a:link {color: #546246;}
a.search_a:visited {color: #546246;}
a.search_a:hover {color: #798664;}
a.search_a:active {color: #798664;}

.search_desc {
    color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
    text-decoration: none
}