/* ############### HOME ############### */
.home {
	width: 650px;
	float: left;
	display: inline;
	overflow: hidden;
}
.home .fade {
	height: 249px;
	overflow: hidden;
}
.home .welcom-message {
	height: 93px;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	background: url(/site/templates/bg-welcome.jpg) no-repeat left top;
}
.home .welcom-message h1 {
	margin: 0;
	width: 400px;
	height: 25px;
	background: url(/site/templates/title-home.jpg) no-repeat 24px 0;
}
.home .welcom-message h1 span {
	display: none;
}
.home .welcom-message p {
	color: #fff;
	padding: 0 30px;
	margin: 3px 0 0 0;
}
.home .title-specials {
	font-size: 18px;
	color: #319733;
	padding: 0 0 0 14px;
	background: url(/site/templates/icon1.gif) no-repeat left center;
	margin: 0 0 10px 0;
}
.home .box-home-wrap {
}
.home .box-home-wrap .box-home {
	width: 316px;
	height: 200px;
	float: left;
	display: inline;
	background: url(/site/templates/bg-box-home.jpg) no-repeat left top;
	margin: 0 16px 16px 0;
	position: relative;
}
.home .box-home-wrap .last {
	margin: 0 0 16px;
}
.home .box-home .title {
	font-size: 13px;
	font-weight: bold;
	color: #0081c6;
	padding: 15px 0 0 15px;
}
.home .box-home .title a {
	text-decoration: none;
	color: #0081c6;
}
.home .box-home .content {
	padding: 12px 10px 0 10px;
	line-height: 14px;
}
.home .box-home .image {
	width: 90px;
	float: left;
	display: inline;
	text-align: center;
	padding: 5px 10px;
}
.home .box-home .btn-box {
	width: 105px;
	height: 35px;
	_height: 36px;
	position: absolute;
	left: 195px;
	bottom: 0;
	text-align: center;
}
/* ############### ITEM LIST ############### */
.itemlist {
	width: 650px;
	float: left;
	display: inline;
	overflow: hidden;	
}
.itemlist h1 {
	background:transparent url(/site/templates/icon1.gif) no-repeat scroll left center;
	color:#319733;
	font-size:18px;
	margin: 0 0 10px;
	padding: 12px 0 8px 14px;
	font-weight: normal;
	width: 280px;
	float: left;
}

.itemlist .detailed-description{
	margin-bottom:15px;
}

.itemlist .wrap-compare {
	width: 340px;
	float: right;
	display: inline;
	text-align: right;
	line-height: 14px;
	margin: 10px 0 0 0;
}
.itemlist .wrap-compare img {
	float: right;
	display: inline;
	margin: 1px 10px 0 5px;
}
.itemlist-cell-table {
	border-collapse: collapse;
}
.itemlist-cell-table .head td, .itemlist-cell-table .desc, .itemlist-cell-table .price, .itemlist-cell-table .cart {
	border: 1px solid #fff;
	background: #e8e8e8;
	padding: 5px 15px;
}
.itemlist-cell-table .price {
	text-align: center;
	font-size: 13px;
}
.itemlist-cell-table .head td {
	background: #dedede;
}
.itemlist-cell-table .head .title {
	color: #0081c6;
	font-size: 13px;
	font-weight: bold;
}
.itemlist-cell-table .head .title-price {
	color: #329a33;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.itemlist-cell-table .more-info {
	font-size: 11px;
	font-weight: bold;
	color: #004b6f;
}
.itemlist-cell-table .cart #qty {
	border: 1px solid #999;
	padding: 5px 3px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}
.itemlist-cell-table .compare-check input {
	vertical-align: middle;
}
.itemlist-cell-table .compare-check a {
	font-size: 11px;
	color: #626262;
}
/* ############### ACCOUNTING ITEM ############### */
.accounting {
	display:inline;
	float:left;
	overflow:hidden;
	width:650px;
}
.tabNavigation {
	height: 39px;
	background: url(/site/templates/bg-wrap-tabs.jpg) no-repeat -1px bottom;
}
.tabNavigation li {
	float: left;
	display: inline;
}
.tabNavigation li a {
	display: block;
	background: url(/site/templates/bg-tab.jpg) no-repeat -1px 0;
	width: 128px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #a1a3a4;
}
.tabNavigation li.tab1 a {
	background: url(/site/templates/bg-tab.jpg) no-repeat 0 0;
}
.tabNavigation li a.active {
	color: #005883;
	background-position: -1px -31px;
}
.tabs .wrap-tabs {
	width: 649px;
	background: url(/site/templates/bg-tabs-content.jpg) repeat-y left top;
}
.tabs .wrap-tabs2 {
	background: url(/site/templates/bg-wrap-tabs3.jpg) no-repeat left bottom;
}
.tabs .wrap-tabs3 {
	background: url(/site/templates/bg-wrap-tabs2.jpg) no-repeat right bottom;
	padding: 15px 25px 18px 15px;
}
.tabs .fix-content {
	width: 170px;
	height: 280px;
	padding: 0 15px;
	background: url(/site/templates/border-item-image.jpg) no-repeat right top;
	float: left;
	display: inline;
}
.tabs .fix-content .image {
	width: 170px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 15px 0;
}
.tabs .fix-content .image img {
	max-width: 170px;
	max-height: 200px;
}
.tabs .fix-content .price {
	font-size: 14px;
	font-weight: bold;
	color: #329a33;
	margin: 0 0 5px 0;
}
.tabs .fix-content .price span {
	font-weight: normal;
	color: #626262;
}
.tabs .fix-content .add-to-cart #qty {
	border:1px solid #999999;
	margin:0;
	padding:5px 3px;
	text-align:right;
	vertical-align:middle;
	width: 30px;
}
.tabs .content_tabs {
	float: left;
	width: 370px;
	padding: 0 0 0 30px;
}
.tabs .content_tabs h1 {
	font-size: 18px;
	font-weight: normal;
	color: #319733;
	margin: 0 0 10px 0;
}
.tabs .description {
	margin: 0 0 10px 0;
}
/* ############### RELATED ITEMS ############### */
.related {
	width: 650px;
	overflow: hidden;
}
.related h2 {
	background:transparent url(/site/templates/icon1.gif) no-repeat scroll left center;
	color:#319733;
	font-size:18px;
	font-weight:normal;
	margin:0 0 6px;
	padding:12px 0 8px 14px;
	width:280px;
}
.related-cell {
	width: 214px;
	height: auto;
	margin: 0 4px 0 0;
	padding-bottom:15px;	
	background: url(/site/templates/bg-related-bot.gif) no-repeat left bottom;
}
.related-cell-inner {
	background: transparent url(/site/templates/bg-related-top.gif) no-repeat left top;	
}

.related-cell .title-item {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	min-height: 36px;
	_height: expression(this.height < 36 ? 36 : true);		/* IE6 specific solution */
	overflow: hidden;
}
.related-cell .title-item a {
	color: #0081c6;
}
.related-cell .image {
	width: 65px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin: 0 10px;
	_margin: 0 5px;	
}
.related-cell .wrap-related-content {
	width: 110px;
	overflow: hidden;
	float: right;
	margin: 0 15px 0 0;
}
.related-cell .wrap-related-content .desc {
	margin: 0 0 5px 0;
}
.related-cell .price {
	font-size: 13px;
}
.related-cell .price span {
	font-weight: bold;
	color: #329a33;
}
.related-cell .add-to-cart {
	clear: both;
	padding: 10px 0 0 18px;
}
.related-cell .add-to-cart #qty {
	border:1px solid #999999;
	margin:0;
	padding:5px 3px;
	text-align:right;
	vertical-align:middle;
}
/* ############### INFOPAGE ############### */
.infopage {
	width: 650px;
	float: left;
	display: inline;
	overflow: hidden;
}
.infopage h1 {
	background:transparent url(/site/templates/icon1.gif) no-repeat scroll left center;
	color:#319733;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px;
	padding:12px 0 8px 14px;
}
.infopage .title-infopage {
	color:#319733;
	font-size:18px;
	padding: 0 20px;
}
.infopage .subtitle-infopage {
	color:#626262;
	font-size:18px;
	padding: 0 20px;
}
.infopage .sep {
	background: url(/site/templates/info-sep.gif) repeat-x left bottom;
	padding: 0 20px 25px;
	margin: 0 0 25px;
}
.infopage p {
	margin: 20px 0;
	padding: 0 20px;
	font-size: 13px;
}
.infopage p span {
	color: #007fc3;
	font-weight: bold;
	background: url(/site/templates/icon-infopage.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
}
.infopage p a {
	color: #007fc3;
	text-decoration: underline;
}
/* ############### PARTNER LOCATION ############### */
.partner-loc-wrap {
	width: 650px;
	overflow: hidden;
	float: left;
	display: inline;
}
.prl_cnt_loading {
	height: 37px;
	line-height: 37px;
	clear: both;
}
#prl_cnt_loading {
		display: none;
}	
#prl_cnt_results {
	display: none;
}
.title-partner-location {
	background:transparent url(/site/templates/icon1.gif) no-repeat scroll left center;
	color:#319733;
	font-size:18px;
	font-weight:normal;
	margin:0 0 4px;
	padding:12px 0 8px 14px;
}
#prl_filters_box {
	width: 650px;
	height: 94px;
	background: url(../templates/bg-part-selects.jpg) no-repeat left top;
}
.wrap-selects {
	width: 470px;
	float: left;
	display: inline;
	padding: 20px 0 0 20px;
}
.wrap-selects select {
	border:1px solid #999999;
	color:#626262;
	font-size:11px;
	padding:1px;
	width:140px;
}
.wrap-selects span {
	display: block;
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}
.wrap-selects br {
	clear: both;
}
.wrap-btns {
	width: 155px;
	float: right;
	display: inline;
	padding: 20px 0 0 0;
}
.wrap-btns .reset {
	width: 69px;
	height: 28px;
	float: left;
	display: inline;
	background: url(/site/templates/btn-reset.jpg) no-repeat left top;
	margin: 0 5px 0 0;
}
.wrap-btns .reset span {
	display: none;
}
.wrap-btns .submit {
	width: 69px;
	height: 28px;
	float: left;
	display: inline;
	background: url(../templates/btn-submit.jpg) no-repeat left top;
}
.wrap-btns .submit span {
	display: none;
}
.wrap-btns .required {
	margin: 0 0 13px 0;
}
.wrap-btns .required span {
	background: #d6e6f0;
	font-style: italic;
}
#prl_cnt_loading {
	clear: both;
	padding: 10px 0;
}
.results-list .title-partner-location-wrap {
	background: url(/site/templates/info-sep.gif) repeat-x left bottom;
	margin: 0 0 5px 0;
}
.results-list a {
	color: #0080c4;
	font-size: 11px;
	text-decoration: underline;
	font-weight:;	
}
.results-list ul {
	width: 650px;
	overflow: hidden;
	float: left;
	display: inline;
	background: url(/site/templates/info-sep.gif) repeat-x left bottom;
	margin: 0 0 5px 0;
	padding: 15px 0 30px 0;
}
.results-list ul li {
	width: 305px;
	padding: 0 20px 0 0;
	float: left;
	display: inline;
}
.results-list ul li .image {
	width: 100px;
	float: left;
	display: inline;
	color: #0080C4;
}
.results-list ul li .image a {
	font-weight: bold;
}
.results-list .image img {
	max-width: 86px;
	max-height: 86px;
	border: 1px solid #dbdbdb;
	padding: 1px;
	margin: 0 0 10px 0;
}
.results-list .data {
	width: 205px;
	float: right;
	display: inline;
}
.results-list .data .name {
	color: #007dc0;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.results-list .data .text {
	color: #626262;
	font-size: 11px;
	margin: 0 0 10px 0;
}
.results-list .data .text span {
	font-weight: bold;
}
#prl_geographies, #prl_countries, #prl_states {
	background: #d6e6f0;
}
