/* Default and common rules Outofpawn*/

* { margin: 0; padding: 0; }
body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #474747;
  background: #FFF;
  line-height: 1.4em;
}
/*размер шрифта для safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
body {font-size: 11px;  text-shadow: #000000 0 0 0px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body .product-in-listing .price {font-size: 13px;  text-shadow: #000000 0 0 0px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body .product-in-listing .savings, body .item-confirmation .savings, body .item-confirmation .retail-price {font-size: 10px;  text-shadow: #000000 0 0 0px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body .media-relations-contact p {font-size: 12px;  text-shadow: #000000 0 0 0px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body .ordering-form label {font-size: 11px;  text-shadow: #000000 0 0 0px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body .zodiac-description, body .zodiac-stone {font-size: 11px;  text-shadow: #000000 0 0 0px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body .zodiac-date {font-size: 10px;  text-shadow: #000000 0 0 0px;}
}

table { border-collapse: collapse; }

tbody { border: none; }

td { vertical-align: top; }

img, a img {
  border: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Tahoma, sans-serif;
  padding: 0;
  margin: 0 0 10px 0;
  color: #f78125;
}
h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 17px 0;
}
h2 {
  font-size: 16px;
  line-height: 1.5em;
}
h3 {
  font-size: 14px;
  font-weight: 600;
  color: #474747;
  margin: 0 0 17px 0;
}
h4 {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 7px 15px;
}
h5 {
  font-weight: 600;
  font-size: 12px;
}
h6 {
  font-weight: 600;
  font-size: 14px;
}
ul,quote,code,fieldset {
  margin: .5em .5em;
}
p {
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 1.6em;
}
a:link {
	color: #0099CC;
  text-decoration: underline;
}
a:visited {
  color: #284f91;
  text-decoration: underline;
}
a:hover {
	color: #ff6000;
  text-decoration: none;
}
a:active {
	color: #ff6000;
  text-decoration: none;
}
hr {
  clear: both;
  margin: 10px 5px;
  padding: 0;
  border: none;
  height: 1px;
  background: #AAA;
}
ul {
  margin: 0.5em 0 1em 2em;
  padding: 0;
}
ul li {
  margin: 0.1em 0 0.1em 0.5em;
}
ol {
  margin: 0.5em 0 1em 2em;
  padding: 0;
}
ol li {
  margin: 0 0 14px 10px;
}
dl {
  margin: 0.5em 0 1em 1.5em;
}
dl dt {
  
}
dl dd {
  margin: 0 0 .5em 1.5em;
}
blockquote {
  margin: 4px 0 0 0;
  padding: 5px 0px 12px 15px;
  background-position: 0 10px;
}
.clear {
  clear: both;
  height: 0;
}
