

/* Title Box Styles 
-------------------------------*/

	#title_box {
		width: 628px;
		height: 112px;
		margin: 30px 0px 15px 0px;
		border: 0px;
		padding: 0px;
		background-image: url(/qdimages/title_box_left.gif);
		position: relative;
		top: 0px;
		left: 0px;
		}

	#title_box_right_breeders {
		width: 146px;
		height: 112px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		background-image: url(/qdimages/title_box_right_breeders.gif);
		position: absolute;
		left: 482px;
		top: 0px;
		z-index: 1;
		}

	#title_box_right_puppies {
		width: 146px;
		height: 112px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		background-image: url(/qdimages/title_box_right_puppies.gif);
		position: absolute;
		left: 482px;
		top: 0px;
		z-index: 1;
		}

	#title_box_right_information {
		width: 146px;
		height: 112px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		background-image: url(/qdimages/title_box_right_information.gif);
		position: absolute;
		left: 482px;
		top: 0px;
		z-index: 1;
		}

	#title_box_right_forum {
		width: 146px;
		height: 112px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		background-image: url(/qdimages/title_box_right_forum.gif);
		position: absolute;
		left: 482px;
		top: 0px;
		z-index: 1;
		}

	#tb_breed_thumb {
		width: 80px;
		height: 80px;
		margin: 0px;
		border: 1px solid #818181;
		padding: 0px;
		position: absolute;
		left: 15px;
		top: 15px;
		}

	#tb_breed_thumb img {
		margin: 0px;
		border: 0px;
		padding: 0px;
		display: block;
		}

	#tb_breed_name {
		width: 518px;
		height: 20px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		line-height: 20px;
		font-size: 16px;
		text-align: left;
		color: #2944b2;
		font-weight: normal;
		position: absolute;
		left: 110px;
		top: 11px;
		}

	#tb_breed_name h3 {
		color: #2944b2;
		font-size: 16px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		}

	#tb_list_type {
		width: 250px;
		height: 18px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		line-height: 18px;
		font-size: 13px;
		text-align: left;
		color: #818181;
		font-weight: normal;
		font-style: italic;
		position: absolute;
		left: 110px;
		top: 31px;
		}

	#tb_order_by_title {
		width: 100px;
		height: 18px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		line-height: 18px;
		font-size: 12px;
		text-align: left;
		color: #fea534;
		font-weight: bold;
		position: absolute;
		left: 110px;
		top: 66px;
		}

	#tb_order_by {
		width: 300px;
		height: 18px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		line-height: 18px;
		font-size: 10px;
		text-align: left;
		color: #818181;
		font-weight: bold;
		position: absolute;
		left: 110px;
		top: 82px;
		}

	#tb_order_by a {
		text-decoration: none;
		color: #818181;
		}

	#tb_order_by a:hover {
		color: #2944b2;
		}



	#tb_zip_form {
		width: 120px;
		height: 13px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		line-height: 13px;
		font-size: 10px;
		text-align: left;
		vertical-align: bottom;
		color: #818181;
		position: absolute;
		left: 377px;
		top: 78px;
		}

	#tb_zip_form form {
		margin: 0px;
		border: 0px;
		padding: 0px;
		}

	#tb_zip_form input {
		font-size: 10px;
		line-height: 13px;
		}



	#tb_breeders_list, #tb_puppies_for_sale, #tb_information, #tb_forum {
		width: 120px;
		height: 20px;
		margin: 0px;
		border: 0px;
		padding: 0px;
		line-height: 20px;
		font-size: 13px;
		text-align: left;
		// font-weight: bold;
		color: #2944b2;
		position: absolute;
		left: 500px;
		z-index: 10;
		}

	#tb_breeders_list {
		top: 4px;
		}

	#tb_puppies_for_sale {
		top: 30px;
		}

	#tb_information {
		top: 58px;
		}

	#tb_forum {
		top: 87px;
		}





/* Blue Bar Styles 
-------------------------------*/		
		
	#blue_title_bar {
		width: 628px;
		height: 21px;
		margin: 15px 0px 20px 0px;
		border: 0px;
		padding: 0px;
		background-image: url(/qdimages/blue_title_bar.gif);
		}

	#blue_title_bar a {
		color: #FFFFFF;
		}

	#bb_content_left {
		width: 280px;
		height: 17px;
		line-height: 17px;
		font-size: 12px;
		margin: 2px 12px 2px 12px; 
		border: 0px;
		padding: 0px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		float: left;
		}

	#bb_content_right {
		width: 280px;
		height: 17px;
		line-height: 17px;
		font-size: 12px;
		margin: 2px 12px 2px 12px; 
		border: 0px;
		padding: 0px;
		color: #dde2f9;
		font-weight: bold;
		text-align: right;
		float: right;
		}

	#bb_content_center {
		width: 590px;
		height: 17px;
		line-height: 17px;
		font-size: 11px;
		margin: 2px 12px 2px 12px; 
		border: 0px;
		padding: 0px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		// float: left;
		}

		


		