﻿/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

@import url("../Default/fonts/fonts.css");

html, body
{
	background: white;
	color: #4e5858;
	font-family: roboto, Arial;
	font-size: 13px;
}

form
{
	
}


*
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: roboto, Arial;
}

input, select, textarea
{
    color: #656b6d;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #f34f01;
	text-decoration: underline;
    outline: 0;
}

a:hover
{
    color: #f34f01;
	text-decoration: none;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.hidden
{
	display: none;
}

.red
{
    color: red;
}

.center
{
    text-align: center;
}

/* ====================================================================================== */

#page
{
    width: 809px;
    margin: 0 auto;
}

#products
{
    
}

/* ====================================================================================== */

.product
{
    width: 245px;
    height: 400px;
    margin: 10px;
    float: left;
    border: 1px solid #ede7e7;
    overflow: hidden;
}

.product h2
{
    width: 100%;
    height: 35px;
    padding: 15px 0 0 0;
    display: block;
    color: #161616;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.product .image
{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.product .image img
{
    width: 100%;
}

.product .image span
{
    width: 74px;
    height: 56px;
    padding: 18px 0 0 0;
    position: absolute;
    right: 5px;
    top: 65px;
    display: block;
    background: url(images/action.png) no-repeat 0 0;
    color: white;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.product .description
{
    height: 82px;
    padding: 10px;
    color: #161616;
    font-size: 12px;
}

.product .price
{
    width: 100%;
    height: 63px;
    padding: 12px 0 0 0;
    background: #f6f4f4;
    text-align: center;
}

.product .price strong
{
    color: #be0800;
    font-size: 27px;
}

.product .price span
{
    display: inline-block;
    padding: 0 0 0 5px;
    color: black;
    font-size: 17px;
    text-decoration: line-through;
    vertical-align: text-bottom;
}

.product .buttons
{
    width: 226px;
    margin: 0 auto;
    position: relative;
    top: -16px;
}

.product .buttons a
{
    width: 111px;
    height: 25px;
    padding: 5px 0 0 0;
    display: block;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.product .buttons a.detail
{
    width: 63px;
    padding-left: 48px;
    float: left;
    background: url(images/button-detail.png) no-repeat 0 0;
}

.product .buttons a.order
{
    width: 73px;
    padding-left: 38px;
    float: right;
    background: url(images/button-order.png) no-repeat 0 0;
}

.product .buttons a:hover
{
    background-position: 0 -30px;
}

/* ====================================================================================== */

.detail
{
    
}

.detail .linkback
{
    width: 770px;
    margin: 0 auto;
    padding: 16px 0;
    position: relative;
    top: -4px;
    display: block;
    background: #f2eeee;
    color: black;
    font-size: 18px;
    font-family: robotomedium;
    text-decoration: none;
    text-align: center;
}

.detail .linkback span
{
    width: 14px;
    height: 13px;
    margin: 0 5px 0 0;
    display: inline-block;
    background: url(images/linkback-arrow.png) no-repeat 0 0;
    vertical-align: middle;
}

/* ====================================================================================== */

.detail .content
{
    width: 770px;
    margin: 0 auto;
}

.detail h1
{
    padding: 40px 0 30px 0;
    color: #161616;
    font-size: 41px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.detail h2
{
    padding: 0 0 30px 0;
    margin: 0;
    color: #161616;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.detail .image
{
    width: 410px;
    height: 255px;
    padding: 25px 0 0 0;
    overflow: hidden;
    position: relative;
    float: left;
    text-align: center;
}

.detail .image img
{
    
}

.detail .image span
{
    width: 74px;
    height: 56px;
    padding: 18px 0 0 0;
    position: absolute;
    left: 70px;
    top: 5px;
    display: block;
    background: url(images/action.png) no-repeat 0 0;
    color: white;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.detail .description
{
    width: 350px;
    float: left;
    color: #161616;
    font-size: 15px;
}

.detail .description p
{
    
}

.detail .description .price
{
    padding: 20px 0;
}

.detail .description .price strong
{
    padding: 0 5px 0 10px;
    position: relative;
    top: 5px;
    display: inline-block;
    color: #be0800;
    font-size: 32px;
}

.detail .description .price span
{
    position: relative;
    top: 1px;
    font-size: 18px;
    text-decoration: line-through;
}

.detail .description .buttons
{
    
}

.detail .description .buttons a
{
    height: 33px;
    padding: 8px 0 0 0;
    display: inline-block;
    color: white;
    font-size: 16px;
    font-family: robotomedium;
    text-decoration: none;
}

.detail .description .buttons .order
{
    width: 86px;
    padding-left: 50px;
    margin-right: 2px;
    background: url(images/detail-order-button.png) no-repeat 0 0;
}

.detail .description .buttons .video
{
    width: 137px;
    padding-left: 40px;
    background: url(images/detail-video-button.png) no-repeat 0 0;
}

.detail .description .buttons a:hover
{
    background-position: 0 -41px;
}

/* ====================================================================================== */

.detail .productsBox
{
    padding: 30px 0 30px 0;
    background: #f8f6f6;
    text-align: center;
}

.detail .productsBox .box
{
    width: 246px;
    padding: 20px 0 0 0;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.detail .productsBox .box span
{
    height: 170px;
    display: inline-block;
}

.detail .productsBox .box p
{
    
}

.detail .productsBox .box p .link
{
    padding: 10px 0 0 0;
    display: inline-block;
    color: #be0800;
    text-decoration: underline;
}

/* ====================================================================================== */

.detail .coursesBox
{
    padding: 45px 0 0 0;
    text-align: center;
}

.detail .coursesBox h2
{
    
}

.detail .coursesBox .box
{
    width: 153px;
    height: 292px;
    display: inline-block;
    vertical-align: top;
}

.detail .coursesBox .box h3
{
    color: #161616;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.detail .coursesBox .box h3 span
{
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

/* ====================================================================================== */

.detail .contact
{
    margin: 20px 0 0 0;
    padding: 10px 0 10px 0;
    border-top: 6px solid #2DB7E2;
    text-align: center;
}

/* ====================================================================================== */

#headerInfo
{
    margin: 10px 17px 10px 10px;
    padding: 15px 10px;
    background: #f2eeee;
    color: black;
    font-family: robotomedium;
    font-size: 22px;
    text-align: center;
}

/* ====================================================================================== */

#bottomInfo
{
    margin: 10px;
    padding: 10px;
    border-top: 6px solid #2db7e2;
    font-size:12px;
}

#bottomInfo ul
{
    margin: 10px 0 10px 20px;
}

#bottomInfo ul li
{
    padding: 2px 0;
}

/* ====================================================================================== */

#footer
{
    margin: 10px;
    padding: 10px;
    border-top: 6px solid #2db7e2;
    font-size:12px;
}

#footer .left
{
    width: 40%;
    float: left;
}

#footer .right
{
    width: 40%;
    float: right;
    text-align: right;
}