/*
Theme Name: Basic 2-column (default) Theme
Theme URI: http://my-affiliate-store.com/
Description: This is a basic, tableless, 2-column theme
Version: 1.1
Author: 
*/
h4 { background:green; font-size:14px; float:left; padding:5px 10px; color:#fff; margin:10px; }
.product .artlink { margin:10px; clear:none }
#header-bg { background:url(img/header_bg.jpg) repeat-x; height:84px; }
.storename a, .storename a:visited { font:36px/40px "Trebuchet MS", Tahoma, sans-serif; text-decoration:none; color:green; margin:10px; }
.storename a:hover { color:#333; }
#header-bg h1 { color:#666; }
body {  
font: normal 12px Arial, Helvetica, sans-serif;
line-height: 1.25em;
color: #000;  
margin: 0;
background-color:#fff;
text-align: center;
}

#mainframe {
width: 800px;
margin: 0 auto;
border: solid 1px green;
text-align: left;
position: relative;
overflow: hidden;
}

#mainbody { 
  clear:both;
  padding-bottom:15px;
  width:100%;
  position:relative;
  z-index:1;
}

#headerBox {
clear:both;
position:relative;
z-index:1;
}

#header {
position: relative;
}

#sidenavBox {
 position: relative;
 top: 0;
 z-index:3;
 width: 137px;
 margin-top: 3px;
 float: left;
 border-right: solid 1px green;
}

#sidenav {
 padding: 1px;
}

#sidenavBG {
 width: 137px;
 position:absolute;
 top: 0;
 left: 0;
 border-right: solid 1px green;
 padding-top: 32767px !important;
 margin-bottom: -32767px !important;
}

#contentBox {
 position: relative;
 z-index: 3;
 float: right;
 width: 659px;
 margin-top: 3px;
}

#content {
 padding: 0;
}

#contentBG {
 width: 659px;
 position:absolute;
 top: 0;
 left: 137px;
 padding-top: 32767px !important;
 margin-bottom: -32767px !important;
}

.clear { 
overflow: hidden; 
clear: both; 
height: 1px; 
margin: -1px 0 0 0; 
font-size: 1px; 
}
p, table, td {  
font: normal 12px Arial, Helvetica, sans-serif;
line-height: 1.25em;
}
a:link {
font: 12px Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #003399;
}

a:visited {
font: 12px Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #333366;
}

a:hover, a:active {
font: 12px Arial, Helvetica, sans-serif;
text-decoration: none;
color: #0066CC;
}

h1 {
 font:bold 11px Geneva, Arial, Helvetica, sans-serif;
 color:#cccccc;
 padding: 0 0 5px 10px;
 margin: 0 0;
}


.leftmenu {
display: block; 
padding: 0px;
width: 135px;	
}

a.leftmenu:link, a.leftmenu:visited {
font: bold 11px Arial, Helvetica, sans-serif;
color: #000;
text-decoration: none;
background: #e0edd1;
border-bottom: 1px solid #fff;
}

a.leftmenu:hover, a.leftmenu:active {
font: bold 11px Arial, Helvetica, sans-serif;
color: #fff;
background: #006600;
text-decoration: none;
}

.lmbox {
border: 4px double black;
padding: 0;
margin: 0;
}

.lmhdr {
font: bold 11px Arial, Helvetica, sans-serif;
color: #fff;
background: black;
}
.nav {
display: block;
}
.headline {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #333333;
display: block;
padding: 5px 0px 5px 23px;
margin: 0px 0px 0px 0px;
}
.iconHeadline {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #333333;
display: block;
padding: 5px 0;
margin: 0px 0px 0px 0px;
}

.productArea {
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 5px 5px 5px;
}

.footertext {
font: normal 9px Arial;
color: #999;
text-align:center;
}

.price {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #0063a6;
white-space:nowrap;
vertical-align:bottom;
}


#navcontainer {
        background: #d0ddc1;
        margin: 0 auto;
        padding: 0 0 0 0;
        font-family: georgia, serif;
}

#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0; height:28px;
        margin: 0 10px;
        font-size: 0.8em;
}

ul#navlist li {
        float: left;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        padding: 5px;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777; line-height:30px;
        text-decoration: none;
        background: #e0edd1;
}

/*#navcontainer>ul#navlist li a { width: auto; }*/

ul#navlist li#active a {
        color: #008000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #fff;
        background: #006600;
        border-color: #aaab9c #fff #fff #ccc;
}
.featuredProd {
  width: 30%;
  margin: 3px; 0;
  float: left;
  overflow: hidden;
  }

.featuredProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.featuredProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}
.featuredProd a:hover {
text-decoration:none;
}
.featuredProd p {  /* featured products description */
  color: #333;
  margin: auto;
} 
.catProdList p { 
  color: #333;
  margin: auto;
} 
.catProdList {
  width: 30%;
  margin: 3px; 0;
  float: left;
  overflow: hidden;
  }

.catProdList a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 

.catProdList a {
font: bold 11px Arial, Helvetica, sans-serif;
margin: auto; 
text-decoration:underline;
}

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

.similarProd p { 
  color: #333;
  margin: auto;
} 

.similarProd {
  width: 30%;
  margin: 3px; 0;
  float: left;
  overflow: hidden;
  }

.similarProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.similarProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}

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

.similarProd p { 
  color: #333;
  margin: auto;
} 
.relatedProd {
  width: 30%;
  margin: 3px; 0;
  float: left;
  overflow: hidden;
  }

.relatedProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.relatedProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}

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

.relatedProd p { 
  color: #333;
  margin: auto;
} 

.categoryLink {
  width: 30%;
  margin: 3px; 0;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  }

.categoryLink a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  overflow: hidden; 
} 
.productImg { 
float: left; 
border: none;
margin: 3px; 
} 
#artlistbox {
  width: 630px;
}
#artbox {
  background: url('img/artbottom.gif') repeat-x left bottom;
  margin-left:15px;
  margin-right:15px;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:8px
}
#artbox h3 {
	font-size: 1.2em;
	color: green;
}
a.artlink {
	display: block; float:right; clear:both; margin-bottom:10px;
	height: 20px; width:100px; text-align:center; color:#fff;
	background: green; font:bold 14px/20px Arial, Helvetica, sans-serif; text-decoration:none
}
a.artlink:hover { background:#333; }
/*a.artlink b {
	position: absolute;
	left: -10000px;
}*/

.deptColumn {
  float: left;
  width: 202px;
  }
.deptColumn img {
  width: 200px;
  height: 200px;
  border: none;
  }
.deptColumn .mainDept li {
  list-style-image: url(img/arrow-large.gif);
  margin-bottom: 0px;
  border-bottom: 1px solid #91BB60;
  }
.deptColumn .mainDept li a {
  font: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  }
.deptColumn .catList {
  padding-left: 10px;
  }
.deptColumn .catList li {
  padding-bottom: 4px;
  list-style-image: url(img/arrow-small.gif);
  }
.deptColumn .catList li a {
  font: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  }
.deptColumn .catList .viewAll a {
  font-weight: bold;
  }

.price { 
float:right; 
width:300px; 
padding:30px 0 30px 10px; 
text-align:center; 
clear:right; 
font-weight: bold;
color: #000; 
}

.product_window_med{
background-position:center center; 
width:175px; 
height:175px; 
background-repeat:no-repeat;
margin:5px;
float:left;
}

.product_window_med img {
width:175px;
height:175px;
}

.product_window_lrg {
background-position:center center; 
width:275px; 
height:300px; 
background-repeat:no-repeat;
margin:5px;
float:left;
}

.product_window_lrg img {
width:275px;
height:300px;
}

.prodPageImg {
margin:0 10px 5px 0;
}