div.category{
    width: 150px;
    height: 150px;
    text-align: center;
    float: left;
}

.category span.image{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

div.products{
    margin-bottom: 20px;
}

div.product{
    background: #ffffff;
    background: -webkit-gradient( linear, 0 0, 0 bottom, from( #ffffff ), to( #e9e9e9 ) );
    background: -webkit-linear-gradient( #ffffff, #e9e9e9 );
    background: -moz-linear-gradient( #ffffff, #e9e9e9 );
    background: -ms-linear-gradient( #ffffff, #e9e9e9 );
    background: -o-linear-gradient( #ffffff, #e9e9e9 );
    background: linear-gradient( #ffffff, #e9e9e9 );
    -pie-background: linear-gradient( #ffffff, #e9e9e9 );
    behavior: url( components/com_crm/assets/pie.htc );
    padding: 10px 0;
}

.product div{
    height: 106px;
}

.product div.clr{
    height: 0;
}
.product .image a{
    display: block;
}

.product div.image{
    border: 1px solid #eeeeee;
    width: 100px;
    height: 100px;
    padding: 2px;
    line-height: 100px;
    text-align: center;
    float: left;
    margin-right: 40px;
    margin-left: 20px;
}

.product div.name{
    width: 224px;
    float: left;
    margin-right: 50px;
    position: relative;
}

.product div.description{
    width: 373px;
    float: left;
    margin-right: 50px;
    position: relative;
}

.product-info div.video,
.product div.video{
    border: 1px solid #eee;
    padding: 2px;
    width: 120px;
    float: left;
    margin-right: 23px;
    text-align: center;
    line-height: 100px;
}

.product-info .video a,
.product .video a{
    display: block;
    position: relative;
}

.product .video img.play{
    position: absolute;
    top: 36px;
    left: 40px;
}

.product-info div.pdf,
.product div.pdf{
    border: 1px solid #eee;
    padding: 2px;
    width: 78px;
    float: left;
    text-align: center;
}

.product div.pdf {
    margin-right: 20px;
}

/* HEADERS ================================================================== */
.header h2{
    background: #FC3B63;
    background: -webkit-gradient( linear, 0 0, 0 bottom, from( #FC3B63 ), to( #E41A44 ) );
    background: -webkit-linear-gradient( #FC3B63, #E41A44 );
    background: -moz-linear-gradient( #FC3B63, #E41A44 );
    background: -ms-linear-gradient( #FC3B63, #E41A44 );
    background: -o-linear-gradient( #FC3B63, #E41A44 );
    background: linear-gradient( #FC3B63, #E41A44 );
    -pie-background: linear-gradient( #FC3B63, #E41A44 );
    behavior: url( components/com_crm/assets/pie.htc );
    text-transform: uppercase;
    color: #fff;
}

.header h2.photo{
    width: 146px;
    padding-left: 20px;
    float: left;
}

.header h2.name{
    width: 274px;
    float: left;
}

.header h2.description{
    width: 443px;
    float: left;
}

.header h2.video,
.product-header h2.video{
    width: 233px;
    float: left;
}

.header h2.pdf,
.product-header h2.pdf{
    width: 84px;
    float: left;
}
.product-header h2{
    margin-bottom: 0;
}

div.product-header{
    margin-bottom: 10px;
}

.product-header .name h2{
    display: inline;
}

.product-header div.name{
    width: 826px;
    min-height: 24px;
    float: left;
}

.product-info div.default-image{
    border: 1px solid #edeeed;
    width: 368px;
    height: 222px;
    padding: 2px;
    line-height: 222px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
}

.product-info div.other-images{
    width: 342px;
    height: 228px;
    float: left;
    margin-right: 95px;
}

.product-info div.image{
    width: 102px;
    height: 82px;
    padding: 2px;
    border: 1px solid #edeeed;
    border-radius: 5px;
    float: left;
    text-align: center;
    line-height: 82px;
    margin: 0 6px 6px 0;
}

.product-info .image a{
    display: block;
}

.product-info div.description{
    margin-top: 10px;
    width: 540px;
    float: left;
}

.clr{
    clear: both;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.rounded-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:12px;
    padding: 3px 7px;
	font-style:normal;
	height:13px;
	line-height:13px;
	width: auto;
	text-decoration:none;
    text-transform: uppercase;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.bottom0{
    position: absolute;
    bottom: 0;
    left: 0;
}

.rounded-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

div.sbox-content-youtube{
    overflow: hidden;
}

div.description{
    padding-bottom: 30px;
}
