@font-face {
 font-family: Chalkduster;
 src: url("Chalkduster.eot") /* EOT file for IE */
}
@font-face {
 font-family: Chalkduster;
 src: url("Chalkduster.ttf") /* TTF file for CSS3 browsers */
}

body {
  min-width: 960px;
  margin:0px;
  padding:0px;
  background-color:#e3e9ef;
}

#dialog_login, #dialog_newpass, #dialog_, #dialog_logout {
	display:none;
	position:absolute;
	_position:absolute;
	height:auto;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #273b4f;
	z-index:999999999999999999999900;
	padding:25px;
	margin:0px;
	width:350px;
	min-height:300px;
	margin-left:-125px;
	padding-left:250px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	background-image: url(../images/dialogbox.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


	
	
#dialog_ h1, #dialog_login h1, #dialog_newpass h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color:#fff;
	text-decoration: none;
	margin-top:15px;
	margin-bottom:50px;
	
	}
	
#dialog_ p, #dialog_login p, #dialog_newpass p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	float:left;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	color: #606060;
	width:270px;
	
	
	}
	
#dialog_ .submit, #dialog_login .submit, #dialog_newpass .submit {
	margin-left:10px;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	border:1px solid #273b4f;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	cursor:pointer;
	float:left;
	width:120px;
}

#dialog_ .submit:hover, #dialog_login .submit:hover, #dialog_newpass .submit:hover {
	background-color:#273b4f;
	color:#FFF;
}

#dialog_login label, #dialog_newpass label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:150px;
}


#dialog_login input, #dialog_newpass input{
		font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	width:110px;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:1px solid #273b4f;
}


	
#dialog_login img, #dialog_newpass img, #dialog_ img, #dialog_logout img{
	float: left;
}
#status p {
	color:#F00;
}
#status img {
	margin-left: -5px;
	height:0px;
	
}
#dialog_login .dialog_close, #dialog_newpass .dialog_close, #dialog_ .dialog_close, #dialog_logout .dialog_close{
	margin-top:10px;
	margin-right:20px;
	float: right;
	width:50px;
	height:50px;
	cursor:pointer;
	
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:999990;
	background-color: #000;
}



/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

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

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


#header_bg {

	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center top;
}
#headercenter	 {
	position:absolute;
	margin-right: auto;
	margin-left: auto;
}

#main_menu	 {
	position:relative;
	width: 600px;
	top: 60px;
	left: 250px;
}

#main_menu a	 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-right: 20px;
}

#main_menu a:hover{
	color: #e3e9ef;
}

#mainmenu {
	padding:0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	height:50px;
	
	
}

 #mainmenu li {
        float:left;
        display:block;
        width:auto;
        position:relative;
        z-index:500;
        margin:0 1px;
		
		
    }
         
   
#mainmenu li a {
	padding-top:0px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-right: 0px;
	font-weight:normal;
	margin-left:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:26px;
    }
 
#mainmenu li a:hover {
       color: #e3e9ef;
    }
	
#mainmenu li .space {
	float:left;
	margin-top:-5px;
	
}
     
  
#mainmenu a.selected {
        color:#e3e9ef;
    }
     
       
#mainmenu ul {
	position:absolute;
	left:0;
	display:none;
	list-style:none;
	z-index:2000;
	/*-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;*/
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	background-color:#273b4f;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 36px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	padding-bottom:10px;
	padding-top:0px;
	padding-right: 0;
	padding-left: 0;
        }
         
#mainmenu ul li {
            float:left;
        }
         
      
#mainmenu ul a {
	float:left;
	position:relative;
	padding:6px;
	padding-left:7px;
	padding-right:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
	clear:both;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #F2F2F2;
	width:215px;
	
        }
         
#mainmenu ul a:hover {
           color:#273b4f;
		   background-color:#e3e9ef;
		   
        }
		
		


/*Slider*/


#slider {
	height:178px;
	width:860px;
	position:absolute;
	background-image: url(http://rethy-fashion.com/user_files/images/slider_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	position:relative;
	margin-left:0px;
	padding:5px;
	padding-top:2px;
}

#slider_left {
	z-index:10;
	top:30px;
	left:10px;
	height:100px;
	width:50px;
	position:absolute;
	background-image: url(../images/slider_left.png);
	cursor:pointer;

}
#slider_left:hover	 {
	background-position: left bottom;
}

#slider_right {
	z-index:10;
	top:30px;
	right:10px;
	height:100px;
	width:50px;
	position:absolute;
	background-image: url(../images/slider_right.png);
	cursor:pointer;
	
	
}
#slider_right:hover	 {
	background-position: left bottom;
}

#sliderwrap	
 {
	text-align: left;
	width:860px;
	height: 158px;
	overflow:hidden;
	z-index:5;
	margin-right: auto;
	margin-left: auto;
	float:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	position:relative;
	
	
}

.slidercontainer { text-align: left; margin: 0px; width:auto; height: 158px;  
	position:relative; }
.slidercontainer ul {
	margin:0px;
	padding:0px;
	}
.slidercontainer ul li {
	width: 860px;
	float: left;
	height: 158px;
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type: none;
}


.sliderpic{
	float:left;
	margin:0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	position:relative;
	cursor:pointer;
	}
	



#footer_bg {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-position: center top;
}

/*#bg {
	z-index:-10000;
	width: 2000px;
	height: 1100px;
	position: fixed;
	top:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}*/


#elfelejtettjelszo {
	cursor:pointer;
	}



.userdiv {
	position:absolute;
	top:155px;
	margin-left:720px;
	background-image:url(http://rethy-fashion.com/user_files/images/user_div.png);
	background-repeat: no-repeat;
	height: 135px;
	width:180px;
	z-index: 5;
	float:left;
	background-position: center top;
}

.userdiv:hover {
	background-position: bottom;
}

.userdiv_content {
	padding:20px;
	padding-top:0px;
	position:absolute;
	top:155px;
	margin-left:720px;
	height: 115px;
	width:140px;
	z-index: 20;
	float:left;
	background-position: center top;
	color:#fff;
}

.userdiv_content label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #f2f2f2;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	clear:both;
}

.userdiv_content p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #f2f2f2;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	clear:both;
}


.userdiv_content input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#45516b;
	padding:2px;
	width:140px;
	background-color: #f2f2f2;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:none;
}

.userdiv_content a{
	font-family: Chalkduster;
	font-size: 11px;
	color:#fff;
	text-decoration: none;
	margin:0px;


}

.userdiv_content a:hover{
	color:#45516b;
	
}




#categorylist{
	margin-top:20px;
	padding:10px;
	margin-left:30px;
	padding-left:0px;
	padding-bottom:20px;
	padding-top:20px;
	margin-right:9px;
	background-color: #e3e9ef;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:none;
	position:relative;
}
	
#categorylist a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#273b4f;
	float:left;
	clear:both;
	text-decoration: none;
	padding: 5px;
	width:110px;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:thin dashed #FFF;
	position:relative;
}

#categorylist a:hover{
	color:#e3e9ef;
	background-color:#273b4f;


}

 .category {
	 
	 display:none;}

#categorylist .category a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	float:left;
	clear:both;
	text-decoration: none;
	padding: 2px;
	width:110px;
	margin-left:0px;
	padding-left:18px;
	padding-right:15px;
	text-align:left;
	border:none;
}

#categorylist .category a:hover{
	color:#537EAB;
	background-color:#e3e9ef;

}

#categorylist h2{
	font-family: Chalkduster;
	font-size: 20px;
	color:#45516b;
	float:left;
	clear:both;
	text-decoration: none;
	padding: 5px;
	margin:0px;
	margin-bottom:5px;


}


/*kosár*/

#user{
	float:right;
	margin-top:20px;
	padding-bottom:20px;
	margin-left:0px;
	
}

#user h2{
	background-image:url(../images/userdiv_h2bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#fff;
	clear:both;
	text-decoration: none;
	padding: 5px;
	margin:0px;
	margin-bottom:5px;
	text-align:center;
	width:120px;
	padding:10px;
	margin-top:0px;
	font-weight:normal;
	padding-top:28px;
	height:30px;
}


#user label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:150px;
}


#user input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	width:110px;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:1px solid #273b4f;
}

#user .submit {
	margin-left:10px;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	border:1px solid #273b4f;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	cursor:pointer;
	float:left;
	width:120px;
}

#user .submit:hover {

	background-color:#273b4f;
	color:#FFF;
	
}

#user a {
	margin-left:10px;
	margin-bottom:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	text-decoration: none;
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #273b4f;
	border-right-color: #273b4f;
	border-bottom-color: #273b4f;
	border-left-color: #888888;
	padding-right: 5px;
	padding-left: 5px;
}

#user a:hover {
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #273b4f;
	border-right-color: #273b4f;
	border-bottom-color: #273b4f;
	border-left-color: #273b4f;

	
}


#content{
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:700px;
}

#maincontent{
	width:620px;
	margin-left:-10px;
}

#maincontent h1{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color:#888888;
	text-decoration: none;
	padding: 5px;
	margin-bottom:5px;
	margin-top:20px;}
	
#maincontent p{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #273b4f;
	text-decoration: none;
	padding: 5px;
	margin-bottom:5px;
	margin-top:10px;}
	
	
hr {
	color:#45516b;
	height:2px;
	margin-top:20px;
	margin-bottom:20px;
	}
.regdiv, .regdiv  {
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	
	padding:10px;
	margin-bottom:10px;	

	}
.regdiv h3, .formheader, #maincontent h3{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #45516b;
	font-size: 14px;
	text-decoration: none;
	float: left;
	font-weight: normal;
	
	}
#maincontent h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #45516b;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	
	}
	
.regdiv a{
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
 color: #606060;
	text-decoration: none;
		
	}
	
	

.regdiv label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	clear:both;
}


.regdiv input{
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	width:140px;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:1px solid #273b4f;
}

.regdiv textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	width:140px;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:1px solid #273b4f;
}

.regdiv .checkbox, #cartdiv .checkbox{
	padding:0px;
	background-color: #45516b;
	text-decoration: none;
	width:20px;
	float:left;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:none;
}

 .submit {
	margin-left:10px;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	border:1px solid #273b4f;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	cursor:pointer;
	float:left;
	width:120px;
}

.submit:hover {

	background-color:#273b4f;
	color:#FFF;
	
}

.select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#45516b;
	padding:5px;
	width:auto;
	margin-left:20px;
	margin-bottom:10px;
	background-color: #f2f2f2;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:thin solid #45516b;
	cursor:pointer;
}


.regdiv input{
	
	clear:left;}
	

	 
.regdiv p {
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-top:0px;
	margin-bottom:-10px;
	color: #606060;
	width:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#3c526e;
	float:left;
	font-weight:normal;
	}
	
 
#cartdiv p {
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-top:0px;
	margin-bottom:5px;
	color: #606060;
	width:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#3c526e;
	float:left;
	font-weight:normal;
	}
	
#cartdiv h2 {
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	width:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#3c526e;
	float:left;
	font-weight:normal;
	}
	
#cartdiv h3 {
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:-10px;
	padding-bottom:0px;
	color: #e2001a;
	width:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float:left;
	font-weight:normal;
	}
	
#cartdiv label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:150px;
}


#cartdiv input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:5px;
	width:110px;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:1px solid #273b4f;
}




	
#registration .link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: none;
	float: left;
	text-decoration:none;
	 color: #606060;
}

#passwordvalidate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position:relative;
	padding:0px;
	
	width:160px;
	height:40px;
	margin-left:0px;
	margin-top:3px;
	
	float:left;
	
	}
	
#passwordvalidate p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #45516b;
	text-decoration: none;
	margin-bottom:4px;
	margin-top:0px;
	float:left;
	width:160px;
	height:20px;
	
}

#barocska {
	position:relative;
	width:0px;
	height:26px;
	background-color:#E5E5E5;
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	}

#barocska_holder {
	position:relative;
	width:156px;
	height:23px;
	padding:2px;
	background-color:#f2f2f2;
	float:left;
	margin-top:-16px;
	margin-left:10px;
	/*-moz-box-shadow: 0px 0px 3px #666;
 	-webkit-box-shadow: 0px 0px 3px #666;
 	box-shadow: 0px 0px 3px #666;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	
	}

.clr2 {
	
	clear:both;
	height:10px;}
.clr {
	
	clear:both;}

	
/*termékek*/	

.productleiras{
	margin-top:10px;
		position:relative;
		font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:2px;
	float:left;
	width: 600px;
	
	
	}

.productcategory_pic{
	position:relative;
	float:left;
	
	}

.product {
	position:relative;
	float: left;
	padding:10px;
	width: 135px;
	height:250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #273b4f;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	margin-bottom:20px;
	cursor:pointer;
	background-image: url(../images/carticon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.producth1{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #273b4f;
	text-decoration: none;
float: left;
	padding-left:10px;
	width: 440px;
	height:40px;}

.producth2{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #273b4f;
	text-decoration: none;
float: left;
	padding-left:10px;
	width: 440px;
	height:20px;}
	


.product:hover {
	background-color:#f2f2f2;
	}
	
.productpic, .cartpic {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border: thin dashed #006;
	float:left;		
		}
	

.product .nev{
	position:relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	padding:2px;
	margin-top:10px;
	float:left;
}

.productname{
	position:relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#273b4f;
	padding:2px;
	margin-top:10px;
	float:left;
}




.productkiemelt {
	position:relative;
	float: left;
	padding:5px;
	width: 120px;
	height:160px;
	margin:10px;
	margin-top:50px;
	margin-left:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #273b4f;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	margin-bottom:20px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px dashed #e3e9ef;
	}
	
.productkiemelt .nev a{
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#e3e9ef;
	padding:2px;
	bottom:10px;
	float:left;
	text-decoration:none;
	text-shadow: 2px 2px #006;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#006,
		Direction=135,
		Strength=5);
}

.product:hover {
	border-color:#FFF;
	}
	
	

.cartselectlabel{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:150px;
	padding:0px;
	padding-right:30px;
	background-image: url(../images/tocartarrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.cartselectlabel a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
}


.cartselect{
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#45516b;
	padding:5px;
	width:auto;
	margin-left:0px;
	margin-top:10px;
	background-color: #f2f2f2;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:thin solid #45516b;
	cursor:pointer;
}

.tocart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:140px;
	height:60px;
	padding:0px;
	padding-right:30px;
	padding-left:10px;
	background-image: url(../images/tocartbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:none;
	background-color:transparent;
	text-align:left;
	cursor:pointer;
	}
	
.nocart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:140px;
	height:60px;
	padding:0px;
	padding-right:30px;
	padding-left:10px;
	background-image: url(http://rethy-fashion.com/user_files/images/nocartbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:none;
	background-color:transparent;
	text-align:left;
	}
	
.tocart:hover {
	
	background-position: right bottom;
	
	}
	
.cartminus {
	width:50px;
	height:40px;
	padding:0px;
	background-image: url(../images/cartminus.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	border:none;
	background-color:transparent;
	text-align:left;
	cursor:pointer;
	float:left;
	margin-left:20px;
	}
	
.cartminus:hover {
	
	background-position: right bottom;
	
	}

/*.product .kosarba
{
	position:relative;
	float:right;
	padding-top:2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3c526e;
	width:142px;
	margin-top:10px;
	margin-right:10px;
	clear: right;}
	


.product .kosarba:hover, .product .kosar:hover
{
	color:#e2001a;}
	
.product .kosar
{
	margin-top:0px;
	margin-left:-5px;
	float:right;
	margin-right:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3c526e;
	text-decoration: none;
	yí
	padding-left: 17px;
}

.productkosarba
{
	position:relative;
	float:right;
	padding-top:2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3c526e;
	width:142px;
	margin-top:10px;
	margin-right:10px;
	clear: right;
}
	


.productkosarba:hover, .productkosar:hover
{
	color:#e2001a;}
	
.productkosar
{
	margin-top:0px;
	margin-left:-5px;
	float:right;
	margin-right:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3c526e;
	text-decoration: none;
	background-image: url(http://rethy-fashion.com/user_files/images/star.png);
	background-repeat: no-repeat;
	padding-left: 17px;
}

.productkosarba input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#f2f2f2;
	padding:2px;
	width:20px;
	background-color: #3c526e;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	border:none;
	float:left;
	margin-top:-2px;
}*/

.productar{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	margin-top:10px;
	float:left;
	margin-left:5px;
	font-weight:bold;
}


.product a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#273b4f;
	float:left;
	margin-top:0px;
	text-decoration: none;
	
}


.productheader {
	position:relative;
	padding: 10px;
	float: left;
	width: 430px;
	margin-bottom:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3c526e;
	text-decoration: none;
	
	margin:5px;
	margin-top:10px;
	margin-left:20px;
	
	}
	
.productheader .container{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#3c526e;
	
	float:left;
	margin-right:10px;
	
}

.productheader a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#3c526e;
	margin-top:0px;
	text-decoration: none;
	
}


.productheader a:hover, .product a:hover{
	
	
}

.productheader .right{
	
	float:right;
	
}

.pic_container {
	float: left;
	width: 115px;
	height:170px;
	margin-left:0px;
	margin-right: 10px;
	margin-top:10px;
	margin-bottom:0px;
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border:2px dashed #fff;
	padding:0px;
	}

	
.pic_container:hover {
	border:2px dashed #273b4f;

	}

.pic, .pic a, .pic img {
	border:none;}


.cartitem{
	text-decoration: none;
	text-align: left;
	color: #273b4f;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	width:135px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	line-height: normal;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #273b4f;
}



.cartitem strong {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.cartsum {
		font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	width:120px;
	text-decoration: none;
	text-align: left;
	float: right;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	cursor:pointer;
}


	
#cartlist h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3c526e;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EC8F3D;
	float: right;
	width: 180px;
	margin-bottom: 20px;
	text-align: left;
}
#cartlist p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3c526e;
	text-decoration: none;
	padding-right: 10px;
}



.special_product {
	position:relative;
	padding: 0px;
	float: left;
	width: 140px;
	height:120px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://rethy-fashion.com/user_files/css/PIE.htc);
	margin-bottom:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f2f2f2;
	text-decoration: none;
	background-color:#e2001a;
	margin:5px;
	cursor:pointer;
	}
.special_product:hover {
	background-color:#3c526e;
	}
	
.special_product img{
	
	}
	
.special_product h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#f2f2f2;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:5px;
	font-style:normal;
	font-weight:normal;	
	}
	
	
/*rendelés módosítás*/
.feltetek{
	display:none;
	font-size: 10px;
	
	}
.megjegyzes{
	display:none;
	
	}

.hamburgerek{
	display:none;
	
	}
	
.productfeltetek{
	margin-top:10px;
	float:left;
	display:none;
	position:relative;
	float: right;
	padding-left:10px;
	width: 440px;
	min-height:40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c526e;
	text-decoration: none;
	margin:5px;
	
	}

.producthamburgerek{
margin-top:10px;
	float:left;
	display:none;
	position:relative;
	float: right;
	padding-left:10px;
	width: 440px;
	min-height:40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c526e;
	text-decoration: none;
	margin:5px;
	
	
	}



/*input[type=button]:hover,input[type=submit]:hover, input[type=select]
{
	color:#FFF;
   background-color: #273b4f;
   background: #273b4f;
}
*/
.tocart:hover, .nocart:hover {
	color:#FFF;
	background-position: right bottom;
	background-color: #273b4f;
	}


#langauges	 {
	width:40px;
	padding-left:14px;
	margin-top:20px;
	

}

#langauge_hu	 {
	height:40px;
	width:34px;
	position:relative;
	float:left;
	background-image: url(http://rethy-fashion.com/user_files/images/langauge_hu.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#langauge_hu:hover	 {
	
	background-position: left bottom;
	
}


#langauge_de	 {
	height:40px;
	width:34px;
	position:relative;
	float:left;
	background-image: url(../images/langauge_de.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#langauge_de:hover	 {
	
	background-position: left bottom;
	
}

#langauge_en	 {
	height:40px;
	width:34px;
	position:relative;
	float:left;
	background-image: url(../images/langauge_en.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#langauge_en:hover	 {
	
	background-position: left bottom;
	
}

#langauge_ru	 {
	height:40px;
	width:34px;
	position:relative;
	float:left;
	background-image: url(../images/langauge_ru.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#langauge_ru:hover	 {
	
	background-position: left bottom;
	
}