/*
* Urban Elementz Style Sheet
* Author: Les Blake
* Created: Aug 9, 2007
*/

body
{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #666;
    /* line-height: 16px; */
    margin: 0px;
    padding: 0px;
    background: white;
/*url(../images/ue_background_1024.gif) no-repeat fixed;*/
}

input[type="submit"],
input[type="button"],
select
{
    background-color:#656664;
    color:white;
    border:solid 1px #FF4103;
}

.outterContainer
{
/*     background-color: #93a445; */
    padding-top: 100px;
    padding-bottom: 50px;
}

hr
{
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    width: 100%;
}

h2
{
    color: #333;
    font-weight: bold;
    font-size: 11px;
    padding: 9px 0 7px 0;
}

a, a:link
{
    color: #710ECD;/*#E51709;*/
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
    color: #666;
}

li
{
    list-style-image: url(../images/arrow.png);
    margin:0;
    padding:0;
}


.wrapper
{
    position: relative;
    width:800px;
    margin: 0px;
    margin-left: auto;
    margin-right:auto;
    padding: 0px;
    background-color:#FFFFFF;
    border:solid 1px black;
}

.header
{
    /*border-top: #FF0000 solid 6px;
    border-bottom: #cccfd1 solid 1px;*/
}

.header img
{
    padding: 10px 0 6px 65px;
    margin:0 auto;

}

.search
{
    float:right;
    margin-top: -101px;
}

.content
{
    width:600px;
    margin-left:25px;
    float:left;
    padding-left: 3px;
}

.outerLeft_top
{
    margin: -25px 0 0 -2px ;
/*     border:solid 1px red; */
}

#outerLeft
{
    position:relative;
    float:right;
    width: 186px;
    height: 632px;
    margin: 60px -38px 0 0;
/*     background: url(../images/dropshadow_right.png); */
}

#outerLeftSearch
{
    position:relative;
    float:right;
    width: 186px;
    height: 20px;
    margin: 0px -38px 0 0;
/*     background: url(../images/dropshadow_right.png); */
}

#left, #blog_menu
{
    display:block;
    position:relative;
/*    background-color: #dadee0;*/
    background-color: #656664;
    width: 204px;
    margin: 11px 0 0 60px;
/*     border: #cccfd1 solid 1px; */
    border: #000 solid 1px;
    border-color: #d4d4d4;
    z-index: 20;

}

#blog_menu
{
    margin-top:2px;
    padding:4px 0;
}

#blog_menu a
{
    font-size: 10px;
    color: #eee;
    text-align: left;
    font-weight:bold;
    width: 164px;
    text-decoration: none;
    height: 22px;
    text-indent: 14px;
}

#blog_menu h3
{
    color: #FF4103;
    font-size:8pt;
    font-weight:bold;
    margin: 7px 0px;
    padding: 5px;
    text-align:center;
}

#blog_menu .blog_nav_month div
{
    text-indent:14px;
/*     border:solid 1px red; */
}

#blog_menu .blog_nav_year_title
{
    display: block;
    font-size: 10px;
    /*color: #333;*/
    color: #eee;
    text-align: left;
    font-weight:bold;
    width: 100%;
    text-decoration: none;
    height: 22px;
    text-indent: 7px;
    background-image:url(../images/mdbg.gif);
    background: url(../images/mdbg2.gif) 0px -1px no-repeat;
    padding-top: 3px;
    outline:none;
}

#left a, #left span,
#blog_menu .blog_nav_title a,
#blog_menu .blog_nav_month_title,
#products_sidelink
{
    display: block;
    font-size: 11px;
    /*color: #333;*/
    color: #eee;
    text-align: left;
    font-weight:bold;
    width: 100%;
    text-decoration: none;
    height: 22px;
    text-indent: 14px;
    background-image:url(../images/mdbg.gif);
    background: url(../images/mdbg2.gif) 0px -1px repeat-x;
    padding-top: 3px;
    outline:none;
}
#products_sidelink .pop_menu {
	width: 0; left: 0; opacity: 0;
	overflow: hidden;
	border-right: 1px solid transparent;
}
#products_sidelink:hover .pop_menu {
	width: 205px; left: -206px; opacity: 1;
	overflow: visible;
	border-right-color: #ffffff;
}

#products_sidelink:hover .pop_menu:hover {
}
#left span span { background: none; }
#left span.has_child { background: url(../images/mdbg2.gif) 0px -1px repeat-x; }
#blog_menu .blog_nav_title a
{
    text-indent:35px;
}

#left a:hover, #blog_menu a:hover
{
    color: #E51709;
    color: #aaa;
}

.mainmenu
{
    margin: 11px 0 0 0px;
}

.mainmenu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.mainmenu li {
    list-style-type: none;
    list-style-image: none;
}

#right
{
    float:left;
    margin: 12px 0 0 0;
    width: 527px;
/*     padding-left: 15px; */
    min-height: 632px;

}


#my-account a {
    width: 100%;
	background-repeat: repeat-x; 
}

#whatsnew, #my-account
{
    width: 100%;
    /*background-image:url(../images/mdbg2.gif);*/
/*    background-color: #dadee0;*/
/*    color: #FF0000;*/
    color: #FF4103;
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    margin: 7px 0px;
    padding: 0px;
}
#whatsnew {
	padding: 0px;	
}
#whatsnew a {
	float: left;
	width: 96px;
	height: 96px;
	display: block;
	background: none;
	margin-left: 4px;
	margin-bottom: 1px;
}
#whatsnew a img {
	display: block;
	margin: auto;
}
#testimonial
{
    width: 100%;
    /*background-image:url(../images/mdbg2.gif);
    background-repeat:no-repeat;*/
/*    background-color: #dadee0;*/
/*    color: #FF0000;*/
    color: #FF4103;
    font-size:9pt;
    font-weight:bold;
    margin: 7px 0px;
    padding: 5px;
    text-align:center;
}
#testimonial a,  #testimonial span { 
  background: none; 
  display: inline;
}

#tests
{
    font-size: 11px;
    color: #eee;
    text-align: left;
    font-weight:bold;
    width:145px;
    margin-left:5px;
}

.footer
{
    clear:both;
    padding: 20px;
    text-align:center;
    width:520px;
}

.footer a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9px;
    color: #868C7C;
    text-decoration: none;
    outline:none;
}

.description
{
   text-align: center;
   display: none;
   z-index: 1000;
   margin-top:-80px;
   margin-left:-140px;
   border: 2px solid #555;
   background-color: #fff;
   position: absolute;
   top: 0px;
   left: 0px;
}


/* div {border:solid 1px black;} */

.nav h3 {
    margin-left: 25px;
    font-size: 1.2em;
}

.nav
{
    display:none;
}

a img {
    border: 0;
}

#related-products li,
ul.product-list,
ul.product-list li {
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}
ul.product-list li {
    display: block;
    width: 150px;
    height: 370px;
    text-align: center;
    float: left;
}

.pop_menu {
 width: 0px;
/*  border: 1px solid black; */
 background-color: #656664;
 position: absolute;
 left: 0px;
/*  z-index: 1; */
}

.pop_menu_bg { 

 }
 
.sub_menu {
 width: 0px;
 background-color: #656664;
 position: absolute;
 left: 0px;
 border-right: 1px solid #ffffff;
 padding: 0;
 display: none;
 margin: 0;
}
.sub_menu:hover { border-right-color: #ffffff; }

.products_cat{  position: relative; }
.pop_menu_service {
 width: 175px;
/*  border: 1px solid black; */
 background: #184b94;
 background-color: #656664;
 position: absolute;
 left: -152px;
/*  z-index: 1; */
}

.pop_menu_dl {
 width: 175px;
/*  border: 1px solid black; */
 background: #184b94;
 background-color: #656664;
 position: absolute;
 left: -152px;
/*  z-index: 1; */
}

.pop_menu_hh {
 width: 250px;
/*  border: 1px solid black; */
 background: #184b94;
 background-color: #656664;
 position: absolute;
 left: -152px;
/*  z-index: 1; */
}

.container
{
    padding-left:15px;
/*     border:solid 1px blue; */
}

.clear {
  clear: both;
}

.gallery-album-list,
.gallery-photo-list {
  list-style:none;
  margin:0;
  padding:0;
}

.gallery-album-list li,
.gallery-photo-list li {
  width: 230px;
  height: 250px;
  display: block;
  float: left;
  text-align: center;
/*   border: 1px solid #f00; */
}
.gallery-album-list li img,
.gallery-photo-list li img,
.photo img {
  border: 1px solid #555;
  padding: 5px;
}

.album-pages,
.photo-pages {
  text-align: center;
  clear: both;
  padding-bottom:20px;
}

.photo-pages
{
    padding-top:20px;
}

.description
{
    clear:both;
}

.search_text
{
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    color:#D7D7D7;
    margin: 0 0 10px 0;
	*padding-left:20px;
}
li { list-style:none;}

.pop_menu_hh p
{
    margin:0;
    padding:0;
}

.pop_menu_dl p
{
    margin:0;
    padding:0;
}

#blog_categories
{
    float:right;
    text-align:right;
/*     border:solid 1px red; */
}

.blog-articles li
{
    margin-bottom:40px;
}

.blog_title
{
    padding-top:5px;
}

#ee_local h1, #ee_international h1
{
    font-size:18pt;
}

#ee_local, #ee_international
{
    width:185px;
    padding:15px;
    text-align:center;
    border:solid 1px #656664;
}

#ee_local
{
    float:left;
}

#ee_international
{
    float:right;
}

#ee_unsubscribe
{
    text-align:center;
    padding:20px;
    clear:both;
}

#discount_box
{
    padding:5px;
    border:solid 1px #656664;
}

#search {
	*padding-left: 15px;
}

#search_keywords
{
	margin-left: 5px;
    width:187px;
}

.cart_image_hover
{
    position:absolute;
}

.customerComment {
    padding:20px;
    color: #656664;
    border: 1px #999 solid;
    background: #CCC;
    margin: 0 0 10px 0;
}

.customerName {
    text-align:right;
    font-weight:bold;
}

.testimoniallink a {
    font-size:11px;
    text-align:right;
    margin:0 auto;
    text-decoration:none;
}

.testimoniallink a:hover {
    font-size:11px;
    text-align:right;
    margin:0 auto;
    text-decoration:underline;
    color: #FF4103;
}

/* post 1.0 upgrade */
.related-products h2 {
    margin-top: 30px;
    font-size: 12pt;	
}
.related-products .frame img {  
    display: block;
    margin: auto;
}
.related-products .product-panel {
	float: left;
	width: 180px;
	height: 210px;
	overflow: hidden;
    text-align: center;
    margin: 2px;
}
.related-products .short-description,
.related-products .description,
.related-products .product-form {
    display: none;
}

.product-option-form {
    margin-bottom: 15px;
}
.product-option-form input {
    margin-left: 2px;
    padding: 0px 20px;
}
.product-cart-cell .float-l {
    width: 75px;
    text-align: center;    
}
#cart_nav {
	margin-top: 10px;
	text-align: right;
}
#cart_nav a {
    background-color: #656664;
    border: 1px solid #FF4103;
    color: white;
    padding: 2px 5px;
    text-decoration: none;
}
#designboard-p  {
	margin-top: 25px;
	text-align: center; 
}  
#designboard-p a {   
	font-size: 12pt; 
    background-color: #656664;
    border: 1px solid #FF4103;
    color: white;
    padding: 2px 5px;
    text-decoration: none;
    white-space: nowrap;
}
#checkoutprogress {
    font-size: 12pt;
}
#checkoutprogress span {
    color: grey;
}
#checkoutprogress .current-step {
	color: black;
	font-weight: bold;
}
#checkoutprogress .completed {
	color: darkgreen;
}
#discounts {
    -moz-border-radius: 3px;
    border: 1px solid grey;
    padding: 5px;
    margin: 5px;
}
#shipping-address {
    font-weight: normal;
    padding: 5px;
}
/*#shipping {
    text-align: right;
}
#shipping p {
    margin: 0;	
}
#shipping hr {
    display: none;
}
#shipping #shipping-address {
    text-align: left;
    float: left;
}
#shipping .shipping-options {
    text-align: left;
    font-weight: normal;
}
#shipping .change-user-shipping {
    font-weight: normal;
}*/
.cartitem-discount .discount-text {
    padding-left: 81px;
    color: #FF4103;	
}
.formset table {
    width: 100%;
}
.messages {
	font-weight: bold;
    padding: 10px;
    border: 1px solid #FF4103;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.empty-form {
    display: none;
}
.left-align {
    text-align: left;
}

#cc-form {
	padding: 10px;
    margin: 30px 0 30px 0;
}
#cc-form th {
    text-align: left;	
    padding-left: 10px; 
    padding-right: 20px; 
}
#cc-form td {
    padding-left: 10px; 
    padding-right: 40px;
}
#cc-form table {
	padding: 5px;
    border: 1px solid #FF4103;	
}
#cc-form div {
	margin-top: 30px;
}
.breadcrumbs {
	margin-left: 10px;
    margin-bottom: 10px;	
}
.notes-row textarea {
    width: 200px;
}

#ee_signup_form #form_error {
	background:#FF0000;
	color:#FFF;
	font-size:14px;
	padding:5px;
	width:223px;
}

.required_error {
	color:#FF0000;
}

.required_error ul { margin:0; padding:0; }
.required_error ul li { list-style:none; }
.errorlist { margin: 3px; background: white;
	text-transform:capitalize; color: #f33e0b; border-radius: 5px;
	font-weight: bold;}
.errorlist li { padding: 5px;}
#form-wrapper ul.errorlist { margin: 3px; padding: 1px; font-weight: bold;}

.errorlist li ul { display:none;}

