/* Main page formatting  */
body {
	background-color: #402817;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container {
	width: 800px;
	color: #B5A195;
	font-size: 98%;
	text-align: left;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}
.inner_border {
	border: 1px solid #8F7E74;
	padding: 0px;
	margin: 5px;
}
.outside_border {
	width: 798px;
	border: 1px solid #8F7E74;
	margin-bottom: 10px;
	margin-top: 10px;
}
.header {
	margin-bottom: 10px;
	height: 88px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header2 {

	margin-bottom: 10px;
	height: 88px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.logo {
	float: left;
	height: 88px;
	width: 175px;
}
.left_content {
	padding: 5px;
	color: #C8B4A5;
	height: 78px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
.right_content {
	width: 220px;
	height: 88px;
	font-size: 12px;
	color: #C8B4A5;
}

/* Main Navigation formatting  */
.main_nav {
	float: right;
	width: 625px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 75px;
	color: #E0CFC4;
	font-size: 10px;
	text-transform: uppercase;
}
.sitenav ul {
	list-style-type: none;
	margin: 0px;
}
.sitenav li {
	display: inline;
	text-align: left;
}
.sitenav a {
	padding-right: 5px;
	padding-left: 5px;
}

/* Footer  */
.footer {
	text-align: left;
	color: #BA977F;
	font-size: 10px;
	padding: 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5C422C;
}
.copyright {
	width: 510px;
	margin-top: 10px;
	float: left;
}
.text_nav {
	text-align: right;
	margin-top: 10px;
	width: 280px;
	float: left;
}

/* Main page formatting  */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	color: #FFCC99;
	margin-bottom: 0px;
}
h3 {
	padding: 5px 0px 0px;
	color: #5C422C;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -4px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	padding: 5px 0px 0px;
	color: #5C422C;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #402817;
	text-transform: uppercase;
}

/* Site Wide formatting  */
a {
	color: #BA977F;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
object {
	margin: 0px;
	padding: 0px;
}
embed {
	margin: 0px;
	padding: 0px;
}

/* Add Comment Form formatting  */
.addcommentform label {
	color: #C8B4A5;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 100px;
	font-weight: bold;
}
.addcommentform input {
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	padding: 3px;
	float: left;
	width: 200px;
}
form.addcommentform {
	padding-bottom: 10px;
}
.addcommentform textarea {
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	padding: 3px;
	float: left;
	margin-bottom: 5px;
	height: 60px;
	width: 400px;
}
.addcommentform .submit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px;
	float: left;
	margin-bottom: 6px;
}
.commentblock {
	background-color: #5C422C;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.commentblock p {
	margin-top: 0px;
	padding-top: 0px;
}

/* Newsletter Signup formatting  */
.newsletterSignUp input {
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	float: left;
	padding: 4px;
	width: 140px;
}
.newsletterSignUp label {
	background-color: #402817;
	color: #C8B4A5;
	padding: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	width: 45px;
}
.newsletterSignUp .submit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px;
	float: left;
	margin-bottom: 6px;
	width: 130px;
}
form.newsletterSignUp {
	padding: 5px 0px 10px 5px;
	margin: 0px;
}
.newsletterSignUp .submitlabel {
	background-color: #5C422C;
	margin-left: 0px;
}
.newsletterSignUp p {
	clear:both;
}

/* Blog post formatting  */
.blogpost {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #402817;
	padding: 5px;
	background-color: #5C422C;
	width: auto;
	color: #C8B4A5;
}
.blogsummary {
	font-size: 12px;
}
.blogreadmorelink {
	margin-bottom: 15px;
	margin-top: 10px;
}
.blogreadmorelink a {
	color: #AE8262;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-top: 20px;
}
.blogposteddate {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AE8262;
	padding-top: 5px;
	font-size: 10px;
}
.poster {
	font-weight: bold;
}
.posteddate {
	font-style: italic;
	font-weight: bold;
}
.blogcommentcount {
	font-size: 12px;
	margin-bottom: 15px;
}
.blogNext {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px;
	margin-bottom: 6px;
}
.blogPrevious {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px;
	margin-bottom: 6px;
}
.comment {
	background-color: #553C26;
	border: none;
	padding: 5px;
	margin-bottom: 15px;
}
.commentcount {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #5E452D;
	border: 1px solid #553C26;
	width: 25px;
}

/* Archive Navigation formatting  */
ul.blogarchivelist  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.blogarchivelist li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
}
.blogarchivelist a {
	display: block;
	padding: 4px;
	margin: 0px;
	background-color: #543A26;
	font-size: 14px;
	font-weight: bold;
	color: #C8B4A5;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E452D;
	width: 212px;
}
.blogarchivelist a:hover {
	display: block;
	padding: 4px;
	margin: 0px;
	background-color: #543A26;
	font-size: 14px;
	font-weight: bold;
	color: #AE8262;
	text-decoration: none;
}
/* Archive Navigation formatting  */
.homecontent {
	padding: 2px 5px;
	font-size: 12px;
	background-color: #5C422C;
	margin: 0px;
	color: #C8B4A5;
}
.pagecontent {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #402817;
	padding: 2px 5px 10px;
	font-size: 12px;
	background-color: #5C422C;
	margin: 0px;
	color: #C8B4A5;
}
.pagecontent td {
	font-size: 12px;
	color: #C8B4A5;
}
.productcontent {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #402817;
	padding: 5px 5px 2px;
	font-size: 12px;
	background-color: #5C422C;
	margin: 0px;
	color: #C8B4A5;
	width: 790px;
}
.proddesc {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 380px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
.pagecontent p {
	font-size: 12px;
	color: #C8B4A5;
}
.error {
	color: #FF0000;
	background-color: #FFFF99;
	padding: 5px;
	border: 1px solid #FF0000;
	margin-bottom: 20px;
	margin-right: 10px;
}

/* Piece Detail formatting  */
.productthumb {
	width: 370px;

}
.thumbnail {
	text-align: right;
	width: 380px;
	float: left;
	margin-right: 5px;
}

/* Reverse Harness formatting  */
.dogmeasurements {
	background-color: #553C26;
	width: 300px;
	margin-bottom: 15px;
	padding: 5px;
}
.dogmeasurements h2 {
	background-color: #3A2313;
	padding: 5px;
	margin: 0px 0px 5px;
	text-align: left;
}
.exactmeasurements {
	background-color: #553C26;
	width: 300px;
	margin-bottom: 15px;
	padding: 5px;
}
.exactmeasurements h2 {
	background-color: #3A2313;
	padding: 5px;
	margin: 0px 0px 5px;
	text-align: left;
}
label.dogmeasurementlabel  {
	width: 55px;
	margin-bottom: 5px;
}
.peoplemeasurements {
	margin-bottom: 15px;
	padding: 5px;
}
.peoplemeasurements h2 {
	background-color: #3A2313;
	padding: 5px;
	margin: 0px;
	width: 290px;
	margin: 0px 0px 5px;
}
.peoplestone {
	margin-top: 10px;
}
.dogstone {
	margin-top: 10px;
}
.diagramlink a {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 12px;
	text-transform: none;
}

/* Disclaimer formatting  */
.disclaimertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	width: 690px;
	margin-left: 40px;
	border: 2px solid #402817;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: left;
}
.disclaimertext p {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nylon_classicribbonoptions select {
	margin-bottom: 15px;
}
.silver_classicribbonoptions select {

}
p.error {
	color: #FF0000;
	background-color: #FFFF99;
	padding: 5px;
	border: 1px solid #FF0000;
	margin-bottom: 20px;
	margin-right: 10px;
}
.silverdiv {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.nylondiv {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.sizedisclaimer {
	font-size: 10px;
	line-height: 18px;
}

/* Forward to a Friend formatting  */
.forwardtofriendform .submit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px;
	float: left;
	margin-bottom: 6px;
	width: 130px;
}
.forwardtofriendform label {
	float: left;
	width: 100px;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFFFFF;
}
.forwardtofriendform input {
	float: left;
	width: 150px;
	padding-left: 3px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	margin-bottom: 3px;
}
.forwardtofriendform textarea {
	float: left;
	width: 300px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	height: 80px;
}
.forwardtofriendform br {
	clear: both;
}
.forwardtofriend {
	font-size: 12px;
	color: #C8B4A5;
}

/* Knuckle Disclaimer formatting  */
.knucklesdisclaimer {
	margin-bottom: 15px;
	margin-top: 15px;
}

/* Custom Order Form formatting  */
form.Custom_Order {
	padding-bottom: 15px;
	margin-left: 45px;
}
.Custom_Order label {
	background-color: #402817;
	color: #C8B4A5;
	width: 130px;
	margin-bottom: 5px;
	text-align: left;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Custom_Order input {
	float: left;
	width: 295px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	margin-bottom: 3px;
}
.Custom_Order textarea {
	float: left;
	width: 300px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	height: 80px;
}
.Custom_Order br {
	clear: both;
}

/* Contact Us Form formatting  */
.Contact_Us label {
	background-color: #402817;
	color: #C8B4A5;
	width: 130px;
	margin-bottom: 5px;
	text-align: left;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submitlabel {
	float: left;
	width: 130px;
	padding: 3px;
	margin-right: 5px;
}
form.Contact_Us {
	width: 400px;
	padding-bottom: 15px;
	margin-left: 80px;
}
.Contact_Us textarea {
	height: 60px;
	width: 205px;
	margin-bottom: 5px;
	float: left;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
}
.Contact_Us input {
	width: 200px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	margin-right: 6px;
	float: left;
	padding: 3px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
.submit input {
	color: #FFFFFF;
	background: #291304;
	border: 1px #CACACA;
	display: block;
	padding: 3px;
	cursor: pointer;
}
br {
	clear: left;
}
.redtext {
	color: #FF0000;
}
/* Checkout Form formatting  */
.checkout_form label {
	float: left;
	width: 150px;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
.checkout_form input {
	float: left;
	width: 200px;
	padding-left: 3px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.checkout_form select {
	float: left;
	width: 150px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
}
.checkout_form textarea {
	float: left;
	width: 400px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	height: 100px;
}
.checkout_form .checkbox {
	float: left;
	width: 15px;
	margin: 0px 5px;
	border: none;
	background-color: #5C422C;
	padding: 0px;
}
.checkout_form .submit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px;
	float: left;
	width: 250px;
	margin-left: 150px;
}
.checkout_form legend {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
fieldset {
	border: 1px solid #402817;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.checkout_form p {
	clear: both;
	margin: 0px;
}
.checkout .submit {
	background-color: #FFFFFF;
	border: 1px solid #C8B4A5;
	color: #000000;
	cursor: pointer;
	display: inline;
	margin-left: 620px;
	font-weight: bold;
}


/* Shopping Cart formatting  */
.cart td {
	background-color: #553C26;
	font-size: 12px;
	padding: 3px;
	color: #C8B4A5;
}
.cart th {
	background-color: #402817;
	color: #C8B4A5;
}
td.nobg {
	background-color: #5C422C;
}
td.shipprice {
	background-color: #402817;
}
td.totalprice {
	background-color: #000000;
}
.updatecart .submit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	width: 100px;
}
form.updatecart {
	margin-bottom: 20px;
}
form.checkout {
	margin-bottom: 20px;
}
form.cart {
	margin-bottom: 40px;
}
.cart .submit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	width: 100px;
}
.contshop a {
	font-size: 14px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
}
.contshop a:hover {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	padding: 4px;
	text-decoration: none;
}
.contshop { 
	margin-bottom: 10px;
}

/* Add to Cart formatting  */
.addtocart {
	padding-bottom: 20px;
	padding-left: 10px;
}
.addtocart select {
	width: 175px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #402817;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 12px;
}
.addtocart label {
	float: left;
	width: 150px;
	margin-right: 5px;
	color: #FFFFFF;
	background-color: #553C26;
	padding: 3px;
	font-weight: bold;
}
.addtocart .submit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	height: 30px;
	margin-top: 20px;
	float: right;
	margin-bottom: 20px;
	margin-right: 7px;
}
.addanohterpiece {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	height: 30px;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}
.foryou {
	float: left;
	width: 45%;
	background-color: #553C26;
	padding: 10px;
	margin-right: 30px;
}
.foryou label {
	width: 55px;
}
.foryou h2 {
	background-color: #3A2313;
	padding: 5px;
	margin: 0px;
	margin: 0px 0px 5px;
	text-transform: uppercase;
}
.foryou h3 {
	padding: 5px;
	margin: 0px;
	margin: 0px 0px 5px;
	font-size: 12px;
	color: #ffffff;
}
.foryou select {
	margin-left: 5px;
	margin-bottom: 0px;
}


.cubeoptions {
	float: left;
	width: 350px;
	background-color: #553C26;
	padding: 10px;
	margin-right: 30px;
	text-align: left;
}
.cubeoptions label {
	width: 55px;
}
.cubeoptions h2 {
	background-color: #3A2313;
	padding: 5px;
	margin: 0px;
	margin: 0px 0px 5px;
	text-transform: uppercase;
}
.cubeoptions h3 {
	padding: 5px;
	margin: 0px;
	margin: 0px 0px 5px;
	font-size: 12px;
	color: #ffffff;
}
.cubeoptions select {
	margin-left: 5px;
	margin-bottom: 0px;
}

.addtocart p {
	clear: both;
	margin: 0px;
}
.yourbaby {
	float: left;
	width: 45%;
	background-color: #553C26;
	padding: 10px;
}
.yourbaby h2 {
	background-color: #3A2313;
	padding: 5px;
	margin: 0px;
	margin: 0px 0px 5px;
	text-transform: uppercase;
}
.yourbaby h3 {
	color: #ffffff;
	padding: 5px;
	margin: 0px 0px 5px;
	margin: 0px 0px 5px;
	font-size: 12px;
}
.yourbaby select {
	margin-left: 5px;
	margin-bottom: 0px;
}
.yourbaby label {
	width: 55px;
}
.thumbcuff {
	margin-top: 20px;
}
.products_Chain_Length select {
	margin-bottom: 6px;
}
/* ADDED FOR CLASSIC TEST - 9/24/08 - Matthew */
.hide {
 display:none;
}
.show {
}
.price {
 text-align: right;
 background-color: #3A2313;
 padding: 5px;
}
.price span {
 font-weight: bold;
}
.cube_option input {
	margin-bottom: 5px;
	width: 25px;
	margin-right: 8px;
	text-align:center;
}
.cube_option select {
	margin-bottom: 5px;
	width: 90px;
	margin-right: 8px;
}
.cube_changeitems {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	width: 170px;
	padding: 5px;
	text-decoration:none;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: bold;
}
label.cubelabel {
	width: 115px;
	margin-bottom: 5px;
	text-align:right;
}
label.cubelabel_pillow {
	width: 115px;
	text-align:right;
	font-weight:normal;
	margin-bottom: 5px;
	color: #FFCC99;
}
select.cubeselect_pillow {

}
.choosecolorssubmit {
	background-color: #291304;
	border: 1px solid #C8B4A5;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	height: 30px;
	margin-top: 5px;
	float: right;
	margin-bottom: 5px;
	margin-right: 7px;}
.lightbrown {
	background-color: #553C26;
}
.darkbrown {
	background-color: #3A2313;
}
.cube_measurements {
	margin-top: 15px;
}