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

html { 
overflow: -moz-scrollbars-vertical;
}

body {
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: arial;
	font-size: 14px;
}
a {
	text-decoration:none;
	color:#800;
}

a:hover {
	text-decoration:underline;
}
img {
	border: 0px;
}

#temp_Wrapper {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#temp_Border {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #fff;
	width: 100%;
}

#temp_Header {
	width: 100%;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 77px;
}

#header_Left {
	margin-left: 20px;
	float: left;
	width: 313px;
}

#header_Right {
	float: right;
	width: 385px;
	margin-right: 10px;
	height: 77px;
}

#header_Right ul li a {
	padding-left: 25px;
	padding-right: 25px;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 45px;
}

#header_Right ul li a:hover {
	color: #1A6094;
	text-decoration: underline;
}

#header_Right ul {
	list-style: none;
}

#header_Right ul li {
	float: left;
}


#temp_Content {
	margin-top: 8px;
	padding-bottom: 15px;
}

#temp_Content_Left {
	float: left;
	width: 192px;
	margin-left: 4px;
}

.content_Header {
	background-image: url(../images/bg_content_header.jpg);
	background-repeat: repeat-x;
	height: 32px;
	text-align: left;
	color: #fff;
}

.content_Text {
	text-align: left;
	padding: 5px;
}

#content_Left ul {
	list-style: none;
}

#content_Left ul li {
	display: block;
	font-size: 13px;
	text-align: left;
	line-height:24px;
}

#content_Left ul li.selected {
	display: block;
	font-size: 13px;
	background-color: #ededed;
}

#content_Left ul li a {
	color: #282828;
	text-decoration: none;
	padding-left: 10px;
}

#content_Left ul li a:hover {
	color: #1A6197;
	text-decoration: underline;
}

#content_Left ul li.selected a {
	color: #282828;
	text-decoration: none;
	font-weight: bold;
}

#content_Right
{
	font-size:.9em;
	padding:8px;
	text-align:left;
}
.productDescription {
	text-align: left;
}

.productDescription p {
	margin-bottom: 8px;
}

.productDescription a {
	color: #16365D;
	font-weight: bold;
}

.productDescription a:hover {
	text-decoration: none;
}

.footer {
	clear:both;
	border-top: 1px solid #ddd; 
	margin-top: 10px;
	padding-top: 8px; 
	text-align: center; 
	font-size: .8em; 
	line-height: 12px;
}

.footer a {
	color:#16365D;
}

h1{
	font-size: 1.4em; 
	font-weight: bold;
}

h2{
	padding: 8px; 
	font-size: 1.1em; 
	font-weight: bold;
}


.product_info {
	padding:0 4px;
	line-height:25px;
}

.productImage {
	padding:8px;
	margin-top:24px;
	height:120px;
	text-align:left;
	line-height:25px;
}

 
 .RelatedProduct {
 	padding:4px 2px;
 	text-align:center;
 	float:left;
 	width:125px;
 	height:120px;
 	font-size:.9em;
 }
 
 .ProductCategories {
 	padding:4px 2px;
 	text-align:center;
 	float:left;
 	width:125px;
 	height:160px;
 	font-size:1em;
 }
 

.productClickLink {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	clear:both;
}

.pagination { text-align:center; }

.product_info_top_wrapper {
	
}

.product_info {
	width:350px;
	padding:0 8px;
	line-height:25px;
}

.offers {
	margin-top:12px;
	width:100%;
}

.offers table {
	width:100%;
	border-collapse: collapse;
}

.offers table td {
	font-size:.9em;
	padding:6px 10px;
	border:1px #BBB solid;
}

.offers table .hdr {
	font-weight:bold;
	background-color:#800;
	color:#FFF;
}

.offers table .hdr h3, .offers table .hdr a {
	color:#FFF;
}

.product_description {
	padding:8px;
}

.breadcrumb {
	margin-bottom:8px;
	font-size:.9em;
	text-align:left;
}
.breadcrumb a {
	text-decoration:none;
}