body { 
    width: 100%;
	margin: 0px;
	padding: 0px;
	color:#000000;
	text-align:center;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

p 	{
	margin-bottom:10px;
	margin-top:5px;
	}

body.nobg{
	background: #FFFFFF;
	margin: 10px 10px 10px 10px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom:3px;
	margin-top:3px;
	}

h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top:0px;
	margin-bottom:10px;
	}	
	
h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00ABEE;
	background-color:#D4EFFD;
	padding: 5px 0px 5px 5px;
	margin: 15px 0px 5px 0px;
	}	
	
h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:3px;
	margin-top:3px;
	}	
	
h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:3px;
	margin-top:3px;
	}	
	
a {
	text-decoration: none;
	color:#0072b0;
	}

a:hover {
	text-decoration:underline;
	color: #0072b0;
	}

img {
    border-width:0px;
	padding:0px;
	margin:0px;
	}
	
hr {
	border: 0px;
	height: 1px;
	color: #FFFFFF;
	background-color:#FFFFFF;
	border-bottom:dashed 1px #B9BABC; 
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
/* Global Classes */
	
.smalltext{
	font-size: 11px;
	}
	
.label {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	}
	
.data {
	text-align:left;
	vertical-align:top;
	}

.center {
	text-align: center;
	}
	
.nomargin {
	padding: 0px;
	margin: 0px;
	}
	
.hidden {
	display:none;
	}

.visible {
	display:block;
	}
	
/* Layout Divs */
	
#container {
	width: 988px;
	text-align: left;
	margin:0 auto;
	}
	
#container-margin {
	}

#header {
	width:988px;
	height:120px;
}
	
#header-margin {
    padding:0px 24px 0px 24px;
}
	
#header-logo {
	float:left;
    padding:0px 0px 0px 0px;
}

#header-ad {
	float:right;
	width:470px;
    padding:10px 0px 0px 0px;
}
	
#nav {
	width: 988px;
}

#nav-margin {
	padding:0px 24px 0px 24px;
}

#history {
	width: 988px;
	height: 24px;
	}

#history-margin {
	padding:0;
	margin:0px 24px 0px 24px;
	font-size:11px;
	display: block;
	border-bottom: solid 1px #999999;
	color:#999999;
	text-transform:capitalize;
}

#history-main {
	margin:5px 0px 5px 0px;
	float:left;
}

#history-nav {
	margin:5px 0px 5px 0px;
	float:right;
}

#content {
	width: 988px;
	}

#content-margin {
	margin:15px 0px 0px 12px;
}

#contentleft {
	float:left;
	width:636px;
}

#contentleft-margin {
}

#contentright {
	float:right;
	width:324px;
	
}

#contentright-margin {
	padding:0px 24px 0px 0px;
}

#footer {
	width: 988px;
}

#footer-margin {
	margin:15px 24px 0px 24px;
	padding:5px;
	text-align:center;
	border-top: solid 2px #333333;;
	font-size:11px;
	color: #444444;
	display: block;
}

/*Div Specific HTML tags and classes*/

#history a {
	color: #444444;
}

#history a:hover {
	color: #004a90;
}

#nav ul {
	float: none;
	height: 23px;
	margin:0px;
	padding:0px;
	background-color: #000000;
}

#nav li {
	float:left;
	list-style-type:none;
	font:normal 12px Arial, Helvetica, sans-serif;
}
	

#nav li a {
	color:#CCCCCC;
	font-weight: bold;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	line-height: 0.94;
	display: block;
	height: auto;
	text-indent: 0px;
}

#nav li.navactive a {
	background-color: #ededed;
	padding-top: 3px;
	padding-left: 7px;
	margin-left: 3px;
	position: relative;
	top: 3px;
	color: #0074af;
}

#nav ul.subnav {
	height:24px;
	width: 940px;
	background-color: #ededed;
	margin:0px;
	padding:0px;
}

#content td{
	font-size:12px;
	padding: 0px;
	margin: 0px;
}

#content td.label{
	font-size:12px;
	padding-right:15px;
}

#content td.data{
	padding-top:5px;
}

#content li{
	font-size:12px;
}

#content #col2-1 {
	float:left;
	width:300px;
}

#content #col2-2 {
	float:right;
	width:300px;
}

#col5 {
	float:left;
	width:193;
}

#footer a {
	color: #000000;
}

/*Site Specific*/

#productgrid {
	margin-top:15px;
	width:636px;
}

#productgrid table, #productgrid td {
    border-color: #B9BABC;
    border-style: solid;
}

#productgrid table {
	width:100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

#productgrid td{
    width:33%;
    margin: 0;
	padding:0;
    border-width: 1px 1px 0 0;
    background-color: #FFFFFF;
	vertical-align:top;
}

#productgrid a{
	font-size:11px;
}

#productgrid .item{
	padding: 10px;
}

#productgrid .homeitem{
	height: 250px;
}

#productgrid .thumb{
	width:125px;
	height:150px;
	float:left;
}

#productgrid .new{
	width:45px;
	height:150px;
	float:right;
	background-image:url(images/icon_new.gif);
	background-repeat:no-repeat;
}

#productgrid .title{
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

#productgrid .byline{
	margin:0px;
	padding:0px;
	font-size:11px;
	
}

#productgrid .more img{
	margin-left:3px;
}

#productgrid .viewall{
	height:28px;
	background-color:#0072b0;
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:18px;
}

#productgrid .viewallend{
	float:right;
	height:28px;
	width:22px;
	background-image:url(images/bg_viewall.gif);
	background-repeat:no-repeat;
}

#productgrid .viewall a{
	color:#FFFFFF;
	display:block;
	padding-top:5px;
	padding-left:10px;
}

#productgrid .viewall img{
	margin-left:3px;
}

#box {
	background-color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	margin-bottom:10px;
	border:1px solid #B9BABC;
	}

#box300 h4 {
	background-color:#0072b0;
	color:#FFFFFF;
	margin:0px;
	padding:10px 10px 7px 10px;
	font-size:13px;
	text-transform:uppercase;
}

#box300-margin {
	background-color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	margin-bottom:10px;
	border-left:1px solid #B9BABC;
	border-right:1px solid #B9BABC;
	border-bottom:1px solid #B9BABC;
}

#box300.browse ul{
	color:#0072b0;
	margin:0px;
	padding-left:20px;
	list-style:square;
	}

#box300.browse li{
	line-height:22px;
}

#box300.search table{
	width:280px;
}

#box300.search td{
	padding:5px;
}

#productdetail #image {
	float:left;
	margin-right:15px;
	text-align:center;
}

#productdetail .new {
	float:left;
	width:45px;
	height:150px;
	background-image:url(images/icon_new.gif);
	background-repeat:no-repeat;
}

#productdetail .title{
	margin:5px 0px 3px 0px;
	padding:0px;
	font-size:14px;
}

#productdetail .byline{
	margin:0px 0px 3px 0px;
	padding:0px;
	font-size:11px;
	
}

#productdetail #summary {
	float:right;
	width:400px;
}

#productdetail .subprice{
	color:#CC0000;
	font-weight:bold;
}

#productdetail .howtoorder{
	font-weight:bold;
	float:left;
	width:100px;
}

#productdetail .howtoorderdetails{
	width:280px;
	float:right;
}

#productdetail .testimony{
	font-weight:bold;
	float:left;
	width:100px;
}

#productdetail .testimonydetails{
	width:280px;
	float:right;
}

#productdetail .button{
	margin-top:15px;
}

#productdetail #detail {
	width:450px;
	margin-top:15px;
	
}

#productdetail #detailtabs {
	height: 30px;
	margin: 0;
	padding:0;
	background-image:url(images/tabnone_bg.gif);
	background-repeat:repeat-x;
	border-left: 1px solid #B9BABC;
}

#detailtabs li
	{
	margin: 0; 
	padding: 0;
	float: left;
	display:block;
	list-style-type: none;
	width:100px;
	height:30px;
	border-right: 1px solid #B9BABC;
	background-image:url(images/tab_bg.gif);
	background-position:right; 
	background-repeat:no-repeat;
	}
	
#detailtabs li.active
	{
	background-image:url(images/tabactive_bg.gif);
  	}
	
#detailtabs a
	{
	display:block;
	padding:8px 0px 6px 5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

#detailtabs li.active a
	{
	color:#333333;
	}

#productdetail #detail-margin {
	padding:10px;
	border-left: 1px solid #B9BABC;
	border-right: 1px solid #B9BABC;
	border-bottom: 1px solid #B9BABC;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

#cartprogressbar {
	background-image:url(images/cartprogressbar_bg.gif);
	background-position:57px 24px;
	background-repeat:no-repeat;
	}
	
#cartprogressbar ul {
	margin: 0; 
	padding: 0;
	}
	
#cartprogressbar li{
	margin: 0; 
	padding: 0;
	float: left;
	display:block;
	list-style-type: none;
	width:125px;
	height:50px;
	font-size:11px;
	font-weight:bold;
	color:B9BABC;
	text-align:center;
	background-image:url(images/cartprogressbar.gif);
	background-position:57px 20px;
	background-repeat:no-repeat;
  	}
	
#cartprogressbar li.selected{
	color:#0072b0;
	background-image:url(images/cartprogressbar_selected.gif);
	background-position:57px 20px;
	background-repeat:no-repeat;
  	}
	
#cart table {
	margin: 0; 
	padding: 0;
	width:630px;
	border-collapse:collapse;
	border: 1px solid #B9BABC;
}

#cart table th {
	background-color:#0072b0;
	text-align:left;
	color:#FFFFFF;
	margin:0px;
	padding:10px 10px 7px 10px;
	font-size:13px;
	text-transform:uppercase;
	border-bottom: 1px solid #B9BABC
}

#cart table td {
	margin:0px;
	padding:10px 10px 7px 10px;
	border-bottom: 1px solid #B9BABC
}

#cart table td.noline {
	border-bottom:none;
}


#login table td {
	margin:0px;
	padding:5px 10px 5px 0px;

}

#customer table td {
	margin:0px;
	padding:2px 2px 2px 0px;

}


#sections{
	margin-top:15px;
	margin-left:8px;
}

#sections a{
	font-size:11px;
}

#sections .title{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}

#sections .more img{
	margin-left:3px;
}

#sections .info {
	margin-right:23px;
	margin-top:3px;
	padding:5px;
	background-color:#e1e0de;
}


/*Special divs*/

#clear {
	clear: both;
}
#break {
	clear: both;
}

/* Form Tags */
	
form {
	margin: 0px;
	}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	}
	
input.verysmall {
	width: 30px;
	}

input.small {
	width: 100px;
	}
	
input.mediumsmall {
	width: 130px;
	}
	
input.medium {
	width: 180px;
	}
	
input.large {
	width: 300px;
	}

input.button{
	background-color:0072b0;
	display: block;
    border: 1px solid;
    border-color: #B9BABC #333333 #333333 #B9BABC;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

input.buttonsmall{
	background-color:0072b0;
	display: block;
    border: 1px solid;
    border-color: #B9BABC #333333 #333333 #B9BABC;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
}
	
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	}



select.small {
	width: 100px;
	}
	
select.medium {
	width: 180px;
	}
	
select.mediumlarge {
	width: 260px;
	}
	
select.large {
	width: 400px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
textarea.small {
	width: 350px;
	height: 100px;
	}
	
textarea.medium {
	width: 350px;
	height: 200px;
	}
	
textarea.large {
	width: 350px;
	height: 400px;
	}
	
.warningbox {
	padding: 10px 20px 10px 20px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	border: 1px #CC0000 solid;
	background: #FFDDDD;
}
	
.warningbox ul {
	padding: 0px;
	margin: 0px;
}

.warningbox li {
	list-style-type:none;
}

ul.faq {
	padding-left:15px;
	
}
	

#stuff-footer {
	width: 988px;
}

#stuff-footer-margin {
	margin:24px 12px 12px 12px;
	padding:5px;
	text-align:center;
	font-size:11px;
	color: #444444;
	display: block;
}

#stuff-footer #clearer {
	clear:both;
}

#stuff-footer #footer {
	background-color:#FFFFFF;
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-align:center;
	width:100%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
}

#stuff-footer #footer_navs {
	background-color:#F7F7F7;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	clear:both;
	height:auto;
	width:100%;
}

#stuff-footer ul {
	display:inline;
	float:left;
	font-size:9px;
	height:15px;
	line-height:100%;
	margin:0;
	padding:5px 0 2px;
	text-align:center;
	width:100%;
	list-style-type:none;
}

#stuff-footer #footerlist {
	color:#CCCCCC;
	float:left;
	margin-left:5px;
}

#stuff-footer #footerlist2 {
	height:20px;
	width:100%;
}
#stuff-footer li {
	display:inline;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#stuff-footer a {
	text-decoration:none;
}
#stuff-footer a:hover {
	text-decoration:underline;
}

#stuff-footer .lightgrey {
	color:#CCCCCC;
}

#stuff-footer .grey {
	color:#999999;
	font-size:9px;
}

#stuff-footer .blue {
	color:#256091;
}

#stuff-footer .red {
	color:#D12421;
}

#stuff-footer .green {
	color:#00824A;
}

#stuff-footer .lightblue {
	color:#0083D7;
}

#stuff-footer .purple {
	color:#9C1A87;
}

#stuff-footer .yellow {
	color:#FF9F00;
}

#trademenavbar {
	background-color:#F7F7F7;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	height:29px;
	width:988px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	color:#333333;
}
#trademenavbar ul {
	clear:both;
	display:inline;
	float:left;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	padding-top:7px;
}

#trademenavbar ul li {
	-x-system-font:none;
	background:#F7F7F7 none repeat scroll 0 0;
	display:inline;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:2.2em;
	line-height:normal;
	margin-left:15px;
	text-align:left;
	white-space:nowrap;
}
#trademenavbar .line {
	border-left:1px solid #CCCCCC;
	padding-left:15px;
}
#trademenavbar a {
	color:#256091;
}

#trademenavbar img {
	float:right;
	padding-right:1px;
}


#messagebox {
	padding: 10px;
	line-height: 13px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	border: 1px #0072B0 solid;
	background: #B4D5FE;
}
#messagebox ul {
	padding: 0px;
	margin: 0px;
}
#messagebox li {
	list-style-type: none;
}	

.gallery {
	padding-bottom:20px;
}

.soldout {
	color:#CC0000;
}


#goodfoodguide .hats-links {
	color:#000;
}

#goodfoodguide .hats-links:hover {
	color: #0072b0;
	text-decoration:none;
}

#goodfoodguide .backtotop {
	color:#000;
}

#goodfoodguide .backtotop:hover {
	color: #FFFFFF;
	text-decoration:none;
}
