
/*-------------------------------------
  VIVA BEADS CSS


-------------------------------------*/
/*
Blue
CMYK: 39.14.0.0
RGB: 216 241 255
Hex: #D8F1FF
#96c0e3

Brown
CMYK: 64.57.68.49
RGB: 154 160 151
Hex: #9AA097

Dark Brown
WebColor: #43423a

Light Brown Page BG from pdf
CMYK: 3.2.3.0
RGB: 245 244 242
Hex: #f5f4f2


lowerBox text color: #424038
*/

.clear{clear:both;float:none;height:0;}
#inner_wrapper #lowerBoxes a{
	text-transform:none;
}
#inner_wrapper #lowerBoxes a>p{
	font-family:"Obsolete Alternate","Special Elite", serif;
	font-size:16px;
}
#inner_wrapper #lowerBoxes a>p>span{
	font-size:11px;
	position:relative;
	top:-5px;
}
#lowerBoxes>div{
	float:left;
	width:232px;
	margin-right:10px;
	text-align:center;
}
#lowerBoxes>div.last{
	margin-right:0;
}
#lowerBoxes>div>a>img{
	border:solid 1px 43423a;
	display:block;
	width:230px;
	height:100px;
	overflow:hidden;
}
#lowerBoxes>hr{
	border-top:dotted 1px #ccc;
	margin-bottom:20px;
}
div#secondaryNav{
	float:left;
	width:220px;
	overflow:hidden;
	background-color:#D8F1FF;
	margin-right:10px;
}
div#secondaryNav div#catName{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:solid 1px #333333;
}
ul#categoryList{
	padding:10px 0;
}
ul#categoryList>li{
	display:inline-block;
	width:232px;
	margin-right:10px;
	width:230px;
	margin-right:10px;
	overflow:hidden;
	margin-bottom:10px;
	padding:0 8px;
}
ul#categoryList>li.endRow{
	margin-right:0;
}
ul#categoryList>li>a{
	font-family:"Obsolete Alternate","Special Elite", serif;
	text-transform:lowercase;
	font-size:14px;
	color:#333333;
}
ul#categoryList>li>ul>lia{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size:12px;
}
ul#categoryList>li>a>img{
	/*border:solid 1px #ccc;*/
	display:block;
	width:230px;
	width:230px;
	height:50px;
	margin-bottom:6px;
}
div#vivaProducts{
	float:right;
	width:730px;
	overflow-x:hidden;
}
div#vivaProducts div.browseProductContainer input[type=button].quantity_box_button{
	display:none;
}
div#vivaProducts div.browseProductContainer>form[name=addtocart]>label.quantity_box{
	display:none;
}
div#vivaProducts div.browseProductContainer>form[name=addtocart]>input.inputboxquantity{
	display:none;
}
div#vivaProducts div.browseProductContainer>div.productImageContainer{
	background-color:#FFFFFF;
	border:solid 1px #333333;
	min-height:114px;
	line-height:114px;
}
div#vivaProducts div.browseProductContainer>div.productImageContainer>a{
	border-right:solid 1px transparent;
	line-height:114px;
}
div#vivaProducts div.browseProductContainer>div.productImageContainer>a>img{
	vertical-align:middle;
}
div#vivaProducts div.browseProductContainer>h2,div#vivaProducts div.browseProductContainer>h2>a{
	font-family:"Obsolete Alternate","Special Elite", serif;
	text-transform:lowercase;
	font-size:14px;
	color:#333333;
	font-weight:lighter;
}
div#vivaProducts div.browseProductContainer>form[name=addtocart]>input[type=submit].addtocart_button{
	font-family:"Obsolete Alternate","Special Elite", serif;
	text-transform:lowercase;
	font-size:14px;
	color:#333333;
	font-weight:lighter;
	background-color:#D8F1FF;
	padding:10px;
	border:none;
	cursor:pointer;
}
input[type=submit], input[type=button]{
	cursor:pointer;
}
div#vivaProducts div#product_list hr {
	margin-bottom:20px;
	border-top:solid 1px #999;
	border-bottom:none;
}

div#footer_container>div#footer-menu>a, div#footer_container>div#footer-menu>span{
	font-family:"Obsolete Alternate","Special Elite", serif;
	text-transform:lowercase;
	color:#9AA097;
	color:#837C6B;
	font-size: 16px;
}
div#footer_container>div#footer-menu>a{
	padding-right:10px;
	border-right:solid 1px #837C6B;
	margin-right:10px;
}
div#footer_container>div#footer-menu>span{
	font-weight:bold;
}
div#footer_container>div#footer-menu>a:hover{
	text-decoration:underline;
}

* {
  padding:0px;
  margin:0px;
}

img {
  border:0px; 
}

body{  
  padding:0px;
  margin:0px;
  background-color: #f5f4f2;
  font-size: 12px;
  font-family: Century Gothic, Helvetica, Arial, sans-serif;
  color: #666;
  color: #333;
  line-height: 1.7;
/*  background-image:url(/images/bg_tile01.jpg);*/
  background-repeat:x-repeat;
}

div#outer_wrapper{
  width:960px;
  margin: auto;
  padding: 4px;
  margin-top: 0px;
}

#cart_message {
	background-color:#EFE0BF;
	padding:6px 10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#promo_text {
/*
font-size:16px;
margin-left:480px;
position:absolute;
text-align:right;
top:24px;
width:200px;
z-index:10;
*/
}

#promo_link {
/*
background-image:url("/current-promo/mothers-day-banner.jpg");
background-position:right top;
background-repeat:no-repeat;
display:block;
height:76px;
margin-left:321px;
margin-top:-9px;
position:absolute;
width:342px;
*/
}

#search {
   /* padding-right:285px;*/ 
}


form[name=order] {
  padding-bottom:15px;
}

div#inner_wrapper {
   /*border: 1px #efe0bf solid;*/
   display:block; 
   min-height:640px;
   background-color: #f5f4f2;
   width:960px;
}


div#header_container{
  width:960px; 
  margin-bottom:20px;
  position:relative;
}
div#header_container>hr{
	border-top:dotted 1px #ccc;
	position:absolute;
	bottom:2px;
	z-index:1;
	width:100%;
}
div#footer_container>hr{
	border-top:dotted 1px #ccc;
	width:100%;
	margin-bottom:20px;
}
#wholesale_tab{
  width:339px;
  height:39px;
  background-image:none;
  background-repeat:no-repeat;
  position:absolute;
  top:0px;
  margin-left:530px;
  index-z:999;
}

.shop_error {
  padding-top:40px;
}

fieldset {
  margin-bottom:20px;
  padding:12px;
}
legend {
  padding:4px;
}

/*
div#col1_container{
  float:left;
  width:960px; 
  min-height: 640px;
}
*/

div#col1_container{
  min-height: 450px;
  padding:0px;
}

div#col2_container{
  clear:both;
  height: 80px;
  padding-top:16px;
  padding-left:8px;
  padding-right:8px;
  background-color:#f7f5f1;
}

div#col3_container{ 
  clear:both;
  width:100%;
}

#diva_description{
  color:#ea65cf;
  font-size:11px;
}

#sidebar{
  float:left;
  width:194px;
  height:432px;
  margin-top:0px;
  margin-left:0px;
  padding-left:0px;
  padding-top:18px;
  text-align:center;
  background-color:#e5ded2
}

#sidebar a{
  display:block;
  width:100%;
  padding-top:12px;
  padding-bottom:12px;
  margin-top:0px;
  margin-bottom:0px;
  background-color:#e5ded2;
}

#sidebar a:hover{
  background-color:#cec1ad;
  color:#927555;
}

#sidebar  a, 
#sidebar  span{
  width:100%;
  display:block;
}

#sidebar  span{
position:relative;
bottom:18px;
}


div#logo {
  float:left;
  width:300px;
  height:104px;
  background-image:url(/images/viva_logo.gif);
  background-repeat:no-repeat;
  cursor: pointer;
  z-index:2;
  position:relative;
  margin-top:10px;
}
div#logo img{
  display:none;
}

#green_logo{
  float:left;
  width:114px;
  height:29px;
  background-image:url(/images/green_logo.gif);
  background-repeat:no-repeat;
}

#green_logo img{
  display:none;
}


#live_it{
  float:right;
  width:292px;
  height:44px;
  background-image:url(/images/live_it_txt.gif);
  background-repeat:no-repeat;
  margin-bottom:8px;
}

#live_it img{
  display:none;
}

#copyright{
margin-top:8px;
font-size:11px;
}
#copyright sup{
position:relative;
top:4px;
font-size:9px;
}

div#footer_container {
  width: 960px;
  text-align:right;
  margin-top:30px;
  color:#837c6b;
}

h1, h2, h3, h4{
 font-weight:normal;   
}


a { 
  text-decoration: none; 
}
#inner_wrapper a {
  color: #726554;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

#nav {
   float: right;
   color: #666699; 
   padding-bottom: 6px;
   margin-top:20px;
}
#nav>#navLinks{
	background-color:#D8F1FF;
	padding:0 8px;
	margin-top:8px;
}
#nav>#navLinks>a{
	color:#333333;
	padding:4px 6px;
	display:inline-block;
}


#login a {
   color: #666699;
  font-size: 12px;
  font-family: Arial, sans-serif;
 
}

#nav a, #login_header a{
  color: #666699;
  text-transform: lowercase;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

#express_shopping{
  float:left;
  margin-top:12px;
    margin-left:12px;
  background-image:url(/images/express_shopping_txt.gif);
  background-repeat:no-repeat;
  height:40px;
  width:300px;
}

#express_shopping img{
  display:none;
}

#shopping_cart_links{
  margin-top:6px;
  float:right;
  text-align:right;
  height:40px;
  width:200px;
}

#cart_status{
  color:#7d7aa4;
  font-size:11px;
}

.shop_info{
position:absolute;
top:4px;
right:82px;
opacity:.8;
-moz-opacity:0.8;
filter:alpha(opacity=80);
display:none;
}


#shop_by_links{
  clear:both;
  width:100%;
}

.shop_by_label{
  float:left;
  width:90px;
  font-size:10px;
  height:24px;
  margin-right:14px;
  text-align:right;
  text-transform:uppercase;
}

.category_dropdown {
  width:140px;   
  
}

.shop_by_pulldown{
  float:left;

 
  height:16px;
  margin-right:6px;
}

.shop_by_pulldown img{
  float:right;
}

.shop_by_pulldown input{
  float:left;
  width:100px;
  background-color:#fff;
  height:16px;
  margin-right:12px;
  border:none;
}

#contact_heading{
}

#contact_info{
	margin-top:30px;
	font-family:"Obsolete Alternate","Special Elite", serif;
}
#contact_info>h2{
	font-size:18px;
	text-transform:lowercase;
	margin-bottom:10px;
}
#contact_info>p{
	font-size:16px;
}
#contact_info>p>span{
	color:#837C6B;
}

#contact_info a{
	text-transform:none;
	font-size:14px;
/*	color: #788ba9;*/
	color:#333;
	text-decoration:underline;
	font-family:"Obsolete Alternate","Special Elite", serif;
}

.sep {
  margin-left: 6px;
  margin-right: 6px; 
}

p {
 margin-bottom: 12px; 
}

#about_copy, #in_the_news{
	margin-top:18px;
	width:350px;
	margin-left:610px;
	text-align:justify;
}
#about_copy>h2, #in_the_news>h2{
	font-family:"Obsolete Alternate","Special Elite", serif;
	font-size:18px;
	text-transform:lowercase;
	border-bottom:solid 1px #333;
	margin-bottom:10px;
}
#about_copy>p, #in_the_news>p{
	font-family:"Century Gothic", "Didact Gothic", sans-serif;
	font-size:1.17em;
}
#in_the_news>p>img{
	border:solid 1px #333;
	float:left;
	margin:0 20px 20px 0;
}

/* product slideshow */
#product_list h3 a {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  
}
.right_panel {
   width: 780px;
   float: right;
   position:absolute;
   text-align: right;
   padding-top: 20px;
   padding-right: 30px;

}
.left_panel {
   width: 400px;
   height:250px;
   /*padding-left:200px;*/
   padding-left:50px;
   float:right;
   position:absolute;
   padding-top:60px;
}


.product_cell {
  margin-top: 0px;
  width:800px;
  height:380px;
  position:absolute;
}

.prod_desc {
  width:290px;
  text-align: left;
  padding-left:500px;
  padding-top:30px; 
}




.category_slide {
  margin-top: 0px;
  position:absolute;
}
.category_title {
  width:863px;
  height: 36px;
  background-color:#e5d5bf ;
  text-align:right;
  padding-right:8px;
  color: #FFFFFF;
  font-face:Arial, sans-serif;
  text-transform:uppercase;
 
}
.category_title h2 {
  font-weight:lighter;
  letter-spacing:2px; 
}

.main_category_title, .componentheading {
  color: #e5d5bf;
  text-transform:uppercase;
  font-face:Arial, sans-serif;
  font-weight:lighter;
  letter-spacing:4px;   
  font-size:24px; 
}


.componentheading {
  padding-top:60px;
  padding-left:30px;
}

table.contentpane td {
  padding:0 30px;
}

button.validate  {
  margin-left:30px;
}

#category_controls {
  position:relative;
  top:300px;
   
}




#col1 {
  width:360px;
  float:left;
  margin-top:10px;
  margin-left:6px;
}
#col2 {
  width:400px;
  float:left; 
}

.form_col{
  width:380px;
  float:left;
  margin-left:6px;
  color:#978976;
}

#wholesale_title{
  margin-top:12px;
  margin-bottom:22px;
}


input[type=text]{
   border:solid 1px #efe0bf;
   padding:1px;
   border: solid 1px #ccc;
   font-size:12px; 
}
input[type=submit]{
   border:1px #cccccc solid;
   background-color:#D8F1FF;
   color:#666666;
   padding:2px;
   font-size:10px;
   text-transform:lowercase;
}

input[type=checkbox]{
   position:relative;
   top:2px;
}

#terms_checkbox{
  float:left;
  width:30px;
}

#terms_copy{
  float:left;
  width:240px;
  text-align:justify;
  font-size:11px;
}

#submit_terms{
  float:right; 
  margin-right:92px;
}

#category_selector {
  padding:4px;
  color: #C08630;
  border: #e5d5bf 1px solid;
  text-transform:uppercase;
  text-align:center;
  width:250px;
  font-size:12px;
  letter-spacing:1px;
  
}

.instructions {
  font-size:10px;
  color: #e5d5bf;
  text-transform:uppercase;
}


.vm_container {
  width: 600px;
  margin-left:135px; 
  margin-top:20px;

}
.vm_container hr {
  border:1px solid #EFE0BF; 
  margin-bottom:8px;
  
}
.vm_container fieldset {
  border:1px solid #EFE0BF; 
  margin-bottom:8px;
  
}
.vm_container .inputbox {
  border:1px solid #EFE0BF;
  padding:2px;
}

.sectiontableheader{
   background-color: #efe0bf;
}

legend .sectiontableheader{
   background-color: transparent;
   padding:8px;
   font-weight:bold;
}

#cart_container, #checkout_container {
  width: 700px;
  margin-left:85px; 
}




/*--- Vertical Spacing Classes ---*/

.vspace_1{
 margin-top:10px;   
}

.vspace_2{
 margin-top:20px;   
}

.vspace_3{
 margin-top:30px;   
}

.vspace_4{
 margin-top:40px;   
}

.vspace_5{
 margin-top:50px;   
}

.vspace_6{
 margin-top:60px;   
}

.vspace_7{
 margin-top:70px;   
}

.vspace_8{
 margin-top:80px;   
}

.vspace_9{
 margin-top:90px;   
}

.vspace_10{
 margin-top:100px;   
}


/*-- Removes dotted outline for lines in FF --*/

a:active
{
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}

#product_nav {
  width:960px;
  margin-top:0px;
  position:absolute;
  z-index:300;
  opacity:.7;
}
#product_nav ul {
  width:960px;
  
}
#product_nav ul li {
  display:block;
  float:left;
  width:103px;
  padding:6px 1px;
  margin-left:0px;
  text-align:center;
  border-right:1px #ddd solid;
  background-color: #cecece;

}

#product_nav ul li:hover {
  background-color: #eee;
}

#product_nav ul li a {
  color:black;
  text-decoration:none;
  font-size:11px;
  
  text-transform:uppercase;
  letter-spacing:1.4px;
}


ul.pagination li {
  display:inline;
}
.pagenav {
  text-transform:uppercase;
}




.browseProductContainer {
  text-align:center;

}

hr {
  border-top: 1px #ccc dotted;
  color:#ffffff;
  
}

.clr {
  clear:both;
}

.browseProductTitle h3 {
  font-size:
}

#vmMainPage {
/*  padding:0 15px;*/
  /*padding-top:50px;*/
}

#vmMainPage h3 {
  /*
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color: #9A886F;
  color: #726554;
  margin-bottom:10px;
  border-bottom: 1px #9A886F dotted;
  border-bottom: 1px #726554 dotted;
  */
}

#vmMainPage h1 {
  letter-spacing:1.3px;
  color: #9A886F;
  color: #726554;
  font-size:14px;
  text-transform:uppercase;
  
}

.price {
	
}

.sku {
	color:#888;
	font-size:11px;	
}
element.style {
}
#inner_wrapper div.shareOnFB{
	padding:2px 0px;
	background-color: #ECEEF5;
	border: 1px solid #CAD4E7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	vertical-align:top;
	display:inline-block;
}
#inner_wrapper div.shareOnFB a{
	background: no-repeat scroll transparent;
	background-image: url(http://static.ak.fbcdn.net/rsrc.php/v1/y7/r/ql9vukDCc4R.png);
	background-position: 0 -139px;
	padding:0 5px 0 20px;
	display:inline-block;
	color: #3B5998;
	text-transform:none;

	

}
