body 
{
	background: #000000 url(images/background.jpg) repeat-x;
	margin:0;
	padding:0;
	font:12px Arial, Tahoma, Verdana;
	line-height:18px;
	color:#ccc;
}
#container 
{
	margin:0 auto;
	width:804px;
}
ul,ol,p,h1,h2,h3,h4,blockquote,fieldset 
{
	margin:0;
	padding:0;
}
a 
{
	text-decoration:none;
	outline:none;
	color:#77B6CD;
}
a:hover 
{
	color:#0D8AAA;
}
img 
{
	border:none;
}
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left-img 
{
	float:left;
	border:1px solid #000;
	margin:4px 7px 0 0;
}
.right-img 
{
	float:right;
	border:1px solid #000;
	margin:5px 0 0 7px;
}
blockquote 
{
	background:url(images/blockquote.gif) no-repeat top left;
	padding:10px 0 0 40px;
	font-style:italic;
}

/* -- [ hacks ] ------------------------ */

.safari #navigation a 
{
	padding:16px 15px 18px 15px;
}
.safari #contactform .send 
{
	padding:9px 0 9px 0;
}
.ie6 #right 
{
	margin-right:-20px;
}
.ie6 .left-box-content 
{
	width:510px;
}
.ie6 .columns 
{
	width:510px;
}
.ie6 .box-column 
{
	margin-right:7px;
	position:relative;
}
.ie6 #navigation a /*in here i gave a static width to nav buttons. because of display:block issue in ie6*/
{
	text-align:center;
	height:1%;
	width:80px;
	text-align:center;
	padding:16px 0 19px 0;
}
.ie6 #navigation a.selected 
{
	background:url(images/nav-buttons.jpg) 0 -101px repeat-x;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
	margin-bottom:-1px;
	position:relative;
}
.ie6 #navigation ul li ul li 
{
	margin-bottom:-1px;
}
.ie6 #featured-tabs li a 
{
	background:url(images/featured-dots.png) 0 -8px no-repeat;
}
.ie7 #main
{
	padding-bottom:15px;
}
.ie7 #navigation ul li ul li 
{
	border-bottom:1px solid #000;
}
.chrome #navigation a.selected 
{
	border-bottom:2px solid #0d0d0d;
}
.chrome #contactform .send 
{
	padding:7px 0 7px 0;
}
.opera #featured-tabs
{
	margin:-22px 0 0 475px;
}

/* -- [ header ] ------------------------ */

#header 
{
	width:802px;
	height:100px;
}
#logo 
{
	width:243px;
	position:absolute;
	margin-top:29px;
}

/* -- [ navigation ] ------------------------ */

#navigation 
{
	width:802px;
	height:49px;
	padding-top:2px;
	border-bottom:1px solid #050505;
	background:url(images/navigation.jpg) no-repeat;
}
#navigation ul 
{
	list-style:none;
	margin-left:10px;
}
#navigation li 
{
	float:left;
}
#navigation a 
{
	display:block;
	padding:16px 15px 19px 15px;
	font:12px Verdana, Arial, Tahoma;
	color:#bbb;
}
#navigation a:hover 
{
	background:url(images/nav-buttons.jpg) 0 -51px repeat-x;
}
#navigation a.selected 
{
	background:url(images/nav-buttons.jpg) 0 -101px repeat-x;
	border-right:1px solid #050505;
	border-left:1px solid #050505;
	border-bottom:1px solid #0d0d0d;
}

/* -- [ navigation > dropdown ] ------------------------ */

#navigation ul li ul
{	
	position: absolute;
	display:none;
	margin:0;
	z-index:101;
}
#navigation ul li ul li
{	
	float: none;
	display: block;
	padding:0;
}
#navigation ul li ul li a
{	
	border:1px solid #000;
	border-top:none;
	width: auto;
	background: #080808;
	display: block;
	padding:5px !important;
}
#navigation ul li ul li a:hover
{	
	background: #191919;
}

/* -- [ main content ] ------------------------ */

#main 
{
	width:760px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	padding:20px 20px 0 20px;
	background:#0D0D0D;
}

/* -- [ right menu ] ------------------------ */

#right 
{
	width:200px;
	float:right;
	color:#999;
}
#archive-rss 
{
	width:210px;
	margin:-10px 0 20px 7px;
}
#archive-rss a 
{
	background:url(images/buttons.jpg) no-repeat;
	display:block;
	width:83px;
	text-align:center;
	padding:6px 0 6px 0;
	text-transform:uppercase;
	float:left;
	color:#77B6CD;
	margin-right:20px;
	font-size:11px;
}
#archive-rss a:hover 
{
	background:url(images/buttons.jpg) 0 -30px no-repeat;
}
.right-box 
{
	margin-bottom:20px;
}
.right-box h3
{
	background:url(images/title-short.jpg) no-repeat;
	width:200px;
	padding:8px 0 7px 33px;
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	color:#6ec2d1;
}
.right-box ul 
{
	background:url(images/rounded-small.jpg) bottom left no-repeat #141414;
	list-style:none;
	padding:7px;
}
.right-box li 
{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #222222;
}
.right-box li:last-child 
{
	padding:0;
	margin:0;
	border-bottom:none;
}
.right-box a 
{
	display:block;
	color:#999;
}
.right-box a:hover 
{
	color:#77B6CD;
}
.right-box span 
{
	display:block;
	text-align:right;
}
.more-link 
{
	display:inline !important;
	color:#77B6CD;
}


/* -- [ left part (content) ] ------------------------ */

#left 
{
	float:left;
	width:540px;
	margin-right:20px;
}
#left p 
{
	margin-bottom:15px;
}
.left-box 
{
	background:url(images/rounded-big.jpg) bottom left no-repeat #141414;
	margin-bottom:20px;
}
.left-box h2 /*this is box's title*/ 
{
	background:url(images/title-long.jpg) no-repeat;
	width:507px;
	padding:8px 0 7px 33px;
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	color:#6ec2d1;
}
.left-box-content 
{
	padding:15px 15px 5px 15px;
}
.left-box-content a 
{
	color:#999;
}
.left-box-content a:hover 
{
	color:#77B6CD;
}

.left-box-content h3 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:18px arial;
}
.left-box-content h4 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:16px arial;
}
.left-box-content h5 
{
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:14px arial;
}
.left-box-content ul 
{
	margin:10px 0 10px 30px;
	list-style:square;
}
.left-box-content ol 
{
	margin:10px 0 10px 30px;
}
.work-image 
{
	border:1px solid #000;
	display:block;
	margin-bottom:15px;
}

/* -- [ featured ] ------------------------ */
#featured 
{
	width:540px;
	height:324px;
	margin-bottom:20px;
}
.featured-images img 
{
	display:block;
}
.featured-images p 
{
	width:540px;
	padding:11px 0 13px 15px;
	position:absolute;
	background:url(images/featured-description.png) no-repeat;
	color:#fff;
	margin-top:-39px;
}
#featured-tabs 
{
	position:absolute;
	margin:-42px 0 0 475px;
	z-index:100;
}
#featured-tabs a 
{
	display:block;
	text-indent:-9999pt;
	background:url(images/featured-dots.png) no-repeat;
	width:8px;
	height:8px;
	float:left;
	margin-right:3px;
}
#featured-tabs a:hover, .activeSlide 
{
	background:url(images/featured-dots.png) 0 -8px no-repeat !important;
}

/* -- [ columns (in the index.html inside left-box) ] ------------------------ */

.columns 
{
	width:525px;
}
.columns h3 
{
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	margin-bottom:5px;
}
.columns img 
{
	display:block;
	margin-bottom:5px;
}
.box-column 
{
	width:160px;
	float:left;
	margin-right:15px;
}

/* -- [ contact form ] ------------------------ */

#contactform fieldset 
{
	border:none;
}
#contactform textarea 
{
	border:1px solid #333;
	background:#222;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	color:#bbb;
	width:500px;
	height:150px;
}
#contactform input 
{
	width:150px;
	border:1px solid #333;
	font:12px Arial, Tahoma, Verdana;
	padding:5px;
	background:#222;
	margin-bottom:10px;
	color:#bbb;
	display:block;
}
#contactform label 
{
	margin-bottom:2px;
	display:block;
}
#contactform input:focus, #contactform textarea:focus 
{
	border:1px solid #0F7393;
}
#contactform .send 
{
	font:11px Arial, Tahoma, Verdana;
	padding:7px 0 7px 0;
	text-align:center;
	background:url(images/buttons.jpg) no-repeat;
	text-transform:uppercase;
	margin-top:5px;
	width:83px;
	color:#77B6CD;
	border:none;
	cursor:pointer;
}
#contactform .send:hover 
{
	background:url(images/buttons.jpg) 0 -30px no-repeat;
}
#contactform .send:focus 
{
	border:none;
}

/* -- [ footer ] ------------------------ */

#footer 
{
	width:760px;
	height:20px;
	padding:15px 20px 10px 20px;
	background:url(images/footer.jpg) no-repeat;
	margin-left:1px;
	margin-bottom:30px !important;
}
#footer-copyright 
{
	float:left;
}
#footer-menu 
{
	float:right;
	color:#77B6CD;
}
#footer-menu a 
{
	margin:0 5px 0 5px;
}

/* -- [ my add-ons ] ------------------------ */

#spacer {
	border:none;
	background-color: #;
	height:0px;
	padding:0px;
}

/* -- [ store css ] ------------------------ */

<?php
/********************************************************************
Associate-O-Matic v4.2.0
http: //www.associate-o-matic.com

Justin Mecham
info@associate-o-matic.com

DESCRIPTION
Default CSS defintions

VARIABLES PASSED FROM ADMIN SETTINGS:

$css['AC'] 	= Accent Color
$css['ACA'] = Inverse of Accent Color
$css['BC'] 	= Bg Color
$css['BI'] 	= Bg Image
$css['BBC'] = Body Bg Color
$css['BRC'] = Body Border Color
$css['DT'] 	= Display Tabs
$css['LC'] 	= Line Color
$css['LS'] 	= Line Size
$css['LE'] 	= Line Type
$css['LKC'] = Link Color
$css['LKH'] = Link Hover Color
$css['LKV'] = Link Visited Color
$css['MC'] 	= Main Color
$css['MCA'] = Inverse of Main Color
$css['TC'] 	= Text Color
$css['TF'] 	= Text Font
$css['THC'] = Text Highlight Color
$css['TLF'] = Text Logo Font
$css['TLS'] = Text Logo Size
$css['TLW'] = Text Logo Weight
$css['TLC'] = Text Logo'Color
$css['TY'] 	= Tab Style
$css['TBC'] = Tab Border Color
$css['TS'] 	= Text Size
$css['TBI'] = Tile Bg Image

Copyright (c) 2003-2009 Associate-O-Matic. All Rights Reserved.
********************************************************************/

$version = "4.2.0";


// CSS DEFINITIONS
if (isset($GLOBALS['_GET'])) {
	foreach($GLOBALS['_GET'] AS $key => $val)
		$css[$key] = strip_tags($val);
}

header("Content-type: text/css; charset=UTF-8");

?>
body {margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;}
body {color:<?php echo $css['TC']; ?>;}
body {font-family:<?php echo $css['TF']; ?>;}
body, td {font-size:<?php echo $css['TS']; ?>;}
<?php
if ($css['BI']!="") {
?>
body {background:url(<?php echo $css['BI']; ?>)<?php echo ($css['TBI']=="Yes" ? "" :" no-repeat"); ?> left top;}
<?php
}				
?>
body {background-color:<?php echo $css['BC']; ?>;}

.aom_hr {height:<?php echo $css['LS']; ?>px; border-style:<?php echo $css['LE']; ?>; color:#222222;} /*categories*/
.aom_hrb {height:1px; border:0px; color:#EAEAEA; ?>; background-color:#EAEAEA; ?>; width:100%;} /*boxes*/

a:link {color:<?php echo $css['LKC']; ?>;}
<?php
if (isset($css['LKH']) AND $css['LKH']!="") {
?>
a:hover {color:<?php echo $css['LKH']; ?>;}
<?php
}

if (isset($css['LKV']) AND $css['LKV']!="") {
?>a:visited {color:<?php echo $css['LKV']; ?>;}
<?php
}

// TABS:ROUNDED
if ($css['DT']=="Yes" AND $css['TY']=="style_01") {
?>

.tab {padding-top:2px; padding-bottom:2px; padding-left:4px; padding-right:4px;}
.tabBorder {border-style:solid; border-color:<?php echo $css['MC']; ?>; border-top-width:1px; border-bottom-width:0px; border-left-width:1px; border-right-width:1px;}
.aom_t1 DT {display:none;}
.aom_t1 DD {margin:0px; float:left;}
.aom_t1 .aa {background:<?php echo $css['AC']; ?>; float:left; width:5px;}
.aom_t1 .bb {white-space:nowrap; padding-right:1px; border-top:<?php echo $css['TBC']; ?> 1px solid; padding-left:1px; background:<?php echo $css['AC']; ?>; color:<?php echo $css['ACA']; ?>; float:left; padding-bottom:2px; padding-top:2px; text-align:center;}
.aom_t1 .sela {background:<?php echo $css['MC']; ?>; float:left; width:5px;}
.aom_t1 .selb {white-space:nowrap; padding-right:1px; border-top:<?php echo $css['TBC']; ?> 1px solid; padding-left:1px; background:<?php echo $css['MC']; ?>; color:<?php echo $css['MCA']; ?>; float:left; padding-bottom:2px; padding-top:2px; text-align:center;}
.aom_t1 .va {border-top:<?php echo $css['BC']; ?> 5px solid; background:<?php echo $css['TBC']; ?>; float:left; width:1px;}

.aom_t1 .va {height:auto;}
html>body .aom_t1 .va {height:16px;}

.aom_t1 .vb {border-top:<?php echo $css['BC']; ?> 3px solid; background:<?php echo $css['TBC']; ?>; float:left; width:1px; height:3px;}
.aom_t1 .vc {border-top:<?php echo $css['BC']; ?> 2px solid; background:<?php echo $css['TBC']; ?>; float:left; width:1px; height:2px;}
.aom_t1 .vd {border-top:<?php echo $css['BC']; ?> 1px solid; background:<?php echo $css['TBC']; ?>; float:left; width:2px; height:1px;}
.aom_t1 A {cursor:pointer; color:<?php echo $css['TC']; ?>; text-decoration:none;}
.aom_t1 A:visited {cursor:pointer; color:<?php echo $css['TC']; ?>; text-decoration:none;}
.aom_t1 A:hover {background:<?php echo $css['MC']; ?>; color:<?php echo $css['TC']; ?>;}
.aom_t1 A:hover .aa {background:<?php echo $css['MC']; ?>;}
.aom_t1 A:hover .bb {background:<?php echo $css['MC']; ?>;  color:<?php echo $css['MCA']; ?>;}

<?php
}
// TABS:SQUARE
else if ($css['DT']=="Yes" AND $css['TY']=="style_02") {
?>
.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:<?php echo $css['ACA']; ?>; text-decoration:none; font-weight:normal; background:<?php echo $css['AC']; ?>; margin:0; padding:0.35em .40em; border-left:1px solid <?php echo $css['TBC']; ?>; border-top:1px solid <?php echo $css['TBC']; ?>; border-right:1px solid <?php echo $css['TBC']; ?>; padding-bottom:4px;}
.aom_t2 A.here:link, .aom_t2 A:hover, .aom_t2 A:active, .aom_t2 A.here:visited {background:<?php echo $css['MC']; ?>; color:<?php echo $css['MCA']; ?>;}
.aom_t2 A:visited {color:<?php echo $css['ACA']; ?>;}
.aom_t2 A:hover, .aom_t2 A:active {color:<?php echo $css['MCA']; ?>;}
<?php
}
// TABS:CUSTOM
else if ($css['DT']=="Yes" AND $css['TY']=="style_00") {
/*
For dozens of additional tab styles see the CSS Tab Designer by OverZone Software
http://www.highdots.com/css-tab-designer/

The CSS IDs built into AOM for custom tabs are...
aom_navcontainer  (used in the DIV tag)
aom_navlist  (used in the UL tag)
aom_navactive  (used in the selected A link)

Enter your custom tab CSS **BELOW THIS LINE***/ ?>

<?php // Enter your custom tab CSS **ABOVE THIS LINE**
}
?>

.aom_tl {margin-left:8px; margin-right:8px; margin-top:7px; margin-bottom:2px; font-family:<?php echo $css['TLF']; ?>; font-size:<?php echo $css['TLS']; ?>; font-weight:<?php echo $css['TLW']; ?>; color:<?php echo $css['TLC']; ?>;} /*textlogo*/
.aom_c {background-color:<?php echo $css['BBC']; ?>; padding:6px;} /*body*/
.aom_cb {background-color:<?php echo $css['BRC']; ?>;} /*body border*/

.aom_e {color:<?php echo $css['THC']; ?>; font-family:<?php echo $css['TF']; ?>; 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:<?php echo $css['THC']; ?>; font-family:<?php echo $css['TF']; ?>; font-weight:bold;} /*new text*/

.aom_pb {font-weight:bold; color:<?php echo $css['THC']; ?>;} /*price buy*/
.aom_pl {font-weight:normal;} /*price list*/
.aom_po {font-size:smaller; font-weight: normal;} /*price onsale*/

.aom_sh {color:<?php echo $css['THC']; ?>; font-family:<?php echo $css['TF']; ?>; font-size:smaller;} /*shipping text*/
.aom_sl {font-weight:bold;} /*subtitle*/
.aom_st {font-size:smaller; font-weight:bold;} /*subtext*/
.aom_stt {font-size:smaller; color:#999999;} /*price timestamp*/
.aom_sth {font-size:smaller; font-weight:bold; color:<?php echo $css['THC']; ?>;} /*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:#222222;} /*cart outline*/
.aom_ct {color:#FFFFFF; ?>; background-color:#222222; ?>;} /*cart*/
.aom_cte {background-color:#333333; color:#FFFFFF;} /*cart even*/
a.aom_cte {font-weight:bold; color:#FFFFFF;} /*cart link even*/
a.aom_ctle {font-size:smaller; color:#FFFFFF;} /*cart line even*/
.aom_cto {background-color:#444444; color:#FFFFFF;} /*cart odd*/
a.aom_cto {font-weight:bold; color:#FFFFFF;} /*cart link odd*/
a.aom_ctlo {font-size:smaller; color:#FFFFFF;} /*cart line odd*/
.aom_cts {color:#FFFFFF; font-weight:bold; background-color:#222222;} /*cart subtotal*/
.aom_ctm {color:#FFFFFF; font-weight:bold; background-color:#333333;} /*message*/

.aom_l {font-family:tahoma,arial; font-size:smaller; font-weight:bold; color:<?php echo $css['ACA']; ?>;}  /*location*/
.aom_lt {font-size:smaller; color:<?php echo $css['ACA']; ?>;} /*location text*/
a:link.aom_lt {font-size:smaller; font-weight:normal; color:<?php echo $css['ACA']; ?>;} /*location link*/
a:hover.aom_lt {font-size:smaller; font-weight:normal; color:<?php echo $css['ACA']; ?>;} /*location link*/
a:active.aom_lt {font-size:smaller; font-weight:normal; color:<?php echo $css['ACA']; ?>;} /*location link*/
a:visited.aom_lt {font-size:smaller; font-weight:normal; color:<?php echo $css['ACA']; ?>;} /*locationr link*/

.aom_sb {background-color:<?php echo $css['MC']; ?>;} /*searchbar*/
.aom_sbt {padding-left:2px; font-family:tahoma,arial; font-size: 87%; font-weight:bold; color:<?php echo $css ['MCA']; ?>;} /*searchbar text*/
a:link.aom_sbt {text-decoration: none; font-size: 85%; font-weight:normal; color:<?php echo $css['MCA']; ?>;}  /*searchbar link*/
a:hover.aom_sbt {text-decoration: none; font-size: 85%; font-weight:normal; color:<?php echo $css['MCA']; ?>;}  /*searchbar link*/
a:active.aom_sbt {text-decoration: none; font-size: 85%; font-weight:normal; color:<?php echo $css['MCA']; ?>;}  /*searchbar link*/
a:visited.aom_sbt {text-decoration: none; font-size: 85%; font-weight:normal; color:<?php echo $css['MCA']; ?>;}  /*searchbar link*/

.aom_bc {background-color:<?php echo $css['AC']; ?>;} /*breadcrumbs*/

.aom_d {font-size:smaller; color:<?php echo $css['ACA']; ?>;} /*date*/
.aom_dr {text-align:center; margin:10px; font-size:9px;} /*disclaimer*/
.aom_pdr {padding:3px; font-family:arial; font-size:10px;} /*price disclaimer*/

.aom_mto {font-weight:bold; BORDER-RIGHT:#000000 1px solid; PADDING-RIGHT:3px; BORDER-TOP:#000000 1px solid; PADDING-LEFT:3px; BACKGROUND:<?php echo $css['MC']; ?>; PADDING-BOTTOM:3px; BORDER-LEFT:#000000 1px solid; PADDING-TOP:3px; BORDER-BOTTOM:<?php echo $css['MC']; ?> 0px solid;} /*market tab on*/
a:link.aom_mlo {text-decoration:none; color:<?php echo $css['ACA']; ?>;} /*market link on*/
a:hover.aom_mlo {text-decoration:none; color:<?php echo $css['ACA']; ?>;} /*market link on*/
a:active.aom_mlo {text-decoration:none; color:<?php echo $css['ACA']; ?>;} /*market link on*/
a:visited.aom_mlo {text-decoration:none; color:<?php echo $css['ACA']; ?>;} /*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:<?php echo $css['AC']; ?>; PADDING-BOTTOM:3px; BORDER-LEFT:#000000 1px solid; PADDING-TOP:3px; BORDER-BOTTOM:<?php echo $css['MC']; ?> 0px solid;} /*market tab off*/
a:link.aom_mlf {text-decoration:none; color:<?php echo $css['MCA']; ?>;} /*market link off*/
a:hover.aom_mlf {text-decoration:none; color:<?php echo $css['MCA']; ?>;} /*market link off*/
a:active.aom_mlf {text-decoration:none; color:<?php echo $css['MCA']; ?>;} /*market link off*/
a:visited.aom_mlf {text-decoration:none; color:<?php echo $css['MCA']; ?>;} /*market link off*/
.aom_mb {background-color:<?php echo $css['MC']; ?>;} /*market bar*/
.aom_ma {background-color:#444444;} /*amazon offer in marketplace*/
.aom_mpt {font-size: 10px; font-weight:normal;} /* tab offer price text */

.aom_bs {margin:3px;} /*box container*/
.aom_bt {font-size:smaller;	font-weight:bold;} /*box text*/
.aom_bl {font-weight:bold;} /*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 {border:solid 1px #000000; padding:3px; font-size:smaller; font-weight:normal;}
.aom_mr1 {background-color:#777777;}  /* merchant 1  - selection option color, item pages */
.aom_mr2 {background-color:#777777;}  /* merchant 2  - selection option color, item pages */
.aom_mr3 {background-color:#777777;}  /* merchant 3  - selection option color, item pages */
.aom_mr4 {background-color:#777777;}  /* merchant 4  - selection option color, item pages */
.aom_mr5 {background-color:#777777;}  /* merchant 5  - selection option color, item pages */
.aom_mr6 {background-color:#777777;}  /* merchant 6  - selection option color, item pages */
.aom_mr7 {background-color:#777777;}  /* merchant 7  - selection option color, item pages */
.aom_mr8 {background-color:#777777;}  /* merchant 8  - selection option color, item pages */
.aom_mr9 {background-color:#777777;}  /* merchant 9  - selection option color, item pages */
.aom_mr10 {background-color:#777777;}  /* merchant 10  - selection option color, item pages */
.aom_mr11 {background-color:#777777;}  /* merchant 11  - selection option color, item pages */
.aom_mr12 {background-color:#777777;}  /* merchant 12  - selection option color, item pages */
.aom_mr13 {background-color:#777777;}  /* merchant 13  - selection option color, item pages */
.aom_mr14 {background-color:#777777;}  /* merchant 14  - selection option color, item pages */
.aom_mr15 {background-color:#777777;}  /* merchant 15  - selection option color, item pages */

.aom_tag1 {font-family:<?php echo $css['TF']; ?>; color: <?php echo $css['TC']; ?>; font-size:10px; text-decoration:none;} /* least popular tags */
a:hover.aom_tag1 {background-color:<?php echo $css['MC']; ?>; color:<?php echo $css['AC']; ?>;}
.aom_tag2 {font-family:<?php echo $css['TF']; ?>; color: <?php echo $css['TC']; ?>; font-size:15px; text-decoration:none;} /* next popular tags */
a:hover.aom_tag2 {background-color:<?php echo $css['MC']; ?>; color:<?php echo $css['AC']; ?>;}
.aom_tag3 {font-family:<?php echo $css['TF']; ?>; color: <?php echo $css['TC']; ?>; font-size:20px; text-decoration:none;} /* next popular tags */
a:hover.aom_tag3 {background-color:<?php echo $css['MC']; ?>; color:<?php echo $css['AC']; ?>;}
.aom_tag4 {font-family:<?php echo $css['TF']; ?>; color: <?php echo $css['TC']; ?>; font-size:25px; text-decoration:none;} /* next popular tags */
a:hover.aom_tag4 {background-color:<?php echo $css['MC']; ?>; color:<?php echo $css['AC']; ?>;}
.aom_tag5 {font-family:<?php echo $css['TF']; ?>; color: <?php echo $css['TC']; ?>; font-size:30px; text-decoration:none;} /* next popular tags */
a:hover.aom_tag5 {background-color:<?php echo $css['MC']; ?>; color:<?php echo $css['AC']; ?>;}
.aom_tag6 {font-family:<?php echo $css['TF']; ?>; color: <?php echo $css['TC']; ?>; font-size:35px; text-decoration:none;} /* most popular tags */
a:hover.aom_tag6 {background-color:<?php echo $css['MC']; ?>; color:<?php echo $css['AC']; ?>;}

/*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:#999999;}
.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;}
.aom_rss_cb_item_pubDate {font-size:9px; color:#999999;}
.aom_rss_cb_item_copyright {font-size:9px; color:#000000;}
.aom_rss_cb_item_link {}

/* 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 #444444; background:#333333;}
.aom_pg span.aom_current {border:1px solid <?php echo $css['MC']; ?>; font-weight:bold; background:<?php echo $css['MC']; ?>; color:<?php echo $css['MCA']; ?>;}
.aom_pg a {border:1px solid #222222; text-decoration:none;}
.aom_pg a:hover {background-color:#444444; color:#FFFFFF; text-decoration: underline;}
.aom_pg a.aom_np {font-weight:bold;}
.aom_pg span.aom_np {border:1px solid #222222; color:#888888;}
.aom_pg .aom_np-next {float:right;}
.aom_pg span.aom_sp {padding:0.5em 0 0 0;}

/* 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
*/
