/* written by Voov (www.voov.hu) & The Shadowhand Company (www.shadowhand.hu), copyright 2008 */

@import url("menu.css");

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

text grey: #87888a
text dark grey: #404041
gold: #846d40


*/

/***********************************************/
/* 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;
}
small {
	margin: 0;
	padding: 2px 0;
	font-size: 11px;
	font-style: italic;
	color: #777671;
	background-color: #f5f0e2;
}
small a, small a:visited, small a:active {
	color: #777671;
	text-decoration: none;
}
small a:hover {
	color: #000000;
	text-decoration: none;
}
/***************** Lists ********************/
.list_no {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.list_disc {
	list-style-type: disc;
	margin: 0 0 10px 0;
	padding: 0 15px;
}
.list_disc li {
	padding: 5px 0 0 0;
}
.list_circle_big {
	list-style-type: circle;
	margin: 10px 0;
	padding: 0 15px;
}
.list_circle_big li {
	padding: 15px 0 0 15px;
}

.list {
	margin: 10px 0 20px 20px;
	padding: 0 0 0 0;
	font-size: 12px;
	list-style-type: circle;
}

.list li {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

/***************** Lines ********************/

.line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #d8d9d9;
}
.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 {
	text-decoration: none;
	font-size: 22px;
	margin: 0;
	padding: 5px 0;
	width:100%;
}
h2 {
	text-decoration: none;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 5px 0;
	width:100%;
	border-bottom: #d1d1cc dotted 1px;

}
h3 {
	text-decoration: none;
	font-size: 14px;
	padding: 0;
	margin: 10px 0;
}
h4 {
	text-decoration: none;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 10px 0;
	width:100%;
	border-top: 1px solid #d8d9d9;
}
h5 {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	border-bottom: #d1d1cc dotted 1px;
}
h6 {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 15px;
}

/***********************************************/
/* Basic                                       */
/***********************************************/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #c3bfb9;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
	background-position: top center;
}

#position {
	margin: 0 auto;
	padding: 0;
	width: 972px;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 304px;
	background: url(../images/bg_header.jpg) no-repeat left top;
}
#menu_holder {
	position: absolute;
	left: 73px;
	top: 207px;
	margin: 0;
	padding: 0;
}
#bg_content {
	margin: 0;
	padding: 0;
	background: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#bg_head {
	margin: 0;
	padding: 0;
	background: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#bg_footer {
	margin: 0 0 40px 0;
	padding: 0;
	background: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#content {
	width: 690px;
	margin: 0;
	padding: 24px 70px 0 70px;
	
}
#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 614px;
}
#sidebar {
	float: right;
	margin: 0;
	padding: 22px 0 0 0;
	width: 190px;
}
#wrapper {
	width: 830px;
	clear: both;
	margin: 0;
	padding: 0;
}
.content_wrapper {
	clear: both;
	margin: 0;
	padding: 0;
}

/***********************************************/
/* MAIN Styles                                 */
/***********************************************/

h1#main_title {
	width: 614px;
	margin: 0;
	padding: 0 0 8px 0;
	color: #707073;
	font-size: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #d6d4cf;
}
#nav_holder {
	clear: both;
	padding: 0 7px;
	width: 600px; 
	height: 35px;
	margin: 0 0 22px 0;
	border-bottom: 1px solid #d6d4cf;
}
#nav_holder_bottom {
	clear: both;
	padding: 0 7px;
	width: 600px; 
	height: 35px;
	margin: 0;
	border-top: 1px solid #d6d4cf;
	border-bottom: 1px solid #d6d4cf;
}
.content_text {
	width: 614px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #666666;
}
.content_text img, .content_text img a {
	border: 0;
	padding: 0;
	margin: 0;
}

.content_text a, .content_text a:active, .content_text a:visited {
	margin: 0;
	padding: 0 0 1px 0;
	color: #666666;
	text-decoration: none;
	border-bottom: #575757 dotted 1px;
}

.content_text a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: #e08941 solid 1px;
}
.italic_title {
	font-style: italic;
	font-size: 13px;
	margin: 20px 0 15px 0;
	text-align: center;
}

.italic_title a, .italic_title a:active, .italic_title a:visited {
	margin: 0;
	padding: 0 0 1px 0;
	color: #666666;
	text-decoration: none;
	border-bottom: #575757 dotted 1px;
}

.italic_title a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: #e08941 solid 1px;
}
/***********************************************/
/* Sidebox                                    */
/***********************************************/

.sidebox_holder {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 190px;
}
.sidebox_top, .sidebox_bottom {
	margin: 0;
	padding: 0;
}
.sidebox_content {
	width: 190px;
	margin: 0;
	padding: 0;
	background-color: #e4e5e8;
	float: left;
}
.sidebox_pic_holder {
	width: 176px;
	margin: 0 7px;
	padding: 0;
}

/***********************************************/
/* Smallbox                                    */
/***********************************************/

.smallbox_holder {
	float: left;
	margin: 0 0 15px 0;
	padding: 0 22px 0 0;
	width: 190px;
}
.smallbox_holder_right {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 190px;
}
.smallbox_top, .smallbox_bottom {
	margin: 0;
	padding: 0;
}
.smallbox_content {
	margin: 0;
	padding: 0;
	background-color: #f5f0e2;
}
.smallbox_text_holder {
	height: 65px;
	margin: 0 7px; 
	padding: 5px;
	background-color: #fbf9f3;
	cursor: pointer;
}
.smallbox_text_arrow {
	height: 65px;
	background: url(../images/arrov_left.gif) no-repeat;
	background-position: bottom right;
}
.smallbox_pic_holder {
	margin: 0 7px;
	padding: 0;
}

/***********************************************/
/* Midibox                                    */
/***********************************************/

.midibox_holder {
	float: left;
	margin: 22px 18px 0 0;
	padding: 0 0 0 0;
	width: 298px;
}
.midibox_holder_right {
	float: left;
	margin: 22px 0 0 0;
	padding: 0;
	width: 298px;
}
.midibox_top, .midibox_bottom {
	margin: 0;
	padding: 0;
}
.midibox_content {
	width: 298px;
	margin: 0;
	padding: 0;
	background-color: #f5f0e2;
	float: left;
}
.midibox_pic_holder {
	width: 284px;
	position: relative;
	margin: 0;
	padding: 0 7px;
}
.midibox_text_holder {
	position: absolute;
	left: 14px;
	bottom: 7px;
	width: 252px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

.midibox_text_holder a, .midibox_text_holder a:active, .midibox_text_holder a:visited {
	margin: 0;
	padding: 0;
	color: #666666;
	text-decoration: none;
}

.midibox_text_holder a:hover {
	color: #000000;
	text-decoration: none;
}

/***********************************************/
/* Bigbox                                      */
/***********************************************/

.bigbox_holder {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 402px;
	background-color: #f5f0e2;
}
.bigbox_top, .bigbox_bottom {
	margin: 0;
	padding: 0;
}
.bigbox_content {
	margin: 0;
	padding: 0;
	background-color: #f5f0e2;
}
.bigbox_text_holder {
	height: 65px;
	margin: 0 7px; 
	padding: 5px;
	background-color: #fbf9f3;
}
.bigbox_pic_holder {
	overflow: hidden;
	height: 388px;
	width: 388px;
	margin: 0;
	padding: 0 7px;
}
.bigbox_pic_holder table {
 	border: 0;
	height: 100%;
	width: 100%;
}
.bigbox_pic {
	padding: 2px;
	background-color: #FFFFFF;
	border: 5px solid #e4ddc9;
}
/***********************************************/
/* Fullbox                                      */
/***********************************************/
.fullbox_holder {
	float: left;
	margin: 0 0 22px 0;
	padding: 0 18px 0 0;
	width: 614px;
}
.fullbox_top, .fullbox_bottom {
	margin: 0;
	padding: 0;
}
.fullbox_content {
	margin: 0;
	padding: 0;
	background-color: #f5f0e2;
}
.fullbox_pic_holder {
	position: relative;
	margin: 0;
	padding: 0 7px;
}
.fullbox_text_holder {
	position: absolute;
	left: 14px;
	bottom: 7px;
	width: 554px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}
.fullbox_text_holder a, .fullbox_text_holder a:active, .fullbox_text_holder a:visited {
	margin: 0;
	padding: 0;
	color: #666666;
	text-decoration: none;
}
.fullbox_text_holder a:hover {
	color: #000000;
	text-decoration: none;
}
/***********************************************/
/* Props                                       */
/***********************************************/

.prop_holder {
	float: right;
	width: 190px;
}

#main a {
	color: #555;
}

#main a:hover {
	color: #000;
}

.prop_holder a {
	color: #555;
}

.prop_holder a:hover {
	color: #000;
}

.prop_code {
	font-size: 16px;
	color: #d88235;
}
.prop_big_code {
	font-size: 20px;
	color: #d88235;
}
.prop_big_title {
	font-size: 22px;
	line-height: 24px;
}
.prop_bold {
	color: #999999;
	font-weight: bold;
}
.prop_comment {
	font-weight: normal;
	font-style: italic;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 10px;
}
.prop_zoompic_holder {
	float: left;
	width: 58px;
	height: 58px;
	margin: 2px 8px 2px 0;
}
.prop_zoompic_holder_right {
	float: left;
	width: 58px;
	height: 58px;
	margin: 2px 0;
}
.prop_zoompic {
	padding: 1px;
	background-color: #FFFFFF;
	border: 3px solid #e4ddc9;
}
.prop_zoompic_on {
	padding: 1px;
	background-color: #FFFFFF;
	border: 3px solid #d88235;
}
.prop_zoompic_holder table, .prop_zoompic_holder_right table {
 	border: 0;
	height: 100%;
	width: 100%;
}

.prop_text {
	line-height: 18px;
}

/***********************************************/
/* Buttons                                     */
/***********************************************/
.button_visszakollekciokhoz {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 184px;
	height: 35px;
	display: block;
	background: url(../images/button_visszakollekciokhoz.gif) 0 0 no-repeat;
}
.button_visszakollekciokhoz a {
	display: block;
	width: 184px;
	height: 35px;
	text-indent: -999px;
	background: url(../images/button_visszakollekciokhoz.gif) 0 0 no-repeat;	
}
.button_visszakollekciokhoz a:hover {
	display: block;
	width: 184px;
	height: 35px;
	background: url(../images/button_visszakollekciokhoz.gif) 0 -35px no-repeat;
}
.button_visszalistahoz {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 184px;
	height: 35px;
	display: block;
	background: url(../images/button_visszalistahoz.gif) 0 0 no-repeat;
}
.button_visszalistahoz a {
	display: block;
	width: 184px;
	height: 35px;
	text-indent: -999px;
	background: url(../images/button_visszalistahoz.gif) 0 0 no-repeat;	
}
.button_visszalistahoz a:hover {
	display: block;
	width: 184px;
	height: 35px;
	background: url(../images/button_visszalistahoz.gif) 0 -35px no-repeat;
}
.button_oldaltetejere {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 184px;
	height: 35px;
	display: block;
	background: url(../images/button_oldaltetejere.gif) 0 0 no-repeat;
}
.button_oldaltetejere a {
	display: block;
	width: 184px;
	height: 35px;
	text-indent: -999px;
	background: url(../images/button_oldaltetejere.gif) 0 0 no-repeat;	
}
.button_oldaltetejere a:hover {
	display: block;
	width: 184px;
	height: 35px;
	background: url(../images/button_oldaltetejere.gif) 0 -35px no-repeat;
}
.button_elozo {
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 61px;
	height: 35px;
	display: block;
	background: url(../images/button_elozo.gif) 0 0 no-repeat;
}
.button_elozo a {
	display: block;
	width: 61px;
	height: 35px;
	text-indent: -999px;
	background: url(../images/button_elozo.gif) 0 0 no-repeat;	
}
.button_elozo a:hover {
	display: block;
	width: 61px;
	height: 35px;
	background: url(../images/button_elozo.gif) 0 -35px no-repeat;
}
.button_elozo_off {
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 61px;
	height: 35px;
	display: block;
	text-indent: -999px;
	background: url(../images/button_elozo_off.gif) 0 0 no-repeat;
}
.button_kovetkezo {
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 93px;
	height: 35px;
	display: block;
	background: url(../images/button_kovetkezo.gif) 0 0 no-repeat;
}
.button_kovetkezo a {
	display: block;
	width: 93px;
	height: 35px;
	text-indent: -999px;
	background: url(../images/button_kovetkezo.gif) 0 0 no-repeat;	
}
.button_kovetkezo a:hover {
	display: block;
	width: 93px;
	height: 35px;
	background: url(../images/button_kovetkezo.gif) 0 -35px no-repeat;
}
.button_kovetkezo_off {
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 93px;
	height: 35px;
	display: block;
	text-indent: -999px;
	background: url(../images/button_kovetkezo_off.gif) 0 0 no-repeat;
}
.page_numbers {
	width: 26px;
	height: 35px; /* 35 */
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/numbers_bg.gif) no-repeat center;	
}
.page_numbers_text {
	width: 26px;
	text-align: center;
	margin: 0;
	padding: 11px 0 0 0;
	color: #fbf9f3;
	font-size: 10px;
}
.button_zoom {
	position: absolute;
	bottom: 7px;
	right: 14px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/button_zoom.gif) 0 0 no-repeat;
}
.button_zoom a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -999px;
	background: url(../images/button_zoom.gif) 0 0 no-repeat;	
}
.button_zoom a:hover {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/button_zoom.gif) 0 -24px no-repeat;
}
.megrendelem {
	background: url(../images/button_megrendelem.gif) 0 0 no-repeat;
	display: block;
	width: 117px;
	height: 21px;
	margin: 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
	
.megrendelem:hover {
	background: url(../images/button_megrendelem.gif) 0px -21px no-repeat;
	cursor: pointer;
}
/***********************************************/
/* FORM Styles                                 */
/***********************************************/

.inputbutton {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #87888a;
}
.inputbutton:hover {
	background-color: #E7FFD2;
	color: #000000;
}
.inputfield {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #87888a;
	width: 210px;
	padding: 3px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #87888a;
}
.input_right {
}
.input_left {
	width: 160px;
}

.field_text {
	font-weight: bold;
}
.field_text small {
	font-weight: normal;
	font-size: 10px;
	background-color: #fbf9f3;
}
.field {
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #aaaaaa;
	background-color: #f5f0e2;
	padding: 4px 6px 4px 6px;
	width: 400px;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;	
	font-size: 12px;
	color: #000000;
}
	
.field:hover {
	border: 1px solid #666666;
}

.field:focus {
	border: 1px solid #de8235;
	background: #fcf7e8;
	color: #000000;
}

.checkbox {
	background-color: #f5f0e2;
	border: 1px solid #aaaaaa;
} 

/***********************************************/
/* FOOTER Styles                               */
/***********************************************/

#footer_holder {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0 0 60px 0;
	text-align: center;
	width: 100%;
	height: 110px;
}
#footer {
	position: absolute;
	left: 85px;
	top: 30px;
	margin: 0;
	padding: 15px 0 0 0;
	width: 660px;
	text-align: center;
	font-size: 10px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #72726e;
	border-top: 1px solid #d6d4cf;
}
#footer a, #footer a:active, #footer a:visited {
	padding: 1px 2px;
	color: #72726e;
	text-decoration: none;
	border-bottom: 1px solid #d6d4cf;
}
#footer a:hover {
	background-color: #aaaaa7;
	color: #FFFFFF;
}
#footer p {
	margin: 12px 0 12px 0;
	padding: 0;
}

.original_price {
	text-decoration: line-through;
}

.akcios_price {
	color: #d88235;
}

/**************** GALÉRIA ****************/

.gallery_holder {
	width: 614px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.gallery_item_holder {
	width: 190px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}

.gallery_item_holder_right {
	width: 190px;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
}

.gallery_image {
	width: 166px;
	height: 166px;
	padding: 12px;
	margin: 0 auto;
	background-image: url(../images/bg_gallery_box.gif);
}

.gallery_image img {
	padding: 2px;
	background-color: #fff;
	border: 4px solid #e4ddc9;
}

.gallery_image img:hover {
	padding: 2px;
	background-color: #fff;
	border: 4px solid #d88235;
}

.gallery_image table {
	width:  155px;
	height: 155px;
}

.gallery_title {
	width: 190px;
	margin: 10px 0 0 0;
}

.gallery_date {
	width: 190px;
	color: #c0c0c0;
	margin: 3px 0 0 0;
	font-size: 11px;
}


