/* CSS Document */
body{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	line-height: 14px;
}

a.moreinfo {
	line-height: 20px;
	color: #000066;
	text-decoration: none;
}
a.moreinfo:hover {
	color: #990000;
	text-decoration: underline;
}

#maincover{
	margin:0 auto;
	width:986px;
}
#headercover {
	height: 81px;
	clear: both;
}

#headercover .logo {
	padding: 10px 0 0 30px;
	float: left;
	width: 130px;
}

#headercover .nav {
	padding: 10px 0 0 0;
	float: right;
	width: 400px;
	text-align: right;
	height: 67px;
}

#topnav {
	float: right;
	width: 100%;
	height: 43px;
}
#left {
	width: 240px;
	padding-left: 4px;
	padding-right: 18px;
	float: left;
}
.categoryheading {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	color: #990000;
	width: 470px;
	padding-top: 10px;
}
label {
	display: block;
	float: left;
	width: 130px;
	padding: 3px 0px 3px 5px;
	margin-right: 3px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, select {
	background-color: #FFFFFF;
	height: 16px;
	width: 150px;
	border: 1px solid #7F8182;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index:-1;
}

img {
	border: 0px;
}
.chkbox, .radio {
	text-align: left;
	width: 30px;
	padding-left: 5px;
	vertical-align: middle;
	border: none;
}
.short {
	width: 75px;
}
.left {
	text-align: left;
	float: right;
	width: 205px;
}
.err {
	color: red;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	height: 18px;
	width: 200px;
}
a.search {
	background-image: url(../images/search_btn_bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 113px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
}
a.search:hover {
	background-image: url(../images/search_btn_bg2.gif);
	color: #FFFFFF;
	text-decoration: none;
}

a.buy {
	background-image: url(../images/buy_button2.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 113px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
}
a.buy:hover {
	background-image: url(../images/buy_button.gif);
	color: #FFFFFF;
	text-decoration: none;
}


a.fulllist {
	background-image: url(../images/fulllist.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 150px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
}
a.fulllist:hover {
	background-image: url(../images/fulllist2.gif);
	color: #FFFFFF;
	text-decoration: none;
}




h2, legend {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#body {
	width: 515px;
	padding-right: 15px;
	float: left;
}

#right {
	width: 180px;
	padding-right: 4px;
	float: right;
}

#strg {
	float: right;
	width: 100px;
	height: 23px;
}
#topline {
	width: 986px;
	float: left;
	height: 4px;
}
#retailerheading {
	padding-top: 6px;
	height: 30px;
}
#bodycover {
	background-color: #FFFFFF;
	width: 984px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BFBFBF;
	padding: 0px;
	border-left-color: #BFBFBF;
	border-left-width: 1px;
	display: block;
	float: left;	
	
}
#dealsheading {
	padding-top: 6px;
	width: 180px;
}
#hotdeals {
	width: 178px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E3E7;
	border-left-color: #E1E3E7;
}

/* Homepage categories */
   
   #category {
      float:left;
      width:518px;
      line-height:14px;
      }
   
   
    #category ul {
	margin:0;
	list-style:none;
	float: left;
	padding: 0;
      }
    #category li {
	float:left;
	margin:0;
	width: 170px;
	display: block;
	padding: 0;
      }
    #category a {
	float:left;
	display:block;
	text-decoration:none;
	color:#000000;
	font-size: 11px;
      }
    #category > ul a {
	width:auto;
	color: #000000;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #category a {float:left;}
    /* End IE5-Mac hack */
    #category a:hover {
      color:#990000;
      }
	  
	  
/* side categories */
   
   #categorylist {
	float:left;
	width:227px;
	line-height:25px;
	border: 1px solid #E1E3E7;
	padding-left: 10px;
	margin-top: -3px;
      }

   
    #categorylist ul {
	margin:0;
	list-style:inline;
	float: left;
	padding: 0;
      }
    #categorylist li {
	float:left;
	margin:0;
	width: 227px;
	display: block;
	padding: 0;
	padding-top: 7px;
      }
    #categorylist a {
	float:left;
	display:block;
	text-decoration:none;
	color:#000000;
	font-size: 11px;
	line-height: normal;
      }
    #categorylist > ul a {
	width:auto;
	color: #000000;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #categorylist a {float:left;}
    /* End IE5-Mac hack */
    #categorylist a:hover {
      color:#990000;
      }
	  
	  
	  
	.pageMicr{
  border: solid 1px #9BAFDE;
  background-repeat: repeat-y;
}


.tabPage {
 font-family: Tahoma; font-size: 11px; color: #333333;
}

#tabs {
	float: left;
	width: 518px;
	padding-top: 30px;
}
.saletitle {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}
#itemsbox {
	float: left;
	width: 517px;
}
#itemsbox .item {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	position: relative;
}

#itemsbox .item .img {
	float: left;
	width: 100px;
	margin-right: 20px;
	position: relative;
	text-align: center;
}

#itemsbox .item .body {
	float: left;
	width: 290px;
	position: relative;
	padding-right: 18px;
}

#itemsbox .item .logo {
	float: left;
	width: 80px;
	position: relative;
}

#itemsbox .item .shortdes {
	color: #333333;	
}
.newprice {
	font-weight: bold;
	color: #990000;
	font-size: 16px;
}
a.producttitle {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #77a52d;
}
a.producttitle:hover {
	color: #990000;
	text-decoration: underline;
}

.sort {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
}
.pageheading {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	color: #990000;
}

#saleinfobox {
	background-color: #FDFDFD;
	float: left;
	width: 474px;
	margin-bottom: 30px;
	border: 2px solid #E1E3E7;
	margin-top: 10px;
	padding: 20px;
}
#itemsbox .pagenumbers {
	float: left;
	width: 99%;
	padding-bottom: 9px;
	padding-top: 9px;
	position: relative;
	text-align: right;
}

a.pagenumsblack {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 3px;
}
a.pagenums {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	padding: 3px;
}
a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a.sale {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
a.sale:hover {
	color: #000000;
	text-decoration: none;
}
a.pagenums:hover {
	color: #000000;
	text-decoration: none;
}

a.pagenumsSelected {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
	background-color: #990000;
}
a.pagenumsSelected:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}
.itemtitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
#crumbs {
	height: 20px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.saleprice {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	line-height: 24px;
}
.now {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}


#filtter {
	display: block;
	width: 500px;
	background-color: #E1E3E7;
	height: 15px;
	padding: 5px;
}

#filtter .shortby {
	font-size: 10px;
	border: 1px solid #333333;
}

#filtter #view {
	float: right;
	width: 200px;
	height: 15px;
	line-height: 15px;
	text-align: right;
}

#filtter a.changeveiw {
	color: #990000;
	padding-left: 5px;
}
#salebox {
	background-color: #FDFDFD;
	float: left;
	width: 494px;
	margin-bottom: 20px;
	border: 2px solid #E1E3E7;
	margin-top: 10px;
	padding: 10px;
}

.searchbox {
	height: 175px;
	margin-top: -3px;
	background: #E1E3E7;
}
#searchboxbottom {
	margin-top: -3px;
	vertical-align: top;
}

.location, .location:hover {
/*	background: #A70006;
	color: white;
	font-weight: bolder; */
	display:block;
	width: 180px;
	height: 1.5em;
	text-decoration: none;
}

.store {
	border-bottom: 1px solid #E0E0E0;
	width: 180px;
	padding-bottom: 10px;
}
#filtter #print {
	float: left;
	padding-right: 10px;
	height: 15px;
	line-height: 15px;
	text-align: left;
}
#itemsbox .item .gallery {
	float: left;
	width: 150px;
	position: relative;
	padding-right: 20px;
}
#itemsbox .item .imggallery {
	float: none;
	width: 140px;
	position: relative;
	text-align: center;
	height: 100px;
	vertical-align: middle;
	padding-bottom: 5px;
}

.cols30 {
	width:55%;
}

a.regiondropitem {
	color: #000000;
}
a.regiondropitem:hover {
	color: #000000;
	background-color: #C2DFFF;
	text-decoration: none;
}
#regiondropdown {
	margin-top: 20px;
	margin-left: 60px;
	width:130px;
	display:none;
	position:absolute;
	border:1px solid black;
	background-color:white;
	padding:8px;
	z-index:99;
}

#regions {
	float:left;
	position:relative;
	display:block;
}
#closebox {
	float:right;
	position:relative;
	display:block;
}

.wincode_ctnr {
	text-align: center;
	width: 390px;
	background-image: url(/images/Instant-win-page.gif);
}

#divCover {
	position: absolute;
	top:0px;
	left:0px;
	text-align:center;
	display:none;
}

#instant_win {
	font-size: 20px;
	color: #990000;
	height: 30px;
	text-transform: uppercase;
	width: 200px;
}
.win_text {
	color: #990000;
	font-size: 16px;
}

.white {
	color: white;
	font-size:12px;
}
.underline {
	text-decoration: underline;
}

.shiftRight {
	position: relative;
	left: 130px;
}

.login {
	width: 400px;
	text-align: left;
	position:relative;
}

.left {
	position: absolute;
	left: 0px;
}
.right {
	position: absolute;
	right: 0px;
}

.pad {
	min-height:50px;
	height:auto !important;
	height:50px;
}