/*  
Theme Name: Rockin Out
Author URI: 
Author: 
Description: Rockin Out is a web2.0 looking theme with bold outlines.
*/

body {
	background: #626944;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
body * {
	margin: 0px;
	padding: 0px;
}
a, a:visited{
	color: #609509;
	text-decoration: none;
	}
	
a:hover{
	color: #FFFFFF;
	background: #609509;
	}
#container { 
	width: 827px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
	}

#header { 
	height: 123px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	background: #7CBA95 url(img/header.jpg);
	position: relative;
	}
#header #storename {
	color: none;
	font-size: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 30px 0px 0px 20px;
	float: left;
	width: 60%;
	font-weight: bold;
	letter-spacing: -1px;
	}

#header #storename a {
	color: #ebd7c7;
	text-decoration: none;
	}

.description {
	color: #577F62;
	float: left;
	  padding: 30px 10px 0px 0px;
}	

/*################################
Suckerfish Navigation Start
##################################*/
#nav, #nav ul {
	width: 815px;
	height: 49px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background: #626944;
	border-left: 6px solid #003053;
	border-right: 6px solid #003053;
}
#nav li {
	float: left;
	width: 100px;  height: 22px;
	border: none;
	text-align: left;
	padding: 0px;
}
#nav li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #577F62 url(img/menu-bg.gif) repeat-x;
	width: 100px; height: 49px;
	overflow: hidden;
	text-align: center;
	line-height: 49px;
	border: none;
	padding: 0px;
	
}
#nav li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: url(img/menu-bg-hover.gif) repeat-x; 
}

/*################################
Suckerfish Navigation End
##################################*/

#content-wrap { 
	width: 815px; 
	float: left; 
	margin: 0px;
	background: #FFFFFF;
	border: 6px solid #003053;
	border-top: none;
	font-size: 12px;
	}
#content {
	width: 600px;
	float: right;
	margin: 0px;
}
* html #content {
	width: 482px;
}

#sidebar { 
	width: 150px; 
	background: transparent url(img/sidebar.gif) top left no-repeat;
	float: left; 
	margin: 20px 0px 20px 5px;
	padding: 25px 7px 15px 5px; 
	border: 0px solid #000000;
	}

#sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 0px 0px 5px 3px;
	margin: 0px;
	border-bottom-width: 0px;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 3px;
	}
#sidebar ul li ul {
	padding: 0px;
}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #0b69c4;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #003053;
	background: none;
	text-decoration: underline;
	}

#footer { 
	clear: both;
	border: 6px solid #033053;
	border-top: none;
	background: #ffffff;
	}

#content, #footer { padding: 15px; }

/* content-specific */

.featuredProd {
  width: 30%;
  margin: 3px 5px;
  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: #0e521c;
  margin: auto;
} 
.catProdList p { 
  color: #0e521c;
  margin: auto;
} 
.catProdList {
  width: 30%;
  margin: 3px 5px;
  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: #0e521c;
  margin: auto;
} 

.similarProd {
  width: 30%;
  margin: 3px 5px;
  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: #0e521c;
  margin: auto;
} 
.relatedProd {
  width: 30%;
  margin: 3px 5px;
  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: #0e521c;
  margin: auto;
} 

.categoryLink {
  width: 30%;
  margin: 3px 5px;
  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: 600px;
}
#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: #0A55A7;
}
a.artlink {
	display: block; float:right; clear:both; margin-bottom:10px;
	height: 20px; width:100px; text-align:center; color:#fff;
	background: #0A55A7; 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;
  }
.clear { 
	overflow: hidden; 
	clear: both; 
	height: 1px; 
	margin: -1px 0 0 0; 
	font-size: 1px; 
}


.price { float:right; width:80px; padding:30px 0 30px 10px; text-align:center; clear:right; font-weight: bold; color: #0063a6; }
.iconHeadline { width:480px; }
.desc { clear:right; color:863f00 }
.prodimg { float:left; margin:0 5px 5px 0; }

h2 { margin: 10px 0; border-bottom: 1px solid silver; }

	
h1 {
	color: #0A55A7;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	  margin-top: 10px;

}

h2 {
	color: #0A55A7;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;

	}

h3 {
	color: #0A55A7;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;

	}
h4 {
	color: #0A55A7;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;

	}

/*################################
Suckerfish Navigation Start
##################################*/
#navnew, #navnew ul {
	width: 815px;
	height: 49px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background: #626944;
	border-left: 6px solid #003053;
	border-right: 6px solid #003053;
}
#navnew li {
	 display: block;
	 color:white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #577F62 url(img/menu-bg.gif) repeat-x;
	width: height: 49px;
	overflow: hidden;
	text-align: center;
	line-height: 49px;
	border: none;
	padding: 0px;
}
#navnew li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #577F62 url(img/menu-bg.gif) repeat-x;
	width: height: 49px;
	overflow: hidden;
	text-align: center;
	line-height: 49px;
	border: none;
	padding: 0px;
	
}
#navnew li a:hover {
	 display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #577F62 url(img/menu-bg.gif) repeat-x;
	width: height: 49px;
	overflow: hidden;
	text-align: center;
	line-height: 49px;
	border: none;
	padding: 0px;
}

/*################################
Suckerfish Navigation End
##################################*/