@import url("menu.css");
@import url("sidebar.css");
/* written by Voov (www.voov.hu) & The Shadowhand Company (www.shadowhand.hu), copyright 2008 */

/***********************************************/
/* Colors                                      */
/***********************************************/
/*

noi kozmetika: 	#deb2ca
férfi kozmetika: #605266
tetoválás:		#83b5a6
smink:	 #c34f47
szolárium: 	#f0d000
spa:	 #988379
kedvezményes csomagok: 	#d19cb5
ajándékkártyák:	 #a9d0e9
sajat turbok:	 #a6acb6

text grey: #85847e

link bg grey: #f0f0ef
link bg hover grey: #e5e5e2

link border grey: #dadad6
link border hover grey: #b1b1ab

line dark grey: #d1d1cc
*/

/***********************************************/
/* Reset                                       */
/***********************************************/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
p {
	padding: 0;
	margin: 15px 0 15px 0;
}
br {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
img a {
	border: 0;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.f_left {
	float: left;
	background-color: #eee;
}
.f_right {
	float: right;
}
small {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	color: #777671;
}
small a, small a:visited, small a:active {
	color: #777671;
	text-decoration: none;
	border-bottom: 1px #d1d1cc solid;
	padding-bottom: 1px;
}
small a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.list_no {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
ul.list_circle {
	margin: 5px 0 0 0;
	padding: 0 15px;
	list-style: none;
}
.list_circle li {
	padding: 5px 0 0 18px;
	background: url(../images/dot_turbok.gif) no-repeat;
	background-position: 0 12px;
}
ul.list_circle_sub {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.list_circle_sub li {
	padding: 5px 0 0 18px;
	background: url(../images/dot_turbok_sub.gif) no-repeat;
	background-position: 0 12px;
}
/***********************************************/
/* Basic                                       */
/***********************************************/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	margin: 0;
	padding: 0;
	background: #d8d5c8 url(../images/bg_grad.jpg) repeat-x top center;
	font-family: "Trebuchet MS", trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	height: 100%;
}
/*********Lines************************************/

.line {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: #dadad6 solid 1px;
}
.line_dotted {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: #d1d1cc dotted 1px;
}
.line_dark {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: #dadad6 double 8px;
}
/*********Headlines************************************/


h1 {
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	margin: 10px 0 3px 0;
	padding: 0;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#bg {
	margin: 0;
	padding: 0;
	background: url(../images/bg_shape.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
}
#position {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}
#bg_top {
	margin: 0;
	padding: 20px 0 0 0;
	height: 20px;
}
#header {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100px;
	background: #FFFFFF;
}
#logo {
	position: absolute;
	left:293px;
	top: 32px;
}
#menu_holder {
	position: relative;
	margin: 0;
	height: 69px;
	background-color: #FFFFFF;
}
#content {
	margin: 0;
	padding: 0;
	clear: both;
	padding: 0 20px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	height: 172px;
	background: url(../images/bg_footer.gif) no-repeat top center;
}
/***********************************************/
/* Content styles                              */
/***********************************************/

#content_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #313131;
	height: 30px;
	margin: 20px 0;
	padding: 4px 0 0 20px;
	border-left: #a6acb6 2px solid;
	text-transform: uppercase;
}
#content_header {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dadad6;
	border-bottom: 1px solid #dadad6;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#sidebar {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	width: 180px;
}
#main {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 600px;
}
/***********************************************/
/* Start styles                                */
/***********************************************/
#cover_holder {
	margin: 0;
	padding: 0;
	height: 308px;
	border-top: 1px solid #dadad6;
	border-bottom: 1px solid #dadad6;
	background: url(../images/_cover/cover_02.jpg) no-repeat;
	background-position: left top;
}
#cover_more_holder {
	margin: 0;
}
.wrapper_cover {
	height: 175px;
	margin: 0;
	padding: 20px 23px 0px 23px;
	border-bottom: 1px solid #dadad6;
}
#wrapper_half_right {
	width: 100%;
	margin: 0;
	padding: 0;
}
/***********************************************/
/* Main styles                                 */
/***********************************************/


.main_title {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;
}
/***********************************************/
/* Article & Prop styles                       */
/***********************************************/

.article_text {
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 35px 0;
	color: #000000;
}
.article_text a, .article_text a:visited, .article_text a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #d1d1cc solid;
	padding-bottom: 1px;
}
.article_text a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.article_list {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_turbok.gif) no-repeat 4px 23px;
}
.article_list_spa {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_spa.gif) no-repeat 4px 23px;
}
.article_list_noi {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_noikozmetika.gif) no-repeat 4px 23px;
}
.article_list_ferfi {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_ferfikozmetika.gif) no-repeat 4px 23px;
}
.article_list_tetovalas {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_tetovalas.gif) no-repeat 4px 23px;
}
.article_list_smink {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_smink.gif) no-repeat 4px 23px;
}
.article_list_szolarium {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_szolarium.gif) no-repeat 4px 23px;
}
.article_list_kedvezmenyes {
	padding: 0 4px 50px 20px;
	border-bottom: #d1d1cc dotted 1px;
	background: url(../images/dot_kedvezmenyes.gif) no-repeat 4px 23px;
}
.article_list_text {
	clear: both;
	line-height: 1.7em;
	color: #74736f;
	width: 520px;
	margin: 0;
	padding: 0;
}
.article_list_text a, .article_list_text a:visited, .article_list_text a:active, .article_list_text a:focus {
	color: #74736f;
	text-decoration: none;
	border-bottom: 1px #d1d1cc solid;
	padding-bottom: 1px;
}
.article_list_text a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.article_list_text_sub {
	clear: both;
	line-height: 1.7em;
	color: #74736f;
	width: 520px;
	margin: 0;
	padding: 0 0 0 20px;
}
.article_list_text_sub a, .article_list_text_sub a:visited, .article_list_text_sub a:active, .article_list_text_sub a:focus {
	color: #74736f;
	text-decoration: none;
	border-bottom: 1px #d1d1cc solid;
	padding-bottom: 1px;
}
.article_list_text_sub a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.article_list_text_sub2 {
	clear: both;
	line-height: 1.7em;
	color: #74736f;
	width: 420px;
	margin: 0;
	padding: 0 0 0 20px;
}
.article_list_text_sub2 a, .article_list_text_sub2 a:visited, .article_list_text_sub2 a:active, .article_list_text_sub2 a:focus {
	color: #74736f;
	text-decoration: none;
	border-bottom: 1px #d1d1cc solid;
	padding-bottom: 1px;
}
.article_list_text_sub2 a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
/*******Props*************************************/

.prop_box {
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
}
.prop_title {
	float: left;
	font-size: 16px;
	width: 480px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.prop_img {
	margin: 30px 0 30px 0;
	text-align: center;
}
.prop_price {
	float: right;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #74736f;
	font-style: italic;
}
.prop_time {
	font-style: italic;
	color: #74736f;
}
.prop_title_sub {
	float: left;
	font-size: 16px;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/dot_turbok_sub.gif) no-repeat;
	background-position: 4px 7px;
}
.prop_time_sub {
	margin: 0;
	padding: 0 0 0 20px;
	font-style: italic;
	color: #74736f;
}
.prop_book_sub {
	float:left;
	font-size: 11px;
	margin: 10px 8px 0 20px;
	color: #74736f;
}
.prop_book_sub a, .prop_book_sub a:visited, .prop_book_sub a:active {
	display: block;
	color: #74736f;
	padding: 2px 4px 2px 20px;
	text-decoration: none;
	background: url(../images/button_arrow_book.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #dadad6 solid;
	background-color: #f0f0ef;
}
.prop_book_sub a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/button_arrow_book_over.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.prop_book {
	float:left;
	font-size: 11px;
	margin: 10px 8px 0 0;
	color: #74736f;
}
.prop_book a, .prop_book a:visited, .prop_book a:active {
	display: block;
	color: #74736f;
	padding: 2px 4px 2px 20px;
	text-decoration: none;
	background: url(../images/button_arrow_book.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #dadad6 solid;
	background-color: #f0f0ef;
}
.prop_book a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/button_arrow_book_over.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.prop_more {
	float:left;
	font-size: 11px;
	margin: 10px 8px 0 0;
	color: #74736f;
}
.prop_more a, .prop_more a:visited, .prop_more a:active {
	display: block;
	color: #74736f;
	padding: 2px 4px 2px 20px;
	text-decoration: none;
	background: url(../images/button_arrow.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #dadad6 solid;
	background-color: #f0f0ef;
}
.prop_more a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/button_arrow_over.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.prop_back {
	float:left;
	font-size: 11px;
	margin: 10px 8px 0 0;
	color: #74736f;
}
.prop_back a, .prop_back a:visited, .prop_back a:active {
	display: block;
	color: #74736f;
	padding: 2px 4px 2px 20px;
	text-decoration: none;
	background: url(../images/button_arrow_back.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #dadad6 solid;
	background-color: #f0f0ef;
}
.prop_back a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/button_arrow_back_over.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.arrow {
	float:left;
	font-size: 11px;
	margin: 10px 8px 0 0;
	color: #74736f;
}
.arrow a, .arrow a:visited, .arrow a:active {
	display: block;
	color: #74736f;
	padding: 2px 4px 2px 20px;
	text-decoration: none;
	background: url(../images/button_arrow.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #dadad6 solid;
	background-color: #f0f0ef;
}
.arrow a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/button_arrow_over.gif) no-repeat;
	background-position: 4px center;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.top {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0;
	padding: 0;
	color: #74736f;
}
.top a, .top a:visited, .top a:active {
	color: #74736f;
	padding: 0 0 1px 16px;
	text-decoration: none;
	background: url(../images/button_top_arrow.gif) no-repeat;
	background-position: left center;
}
.top a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/button_top_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.lang {
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #74736f;
}
.lang a, .lang a:visited, .lang a:active {
	color: #74736f;
	padding: 0 16px 1px 0;
	text-decoration: none;
	background: url(../images/button_arrow_lang.gif) no-repeat;
	background-position: right center;
}
.lang a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/button_arrow_lang_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#facebook_holder {
	position: absolute;
	top: 38px;
	right: 65px;
	width:200px;
	height:21px;	
}
/***********************************************/
/* Footer styles                               */
/***********************************************/

.footer_text {
	position: absolute;
	left: 25px;
	bottom: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cac5c6;
	text-align: left;
}
.footer_text a, .footer_text a:visited {
	color: #cac5c6;
	text-decoration: none;
}
.footer_text a:hover, .footer_text a:active {
	color: #000;
	text-decoration: none;
}
.footer_menu {
	font-size: 11px;
	clear: both;
	border-top: #dadad6 dotted 1px;
	border-bottom: #dadad6 dotted 1px;
	margin: 10px 0;
	padding: 10px 0;
	list-style-type: none;
}
.footer_menu a, .footer_menu a:visited, .footer_menu a:active {
	color: #74736f;
	text-decoration: none;
	padding: 2px 4px;
	border-bottom: 1px #dadad6 solid;
	background-color: #f0f0ef;
}
.footer_menu a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #b1b1ab solid;
	background-color: #e5e5e2;
}
.footer_menu li {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}
.inputfield {
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	border: 1px solid #ccc;
}
.selectfield {
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}
.box {
	padding: 0 0 10px 0;
}
.subproduct_holder {
	margin-top: 20px;
}
.f_left {
	float: left;
	margin-right: 10px;
	background-color: #fff;
}
.f_right {
	float: right;
}
.subproduct_holder {
	margin: 25px 0;
}
.prop_more2 {
	float:left;
	font-size: 11px;
	margin: 10px 8px 0 0;
	color: #74736f;
}
.prop_more2 a, .prop_more2 a:visited, .prop_more2 a:active {
	display: block;
	color: #74736f;
	padding: 2px 4px 2px 20px;
	text-decoration: none;
	background: url(../images/button_arrow2.gif) no-repeat;
	background-position: 4px center;/*border-bottom: 1px #dadad6 solid;*//*background-color: #f0f0ef;*/
}
.prop_more2 a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/button_arrow_over2.gif) no-repeat;
	background-position: 4px center;/*border-bottom: 1px #b1b1ab solid;*//*background-color: #e5e5e2;*/
}
#menu_logo_holder {
	width: 860px;
	height: 77px;
	margin: 0;
	padding: 0;
	position: relative;
}

