/* CSS Document */

* { margin: 0 auto; 
	padding: 0;
}

html{
	margin:0 auto; 
	padding:0;
}

body {
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;

}

p{
	font: 1em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	margin:5px 0 10px 0;
}

input, label, select {
	font-size: 1em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	display: block;
	color: #000000;
	margin-bottom: 10px;
	padding-bottom: 5px;

}

h1 {
font-size: 1.4em;

}

h2 {
font-size: 1.8em;

}

h3 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
border-bottom: solid 1px #c2cad0;
}




h5 {
font-size: 1.2em;
}

a{
	text-decoration: underline;
	color: #a12c1f;

}

a:hover{	
	text-decoration: none;
	color: #686767;
	}

.left {
	float: left;
	margin-right: 5px;
}

.right {
	float: right;
	text-align: left;
}

#outer-wrapper {
	width: 684px;
}

#header {
		border: solid 1px #c2cad0; 
		margin-bottom: 20px;
}

/* PRODUCT DETAILS
==============================================================*/	

#prod-details-printheader {
	margin-left: 0px; 
}

#pagebody-content #prod-details h2 span {
}

#pagebody-content #prod-details #padding {
	display: block;
	margin-top: 15px;
	margin-left: 13px;
}

#pagebody-content #padding ul {
	list-style: outside;
	margin-left: 20px;
	line-height: 1.5em;
}

#product-details {
	width: 617px;
	height: 270px;
	padding: 20px 15px 20px 50px;
	border: solid 1px #c2cad0; 
}

#product-image {
	float: left;
	margin: 0 auto;
	padding: 0 3px 0 3px;
	text-align: center;
	border: solid 1px #c2cad0;
}

#product-details-right {
	width: 236px;
	height: 250px;
	float: left;
	padding: 0 0 0 20px;
}

#prod-info{
	display: block;
	width: 172px;
	margin-right: 30px;
	margin-left: 50px;
	margin-top: 12px;
}

#prod-info h3{
	padding-top: 5px;
	margin-bottom: -7px;
	color: #686767;
	font-size: 1.6em;
	font-weight: normal;
}


#prod-sub-nav {
	display: none;
}


.p7TP_tabs {
	display: none;
}

.p7TPcontent {
	text-align: left;
}

#p7tpc1_1, #p7tpc1_2, #p7tpc1_3, #p7tpc1_4 {
	width: 652px;
	border: solid 1px #c2cad0;
	padding: 5px 15px 15px 15px;
	margin-top: 20px;
}

#p7tpc1_1 h4 {
	margin-bottom: 20px;
}


	/* DESIGN VARIATIONS
	========================================*/
	
	.design-variations-row {
		height: 212px;
		display: block;
		margin-left: 30px;}
	
	.design-variation1, .design-variation2, .design-variation3{
		float: left;
		width: 180px;
		border: solid 1px #c2cad0;
	}
	
	.design-variation2{
		margin: 0 20px 0 20px;
	}
	
	.design-variation-title{
		color: #666666;
		width: 180px;
		height: 33px;
		background: #e5e7eb url(../images/bg-product-title.gif) repeat-x; background-position:0 0;
		border-top: solid 1px #c2cad0;
		text-align: center;
		padding-top: 3px;
	}
	
	.design-variation-title a{
		font-weight: bold;	
		color: #666666;
		text-decoration: none;
	}
	
	.design-variation-title a:hover{	
		color: black;
	}


#copyright  { 	
	width: 650px;	
	text-align: center;
	font-size: .9em; 
	margin-top: 12px;
	margin-bottom: 7px;
} 