/* Privacy Page
------------------------------*/
#privacy-policy .node {
    float: left;
    display: inline;
    width: 760px;
    margin-left: 30px;
    font-size: 12px;
    padding-bottom: 40px;
}

#privacy-policy p{
	padding-bottom: 15px;		
}

#privacy-policy h4{
	font-size: 14px; 
	padding-bottom: 15px;
}


#privacy-policy .content dl dt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom:5px;
}
#privacy-policy .content dl dd { padding-bottom:15px; }
#privacy-policy .content dl p { padding-bottom:15px; }
#privacy-policy .content dl p.address { padding:0px; }

#privacy-policy .bullet_list{
	margin-left: 15px;
	list-style: disc;
	padding-bottom: 15px;
}

#privacy-policy .circle_list{
	margin-left: 15px;
	list-style: circle;
}

#privacy-policy .square_list{
	margin-left: 15px;
	list-style: square;
}

#privacy-policy .indent{
	margin-left: 30px;
}

#privacy-policy .indent ul{
	list-style:disc;
}

#privacy-policy .indent li{
	padding-left: 0px;
}


/* Shipping Information 
------------------------------*/
#shipping-information .node {
    float: left;
    display: inline;
    width: 760px;
    margin-left: 30px;
    font-size: 12px;
    padding-bottom: 40px;
}

#shipping-information p{
	padding-bottom: 15px;
}

#shipping-information .content h3 { 
    font-size: 18px; 
    padding-top: 25px;
	padding-bottom: 5px;
}

#shipping-information table { border-collapse: collapse; }
#shipping-information table td,
#shipping-information table th { 
	border: 1px solid #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#shipping-information h4{
	padding-top: 5px;
	padding-bottom: 5px;
}

#shipping-information .bullet_list li{
   padding-bottom: 4px;
}

/* Returns 
------------------------------*/
#returns .node {
    float: left;
    display: inline;
    width: 760px;
    margin-left: 30px;
    font-size: 12px;
    padding-bottom: 40px;
}

#returns p{
	padding-bottom: 15px;
}

#returns .content h3 { 
    font-size: 18px; 
    padding-top: 25px;
	padding-bottom: 5px;
}

#returns .padded_list li {
   padding-bottom: 4px;
}

#returns .address{
	margin: 0px;
	padding: 0px;
}


/* FAQS
------------------------------*/
#faqs .node {
    float: left;
    display: inline;
    width: 760px;
    margin-left: 30px;
    font-size: 12px;
    padding-bottom: 40px;
}

#faqs p{
	padding-bottom: 15px;
}

#faqs .content h3 { 
    font-size: 18px; 
    padding-top: 25px;
	padding-bottom: 5px;
}

a.to_top { 
    float: right; 
    padding-top:10px;
}

#faqs .numbered_list{
   list-style: decimal;
   margin-left: 15px;
   padding-bottom: 15px;
}

/*Terms and Conditions
-----------------------------------*/
#terms-conditions .node {
    float: left;
    display: inline;
    width: 760px;
    margin-left: 30px;
    font-size: 12px;
    padding-bottom: 40px;
}

#terms-conditions p{
	padding-bottom: 15px;
}

#terms-conditions h3{
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 15px;
}

#terms-conditions .effective_date{
	margin-bottom: 25px;
	float: right;
}

#terms-conditions h4{
	font-size: 14px;
	padding-bottom: 15px;
}

#terms-conditions p .indent{
	margin-left: 30px;
}