﻿/* Experience box */

div.experience-container {
    position: relative;
    width: 372px;
    height: 169px;
    background-repeat: no-repeat;
    margin: 0;
}

div.experience-details {
    position: relative;
    width: 210px;
    height: 120px;
    top: 5px;
    left: 135px;
    overflow: hidden;
}

p.experience-title {
	margin: 0;
}

p.experience-title span {
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10pt;
	color: black;
}

p.experience-price {
     position: relative;
	 text-align: center;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 10pt;
	color: #990066;
	margin: 0;
}

p.experience-price span {
    position: relative;
    top: 53px;
    left: 91px;
} 

div.experience-buttons {
    position: relative;
    width: 210px;
    height: 30px;
    left: 135px;
    overflow: hidden;
}

div.experience-buttons div {
    float: left;
}