/* CSS Document */

body 
{
	background-image: url(../images/BgMain.png);
	margin-top: 55px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #472107;
	text-decoration:underline;
}

td.logo {
	background-image: url(../Images/BgNav.png);
	background-repeat: repeat-x;
	background-position: center;
}

td.nav-border-left, td.nav-border-right {
	background-image: url(../Images/BgNav.png);
	background-repeat: no-repeat;
}

td.nav-border-left {
	background-position: bottom left;
}

td.nav-border-right {
	background-position: bottom right;
}

td.main 
{
	background-color: White;
	border-left: 1px solid #472107;
	border-right: 1px solid #472107;
	padding: 20px;
}

#logo 
{
	position: relative;
}

#logo img
{
	position: absolute;
	left: 0px;
	top: -50px;
}

td.footer {
	background-color: White;
	border-bottom: 1px solid #472107;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
td.footer a{
	font-size: 10px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #472107;
}

h2, .h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #472107;
}

.Png 
{
	 behavior: url(/App_Themes/Default/Png.htc);
	 border: 0px;
}

.sku-text 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

.resultsTH 
{
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	color: #472107;
	font-size: 13px;

}

h1, .h1 {
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	color: #472107;
}


.nav-item a, .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #472107;
	text-decoration: none;
}

.nav-item img, .nav-item-selected {
	position: relative;
	left: -10px;
	font-weight: bold;
}

.nav-item-selected {
	font-weight: bold;
}

.nav-item img {
	top: 2px;
}

a.nav-item:hover {
	font-weight: bold;
}


.thumb {
	border: 1px solid #472107;
}

#content {}
#content  { margin:25px auto 10px auto;}
.trademark {
vertical-align:top;
}
#category { display:block;
margin:10px;
float: left;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #e0e8ef;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #000000;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 2px solid #ffffff;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #E4C9B5;
	color: #000000;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ffffff;
}
.altRowOdd{
	background-color: #ffffff;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #FF0000;
	font-weight: bold;
}

.storeHeaderIncText {color: #336799; font-size: 14px}

.nav_bg {
	background-image: url(../images/td_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.header_bg {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}

.header_tr {
	background-image: url(../images/header-tr.jpg);
	background-position:right;
	background-repeat:no-repeat
}

.tableBorder {
	border: 1px dashed #DEEBBF;
}

.resultsBG {
	background-image: url(../images/paw-prints.jpg);
	background-position:top;
	background-repeat:no-repeat
}