@import url('content.css');
@import url('article.css');
@import url('form.css');

/* do not edit this file - framework*/
* {
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	min-height: 100%;
	color: #333;
	background: #FFF url(../images/background-shadow.jpg) 981px repeat-y;
}
html {
	height: 100%;
}

ul {
	list-style-type: none;
}
strong, b {
	font-weight: bold;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
a {
	color: #333;
	text-decoration: none;
	font-size: 10px;
}
a img {
	border: 0px;
}
#header {
	width: 1016px;
	height: 111px;
	background: #999 url(../images/header-shadow.jpg) 980px no-repeat;
	margin-bottom: 13px;
}
#header address {
	font-size:11px;	
	font-style: normal;
	font-weight:bold;
	padding-left: 10px;
	color: #FFF;
	border-top: 1px solid #FFF;
	height: 14px;
}
#container {
	background: transparent url(../images/background-right.gif) top repeat-x;
	height: 500px;
}
#content {
	width: 980px;
	padding-bottom:2em;
}

address {
	font-size:12px;
	font-style:normal;
}
h1 {
	height: 96px;
}
h2{
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom:11px;
}
h2 small{
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin: 26px -20px 21px;
	border-bottom: 1px solid #c90044;
	padding: 0 0 2px 22px;
	text-transform: uppercase;
	color: #c90044;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden; /* IE */
}

h4 {
	margin: -3px 69px 12px 30px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 2px 0px;
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
h4 img {
	margin-left: -29px;
}
td h4 {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	margin: 0px;
	margin:5px 0 5px 20px;
	border: 0px;
	padding: 0px;
	text-transform: none;
	
}
h5 a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px !important;
	vertical-align: top;
}
h6,
h6 a {
	width: 119px;
	height: 18px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
input {
	vertical-align: middle;
	padding: 1px 5px 5px;
}
#search {
	width: 82px;
	margin-right:  -16px;
}
.submit {
	background: transparent url(../images/arrButterfly.gif) right no-repeat;
	padding: 0px !important;
	padding-right: 30px !important;
	height: 19px;
	line-height: 19px;
	border: 0 none;
	width: auto !important;
	margin: auto !important;
	color: #c90044;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
}
#row-left select,
#row-left a,
#row-right select,
#row-right a {
	display: block;
}
#row-left select {
	width: 115px;
	margin: 3px 0 4px;
}
#row-left {
	width: 150px;
	float: left;
	margin-right: 10px;
}
#row-left h6 {
	background: #c90044 url(../images/corner-right.jpg) top right no-repeat;
	padding-left: 10px;
	text-align: left;
}
#row-left div,
#row-right div {
	background-color: #edece9;
	border: 1px solid #CCC;
	color: #333;
	margin-bottom: 10px;
	font-size: 10px;
	overflow: hidden;
}
#row-left li,
#row-right li,
#row-left li a,
#row-right li a {
	font-size: 11px;
}
#row-left li li li a {
	font-size: 10px;
}
#row-left li li {
	padding-left: 9px;
}
#row-left li li li {
	padding-left: 15px;
}
#row-left div {
	padding: 7px 0 7px 20px;
	width: 129px;
	border-left: 0 none;
}
#row-right {
	float: left;
	width: 151px;
	margin-left: 10px;
}
#row-right h6 {
	background: #c90044 url(../images/corner-left.jpg) top left no-repeat;
	padding-right: 10px;
	float: right;
	text-align: right;
}
#row-right div {
	padding: 7px 7px 7px 11px;
	width: 132px;
	border-right: 0 none;
	clear: right;
}
#row-right h6 a {
	background: transparent url(../images/arrow.gif) no-repeat scroll 8px center;
}
#row-main a{
	color:#c90044;
}
#row-right input {
	width: 82px;
	margin: 0 -3px 5px 0;
}

#row-main {
	float: left;
	padding: 3px 20px;
	width: 619px;
	overflow: hidden;
}
#row-full {
	float: right;
	width: 778px;
	margin-right: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 0%; line-height: 0px; font-size: 0px;}
.clearfix {	display: block; clear: both; }
/* End hide from IE-mac */
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
p {
	font-size: 12px !important;
}
span {
	font-size: 12px;
}
.line {
	margin: 15px -22px;
	height: 1px !important;
	line-height: 1px !important;
	clear: both;
}
.gray {
	background-color: #CCC;
}
div.pink {
	background-color: #c90044;
}
.half {
	width:50%;
	float:left;
}
.quantity {
	width: 25px;
	height: 15px;
	border: 1px solid #999;
	text-align: center;
	padding: 0px;
}
.pink {
	color: #C90044;
}

.grey {
	color:#999;
	font-size:10px;
	letter-spacing:-0.05em;
}

.dark {
	color:#333;	
}

.lt {
	text-decoration:line-through;
}

input.amount {
	width:18px;
	height:12px;
}

.link {
	font-weight:bold;
	font-size:11px;
	display: block;
	width: 163px;
	float: right;
}

.bold {
	font-weight:bold;
}

#steps {
	list-style: none none;
	
}
#steps li {
	float:left;
	font-size:12px;
	padding-left:1.7em;
	padding-bottom:1.7em;	
	background: #fff url(/images/steps-sep.gif) no-repeat 8px 2px;
}
#steps li.first {
	padding-left:0;
	background-image: none;
}
#steps li.current {
	color: #C90044;
}
input.text{
	margin-bottom:5px;
}
.campaign{
	margin-top: 27px;
	padding-left:8px;
	padding-right:20px;
}
.campaign-links{
	width: 375px;
	float:left;
	text-align: right;
	padding:0px;
}
.campaign-links a{
	font-weight:bold;
	font-size: 12px;
}
.campaign p{
	font-size: 12px;
	width:220px;
	float:right;
}
.third, .third2{
	margin-top:-20px;
	margin-bottom:-14px;
	float:left;
	height:48px;
	width:199px;
}
.third2 {
	width:397px;
	float:left;
	margin-right:22px;
}

.box1{
	background: #fff url(../images/butterfly1.jpg) top right scroll no-repeat;
	padding-top: 0px !important;
	height: 27px; 
	border-right: 1px solid rgb(204, 204, 204); 
	padding-left: 0px !important; 
	margin-top: -20px !important;
}

*html .box1,
*html .box2,
*html .box3{
	margin-bottom: -15px !important;
	padding-bottom: 0px !important;
}
*html .box1 span,
*html .box2 span,
*html .box3 span{
		height: 39px !important;
}
.box2{
	background: #fff url(../images/butterfly2.jpg) top right scroll no-repeat;
	padding-top: 0px !important;
	height: 27px;
	margin-top: -20px !important;
}
.box3{
	background: #fff url(../images/butterfly3.jpg) top left scroll no-repeat;
	margin-right:-10px;
	width: 181px !important;
	padding-top: 0px !important;
	height: 27px; 
	border-left: 1px solid rgb(204, 204, 204); 
	padding-right: 0px !important; 
	margin-top: -20px !important;
}

.box1-content{
	font-weight:bold;
	font-size:12px;
	margin-left:17px;
	margin-top:9px;
	display:block;
	line-height:12px;
}

.box2-content{
	font-weight: bold;
	font-size:20px;
	color:#c90044;
	margin-left:17px;
	margin-top:9px;
	display:block;
	
}
.box3-content{
	font-size:12px;
	margin-right:58px;
	margin-top:9px;
	display:block;
	text-align: right;
	line-height:12px;
}
.box3-content b {
	line-height: 12px;
}
.trusted{
	margin-right:30px;
	margin-top:-37px;
	margin-bottom:-17px;
}


.histdesc{
	float:left;
	display:block;
}


.title-third {
	width:33.33%;
	float:left;
}


h3 a{
	text-transform:none;
}

.title{
	width:100px;
	display:block;
	float:left;
}


.error{
	background-color:red;
}


.article-index{
	font-size:18px;
	color:#999999;
	display:block;
	margin-bottom:-17px;
	margin-top:20px;
}


.blacklink{
	display:block;
	margin-bottom:15px;
	margin-top:10px;
	color:#333 !important;
}

.main-address{
	float:left;
	width:210px;
}


.delivery-address{
	float:left;
	width:409px;
}
.day{
	width:20px;
	border-color:#999;
	margin:2px 0px;
}
.month{
	width:20px;
	border-color:#999;
	margin:2px 0px;
}
.year{
	width:20px;
	border-color:#999;
	margin:2px 0px;
}

* html .article-large .details {
	width:175px;
}

* html .article-large .pricing {
	width:165px;
}

*html h3.newhome {
	position:absolute;
	margin-bottom:0px;
	width:91%;
}

*html .third2 h3.newhome {
	width:106%;	
}
