@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:Trebuchet MS;
	vertical-align:baseline;
}
body {
	line-height:1.3em;
	background-color: #c1c1c1;
	color: #464646;
	font-family : Arial, Helvetica, Tahoma;
	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: 1em;
} a {
	color : #464646;
} a:hover {
	text-decoration : underline;
} .small {
	font-size: 0.9em;
}

/* forms */
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%;
}
div#container {
	min-width: 800px;
	margin : 0 100px;
	background-color: #fff;
}
div#header {
	clear: both;
	background: #ff8202 url('../images/topgradient.jpg') repeat-x;
	height: 71px;
}
div#header img.logo {
	float: left;
}
div#headline {
	background:#ff8202 url('../images/topgradient.jpg') repeat-x;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	float: right;
	padding: 0 12px;
	width: 417px;
	height: 71px;
	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 {
}
#searchForm {
}
#searchForm p {
	font-size: 1.2em;
}
.mainBox h2 {
	font-size:1.4em;
	font-weight:bold;
}
.mainBox h2 a {
	text-decoration:none;
}
.mainBox h2 a:hover {
	text-decoration:underline;
}
.mainBox {
	padding: 10px;
	border-bottom: 2px solid #ff8202;
}
.mainBox#a-z{
	border: 0;
}
.mainBox a {
	color: #ff8202;
}
.mainBox a:hover {

}
.mainBox h1 {

}

#browseByLetter ul li {
	float:left;
	font-size:1.1em;
	width:11%;
}
#browseByLetter .allStoreLink {
	font-weight : bolder;
	padding : 5px;
	margin-top : 5px;
	background : green;
	color : white;
	width : 100%;
	text-align:center;
	font-size : 15px;
}

.sidebarItem {
	background-color:#FCF9F9;
	border:1px solid #C1BEBE;
	overflow:visible;
	padding:15px;
	position:inherit;
	color : #666666;
	font-size : 14px;
	font-weight : 500;
}
.sidebarItem h1 {
	color : #476C03;
	padding : 5px 0px 5px 0px;
	font-size : 19px;
	font-weight : 100;
}
.sidebarItem h2 {
	color : #B87800;
	font-size : 15px;
	font-weight : bold;
} .sidebarItem h2 a {
	color : #B87800;
	font-size : 15px;
	font-weight : bold;
} .sidebarItem h2 a:hover {
	color : #71BA04;
	text-decoration : underline;
}

.sidebarItem ul li {
	line-height : 1.6em;
}
.sidebarItem ul a {
	color:#B87800;
	font-size:15px;
	font-weight:bold;
}
.sidebarItem ul a:hover {
	color:#71BA04;
	text-decoration:underline;
}
div#headline b {
	color: #333;
}
div#help {
	float: right;
	padding-left: 25px;
}
div#nav {
	clear: both;
	margin : 0 auto;
}
div#nav ul {
	margin : 0 auto;
	color : black;
	list-style:none;
	font-size : 12px;
	font-weight : bolder;
	text-align : center;
}
div#nav li {
	float : left;
	background: white;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom : 5px;
	border-top : none;
	border-bottom : none;
	border-left : none;
	border-right : 1px solid black;
}
div#nav li a {
	display:block;
	padding:5px 5px;
	font-weight: bold;
	color : green;
	text-decoration : none;
}
#nav li a:hover {
	text-decoration : underline;
}

#sidebar {
	float : left;
	width : 19%;

}

#sidebarinner{
	padding-right: 6px;
	padding-left: 2px;
	border-right: 2px solid #ff8202;
}

#sidebar-right {
	float : right;
	width : 19%;

}

#sidebar-rightinner{
	padding-left: 6px;
	padding-right: 2px;
	border-left: 2px solid #ff8202;
}

#main {
	float : left;
	width : 60%;


}

#maininner{
		padding: 0 10px;
}
div.clear {
	clear : both;
}

.frontPageSearch {
	border : 1px solid #989898;
	color : #666666;
	font-size : 16px;
	font-weight : normal;
	height : 20px;
	padding : 3px;
	width : 310px;
}

div#newsletter {
	padding: 15px;
	clear: both;
	background: url('../images/yellow_header.gif') repeat-x;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#footer {
	clear : both;
	padding: 15px;
	text-align:center;
	font-size: x-small;
	background-color:#ff8202;
	color:#000;
}#footer a, #footer a:hover {
	font-size: x-small;
	color:#fff;
	text-decoration: none;
}
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:#ff8202;
	font-size : 2em;
	font-weight : bold;
	margin: 5px 0 5px;
}
h2 {
	color : black;
	font-size : 1.6em;
	font-weight : bold;
	margin-bottom : 5px;
	clear: both;
}
h3 {
	font-size : 13px;
	font-weight : bold;
	margin-bottom : 5px;
}
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;
}
ul.paging li a {
	font-weight: normal;
	padding:3px 6px 3px 6px;
	border: 1px solid #ff8202;
	font-size: 1.5em;
	text-decoration: none;
}
ul.paging li.current a {
	font-weight: bold;
	color: #fff;
	background: #ff8202;
}
ul.paging li a:hover {
	background: #ffcd9b;
	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 #EAF5E0;
	margin-bottom: 3px;
}
div.even, div.odd {
	padding: 10px;
}
.store-logo {
	display: block;
	width: 120px;
	height: 60px;
	padding: 1px;
	background: #fff;
	text-align: center;
}

.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: 8px;
	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;
	text-decoration: none;
}
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;
}

#top-navigation{
	width: 100%;
	background:#ff8202;
	float: left;
}

ul#topnav-list{
	list-style: none;


}
li.topnav-listitem{
	text-align: center;
	float: left;
	width: 121px;
	height: 33px;
	background: url('../images/btn_bg.jpg') no-repeat;
	border-right: 1px #ff8202 solid;
	position: relative;
}
li.topnav-listitem a{
	position: relative;
	top: 8px;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}
ul#topsubnav-list{
	height: 20px;
	list-style: none;
	clear: both;
	background-color: #575352;
	border-bottom: 3px solid #ff8202;
	text-align: center;
}
li.topsubnav-listitem{
	background-color: #575352;
	float: left;
	padding: 0 11px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
li.topsubnav-listitem a{
	text-decoration: none;
	color: #fff;
}
li.subnavdivider{
	background-color: #575352;
	color: #fff;
	float: left;
	width: 5px;
}

div#storeselection{
	background: #575352;
	color: #e1e1e1;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

div#storeselection select{
	font-size: 11px;
}

div#storeselection a{
	text-decoration: none;
	color: #e1e1e1;
	font-weight: bold;
	padding-left: 10px;
}

div#storeselection label{
	padding-right: 5px;
}

h1#sitetitle{
	font-size: 15px;
	font-family: Verdana;
}

#sidebar li a{
	text-decoration: none;
}

.mainBox h3{
	font-family: Verdana;
	font-size: 15px;
	text-align: center;
	color: #ff8202;
}

.mainBox h4{
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #464646;
}
#firstnameinput{
	position: relative;
	left: 11px;
}

#firstnameinput, #emailinput, #newsletterbuttons, #nevergivefull{
	text-align: center;
}

#firstnameinput, #emailinput{
	padding: 3px;
}

#nevergive{
	color: #f00;
	padding: 5px;
	font-weight: bold;
}

div#a-z{
	padding-bottom: 50px;
}

div#a-z a{
	color: #464646;
}

#lastupdate{
	float: left;
	width: 190px;
	height: 33px;
	background-color: #ff8202;
}

#lastupdate h4{
	font-size: 10px;
	background-color: #ff8202;
	color: #fff;
	text-align: center;
}

span.expired{
	color: #f00;
}

ul#maincategories{
	list-style: inside url('../images/orange_small_boder2_02.jpg');
}

ul#maincategories li{
	margin-bottom: 5px;
}

ul#maincategories li a{
	color: #464646;
}

.message-error {
    border:1px dashed #ff6666;
    padding:10px 10px 10px 35px;
    background:#fff2f2 url('../images/sprites/exclamation.png') no-repeat 10px 12px;
    margin-bottom:20px;
    margin-top: 18px;
    margin-left: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}