/*
Theme Name: Sailing Shop
Version: 4.0
Author: Kieran Dally
Author URI: http://grangewebdesign.com/
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{vertical-align:top;}

.row{
width:1080px;
margin: 0px auto;
}
.grid1,
.grid2,
.grid3, 
.grid4, 
.grid5, 
.grid6, 
.grid7, 
.grid8, 
.grid9, 
.grid10, 
.grid11 {
float: left;
display: inline;
margin-left: 3%;
}
.grid1 {
width: 5.583%;
}
.grid2 {
width: 14.16%;
}
.grid3 {
width: 22.75%;
}
.grid4 {
width: 31.33%;
}
.grid5 {
width: 39.91%;
}
.grid6 {
width: 48.5%;
}
.grid7 {
width: 57.08%;
}
.grid8 {
width: 65.66%;
}
.grid9 {
width: 74.25%;
}
.grid10 {
width: 82.83%;
}
.grid11 {
width: 91.41%;
}
.first {
margin-left: 0;
clear: left;
}


/* clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
zoom: 1;
} /* IE7 */

pre {
margin: 20px 0;
background: #eee;
border: 1px solid #ddd;
padding: 10px;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
blockquote {
background:url(images/quote.png) no-repeat left 10px top 20px;
margin-bottom:30px;
border-bottom:1px dashed #ddd;
border-top:1px dashed #ddd;
padding:15px 15px 15px 65px;
position:relative;
}
blockquote p{
margin-bottom:0px!important;
font-style:italic;
color:#000!important;
}

/*sticky*/
.sticky { }
/*gallery captio*/
.gallery-caption
/*by post author*/
.bypostauthor { }
/*aligns*/
.aligncenter, .alignnone {display: inline-block; margin: 10px 0; }
.alignright { float: right; margin: 10px 0 10px 10px; }
.alignleft { float: left; margin: 10px 10px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }

strong{
font-weight:700;
}
em{
font-style:italic;
}


#main input[type="search"], 
#main input[type="text"],
#main input[type="password"], 
#main input[type="email"], 
#main input[type="tel"],
#main input[type="url"],
#main textarea {
background : #fff;
border : #ddd solid 1px;
display : inline-block;
font-size : 14px;
color : #000;
font-weight : 400;
padding : 10px 10px;
line-height : 1.6em;
box-sizing : border-box;
font-family: 'Roboto', sans-serif;
width : 100%;
max-width : 100%;
}
#main textarea {
width : 100%;
max-width : 100%;
padding : 10px;
font-family: 'Roboto', sans-serif;
}
#main input[type="button"],
#main input[type="submit"],
#main input[type="submit"],
#main .btn {
font-size : 17px;
display : inline-block;
background : #009fe3;
color : #fff;
padding : 8px 15px 8px 15px;
border : 0;
font-weight:700;
font-family: 'Roboto', sans-serif;
outline : 0;
cursor : pointer;
}
#main input[type="button"]:hover,
#main input[type="submit"]:hover,
#main input[type="submit"]:hover, 
#main .btn:hover {
text-decoration : none;
color : #fff;
background: #f59f41;
}

body{
font-family: 'Roboto', sans-serif;
color:#000;
line-height:20px;
font-size:14px;
font-weight:400;
background: #ffffff;
}

.clear{
clear:both;
}
a{
color:#f59f41;
text-decoration:none;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
a:hover{
color:#009fe3;
text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Roboto', sans-serif;
margin-bottom:15px;
font-weight:500;
color:#000000;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
color:#000000;
}
h1{
margin-bottom:20px;
line-height:normal;
font-weight:500;
font-size:24px;
}
h2{
margin-bottom:15px;
line-height:normal;
font-weight:500;
font-size:20px;
}

h3{
font-size:18px;
}
h4{
font-size:17px;
}
h5{
font-size:16px;
}
h6{
font-size:15px;
}

#headerwrap{
position:relative;
padding:25px 0px;
z-index:2;
}

#headerwrap .row{ 
width:1005px; 
margin:0px auto!important;
}

#logo{ 
position:relative;
width: 40%;
float:left;
}


.header_right{
padding:0px 0 0px 0;
float:right;
width:60%;
display:block; 
text-align:right;
}

.social_icons{
margin:0px;
padding:0px;
list-style:none;
display:inline-block;
text-align:right;
}
.social_icons li{
display:inline-block;
margin-left:5px;
}
.social_icons li a img{
vertical-align:middle;
}
.social_icons .twitter_icon a{
color:#fff;
width:30px;
border-radius:50%;
display:inline-block;
height:30px;
text-align:center;
line-height:30px;
font-size:20px;
background:#0498c8;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.social_icons .twitter_icon a:hover{
color:#fff;
background:#f69f42;
}

.social_icons .facebook_icon a{
color:#fff;
width:30px;
border-radius:50%;
display:inline-block;
height:30px;
text-align:center;
line-height:30px;
font-size:20px;
background:#446dab;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.social_icons .facebook_icon a:hover{
color:#fff;
background:#f69f42;
}

.top_search{
padding:0px 0px;
max-width:290px;
display:inline-block;
margin-right:25px;
text-align:right;
}
.top_search #searchform{
display:inline-block;
background:#eaeaea;
padding-right:0px;
}
.top_search #searchform #s{
background:#eaeaea;
border:none;
height:28px;
line-height:28px;
display:inline-block;
padding:0px 10px;
font-family: 'Roboto', sans-serif;
max-width:280px;
font-size:14px;
}

.top_search #searchform #searchsubmit{
color:#fff;
background:#009fe3;
height:30px;
line-height:30px;
padding:0px;
display:inline-block;
border:none;
cursor:pointer;
font-size:14px;
padding:0px 15px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.top_search #searchform #searchsubmit:hover{
background:#f69f42;
}

#masternav{
position:relative;
margin-top:15px;
}

#masternav .sf-menu{ float:left; }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0 }
.sf-menu ul { position: absolute; nowhitespace: afterproperty; top: -999em; width: 200px; /* left offset of submenus need to match (see below) */ }
.sf-menu ul li { width: 100% }
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: left; position: relative;  }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left:0px; nowhitespace: afterproperty; top: 40px; /* match top ul list item height */ z-index: 99;  }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 200px; /* match ul width */ top: 0;  }
/*** skin ***/
.sf-menu li{ }
.sf-menu li:last-child{}
.sf-menu a { float: left; font-weight: 500; color: #000; padding:10px 0 0 0; margin-right:30px; text-decoration: none; text-transform: uppercase; font-size: 17px; -webkit-transition: all .0s ease-in-out; -moz-transition: all .0s ease-in-out; -o-transition: all .0s ease-in-out; transition: all .0s ease-in-out;} 
.sf-menu li:last-child a {padding-right:0px; margin-right:0px;}
.sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, #masternav .current-menu-item > a:first-child {color:#059de9; background:url(images/nav_sep.png) no-repeat top center;}
.sf-menu ul { padding: 0; font-size: 14px; background: #009fe3; border: none; text-align:left; }
.sf-menu ul:before {
content : ' ';
height : 0;
position : absolute;
width : 0;
top : -10px;
left : 20px;
border-left : 10px solid transparent;
border-right : 10px solid transparent;
border-bottom : 10px solid #009fe3;
}
.sf-menu ul li{background-image:none; border-bottom:1px solid #0580b5; border-right:none!important;}
.sf-menu ul ul { margin-top: 0px }
.sf-menu ul ul:before{
content : ' ';
height : 0;
position : absolute;
width : 0;
top : -10px;
left : 20px;
border-left : 0px solid transparent;
border-right : 0px solid transparent;
border-bottom : 0px solid #009fe3;
}
.sf-menu ul a { margin: 0; line-height: normal; font-size:14px; height: auto; padding: 15px 15px; display: block; float: none; color: #fff; font-weight: 400; text-transform:uppercase; background:#009fe3;  }
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active { color: #f59f41; background-image:none; }
.sf-menu ul .current-menu-item a { color: #f59f41!important; }
.sf-menu ul li {  }
.sf-menu ul li:last-child { border-bottom: 0px }



#home_content{
padding: 50px 0px;
z-index:3;
position:relative;
}

#home_content h1{ 
font-size:24px; 
text-transform:uppercase;
color:#009fe3;
}


#slider-wrap{
padding:0px 0px;
z-index:1;
position:relative;
}

#slider-wrap .row{ 
width:1200px; 
margin:0px auto!important;
}

#main{
min-height:500px;
padding:40px 0px;
}
.page-template-homepage-php #main{
padding:0px!important;
min-height:500px;
}

.latest_products{ 
margin:0 0 50px 0; 
padding:0 0 0 0; 
display:block;
}

.news_box_outer{
padding:0px 0px;
position:relative;
width:100%;
}

.new_box{ 
padding:25px;
background:#009fe3;
display:block;
}

.new_box h1{ 
font-size:24px; 
text-transform:uppercase;
color:#fff!important;
}


.news_item{
margin:0 0 25px 0;
display:block;
}

.news_info{
color:#fff;
margin:0 0 0 0;
padding:0 0 0 0;
}

.news_info h4{ 
font-size:16px;
margin-bottom:10px;
font-weight:500;
}

.news_info h4 a{ 
color:#fff;
font-size:16px;
margin-bottom:10px;
}

.news_info h4 a:hover{ 
color:#f69f42;
}

.news_info a i{ 
font-size:20px; 
color:#fff; 
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
font-weight:400;
}

.news_info a i:hover{ 
color:#f69f42;
}


.news_info .loop-entry-thumbnail{
float: left;
margin-right: 25px;
}


.entry {
}
hr{
color: #6d2383;
background-color: #6d2383;
height: 1px;
margin-bottom:20px;
border:none;
}
.entry p{
margin-bottom:20px;
}
.entry ul{
margin:0 0px 20px 0px;
list-style:none;
}
.entry ul li{
font-size:14px;
line-height:20px;
padding-left:0px;
margin-bottom:7px;
}

.entry ul li::before {
content: "";
font-size: 11px;
color: #0497e7;
padding: 0 10px 0 0;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
position: relative;
top: 1px;
}

.et-tabs-control li{
background-image:none!important;
}

.entry ol{
margin:0 0px 20px 0px;
list-style:decimal;
}
.entry ol li{
font-size:14px;
line-height:20px;
margin-bottom:7px;
list-style-position:inside;
}

.home-entry h1{
font-weight:400;
color:#000;
text-transform:uppercase;
}

.loop-entry{
margin-bottom: 25px;
position:relative;
}

.loop-entry-thumbnail{
float: left;
margin-right: 25px;
}

.loop-entry p{
margin-bottom:0px!important;
}

.loop-entry h2{
margin: 0px 0 7px 0;
font-size:20px;
}

.loop-entry-meta{
color: #666;
margin: 0 0 5px 0;
}
.loop-entry-meta span{
	margin: 0 5px 0 12px;
}
.loop-entry-meta span:first-child{
	margin-left: 0;
}

.pagination{
	margin: 20px 0;
}
.pagination a,
.pagination span {
font-size: 15px;
line-height: 40px;
height: 40px;
width: 40px;
text-align: center;
margin-right: 5px;
display: block;
float: left;
background: #009fe3;
color: #fff;
border-radius:2px;
}
.pagination a:hover,
.pagination .active a {
text-decoration: none;
color: #fff;
background: #f59f41;
}


.sidebar-box{
margin-bottom:20px;
font-size:14px;
line-height:22px;
color:#000;
}
.sidebar-box h4{
font-size:18px;
text-transform:uppercase;
color:#000;
font-weight:500;
margin-bottom:10px;
}

#main .sidebar-box #s{
max-width:82%;
margin-right:-5px;
vertical-align:top;
}
#main .sidebar-box input[type="button"],
#main .sidebar-box input[type="submit"],
#main .sidebar-box input[type="submit"],
#main .sidebar-box .btn {
padding:11px 11px 11px 11px;
vertical-align:top;
}

.sidebar-box ul{
margin:0 0px 0px 0px;
list-style:none;
}
.sidebar-box ul li{
font-size:14px;
line-height:25px;
padding-left:0px;
margin-bottom:0px;
color:#000;
font-weight:400;
}

.sidebar-box ul li a::before {
content: "";
font-size: 11px;
color: #0497e7;
padding: 0 10px 0 0;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
position: relative;
top: 1px;
}

.sidebar-box ul li a{
color:#000;
}

.sidebar-box ul li a:hover{
color:#009fe3;
}

.sidebar-box ol{
margin:0 0px 20px 20px;
list-style:decimal;
}
.sidebar-box ol li{
font-size:14px;
line-height:22px;
margin-bottom:7px;
}
.sidebar-box p{
margin-bottom:15px;
}

.shop_team{
text-align:right;
margin-top:30px;
display:block; 
}

.button{
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.btn{
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.button{
padding:6px 10px;
display:inline-block;
color:#fff;
font-family: 'Roboto', sans-serif;
background: #000;
font-size:15px;
font-weight:700;
}
.button:hover{
background: #0497e7;
color:#fff;
}


#footer{
background:#000;
color:#a3a3a3;
padding:40px 20px;
font-size:12px;
display:block;
margin-top:0px;
z-index:4;
position:relative;
}


#footer a{
color:#a3a3a3;
text-decoration:none;
}
#footer a:hover{
color:#f59f41;
}

#footer h4{ 
font-size:20px; 
color:#fff; 
margin-bottom:40px;
text-transform:uppercase;
}

#footer ul{
margin:0px 0px 0px 0px;
padding:0px;
list-style:none;
}

#footer ul li{
float:left;
margin:0px 0px 0px 0;
padding:0px 15px 0px 0px;
line-height:25px;
width:200px;
font-size:12px;
color:#a3a3a3;
}


#footer ul li a{
color:#a3a3a3;
font-size:13px;
}

#footer ul li a::before {
content: "";
font-size:10px;
color: #a3a3a3;
padding: 0 5px 0 0;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
position: relative;
top: 1px;
}

#footer ul li a:hover, #footer ul li.current_page_item a{
color:#f59f41;
}

#footer p{
color:#a3a3a3;
line-height:23px;
}


#footer .social_icons{
margin:20px 0 0 0;
padding:0px;
list-style:none;
display:inline-block;
text-align:right;
list-style:none!important;
}

#footer .social_icons a{
color:#0f1d28;
width:30px;
border-radius:50%;
display:inline-block;
height:30px;
text-align:center;
line-height:30px;
font-size:20px;
background:#ffffff;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
margin-right:5px;
}
#footer .social_icons a:hover{
color:#fff;
background:#f69f42;
}


.text_right{
text-align:right;
}
#copyright a{
color:#f0f0f0;
}

ol.commentlist{
margin:0px;
padding:0px;
list-style:none;
}
.comment-body{
background: #fff;
margin-top:15px;
padding:55px 15px 15px 15px;
position:relative;
border:1px dashed #ddd;
}
.comment-body .vcard{
position:absolute;
left:10px;
top:10px;
}
.comment-body .comment-meta{
position:absolute;
right:10px;
top:10px;
font-size:11px;
line-height:22px;
}
.comment-body .comment-meta a{
color:#000000;
}

.comment-body p{
font-size:14px;
line-height:22px;
color:#000000;
margin-bottom:15px;
}
.reply{
}
.reply a,
.cancel-comment-reply a{
display:inline-block;
margin:0 0 0 0;
padding:5px 8px;
background: #009fe3;
color:#fff;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
border-radius:3px;
}
.cancel-comment-reply{
display:block;
margin:10px 0px;
text-align:right;
}
ul.children{
margin-left:20px;
}

#respond{
margin:15px 0px;
}
#commentform p{
margin-bottom:16px;
font-size:14px;
color:#000000;
}
.last{
margin-right:0px!important;
}
div.wpcf7 .wpcf7-not-valid { border-color: #F00 !important }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors { margin: 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #e6bf4a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpcf7 p { font-size: 11px; text-transform: uppercase; margin-bottom:25px!important; }
.wpcf7 input, .wpcf7 textarea { margin-top: 0px; }
div.wpcf7 textarea{ max-height:115px;}

.amzn_singlediv {
}
.amzn_singlediv table {
border: 0 none !important;
}
.amzn_singlediv td {
border: 0 none !important;
}
.amzn_singlediv tr {
border: 0 none !important;
}
.amzn_singlediv img {
border: 0 none;
margin: 0;
padding: 0;
}

.amzn_singlediv table {
margin-top: 12px;
width: 100%;
}
.amzn_singlediv .amzn_imgcell {
margin-right: 20px;
}
.amzn_singlediv .amzn_ratingtext {
color: #000!important;
font-weight: bold;
}
.amzn_singlediv .amzn_rating {
}
.amzn_singlediv .amzn_listpricetext {
color: #000!important;
font-weight: bold;
}
.amzn_singlediv .amzn_listprice {
color: #a00;
text-decoration: line-through;
}
.amzn_singlediv .amzn_salepricetext {
color: #000!important;
font-weight: bold;
}
.amzn_singlediv .amzn_saleprice {
color: #0a0;
font-size: 14px;
font-weight: bold;
}
.amzn_singlediv .amzn_timestamp_disclaimer {
font-size: 80%;
}
.amzn_singlediv .amzn_availabilitytext {
color: #000!important;
font-weight: bold;
}
.amzn_singlediv .amzn_availability {
color: #000!important;
}
.amzn_singlediv .amzn_freeshipping {
color: #000!important;
font-style: italic;
}
.amzn_singlediv .amzn_buynowimage {
display: block;
margin-bottom: 8px;
margin-top: 8px;
}
.amzn_singlediv .amzn_buynowimage img {
border: 0 none;
}
.amzn_inlinediv {
}
.amzn_inlinediv table {
margin-top: 3px;
width: 100%;
}
.amzn_inlinediv .amzn_imgcell {
width: 85px;
}

.amzn_inlinediv .amzn_multititle {
font-size: 14px;
}
.amzn_inlinediv .amzn_ratingtext {
color: #000!important;
font-weight: bold;
}
.amzn_inlinediv .amzn_rating {
}
.amzn_videoreview {
margin-bottom: 12px;
margin-top: 12px;
}
.amzn_videoreview iframe {
height: 284px;
width: 500px;
}

.latest_products .amzn_singlediv .amzn_imgcel{
margin-right:0px!important;
}

.latest_products .amzn_singlediv .amzn_imgcel img {
border:1px solid #e0e4e6;
margin: 0;
padding: 0 15px;
}




.box {
clear: both;
height: 1%;
margin: 0;
padding: 0;
}

.box .post {
background-color: #ffffff;
border: 1px solid #ddd;
width:285px;
padding:10px 10px 0px 10px;
float:left;
margin-right:15px;
margin-bottom:15px;
}

.box .post h2 {
font-size: 18px;
line-height: 20px;
}

.box .post h2 a {
color: #000;
}

.box .post h2 a:hover {
color: #009fe3;
}

.box .post p {
font-size: 11px;
padding: 5px 10px 5px 0px;
}
.box .post img {
background-color: #ffffff;
border: 1px solid #dddddd;
float: right;
margin: 10px 0px 10px 10px;
padding: 5px;
}

.box .post p.posted {
background-color: #eeeeee;
border-top: 1px solid #ddd;
clear: both;
color: #000000;
font-size: 11px;
font-style: normal;
line-height: 15px;
margin-top: 10px;
margin-left:-10px;
margin-right:-10px;
padding: 5px 10px!important;
text-align: right;
font-weight:700;
}

.box .post p.posted a{
color: #000000;
}
.box .post p.posted a:hover{
color: #009fe3;
}


.hl-full {
clear: both;
float: left;
height: 1px;
margin: 0 0 15px;
padding: 0 !important;
width: 100%;
}

.more_products{ 
font-size:20px; 
color:#009fe3; 
text-transform:uppercase; 
display:block; 
text-align:right;
}

.more_products:hover{ color:#f59f41;}