﻿
/* --------------------------------------------------------------------------------------------------

GLOBAL STYLES

---------------------------------------------------------------------------------------------------- */

@import url('reset.css');
@import url('global.css');

a, a:visited { color: #FFD83D; } 
a:hover { color: #fff; } 

body { 
	background: #FFD83D url('/images/template2/yellow/bg.gif') repeat-x top left; color: #555;
}

/* ---------------------------------------------------------------------------------------------------- 

TOP NAV STYLES

---------------------------------------------------------------------------------------------------- */

#topnav {
	background: url('/images/template2/yellow/topnav/bg.gif') no-repeat top left;
}

#topnav li { color: #FFD83D; }
#topnav a, #topnav a:visited { color: #fff; }
#topnav a:hover { color: #FFD83D; }

#topnav .home { 
	background: url('/images/template2/yellow/topnav/house-icon.gif') no-repeat center left; 
}

/* ---------------------------------------------------------------------------------------------------- 

CONTENT STYLES

---------------------------------------------------------------------------------------------------- */

div#wrapper{ 
	background: url('/images/template2/yellow/wrapperBg.gif') repeat-y top left; 
}
.wHeader { 
	background: url('/images/template2/yellow/wHeader.gif') no-repeat top left; 
}
.wFooter { 
	background: url('/images/template2/yellow/wFooter.gif') no-repeat bottom left; 
}

div#content h1 { color: #C67900; }
div#content h2 { color: #333; }
div#content h3 { color: #C67900; } 
div#content h4 { color: #333; }
div#content h5 { color: #C67900; }
div#content p { color: #555; }
div#content ul { list-style-image: url('/images/template2/yellow/arrow.gif'); }
div#content a, div#content a:visited { color: #C67900; }
div#content a:hover { color: #555; } 

/* ---------------------------------------------------------------------------------------------------- 

SHOPPING CART TABLE STYLES

---------------------------------------------------------------------------------------------------- */

div#content .cartContainer .tableHeading { 
	color: #000;
	background: #EAEAEA; border: 1px solid #fff;  
}
div#content .cartContainer td {
	color: #777; background: none; border-right: 1px solid #EAEAEA; border-bottom: 4px solid #fff; 
} 

div#content .cartContainer td.total { 
	background: #212121 !important; 
	color: #fff !important;
}

/* ---------------------------------------------------------------------------------------------------- 

SHOPPING CART BUTTON STYLES

---------------------------------------------------------------------------------------------------- */

a.shoppingcart_link, a.shoppingcart_link:visited { 
	color: #fff !important; background: url("/images/cart/addToCartBtn.gif") no-repeat; 
}

a.continueshopping_link, a.continueshopping_link:visited { 
	color: #fff !important; background: url("/images/cart/continueShoppingBtn.gif") no-repeat; 
}

a.shoppingcart_link:hover,
a.continueshopping_link:hover { color: #fff !important; }

/* ---------------------------------------------------------------------------------------------------- 

BREACDRUMB STYLES

---------------------------------------------------------------------------------------------------- */

div#content .breadcrumbs { 
	color: #555; border-bottom: 2px solid #EAEAEA; 
	background: url('/images/template2/yellow/house-icon.gif') no-repeat 0% 50%;
}

/* ---------------------------------------------------------------------------------------------------- 

LIST STYLES

---------------------------------------------------------------------------------------------------- */

div#content .itemList li { 
	border-bottom: 1px solid #EAEAEA; background: none;
} 
div#content span.readmore a { 
	 background: url('/images/template2/yellow/arrow.gif') no-repeat 0% 50%; 
}
div#content span.readmore a:hover { 
	background-image: url('/images/template2/arrow.gif'); 
}

a.readmore, a.readmore:visited { 
	background: url('/images/template2/yellow/arrow.gif') no-repeat 0% 50%; 
}
a.readmore:hover { background-image: url('/images/template2/arrow.gif'); }

/* ---------------------------------------------------------------------------------------------------- 

SIDEBAR STYLES

---------------------------------------------------------------------------------------------------- */

div#leftsidebar .panel, 
div#rightsidebar .panel { background: #343434 url('/images/template2/yellow/panelBg.gif') no-repeat bottom left; }

div#leftsidebar .panel .panelTitle, 
div#rightsidebar .panel .panelTitle { color: #fff; background: url('/images/template2/yellow/headingBg.gif') no-repeat top left; }

div#leftsidebar ul, div#rightsidebar ul { color: #fff; }
div#leftsidebar li, div#rightsidebar li { color: #fff; border-bottom: 1px solid #555454; background: url('/images/template2/yellow/arrow.gif') no-repeat 0% 11px; }
div#leftsidebar li ul li, div#rightsidebar li ul li { background: url('/images/template2/yellow/dash.gif') no-repeat 0% 5px; }
div#leftsidebar li.selected, div#rightsidebar li.selected { background: #242424; }

ul#sidenav li a { }
ul#sidenav li ul li a { }

ul#sidenav li a, ul#sidenav li a:visited { color: #fff; }
ul#sidenav li a:hover, ul#sidenav li a.current { color: #FFD83D; }

ul#sidenav li.home { background: url('/images/template2/yellow/house-icon.gif') no-repeat 0% 12px; }
ul#sidenav li.home a, ul#sidenav li.home a:visited { color: #FFD83D; }
ul#sidenav li.home a:hover { color: #fff; }

/* ---------------------------------------------------------------------------------------------------- 

YOUR CART PANEL STYLES

---------------------------------------------------------------------------------------------------- */

#leftsidebar #cart { 
	background: url('/images/template2/yellow/cartBg.png') no-repeat 0% 0%; 
}

#rightsidebar #cart { 
	background: url('/images/template2/yellow/cartBg.png') no-repeat 0% 0%; 
}

#cart a { color: #333; }
#cart a:hover { color: #333; }

/* ---------------------------------------------------------------------------------------------------- 

NEWS PANEL STYLES

---------------------------------------------------------------------------------------------------- */

div#leftsidebar .news td, div#rightsidebar .news td { color: #fff; }

div#leftsidebar .news td a.more,
div#rightsidebar .news td a.more { border-bottom: 1px solid #555454; }

div#leftsidebar .news a, div#leftsidebar .news a:visited,
div#rightsidebar .news a, div#rightsidebar .news a:visited { color: #FFD83D; }
div#leftsidebar .news a:hover, div#rightsidebar .news a:hover { color: #fff; }

div#leftsidebar a.archive,
div#rightsidebar a.archive { background: url('/images/template2/yellow/arrow.gif') no-repeat 0% 50% !important; background-repeat: no-repeat !important; }

/* ---------------------------------------------------------------------------------------------------- 

POLL STYLES

---------------------------------------------------------------------------------------------------- */

#poll { 
	color: #333; 
	background: #FDE172 url('/images/template2/yellow/alt-panelBg.gif') no-repeat bottom left; 
}

.pollTitle {
	color: #fff;
	background: url('/images/template2/yellow/alt-headingBg.gif') no-repeat top left; 
}

#poll a, #poll a:visited { color: #C67900; }
#poll a:hover { color: #333; }

#poll .pollquest td input, #poll .pollquest td label { color: #555; }

#poll .submit { 
	background: url('/images/template2/yellow/dark-arrow.gif') no-repeat 100% 50%; 
}
#poll .submit:hover { 
	color: #333; background-image: url('/images/template2/yellow/grey-arrow.gif'); 
}

.bar_vote_img { background: #000; }

.box_text_1 .pollarchive { 
	background: url('/images/template2/yellow/dark-arrow.gif') no-repeat 100% 50%; 
}
.box_text_1 .pollarchive:hover { 
	color: #333; background-image: url('/images/template2/yellow/grey-arrow.gif'); 
}

/* ---------------------------------------------------------------------------------------------------- 

AD STYLES

---------------------------------------------------------------------------------------------------- */

div#leftsidebar #ads { background: url('/images/template2/yellow/adBgLeft.gif') no-repeat 0% 100%; }
div#leftsidebar .adHeader { background: url('/images/template2/yellow/adHeaderLeft.gif') no-repeat top left; }

div#rightsidebar #ads { background: url('/images/template2/yellow/adBgRight.gif') no-repeat 0% 100%; }
div#rightsidebar .adHeader { background: url('/images/template2/yellow/adHeaderRight.gif') no-repeat top left; }

/* ---------------------------------------------------------------------------------------------------- 

FOOTER STYLES

---------------------------------------------------------------------------------------------------- */

div#footer { 
	color: #333;
}
div#footer a, div#footer a:visited { color: #333; }
div#footer a:hover { color: #333; }



