@charset "utf-8";
/* CSS Document */

html{
	background: #eaeaea;
}
body{
	background: #f2f2f2 url(../images/body-bg.png) top center repeat-x;
	padding:0px;
	margin:0px;
	font-family:"Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:1000px;
}
a{
  text-decoration: none;
  cursor: pointer;
}
a img{
	border:none;
}
#main-wrapper,#footer-inner-wrapper{
	width:960px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#main-wrapper{
    background: #f2f2f2 url(../images/body-bg.png) top center repeat-x;
}
#header{
   	position:relative;
   	background: #f2f2f2 url(../images/body-bg.png) top center repeat-x;
	height:167px;
}
#logo{
	position:absolute;
	top:35px;
	left:0px;
}
#head-user-options{
	position:absolute;
	top:15px;
	left:0px;
    padding:0px;
    margin:0px;
	color:#455369;
    list-style: none;
}
#head-user-options li{
    float:left;
    display: inline-block;
    margin-right:5px;
    padding-left: 15px;
}
#header-user-options li a{
    text-decoration: none;
}
#header-user-box{
    position:absolute;
    left:85px;
    top:-3px;
    z-index: 9999;
    height: 17px;
}
#header-user-box:hover{
    background: no-repeat;
}
#header-user-box:hover a{
    color: #fff;
}

#header-user-info-head{
    height: 13px;
    width:97px;
    padding-top:4px;
    text-align:center;
}

#header-user-info-head a{
    color:#3B3B3A;
}
#header-user-info-body{
    background: url(../images/header-userbox-body.png) no-repeat;
    width: 97px;
    height: 0px;
/*    display: none;*/
}
#header-user-info-body a{
    color:#fff;
}
#header-user-info-body ul{
    padding:0px;
    margin:0px;
    list-style: none;
    display: none;
    margin-top:2px;
}
#header-user-info-body ul li{
    margin-top: 4px;
    padding-left: 7px;
}

#huo-register{
    background: url(../images/icon-register.png) no-repeat left;
}
#huo-register a{
    color: #b52121;
}
#huo-login{
    background: url(../images/icon-login.png) no-repeat left;
}
#huo-login a{
    color:#3b3b3a;
}
#head-banner{
	width:730px;
	height:90px;
	position:absolute;
	left:230px;
	top:20px;
}
#head-navigation{
	position:absolute;
	bottom:0px;
    left:0px;
	height:39px;
    width:100%;
    background: url(../images/nav-bg-2.png) repeat-x;
    moz-border-radius:3px;
    webkit-border-radius:3px;
    border-radius:5px;
    margin-bottom:10px;
}
#head-navigation ul{
    float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:16px;
    background: url(../images/nav-bg.png) repeat-x;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#head-navigation ul li{
    float:left;
	//display:inline-block;

}
#head-navigation ul li a{
	display:inline-block;
	height:27px;
	color:#fff;
	text-decoration:none;
    padding:11px 17px 1px 17px;
    background: url(../images/nav-separator.png) no-repeat right;
    text-shadow: 1px 1px #424242;
}
#head-navigation ul li.active{
    background: url(../images/nav-bg-active.png) repeat-x;
}
#head-navigation ul li.active a{
 /*   color: #740000;
    text-shadow: 1px 1px #b44b4b;*/
}

ul li#nav-home a{
    padding:0px;
    background: none;
}
ul li#nav-first{
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}

#head-navigation ul li a.active{
 	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:url(../images/top_navigation_middle.jpg) repeat-x;

}
#head-navigation ul#moj-bubanj{
    margin-left:100px;
    background: url(../images/nav-bubanj.png) repeat-x;
}

#head-navigation ul#moj-bubanj li a{
    background: none;
}

#head-quick-search{
    position: absolute;
    top: 5px;
    right: 10px;
    height: 27px;
    width: 227px;
    background: url(../images/nav-quick-search.png) no-repeat left;
}
#q-keyword {
    position: absolute;
    width: 171px;
    height: 18px;
    margin-top: 4px;
    margin-left: 6px;
    border: none;
    background: none;
    outline: none;
    color: #555555;
    font-size: 11px;
    padding-left: 5px;
}
#qfilter-submit {
    margin: 0px;
    width: 39px;
    height: 23px;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    left: 188px;
}
#middle-wrapper{
}
.mw-column{
	display:inline-block;
    *float:left;
	vertical-align:top;
	padding-top:10px;
}
#column-left{
	width:200px;
}
#column-middle{
	width:520px;
	padding:10px 15px;
}
#column-right{
	display:inline-block;
	width:200px;
	padding-top:10px;
    margin-bottom:10px;
}
#category-wrapper{
    background: url(../images/cat-bg.png) no-repeat;
    width: 200px;
    height:240px;
    margin-bottom: 25px;
}
#category-wrapper h4{
    color:#fff;
    font-size: 16px;
    text-shadow: 1px 1px #010101;
    padding:10px 15px;
    margin:0px;
    font-weight: normal;
}
#category-wrapper ul{
    margin:0px;
    padding:0px;

}

#category-wrapper li{
    padding-left: 10px;
    background: url(../images/nav-arrow-b.png) no-repeat 95% 50%;
}
#category-wrapper li a{
    display:block;
    padding: 16px 23px 16px 47px;
    color:#000;
    font-size: 14px;
    text-shadow: 1px 1px #b24141;
}
#category-wrapper li a:hover{
    color:#fff;
    font-size: 14px;
    text-shadow: 1px 1px #000;
}
#category-wrapper li a#cat-estates{
    background: url(../images/cat-estate.png) no-repeat left;
}
#category-wrapper li a#cat-estates:hover{
    background: url(../images/cat-estate-active.png) no-repeat left;
}
#category-wrapper li a#cat-vehicles{
    background: url(../images/cat-vehicle.png) no-repeat left;
}
#category-wrapper li a#cat-vehicles:hover{
    background: url(../images/cat-vehicle-active.png) no-repeat left;
}
#category-wrapper li a#cat-machines{
    background: url(../images/cat-machine.png) no-repeat left;
}
#category-wrapper li a#cat-machines:hover{
    background: url(../images/cat-machine-active.png) no-repeat left;
}
#category-wrapper li a#cat-others{
    background: url(../images/cat-other.png) no-repeat left;
}
#category-wrapper li a#cat-others:hover{
    background: url(../images/cat-other-active.png) no-repeat left;
}
#column-left h3{
	font: 16x, Arial, Helvetica, sans-serif;
	color: #252525;
	text-align:center;
	background: url(../images/narrow-header.png) repeat-x bottom;
	padding-bottom:5px;
	margin-top:30px;
}
.cl-header,#hit-ponuda-header, .cl-search-header{
	width:185px;
	height:24px;
	background:url(../images/narrow-header.png) no-repeat;
	font-size: 16px;
	color: #252525;
	padding-top:10px;

    padding-left: 15px;
}
.cl-content{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #ece9e8;
	background:#fcfcfc;
   /* width: 199px;*/
}

.cl-footer{
	display:block;
	background:url(../images/narrow-footer.png) no-repeat;
	height:33px;
	width:200px;
   	margin-bottom:25px;
}
a.cl-footer span, .cm-footer a span{
    display:block;
    color:#9e1010;
    font-size: 10px;
    background: url(../images/arrow-red.png) no-repeat center right;
    padding-right:12px;
    float: right;
    margin: 7px 10px;

}
.cl-news-row, .cl-side-row{
	padding:15px 20px 15px 8px;
    background: url(../images/arrow-white.png) no-repeat 95% 50%;
    border-bottom: 1px solid #ededed;
}
.cl-documents-row{
    padding:10px;
}
.cl-side-row{
    margin-top:6px;
}
.cl-side-row a:hover{
    text-decoration: underline;
}
.cl-news-title a,.cl-side-row a{
	color:#252525;
    font-size:12px;
	text-decoration: none;
}
.cl-news-title a:hover{
    text-decoration: underline;
}
.cl-news-date, .text-gray{
	font-size:10px;
	color:#909090;
    margin-top: 5px;
}
#cl-news-footer span,.cm-box-footer a{
    display: block;
    text-align: center;
    width:100px;
    color:#f18e00;
    font-weight:bold;
    text-decoration: none;
    margin: auto;
    padding-top: 13px;
    background: url(../images/box_header_gradient.png);
}
.cl-box,.cl-box-search{
	margin:0px;
}
.cl-search-header{
    background: url(../images/cat-head.png) no-repeat;
    color:#fff;
}

.cl-box-search{
    background: #970e0e url(../images/red-panel.png) no-repeat top;
    width:190px;
    color: #fff;
    padding:5px;
}
.cl-red-footer{
    background: url(../images/red-panel-footer.png) no-repeat;
    width: 200px;
    height:19px;
    margin-bottom:25px;
}

#cl-poll{
   	padding:10px 15px 10px 15px;
    margin: 0px;
}
.cl-box-search ul{
    margin:-2px;
    padding:0px;
    text-align: center;
}
.cl-box-search ul li{
    margin:5px 0px;
}
.cl-box-search form select{
    width:170px;
}


.cl-poll-title{
	font-size:13px;
	color:#455369;
	margin-bottom:10px;
}
#form-cl-poll input{
	margin-top:5px;
	margin-bottom:5px;

}
#form-cl-poll label{
	color:#676767;
	font-size:12px;
}
input#submit-glasaj{
	background:url(../images/button_glassaj.jpg) no-repeat;
	border:none;
	width:62px;
	height:26px;
	margin-left:50px;
	margin-top:20px;
}
.submit-button{
    border:none;
    background:none;
    padding-left: 15px;
    margin-bottom: 10px;
    display: block;
    text-align:left;
}

.button-black-1{
    background: url(../images/button-black-1.png) no-repeat;
    width:77px;
    height: 22px;
    color: #cdcdcd;
    font-size: 11px;
    cursor:pointer;
}

.cl-box-footer{
	width:200px;
	height:33px;
	background:url(../images/cll_box_footer.png) no-repeat;
    margin-bottom: 25px;
}
#oglasi-box-wrapper{

}
.cm-oglasi-box{
	position:relative;
	display:inline-block;
    *float:left;
	vertical-align:top;
    height: 365px;
    width:249px;
}
#cm-oglasi-novo{
	margin-right:17px;
}
.cm-header-novi-notice{
	position:absolute;
	top:-4px;
	left:-4px;
	width:59px;
	height:27px;
	background:url(../images/header-novi-notice.png) no-repeat;
}
.cm-header{
   text-align: center;
   padding-top:7px;
   font-size: 16px;
	height:27px;
   width:250px;
}

.cm-header-lite{
	background:url(../images/header-gray.png) no-repeat;
   color:#252525;
}
.cm-header-red{
	background:url(../images/header-red.png) no-repeat;
	color:#fff;
	text-shadow:1px 1px 0px #556980;
}
.cm-column{
	width:228px;
	height: 272px;
	padding: 5px 10px 20px 10px;
	border-left:1px solid #ece9e8;
	border-right:1px solid #ece9e8;
}
.cm-oglas{
	margin-top:10px;
}
.cm-oglas-image{
    display:inline-block;
	margin-right:5px;
    *float:left;
}
.cm-oglas-image img{
	border:3px solid #e1e5e9;
}
.cm-oglas-text{

    display: inline-block;
    width: 140px;
    height: 70px;
    vertical-align: top;
    position:relative;
    *float:left;
}

.cm-oglas-arow{
    display: block;
}
.cm-oglas-title {
    display:inline-block;
    *float:left;
    vertical-align: top;
    color:#252525;
  	font-size:12px;
    text-decoration: none;
    text-transform: uppercase;
    width:152px;
}
.cm-oglas-price{
  *clear:both;
    display:block;
	margin-top:0px;
	font-size:12px;
	color:#909090;
    *margin-top: -8px;
    position: absolute;
    bottom:13px;
}
.cm-oglas-price span{
    color:#9e1010;
}
.cm-oglas-old-price{
    display:block;
	color:#909090;
    position: absolute;
    bottom: 0px;
    font-size: 11px;
}
.cm-oglas-old-price span{
   color: #2c2c2e;
}
.cm-oglas-old-price span.oline{
   text-decoration: line-through;
}

.cm-oglas-short{
	margin-top:12px;
	clear:left;
	color:#676767;
}
.cm-oglas-details{
	display:inline-block;
	padding-top:7px;
}
.cm-oglas-separator{
	margin:10px 0px;
	background:url(../images/oglas-bottom-separator.png) no-repeat;
	width:246px;
	height:6px;
}
.cm-footer{
	width:250px;
	height:34px;
	background:url(../images/cm-footer.png) no-repeat;
    position: absolute;
    bottom:0px;
}
.text-orange{
	color:#f08900;
}
.text-blue{
	color:#8baed6;
}
.text-line{
	text-decoration:line-through;
}
#middle-content-banner{
  *clear:both;
	text-align:center;
	margin:30px 0px;
}
.box-header{
	width:520px;
	height:33px;
	background:url(../images/header-pattern.png) repeat-x;
	text-shadow:1px 1px 1px #fff;
}
.wide-box{

}
#details-table{
    width: 520px;
}


.box-header-title{
    padding: 10px 20px 0px 20px;
	text-align:left;

}
.box-header-title span{
    font-size:15px;
}


.box-header a{
	float:right;
	color:#9e1010;
	text-decoration:none;
}
#region-map-box{
	width:480px;
	background-color:#f9f9f9;
    margin-top: 15px;
}
#region-map{
	position:relative;
	text-align:center;
	padding:15px 0px;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	background:url(../images/map_box_footer.png) no-repeat bottom;
	margin-bottom:30px;
}
#hit-ponuda-header{
	background:url(../images/narrow-header-red.png) no-repeat;
	width:200px;
    color:#fff;
	text-shadow:1px 1px 0px #556980;
    padding: 7px 0 0 0;
    height: 27px;
    margin-top:0px;
    text-align: center;
}
.banner-vertical{
	margin-top:30px;
	text-align:center;
}
#footer{
	background:url(../images/footer-bg.png) repeat-x;
	height:230px;
}
#footer-inner-wrapper{
	position:relative;
}
.footer-column{
    *float:left;
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
	margin-right:70px;
}
.fc-title{
	position:relative;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-shadow:1px 1px 1px #000;
	margin-bottom:10px;
}
#fc-title-newsletter{
	background:url(../images/footer-mail-envelope.png) no-repeat center left;
	height:28px;
}
#fc-title-newsletter span{
	display:inline-block;
	vertical-align:middle;
	padding-left:40px;
	margin-top:5px;
}
.fc-title img{
	position:absolute;
	left:-30px;
}
.fc-links ul{
	display:inline-block;
    *float:left;
	vertical-align:top;
	margin:0px 5px;
	padding:0px;

}
.fc-links ul li{
	list-style:url(../images/arrow-bullet-red.png);
	padding:4px;
	margin-left:7px;

}
ul.two-column{
	margin-right:20px;
}
.fc-links ul li a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
#fc-newsletter{
	width:200px;
}
#fc-newsletter-form{
	color:#dcdcdb;
}

input#ff_email{
	border:none;
	background:url(../images/newsletter-input.png) no-repeat;
	width:218px;
	height:28px;
	margin:7px 0px;
	outline:none;
	padding-top:0px;
	color:#76797c;
	font-size:11px;
	padding-left:10px;

}
input#ff_submit{
	background:url(../images/button-red-1.png) no-repeat;
	width:118px;
	height:23px;
	border:none;
    text-align: left;
	color:#ececec;
    font-weight:bold;
    padding-left:15px;
	font-size:11px;
	text-shadow:1px 1px 1px #000;
    cursor:pointer;
}
#copyrights{
	position:absolute;
	bottom:12px;
	left:320px;
	color:#d53535;
	font-size:11px;
}
#copyrights a{
	color:#fff;
	text-decoration:none;

}
.hit-title{
	display:block;
	font-size:12px;
	color:#31435e;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:5px;
}
.hit-outer{
    padding: 0px;
    border: 1px solid #f5f5f5;
    width: 198px;
}
.hit{
    padding: 8px;
    background:#fff url(../images/hit_ponuda_gradient.jpg) repeat-x scroll left top;
    min-height: 115px;
    width: 182px;
    height: 240px;
    margin: 0 auto;
    position:relative;
}
.hit ul li{
    margin: 0.3em 0;
    color: #555555;
    font-size: 12px;
    width: 100%;
}

.hit p{
    padding: 5px 0 16px 5px;
	color:#676767;
}
.hit-details-link{
    display:block;
    margin-top:15px;
	margin-left:5px;
}
.hit img.hit-thumb{

    border:5px solid #bbb;
    background-color:#FFFFFF;
    padding:3px;
	width:150px;
    margin-top:5px;
	margin-left:5px;
}
.hit-type{
    margin:10px 5px 0px 5px;
    color:#912127;
    font-size: 9px;
    text-transform:uppercase;
    background: url(../images/icon-ticket.png) no-repeat;
    padding: 5px 0px 0px 24px;
    height: 20px;
}


.hit .price-bg{
    background:url(../images/price-bg.png) no-repeat;
    width:144px;
	height: 23px;
    font: bold 14px Helvetica;
    text-decoration:none;
    color: #fffefe;
    padding: 7px 0 0 20px;
    cursor:pointer;
    display:block;
    margin:0;
	margin-left:5px;
    position:absolute;
    left:7px;
    bottom:18px;
	text-transform:uppercase;
}
#side-button-options a,#side-button-options a#button-bubanj{
	display:block;
	width:200px;
	height:22px;
	background:url(../images/button-black.png) no-repeat;
	margin-bottom:8px;
	text-align:center;
	vertical-align:middle;
	padding-top:7px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 0px #556980;
	text-decoration:none;
    line-height: 15px;
}
#side-button-options a:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
}
#side-button-options a.button-bubanj{
	background:url(../images/button-red.png) no-repeat;
	height:22px;
	padding-top:8px;
	padding-left:15px;
	text-align:left;

}
.side-gallery-big-thumb{
	position:relative;
	text-align:center;
	margin:20px 0 10px 0;

}
.side-gallery-zoom-icon{
	position:absolute;
	top:70px;
	left:80px;
	background:url(../images/icon_zoom.png) no-repeat;
	width:33px;
	height:33px;
    cursor: pointer;
}
.side-gallery-big-thumb img,.side-gallery-small-thumb img{
	border:5px solid #e1e5e9;
	cursor:pointer;
}
.side-gallery-small-thumb img{
	margin-right:2px;
	margin-bottom:4px;
	width:45px;
	height:45px;
}
.side-gallery-small-thumb{
	padding-left:12px;
    margin-bottom: 25px;
}

.dt-row{
	margin:2px 0px;
}
.dt-row-last{
	margin:0px;
}
.dt-cell-gray,.dt-cell-white,.dt-cell-white-wide{
	display:table-cell;
	color:#252525;
	vertical-align:bottom;
}
.dt-cell-gray{
	width:80px;
	background:#e4e4e4;
	padding:8px 10px;
	color:#252525;
	font:11px;
	font-weight:bold;
	vertical-align:top;
}
.dt-cell-white,.dt-cell-white-wide{
	border:1px solid #dae4f1;
	padding:9px 10px;
	width:133px;
	margin:0px;
	color:#676767;

}
.dt-cell-white-wide{
	width:388px;
	line-height:15px;
}
.dt-cell-white-wide ul{
    padding: 0px;
    margin:0px;
    margin-left:10px;
    width:378px;
}
.dt-cell-white-wide li{
    display: inline-block;
    width:185px;
    line-height: 18px;
}
.wide-box-footer{
	background:url(../images/footer-pattern.png) repeat-x;
	width:520px;
	height:36px;
    text-align: center;
}
.wide-box-footer a{
    display:inline-block;
    padding-top:12px;
    color:#f18f00;
    font-weight: bold;
    font-size: 12px;
    margin-left:auto;
    margin-right:auto;
    background: url(../images/box_footer_gradient_2.png) repeat-x center;
    height:25px;
    width: 150px;
}
#comments-wrapper{
    margin-top:20px;
}
#comments-wrapper ul{
    margin:0px;
    padding:0px;
    border-top: 1px solid #CCCCCC;
    width:510px;
}
#comments-wrapper li{
    padding:10px;
    width:490px;
}
li.comment-title{
    font-size:14px;
    color:#3399FF;
//  background: url(../images/box_footer_gradient_2.png) repeat-x center;
    height: 15px;
}
li.comment-date{
    color:#FF9900;
}
.search-special p{
    padding: 0px;
}
p.old_price{
    position:absolute;
    bottom:-6px;
    font-size:11px;
    font-weight:normal;
}

.search-cat-title{
    font-size:14px;
    padding:9px 0px 0px 15px;
    background: url(../images/header-pattern.png) repeat-x;
    border-bottom: 1px solid #efefef;
    height:22px;
    cursor:pointer;

}
.sales-box-row{
    margin-bottom:15px;
}
#survey-result{
    padding:0px 0px 10px 0px;
    margin:0px;
}
#survey-result li{
    margin:3px 0px;
}
#survey-result li div{
    background: url(../images/survey-results-bg.png) repeat-x;
    height: 15px;
    padding:3px 0px 0px 1px;
    color: #000;
    font-weight:bold;
}
.item-details a.btn-izbaci, .item-details a.btn-opsirnije{
    background: url(../images/btn_orange_bg.png) repeat-x;
    height: 15px;
    padding:3px 4px;
    color: #fff;
    text-shadow: 1px 1px 0px #666;
    font-weight:bold;
    border-radius: 3px;
    margin-left:6px;
}
.item-details a.btn-opsirnije{
    background: url(../images/btn_blue_bg.png) repeat-x;
}

/** SALE MATRIX BOX **/
.wide-red-header{
    background: url(../images/header-pattern_1.png);
   /* background: url(../images/header-red-wide.png) no-repeat;  */
    color:#252525;
    font-size: 16px;
    text-align: center;
    height: 27px;
    padding-top: 7px;
    margin-bottom:20px;
    /*text-shadow: 1px 1px #260808;    */
    position: relative;
    border-top-radius:5px;
}

.sale-cell{
    float: left;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 8px;
}
.sale-cell.last-cell{
    margin-right: 0px;
}

.sale-cell div{
    position:relative;
	display: inline-block;
	_height: 220px;
	padding: 5px;
    background:url(../images/salebox-bg.png) repeat-x;
    width:153px;
    box-shadow:1px 1px #dedede;
    border:1px solid #eaeaea;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius:5px;
	list-style: none;
    margin-right:3px;
    height: 159px;
    text-align: center;
}

.sale-cell div img{
	padding: 0 px;
    width:140px;
    margin-top:3px;
    border:none;
    text-align:center;
}
.sale-cell a h6{
    padding:0px;
    margin:0px;
    color:#252525;
    font-size: 11px;
}

.sale-cell .price{
    position: absolute;
    bottom: 15px;
    left:5px;
    width:160px;
    text-align: center;
    border: none;
    color: #909090;
    font-size:12px;
}
.sale-cell .price span{
    color:#9e1010;
}

.sale-cell .date, .sale-cell .old-price{
    position:absolute;
    bottom:4px;
    color: #909090;
    width:160px;
    font-size:10px;
    margin:0px;
}
.sale-cell .date span, .sale-cell .old-price span{
    color:#2c2c2e;
}
.sale-cell .old-price span{
    text-decoration:line-through
}
.sale-cell .offer-box-a{
	display: block;
}
.calendar{
    background: url(../images/icon-calendar.png) no-repeat left center;
    padding: 5px 0px 5px 20px;
}
.comments{
    background: url(../images/icon-comment.png) no-repeat left center;
    padding: 5px 0px 5px 20px;
    margin-left:15px;
    margin-bottom:20px;
}
.text-info{
    margin-bottom:15px;
}
.comment-row{
    border-bottom: 1px solid #ededed;
}

.article-content p.comment-name{
    color:#791e23;
    font-size: 13px;
}
.article-content p.comment-text{
    color:#6c6b6b;
}
/*** social ***/
#social-navigation{
    position: fixed;
    right: 0px;
    top:100px;
    width: 46px;
    height: 130px;
    background: url(../images/social-placeholder.png) no-repeat;
}
#social-navigation ul{
    margin: 0px;
    padding: 10px 15px;
    list-style: none;
}
#social-navigation ul li{
    margin-bottom:5px;
}

#soc-facebook a{
    display: block;
    background: url(../images/icon-facebook-inactive.png) no-repeat;
    width: 24px;
    height: 24px;
}
#soc-facebook a:hover{
    background:url(../images/icon-facebook.png) no-repeat;
}
#soc-twitter a{
    display: block;
    background: url(../images/icon-twitter-inactive.png) no-repeat;
    width: 24px;
    height: 24px;
}
#soc-twitter a:hover{
    background:url(../images/icon-twitter.png) no-repeat;
}
#soc-rss a{
    display: block;
    background: url(../images/icon-rss-inactive.png) no-repeat;
    width: 24px;
    height: 24px;
}
#soc-rss a:hover{
    background:url(../images/icon-rss.png) no-repeat;
}
#soc-linkedin a{
    display: block;
    background: url(../images/icon-linkedin-inactive.png) no-repeat;
    width: 24px;
    height: 24px;
}
#soc-linkedin a:hover{
    background:url(../images/icon-linkedin.png) no-repeat;
}
