﻿
html{
	text-align:center;
}
body{
	margin:0 auto;
	background-color:#ffffff;
	background-image:url('http://horytna.net/images/assets/bg_header.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Arial, Tahoma, "Times New Roman", serif, Helvetica;
	font-size:100%;
	direction:rtl;
	text-align:right;
}
img{
	border:0;
}
form,h1,h2,h3,h4,h5,ul,li,hr,p{
	margin:0 0;
	padding:0;
	
}
h1,h2,h3,h4,h5
{
    color:#FF5205;
}
a:link, a:visited{
	color:#FF5205;
	text-decoration:none;
}
a:hover, a:focus{
	color:gray;
	text-decoration:none;
}

#bodyWrapper{
	width:1000px;
	margin:0 auto;
}
#header{
	min-height:300px;
	position:relative;
}
#header #topLinks{
	background-image:url('http://horytna.net/images/assets/bg_toplinks.jpg');
	background-repeat:no-repeat;
	width:676px;
	height:24px;
	clear:both;
	right:0;
	color:#F5800B;
	font-size:80%;
	padding:0px 10px 0 10px;
}

#header #topLinks a:link, #header #topLinks a:visited{
	color:#ffffff;
	text-decoration:none;
}

#header #topLinks a:hover, #header #topLinks a:focus{
	color:#FFAE5F;
	text-decoration:none;
}

#header #topLinks #topLinksLeft{
	width:300px;
	float:left;
	text-align:left;
	margin-top:3px;
	vertical-align:middle;
	font-size:80%;
	direction:ltr;
}
#header #topLinks #topLinksRight{
	float:right;
	margin-top:3px;
}
#header #topLinks img{
	vertical-align:middle;
	padding-right:2px;
}
#header #logo{
	width:300px;
	text-align:center;
	margin-top:20px;
	float:right;
}
#header #image{
	float:left;
	min-width:500px;
	min-height:300px;
}

#contentWrapper{
	clear:both;
	position:relative;
	padding:1px 0;
	min-height:500px;

}
#contentWrapper #rightColumn{
	width:218px;
	/*
	position:absolute;
	top:0;
	right:0;
	*/
	float:right;
	
}

#contentWrapper #rightColumn h3 ,#contentWrapper #rightColumn h3 a:link,#contentWrapper #rightColumn h3 a:visited {
	padding:10px 13px 0 0;
	color:black;
	text-decoration:none;
}

#contentWrapper #rightColumn h3 a:hover,#contentWrapper #rightColumn h3 a:focus {
	color:gray;
	text-decoration:none;
}



#contentWrapper .divMenu ul{
	list-style:none;
	background:red;
	margin:0;
}
#contentWrapper .divMenu ul li
{
    list-style:none;
	display:inline;
	margin:0;
}
#contentWrapper .divMenu ul li a{
	display:block;
	background:yellow;
	padding:4px 0 4px 0;
	border-bottom:1px silver dashed;
	font-size:95%;
	font-weight:bolder;
	text-decoration:none;
	color:#FF5205;
	text-indent:3px;
}
#contentWrapper .divMenu ul li a:link, #contentWrapper .divMenu ul li a:visited{
	color:#FF5205;
	text-decoration:none;
}
#contentWrapper .divMenu ul li a:focus, #contentWrapper .divMenu ul li a:hover{
	color:#808080;
	text-decoration:none;
	background-color:#E6EFF0;
	background-image:url('http://horytna.net/images/assets/icon_arrow_down.gif');
	background-position:4px center;
	background-repeat:no-repeat;
}





#contentWrapper #rightColumn .listingItems{
	margin:20px 10px;
	list-style:none;
	font-weight:lighter;
	font-size:90%;
	text-indent:1px;
}
#contentWrapper #rightColumn .listingItems a,.bulletVote{
	display:block;
	text-decoration:none;
	padding:5px 0;
	border-bottom:1px silver dashed;
}

#contentWrapper #rightColumn .listingItems li a:hover{
	background-color:#E6EFF0;
	background-image:none;
}

#contentWrapper #rightColumn .listingItems li
{
    display:inline;
}

#contentWrapper #rightColumn .blueHeader{
	background-image:url('http://horytna.net/images/assets/bg_rightmenu.gif');
	background-position:left top;
	background-repeat:no-repeat;
	min-height:100px;
	margin:2px 0 10px 0;
	clear:both;
}
#centerColumn .listGroup{
	width:310px;float:right;
	background-image:url('http://horytna.net/images/assets/bg_listingheader.gif');
	background-position:right top;
	background-repeat:no-repeat;
	min-height:100px;
}

#centerColumn .listGroup h3 a:link ,#centerColumn .listGroup h3 {
	padding:10px;
	color:black;
	text-decoration:none;
	font-size:130%;
}

#contentWrapper .listGroup .listingItems{
	margin:18px 5px;
	font-weight:lighter;
	font-size:90%;
	text-indent:0;
}
#contentWrapper .listGroup .listingItems a{
	margin:1px 8px;
	display:block;
	background-image:url('http://horytna.net/images/assets/bullet_gray_right.gif');
	background-position:right top;
	background-repeat:no-repeat;
	padding:2px 10px 3px 0;
	border-bottom:1px silver dashed;
}

#contentWrapper .listGroup .listingItems li a:hover{
	background-color:#E6EFF0;
	text-decoration:none;
	color:gray;
}

#contentWrapper .listGroup .listingItems li{
	list-style:none;
}


#centerColumn .firstNewsItem{
	padding:2px 10px;
	padding-top:6px;
}

#centerColumn .firstNewsItem h4{
	color:#FF4E03;
	font-weight:bold;
	background-image:url('http://horytna.net/images/assets/bullet_gray_right.gif');
	background-position:right top;
	background-repeat:no-repeat;
	text-indent:5px;
}

#centerColumn .listGroup a:link{
	color:#FF4E03;
	text-decoration:none;
}
#centerColumn .listGroup a:hover{
	color:#FF4E03;
	text-decoration:underline;
}
#centerColumn .listGroup a:visited{
	color:#C55A2B;
	text-decoration:none;
}


#centerColumn .firstNewsItem h4 .date, #centerColumn .listingItems .date{
	font-size:70%;
	font-weight:normal;
	color:gray;
}
#contentWrapper #rightColumn #login{
	font-size:80%;
	padding:20px 15px 0 0;
	color:#FF5205;
}
.dottedhr{
	border-top:1px white solid;;
	border-bottom:1px silver dashed;
	margin:5px 0px 5px 0px;
	clear:both;
}
.nondottedhr{
	margin:0;
	clear:both;
	border-bottom:1px white solid;
	border-top:1px white solid;
}
#contentWrapper #rightColumn #login span{
	display:inline-block;
	width:80px;
}
#contentWrapper #leftColumn{
	width:150px;
	position:absolute;
	top:0;
	left:0;
	min-height:700px

}
#contentWrapper .ads{
	padding-top:12px;
	background-image:url('http://horytna.net/images/assets/bg_topads.jpg');
	background-repeat:repeat-x;
	background-position:left -50px;
	text-align:center;
}
#leftColumn .blueHeader{
	background-image:url('http://horytna.net/images/assets/bg_leftpanel.gif');
	background-position:right top;
	background-repeat:no-repeat;
	min-height:100px;
	margin:2px 0 10px 0;
	clear:both;
}
#leftColumn .blueHeader .listingItems{
	margin:18px 5px;
	font-weight:lighter;
	font-size:90%;
	text-indent:0;
}
#leftColumn .blueHeader .listingItems a{
	margin:1px 8px;
	display:block;
	background-image:url('http://horytna.net/images/assets/bullet_gray_right.gif');
	background-position:right top;
	background-repeat:no-repeat;
	padding:2px 10px 3px 0;
	border-bottom:1px silver dashed;
}

#leftColumn .blueHeader .listingItems li a:hover{
	background-color:#E6EFF0;
	text-decoration:none;
	color:gray;
}

#leftColumn .blueHeader .listingItems li{
	list-style:none;
}
#leftColumn .blueHeader h3{
	padding:10px;
	color:black;
	text-decoration:none;
	font-size:100%;

}

#topAdSearch{
	clear:both;
	position:relative;
	min-height:94px;
}
#contentWrapper #centerColumn{
	/* margin:0 220px 0 152px; */
	float:right;
	margin-right:5px;
	
}

#contentWrapper #centerColumn .blueHeader{
	background-image:url('http://horytna.net/images/assets/bg_rightmenu.gif');
	background-position:right top;
	background-repeat:no-repeat;
	min-height:100px;
	margin:2px 0 5px 0;
	padding-right:5px;
	clear:both;
}
#contentWrapper #centerColumn .blueHeader h3{
	padding:10px 10px 20px 0;
	color:black;
	text-decoration:none;
}

#topAdSearch #topSearch{
	position:absolute;
	right:0;
	top:0;
	width:267px;
	height:95px;
	background-image:url('http://horytna.net/images/assets/bg_topsearch.gif');
	background-repeat:no-repeat;
}
#topAdSearch #topSearch .txtBox{
	padding:36px 25px 0 0;
}
#topAdSearch #topSearch .txtSearch{
	width:145px;
	margin:0px 12px 0 0;
	border:0;
	font-size:80%;
}

#topAdSearch #topSearch input[type="submit"], .blackButton{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: black url('http://horytna.net/images/assets/bg_button_submit01.gif') no-repeat;
	width:25px;
		height:24px;
		margin-right:8px;
}
#topAdSearch #topAd{
	margin-right:269px;
	padding-top:2px;
}
#topAdSearch #txtAdvancedSearch{
	padding:5px 55px 0 0;
	font-size:90%;
}

#topAdSearch #txtAdvancedSearch a:link,#topAdSearch #txtAdvancedSearch a:visited{
	color:gray;
	text-decoration:none;
}
#topAdSearch #txtAdvancedSearch a:focus,#topAdSearch #txtAdvancedSearch a:hover{
	color:black;
	text-decoration:none;
}

#topNews{
	width:615px;
}
#topNews .titleCell{
	width:200px; 
	background-image:url('http://horytna.net/images/assets/bg_topnews_header.gif');
	background-position:right center;
	background-repeat:no-repeat;
	padding:7px 0 10px 0;

}

#topNews .titleCell h3, #topNews .titleCell h3 a:link,#topNews .titleCell h3 a:visited{
	text-indent:10px;
	color:black;
	text-decoration:none;
	margin:0;
}

#topNews .newsCell {
	cursor:pointer;
	background-color:#D8E4E6;
	background-image:url('http://horytna.net/images/assets/bg_topnews_cell_normal.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	min-height:15px;
	padding:10px 10px;
	color:#646464;
}

#topNews .newsCellSelected {
	cursor:hand;
	background-color:#C8D9DC;
	background-image:url('http://horytna.net/images/assets/bg_topnews_cell_selected.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	min-height:5px;
	padding:10px 10px;
	color:black;
}

#topNews .cellImageContainer{
	background-image:url('http://horytna.net/images/assets/bg_topnews.gif');
	background-position:right top;
	background-repeat:no-repeat;
	width:390px;
	height:243px;
	padding:10px;
}
#topNews .cellNewsImage{
	height:238px;
	padding:5px;
	background-position:left top;;
	background-repeat:no-repeat;
	position:relative;
	
}
#topNews .cellDetails{
	margin: 5px;
	position:absolute;
	bottom:10px;
	right:5px;
	left:5px;
	background-color:white;
	padding:5px;
	font-size:90%;
	color:#333;
	filter: alpha(Opacity=70);
	
}
.clears{
	clear:both;
}
.borderImage{
	border:1px silver solid;
	padding: 4px;
	margin:2px;
	background:white;
}

#footer{
	clear:both;
	background-image:url('http://horytna.net/images/assets/bg_footer.jpg');
	background-position:center top;
	min-height:20px;
}
#footer .footerContent{
	width:1000px;
	margin:2px auto;
	padding:20px 0;
	
}
#footer .footerContent #footerLinksRight{
	font-size:80%;
	padding:5px 0;
}
#footer .footerContent #footerLinksRight a{
	color:black;
	text-decoration:none;
}
#footer .footerContent #footerLinksRight a:hover{
	color:#FF5205;
	text-decoration:none;
}
#footer .bandp{
	float:left;
	padding-top:20px;
}
/* -------------------------------------------------------------- */
.sectionTitle
{
    background-image:url('http://horytna.net/images/assets/bg_h2_titles.gif');
    background-position:right center;
    background-repeat:no-repeat;
    font-size:140%;
    padding:8px 15px 8px 0;
    margin:10px 0;
   
}
.viewsBlock
{
    padding:2px 5px;
    width:618px;
}

.viewsArticleTitle
{
    text-decoration:none;
    font-weight:bold;
    display:block;
    padding:4px 0;
    
}
.viewsArticleSummary
{
    text-align:justify;
    font-size:95%;
    color:#404040;
}

.viewsDate
{
    font-size:85%;
    font-weight:lighter;
    color:gray;
}
.viewsHR
{
    background-image:url('http://horytna.net/images/assets/bg_hr.gif');
    background-position:center center;
    background-repeat:no-repeat;
    height:11px;
    padding:2px 0;
    clear:both;
}
.viewsHR hr
{
    display:none;
}
.viewsPaging,.viewsPageCount
{
    text-align:center;   
    padding:2px;
    font-size:90%;
    margin:5px 0;
    color:Gray;
    
}
/* ------ */
.viewsPaging a, .currentPage
{
    padding:5px;
    background-color:white;
    color:#FF5205;
    text-decoration:none;
    border:1px silver solid;
    display:inline-block;
}
.currentPage
{
    background-color:#ECECEC;
    color:silver;
}
.viewsPaging a:visited
{ text-decoration:underline;
}
.viewsPaging a:hover
{
    background-color:silver;
    text-decoration:none;
    border:1px #FF5205 solid;
}
/* ------ */
.viewsPicViewRightImage
{
    display:inline-block;
    padding:5px;
    margin:0px 0 0 5px;
    border:1px silver solid;
    float:right;
}
.viewsPanramaImage
{
    padding:5px;
    margin:0px 0 0 5px;
    border:1px silver solid;
}

.viewsPanramaView
{
    background-image:url('http://horytna.net/images/assets/bg_panoramaview.gif');
    background-position:center bottom;
    background-repeat:no-repeat;
    min-height:72px;
    padding:2px 10px;
    clear:both;   
}

/* ------ */

.viewsProductHeader
{
    border-top:1px silver solid;
    border-bottom:1px silver solid;
    text-decoration:none;
    font-weight:bold;
    display:block;
    padding:4px 0;
    margin:0 0 2px 0;

    }
    





/* ----------------- */

 .listNews{
	font-size: 80%;
	list-style:none;
	padding:10px 0;
	text-indent:0;
}
 .listNews li{
	display:inline;
}
 .listNews a{
	font-size:100%;
	display:block;
	width:85%;
	margin:5px 15px;
	color:silver;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:1px gray dashed;
	background-image:url('../images/assets/bullet01.gif');
	background-repeat:no-repeat;
	background-position:right top;
	text-indent:10px;
}

.listNews a:visited{
	color:silver;
	border-bottom:1px gray dashed;

}
 
.listNews a:link{
	color:silver;
	border-bottom:1px gray dashed;

}
.listNews a:focus{
	color:#D6217B;

	background-color:#050505;
	border-bottom:1px #D6217B dashed;

}

 .listNews a:hover{
	color:#D6217B;

	background-color:#050505;
	border-bottom:1px #D6217B dashed;

}

/* ----------------- */
/* article details styles */
.zoneTitle, .zoneTitle a
{
    display:inline-block;
    font-size:90%;
    color:#FF5205;
    text-decoration:none;
    padding:25px 20px 0 0;
    font-weight:bold;
    background-image:url('http://horytna.net/images/assets/bg_zonetitle.gif');
    background-position:right center;
    background-repeat:no-repeat;
    width:311px;
    height:46px;
}
.pageTitle
{
    font-weight:bold;
    font-size:140%;
    display:block;
    padding:12px 0;
    background-image:url('http://horytna.net/images/assets/bg_sprate_small.gif');
    background-position:right bottom;
    background-repeat:no-repeat;
    color:#FF5205;
    margin:4px 0;
    text-indent:8px;
}
.viewsBoxContainer
{
    border:1px gray dotted;padding:8px; margin:4px;width:285px;min-height:220px;position:relative;
}
.zoneTitle a 
{
    text-decoration:none;
}
.articleName , h2
{
    
    font-size:130%;
    padding-right:5px;
}
.verticalTop
{
    vertical-align:top;
}
.subGrayTitle
{
    font-size:90%;
    display:block;
    color:Gray;
    padding:4px;
    background-image:url('http://horytna.net/images/assets/bg_sprate_small.gif');
    background-position:right bottom;
    background-repeat:no-repeat;
    }
    
.orangeTitle
{
    font-weight:bold;
    font-size:110%;
    display:block;
    padding:6px 6px 6px 0;
    background-image:url('http://horytna.net/images/assets/bg_sprate_small.gif');
    background-position:right bottom;
    background-repeat:no-repeat;
    color:#FF5205;
    margin:2px 0;

    
}
 .articleDetails
 {
     text-align:justify;
     padding:2px 4px;
     font-size:100%;
     line-height:1.4em;
     color:#222;
 }
 .articleLeftImage
 {
     float:left;
     padding:6px 6px 6px 6px;
     margin:6px 6px 0 0;
     border:1px silver solid;
 }
 
 .commentBox
 {
    padding:2px 18px 4px 2px;
    background-image:url('http://horytna.net/images/assets/bg_comment.gif');
    background-position:right top;
    background-repeat:no-repeat;
     }
 .commentBox h4
 {
     padding:5px 30px 0 0;
     font-size:110%;
 }
 .commentBox h5
 {
     padding:20px 0 5px 0;
     color:Gray;
 }
 .commentBox h5 .date
 {
        color:Silver;
        font-weight:lighter;
 }
 .buttonHolder
 {
    margin:2px;
    display:inline-block;
    background-image:url('/images/assets/bg_button.gif');
    background:url('http://horytna.net/images/assets/bg_button.gif') no-repeat center;
    width:96px;
    text-align:center;
    min-height:30px;
    color:#FF5205;
 }
 .buttonHolder .imgButton
 {
    padding:3px;
    margin:2px;
    display:inline-block;
    border:none;
    background:#F1F1F1;background-color:#F1F1F1;
    width:85px;
    text-align:center;
    min-height:20px;
    color:#FF5205;
  }
 
 /* --------------- */

.videoList
{
    width:200px;
    min-height:190px;
    vertical-align:top;
    border-left:1px silver dotted;
    border-bottom:1px silver dotted;
}
.videoListItem
{
    padding:2px;
    min-height:190px;
}

/* --------------- */