html, body {
  font-family: Lucida Sans, Tahoma, Verdana, Arial, sans;
  font-size:14px;
}
html {
  
}
a {
  color:#687852;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
p {
  margin-top:2px;
  margin-bottom:10px;
}
img  {
	border:none;
}
ul {
  list-style-image:url(/images/layout/bullet.png);
  padding-left:0px;
}
li {
  margin-left:40px;
}
form {
	margin:0;
	padding:0;
}
h1 {
  margin: 0.5em 0 0.2em 0;
  border-bottom:1px solid #687852;
  color:#000000;
  font-weight:normal;
  font-style:italic;
  letter-spacing:0.1em;
  font-size:2em;
	clear:both;
}
h2 {
  color:#999999;
  font-weight:normal;
  font-size:1.5em;
  margin: 0.5em 0 0.2em 0;
	clear:both;
}
h3 {
  margin: 0.5em 0 0.2em 0;
}
div.clear {
	clear:both;
}
.feedback {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
	margin-bottom:10px;
}
.noitems {
	text-align:center;
	letter-spacing:0.2em;
	padding-top:0.5em;
	color:#a2b1af;
}
table {
  border:1px solid #eeeeee;
  border-collapse:collapse;
  width:100%;
}
th, td {
  padding:5px;
  text-align:center;
}
th {
  background:#687852;
  color:white;
}
tr {

}
td {
  border-bottom:1px solid #eeeeee;
}
td.name, th.name {
  text-align:left;
}
td.add {
  background:#eeeeee;
  text-align:center;
}
td.add a {
  color:#000000;
  text-decoration:none;
}
td.add a:hover {
  color:#666666;
}
.pagination {
  text-align:center;
  color:#999999;
  font-style:italic;
  margin-bottom:15px;
}
/* form */
div.errors {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
div.errors ul {
	list-style-image:none;
}
label {
	width:150px;
	font-weight:bold;
	float:left;
	display:block;
}
label span.comment {
	font-weight:normal;
	display:block;
}
div.form_row, div.form_row_error {
	margin-top:5px;
	clear:left;
	padding:2px;
	border:1px;
}
div.form_row_error {
	background:#FFCCCC;
	border:1px solid #990000;
}
div.form_container textarea {
	width:400px;
	height:300px;
}
div.clearing {
	clear:both;
}
div.submit {
	padding-left:150px;
}
/* layout */
body {
  background:url(../images/bg.png) repeat-x top #687852 fixed;
  text-align:center;
}
#wrapper {
  width:800px;
  margin:0 auto;
  text-align:left;
}
#head {
  height:184px;
  background:url(../images/banner.jpg) no-repeat bottom center;
  position:relative;
  z-index:20;
}
#banner {
  
}
#banner #contact {
  position:absolute;
  top:30px;
  right:50px;
}
#nav {
  position:absolute;
  bottom:5px;
  right:30px;
  color:#999999;
}
#nav ul {
  margin:0;
  padding:0;
}
#nav li {
  float:left;
  padding:0 6px;
  line-height:37px;
  position:relative;
  list-style-type:none;
  list-style-image:none;
  margin-left:0;
}
#nav li a {
  color:#ffffff;
  text-decoration:none;
  line-height:30px;
}
#nav li a:hover {
  color:#687852;
}
/* drop-down menu */
#nav li ul {
	position: absolute;
	left: -5px;
	display:none;
	width:150px;
	top:36px;
	padding-bottom:20px;
	background: #000000 url(/images/menuBg.png) center bottom no-repeat;
	border:1px solid #333333;
	border-top:1px solid #000000;
	padding:0 10px;
	padding-bottom:20px;
	z-index:30;
}
#nav li.last ul {
	width:135px;
}
/* make drop-down show */
#nav li:hover ul,  #nav li.sfhover ul {
  display:block;
}
/* li elements in menus */
#nav li li, #nav li li {
	float:none;
	line-height:1em;
	padding:0;
	margin:-1px 0px 0px 0px;
	padding:0 5px;
}
/* li element in menu hover */
#nav li li:hover,  #nav li li.sfhover {
	
}

#contentWrapper {
  z-index:1;
}
#contentTop {
  background:url(../images/contentTop_withShadow.png) bottom no-repeat;
  height:20px;
}
#contentBody {
  background:url(../images/content_withShadow.png) center repeat-y;
}
#contentBottom {
  background:url(../images/contentBottom_withShadow.png) bottom no-repeat;
  padding-bottom:20px;
}
#content {
  padding:1px 35px;
}
#footer {
  clear:both;
  text-align:center;
}
#footer ul {
  margin:0;
  padding:0;
  margin-bottom:10px;
  padding-top:10px;
}
#footer li {
  padding:0 10px;
  display:inline;
  list-style-type:none;
  list-style-image:none;
  margin-left:0;
}
#footerLogos {
  margin-top:10px;
  text-align:center;
  line-height: 50px;
  clear:both;
  padding-top:10px;
}
#footerLogos ul {
  padding:0;
}
#footerLogos li {
  display:inline;
  list-style-type:none;
  list-style-image:none;
  margin-left:0;
}
#footerLogos img {
  line-height: 50px;
  vertical-align:middle;
}
#footerLogos ul.withCurrent li a {
  opacity:0.3;
  filter: alpha(opacity = 30);
}
#footerLogos ul.withCurrent li.current a {
  opacity:1;
  filter: alpha(opacity = 100);
}
#footerLogos ul.withCurrent li a:hover {
  opacity:1;
}
.left {
  float:left;
  margin-top:10px;
  margin-right:10px;
  margin-bottom:10px;
}
.right {
  float:right;
  margin-top:10px;
  margin-left:10px;
  margin-bottom:10px;
}
/* gallery */
#product_index {
	
}
#product_index .product, #product_index .productHover {
	float:left;
	height:194px;
	width:170px;
	text-align:center;
	margin-right:2px;
}
#product_index .product .product_image, #product_index .productHover .product_image {
	margin:2px 6px;
	width:160px;
	height:160px;
	border:1px #CCCCCC solid;
	position:relative;
	background: url(/images/layout/corner2-faded.png) no-repeat bottom left;
}
#product_index .productHover {
	border-right:2px solid black;
	margin-right:0px;
}
#product_index .product .product_image img, #product_index .productHover .product_image img {
	position:absolute;
	top:50%;
	left:50%;
}
/* product detail page */
#product_detail #productActions li {
  list-style-image:none;
  list-style-type:none;
  background: no-repeat center left;
  line-height:30px;
  margin-left:0;
  padding-left:40px;
}
#product_detail li#imageAction {
  background-image:url(/images/imageIcon.png);
}
#product_detail li#videoAction {
  background-image:url(/images/videoIcon.png);
}
#product_detail li#audioAction {
  background-image:url(/images/audioIcon.png);
}
#product_detail li#categoryAction {
  background-image:url(/images/back.png);
}
#product_detail #images {
  clear:both;
  width:100%;
}
#product_detail #images .image {
  border:1px solid #eeeeee;
  height:169px;
  width:169px;
  position:relative;
  margin:10px;
  margin-right:0px;
  float:right;
}
#product_detail #images .image img {
  position:absolute;
  top:50%;
  left:50%;
}
#product_detail #image {
  float:right;
  margin-left:10px;
  text-align:center;
  width:350px;
  height:350px;
  border:1px solid #eeeeee;
  margin-left:10px;
  position:relative;
}
#product_detail #image img {
  position:absolute;
  top:50%;
  left:50%;
}
#product_detail #image #videoWrapper {
  width:320px;
  height:265px;
  margin:42px 15px;
}
#product_detail #price {
  font-size:1.5em;
  font-style:italic;
  letter-spacing:0.1em;
  color:#666666;
  margin:10px 0;
}
/* home page */
#home_wrapper {

}
#home_side {
  width:240px;
  float:right;
  border-left:1px solid #eeeeee;
  padding-left:10px;
}
#home_main {
  width:470px;
  float:left;
}
#home_featured {
  
}
#home_main_image {
  position:relative;
}
#home_main_image img {
  margin-top:0;
}
#home_main_image #home_main_image_text {
  position:absolute;
  bottom:30px;
  right:30px;
  color:#eeeeee;
  letter-spacing:0.1em;
  font-size:1.2em;
}
#home_featured .home_featured {
  float:left;
  width:200px;
  /*background:url(/images/featuredBg.png) no-repeat;*/
  margin-right:5px;
  margin-bottom:10px;
  padding-bottom:5px;
  border-bottom:1px solid #eeeeee;
  height:100px;
}
#home_featured .home_featured_image {
  float:left;
  width:70px;
  height:70px;
  padding:5px;
  margin-right:5px;
  padding-right:5px;
  border-right:1px solid #eeeeee;
  position:relative;
}
#home_featured .home_featured_image img {
  position:absolute;
  top:50%;
  left:50%;
}
#home_featured .home_featured_details .home_featured_title {
  
}
#home_featured .home_featured_details .home_featured_title a {
  
}
#home_featured .home_featured_details {
  padding-top:5px;
}
#home_search input.search {
  width:130px;
  color:#cccccc;
}
#home_search input.searchFocus, #home_search input.search:focus {
  width:130px;
  color:#000000;
}
#home_search a.advancedSearch {
  font-size:0.9em;
}
#home_featured .home_featured_details .home_featured_price {
  margin-top:3px;
  font-style:italic;
  letter-spacing:0.1em;
  color:#999999;
}
#home_featured .home_featured_details .home_featured_cat {
  line-height:50px;
}
#home_featured .home_featured_details .home_featured_cat img {
  vertical-align:middle;
}
.home_logos_row {
  text-align:center;
}
/* ------------------------- admin -------------------------- */
tr.parent td {
  background:#D5DFC7;
}
tr.subcat td.name {
  padding-left:20px;
}
#admin {
  background:#D5DFC7;
  border:1px solid #687852;
  height:100px;
  width:200px;
  padding:10px;
  cursor:move;
  position:absolute;
  bottom:10px;
  left:10px;
}
.form_preview_image {
  width:60px;
  height:60px;
  border:1px solid #eeeeee;
  position:relative;
  text-align:center;
  line-height:60px;
  font-style:italic;
  color:#cccccc;
}
.form_preview_image img {
  position:absolute;
  left:50%;
  top:50%;
}
/* cart */
#checkout {
	float:right;
	margin-bottom:20px;
	padding:10px 30px;
	background:#BECFA8;
	border:2px solid #97AF78;
	margin-top:10px;
}
#checkout input {
	font-weight:bold;
}
/* --- confirm/order --- */

.confirm-address {
  float:left;
  width:310px;
  border:1px solid #BECFA8;
  margin:10px;
  margin-left:20px;
  margin-right:0px;
  padding:10px;
  padding-left:20px;
}
#billing_address {
  margin-right:0;
  margin-left:10px;
}
#payment input {
	font-weight:bold;
}
#payment {
  clear:left;
  padding:20px;
  padding-top:10px;
  margin-top:10px;
  margin-left:20px;
  margin-right:15px;
  border:1px solid #BECFA8;
}
#paymentLogos table {
  border:none;
}
#paymentLogos td {
  border:none;
}
#paymentFormContainer {
  background:#BECFA8;
	border:2px solid #97AF78;
	width:230px;
	margin:0px auto;
	text-align:center;
	padding:15px;
}
table#orders {
	width:450px;
}
table#orders th {
	text-align:left;
}
/* order items */
.subtotal_label {
  text-align:right;
}
