@CHARSET "UTF-8";

body {
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}	

#nvWrapper {	
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#nvTop {	
	width: 960px;
	height: auto;
	text-align: left;	
}

#nvTop .promotion {
	text-align: center;
         border-bottom: 0px solid gray;
        margin: 0 0 2px 0;
}

#nvTop .lang {
	height: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #979797;
	text-align: right;
	margin: 4px 0 0 0;
}

#nvTop .lang img {
	border: 0;
	margin: 0 0 0 2px;
}

#nvTop .editText {
	
}

#nvTop .menuTexts {
	width: 955px;
	height: 30px;
	margin: 0;	
	background: url('../images/nv3_all/menu_text.png') repeat-x 0 0;
	float: left;
}

#nvTop .menuTexts ul {
	list-style: none;
	width: 920px;
	height: 30px;
	margin: 0;
}

#nvTop .menuTexts ul li {
	width: auto;
	padding: 0 5px 0 25px;
	height: 30px;
	line-height: 30px;
	float: left;	
}

#nvTop .menuTexts ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS;
	color: #FF0161;
	text-transform: uppercase;
}

#nvTop .menuTexts ul li a:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#nvTop .header {
	width: 960px;
	height: 100px;	
	background: url('../images/nv_7/top_header_bg.jpg') no-repeat 0 0;
	position: relative;
	z-index: 0;		
}

#nvTop #header_reg {
        width: 149px;
        height: 54px;
        background: url('../images/nv_7/registrace.png') no-repeat 0 0;
        position: absolute;
	top: 23px;
	left: 805px;
        padding: 6px 0 0 37px;
}
#nvTop .header .reg {
	font-size: 16px;
        font-weight: bold;
}
#nvTop .header .reg a { color: #fff; text-decoration: none;}
#nvTop .header .reg a:hover { color: #fff; text-decoration: underline;}

#topSearch .who { 
	background: url('../images/nv_7/top_search_bg.jpg') no-repeat 0 0;
	width: 374px;
	height: 23px;
	border: 0;
	position: absolute;
	top: 36px;
	left: 338px;
	font-size: 18px;
	padding: 3px;
}

#topSearch .go { 	
	width: 40px;
	height: 31px;
	border: 0;
	position: absolute;
	top: 35px;
	left: 727px;		
} 

#rightSearch 
{
    float: left;
    margin: 5px 0 0 0;
    }
    
#rightSearch .who { 
	background: #fff;
	border: 1px solid #000;
	width: 149px;
	height: 19px;	
	font-size: 14px;
	padding: 3px;
	float: left;

}

#rightSearch .go  
{
    background: url("../images/nv3_all/login_button.png") no-repeat scroll 0 0 transparent;	
	border: 0;
    width: 104px;
    height: 28px;
    line-height: 28px;       
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;	
    float: left;
    text-align: center;
    padding: 0;
    cursor: pointer;
} 

#addShop
{
width: 660px;    
height: 30px;
margin: 5px 0 0 0;
text-align: right;
}

#addShop a
{
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0 0 0;
    text-decoration: none;
}

#addShop a:hover
{    
    text-decoration: underline;
}

#addShop a#add
{
    color: #fff;
    display: block;
    float: right;
    width: 149px;
    height: 37px;
    background: url('../images/nv3_all/link_button.png') no-repeat;

}


#nvTop .menuCategories {
	width: 960px;
	height: 45px;
	text-align: center;

}

#nvTop .menuCategories ul {
	list-style: none;
	width: auto;
	height: 45px;
	margin: 0;
}

#nvTop .menuCategories ul li {
	width: 85px;
	height: 40px;
	padding: 0px 5px 0 5px;
	text-align: center;	
	float: left;	
	background: url('../images/nv_7/category_border.jpg') no-repeat 93px 0;
	position: relative;
	z-index: 1;
         display:table;
}

#nvTop .menuCategories ul li:hover {
	width: 85px;
	height: 40px;
	top: -10px;
	padding: 15px 5px 0 5px;
	text-align: center;	
	float: left;	
	background: url('../images/nv_7/top_menu.png') no-repeat 0 0px;
	position: relative;
	z-index: 1;
         display:table;
}

#nvTop .menuCategories ul li.active {
	width: 85px;
	height: 40px;
	top: -10px;
	padding: 15px 5px 0 5px;
	text-align: center;
	float: left;
	background: url('../images/nv_7/top_menu.png') no-repeat 0 0px;
	position: relative;
	z-index: 1;
         display:table;
}

#nvTop .menuCategories ul li a {
	text-decoration: none;	
	color: #767575; 
	font-size: 12px;
         display:table-cell;
         vertical-align: middle;
}

#nvTop .menuCategories ul li a:hover {
	text-decoration: underline;		
	color: #000;
         display:table-cell;
         vertical-align: middle;
} 


#nvContent {	
	width: 960px;
	height: auto;
	background: #fff;
	padding: 0px;
	text-align: left;	
}

#nvContent .left {	
	width: 670px;
	height: auto;
	float: left;	
}

#nvContent .left .paginator 
{
    width: 645px;
    hegith: 20px; 
    text-align: right; 
    padding: 3px;
    /* background: url('../images/nv3_all/paginator_top_bg.png') repeat-x 0 0px; */
    }
    
    #nvContent .left .paginator a
{
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 3px;
    text-decoration: none;
    }
    
    #nvContent .left .paginator a:hover
{    
    text-decoration: underline;
    }
    
        #nvContent .left .paginator a.actual
{    
    color: #ff0161;
    }
    
#nvContent .left .list {
	margin: 4px 0 0 0;
	padding: 2px 0px 2px 0px;
	/* border: 1px solid #ededed; */		
	width: 670px;
}	

#nvContent .left .list .product {
	width: 630px;
	height: 110px;
	padding: 10px;
	clear: both;
	margin: 0 0px 8px 0;
	border: 1px solid grey;
	background-color: #ffffff;
}

#nvContent .left .list .product:hover {
	background-color: #D7D7D7;
} 
	

#nvContent .left .list .product a img {
	height: 110px;
	width: 120px;
	float: left;
	margin: 0 5px 0 0;
	border: 0;
}

#nvContent .left .list .product h2 {
	float: left;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 14px;				
}	

#nvContent .left .list .product a {
	color: #ff0161;	
	text-decoration: none;
}

#nvContent .left .list .product a:hover {
	text-decoration: underline;
}

#nvContent .left .list .product p {
	float: left;
	width: 480px;
	height: auto;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	line-height: 17px;
	text-align: justify;
}

#nvContent .left .list .product .p_text {
	float: left;
	width: 480px;
	height: 56px;
	padding: 0 0 0 10px;
	margin: 6px 0 0 0;
	line-height: 17px;
	text-align: justify;
}


#nvContent .left .list .product .buttons {
	float: right;
}

#nvContent .left .list .product .buttons a img {
	margin: 0 10px 0 0;
	padding: 0;	
	height: 26px;
	width: 92px;
	border: 0;
}

#nvContent .left .list .product .buttons a
{
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0 0 0;
    }

#nvContent .left .list .product .buttons a#link 
{
    color: #fff;
      display: block;
      float: left;
    width: 149px;
    height: 37px;
    background: url('../images/nv3_all/link_button.png') no-repeat;

}

#nvContent .left .list .product .buttons a#detail 
{
    color: #fff;
    float: left;
    display: block;
    width: 90px;
    height: 37px;
    background: url('../images/nv3_all/detail_button.png') no-repeat;
    
}
	
#nvContent .left .subCategory {
	width: 690px;
	line-height: 20px;
}

#nvContent .left .subCategory a {
	font-size: 12px;
	color: #6c6c6c;
	text-decoration: none; 
}

#nvContent .left .subCategory a:hover {
	font-size: 14px;	
	font-weight: bold; 
}

#nvContent .left .subCategory .tn { color: #f86db5; font-size: 14px; display: block; width: 960px; margin: 10px 0 5px 0; font-weight: bold;}

#nvContent .left .content {
	width: 660px;
    float: left;
    padding: 0px 0 0 0;
}

#nvContent .right {
	width: 280px;
	height: auto;
	float: right;	
}
#nvContent .right .uaLink {
	width: 250px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin: 10px 0 0 0;	
	background: url('../images/nv_7/ua_ling.jpg') no-repeat;
}

#nvContent .right .uaLink a { color: #fff; font-size: 14px; }

#nvContent .right .boxHeader 
{
    position: relative;
    top: 5px;
    left: -10px;    
	width: 270px;
	padding: 0 0 0 20px;
	height: 43px;
	line-height: 44px;	
	background: url('../images/nv3_all/boxHeader_bg.png') no-repeat 0px 0;
	color: #ff0161;
	font-size: 18px;
	font-family: Trebuchet MS;
}

#nvContent .right .boxContent {
	width: 250px;
	height: auto;
	padding: 10px;
	background: #e8e7e8;
	color: #4c4c4c;
	margin: 0 0 10px 0;
        overflow: auto;
     
}

#nvContent .right .boxContent label
{
    font-size: 12px;
    font-weight: normal;
    }
    
#nvContent .right .boxContent input.text
{
    width: 178px;
    height: 22px;
    line-height: 22px;
    border: 0;
    background: url('../images/nv3_all/login_input.png') no-repeat 0px 0;
    font-size: 11px;
    font-weight: normal;
    }    

#nvContent .right .boxContent h5 {
	color: #4c4c4c;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

#nvContent .right .boxContent #frmuserLoginForm-submit_userLoginForm
{
    border: 0;
    width: 104px;
    height: 33px;
    padding: 0 0 10px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url('../images/nv3_all/login_button.png') no-repeat;
    cursor: pointer;
    }

#nvContent .right .boxContent .buyerImg {
	width: 84px;
	height: 83px;
	padding: 5px 0 0 5px;
	background: url('../images/nv_7/prodejce_bg.jpg') no-repeat;
	float: left;
	
}

#nvContent .right .boxContent .buyerContent {
	width: 130px;
	float: right;
}

#nvContent .right .boxContent .buyerContent .mail { color: #9a9a9a; font-size: 12px; padding: 5px 0; display: block;}
#nvContent .right .boxContent .buyerContent .phone { padding: 5px 0;}

#nvContent .right .boxContent .news {
	height: auto;		
	border-bottom: 1px solid #edbac6;
	padding: 5px 0 5px 5px;
	color: #1d1a1e;
	font-size: 20px;
	font-style: italic;	
	font-family: Trebuchet MS;
}

#nvContent .right .boxContent .news a { color: #ff0161; }
#nvContent .right .boxContent .news .date {	color: #000; font-size: 12px; font-family: Arial; font-style: normal;}

#nvDown {	
	width: 960px;
	height: auto;	
}

#nvDown .footer {	
	width: 960px;
	height: 80px;	
	background: url('../images/nv3_all/footer_bg.png') repeat-x;
}

#nvDown .links {	
	width: 960px;
	height: auto;		
}



