/* 
Asymmetric - Responsive Joomla Virtuemart Template
Flexible Web Design - http://www.flexiblewebdesign.com
http://www.gnu.org/licenses/gpl.html GNU/GPL 
Copyright (C) flexiblewebdesign.com
*/

/*
 * Modules Style Sheet - Defines general module defaults, headings, badges and icons
 */


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module { position: relative; }

#top-a .module { margin:0px; padding:0px; background:#dad7d0;}

.module .badge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon {
	display: block; 
	position: relative;
	top: -6px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}


/* Module Defaults
----------------------------------------------------------------------------------------------------*/

.deepest > *:first-child { margin-top: 0; }
.deepest > *:last-child { margin-bottom: 0; }


/* Module Headings
----------------------------------------------------------------------------------------------------*/

.module .module-title { margin: 0 0 15px 0; }

/* Subtitles */
.module .module-title span.title { display: block; }

.module .module-title span.subtitle {
	display: block;
	margin-top: 2px;
	line-height: 14px;
	font-size: 12px;
	text-indent: 1px;
}




/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module .badge {
	width: 32px;
	height: 22px;
	background: url(../images/module_badges.png) 0 0 no-repeat;
}
 
.module .badge-hot { background-position: 0 0; }
.module .badge-top { background-position: 0 -25px; }
.module .badge-free { background-position: 0 -50px; }
.module .badge-new { background-position: 0 -75px; }


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon { background: url(../images/module_icons.png) 0 0 no-repeat; }

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -30px; }
.module .module-title .icon-mail { background-position: 0 -60px; }
.module .module-title .icon-bubble { background-position: 0 -90px; }
.module .module-title .icon-login { background-position: 0 -120px; }
.module .module-title .icon-cart { background-position: 0 -150px; }


/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

#footer { background:#FFF; border-top:1px solid #eee;}

.mod-box {
	padding: 15px;
}

.mod-box .badge { top: 10px; right: 10px; }
#flexibleLang form { float:left;}
#flexibleLang .pretext  { margin:0 10px 0 0;padding:0px; float:left;}
#flexibleLang .posttext { margin:0 0 0 10px;padding:0px; float:right;}

#bottom-b { font-family:Arial, sans-serif;}
#bottom-b, #bottom-a { background:#fff; }
#bottom-b .grid-box .mod-box { padding-bottom:0;}
#bottom-b h3 { margin:0px 0px 5px 0; font-size:11px; font-family:arial, sans-serif; font-weight:bold;}
#bottom-b ul.bottom-links { margin:0;padding:0; font-size:11px; list-style:none none;}
#bottom-b ul.bottom-links.share li a {background:url(../images/share-buttons.png) no-repeat 0 0; height:32px; display:inline-block; padding-left:35px; line-height:32px;}
#bottom-b ul.bottom-links.share li.twitter a { background-position:0 0;}
#bottom-b ul.bottom-links.share li.facebook a { background-position:0 -30px;}
#bottom-b ul.bottom-links.share li.youtube a { background-position:0 -90px;}
#bottom-b ul.bottom-links.share li.pinterest a { background-position:0 -120px;}
#bottom-b ul.bottom-links.share li.instagram a { background-position:0 -150px;}
#bottom-b ul.bottom-links.share li.googleplus a { background-position:0 -210px;}

.mod-box.nopadding {padding:0;}
.mod-box.nomargin {margin:0;}
.mod-box.border-top {border-top:1px solid #eee;}
.mod-box.border-bottom {border-bottom:1px solid #eee;}


