*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #000 url('../img/layout/bkg_body.jpg') no-repeat scroll center -180px;
	color: #EEE;
	text-shadow: 1px 1px 1px #000;
	
}

/* A */

a
{
	color: #FFF;
}

a:hover
{
	text-decoration: none;
	color: #BFA883;
}

a:active
{
	position: relative;
	bottom: -1px;
}

a img
{
	border-width: 0;
}

a:focus
{
	outline: none;
}

a[rel="external"], a.external
{
	white-space: nowrap;
	padding-right: 15px;
	background: url('../img/layout/ico_external.png') no-repeat 100% 50%;
}

/* TITLEs */

h2
{
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #BFA883;
}

h4
{
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1em;
}

h5
{
	font-size: 1em;
	font-weight: bold;
}

/* CLASSES */

.left
{
	float: left;
}

.right
{
	float: right;
}

.w_130
{
	width: 130px;
}

.w150
{
	width: 150px;
}

.w460
{
	width: 460px;
}

.in
{
	margin: 1em 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.line
{
	height: 1px;
	border-bottom: 1px dashed #4D4D4D;
	-moz-box-shadow: 1px 1px 5px #111111;
	clear: left;
}

#wrap
{
	overflow: hidden;
}

.skype_pnh_container
{
	text-shadow: 0 0 0 transparent;
}

/* CONTAINER */

#container
{
	width: 900px;
	margin: 0 auto;
}

#home #container
{
	padding: 60px 0;
}

/* TOP */

#top
{
	height: 105px;
	margin: 0 0 1em 0;
}

#top a.right
{
	margin: 5px 0 0 9px;
	border: 1px dashed #848484;
	height: 94px;
	width: 188px;
	overflow: hidden;
}

#top a.right img
{
	display: block;
}

.lnk_top:hover
{
	opacity: .75;
}

.lnk_top:active
{
	opacity: .5;
	position: relative;
	bottom: -1px;
}

#lnk_top_1_it
{
	background: transparent url('../img/layout/btn_top_1_it.png') no-repeat scroll 0 0;
}

#lnk_top_1_en
{
	background: transparent url('../img/layout/btn_top_1_en.png') no-repeat scroll 0 0;
}

#lnk_top_2_it
{
	background: transparent url('../img/layout/btn_top_2_it.png') no-repeat scroll 0 0;
}

#lnk_top_2_en
{
	background: transparent url('../img/layout/btn_top_2_en.png') no-repeat scroll 0 0;
}

#lnk_top_1_it:hover, #lnk_top_1_en:hover, #lnk_top_2_it:hover, #lnk_top_2_en:hover
{
	background-position: 0 -94px;
}

/* CAROUSEL */

#carousel
{
	background-image: url('../img/layout/black_75.png');
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 435px;
}

#carousel #carousel_images
{
	position: relative;
}

#carousel #btn_carousel_right, #carousel #btn_carousel_left
{
	visibility: hidden;
	position: absolute;	
	width: 50px;
	height: 50px;
	background-image: url('../img/layout/black_75.png');
	bottom: 2em;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	z-index: 10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
	box-shadow: 0 0 7px #000;
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
}

#carousel #btn_carousel_right img, #carousel #btn_carousel_left img
{
	margin-top: 9px;
}

#carousel #btn_carousel_right
{	
	right: 1em;
}

#carousel #btn_carousel_left
{	
	right: 6.5em
}

#carousel .carousel_image
{
	display: block;
}

#lnk_carousel_1_it, #lnk_carousel_2_it, #lnk_carousel_1_en, #lnk_carousel_2_en
{
	position: absolute;
	left: 2em;
	z-index: 10;
	width: 165px;
	overflow: hidden;
}

#carousel #lnk_carousel_2_it, #carousel #lnk_carousel_2_en
{
	bottom: 2em;
	height: 80px;
}

#carousel #lnk_carousel_2_it
{
	background: transparent url('../img/layout/btn_carousel_2_it.png') no-repeat scroll 0 0;
}

#carousel #lnk_carousel_2_en
{
	background: transparent url('../img/layout/btn_carousel_2_en.png') no-repeat scroll 0 0;
}

#carousel #lnk_carousel_1_it, #carousel #lnk_carousel_1_en
{
	bottom: 10em;
	height: 91px;
}

#carousel #lnk_carousel_1_it
{
	background: transparent url('../img/layout/btn_carousel_1_it.png') no-repeat scroll 0 0;
}

#carousel #lnk_carousel_1_en
{
	background: transparent url('../img/layout/btn_carousel_1_en.png') no-repeat scroll 0 0;
}

#carousel #lnk_carousel_1_it:hover, #carousel #lnk_carousel_1_en:hover
{
	background-position: 0 -91px;
}

#carousel #lnk_carousel_2_it:hover, #carousel #lnk_carousel_2_en:hover
{
	background-position: 0 -80px;
}

.lnk_carousel:active
{
	opacity: .75;
}

#carousel #lnk_carousel_1_it:active, #carousel #lnk_carousel_1_en:active
{
	bottom: 9.9em;
}

#carousel #lnk_carousel_2_it:active, #carousel #lnk_carousel_2_en:active
{
	bottom: 1.9em;
}

#carousel_bottom
{
	height: 5px;
	background-image: url('../img/layout/black_75.png');
	z-index: 10;
	position: relative;
	margin-bottom: .75em;
}

.feed_title a
{
	text-decoration: none;
}

/* LINK BLOG */

#lnk_blog
{
	position: relative;
	z-index: 1;
	top: -70px;
	right: 60px;
	height: 68px;
	width: 115px;
	background: transparent url('../img/layout/btn_blog.png') no-repeat scroll 0 0;
	overflow: hidden;
}

#lnk_blog:hover
{
	background-position: 0 -68px;
}

#lnk_blog:active
{
	top: -68px;
	opacity: .5;
}

/* INFO */

#info
{
	margin-bottom: 2em;
}

/* NAV */

#nav
{
	border: 1px solid #737373;
	border-width: 1px 0;
	z-index: 0;
	position: relative;
}

#nav #nav_top
{
	background: transparent url('../img/layout/black_50.png') repeat scroll 0 0;
	border-bottom: 1px dashed #737373;
	height: 3em;
	font-weight: bold;
}

#nav #nav_top, #nav #nav_top *
{
	line-height: 3em;
}

#nav #nav_content
{
	padding: .75em 0;
}

#nav #nav_content a
{
	display: block;
}

#nav #nav_content .social
{
	margin-top: .5em;
}

#nav #nav_content .social a
{
	display: inline;
}

#nav #nav_bottom_link
{
	position: absolute;
	bottom: .75em; right: 0;
}

/* PATH */

#path
{
	
}

#path
{
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px dashed #4d4d4d;
	padding: 0 0 0 240px;
}

#path, #path *
{
	line-height: 3em;
}

/* SIDEBAR LEFT */

#sidebar_left
{
	width: 160px;
	margin: 0 80px 0 0;
	float: left;
}

#sidebar_left a
{
	display: block;
	line-height: 2em;
}

#sidebar_left .title, #sidebar_left .title a
{
	line-height: 3em;
	display: block;
}

#sidebar_left .social
{
	line-height: 2em;
	margin-top: 5px;
}

#sidebar_left .social a
{
	display: inline;
}

.sidebar_box
{
	border-bottom: 1px dashed #4d4d4d;
	padding: .5em 0
}

/* CONTENT */

#content
{
	float: left;
	position: relative;
	width: 660px;
}

/* BOX LIST / PRODUCT LIST */

ul.box li
{
	margin: 0;
	list-style-type: none;
	border-bottom: 1px dashed #4d4d4d;
	padding: .5em 0;
	-moz-box-shadow: 1px 1px 5px #111;
	box-shadow: 1px 1px 5px #111;
}

ul.box .pagination a
{
	margin: 0 .5em 0 0;
}

ul.box .pagination .sel
{
	color: #CFBC9B
}

ul.products li
{
	margin: 1em 0;
	list-style-type: none;
	border: 1px dashed #4d4d4d;
	padding: 0;
	-moz-box-shadow: 1px 1px 5px #111;
	box-shadow: 1px 1px 5px #111;
}

ul.box li .box_content
{
	background: transparent url('../img/layout/black_50.png') repeat scroll 0 0;
	padding: .5em;
}

ul.products li .box_content
{
	background: transparent url('../img/layout/black_50.png') repeat scroll 0 0;
	padding: 1.5em;
}

ul.products h3
{
	height: 18px;
	color: #CFBD9B;
	
	padding: 5px 15px;
	text-transform: uppercase;
}

ul.products .bottom_line
{
	border-bottom: 1px dashed #4D4D4D;
	padding: 0 15px 5px;
	font-size: 10px;
}

ul.box li .box_content h5, ul.products li .box_content h5
{
	color: #CFBC9B;
	line-height: 1.5em;
	margin-bottom: .75em;
}

ul li .box_content h5.no_margin
{
	margin-bottom: 0;
}

ul.box li .box_content .thumb
{
	float: left;
	margin: 0 1em 0 0;
	border: 5px solid #000;
}

ul.products li .box_content .thumb
{
	float: left;
	margin: 0 1.5em 0 0;
}

ul.box li .box_content .box_content_text, ul.products li .box_content .box_content_text
{
	margin: 0 0 0 232px;
}

ul.box li .box_content  .box_content_text p
{
	margin-bottom: .75em;
}

ul.products li .box_content p
{
	margin: 0 0 .75em 0;
}

ul.products li b, ul.products li strong
{
	color: #CFBD9B;
}

ul.products li .product_image
{
	float: right;
	margin: 0 0 0 1.5em;
}

/* CONTENT SHOP */

ul.products li .box_content_shop
{
	background: transparent url('../img/layout/black_50.png') repeat scroll 0 0;
}

ul.products li .box_content_shop .thumb
{
	width: 191px;
	border-right: 1px dashed #4D4D4D;
	float: left;
	padding: 15px;
	height: 123px;
}

ul.products li .box_content_shop .in_shop
{
	padding: 15px 0;
	margin: 0 15px 0 236px;
	background: transparent url('../img/layout/ico_box.png') no-repeat scroll center center;
	height: 123px;
	position: relative;
	text-align: center
}

ul.products li .box_content_shop .in_shop .bottom_form
{
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 207px;
}

ul.products li .box_content_shop .in_shop .bottom_form *
{
	display: inline;
}

ul.products li .box_content_shop .in_shop .bottom_form input.text
{
	border-width: 0;
	width: 30px;	
	text-align: center;
}

ul.products li .box_content_shop .in_shop .bottom_form input.img_btn:active
{
	position: relative;
	bottom: -1px;
	opacity: .5;
}

ul.products li .box_content_shop .in_shop .bottom_form input.img_btn:focus
{
	outline: 0 none;
}

#products_list
{
	float: left;
	margin-right: 10px;
}

#box_right
{
	margin: 10px 0 0 470px;
	border: 1px dashed #4D4D4D;
	padding: 10px;
	width: 168px;
	position: relative;
	top: 2px;
}

#total_price
{
	padding: 50px 10px 10px;
	background: #40392D url(../img/layout/ico_chart.png) no-repeat scroll 10px 10px;
	border-bottom: 1px dashed #7B766E;
}

#shipping_price 
{
	padding: 50px 10px 10px;
	border-width: 0;
	background: #40392D url(../img/layout/ico_shipping.png) no-repeat scroll 15px 15px;
}

#total_price b, #shipping_price  b
{
	text-transform: uppercase;
}

#total_price span, #shipping_price span
{
	float: right;
	color: #d6c097;
}

#btn_chart, #btn_chart_en
{
	width: 160px;
	height: 57px;
	background: transparent url(../img/layout/btn_chart.png) no-repeat scroll 0 0;
	display: block;
	position: absolute;
	bottom: -58px;
	right: 10px;
}

#btn_chart_en
{
	background: transparent url(../img/layout/btn_chart_en.png) no-repeat scroll 0 0;
}

#btn_chart:hover, #btn_chart_en:hover
{
	background-position: 0 -57px;
}

#box_right_text
{
	margin: 80px 0 0 470px;
	width: 188px;
	font-size: .9em;
}

/* FOOTER */

#footer
{
	clear: both;
	border-top: 1px solid #111;
	margin-top: 3em;
	font-size: .9em;
	line-height: 3em;
	text-align: right;
	color: #666
}

#footer_home
{
	clear: both;
	font-size: .9em;
	line-height: 3em;
	text-align: right;
	color: #666
}

/* CONTENT */

.content
{
	background: transparent url("../img/layout/black_50.png") repeat scroll 0 0;
	margin: .5em 0;
	padding: 1em;
}

.content .in
{
}

/* FORM */

.form label
{
	display: block;
	line-height: 3em;
	font-weight: bold;
	text-transform: lowercase;
}

.form .text input, .form textarea, .form .password input
{
	width: 45%;
	padding: 5px;
	border-width: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #111;
	-moz-box-shadow:  0 0 10px #000;
	-webkit-box-shadow:  0 0 10px #000;
	box-shadow:  0 0 10px #000;
	background-color: #333;
	background-color: rgba(33, 33, 33, .75);
	color: #EEE;
	text-shadow: 1px 1px 1px #000;
}

.form .text input:focus, .form textarea:focus
{
	outline: none;
}

.form .submit
{
	margin-top: 1.5em;
}

.form .submit input
{
	padding: 0 1em;
}

.form .error-message
{
	line-height: 3em;
	color: #8F5050;
}

/* FLASH MESSAGE */

#flashMessage
{
	background: transparent url("../img/layout/black_50.png") repeat scroll 0 0;
	margin: .5em 0;
	padding: .5em;
	color: #BFA883;
	font-size: 1.5em;
	line-height: 1em;
}

/* GMAP */

#map
{
	height: 636px;
	overflow: hidden;
}

#map, #map *
{
	color: #000;
	text-shadow: none;
}

/* FIFTY BOX */

.fifty_box
{
	width: 50%;
	float: left;
}

.fifty_box .box
{
	margin: .5em;
	padding: .5em;
	background: transparent url("../img/layout/black_50.png") repeat scroll 0 0;
}

.fifty_box .box img
{
	float: left;
	margin: 0 1em 0 0;
}

.fifty_box .box p
{
	margin-bottom: .5em;
}

.fifty_box .box b
{
	color: #D5BE94;
}

/* TABLE FORM */

.table_form
{
	table-layout: fixed;
	margin: 2em 0;
}

.table_form td.twenty_five
{
	width: 25%;
}

.table_form td.twenty_five select, .table_form td.twenty_five input
{
	width: 90%;
}

.table_form label
{
	display: block;
	color: #CFBC9B;
	font-weight: bold;
}

.error-message
{
	margin-bottom: -18px;
	color: #9F4F4F;
}

/* GALLERY */

#gallery
{
	padding: 1em 0;
}

#gallery a
{
	margin: 0 .5em 1em;
	float: left;
}

#gallery a img
{
	display: block;
	border: 5px solid #000000
}

#gallery a img:hover
{
	border-color: #181818;
}


.btn_cart_en
{
	background-image: url("../img/layout/btn_chart_en.png") !important;
}
