@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.twoColFixLtHdr #container {
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 0px;
} 

.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/banner-for-shop.jpg);
	background-repeat: no-repeat;
	padding-top: 66;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 66px;
} 
.BGRed {
	background-color: #D66329;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.DivBorder {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
li {
	list-style-type: square;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: 250px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#TopBanner {
	background-color: #00FFFF;
}
#TopMenu {
	background-color: #003863;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#LatestPromotions {
	width: 400px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #CCCCCC;
	font-family: verdana;
	font-weight: bold;
}

.tableBorder {
	border: thin dotted #000000;
	padding-top: 8px;
}
#TopBannerTableDiv {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.twoColFixLtHdr #container #sidebar1 #SearchStoreButton {
	color: #FFFFFF;
	background-color: #336699;
	padding-top: 5px;
	padding-bottom: 5px;
}
#BrowseByCat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #003863;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#ComputerHardware {
	font-weight: normal;
	color: #000000;
	background-color: #F4F4F4;
	text-align: center;
	border: thin solid #828282;
	padding-top: 3px;
	padding-bottom: 3px;
}
#MenuBar {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 20px;
	background-color: #003863;
	color: #CCCCCC;
}
a.nav:link {color: #CCCCCC; text-decoration: none; }
a.nav:visited {color: #CCCCCC; text-decoration: none; }
a.nav:hover {color: #CCCCCC; text-decoration: underline; }
a.nav:active {color: #CCCCCC; }#MENU {
	background-color: #003863;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DE6B21;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.GO {
	font-size: 95%;
	color: #FFFFFF;
	background-color: #DE6B2C;
	border: thin solid #003863;
}
#TakeTheTour {
	background-color: #D0DFF0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin dotted #003863;
	padding-right: 3px;
	padding-left: 3px;
	color: #000000;
}
#AttnMerchants {
	color: #000000;
	font-weight: normal;
	text-align: left;
	border: thin solid #828282;
	margin-top: 10px;
}
#AttnMerchants2 {
	padding: 5px;
}

#AcceptCrediCarts {
	border: thin dotted #003863;
	background-color: #D0DFF0;
	color: #333333;
}
#PhoneNumber {
	border: thin dotted #003863;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F4F4F4;
	color: #000000;
}
.small-image {
	padding: 5px;
	float: left;
}
.headerback {
	color: #000000;
	background-color: #F4F4F4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #828282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.rightcon {
	border: thin solid #828282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ContactUs {
	border: thin solid #666666;
	font-weight: normal;
	margin-top: 25px;
}
TD.mincart {
	font-size: 12px;
	font-family : Verdana;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #F4F3EF;
}
.minicart {
	background-color: #F4F3EF;
	width: 100%;
}


P.mincart {
	font-size: 12px;
	font-family : Verdana;
}
table.mincart
{
	width: 100%;
	border: thin solid #CCCCCC;
}
hr {
	color: #CCCCCC;
}#login2 {
}

