/* layout and positioning */

#footer {
	padding: 5px;
	height: 30px;
	width: 900px;
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
}

#main td {
	padding: 5px;
}

#main li, #main p, #main input, #main textarea {
	padding: 3px;
}

* {
	margin: 0;
	padding:0;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#header {
	height: 110px;
	width: 900px;
}

#logo {
	float: left;
	height: 100px;
	width:750px;
}

#purchases {
	float: right;
	margin-top: 10px;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	width: 140px;
	text-align: center;
}

#main {
	width: 900px;
	margin-top:3px;
}

.panel-left {
	float: left;
	background-color: white;
	color: #000000;
	padding: 5px;
	min-height: 470px;
	width: 730px;
}

.popup {
	background-color: white;
	color: #000000;
	padding: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.panel-center {
	float: left;
	width:10px;
}

.panel-right {
	float: right;
	background-color: white;
	color: #000000;
	padding: 5px;
	height: 470px;
	width: 140px;
}

.spacer {
	width: 900px;
	height: 10px;
	background-color:#333333;
}

.panel-bottom {
	float: left;
	background-color: white;
	color: #000000;
	padding: 5px;
	width: 890px;
	text-align:center;
}

body {
	background-color: #333333;
}

.mainBody {
	background-color: #FFFFFF;
}

.clear {
	clear: both;
}

#main td.categoryCell, #main td.subCategoryCell {
	padding: 20px;
}

p {
	margin-left : 8px;
	margin-right : 8px;
	margin-top : 5px;
	margin-bottom : 5px;
	line-height: 18px;
}

/* menu */
.menu {
	position: relative;
	height:40px;
	width: 650px;
}

.menu ul {
	list-style: none;
	z-index: 10;
	position: absolute;
	z-index: 100;
	padding: 9px 0px;
}

.menu li {
	float: left;
}

.menu a, .menu a:active, .menu a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 6px;
	margin-left: 0px;
}

.menu a:hover {
	color: #ebf0e6;
}

#slide {
	position: absolute;
	bottom: 0;
	height: 5px;
	background: #FBA83E;
	z-index: 10;
}

#silver {
	position: absolute;
	bottom: 0;
	height: 5px;
	width: 900px;
	background: #cccccc;
	z-index: 10;
	margin-bottom: 10px;
}

/* text styles */
.heading {
	background-color: #cccccc;
	font-weight: bold;
	line-height:25px;
	color: black;
	text-align: center;
	text-transform: uppercase;
}

.headingLeft {
	background-color: #cccccc;
	font-weight: bold;
	line-height:25px;
	color: black;
	text-align: left;
	padding-left: 5px;
	text-transform: uppercase;
}

a.masterCategoryLink, .masterCategorySelected {
	font-size: 8pt;
	line-height: 15px;
	font-weight: bold;
}

.masterCategorySelected {
	color: #FF0000;
}

.breadcrumb {
	text-align: left;
}

p, td, ol, ul, textarea {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 10pt;
}

ol, ul {
	padding-left: 35px;
	padding-bottom: 5px;
	padding-right: 5px;
}

li {
	color: #21556B;
}

a, a:visited {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

h5 {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

.promotionTitle {
	font-size: 12pt;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 17px;
	line-height: 20px;
	color: #000000;
}

.outOfStock {
	color: green;
	font-weight: bold;
}

.retailPrice {
	font-weight: bold;
}

.specialPrice {
	color: green;
	font-weight: bold;
	text-transform: uppercase;
}

.youSave {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

.personalShoppersMessage {
	color: green;
	font-weight: bold;
}

.priceHighlight {
	color: green;
	font-weight: bold;
}

th {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	background-color: #FBA83E;
  text-transform: uppercase;
}

/* misc */
a img {
	border: 0;
}

form, .checkoutProductsList {
	border-width: 1px;
	border-style: solid;
	border-color: #414E56;
	padding: 5px;
}

input.createACollarLetter {
	width: 6px;
}

.row1 {
	background-color: #F7F7F7;
	font-size:8pt;
}

.row2 {
	background-color: #F3F3F3;
	font-size:8pt;
}

.search {
	background: url(submit.png) no-repeat;
	cursor: pointer;
	width: 54px;
	height: 15px;
	border: none;
}
