/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/



/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***

IE has difficulty with dashed and dotted. Dotted will show as dashed, and dashed can be dodgy anyway. 
So you are far better to use the solid property, as I have done here. At least you know you will get the same display in
every browser. Maybe Microsoft will produce a decent standards compliant browser ones day...but I doubt it*/

td.center-box-1, div.center-box-1 {
background-color; #ffffff;
padding: 2px;
border: 2px solid #000066;
text-align: center;
margin-right: 5px;
margin-left: 5px;
}

div.full-width-box {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	padding: 2px;
   border: 2px solid #000066;
	
}

div.center-box {
   width: 80%;
   background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
   border: 2px solid #000066;
	
}

div.full-width-box2 {
   background-color: #ffffaa;
	margin: 5px 5px 5px 5px;
	padding: 10px;
   border: 1px solid #000066;
}

.blue-box {
  clear: both;
  background-color: #ffffaa;
	margin: 15px 50px 0 50px;
	padding: 0 10px;
  border: 1px solid #000066;
}

.tan-box {
  clear: both;
  background-color: #ffffcc;
	margin: 15px 25px 0 25px;
	padding: 0 10px;
  border: 1px solid #000;
}

div.fluid-width-box-left {
background-color: #ffffaa;
margin-right: 30px;
margin-bottom: 10px;
float: left;
padding: 5px;
border: 1px solid #000066;

}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;	
}


/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
  float: left;
	padding: 2px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 7px;
	border: 2px solid #000066;
	display: inline-block;
	}

div.img-float-left p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 4px;
}

div.img-float-left p.enlarge {
font-size: .75em;
font-weight: normal;
}

div.img-float-left p.enlarge + p {
padding-bottom: 2px;
margin: 0;
}

div.img-float-left .source {
color: #cccccc;
font-size: .65em;
}

.img-float-left-plain {
	float: left;
	padding: 2px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 0px;
}

.img-float-left-plain p.enlarge {
font-size: .75em;
font-weight: normal;
}

.img-float-left-plain p.enlarge + p {
padding-bottom: 2px;
margin: 0;
}

.img-float-left-plain p {
font-weight: bold;
text-align: center;
margin-top: 3px;
margin-bottom: 1px;
}

.img-float-left-plain .source {
color: #cccccc;
font-size: .65em;
}

.img-float-left-caption{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 2px solid #000066;
padding: 2px;
}
.img-float-left-caption p{
background-color:#ffffff;
font-style:italic;
font-weight:bold;
text-align:center;
margin-top: 2px;
margin-bottom: 1px;
color:#330000;
}

.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 7px;
	border: 2px solid #000066;
	}
	
div.img-float-right p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 4px;
}

div.img-float-right p.enlarge {
font-size: .75em;
font-weight: normal;
}

div.img-float-right p.enlarge + p {
padding-bottom: 2px;
margin: 0;
}

.img-float-right-caption{
float: right;
margin-left: 7px;
margin-bottom: 7px;
border: 2px solid #000066;
padding: 2px;
}
.img-float-right-caption p{
background-color:#ffffff;
font-style: italic;
font-weight: bold;
text-align:center;
margin-top: 2px;
margin-bottom: 1px;
color:#333333;
}

.img-float-right-plain {
	float: right;
	font-weight: bold;
	padding: 2px;
	margin-left: 7px;
	margin-bottom: 7px;
	border: 0px;
}

.img-float-right-plain p {
text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding-top: 2px;
}

.img-float-right-plain p.enlarge {
font-size: .75em;
font-weight: normal;
}

.img-float-right-plain p.enlarge + p {
padding-bottom: 2px;
margin: 0;
}

.img-float-right-plain p {
font-weight: bold;
text-align: center;
margin-top: 3px;
margin-bottom: 1px;
}

div.img-float-right .source {
color: #cccccc;
font-size: .65em;
}

.img-float-right-plain .source {
color: #cccccc;
font-size: .65em;
}

.div-float-center {
	float:left;
	position:relative;
	left:50%;
	padding: 0px;
	margin: 5px 0 10px 0;
}
.div-float-center-2 {
	float:left;
	position:relative;
	left:-50%;
  padding: 2px;
  		border: 2px solid #000066;
  }

.div-float-center-2 p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding-top: 3px;
}

.div-float-center-2 p.enlarge {
font-size: .75em;
font-weight: normal;
padding-top: 2px;
margin: 0;
}

.div-float-center-2 p.enlarge + p {
padding-bottom: 2px;
padding-top: 3px;
margin: 0;
}

.div-float-center-2 p.enlarge + p + p{
padding-bottom: 5px;
padding-top: 1px;
margin: 0;
}

.source {
color: #cccccc;
}

div.pvf {
padding-top: 5px;
margin: 0;
font-size: .75em;
}

.gray {
color: #666666;
}

p + div.div-float-center {
margin-top: 0px;
}

/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.boldquote {
font-weight: bold;
font-style: italic;
margin-left: 40px;
margin-right: 40px;
}

.bold {
font-weight: bold;
}

.bold40 {
font-weight: bold;
margin-left: 40px;
margin-right: 40px;
}

.center-images img{
margin: auto;
padding: 5px;
}

.center {
margin: 0 auto 0 auto;
}

.quote {
margin-left: 70px;
margin-right: 70px;
}

.red-text {
color: red;
font-weight: bold;
}

.blue-text {
font-weight: bold;
color: #000066;
}

.text-small {
font-size: .75em;
font-weight: normal;
padding-top: 2px;
}

.text-small-bold {
font-size: .75em;
font-weight: bold;
padding-top: 2px;
}

.indent10 {
margin-left: 10px;
}

.indent20 {
margin-left: 20px;
}

.quote40 {
margin-left: 40px;
font-weight: bold;
}

img {border: none;}

.mag-title {
font-weight: bold;
color: #000066;
font-size: 1.3em;
padding-top: 0px;
padding-bottom: 0px;
}

a.mag-red {
color: red;
font-weight: bold;
font-size: .9em;
}

a.mag-red:hover {
background-color: red;
color: white;
font-weight: bold;
font-size: .9em;
}

/*****************FLAG Pages***********************/

.flags {
border: solid 1px #000066;
padding: 5px;
margin: 0px 0px 20px 0px;
background-color: #fff;
line-height: 1.5em;
overflow: hidden;
}

.flags h2 {
margin: 0;
padding: 0;
}

.product-table {padding: 0;margin: 0;}
.product-table img {border: none;}
.product-table .price-box {font-size: 12px;}
.products-grid {}
.products-grid li.item { float:left; width:185px;height: 350px; overflow:hidden; font-size: 10px;text-align: center; border: 1px solid #cacaca; padding: 2px 3px; margin: 0px 5px 10px 5px;}
.products-grid li.item  p {margin-top: 4px; margin-bottom: 4px;}
.products-grid li.item h2 {margin-top: 3px;}
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 1px; position:relative; width:135px;}
.products-grid .product-name { margin-bottom:7px; font-size:14px;}

.price-box {margin-top: 2px; margin-bottom: 2px; padding: 0;}
.price-box .price { font-weight:bold; }

.old-price { text-decoration:line-through; color:#989696; }
.old-price .price-label { white-space:nowrap; color:#989696; }
.old-price .price { font-weight:normal; text-decoration:line-through; color:#989696; }

.special-price {}
.special-price .price-label { white-space:nowrap; color:#ff0000; font-weight:bold; }
.special-price .price {color: #ff0000;}

.minimal-price-link { display:block; margin:2px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; color: white;}
.minimal-price-link .label { font-weight:bold; color: #ff0000;}
.minimal-price-link .label:hover { font-weight:bold; color: #fff;}
.minimal-price-link .price { font-weight:bold; color: #ff0000;}
.minimal-price-link .price:hover { font-weight:bold; color: #fff;}

.more {text-align: center; 
margin-top: 2px; 
margin-bottom: 2px; 
padding: 0;
font-size: .75em
}

/********************Jewelry pages*****************/

.products-grid li.j-item { 
float: left; 
width: 185px;
height: 280px; 
overflow: hidden; 
font-size: 10px; 
text-align: center; 
border: 1px solid #000066; 
padding: 2px 3px; 
margin: 0px 5px 10px 5px;
font-weight: bold;
position: relative;}

.products-grid p.j-product-name { 
margin: 0 5px 7px 5px; 
font-size:16px;
font-family: arial, verdana, sans-serif;
color: #000066;
}

.products-grid p.j-product-name a {
text-decoration: none;
}

.j-price-box {
margin: 10px 0 8px 0;
width: 90%;
padding: 0;
font-size: 14px;
border-top: 1px solid black;
position: absolute;
bottom: 0;
left: 5%;
}

.j-price-box p {
padding: 5px 0 0 0;
margin: 0;
}

p span.j-price {
color: red;
}

p.j-retail {
font-size: .8em;
margin: 0;
padding: 0;
}

.j-price-box p.j-more {
padding: 2px 0 1px 0;
margin: 0;
font-size: .9em;
}

/***********************Jewelry large*************/

.j-large-item { 
float: left; 
width: 275px;
font-size: 10px; 
text-align: center; 
display: inline;
border: 1px solid #000066; 
padding: 0; 
margin: 0px 9px 35px 0;
font-weight: bold;
}

.j-large-item p.j-product-name { 
margin: 5px 10px 5px 10px; 
font-size:16px;
font-family: arial, verdana, sans-serif;
color: #000066;
}

.j-large-item p.j-product-name a {
text-decoration: none;
}

.j-large-price-box {
margin: 10px 0 8px 13px;
width: 90%;
padding: 0;
font-size: 16px;
border-top: 1px solid black;
}

.j-large-price-box p {
padding: 5px 0 0 0;
margin: 0;
}

.j-large-price-box p span.j-price {
color: red;
font-size: 18px;
}

.j-large-price-box p.j-retail {
font-size: 12px;
margin: 0;
padding: 5px 0;
}

.j-large-price-box p.j-order {
padding: 6px 0 7px 0;
margin: 0;
}

.j-stats {
margin: 0 0 10px 10px;
width: 320px;
float: left;
padding: 0;
text-align: left;
display: inline;
font-weight: bold;
}

.j-stats p {
margin: 0;
padding: 0 0 0 10px;
}

.j-stats p.j-stats-price {
padding-top: 15px;
border-top: 2px solid red;
color: #000066;
font-size: 30px;
}

.j-stats p.j-stats-retail {
font-size: 12px;
padding: 4px 10px 4px 10px;
}

.j-stats p.j-stats-you-save {
color: orange;
font-size: 18px;
}

.j-stats p.j-stats-desc {
border-bottom: 2px solid red;
padding: 0 0 15px 0;
}

.j-stats {
margin: 0 0 10px 10px;
width: 320px;
float: left;
padding: 0;
text-align: left;
display: inline;
font-weight: bold;
}

.j-stats p {
margin: 0;
padding: 0 0 0 10px;
}

.j-stats p.j-stats-price {
padding-top: 15px;
border-top: 2px solid red;
color: #000066;
font-size: 30px;
}

.j-stats p.j-stats-retail {
font-size: 12px;
padding: 4px 10px 4px 10px;
}

.j-stats p.j-stats-you-save {
color: orange;
font-size: 18px;
}

.j-stats p.j-stats-desc {
border-bottom: 2px solid red;
padding: 0 0 15px 0;
}

#ordernow {
padding: 25px 90px;
}
  
.ordernow a {
display: block; 
overflow: hidden;
width: 120px; 
height: 40px; 
background:url("../image-files/ordernow.jpg") left top no-repeat;
text-indent: -9999px;
}

.ordernow a:visited {
background:url("../image-files/ordernow.jpg") left top no-repeat;
}  

.ordernow a:hover {
background: url("../image-files/ordernow.jpg");
background-position: left -40px;
}

.ordernow a:active {
  
background: url("../image-files/ordernow.jpg");
background-position: left -80px;
}

.ordernow a:focus {
outline: none;
}

.ordernow a:hover {zoom:1;}
   
/***********************general******************/

.ref {
font-style: italic;
color: #999999;
font-size: .9em;
text-align: right;
}

.margin50 {
margin-left: 50%;
}

.flushright {
text-align: right;
}

.floatright {
float: right;
}

.ahdpage p {
margin-left: 20px;
}

.120 {
font-size: 120%;
}

.fb-commenting {
margin: 0 auto 5px auto;
}

.fb-like-bottom {
margin: 5px 0 15px 0;
padding-bottom: 20px;
padding-left: 5px;
width: 580px;
height: 24px;
background-color: #ffc;
border: 1px solid #8f8fb3;
position:relative;
}

.fb-socialize-it {
margin: 0 auto;
}

.fb-comments-invite {
color: #000066;
font-weight: bold;

/********************Jewelry pages*****************/

div.j-product {
border: 2px solid #000066;
}

.j-title {
color: #000066;
font-family: comic sans ms, verdana, sans-serif;
font-weight: bold;}

.j-price {
color: red;
font-family: comic sans ms, verdana, sans-serif;
font-weight: bold;}

a.j-more {
font-size: .75em
font-weight: bold;
}
