@import url(http://fonts.googleapis.com/css?family=Anaheim); /*font-family: 'Anaheim', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic+SC); /*font-family: 'Carrois Gothic SC', sans-serif;*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/*--- --- --- End Reset CSS --- --- --- --*/
.cF, .clear{clear: both;}
/*html,body{height: 100%;}*/
html{height: 100%;}
body{
	background: #FFF url('../img/body-bg.png') 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
/*--- End body ---*/

/*--- wrapper ---*/
.wrapper{}
.inner-wrapper{
	margin: 0 auto;
	width: 1016px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	padding:0 20px 20px;
}
/*--- End wrapper ---*/

/*--- header ---*/
header{
	background:  url('../img/headerBg.png') 0 0 repeat;
	padding: 10px;
	outline: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}
.my-cab-cont{
	float: left;
}
.my-cab-item{
	display: inline-block;
	margin: 0 10px 0 0;
}
.my-cab-item, .my-cab-link, .cont-in label{
	font: normal bold 14px/25px 'Anaheim', sans-serif;
	color: #3f3f3f;
	text-decoration: none;
}
.my-cab-link:hover{
	text-decoration: underline;
	color: #a1a1a1;
}
.search-cont{
	float: right;
}
.in-txt{
	border: 1px solid #d3cab5;
	height: 25px;
	padding: 0 5px;
	font: italic normal 14px/25px 'Anaheim', sans-serif;
	color: #a1a1a1;
	width: 150px;
}
.in-txt:focus{
	box-shadow: inset 0 0 3px rgba(51,51,51,.5);
}
.in-sub{
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

	font: normal bold 14px/25px 'Anaheim', sans-serif;
	color: #FFF;
	border-radius: 5px;
	border: 1px solid rgba(247,247,247,.9);
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 10px;
}
.in-sub:hover{
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.in-sub:active{
	box-shadow: inset 0 0 3px rgba(255,255,255,1);
}
/*--- End header ---*/

/*--- logo-box ---*/
.logo-box{
	border: 1px solid #CCC;
	margin: 20px 0 0 0;
	padding: 20px 0;
	border-right: none;
	border-left: none;
}
.logo{
	display: block;
	background: url('../img/logo.jpg') 0 0 no-repeat;
	height: 99px;
	width: 502px;
	margin: 0 auto;
}
/*--- End logo-box ---*/

/*--- nav ---*/
nav{
	padding: 10px 0;
	margin: 5px 0 10px 0;
	border: 1px solid #CCC;
	border-right: none;
	border-left: none;
}
.nav-item{
	background: url('../img/nav-seporator.png') 100% center no-repeat;
	padding: 0 20px 0 0;
	display: inline-block;
}
.nav-item:nth-last-child(1){
	background-image: none;
}
.nav-link{
	font: normal bold 20px/30px 'Carrois Gothic SC', sans-serif;
	color: #4c4c4c;
	padding: 0 10px;
	text-decoration: none;
	text-transform: capitalize;
}
.nav-link:hover{
	color: #CCC;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
/*--- End nav --- */

/*--- aside (left-side) ---*/
.left-side{
	width: 243px;
	float: left;
}
.left-side h2{
	font: normal bold 20px/30px 'Carrois Gothic SC', sans-serif;
	color: #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}

.leftmenu_ul,
div.leftmenu_ul ul
{
	padding: 10px 0;
	list-style: disc;
	list-style-position: inside;
	color: #CCC;
}
.leftmenu_item{

}
.leftmenu_link{
	font: normal normal 16px/20px 'Carrois Gothic SC', sans-serif;
	color: #4c4c4c;
	text-decoration: none;
}
.leftmenu_link:hover{
	color: #CCC;
	font-style: italic;
}

.promo-box{
	padding:10px;
	border-radius:5px;
	border:1px solid #CCC;
}
/*--- End aside (left-side) ---*/

/*--- main-content ---*/
.main-content{
	margin: 0 0 20px 250px;
}
.main-content h2,
h3.action-block-h3,
h3.t,
h3.menu_title,
h1.productName
{
	font: normal bold 20px/30px 'Carrois Gothic SC', sans-serif;
	color: #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	margin: 0 0 10px 0;
}
.prod-cont,
.promo_box
{
	outline: 1px solid #CCC;
	border: 1px solid #FFF;
	width: 220px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 0 15px 10px;
}
.prod-cont a,
.promo_box a
{
	display: block;
}
.prod-cont img,
.promo_box img{
	display: block;
}
.prod-description{
	padding: 5px 10px;
	color: #4C4C4C;
	background-color: rgba(255,255,255,.7);
}
@keyframes slide{
	from{
		bottom: -110px;
	}
	to{
		bottom: 0;
	}
}
.img-container {
    width: 163px;
    height: 183px;
    margin: 10px auto;
}
#image {
    position: relative;
}
#image .thumbImg {
    cursor: url("../img/magnify.cur"), pointer;
}
#image .bigImg {
    position: absolute;
    top: 0;
    right: 205px;
    z-index: 222;
    border: 1px solid grey;
}
#backgroundImg {
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:transparent;
    z-index:999;
}
.pb-rev{
    font: bold 14px 'Carrois Gothic SC',sans-serif;
    color:#6f6f6f;
    height: 35px;
    overflow: hidden;
}
.price-see{
    margin: 5px 0;
}
.price-see p{
    font:bold 16px 'Carrois Gothic SC',sans-serif;
    color:#F00;
    float:left;
    padding-top: 3px;
    margin-right: 3px;
}
.related_products .price-see p{
    font:normal bold 12px Tahoma;
    color:#11558c;
    float:left;
    padding-top: 3px;
}
.price-see a{
    background: #C7C7C7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #C7C7C7 0%, #818181 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C7C7C7), color-stop(100%,#818181)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #C7C7C7 0%,#818181 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #C7C7C7 0%,#818181 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #C7C7C7 0%,#818181 100%); /* IE10+ */
background: linear-gradient(top,  #C7C7C7 0%,#818181 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7C7C7', endColorstr='#818181',GradientType=0 ); /* IE6-8 */
font:bold 14px 'Carrois Gothic SC',sans-serif;
color:#FFF;
text-shadow:0 1px 0 #003b6a;
padding:0 10px;
text-decoration:none;
display:block;
float:right;
line-height: 30px;
}
.price-see a:hover{
    background: #818181;
}
/*--- End main-content ---*/

/*--- footer ---*/

footer{
	border-top: 1px solid #CCC;
	position: relative;
	padding: 20px 10px 10px;
	text-align: center;
}
.foot-nav-item{
	display: inline-block;
	vertical-align: top;
}
.foot-nav-link, .copy{
	font: normal normal 16px/20px 'Anaheim', sans-serif;
	text-decoration: none;
	color: #4C4C4C;
	padding: 0 10px;
	text-transform: capitalize;
}
.foot-nav-link:hover{
	text-decoration: underline;
	color: #CCC;
	font-style: italic;
}
.foot-nav-item:nth-child(2n){
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.copy{
	margin-top: 20px;
	font-size: 12px;
}
/*--- End footer ---*/

/* LogIn Form
------------------------------*/
/* login tpl */
.member-action-block {
    padding-left: 5px;
    display: inline-block;
}
.action-block-h3 {
}
.btn-custom {
    height: 26px;
    font-weight: bold;
    cursor: pointer;
}
.row {
    padding: 3px 0 4px;
    width: 450px;
}
.rowTitle {
    float: left;
    margin-right: 5px;
    width: 140px;
}
.rowInput, .element {
    float: left;
    width: 280px;
}
.inputText, .inputTextReadOnly, div.element .text {
    border: 2px solid #E5E5E5;
    padding: 3px;
    width: 260px;
}
#formregistration .row{
    height: 40px;
	font: normal normal 16px/20px 'Carrois Gothic SC', sans-serif;
	color: #4c4c4c;
	text-decoration: none;
}
#formregistration .verify_code{
    height: 83px;
}

#formregistration .row .rowTitle{
    width: 85px;
    float: left;
    text-align: right;
    padding-right: 10px;
}
#formregistration .row .rowInput{
    float: left;
}

#formregistration .row input{
    border: 1px solid #ccc;
    padding: 4px;
    width: 260px;
}
#formregistration .remember-forgot{
    font: normal normal 14px/20px 'Carrois Gothic SC', sans-serif;
    color: #4c4c4c;
    padding-left: 45px;
}
.registration .row .rowTitle{
    width: 145px !important;
}

.btn-custom{
    margin-left: 70px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    color: #4C4C4C;
}
.btn-custom:hover{
    background: none repeat scroll 0 0 #ccc;
}
#login-box-social{
    font: normal normal 12px/20px 'Carrois Gothic SC', sans-serif;
    color: #4C4C4C;
}
#login-box-social .login-box-social-desc{
    margin-left: 70px;
/*    color: #4C4C4C;*/
}
#login-box-social .providers{
    margin-left: 70px;
}
#login-box-social a.presence_control{
    display: block;
    margin-top: 5px;
    padding-left: 5px;
    width: 144px;
}

#formregistration small{
    color: #4C4C4C;
    font: normal normal 12px/20px 'Carrois Gothic SC', sans-serif;
    margin-left: 75px;
}
/* login buttons fb, twitter */
    #login-box-social {
    }
    .login-box-social-desc {
        font-size: 11px;
        color: #000;
        font-family: "Helvetica Neue",Arial,sans-serif;
        padding-bottom: 5px;
    }
    #login-box-social .providers {
        width: 200px;
        position: relative;
    }
    #login-box-social .providers .cn-login-opacity, .cn-login-opacity-in-tpl {
        position: absolute !important;
        top: 7px !important;
        left: 0 !important;
        opacity: 0 !important;
        background: #cfc;
        width: 182px !important;
        height: 22px !important;
    }
    #login-box-social .providers .cn_login_oauth {
        border: 1px solid #C9C9C9;
        border-radius: 5px 5px 5px 5px;
        display: block;
        height: 24px;
        margin: 5px auto 0;
        width: 180px;
        color: #3478ad;
        background: #F8F8F8;
        cursor: pointer;
        text-decoration: none;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8F8F8), to(#DDDDDD));
        background: -webkit-linear-gradient(#F8F8F8, #DDDDDD);
        background: -moz-linear-gradient(#F8F8F8, #DDDDDD);
        background: -ms-linear-gradient(#F8F8F8, #DDDDDD);
        background: -o-linear-gradient(#F8F8F8, #DDDDDD);
        background: linear-gradient(#F8F8F8, #DDDDDD);
        -pie-background: linear-gradient(#F8F8F8, #DDDDDD);
        behavior: url(/js/css3pie/PIE.htc);
    }
    #login-box-social .providers .type_twitter:HOVER {
        background: #DDDDDD;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDDDDD), to(#F8F8F8));
        background: -webkit-linear-gradient(#DDDDDD, #F8F8F8);
        background: -moz-linear-gradient(#DDDDDD, #F8F8F8);
        background: -ms-linear-gradient(#DDDDDD, #F8F8F8);
        background: -o-linear-gradient(#DDDDDD, #F8F8F8);
        background: linear-gradient(#DDDDDD, #F8F8F8);
        -pie-background: linear-gradient(#DDDDDD, #F8F8F8);
        behavior: url(/js/css3pie/PIE.htc);
    }
    .hoverFB {
        background: #DDDDDD;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDDDDD), to(#F8F8F8));
        background: -webkit-linear-gradient(#DDDDDD, #F8F8F8);
        background: -moz-linear-gradient(#DDDDDD, #F8F8F8);
        background: -ms-linear-gradient(#DDDDDD, #F8F8F8);
        background: -o-linear-gradient(#DDDDDD, #F8F8F8);
        background: linear-gradient(#DDDDDD, #F8F8F8);
        -pie-background: linear-gradient(#DDDDDD, #F8F8F8);
        behavior: url(/js/css3pie/PIE.htc);
    }
    .provider-login {
        background-image: url("../img/social-icon-sprite-24.png");
        background-repeat: no-repeat;
        display: block;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        padding-left: 24px;
        text-align: center;
        color: #3478ad;
    }

    #login-box-social .providers .type_facebook .provider-login {
        background-position: 0 0;
    }
    #login-box-social .providers .type_twitter .provider-login {
        background-position: 0 -24px;
    }
    .refresh-icon {
    cursor: pointer;
    left: 205px;
    position: absolute;
    top: 30px;
}
    /* end login buttons fb, twitter */

.men {
    background: url("../img/men.png") no-repeat scroll 0 0 transparent;
}
.women {
    background: url("../img/women.png") no-repeat scroll 0 0 transparent;
}
.jewelry-accessories {
    background: url("../img/jewelry-accessories.png") no-repeat scroll 0 0 transparent;
}
.kids-juniors {
    background: url("../img/men.png") no-repeat scroll 0 0 transparent;
}
.home-beauty {
    background: url("../img/men.png") no-repeat scroll 0 0 transparent;
}

.catBox {
    /*border: 1px solid #fff;*/
    /*outline: 1px solid #CCCCCC;*/

    /*border-radius: 10px 10px 10px 10px;*/
    /*box-shadow: 0 3px 3px #C9C9C9 inset;*/
    display: inline-block;
    float: left;
    margin: 0 20px 10px 0;
    padding: 5px 5px 5px 115px;
    vertical-align: top;
    width: 360px;
    margin-left: 30px;
    font: normal normal 14px/20px 'Carrois Gothic SC', sans-serif;
}
.catBox li.catBox_item_title{
    font: normal normal 20px/18px 'Carrois Gothic SC', sans-serif;
    border-bottom: 1px solid #4C4C4C;
    margin-bottom: 10px;
    color: #4C4C4C;
    padding-bottom: 6px;
    position: relative;
}
span.sale{
    display: block;
    float: right;
    color: #CC0000;
}
/*span.sale {
    background: url("../img/sale.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font: normal normal 14px/20px 'Carrois Gothic SC', sans-serif;
    height: 35px;
    padding: 0 0 0 15px;
    position: absolute;
    right: -17px;
    text-shadow: 0 1px 0 #834E40;
    width: 76px;
}
span.pocent {
    font: normal normal 20px/20px 'Carrois Gothic SC', sans-serif;
}*/

.catBox li.catBox_item a {
    font: normal normal 14px/20px 'Carrois Gothic SC', sans-serif;
    color: #4C4C4C;
    text-decoration: none;
    padding-right: 10px;
}
.catBox li.catBox_item a:hover {
	color: #CCC;
	font-style: italic;
}
.catBox li.catBox_item{
    height: 30px;
    line-height: 30px;
    padding: 0 5px 2px;
}

.catBox li.catBox_item .numSpan {
    background-color: #ccc;
    border-radius: 20px 20px 20px 20px;
    color: #4C4C4C;
    display: inline-block;
    font: normal normal 12px/20px 'Carrois Gothic SC', sans-serif;
    height: 20px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 20px;
}
.blueBg {
    background-color: #f1f1f1;
    border-bottom: 1px solid #FFFFFF;
}

.lightBlue {
    background-color: #f3fbfe;
    border-bottom: 1px solid #FFFFFF;
}
.colVo {
    float: right;
    text-align: right;
}
.catBox_item img {
    vertical-align: middle;
    margin-left: 5px;
}

.resT{
    border-bottom: 1px solid #4C4C4C;
    color: #4C4C4C;
    font: bold 20px/30px 'Carrois Gothic SC',sans-serif;
    margin: 0 0 10px;
}
.pag{
    font: bold 12px/12px 'Carrois Gothic SC',sans-serif;
    color: #4C4C4C;
    overflow: auto;
    margin-bottom: 20px;
}
.resL {
    float: left;
}
.resR {
    float: right;
}
ul.menu .group_item{
    font: bold 14px/16px 'Carrois Gothic SC',sans-serif;

}
.menu_item_open {
    color: #000;
}
ul.menu .group_item li.menu_item_property_title{
    border-bottom: 1px solid #4C4C4C;
    color: #4C4C4C;
}
ul.menu .group_item div.group_item_content span{
    cursor: pointer;
    color: #4C4C4C;
    font: 14px/20px 'Carrois Gothic SC',sans-serif;
    text-decoration: none;
}
ul.menu .group_item div.group_item_content span:hover{
    color: #ccc;
    font-style: italic;
}
p.pagination,
p.pagination a
{
    font: 14px/20px 'Carrois Gothic SC',sans-serif;
}
.getProductBlock{
    margin-bottom: 20px;
    min-height: 310px;
    display: inline-block;
}
.getProductBlock #left-column{
    float: left;
    width: 220px;
}
.getProductBlock #right-column{
    float: right;
    width: 520px;
    font: 14px/20px 'Carrois Gothic SC',sans-serif;
    margin-left: 20px;
}
 .similar{
    font: 14px/20px 'Carrois Gothic SC',sans-serif;
}

 .similar .similar-terms {
    border-bottom: 1px solid #DBDBDB;
    margin: 5px 0 0;
    overflow: hidden;
    padding-bottom: 5px;
}
 .similar .similar-terms .similar-img {
    border: 1px solid #DFDFDF;
    display: block;
    height: 126px;
    overflow: hidden;
    width: 100px;
}
 .similar .similar-terms .similar-info {
    height: 128px;
    margin-left: 5px;
    overflow: hidden;
    width: 480px;
}

 .similar .similar-terms .similar-price {
    color: #F00;
    height: 128px;
    line-height: 128px;
    padding-right: 10px;
    text-align: right;
    width: 55px;
}
.similar-info  .similar-desc li{
    list-style: none;
    font: 12px/14px 'Carrois Gothic SC',sans-serif;
}
 .similar .similar-terms .similar-btn-store {
    padding-top: 45px;
}
 .similar .similar-terms .similar-left {
    float: left;
}
.gotoStore a, .seeMore a {
    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 13px/28px Tahoma;
    padding: 0 10px;
    margin: 5px 0;
    text-decoration: none;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #ffa51b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa51b), to(#f7af42));
    background: -webkit-linear-gradient(#ffa51b, #f7af42);
    background: -moz-linear-gradient(#ffa51b, #f7af42);
    background: -ms-linear-gradient(#ffa51b, #f7af42);
    background: -o-linear-gradient(#ffa51b, #f7af42);
    background: linear-gradient(#ffa51b, #f7af42);
    -pie-background: linear-gradient(#ffa51b, #f7af42);
    behavior: url(/js/css3pie/PIE.htc);
}
/* user area */
.member-info-block {
    padding-left: 5px;
}
.vmenu-ul {
    padding: 0 10px;
    background-color: #FAFAFA;
}
.vmenu-ul li {
    border-bottom: 1px solid #E3E3E2;
    min-height: 26px;
}
.vmenu-ul li a {
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    outline-style: none;
    padding-left: 10px;
    white-space: nowrap;
    color: #354F59;
    text-decoration: none;
}
.vmenu-info-block, .art-box-body {
    overflow: hidden;
    padding: 3px 0 0 5px;
}
.t {
    color: #646464;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    min-height: 26px;
    padding: 0 5px 0 20px;
    text-decoration: none;
    white-space: nowrap;
}
/* end user area */

/* recent comments */
#recent-comments-block {
    margin: 5px;
    width: 204px;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
}
#recent-comments-block h3 {
    margin: 3px 0;
    color: #FFA51B;
    font-size: 13px;
    font-weight: bold;
}
#recent-comments-block .recent-comment {
    border-bottom: 1px solid gray;
    padding: 5px 0;
}
.recentCom-img {
    display: block;
    float: left;
    width: 52px;
    height: 64px;
    margin-right: 5px;
}
.recentCom-name {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}
.recentCom-name:HOVER {
    text-decoration: underline;
}
.recentCom-body {
    line-height: 1.3;
}
/* end recent comments */

/* comments */
#blockComments {
    padding: 5px 10px 5px 0;
    overflow: hidden;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
}
.comment-nameCompany {
    font-size: 16px;
    border-top: 1px solid black;
    font-weight: bold;
    padding: 5px 0;
}
.comments-header {
    font-weight: bold;
    font-size: 14px;
}
.comment-box {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.comment-author {
    color: #164E7A;
    float: left;
    margin-right: -1px;
    width: 50%;
}
.comment-addedDate {
    color: #A8A8A8;
    direction: rtl;
    float: right;
    width: 50%;
}
.delComment {
    font-size: 12px;
    color: red;
	text-decoration: none;
}
.delComment:HOVER {
    text-decoration: underline;
}
.comment-body {
    padding-top: 10px;
}
/* end comments */