@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 {
	line-height:1.3em;
	background: #fff;
	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 : #028fd4;
} .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%;
}
div#container {
	width: 100%;
	margin : auto;

}
div#top_bar {
	background-color:black;
	margin-bottom:15px;
	text-align:centre;
	padding:7px;
	margin-bottom : 15px;
}
div#topbar {
	width:800px;
	margin: 0 auto;
}
div#topbar ul {
	list-style: none;
}
div#topbar li {
	float: left;
}
div#topbar a {
	padding: 0 5px;
	border-right : 1px solid white;
	color: #FFF;
	text-decoration: none;
}
div#topbar a:hover {
	color: #E1E1E1;
	text-decoration: underline;
}
div#header {
	clear: both;
	margin:auto;
	height:90px;
	width:800px;

}
div#header img.logo {
	float: left;
}
div#headline {
	background:#353535;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	float: right;
	padding: 12px;
	width : 430px;
	max-height : 60px;
	min-height:40px;
	line-height: 1.2em;
	border-radius: 5px;
-webkit-border-radius: 5px;
-opera-border-radius: 5px;
overflow:hidden;
-moz-border-radius: 5px;
} #headline a {color : white; font-weight:bolder;}
#headline a:hover {text-decoration:underline;}
#thoseLinks {
  text-align:right;
	margin:auto;
	padding : 10px;
	width:800px;

}
#thoseLinks a {
	color : #ef0457;
	font-weight : bold;
	text-decoration:none;
	font-size:12px;
}
#thoseLinks a:hover {
	text-decoration:underline;
	color : #353535;
}
#searchBox {

}
.content {
	background-color:#ffffff;
	overflow:auto;
}
#main {
	width : 800px;
	padding : 12px;
	margin: auto;
	line-height : 1.3em !important;
}
.mainBox {
	background-color:#ffffff;
	background-image:url('../images/contentbg.png'); background-repeat:repeat-x;
	border:1px solid #cecece;
	color : #666;
	padding : 15px;
	line-height: 1.4em;
}
.mainBox a {
	color:#028fd4;
	font-size:13px;
	text-decoration:underline;
}
.mainBox a:hover {
	color:#000000;
	font-size:13px;
	text-decoration:none;
}
.mainBox h1 {
	color:#fff;
	font-size:19px;
	font-weight:bold;
	background:#ef0457;
	padding: 10px;
	margin-bottom:10px;
}. mainBox h1 a {}
.mainBox h1 a:hover {
}
.mainBox h2 {
	font-size:15px;
	font-weight:bold;
}
.mainBox h2 a {
	color:#b1d12a;
		font-size:15px;
	text-decoration:none;
}
.mainBox h2 a:hover {
	color:#333333;
	font-size:15px;
	text-decoration:underline;
}
#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;
}
#sidebar {
	float : left;
	width : 251px;
	padding : 12px;
	margin-bottom : 30px;
	background:#f2f2f2;
	border-right:#cecece 1px solid;
	border-bottom:#cecece 1px solid;

}
.sidebarItem h2 {
	color : #028fd4;
	font-size : 15px;
	font-weight : bold;
} .sidebarItem h2 a {
	color : #028fd4;
	font-size : 15px;
	font-weight : bold;
} .sidebarItem h2 a:hover {
	color : #028fd4;
	text-decoration : underline;
}


.sidebarItem {
	overflow:visible;
	padding:10px;
	position:inherit;
	color : #666666;
	font-size : 12px;
}
.sidebarItem h1 {
	color : #fff;
	padding: 10px;
	font-size : 19px;
	font-weight : bold;
	background:#b1d12a;
	margin-bottom:10px;
}

.sidebarItem ul {
	border-top: 1px solid #e2e2e2;
}

.sidebarItem li {
	border-bottom: 1px solid #e2e2e2;
}

.sidebarItem li a {
	color: #028fd4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	display: block;
}

.sidebarItem li a:hover {
	color: #b1d12a;

}

div#headline b {
	color: #333;
}
div#help {
	float: right;
	padding-left: 25px;
}
div#nav {
	clear: both;
	margin :auto;
	background: #353535;
  width:100%
  height:100px;
}
div#nav ul {
	margin : 0 auto;
	color : white;
	list-style:none;
	font-size : 12px;
	font-weight : bolder;
	text-align : center;
  width:800px;
}
div#nav li {
	float : left;
	background: #474747;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom : 5px;
	border-top : none;
	border-bottom : none;
	border-left : none;
	border-right : none;
	border-radius: 5px;
-webkit-border-radius: 5px;
-opera-border-radius: 5px;
-moz-border-radius: 5px;
}
div#nav li a {
	display:block;
	padding:10px;
	font-weight: bold;
	color : white;
	text-decoration : none;

}
#nav li a:hover {
	text-decoration : underline;
	background: #ef0457;
	border-radius: 5px;
-webkit-border-radius: 5px;
-opera-border-radius: 5px;
-moz-border-radius: 5px;
}
div#search {
	border-top: 1px solid black;
	margin-bottom: 15px;
	background: #D1F0FF;
	clear:both;
	padding: 10px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: black;
}
div#search input, div#search select {
	padding: 6px;
	border: 1px solid #ccc;
	margin: 0;
}
div#search .submit {
	padding : 5;
	border : 0;
}


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 : 2px solid green !important;
}
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:#353535;
	color:#999999;
}#footer a, #footer a:hover {
	font-size: x-small;

	color:#999999;
}
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:#fff;
	font-size:19px;
	font-weight:bold;
	background:#ef0457;
	padding: 10px;
	margin-bottom:10px;
}
h2 {
	color : #028fd4;
	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 : #01bce5;
	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 #2e78af;
	background: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
ul.paging li.current a {
	font-weight: bold;
	color: #fff;
	background: #2e78af;
}
ul.paging li a:hover {
	background: #2e78af;
	color: #fff;
}
ul.paging li.elipsis {
	padding: 0 5px;
}
ul.store_nav{
	list-style: none;
}
ul.store_nav li{
	float: left;
	padding-right: 15px;
	padding-bottom: 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, div.odd, li.odd {
	background-color : #eee;
	border-bottom : 1px solid #ccc;
}
tr.even td, div.even, li.even {
	background-color : #fff;
	border-bottom : 1px solid #ccc;
}
div.even, div.odd {
	padding: 10px;
}
.store-logo {
	display: block;
	width: 120px;
	height: 60px;
	padding: 1px;
	background: #fff;
	border: 3px solid #bbb;
	text-align: center;
}
.store-logo:hover {
	border: 3px solid #999;
}
.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: 5px;
	margin-bottom: 5px;
	width: 142x;
	display: table;
}
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;
}

#cform textarea {
	padding: 5px;
	color: #333333;
	background: #f8f8f8;
	border: solid 1px #cecece;
}

#cform input, select {
	display: block;
	float: left;
	padding: 5px;

	color: #333333;
	background: #f8f8f8;
	border: solid 1px #cecece;
}
#cform label {text-align: left;	width: 615px; padding: 4px 0;}

#cform .submit {width: 100px; background-color: #353535; color: #ffffff; font-weight:bold;}

div.code_listing{
	clear: both;
}

.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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}