/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

img {
	border: 0px;
}

table {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #4f91cd;
	text-decoration: none;
}

a:hover {
	color: #4f91cd;
	text-decoration: underline;
}


#screensize {
	width: 1000px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

.error_lines {
	font-weight: bold;
	color: red;
	padding-bottom: 1em;
}
/* === Error Page === */
#errorpage {
	text-align: center;
}

#errorpage div {
	padding-top: 2em;
	font-size: 16pt;
}
/* === Error Page === */

/* === Top Bar === */
#topbarsec {
	width: 100%;
	padding: 0;
}

#topbarsec #sitelogo {
	width: 220px;
	height: 120px;
	text-align: left;
	vertical-align: middle;
}  
 
#topbarsec #center {
	text-align: right;
	height: 120px;
	padding-right: 30px;
}

#topbarsec #basket {
	background: url(/childrensrooms-web/images/basket_back.png) no-repeat top left;
	width: 165px;
	height: 120px;
	vertical-align: top;
}

#topbarsec #basket #basketdetails {
	width: 100%;
	height: 55px;
	padding-top: 31px;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #7596A5;
}

#topbarsec #basket #basketdetails a {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #7596A5;
}

#topbarsec #basket #viewbasket {
	margin: 0 25px 0 25px;
	padding: 2px;
	height: 1.2em;
	text-align: center;
	font-weight: bold;
	background-color: #A9DDE8;
	color: black;
}
/* === /Top Bar === */


/* === Second Bar === */
#secondbarsec {
	width: 100%;
	border: 0;
}

#topnav {
	background: url(/childrensrooms-web/images/topnav_back.png) repeat-x top left;
	height: 35px;
	text-align: left;
	vertical-align: middle;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
}

#topnav li a {
	display: block;
	padding: 0;
	margin: 0 18px 0 0;
	color: #548EB4;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

#topnav li a:hover {
	text-decoration: underline;
}

#topnav div {
	position: absolute;
	visibility: hidden;
	margin: 5px 0 0 -11px;
	padding: 0;
	border: 1px solid #000;
	z-index: 99;
}

#topnav div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #fff;
	font-size: 11px;
	color: #CF488A;
	border: 0;
}

#topnav div a:hover {
	text-decoration: underline;
}

#topsearch {
	background: url(/childrensrooms-web/images/topnav_back.png) repeat-x top left;
	height: 35px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

#topsearch_label {
	color: #548EB4;
	font-size: 12px;
	font-weight: bold;
}

#ti_topsearch {
	width: 130px;
	font-size: 11px;
}

#sb_topsearch {
	font-size: 11px;
	width: 40px;
}
/* === /Second Bar === */


/* === Main Content === */
#mainsec {
	width: 100%;
	border: 0;
}

#leftbar {
	vertical-align: top;
	width: 120px;
	padding: 0 0 3px 0;
	border-right: 1px solid #999;
}

#leftbartitle {
	color: #ed509d;
	padding: 5px 0;
	font-weight: bold;
	text-align: left;
}

#leftbar ul {
	margin: 0;
	padding: 0;
}

#leftbar li {
	border-top: 1px dotted #999;
	list-style-type: none;
	padding: 3px 0;
}

#leftbar a:link, #leftbar li a:visited {
	color: #4f91cd;
	text-decoration: none;
}

#leftbar a:hover {
	color: #4f91cd;
	text-decoration: underline;
}

#maincontent {
	vertical-align: top;
	padding: 20px 20px 10px 20px;
}

#rightbar {
	vertical-align: top;
	width: 130px;
	padding: 0 0 3px 7px;
	border-left: 1px solid #999;
}

#rightbar .bighead {
	font-size: 14px;
	font-weight: bold;
	color: #0053B5;
}

#rightbar .head {
	font-weight: bold;
	color: #0053B5;
}

#rightbar .indent {
	margin-left: 8px;
}
/* === Main Content === */


/* === Footer === */
#footersec {
	width: 100%;
	border: 0;
}

#footer {
	border-top: 1px solid #999;
	padding-top: 3px;
}

#footerline1 {
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
}

#footerline2 {
	text-align: center;
}
/* === Footer === */


/* === Homepage === */
#homepagetop {
	width: 100%;
	border: 0;
	text-align: center;
	margin-bottom: 24px;
}

#homepagetop #intro1 {
	color: #0053A6;
	font-size: 16px;
	font-weight: bold;
}

#homepagetop #intro3 {
	color: #f14d9f;
	font-size: 16px;
	font-weight: bold;
}

#homepagemiddle {
	width: 100%;
	border: 0;
}

#homepagemiddle .sectionheader {
	height: 30px;
	background-color: #2d88d2;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}

#homepagemiddle .textcell {
	background-color: white;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	padding: 0 2px;
}

#homepagemiddle .textcell a:link, #homepagemiddle .textcell a:hover, #homepagemiddle .textcell a:visited {
	color: #000000;
}

#homepagemiddle .imagecell {
	text-align: center;
	vertical-align: middle;
}

#homepagemiddle .imagecell {
	width: 16%;
	height: 93px;
}

#homepagebottom {
	padding-top: 18px;
}

#homepagebottom .p_pad {
	margin-top: 1em;
}

#homepagebottom #line1 {
	font-weight: bold;
}

#homepagemorebottom {
	margin-top: 18px;
	padding: 10px;
	border: 2px solid black;
	background-color: #f5f5f5;
}

#homepagemorebottom .bold {
	font-weight: bold;
}

#homepagemorebottom table {
	width: 100%;
}

#homepagemorebottom td {
	vertical-align: middle;
	white-space: nowrap;
}
/* === /Homepage === */

/* === Product List === */
#productlisttypes {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 20px;
}

#productlisttypes td {
	padding: 5px;
	border: 0;
	background-color: #efefff;
	font-weight: bold;
}

#productlist {
	width: 100%;
	border: 0;
}

#productlist .productcell {
	width: 49%;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #999;
	background-color: #efefff;
}

#productlist .productcellleft {
	vertical-align: top;
	text-align: left;
	width: 120px;
}

#productlist .productcellright {
	vertical-align: top;
	text-align: left;
}

#productlist .productcellname {
	font-weight: bold;
}

#productlist .productcellname a:link, #productlist .productcellname a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#productlist .productcellname a:hover {
	text-decoration: underline;
}

#productlist .productcelldescr {
}

#productlist .productcellmoreinfo {
	margin-bottom: 1em;
}

#productlist .productcellmoreinfo a:link, #productlist .productcellmoreinfo a:visited {
	font-weight: bold;
	color: #4f91cd;
	text-decoration: none;
}

#productlist .productcellmoreinfo a:hover {
	text-decoration: underline;
}

#productlist .productcellprice {
	margin-bottom: 9px;
}

#productlist .productcellprice .previouspricelabel {
	color: #333
}

#productlist .productcellprice .previouspriceprice {
	color: #333;
	text-decoration: line-through;
}

#productlist .productcellprice .currentpricelabel {
	font-weight: bold;
	color: #333;
}

#productlist .productcellprice .currentpriceprice {
	font-weight: bold;
	color: #8b0000;
}

#productlist .productcellbuy .textinput {
	margin-top: 1em;
	margin-left: 5px;
	width: 30px;
}

#productlist .productcellbuy label {
	font-weight: bold;
}

#productlist .productcellbuy .submit {
	margin-left: 5px;
	border: 0;
	vertical-align: bottom;
}

#productlist .productcellmoreinfobutton {
	
}

#productlist .spacercell {
	width: 2%
}

#productlist .productcellempty {
	width: 49%;
}

#productlist .spacerrow {
	height: 20px;
}
/* === /Product List === */

/* === View Product === */
#viewproduct {
	border: 1px solid #999;
	background-color: #efefff;
	padding: 20px;
}

#viewproduct .outertable {
	width: 100%;
	border: 0;
}

#viewproduct .left {
	vertical-align: top;
	text-align: left;
	padding-right: 20px;
}

#viewproduct .producttitle {
	padding-bottom: 15px;
}

#viewproduct h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 0;
	margin: 0;
	border: 0;
}

#viewproduct .productdescr {
	
}

#viewproduct .productinstance {
	border: 1px solid #999;
	background-color: #efefff;
	margin-top: 15px;
	padding: 5px;
}

#viewproduct .productinstancetable {
	width: 100%;
	border: 0;
}

#viewproduct .productinstanceleft {
	vertical-align: middle;
	text-align: left;
}

#viewproduct .productinstanceleft .size {
	padding-bottom: 1em;
}

#viewproduct .productinstanceleft .dot {
	padding-right: 10px;
	vertical-align: middle;
}

#viewproduct .productinstanceleft .dotindent {
	padding-left: 20px;
}

#viewproduct .productinstanceright {
	vertical-align: middle;
	text-align: center;
	width: 100px;
}

#viewproduct .ymalheader {
	margin-top: 15px;
	font-weight: bold;
	font-size: 10pt;
}

#viewproduct .ymal {
	width: 100%;
	height: 55px;
	margin: 15px 0 0 0;
}

#viewproduct .ymalimagetd {
	height: 55px;
	width: 55px;
	padding-right: 10px;
	vertical-align: top
}

#viewproduct .ymaltitletd {
	vertical-align: top;
	font-weight: bold;
}

#viewproduct .ymalpricetd {
	vertical-align: bottom;
	width: 100%;
}

* html #viewproduct .ymalpricetd {
}

#viewproduct .ymalpreviouspriceprice {
	text-decoration: line-through;
}

#viewproduct .ymalcurrentpricelabel {
	
}

#viewproduct .ymalcurrentpriceprice {
	color: #8b0000;
	font-size: 13px;
	font-weight: bold;
}

#viewproduct .ymaladdtd {
	width: 100px;
	text-align: center;
	vertical-align: bottom;
	padding-right: 5px;
}

#viewproduct .right {
	vertical-align: top;
	text-align: center;
	width: 250px;
}

#viewproduct .productinstanceprice {
	padding-bottom: 4px;
}

#viewproduct .productinstanceprice .previouspricelabel {

}

#viewproduct .productinstanceprice .previouspriceprice {
	text-decoration: line-through;
}

#viewproduct .productinstanceprice .currentpricelabel, #viewproduct .productinstanceprice .currentpriceprice {
	color: #8b0000;
	font-size: 13px;
	font-weight: bold;
}

#viewproduct .productinstanceoutofstock {
	
}

#viewproduct .productimage {
	margin-bottom: 1em;
}

#viewproduct .productimage img {
	border: 1px solid #999;
}

#viewproduct .viewlarger {
	font-weight: bold;
}

#viewproduct .viewlarger a:link, #viewproduct .viewlarger a:visited {
	color: #4f91cd;
	text-decoration: none;
}

#viewproduct .viewlarger a:hover {
	text-decoration: underline;
}

#viewproduct .thumbs {
	margin-top: 1em;
}

#viewproduct .thumb {
	border: 1px solid #999999;
	cursor: pointer;
}

#viewproduct .thumbmargin {
	margin-right: 4px;
	border: 1px solid #999999;
	cursor: pointer;
}

#viewproduct .productinstancesubmit {
	border; 0;
}

#viewproductrelated {
	width: 100%;
	border: 0;
	margin-top: 20px;
}

#viewproductrelated .productcell {
	float: left;
	width: 156px;
	padding: 5px;
	margin-bottom: 15px;
	vertical-align: top;
	border: 1px solid #999;
	background-color: #efefff;
	text-align: center;
}

#viewproductrelated .productcellrightmargin {
	margin-right: 10px;
}

#viewproductrelated .productcellname {
	font-weight: bold;
	height: 50px;
}

#viewproductrelated .productcellname a:link, #viewproductrelated .productcellname a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#viewproductrelated .productcellname a:hover {
	text-decoration: underline;
}

#viewproductrelated .productcellimage {
	margin-bottom: 9px;
}

#viewproductrelated .productcellimage img {
	border: 1px solid #999;
}

#viewproductrelated .productcellprice {
	margin-bottom: 9px;
}

#viewproductrelated .productcellprice .previouspricelabel {
	color: #333
}

#viewproductrelated .productcellprice .previouspriceprice {
	color: #333;
	text-decoration: line-through;
}

#viewproductrelated .productcellprice .currentpricelabel {
	font-weight: bold;
	color: #333;
}

#viewproductrelated .productcellprice .currentpriceprice {
	font-weight: bold;
	color: #8b0000;
}

#viewproductrelated .productcellbuy .textinput {
	margin-top: 1em;
	margin-left: 5px;
	width: 20px;
}

#viewproductrelated .productcellbuy label {
	font-weight: bold;
}

#viewproductrelated .productcellbuy .submit {
	margin-left: 5px;
	border: 0;
	vertical-align: bottom;
}

#viewproductrelated .productcellmoreinfobutton {
	height: 23px;
	overflow: hidden;
}
/* === /View Product === */

/* === Basket === */
#basketyourbasket {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}

#basketabovebasketmessage {
	width: 100%;
	color: red;
	font-weight: bold;
	margin-bottom: 12px;
}

#basketpostageabove {
	padding-bottom: 1em;
}

#basket {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

#basket td {
	border: 1px solid #999;
	padding: 5px;
}

#basket #producthead {
	font-weight: bold;
	background-color: #efefff;
}

#basket #quantityhead, #basket #pricehead, #basket #totalpricehead  {
	font-weight: bold;
	text-align: center;
	width: 70px;
	background-color: #efefff;
}

#basket .product {

}

#basket .product .imageproduct {
}

#basket .product .imageproduct td {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#basket .product .imageproduct .image {
	width: 40px;
}

#basket .quantity, #basket .price , #basket .totalprice {
	text-align: center;
	width: 70px;
}

#basket .quantityinput {
	width: 30px;
	text-align: center;
}

#basket #deliverycostlabel {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

#basket #deliverycostvalue {
	text-align: left;
	vertical-align: middle;
}

#basket #costofbasketlabel {
	background-color: #fce0ee;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

#basket #radiotopmargin {
	margin-top: 7px;
}

#basket #costofbasketvalue {
	background-color: #fce0ee;
	width: 70px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

#basketbuttonrow {
	width: 100%;
	margin-top: 12px;
	text-align: right;
}

#basketbuttonrow #submit_recalc, #basketbuttonrow #submit_continue, #basketbuttonrow #submit_checkout {

}

#basketpostagebelow {
	margin-top: 1em;
}

#basketpostagebelow .header {
	font-weight: bold;
	padding-bottom: 0.5em;
}

#basketdiscount {
	margin-top: 1em;
}

#basketdiscount #row {
	
}
/* === /Basket === */

/* === Checkout === */
#checkouttitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}

#checkout {
	border: 0;
}

#checkout .button {
	font-size: 12px;
}

#checkout .left {
	width: 180px;
	white-space: nowrap;
	padding: 4px 0;
}

#checkout .star {
	color: red;
	font-weight: bold;
}

#checkout .right {
	white-space: nowrap;
	padding: 4px 0;
}

#checkout .right .textinput {
	width: 300px;
}

#checkout .right .textinputshort {
	width: 190px;
}

#checkout .right .selectinput {
	width: 300px;
}

#checkout .section {
	font-size: 14px;
	font-weight: bold;
	padding: 18px 0 3px 0;
}

#checkout .starnotice {
	font-weight: bold;
	padding: 12px 0 3px 0;
}

#checkout .paymenttd {
	padding-top: 9px;
}


#checkoutbasket {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#checkoutbasket td {
	border: 1px solid #999;
	padding: 5px;
}

#checkoutbasket #producthead {
	font-weight: bold;
	background-color: #efefff;
}

#checkoutbasket #quantityhead, #checkoutbasket #pricehead, #checkoutbasket #totalpricehead  {
	font-weight: bold;
	text-align: center;
	width: 80px;
	background-color: #efefff;
}

#checkoutbasket .product {

}

#checkoutbasket .product .imageproduct {

}

#checkoutbasket .product .imageproduct td {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#checkoutbasket .product .imageproduct .image {
	width: 40px;
}

#checkoutbasket .quantity, #checkoutbasket .price , #checkoutbasket .totalprice {
	text-align: center;
	width: 80px;
}

#checkoutbasket #deliverycostlabel, #checkoutbasket #costofbasketlabel {
	background-color: #efefff;
	font-weight: bold;
	text-align: right;
}

#checkoutbasket #deliverycostvalue, #checkoutbasket #costofbasketvalue {
	background-color: #efefff;
	width: 80px;
	font-weight: bold;
	text-align: center;
}
/* === /Checkout === */

/* === /Confirmation === */
#confirmation {
	border: 0;
}

#confirmation .bold { 
	font-weight: bold;
}

#confirmation .left {
	width: 180px;
	white-space: nowrap;
	padding: 4px 0;
}

#confirmation .right {
	font-weight: bold;
	padding: 4px 0;
	white-space: nowrap;
}
/* === /Confirmation === */

/* === Search Results === */
#searchresultssections {
	border: 0;
	margin-bottom: 25px;
}

#searchresultssections td {
	padding: 2px;
}

#searchresultssections .indent {
	width: 115px;
}

#searchresultssections .link {
	
}

#searchresultssections .link a:link, #searchresultssections .link a:visited {
	color: #4f91cd;
	text-decoration: none;
}

#searchresultssections .link a:hover {
	text-decoration: underline;
}

#searchresultssections .header {
	font-weight: bold;
}

#searchresultsproducts {
	border: 0;
}

#searchresultsproducts td {
	padding: 2px;
}

#searchresultsproducts .productimage {
	vertical-align: top;
	text-align: left;
	width: 115px;
	padding-bottom: 15px;
}

#searchresultsproducts .productdetails {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
}

#searchresultsproducts .productdetails .name {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}

#searchresultsproducts .productdetails .descr {
	font-size: 12px;
}

#searchresultsproducts .name a:link, #searchresultsproducts li a:visited {
	color: #4f91cd;
	text-decoration: none;
}

#searchresultsproducts .name a:hover {
	color: #4f91cd;
	text-decoration: underline;
}

#searchresultsproducts .productbuy {
	vertical-align: top;
	text-align: center;
	padding-bottom: 15px;
}

#searchresultsproducts .productbuy .price {
	white-space: nowrap;
	padding-bottom: 6px;
}

#searchresultsproducts .productbuy .price .previouspricelabel {
	
}

#searchresultsproducts .productbuy .price .previouspriceprice {
	text-decoration: line-through;
}

#searchresultsproducts .productbuy .price .currentpricelabel {
	color: #8b0000;
	font-weight: bold;
	font-size: 12px;
}

#searchresultsproducts .productbuy .price .currentpriceprice {
	color: #8b0000;
	font-weight: bold;
	font-size: 12px;
}

#searchresultsproducts  .productbuy .productcellbuy {
	
}

#searchresultsproducts .productbuy .productcellbuy .quantity {
	white-space: nowrap;
	padding-bottom: 6px;
}

#searchresultsproducts .productbuy .productcellbuy .submit {

}

#searchresultsproducts .productbuy .moreinfobutton {

}
/* === /Search Results === */

/* === Contact Us === */
#contactus {
	background-color: #efefff;
	border: 1px solid #999;
	margin-bottom: 20px;
	width: 100%;
}

#contactus td {
	border: 0;
	margin: 0;
	padding: 10px;
}

#contactus a {
	font-weight: bold;
}

#contactus #title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}
/* === /Contact Us === */

/* === Delivery === */
#delivery {
	background-color: #efefff;
	border: 1px solid #999;
	margin-bottom: 20px;
	width: 100%;
}

#delivery td {
	border: 0;
	margin: 0;
	padding: 10px;
}

#delivery a {
	font-weight: bold;
}

#delivery #title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}

#delivery #postmanpatimage {
	float: right;
	margin-left: 10px;
	border: 1px solid #999;
}

#delivery .p_pad {
	padding-bottom: 1em;
}

#delivery .p_pad_bold {
	padding-bottom: 1em;
	font-weight: bold;
}

#delivery .p_nopad {
	
}

#delivery .p_nopad_bold {
	font-weight: bold;
}

#delivery #royalmailimage {
	text-align: center;
	margin: 10px 0 20px 0;
}

#delivery #royalmailimage img {
	border: 1px solid #999;
}

#delivery #parcelforceimage {
	text-align: center;
	margin: 0 0 20px 0;
}

#delivery #parcelforceimage img {
	border: 1px solid #999;
}

#delivery #fedeximage {
	text-align: center;
}

#delivery #fedeximage img {
	border: 1px solid #999;
}
/* === /Delivery === */

/* === Returns === */
#returns {
	background-color: #efefff;
	border: 1px solid #999;
	margin-bottom: 20px;
	width: 100%;
}

#returns td {
	border: 0;
	margin: 0;
	padding: 10px;
}

#returns a {
	font-weight: bold;
}

#returns #title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}

#returns .p_pad {
	padding-bottom: 1em;
}

#returns .p_nopad {
	
}

#returns .p_pad_bold {
	padding-bottom: 1em;
	font-weight: bold;
}
/* === /Returns === */

/* === Terms & Conditions === */
#tandcs {
	background-color: #efefff;
	border: 1px solid #999;
	margin-bottom: 20px;
	width: 100%;
}

#tandcs td {
	border: 0;
	margin: 0;
	padding: 10px;
}

#tandcs #title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}

#tandcs .p_pad {
	padding-bottom: 1em;
}

#tandcs .p_pad_bold {
	padding-bottom: 1em;
	font-weight: bold;
}

#tandcs .p_nopad {
	
}

#tandcs #contactdetails {
	border: 0;
}

#tandcs #contactdetails td {
	border: 0;
	margin: 0;
	padding: 2px;
}

#tandcs #contactdetails .left {
	vertical-align: top;
	padding-right: 20px;
}
/* === /Terms & Conditions === */

/* === Privacy Policy === */
#privacy {
	background-color: #efefff;
	border: 1px solid #999;
	margin-bottom: 20px;
	width: 100%;
}

#privacy td {
	border: 0;
	margin: 0;
	padding: 10px;
}

#privacy #title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}

#privacy .p_pad {
	padding-bottom: 1em;
}

#privacy .p_pad_bold {
	padding-bottom: 1em;
	font-weight: bold;
}
/* === /Privacy Policy === */

/* === FAQ === */
#faq {
	background-color: #efefff;
	border: 1px solid #999;
	margin-bottom: 20px;
	width: 100%;
}

#faq td {
	border: 0;
	margin: 0;
	padding: 10px;
}

#faq a {
	font-weight: bold;
}

#faq #title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}

#faq .p_pad {
	padding-bottom: 1em;
}

#faq .p_pad_bold {
	padding-bottom: 1em;
	font-weight: bold;
}

#faq .p_nopad {
	
}

#faq .p_nopad_bold {
	font-weight: bold;
}
/* === /FAQ === */