/* CSS Document */
/*
body:{
font-family:Arial, Helvetica, sans-serif;
}


#container{
padding:5px 5px 0px;
width:1000px;
margin-left:auto;
margin-right:auto;
}
----Header-----
#headerbar{
display:block;
height:30px;
background-image:url(/deals/jpgs/topbar_middle.gif);
background-repeat:repeat-x;
}

.capleft{
display:block;
float: left;
}

.capright{
display:block;
float:right;
}

.title{
display:block;
font-weight:bold;
font-size:14.5px;
padding-top:5px;
color:#FFFFFF;
}

#headerbar a{
color:#fff;
text-decoration:none;
} 
*/
-----Content------
.deals_logo{
margin-left:15px; 
margin-top:20px;
}

#deals_content{
width:1000px;
float:right;
background-color:#FFF;
}

#mainproduct{
width:1000px;
float:right;
}

#productViewer{
display:block;
width:500px;
float:left;
padding:5px 5px 5px 5px;
text-align:center;
}

#description{
display:block;
width:575px;
float:left;
padding:5px 5px 5px 5px;
}

#sidebar{
display:block;
width:350px;
float:right;

}

#productad{
display:block;
color:#000;
font-weight:bold;
height:100px;
padding-left:125px;
}

#divider{
display:block;
height:30px;
background-image:url(/deals/jpgs/topbar_middle.gif);
background-repeat:repeat-x;
}

#divider h3{
padding-top:5px;
color:white;
}

hr{
color:#999;
}

h1, h2, h3, h4, h5{
color:#06F;
}

h1.h1_Deal{
color:#06F;
}

h3.h3_Deal{
color:#06F;
text-align:center;
/*text-decoration:underline;
border-bottom:1px #333 dotted;*/
}

strong{
color:red;
}

h5{
font-size:10px;
color:#353535;
margin:0;
}

.viewall{
font-size:10.5px;
color:#555;
font-weight:bold;
text-align:right;
padding:0;
margin:0;
}

.viewall a:hover{
color:red;
text-decoration:none;
}


-------Highslide--------
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

/*lavalamp with image*/
	.deals_lavaLampWithImage {
            position: relative;
            height: 30px;
            background-image:url(/deals/jpgs/topbar_middle.gif);
			background-repeat:repeat-x;
            padding: 0px;
            margin: 0px;
            overflow: hidden;
        }
		.deals_lavaLampWithImage li {
			float: left;
			list-style: none;
		}
		.deals_lavaLampWithImage li.back {
			background: url("/deals/jpgs/lava_deal.gif") no-repeat right -30px;
			width: 9px; 
			height: 30px;
			z-index: 8;
			position: absolute;
		}
		
		.deals_lavaLampWithImage li.back .left {
			background: url("/deals/jpgs/lava_deal.gif") no-repeat top left;
			height: 30px;
			margin-right: 9px; /* 7px is the width of the rounded shape */
		}
		
		.deals_lavaLampWithImage li a {
			text-align: center;
			top: 7px;
			z-index: 10;
			display: block;
			float: left;
			height: 30px;
			position: relative;
			overflow: hidden;
			margin: auto 15px;    
		}
		.deals_lavaLampWithImage li a:hover, .deals_lavaLampWithImage li a:active, .deals_lavaLampWithImage li a:visited {
			border: none;
		}
		/* hasan code for the reman pumps*/
		
		.productHeading{
			clear:both;
			margin-left:5%;
			margin-right:5%;
		}
		
		
		.saving {
			color: green;
			display:block;
			margin-top:0px;
			font-size: 14pt;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		
		.UL_Reman{
			margin-top:0;
			padding:0;
			margin-left:0;
		}

		.UL_Reman li{
			list-style:none;
			list-style-image:none;
			list-style-type:none;
			line-height:1.6em;
			color:#333;
			font-weight:bold;
			border-bottom:1px #333 dotted;
		}
		
		.item_description
		{	
			border-bottom:1px #333 dotted;
		}
		.price_item{
			color:#06F;
			font-weight:bold;
		}
		
		.descriptionheading{
			color:#333;
			font-weight:bold;
			border-bottom:1px #333 dotted;
			margin-top:0;
			padding-top:0;
		}
        /*#leftdata{ 
			padding:5px 5px 0px;
			width:400px;
			margin-left:200px;
			margin-top:20px;
			margin-bottom:5px;
			margin-right:0;
			float:right;
         }*/
		 
/*Reman Pumps Table*/
.reman_pump tr td{
border-collapse:collapse;
background:url(/newweb/gif/reman_bg.gif) repeat-x;
}
