
@font-face {
    font-family: 'Helvetica-Roman';
    src:
        url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src:
        url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTStd-Roman.svg#quartzregular') format('svg');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src:
        url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src:
        url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTStd-Bd.svg#quartzregular') format('svg');
}
/*@font-face {
    font-family: 'Helvetica-Bold';
    src:
        url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype')
}

@font-face {
    font-family: 'Helvetica-Roman';
    src:
        url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype')
}*/


/* ************************************* HEADER ********************************** */
#header
{
    width: 100%;
    float:left;
    height: auto;
}
/* ************************************* HEADER ********************************** */
#banner
{
    margin-top: 37px;
    width:100%;
    background:rgb(197,155,108);
    background: transparent\9;
    background:rgba(197,155,108,0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19C59B6C,endColorstr=#19C59B6C);
    zoom: 1;
    position: relative;
    float:left;
    height: 142px;
    margin-top: 37px;
}

#banner .logo
{
    width:208px;
    height: 108px;
    float:left;
    margin-left: 54px;
    margin-top: 16px;
}

#banner .languages
{
    width:75px;
    height:17px;
    position: absolute;
    top: 57px;
    right: 21.2%;
}

#banner .languages .lang
{
    width: 50%;
    float:left;
    height: 100%;
    text-align: center;
    padding-top:1px;
    cursor: pointer;
}
#banner .languages .lang a
{
    font-family: 'Helvetica-Bold';
    font-size:14px;
    letter-spacing: 1px;
    color:#808080;
    text-decoration: none;
}
#banner .languages .active{background-color:#FF5000;color:#FFF;}
#banner .languages .active a{ color:#fff}

#banner .social-networks
{
    width: 156px;
    height: 31px;
    position: absolute;
    top: 52px;
    right: 3.9%;
}

#banner .social-networks .network
{
    float:left;
    margin-right:5.839%;
}




#banner .social-networks .network a > img.default,
#banner .social-networks .network a:hover > img.active
{
    display:block;
}


#banner .social-networks .network a:hover > img.default,
#banner .social-networks .network a > img.active
{
    display:none;
}


#banner .social-networks .network:nth-child(4){margin-right: 0;}

/* ------------- MENU ------------- */
#menu
{
    width:100%;
    float:left;
    clear:both;
}

#menu .hr
{
    width:100%;
    height:2px;
    float:left;
    background-color:#FF5000;
}

#menu > ul{
    width:100%;
    float:left;
    list-style: none;
	
}

#menu > ul > li
{
    width:16.667%;
    height:100%;
    float:left;
    text-align: center;
	position:relative;
}
#menu > ul > li > a
{
    width: 100%;
    font-family: DTLProkyonSTLight;
    font-size: 19px;
    color: #513528;
    text-decoration: none;
    float: left;
    border-top:4px solid #fff;
    position: relative;
    word-wrap: break-word;
    padding: 29px 0 46px 0;
	cursor: pointer;
}

#menu > ul > li > a:hover{

    font-family: DTLProkyonSTMedium;
    border-top:4px solid #FF5000;

}

#menu > ul > li > a .separator
{
    width:2px;
    background:#513628;
    height:19px;
    position:absolute;
    right:1px;
    top:30px;

}

#menu > ul > li.separator
{
    width:0.191%;
    background: url('../images/header/icon-menu-hr.png') no-repeat;
    background-position: center center;
}


ul.submenu
{
	margin:24px 0 0 0;
	padding:0;
	padding-bottom:10px;
	width:100%;
	list-style:none;
	float:left;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	background:rgba(255, 80, 0, 0.90);
	display:none;
}

ul.submenu li
{
	float:left;
	width:100%;
	z-index:999;
}

ul.submenu li a
{
	color:#fff;
	text-decoration:none;
	float:left;
	width:100%;
	text-align:center;
	font-family:DTLProkyonSTLight;
	font-size: 16px;
	padding:5px 0px;
	cursor:pointer;
}
ul.submenu li a:hover
{
	font-family: DTLProkyonSTMedium;
}

ul.submenu li.first a
{
	font-family: DTLProkyonSTMedium;
	font-size: 19px;
	background:#513528;
	padding:10px 0px;
	margin-bottom:10px;
	cursor:default;
}


/* ------------- CONTENT ------------- */
#content
{
    width: 100%;
    height: auto;
    float:left;
    background:rgb(197,155,108);
    background: transparent\9;
    background:rgba(197,155,108,0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19C59B6C,endColorstr=#19C59B6C);
    zoom: 1;
}

#content .title
{
    width:200px;
    height:36px;
    float:left;
    margin: 25px 0 0 25px;
}

.steps
{
    width: 806px;
    float:left;
    margin-top:35px;
    border:1px solid #513528;
    background-color:#fff;
    clear: both;
    margin-bottom: 113px;
}

.steps .step
{
    width:100%;
    height: 57px;
    line-height: 57px;
    float:left;
    font-family: Helvetica-Bold;
    font-size:21px;
    color:#E24301;
    background: url('../images/checkout/img-step-bottom.png') bottom no-repeat;
}
.steps .open
{
    border-top: 1px solid #513528;
}

.steps .first{background: none}

.steps .number
{
    width: 30px;
    height: 30px;
    font-family: Helvetica-Bold;
    font-size: 17px;
    float: left;
    text-align: center;
    color: #fff;
    background: url('../images/checkout/icon-step-ball.png') no-repeat;
    margin-top: 9px;
    margin-left: 34px;
    line-height: 29px;
}

.steps span{
    margin-left: 25px;
    padding-left:7px;
}

#content .shopping-cart
{
    width:415px;
    float:right;
    margin-top:35px;
    border:1px solid #513528;
    background-color:#fff;
    margin-right: 15px;
}

#content .shopping-cart.hide
{
    display:none;
}

#content .shopping-cart .header
{
    height: 46px;
    font-family: MyriadPro-Bold;
    font-size:19px;
    color:#fff;
    line-height: 49px;
    background: #513528;
    padding-left:15px;
}

#content .shopping-cart .content
{
    padding:10px 15px 15px 15px;
    background-color: #fff;
}

#content .shopping-cart .content .title
{
    height: 16px;
    font-family: Helvetica-Bold;
    font-size:15px;
    color:#513528;
    float:left;
    width:100%;
    margin:5px 0;
}

#content .shopping-cart .content .title > .errors
{
    color:#E24301; 
}

#content .shopping-cart .content input
{
    width:363px;
    border: 1px solid #513528;
    padding: 10px;
    font-family: Helvetica-Bold;
    font-size: 11px;
    color: #513528;
    padding: 10px;
    text-align: left;
}

#content .buttons
{
    width:100%;
    height:40px;
    float:left;
    margin-top:25px;
    margin-bottom: 15px;
}

#content .buttons .left
{
    width:60%;
    height: 40px;
    float:left;
    font-family: Helvetica-Bold;
    font-size:12px;
    color:#666666;
    padding-top:10px;
}

#content .buttons .left a
{
    font-family: 'Helvetica-Bold';
    font-size:12px;
    color:#E24301;
}

#content .buttons .right
{
    width:40%;
    height: 40px;
    float:left;
}

#content .buttons .right .button
{
    width:140px;
    height:31px;
    background-color: #513528;
    font-family: Helvetica-Bold;
    font-size:13px;
    color:#fff;
    text-align:center;
    line-height: 31px;
    float:right;
    cursor:pointer;
    font-weight: bold;
	text-decoration:none; 
}

#content .buttons .right .button:hover
{
    background-color: #E24301;
}

/* *************************************************** STEPS ************************************************* */
.steps .first-open
{
    background-position-y: 49px;
}

.step-content
{
    width:100%;
    min-height: 100px;
    float:left;
    background-color:#fff;
    margin-top:15px;
}

.step-content .header
{
    width:100%;
    height:45px;
    background: url('../images/checkout/img-step-header.png') no-repeat;
    float:left;
}

.step-content .header span
{
    width:300px;
    line-height: 36px;
    font-family: Helvetica-Bold;
    font-size: 15px;
    color: #fff;
    margin-left:25px;
}

.step-content .content
{
    float:left;
    font-family: Helvetica-Roman;
    font-size:12px;
    font-weight: 700;
    color:#513528;
    margin-bottom: 30px;
    margin-top:20px;
}


.step-content .content .button
{
    width:auto;
    height: 33px;
    background-color:#513528;
    font-family: Helvetica-Bold;
    font-size:19px;
    color:#fff;
    text-align: center;
    border:0;
    cursor:pointer;
    float:right;
}

.step-content .content .button:hover
{
    background-color:#E24301;
}

/* ******* STEP 1 ******** */
.step-content .content1{margin-left:223px;width:329px}
.step-content .content1 .text{float:left;margin-left:27px}
.step-content .content1 .inputs{clear:both;font-family: Helvetica-Bold;font-size:12px;font-weight: 700;padding-top:10px}
.step-content .content1 .inputs span{font-family: Helvetica-Roman; font-size:12px;font-weight: 700;margin-left: 18px; padding-top: 11px;float: left;}
.step-content .button-holder{width:120px;float:right;margin-top:40px;}

/*login*/
.step-content .content2{margin-left:149px;width:405px}
.step-content .content2 .sign_up
{
    float: left;
    margin-top: 20px;
    width:413px
}
.step-content .content2 table td
{
    font-family: Helvetica-Bold;
    font-size:12px;
    color:#513528;
    font-weight: 700;
    vertical-align:middle;
    text-align: right;
    padding-right: 5px;
}
.step-content .content2 table .required
{
    font-family: Helvetica-Bold;
    font-size:17px;color:#E24301;
    padding-top:3px;
    padding-left:5px;
}
.step-content .content2 table td input[type="text"],
.step-content .content2 table td input[type="password"]
{
    border: 1px solid #513528;
    margin:2px 0px;
    padding: 5px;
    font-family: Helvetica-Roman;
    font-size:13px;
    color:#999999;
    width:291px;
	
}
.step-content .content2 table td select
{
    border: 1px solid #513528; 
    padding: 5px;
    font-family: Helvetica-Roman;
    font-size:13px;
    color:#999999;
    width:303px; 
	height: 28px; 
}


.step-content .content2 table .radio{
    text-align: left;
}
.step-content .content2 table .radio2{
    text-align: left;
    font-family: Helvetica-Roman;
    font-size: 9px;
    color: #513528;
    font-weight: 700;
    padding-right: 5px;
}

.step-content .content2 table .radio2 input,
.step-content .content2 table .radio2 div{
    float:left;
}


.step-content .content2 table tr td:first-child
{
    width:93px;
}

.step-content .content2 .errors
{
    padding-left: 95px;
    color:#E24301;
    font-family: Helvetica-Roman;
    font-size: 15px;
}

.step-content .content2 .errors > p
{
    margin: 5px 0;
}

.step-content .button-holder2, .step-content .button-holder3{width:auto;float:right;margin-top:20px;margin-right:12px}
.step-content .button-holder2 div, .step-content .button-holder3 div
{
    font-family: 'Helvetica-Bold';
    font-size:12px;
    color:#E24301;
    text-align: right;
    margin-bottom: 5px;
}


/* ************** Remove account ******************** */

.rem_account_1 .right{ width:100% !important;}
.rem_account_1 .right .button{ width:100% !important;}

.rem_account_2 .right{ width:50% !important;}
.rem_account_2 .right .button{ width:94% !important;}

/* ************** FOOTER ******************** */
#footer
{
    margin-top: 0 !important;
}




/*  second bar */
#opts{
	width:100%;
	float:left;
	height:37px;
	color: #fff;

}

#opts .account-info
{
	width: 100%;
    height:37px;
    float:left;
	background: #E5D1BB;
	color:#513528;
}





#opts .account-info .account a > img.default,
#opts .account-info .account:hover a > img.active,
#opts .account-info .account:active a > img.active,
#opts .account-info .shopping-cart a > img.default,
#opts .account-info .shopping-cart:hover a > img.active,
#opts .account-info .shopping-cart:active a > img.active
{
    display:block;
}

#opts .account-info .account:hover a > img.default,
#opts .account-info .account:active a > img.default,
#opts .account-info .account a > img.active,
#opts .account-info .shopping-cart:hover a > img.default,
#opts .account-info .shopping-cart:active a > img.default,
#opts .account-info .shopping-cart a > img.active
{
    display:none;
}

#opts .account-info img
{
    float:left;
    margin-right:10px;
}

#opts .account-info .account
{
    width:155px;
    float:left;
    height:37px;
    position:relative;
	padding-left:10px;
}
#opts .account-info .account.myacount
{

}
#opts .account-info .account.myacount img,
#opts .account-info .account.myacount .text
{
    float:left;
}


#opts .account-info .account.myacount .text
{
    padding-right: 10px;
}

#opts .account-info .logout
{
    width:auto;
    float:left;
    height:37px;
    position:relative;
}

#opts .account-info .account a,
#opts .account-info .shopping-cart a
{
    padding-top:13px;
    height:24px;
    float:left;
    width:100%;	
	color: #513528;
}



#opts .account-info .text
{
    font-family: 'MyriadPro-Bold';
    font-size: 11px;
    letter-spacing: 1px;
    float:left;
    margin-left:2%;
    
    line-height: 14px;
}

#opts .account-info .hr
{
    width:1px;
    height: 25px;
    float:left;
    margin-top:8px;
	background:#513528;
}
#opts .white{
	background:#fff;
}

#opts .account-info .shopping-cart
{
    width: 185px;
    float:left;
    margin-left:10px;
    cursor: pointer;
    margin-top:0;
    position:relative;
    height:24px;
    position:relative;
	
	border: none;
	background-color: #ccc;
	margin-right: 0;
}

#opts .account-info .shopping-cart .item-number
{
    width: 18px;
    height: 21px;
    background: url('../images/header/icon-item-number.png') no-repeat;
    float: left;
    margin-left: 10px;
    margin-top: -5px;
    text-align: center;
    padding-top: 1px;
    
    font-family: 'MyriadPro-Bold';
    line-height: 21px;
}

#opts .del{
	font-family: 'MyriadPro-Bold';
	font-size: 11px;
	letter-spacing: 1px;
	float: left;
	margin-left: 2%;
	line-height: 14px;
	padding-top: 13px;	
	cursor:pointer;
}