body {
    background-color: #420123;
    background-image: url(../img/background.png);
    background-repeat: repeat-x;
    color: #333;
    font-family: PTSans, Helvetica-Neue, Geneva, "Segoe UI", Tahoma, Arial;
    /*font-family:MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Calibri, Helvetica, Arial */
    font-size: 13px;
	
}

a {
    text-decoration: none;
    color: #777;
}


div#header{
    height: 70px;
}

div#header-logo{
    padding-top: 5px;
}

div#subheader {
    height: 50px;
}

form#quicksearchform{
    float:right;
    display:block;
    border:solid 1px silver;
    background:white;
    width:250px;
}
form#quicksearchform div {
    float:left;
    color: silver;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 10px;
}
input#qs {
    border: 0 none;
    background: transparent none repeat scroll 0 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: helvetica, arial;
    margin: 0px;
    margin-left: 10px;
    width: 120px;
}

input#qs-submit {
    border:0 none;
    cursor:pointer;
    margin-top: 2px;
    margin-right: 2px;
    float:right;
    height:20px;
    width:20px;
    background-image: url(../img/qs-icon.gif);
}

div#container-top {
    margin-top: 25px;
    background-image: url(../img/container-top.png);
    height: 36px;
}

div#container-left{
/*    padding-left: 10px;*/
}

div#container {
    background-color: white;
    background-image: url(../img/flower-background.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    line-height: 1.5;
    overflow: auto;
}

div#container-bottom {
    background-image: url(../img/container-bottom.png);
    height: 8px;
    margin-bottom: 25px;
}

div#container-right {
    margin-lefT: 1px;
    border-left: solid 1px #ccc;
}
.cat_menu {
    margin-left:10px;
    margin-right: 10px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
}

.cat_menu h3 {
    font-size: 20px;
    font-family: arial, helvetica;
    color:#C63263;
    margin-bottom: 5px;
    border-bottom: solid 1px #ddd;
}
.cat_menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    font-size: 13px;

}

.cat_menu ul li {
    border-bottom:1px dotted #D7D6CF;
    margin-left: 0px;
}

.cat_menu ul li a {
    display:block;
    padding:5px 15px 5px 20px;
}

.cat_menu ul li a:hover, .cat_menu ul li.active a   {
    background:#B1005A url(../img/menu_arrow_on.gif) no-repeat scroll 5px 10px;
    color: white;
}

.product_box {
    width: 160px;
    margin-left:25px;
    margin-right:25px;
    float:left;
    margin-bottom: 15px;
}

.inside_grid12 {
    padding-left: 20px;
    padding-right: 20px;
}

.category_group  {
    margin-bottom: 25px;
}

.category_selection {
    padding-left: 25px;
}

.boxgrid{
    width:158px;
    height: 180px;
    background:#161613;
    overflow: hidden;
    position: relative;
    border: solid 2px #777;
}

.boxcaption{
    /*top: 150px;
    float: left;*/
    bottom: 0px;
    position: absolute;
    background: #222;
    height: 35px;
    width: 100%;
    opacity: .7;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: white;
}


.product_summary {
    font-size: 13px;
}

.product_price {
    float:right;
    font-size: 20px;
    font-weight: bold;
}

.product_price sup {
    position: relative;
    top: -0.7em;
    font-size: 10px;
    margin-right: 5px;
    /*
    vertical-align: super;
    font-size: 10px;*/
}

.actie_price sup {
    position: relative;
    top: -0.7em;
    font-size: 0.6em;
    margin-right: 5px;
    /*
    vertical-align: super;
    font-size: 10px;*/
}

.product_name {
    color: #600132;
    font-size: 1.3em;
}
.product_short{
    color:#777;
    padding-right: 1px;
}

.product_link {
    text-align: right;
    border-bottom: solid 1px #ddd;
    padding-bottom: 4px;
}

.draggable {
	cursor: url(/assets/img/grab.cur), default;
}
.draggable-dragging {
	cursor: url(/assets/img/grabbing.cur), default;
}

.zoomable {
    cursor: url(/assets/img/magnify.cur), -moz-zoom-in, pointer;
}

.product_link a{
    font-size: 11px;
    color: #98647E;
    text-decoration: none;
    padding-right: 20px;
    padding-bottom: 2px;
    background-image: url(../img/arrow-next-01.png);
    background-position: center right;
    background-repeat:no-repeat;
}

.product_link a:hover{
    color: #8C0047;
    text-decoration: none;
    background-image: url(../img/arrow-next-03.png);

}

.category_selection_end {
    font-size: 15px;
    margin-left: 25px;
    margin-right: 25px;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    /*border-bottom: solid 1px #E093A7;*/
    padding-bottom: 10px;
}

.category_more {
    float: right;
}

.btn {
    background-image: url(../img/button-back.png);
    background-repeat: repeat-x;
    border: solid 1px #bbb;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    line-height:  30px;
    display: block;
    color: #555;
    font-size: 1em;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px
}

.btn:hover {
    background-image: url(../img/button-back-rose.png);
    background-repeat: repeat-x;
    border: solid 1px #4C0128;
    color: white;
    text-shadow: none;
}

.btnsmall {
    background-image: url(../img/button-back.png);
    background-repeat: repeat-x;
    border: solid 1px #bbb;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    line-height:  18px;
    display: block;
    color: #555;
    font-size: 1em;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    text-align: center;
}

.btnsmall:hover {
    background-image: url(../img/button-back-rose.png);
    background-repeat: repeat-x;
    border: solid 1px #4C0128;
    color: white;
    text-shadow: none;
}

div.error {
    padding: 20px;
}

h3.error {
    font-size: 2.5em;
    color: #ccc;
}

div.errormsg {
    font-size: 1.2em;
    
}

div.product_image_holder {
    margin-left: 10px;
    background-image: url(../img/product_image_bg.png);
    background-repeat: no-repeat;
    width: 330px;
    height: 375px;
    padding-top: 25px;
    padding-left: 23px;

}

div.product_image {
    height: 290px;
    width: 280px;
    overflow: hidden;
    display: block;
    /*background-color: white;*/

}

div.product_image a.zoom{
background:transparent url(../img/icon-zoom.png) no-repeat scroll left top;
    display:none;
    font-size:11px;
    height:25px;
    position:absolute;
    right:35px;
    text-indent:-99999em;
    top:30px;
    width:63px;
    z-index:20;
}

div.product_image:hover a.zoom {
    display:block;
}

div.product_image img {
    display: block;
    margin: auto;
}
div.product_more_images a {
    background:transparent url(../img/prod_img_tbg.jpg) no-repeat scroll 0 0;
    display:block;
    float:left;
    height:90px;
    margin:5px 0px 5px 20px !important;
    padding:0;
    width:90px;
}
div.product_more_images a:hover {
    background:transparent url(../img/prod_img_tbg_hi.jpg) no-repeat scroll 0 0;
}
div.product_more_images a img {
    border: medium none;
    float:left;
    height:70px;
    margin:9px 0 0 10px;
    padding:0;
    width:70px;
}

div.product_info_container {
    margin-right: 20px;
}
div.product_info_container h3 {
    font-size: 2.0em;
}

div.product_info_price_container {
    margin-top: 20px;
}

div.product_info_price_container .product_price {
    float:right;
    font-size: 40px;
    font-weight: bold;
}

div.product_info_price_container .product_price sup {
    position: relative;
    top: -0.7em;
    font-size: 20px;
    margin-right: 5px;
}

div.product_add_basket {
    margin-top: 15px;
}

.btn_add {
    background-image: url(../img/button-back.png);
    background-repeat: repeat-x;
    border: solid 1px #bbb;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    line-height:  30px;
    display: block;
    color: #555;
    font-size: 1em;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px
}

.btn_add:hover {
    background-image: url(../img/button-back-green.png);
    background-repeat: repeat-x;
    border: solid 1px darkgreen;
    color: white;
    text-shadow: none;
}

span.category_name {
    color: #B30159;
}

div.onsale {
    position:absolute;
}

/****************
Product description fields
*/
.pd_header{
    font-size: 1.3em;
    font-weight: bold;
}

.pd_normal {
    font-size: 1em;
    font-weight:normal;
}

.pd_small {
    font-size: 0.9em;
}

.pd_highlight {
    color: #6E0138;
    font-weight: bold;
}

p.pd_parabegin {
    margin-bottom: 5px;
}


div.baskprocess {
    height: 20px;
}

table.bask{
    margin-top: 5px;
    margin-bottom: 5px;
}

td#baskimage{
    padding-right: 10px;
}

table.bask td.descr {
    vertical-align: top;
}
table.bask td.descr div.name {
    padding-top: 5px;
    font-weight: bold;
    width: 210px;
}
table.bask td.descr div.count {
    float: left;
    width: 100px;
}
table.bask td.descr div.amount {
    float: right;
    width: 100px;
}

div.basketlist{
    margin-left: 10px;
    margin-right: 20px;
}
table.basketlist th{
    text-align: left;
    font-size: 1.3em;
    border-bottom: solid 2px #AD0058;
    padding-bottom: 3px;

}
table.basketlist td.line{
    vertical-align: top;
    padding-top: 5px;
    border-bottom: solid 1px #ddd;
    font-size: 1.4em;
}
table.basketlist td.pimage{
    width: 100px;
}
table.basketlist td.pname{
    font-size: 1.4em;
    width: 240px;
    line-height: 1em;
}
table.basketlist td.linetotal{
    padding-top: 3px;
    border-top: solid 1px #ddd;
    text-align:right;
    font-size: 1.6em;
}


input.baskq{
    width: 40px;
    border: none 0px white;
}

div.baskedit {
    padding: 2px;
    border: solid 1px #999;
    width: 100px;
    padding-bottom: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.baskeditbtn{
    float: right;
    padding: 0px;
    margin-left: 3px;
}
.btn_baskadd, .btn_baskdel {
    background-image: url(../img/button-back.png);
    background-repeat: repeat-x;
    border: solid 1px #bbb;
    padding-bottom: 0px;
    padding-top: 4px;
    line-height:  1.2em;
    display: block;
    color: #555;
    font-size: 18px;
    height: 20px;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    width: 24px;
    text-align: center;
    margin-top: 0px;
}

.btn_baskadd:hover {
    background-image: url(../img/button-back-green.png);
    background-repeat: repeat-x;
    border: solid 1px darkgreen;
    color: white;
    text-shadow: none;
}

.btn_baskdel:hover {
    background-image: url(../img/button-back-red.png);
    background-repeat: repeat-x;
    border: solid 1px darkred;
    color: white;
    text-shadow: none;
}

div.emptybask {
    padding: 25px;
}

div.emptybask h4{
    font-weight: bold;
    font-size: 1.2em;
}

a.tobasket:hover{
    color: #96014A;
}

div.orderstepcontainter {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    overflow: auto;
    background-color:#efefef;
    margin-bottom: 20px;
}

div.orderstep {
    float: left;
    color: #ccc;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
}

div.orderstep-active{
    color: #000;
}

div.orderstep-finished{
    color: #6FB26F;
}

div.orderstep-divider{
    border-right: solid 1px #ccc;
}

div.orderstep-a {
    font-family: arial, helvetica;
    font-size: 11px;
    background: url(../img/orderstep-a.gif);
    background-repeat:no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    color: white;
    font-weight:bold;
    line-height: 20px;
    padding-left: 7px;
}

div.orderstep-i {
    font-family: arial, helvetica;
    font-size: 11px;
    background: url(../img/orderstep-i.gif);
    background-repeat:no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    color: #999;
    font-weight:bold;
    line-height: 20px;
    padding-left: 7px;
}

div.orderstep-o {
    font-family: arial, helvetica;
    font-size: 11px;
    background: url(../img/orderstep-o.gif);
    background-repeat:no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    color: #fff;
    font-weight:bold;
    line-height: 20px;
    padding-left: 7px;
}

h3.header-order {
    font-size: 19px;
    margin:0px;
    color: #600132;
}

h4.subheader-order {
    color: #B50059;
    margin:0px;
    font-size: 17px;
}
p.infofields {
    color:#555555;
    float:right;
    font-size:11px;
    line-height:15px;
    margin:-15px 0 0;
}
#checkout {
    margin-left: 50px;
    width: 600px;
}
#checkout fieldset {
    font-family: arial, helvetica;
    border:medium none;
    padding-bottom:20px;
}
#checkout div.row {
    background:#F7F7F7 none repeat scroll 0 0;
    border-bottom:1px solid #E4E4E4;
    border-top:1px solid #FFFFFF;
    height:1%;
    overflow:hidden;
    padding:4px 5px;
}

#checkout div.row label {
    float:left;
    font-weight:bold;
    line-height:19px;
    width:165px;
}
#checkout div.row.radio span {
    float:left;
    font-weight:bold;
    line-height:19px;
    width:165px;
}
#checkout div.row.radio label {
    float:none;
    font-weight:normal;
    margin-right:5px;
    vertical-align:middle;
    width:auto;
}
#checkout div.row.radio fieldset {
    padding:0;
}

#checkout div.row input.text.medium {
    width:70px;
}
#checkout div.row input.text.small {
    width:30px;
}
#checkout div.row input.text {
    width:270px;
}
#checkout div.row.checkbox label {
    float:none !important;
    font-weight:normal !important;
    width:auto !important;
}

#checkout #field_newslettersubscription input {
    float:left;
    height:21px;
    margin-right: 20px;
}

#checkout div.row p.notice {
    color:#555555;
    float:left;
    font-size:11px;
    margin:3px 0 0;
    padding-left:165px;
}
#checkout div.row p.error {
    color:red;
    font-size:11px;
    margin:3px 0 0;
    padding-left:165px;
}

#checkout div.row.question span {
    margin-right:20px;
    width:auto;
}

#checkout div.optional {
    display:none;
}

#checkout_paymentmethod {
    border-collapse:separate;
    margin-bottom:20px;
    width:100%;
    font-family: arial, helvetica;
}

#checkout_paymentmethod thead th {
    padding:5px 0;
    text-align:left;
}

#checkout_paymentmethod thead th.method {
    color:#900B09;
    font-size:12px;
}

#checkout_paymentmethod thead th.price {
    color:#555555;
    font-size:11px;
}

#checkout_paymentmethod tbody td {
    background:#F7F7F7 none repeat scroll 0 0;
    border-top:1px solid #FFFFFF;
    padding:5px;
}

#checkout_paymentmethod tbody td.select {
    background:#C1C1C1 none repeat scroll 0 0;
    text-align:center;
    width:20px;
}

#checkout_paymentmethod tbody tr td.method, #checkout_paymentmethod tbody tr td.price, #checkout_paymentmethod tbody tr td.method label, #checkout_paymentmethod tbody tr td.price label {
    cursor:pointer;
}
#checkout_paymentmethod tbody td.method {
    border-left:1px solid #FFFFFF;
    font-size:11px;
}

#checkout_paymentmethod tbody td.divider {
    border-bottom:1px solid #C1C1C1;
}

#checkout_paymentmethod tbody td.price {
    border-left:1px solid #FFFFFF;
    color:#329403;
    font-weight:bold;
    padding-right:15px;
    text-align:right;
    vertical-align: middle;
    width: 50px;
}

#checkout_paymentmethod tbody td.method h4 {
    font-size:15px;
    margin-bottom: 0px;
}
#checkout_paymentmethod tbody td.method p {
    font-size:11px;
    margin-bottom: 0px;
    color: #999;
}

#checkout_paymentmethod tbody td.method a {
    color: #79465F;
}
#checkout_paymentmethod tbody td.method a:hover {
    text-decoration: underline;
}
strong.free {
    color: green;
    font-size: 12px;
}

#checkout_overview_order table {
border-bottom:1px solid #E4E4E4;
border-collapse:separate;
margin-bottom:10px;
padding-bottom:5px;
width:100%;
font-family: arial,helvetica;
}

#checkout_overview_order thead th {
background:#565757 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
padding:5px;
}

#checkout_overview_order thead th.product {
border-color:#FFFFFF;
border-style:solid;
border-width:0 1px;
text-align:left;
}

#checkout_overview_order thead th.price {
text-align:right;
}

#checkout_overview_order tfoot td {
padding:5px;
}

#checkout_overview_order tfoot td.description {
    text-align:right;
}

#checkout_overview_order tfoot td.price {

background:#F7F7F7 none repeat scroll 0 0;
border-color:#FFFFFF #FFFFFF #E4E4E4;
border-style:solid;
border-width:1px 0;
text-align:right;
}
#checkout_overview_order tbody td {

background:#F7F7F7 none repeat scroll 0 0;
border-color:#FFFFFF #FFFFFF #E4E4E4;
border-style:solid;
border-width:1px 0;
padding:5px;
}
#checkout_overview_order tbody td.quantity {
font-size:14px;
font-weight:bold;
padding-top:12px;
text-align:center;
vertical-align:middle;
width:40px;
}
#checkout_overview_order tbody td.product {
border-width:1px;
}
#checkout_overview_order tbody td.product h5 {
color:#000000;
font-size:14px;
margin:0;
}
#checkout_overview_order tbody td.product img {
border:1px solid #E4E4E4;
vertical-align:middle;
}
#checkout_overview_order tbody td.price {
font-weight:bold;
text-align:right;
vertical-align:top;
width:100px;
}

#box_shoppingcart_totalprice{
    font-weight: bold;
    border-top: solid 1px #000;
}
#checkout_overview_order #checkout_overview_order_continueshopping {
position:absolute;
}



/*
*/
.orderdetails table{
    margin-bottom: 30px;
    border-collapse:separate;
    margin-bottom:10px;
    width:100%;
    font-family: arial, helvetica;
}
.orderdetails td {
    background:#F7F7F7 none repeat scroll 0 0;
    border-color:#FFFFFF #FFFFFF #E4E4E4;
    border-style:solid;
    border-width:1px 0;
    padding:5px;
    vertical-align:top;
 border-left: solid 1px #fff;
}

.orderdetails thead th {
    background:#565757 none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:12px;
    padding:5px;
    border-left: solid 1px #fff;
    text-align:left;
}

#checkout_overview_customerinformation{
    margin-bottom: 30px;
}
#checkout_overview_customerinformation table {
border-collapse:separate;
margin-bottom:10px;
width:100%;
font-family: arial, helvetica;
}
#checkout_overview_customerinformation td {
background:#F7F7F7 none repeat scroll 0 0;
border-color:#FFFFFF #FFFFFF #E4E4E4;
border-style:solid;
border-width:1px 0;
padding:5px;
vertical-align:top;
}


#checkout_overview_customerinformation td.description {
border-right-width:1px;
font-weight:bold;
width:25%;
}

#checkout_overview_customerinformation td address {
    margin: 0px;
}

#checkout_overview_customerinformation thead th {
background:#565757 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
padding:5px;
}

#checkout_overview_customerinformation thead th.shipping {
border-color:#FFFFFF;
border-style:solid;
border-width:0 1px;
text-align:left;
width: 40%;
}


#checkout_overview_payment table {
border-collapse:separate;
margin-bottom:10px;
width:100%;
font-family: arial, helvetica;
}
#checkout_overview_payment td {
background:#F7F7F7 none repeat scroll 0 0;
border-color:#FFFFFF #FFFFFF #E4E4E4;
border-style:solid;
border-width:1px 0;
padding:5px;
vertical-align:top;
}

#checkout_overview_payment thead th {
background:#565757 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
padding:5px;
}

.overview_accept {
    margin-top: 20px;
    margin-bottom: 25px;
    color: #444;
}

div.error_stock_check {
    margin-bottom: 10px;
    border: solid 1px #500808;
    color: white;
    padding: 10px;
    background: #8B084B;

}
div.productoptions {
    width: 100%;
    line-height: 2em;
}

div.productoption-descr{
    float:right;
    margin-right: 10px;
}
.productoptionselect{
    width: 145px;
}
/*

.cat_menu ul li.active a {
    background:#E4E3DC;
}
*/
a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

/*
p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}
*/


@font-face {
	font-family: 'PTSans';
	src: url('PT_Sans.eot');
	src: local('PT Sans Regular'), local('PTSans-Regular'), url('PT_Sans.ttf') format('truetype');
}

@font-face {
	font-family: 'PTSans';
	src: url('PT_Sans_Bold.eot');
	src: local('PT Sans Bold'), local('PTSans-Bold'), url('PT_Sans_Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'PTSans';
	src: url('PT_Sans_Italic.eot');
	src: local('PT Sans Italic'), local('PTSans-Italic'), url('PT_Sans_Italic.ttf') format('truetype');
	font-style: italic;
}


@font-face {
	font-family: 'PTSansNarrowRegular';
	src: url('PT_Sans_Narrow.eot');
	src: local('PT Sans Narrow Regular'), local('PTSans-Narrow'), url('PT_Sans_Narrow.ttf') format('truetype');
}

@font-face {
	font-family: 'PTSansCaptionBold';
	src: url('PT_Sans_Caption_Bold.eot');
	src: local('PT Sans Caption Bold'), local('PTSans-CaptionBold'), url('PT_Sans_Caption_Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'PTSansCaptionRegular';
	src: url('PT_Sans_Caption.eot');
	src: local('PT Sans Caption Regular'), local('PTSans-Caption'), url('PT_Sans_Caption.ttf') format('truetype');
}

@font-face {
	font-family: 'PTSansBoldItalic';
	src: url('PT_Sans_Bold_Italic.eot');
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('PT_Sans_Bold_Italic.ttf') format('truetype');
}


@font-face {
	font-family: 'PTSansNarrowBold';
	src: url('PT_Sans_Narrow_Bold.eot');
	src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url('PT_Sans_Narrow_Bold.ttf') format('truetype');
}


