/* --
Theme Name: Vendor
Theme URI: http://www.awesem.com/vendor
Description: A beautiful product focused theme.
Author: AWESEM
Author URI: http://www.awesem.com
Version: 1.0.1
License: All files, unless otherwise stated, are released under the GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
-- */

@import url("_assets/css/reset.css");
@import url("_assets/css/screen.css");
@import url("_assets/css/custom.css");

.slides li.group {
   padding: 0 0 20px;
}

.slides ul.info{
   padding:20px;
   float:left;
}

.ui-tabs-nav li, .tab ul li{
   list-style: none outside none;
}

.home div.widget_text{
   width:600px;
}

.home div.widget_text h4{
   font-size:26px;
}
.home div.widget_text .textwidget p{
   padding-right:20px;
   line-height:24px;
}
#header h1{
   overflow: hidden;
   width: 260px;
}

.content {
    margin: 20px auto 0;
}

div.four ul li {
    float: none;
    margin: 0;
    min-height: 0px;
}

a.next{
	background: transparent url('_assets/img/arrow-right.png') 95% 100% no-repeat;
	display:inline-block;
	height: 36px;
	width:10px;	
}

a.next:hover{
	background: transparent url(_assets/img/arrow-right.png) 95% -30% no-repeat
}
a.previous{
	background: transparent url('_assets/img/arrow-left.png') 95% -30% no-repeat;
	display:inline-block;
	height: 38px;
	width:10px;	
}

a.previous:hover{
background: transparent url(_assets/img/arrow-left.png) 95% 100% no-repeat
}

#header h1 a img{
   height:50px;
}

a.more-link{
    border-bottom: 1px dotted;
    display: inline-block;
    margin-top: 10px;
}

#address img{
    border: 1px solid #424242;
    float: left;
    height: 90px;
    margin-right: 10px;
    padding: 6px 5px;
    width: 180px;
}
#address {
 margin-bottom:10px;
}
.bottom .widget ul li.menu-item-108 {
    background:none;
}
.bottom .widget ul {
    margin-bottom: 0;
}