@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	font-family : "Arial",Helvetica,sans-serif;
	background: url('../images/outsideBg.gif');
	line-height:1.5;
	font-size: 75%;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
p {
	margin-bottom: 0.3em;
}
a {
	color:#339933;
	text-decoration:underline;
}
.small {
	font-size: 0.9em;
}
/* forms */
label {
	width: 10em;
	float: left;
	display: block;
	padding-top: 4px;
}
input, textarea {
	padding: 3px;
}
form li {
	padding-bottom: 0.5em;
}
form ul {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #bbb;
	list-style: none;
}
form li.hint {
	padding-left: 11em;
	font-size: 0.9em;
	color: #666;
}
form li textarea {
	width: 75%;
}

#header {
	background : url('../images/header_bg.gif') repeat-x;
} 
#header p {
	margin-left : 44px;
}
#header img.logo {
	float : left;
}
div#headline {
	background : #56B700;
	color : #FFFFFF;
	font-size : 14px;
	font-weight : normal;
	float : right;
	padding : 12px;
	width : 520px;
	line-height : 1.2em;
}
#headline a {
	color : white;
	font-weight : bolder;
}
#headline a:hover {
	text-decoration:underline;
}
#thoseLinks {
	float : right;
	margin : 5px;
}
#thoseLinks a {
	color : #B87800;
	font-weight : bolder;
	text-decoration:none;
	font-size:15px;
}
#thoseLinks a:hover {
	text-decoration:underline;
	color : black;
}
#searchBox {
	background: url('../images/bag.jpg') top right no-repeat;
}
#searchForm {
	padding: 20px 180px 20px 30px;
}
#searchForm p {
	font-size: 1.2em;
}
.mainBox {
	padding: 0 20px;
}
div#headline b {
	color: #333;
}
div#help {
	float: right;
	padding-left: 25px;
}
#container {
	background: #fff;
	width: 960px;
	margin : 15px auto;
	/*outline : 3px solid #008000;
	outline-bottom : none;*/
	border: 1px solid #ccc;
	padding : 5px;
}
#content {
	padding: 5px;
}
#leftBar {
	float : left;
	width : 175px;
}
#main {
	float : left;
	width : 600px;
}
#rightBar {
	float : left;
	width : 175px;
}
.rightItem p {
	padding : 5px;
	border-bottom : 1px solid #E1E1E1;
	line-height : 1.3em;
	margin-left : 5px;
	margin-bottom : 0 !important
}
.rightItem p span {
	width : 33%;
	margin-left : 10px;
}
.rightItem a {
	text-decoration : none;
}
.rightItem a:hover {
	text-decoration : underline;
}
div.clear {
	clear : both;
}
.frontPageSearch {
	border : 1px solid #989898;
	color : #666666;
	font-size : 16px;
	font-weight : normal;
	height : 20px;
	padding : 3px;
	width : 310px;
}
p.has_expired {
	background : white !important;
	color : black !important;
	border : 3px solid #64B50E !important;
}
div#newsletter {
	padding: 15px;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border : 3px solid #64B50E;
} #newsletter a {
	color : black;
}
#footer {
	clear : both;
	padding: 15px;
	text-align:center;
	font-size: x-small;
	background-color:#F2F2F2;
	color : #666;
	border-top : 1px solid #999;
}
#footer a {
	font-size: x-small;
	background-color:#F2F2F2;
	color : #666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration : underline;
}
div#footer .footer-links {
	width:215px;
	padding-right: 10px;
	background: url('../images/dots.gif') top right repeat-y;
	float: left;
	margin-right: 15px;
}
div#footer .footer-links ul {
	list-style: none;
}
div#footer .footer-links li a {
	font-weight: bold;
	padding-bottom: 5px;
}
div#footer .footer-links select {
	margin-top: 20px;
}
div#footer-keywords {
	width: 450px;
	float: left;
}
/* common elements */

h1 {
	color:#476C03;
	margin: 5px 0 5px;
}
h2 {
	margin-bottom : 5px;
}
h2 a {
	color:#B87800;
	text-decoration:underline;
}
h2 a:hover {
	color:#71BA04;
	text-decoration:none;
}
h3 {
	font-size : 1em;
	font-weight : normal;
	margin-bottom : 5px;
	text-transform: uppercase;
}
#rightBar h3 {
	font-size : 1em;
	font-weight : normal;
	margin-bottom : 5px;
	background: #2ab809;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 10px;
}
a.rss {
	font-size : 12px;
	color : #006699;
	text-decoration : none;
	background: url('../images/rss.png') no-repeat 0px 3px;
	padding-left: 15px;
	text-transform: uppercase;
	float: right;
}
a.rss:hover {
	text-decoration : underline;
}
ul.paging {
	padding: 10px 0;
	margin: 0;
	margin-bottom:10px;
}
ul.paging li {
	float: left;
	list-style: none;
	background: #fff;
	margin-right: 2px;
	border-bottom : 1px solid #008000;
	border-right : 1px solid #008000;
}
ul.paging li a {
	font-weight: normal;
	padding:3px 6px 3px 6px;
	font-size: 1.2em;
	text-decoration: none;
}
ul.paging li.current a {
	font-weight: bold;
	color: #fff;
	background: #008000;
}
ul.paging li a:hover {
	background: #008000;
	color: #fff;
}
ul.paging li.elipsis {
	padding: 0 5px;
}
.discount-list {
	width: 100%;
	margin-bottom: 2em;
}
.discount-list th {
	border-bottom : 2px solid #ccc;
	font-size: 1.2em;
	font-weight : bold;
	text-align: left;
	padding: 5px;
}
.discount-list td {
	padding: 8px;
}
tr.odd td, li.odd {
	background-color : #eee;
	border-bottom : 1px solid #ccc;
}
tr.even td, li.even {
	background-color : #fff;
	border-bottom : 1px solid #ccc;
}
div.even, div.odd {
	border: 3px solid #CAE6B0;
	margin-bottom: 3px;
}
div.even, div.odd {
	padding: 10px;
}
.store-logo {
	display: block;
	width: 120px;
	height: 60px;
	padding: 1px;
	background: #fff;
	border: 3px solid #d4eec3;
	text-align: center;
}
.store-logo:hover {
	border: 3px solid #9cce40;
}
.small-store-logo {
	display: block;
	width: 60px;
	height: 30px;
	padding: 1px;
	background: #fff;
	border: 2px solid #bbb;
	text-align: center;
}
.small-store-logo:hover {
	border: 2px solid #999;
}
ul.store_thumbs, ul.small_store_thumbs {
	list-style: none;
}
#order_by_main {
	padding-top:15px;
	padding-bottom:10px;
}
#order_by_tabs ul {
	list-style: none;
}
#order_by_tabs li {
	float:left;
}
#order_by_tabs a {
	font-size:16px;
	padding:10px;
	background-color:#CD0000;
	margin-right:3px;
	color:#fff;
}
.order_by_refine {
	padding:5px;
	background: #eee;
}
ul.store_thumbs li {
	text-align : center;
	float : left;
	padding: 15px;
	margin-bottom: 5px;
}
ul.small_store_thumbs li {
	text-align: center;
	float : left;
	width : 33%;
	overflow : hidden;
	padding-bottom: 10px;
}
ul.store_thumbs li p, ul.small_store_thumbs li p {
	line-height : 1.5em;
	margin : 0;
	padding-top: 4px;
}
ul.store_thumbs li a, ul.small_store_thumbs li a {
	color : black;
	font-weight : bold;
}
ul.store_thumbs a.store_title {
	height: 2.7em;
	display: block;
}
#top_warning {
	background: #f1ae0b url('../images/yellow_header.gif') repeat-x;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px solid #fff;
}
.float-right {
	float : right;
}
h1 a.back {
	font-size: 0.6em;
	float: right;
	text-decoration: none;
}
.mainBox:after, .sidebarItem:after, .clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
}

/* NAV BAR */ 
#tab-bar, .store_nav {
	clear: both;
	border-bottom: 3px solid #008000;
	padding-top : 5px;
}
#tab-bar ul, .store_nav ul {
	margin-left : 5px;
	list-style:none;
	width : 100%;
}
#tab-bar li, .store_nav li {
	float:left;
	background: url('../images/nav_right.gif') no-repeat right top;
	margin-right: 3px;
	list-style : none;
	color : white !important;
}
#tab-bar li a, .store_nav li a {
	display:block;
	background: url('../images/nav_left.gif') no-repeat left top;
	padding:5px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: white;
	text-decoration : none;
}
#tab-bar li a:hover, .store_nav li a:hover {
	text-decoration : underline;
}


#formtext {
    font-weight: normal;
    text-align: left;
}

.normal {
    color:#000;
    padding:5px;
    font-weight: normal;
}

