﻿a:link {color:#45659a; text-decoration:none;}
a:hover {color:#8D0052; text-decoration:none;}
a:visited {color:#45659a; text-decoration:none;}

body {
	background: #91A9D2;
	width: 980px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(images/wrap.gif);
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	background: #FFFFFF url(images/top.gif);
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #000000 url(images/header.png);
	width: 960px;
	height: 120px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headertext {
	margin: 0px;
	padding: 20px 0px 0px 10px;
	}

.headerleft p {
	color: #C0C0C0;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.headerright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 88px 10px 0px 0px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #2f5e9e url(images/navbar.gif);
	width: 962px;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	overflow:hidden;
	}
	
.navbarleft {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
	}


	
.navbarright {
    color: #FFFFFF;
	width: 170px;
	float: right;
	margin: 0px;
	padding: 9px 20px 0px 0px;
	text-align: right;
	}
	
.navbarright a, .navbarright a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.navbarright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
    margin: 0px;
	padding: 9px 15px 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #000000;
	}

#nav li a:hover, #nav li a:active {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	background: #5792d1;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #305693;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}
	
.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 3px 16px;
	background: url(images/rss.png) no-repeat left center;
	}
	
.cartlink {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 25px;
	background: url(images/cart.png) no-repeat left center;
	}	
.checklink {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 25px;
	background: url(images/check.png) no-repeat left center;
	}	

.country {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}	


#subnav {
	background: #FDF6CF;
	width: 961px;
	height: 30px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	border-top: #3363A3;
	border-bottom: #F5D10F;
	border-style:solid;
	border-width: 1px;
}

.subnavleft {
	color: #1C85BF;
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px 0px 15px 5px;
	text-align: left;
}


.subnavright {
	width: 213px;
	float: right;
	margin: 0px;
	padding: 9px 10px 0px 10px;
	text-align: left;
}

.subnavright a, .subnavright a:visited {
	color: #3262A1;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	

/************************************************
*	Search Form									*
************************************************/


#subbox {
	background: #FFFFFF !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	margin: 0px;
	padding: 0px;
	}
	
#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F7F7F7;
	}
	
#searchbutton {
	background: #000000 url(images/navbar.gif);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #222222;
	}
	
#s {
	background: #FFFFFF;
	width: 175px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: #2f5e9e;
	height: 34px;
	width: 962px;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px auto 0px;
	padding: 0px;
	overflow:hidden;
	}
	
#footer p {
	color: #FFFFFF;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	}
	
.footerright {
	width: 230px;
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	}
	
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	background: #FFFFFF url(images/bottom.gif);
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	

font .aom_t2 {
	white-space: nowrap;
	position: relative;
	float: Left;
/*	width: 100%; */
	padding: 0 0 0 1em;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
.aom_t2 LI {
	float: Left;
	margin: 0;
	padding: 0;
}
.aom_t2 A {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background: #F80606;
	margin: 0;
	padding: 0.35em .40em;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding-bottom: 4px;
}
.aom_t2 A.here:link, .aom_t2 A:hover, .aom_t2 A:active, .aom_t2 A.here:visited {
	background: #45659a;
	color: #FFFFFF;
}
.aom_t2 A:visited {
	color: #FFFFFF;
}
.aom_t2 A:hover, .aom_t2 A:active {
	color: #FFFFFF;
}
/*searchbar*/
.aom_sb {
}
.aom_sbt {
	font-weight: bold;
	color: #000000;
}
/*searchbar text*/
a:link.aom_sbt {
	font-weight: normal;
	color: #FFFFFF;
}
/*searchbar link*/
a:hover.aom_sbt {
	font-weight: normal;
	color: #FFFFFF;
}
/*searchbar link*/
a:active.aom_sbt {
	font-weight: normal;
	color: #FFFFFF;
}
/*searchbar link*/
a:visited.aom_sbt {
	font-weight: normal;
	color: #FFFFFF;
}
/*searchbar link*/
.aom_tl {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 7px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
}
/*textlogo*/
.aom_c {
	background-color: #FFFFFF;
	padding: 6px;
} /*body*/

.aom_cb {
	border: 1px solid #F5D10F;
}/*body border*/

.aom_e {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
} /*error text*/

a.aom_il {
	font-weight: bold;
} /*item link*/

a.aom_ilr {
	font-weight: normal;
} /*item link regular*/

.aom_n {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
} /*new text*/

.aom_pb {
	font-weight: bold;
	color: #990000;
} /*price buy*/

.aom_pl {
	font-weight: normal;
} /*price list*/

.aom_po {
	font-size: smaller;
	font-weight: normal;
} /*price onsale*/

.aom_sh {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
} /*shipping text*/

.aom_sl {
	font-weight: bold;
} /*subtitle*/

.aom_st {
	font-size: smaller;
	font-weight: bold;
}/*subtext*/

.aom_sth {
	font-size: smaller;
	font-weight: bold;
	color: #990000;
} /*subtext highlight*/

.aom_stn {
	font-size: smaller;
	font-weight: normal;
} /*subtext norm*/

.aom_t {
	font-size: larger;
	font-weight: bold;
} /*title*/

.aom_tr {
	font-weight: normal;
} /*text regular*/

.aom_ts {
	font-size: smaller;
} /*text small*/

.aom_ctn {background-color: #8D0052; border-width: 0px; } /*cart outline*/
.aom_ct {color: #000000; background-color: #FDF6CF;} /*cart*/
.aom_cte {background-color: #FFFFFF; color: #000000;} /*cart even*/
a.aom_cte {font-weight: bold;color: #000000;} /*cart link even*/
a.aom_ctle {font-size: smaller; color: #000000;} /*cart line even*/
.aom_cto {	background-color: #FFFFFF;	color: #000000;} /*cart odd*/
a.aom_cto {	font-weight: bold;	color: #000000;} /*cart link odd*/
a.aom_ctlo {font-size: smaller;	color: #000000;}/*cart line odd*/
.aom_cts {	color: #000000; font-weight: bold;	background-color: #C2ACEA;} /*cart subtotal*/
.aom_ctm {	font-weight: bold;	background-color: #FFFFFF;} /*message*/

.aom_l {
	font-weight: bold;
	color: #FFFFFF;
} /*location*/

.aom_lt {
	color: #FFFFFF;
}/*location text*/

a:link.aom_lt {
	font-weight: normal;
	color: #FFFFFF;
} /*location link*/

a:hover.aom_lt {
	font-weight: normal;
	color: #FFFFFF;
}/*location link*/

a:active.aom_lt {
	font-weight: normal;
	color: #FFFFFF;
}/*location link*/

a:visited.aom_lt {
	font-weight: normal;
	color: #FFFFFF;
}/*locationr link*/

.aom_bc {
	background-color: #A8D0EC;
} /*breadcrumbs*/

.aom_d {
	font-size: smaller;
	color: #FFFFFF;
}/*date*/

.aom_mto {
	font-weight: bold;
	BORDER-RIGHT: #000000 1px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: #000000 1px solid;
	PADDING-LEFT: 3px;
	BACKGROUND: #45659a;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #000000 1px solid;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #45659a 0px solid;
} /*market tab on*/

a:link.aom_mlo {
	text-decoration: none;
	color: #FFFFFF;
} /*market link on*/

a:hover.aom_mlo {
	text-decoration: none;
	color: #FFFFFF;
} /*market link on*/

a:active.aom_mlo {
	text-decoration: none;
	color: #FFFFFF;
}/*market link on*/

a:visited.aom_mlo {
	text-decoration: none;
	color: #FFFFFF;
}/*market link on*/

.aom_mtf {
	font-weight: bold;
	BORDER-RIGHT: #000000 1px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: #000000 1px solid;
	PADDING-LEFT: 3px;
	BACKGROUND: #F80606;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #000000 1px solid;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #45659a 0px solid;
}/*market tab off*/

a:link.aom_mlf {
	text-decoration: none;
	color: #FFFFFF;
}/*market link off*/

a:hover.aom_mlf {
	text-decoration: none;
	color: #FFFFFF;
}
/*market link off*/
a:active.aom_mlf {
	text-decoration: none;
	color: #FFFFFF;
}
/*market link off*/
a:visited.aom_mlf {
	text-decoration: none;
	color: #FFFFFF;
}
/*market link off*/
.aom_mb {
	background-color: #45659a;
}
/*market bar*/
.aom_ma {
	background-color: #EAEAEA;
}
/*amazon offer in marketplace*/
.aom_mpt {
	font-size: 10px;
	font-weight: normal;
}
/* tab offer price text */
.aom_bs {
	margin: 3px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
} /*box container*/

.aom_bt {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}
/*box text*/

.aom_bl {
	font-weight: bold;
	Color: #FFFFFF;

}
/*box label*/
.aom_bb {
	font-size: smaller;
	font-weight: bold;

}
/*box bullets*/
h1 {
	font-size: larger;
	font-weight: bold;
	display: inline;
}
/*category & item titles*/
.aom_mbox {
	font-size: smaller;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	BORDER-BOTTOM: #000000 1px solid;
}
.aom_mr1 {
	background-color: #EAEAEA;
}
/* merchant 1  - selection option color, item pages */
.aom_mr2 {
	background-color: #CEDEF4;
}
/* merchant 2  - selection option color, item pages */
.aom_mr3 {
	background-color: #FFFFCC;
}
/* merchant 3  - selection option color, item pages */
.aom_mr4 {
	background-color: #FFCC99;
}
/* merchant 4  - selection option color, item pages */
.aom_mr5 {
	background-color: #CCCCFF;
}
/* merchant 5  - selection option color, item pages */
.aom_mr6 {
	background-color: #FF9999;
}
/* merchant 6  - selection option color, item pages */
.aom_mr7 {
	background-color: #99CCCC;
}
/* merchant 7  - selection option color, item pages */
.aom_mr8 {
	background-color: #FFCC66;
}
/* merchant 8  - selection option color, item pages */
.aom_mr9 {
	background-color: #99CC99;
}
/* merchant 9  - selection option color, item pages */
.aom_mr10 {
	background-color: #CCFF66;
}
/* merchant 10  - selection option color, item pages */
.aom_mr11 {
	background-color: #9999CC;
}
/* merchant 11  - selection option color, item pages */
.aom_mr12 {
	background-color: #66CCFF;
}
/* merchant 12  - selection option color, item pages */
.aom_mr13 {
	background-color: #FF9933;
}
/* merchant 13  - selection option color, item pages */
.aom_mr14 {
	background-color: #CC9900;
}
/* merchant 14  - selection option color, item pages */
.aom_mr15 {
	background-color: #FF6699;
}
/* merchant 15  - selection option color, item pages */
.aom_tag1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
/* least popular tags */
a:hover.aom_tag1 {
	background-color: #A8D0EC;
	color: #B49FD9;
}
.aom_tag2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
}
/* next popular tags */
a:hover.aom_tag2 {
	background-color: #F9F26F;
	color: #A8D0EC;
}
.aom_tag3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}
/* next popular tags */
a:hover.aom_tag3 {
	background-color: #54B6E7;
	color: #F80606;
}
.aom_tag4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 25px;
	text-decoration: none;
}
/* next popular tags */
a:hover.aom_tag4 {
	background-color: #54B6E7;
	color: #F80606;
}
.aom_tag5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 30px;
	text-decoration: none;
}
/* next popular tags */
a:hover.aom_tag5 {
	background-color: #54B6E7;
	color: #F80606;
}
.aom_tag6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 35px;
	text-decoration: none;
}
/* most popular tags */
a:hover.aom_tag6 {
	background-color: #54B6E7;
	color: #F80606;
}
/*price info box*/
/*
.aom_prb {padding:2px; background-image: url('../tag.jpg'); background-repeat: no-repeat; width:30em;} 
*/
/* rss custom pages */
.aom_rss_cp_container {
}
.aom_rss_cp_title {
}
.aom_rss_cp_item_container {
	margin-top: 15px;
	background-color: #eaeaea;
	padding: 5px;
}
.aom_rss_cp_item_title {
	font-weight: bold;
}
.aom_rss_cp_item_pubDate {
	font-size: 10px;
	color: #8D0052;
	text-align:center;
}
.aom_rss_cp_item_copyright {
	font-size: 10px;
	color: #000000;
}
.aom_rss_cp_item_description {
}
.aom_rss_cp_item_link {
}
/* rss custom boxes */
.aom_rss_cb_container {}
.aom_rss_cb_item_container {margin-top:10px;}
.aom_rss_cb_item_title {font-weight:bold; line-break: strict; font-size: 10px;}
.aom_rss_cb_item_pubDate {font-size:9px; color:#8D0052; text-align:center;}
.aom_rss_cb_item_copyright {font-size:9px; color:#000000;}
.aom_rss_cb_item_link  {font-size:10px;}
/* previous/next/page numbers */
.aom_pg {
	margin: 1em 0 0 0;
	clear: left;
	font-size: 85%;
}
.aom_pg a, .aom_pg span {
	float: left;
	padding: 0.2em 0.4em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}
.aom_pg span.aom_current {
	border: 1px solid #B49FD9;
	font-weight: bold;
	background: #91A9D2;
	color: #FFFFFF;
}
.aom_pg a {
	border: 1px solid #8D0052;
	text-decoration: none;
}
.aom_pg a:hover {
	background-color: #EAEAEA;
	color: #000000;
	text-decoration: underline;
}
.aom_pg a.aom_np {
	font-weight: bold;
}
.aom_pg span.aom_np {
	border: 1px solid #ddd;
	color: #999;
}
.aom_pg .aom_np-next {
	float: right;
}
.aom_pg span.aom_sp {
	padding: 0.5em 0 0 0;
	border: 0px;
	background: #FFFFFF;
}
/* to use the regular appearance for page numbering, comment out the section above and uncommment the section below */
/*
.aom_pg {margin:1em 0 0 0; clear:left; font-size:12px;}
.aom_pg a, .aom_pg span {float:left; padding:0.1em 0.2em; margin-right:0.1em;}
.aom_pg span.aom_current {font-weight:bold;}
.aom_pg a {text-decoration:underline;}
.aom_pg a:hover {color:#000000; text-decoration: underline;}
.aom_pg a.aom_np {font-weight:bold;}
.aom_pg span.aom_np {color:#999;}
.aom_pg .aom_np-next {float:right;}
.aom_pg span.aom_sp {padding:0.2em 0 0 0;}
*/
/* extra hooks
.aom_sbox - used to style the search text box
.aom_smenu - used to style the search drop down menu
*/
.CategoryBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.SubcategoryBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.RelatedCategoryBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.NarrowByBrandBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.NarrowByPriceBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.NewReleaseBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.BestsellerBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.InformationBox {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}

.MiniCartBox {
    width:150px;
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;}

.CustomBox1 {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.CustomBox2 {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.CustomBox3 {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.CustomBox4 {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.CustomBox5 {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.CustomBox6 {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
.CustomBox7 {
	background-image: url("images/navhov.gif");
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
