body {
	font: 90% "futura bk", Helvetica, Arial, sans-serif;
 	font: 80% Verdana, Helvetica, Arial, sans-serif; 
	color: #686868; 
}
/*______________General HTML Tags______________*/

h1, h2, h3, h4, h5, h6 {
        margin-top: 1em;
		margin-bottom: 0.5em;
		color: #008ba7;
		}
h4, h5, h6 {
	    color: #787878;
		}
p, ul, ol, dl, address {
        margin-top: 0.5em;
		margin-bottom: 1em;
		}
h1 	 	{
	 	font-size: 1.2em; 
	 	}
h2 	 	{
		font-size: 1.3em;
		line-height: 1.3em;
		color: #ff9900;
	 	}
h3		{
		font-size: 1.2em; 
		line-height: 1.2em;
		font-weight: normal;
	 	}
h4		{
		font-size: 1.1em; 
	 	}
h5, h6  {
		font-size: 1.4em; 
	 	}
h6      {
		font-weight: normal;
	 	}
a    	{
		color: #008da9;
		text-decoration: none
}
a:hover {
		color: #008ba7; /*#C40075;*/ 
} 
dt		{
		font-weight: bold;
}
/*_____ Most of the stylesheet applies only to Screen _____________*/
@media screen {
body {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left; 
    background: #008da9 url(/wp-content/themes/imlisten2/images/content-background.gif) 0 0 repeat-y;
}
/*_________________Page Layout_________________*/
/*   Page is the main page content.  Auto margins are essential.  */
/*   Wrapper is an internal wrapper, allowing background images */
/*   Header is outside wrapper currently but inside page */

#page	{
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 59px;
	border: none;
	text-align: left; 
    position: relative;
	width: 1200px;
    background: url(/wp-content/themes/imlisten2/images/main-background.gif) 0 0 no-repeat;
} 
/*__________________Header_____________________*/

#header {
	text-align: left;
    width: 868px;
    height: 96px;
	background: #fff;
	border-bottom: solid 2px #e8e8de;
	margin-left: 30px;
	margin-right: 30px;
}
#header h1 {
	margin: 0;
}
#header img.header1 {
}
#header img.headertag {
    margin-top: 40px;
}
#headpic{
}
#description {
    display: none;
}
/*________________Rest of Layout_________________*/

/* wrapper contains content and right sidebar, to allow optimal content ordering */
#wrapper {
	text-align: left;
	width: 758px;
	margin-left: 170px;
	min-height: 600px;
	background: #fff;
	overflow: hidden;
}
#content {
	position: relative;
	z-index: 99;
	width: 550px;
	text-align: left;
	padding-left: 8px;
	padding-right: 10px;
}
/* menu is left sidebar */
#menu {
	position: absolute;
	z-index: 99;
	top: 96px;
	left: 59px;
	width: 161px;
	padding-top: 22px;
}
/* right sidebar */
#sidebar {
	position: absolute;
	z-index: 99;
	top: 66px;
	left: 811px;
	width: 176px;
}
/*__________________Menu (left sidebar)_____________________*/
#nav {
    list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0;
	/*font-size: 85%;
	font-family: Times New Roman, serif;
	text-transform: uppercase;*/
	font-weight: bold;
	font: 90% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#nav li {
    list-style: none;
	margin: 0 12px 0 26px;
	padding: 9px 3px; 
	border-bottom: dashed 1px #81c6d5;
}
#nav a    	{
	text-decoration: none;
	padding: 5px 0;
}
#nav a:hover {
    color: #81c6d5; 
}
#nav li.current_page_item a {
    color: #787878; /*#aea097;*/ 
}
/*__________________Footer_____________________*/
#footer {
    height: 78px;  
    background: #fff url(/wp-content/themes/imlisten2/images/footer.gif) bottom left no-repeat;
	width: 929px;
	text-align: center;
	position: relative;
}
#footer a {
	color: #ae9f98;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #008da9;
}
#footer p#foot {
	text-align: left;
	padding-top: 12px;
	padding-left: 91px;
	font-size: 80%;
	color: #ae9f98;
}
#footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#footer ul li {
	display: inline;
    margin-left: 0;
	padding: 0 7px;
}
h1 {
    text-transform: uppercase;
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: dashed 1px #81c6d5;
	padding-top: 4px;
}
/*_________Image Background for Heading________________*/
/*h1.standard {
    text-transform: uppercase;
	font-size: 130%;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 10px;
  	width: 550px;
  	overflow: hidden;
  	vertical-align: bottom;
  	background: #e0e0e0 url(/wp-content/themes/imlisten2/images/headingblank.jpg) top left no-repeat;
}*/
/*________________(Right) Sidebar___________________*/
#sidebar {
	font-size: 95%;
    padding-top: 30px;
}
#sidebar ul {
  	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
    margin-top: 0.5em;
	margin-bottom: 1em;
}
#sidebar ul h2 {
	font-size: 120%;
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	color: #008da9;
	background: #e8e8de url(/wp-content/themes/imlisten2/images/side-heading1.jpg) top left no-repeat;
	padding: 6px 10px 4px 20px;
	margin-left: -10px;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
    padding-bottom: 1.3em;
}
#sidebar ul ul {
	padding: 0;
	margin: 0;
}
#sidebar ul ul li {
	padding-top: 3px;
	margin-left: 10px;
	border: none;
}
#sidebar ul ul ul {

}
#sidebar ul ul ul li {
	border: none;
	padding-bottom: 0;
}
#sidebar li p {
	margin-bottom: 0.2em;
}
#sidebar a {
	text-decoration: none; 
	font-weight: normal;
}
#sidebar a:hover {
	text-decoration: underline; 
}
#sidebar a:visited {

}


}  
/* end screen only */

/*________________Shopping Cart Specific___________________*/
#dlgcart, #dlgthank {
  text-align: left;
}
#dlgcart {
  margin-top: -30px;
}
#dlgcart table td, #dlgthank table td {
  text-align: left;
}
table.Checkout td {
  text-align: left;
}
table.Checkout {
  margin-top: 40px;
  margin-bottom: 20px;
}
blockquote {
  margin:0;
  padding:0;
}
.tableSpacing {
  background: #FFFFFF;
}

.product {
  padding-bottom: 30px;
  background: url(/dlg/images/postsep.gif) bottom center no-repeat;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.prodimage {
  float: left;
  margin-right: 20px;
}
.proddetails {
  margin-left: 140px;
  /*font-size: 85%;*/
}
.proddetails ul {
  margin-left: 1em;
  padding-left: 0;
}
.proddetails li {
}
.productTitle, .cartSectionHeading {
  font-weight: bold;
  margin: 0;
  color: #FEB301;
  font-family: Arial, sans-serif;
}
.cartSectionHeading {
  display: none;
  font-size: 1.3em;
  /*color: #008ba7;
  font-weight: normal;*/
	color: #686868; 
}
.prodprice {
  font-weight: bold;
  margin-top: 1em;
}
.specialprice {
  color: #d84227;
  font-style: italic;
  display: none;
}
h2.productTitle {
  margin-bottom: 0.5em;
}
.dlgbutouter {
  background: #fff url(/dlg/images/buttonleftwhite.gif) left 1px no-repeat;
  padding-left: 15px;
  margin-bottom: 12px;
}
.dlgbutouter a {
  background: #666 url(/dlg/images/buttonbgwhite.gif) no-repeat right 0;
  padding: 2px 20px 2px 5px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}
.dlgbutouter a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.dlgbutouter a:hover {
  color: #FFCC00;
  text-decoration: none;
}
.dlgbut {
  margin-bottom: 12px;
  margin-top: 12px;
}

TABLE.Checkout {
  background: #b0b0b0; /*#6788e7;*/
  margin-bottom: 10px;
}
TR.CheckoutHeading {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  background: #b0b0b0; /*#88A9FF;*/
  height: 24px;
}
TR.CheckoutContents {
  background: #FFFFFF;
}

a.DLGbutton:link {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}
a.DLGbutton:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
}
a.DLGbutton:hover {
  color: #FFCC00;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
}
#sidebar a.DLGbutton {
  font-weight: bold;
}
#sidebar a.DLGbutton:hover {
  font-weight: bold;
  text-decoration: none;
}

#cartSearch input {
  margin-top: 0.3em;
}
div.cartItems {
  margin-bottom: 10px;
}
#sidebar .dlgbut { 
/*  margin-left: auto;
  margin-right: auto;*/
  margin-bottom: 20px;
}
/*#sidebar .checkoutlink { 
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sidebar .checkoutlink a { 
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 0;
  border-top: solid 1px #008ba7;
  border-bottom: solid 1px #008ba7;
}*/
#sidebar .checkoutlink a:hover { 
  text-decoration: none;
  color: #ff9900;
  border-top: solid 1px #ff9900;
  border-bottom: solid 1px #ff9900;
}

A.button:Link {color:#FFFFFF; text-decoration:none;font-size:8pt;}
A.button:Visited {color:#FFFFFF; text-decoration:none;font-size:8pt;}
A.button:Hover {color:#333333; text-decoration:none;font-size:8pt;}

A.DLGmoredetails:Link {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}
A.DLGmoredetails:Visited {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}
A.DLGmoredetails:Hover {
  color: #DD0000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}
A.CheckoutLink:Link {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}
A.CheckoutLink:Visited {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}
A.CheckoutLink:Hover {
  color: #DD0000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}
A.pageNumbers:Link {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: x-small;
}
A.pageNumbers:Visited {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: x-small;
}
A.pageNumbers:Hover {
  color: #333333;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: x-small;
}
a.dlgpage {
		color: #008da9;
		text-decoration: underline;
}
a.dlgpage:hover {
		color: #008ba7; /*#C40075;*/ 
		text-decoration: none;
} 
.alertbox {
  border: solid 1px red;
  padding: 6px 6px 0;
  width: 400px;
  margin: 30px auto -10px; 
  text-align: center;
  color: red;
}
.guarantee {
  font-size: 90%;
  margin-right: 0px;
}
.guarantee img {
  margin-left: 50px;
}
