@import url(../../../warp/css/modules.css);


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

.module .badge {
	top: -2px;
	right: 0;
	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: Line
----------------------------------------------------------------------------------------------------*/

/* vertical line */
#block-main .grid-v .mod-line:before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	height: 1px;
	/*background: url(../images/line_dotted.png) 0 100% repeat-x;*/
	background:none;
}
#block-main .grid-v:first-child > .mod-line:before { display: none; }

/*
	Icon Classes
*/

.iconSmallChat {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallChat.png) left center no-repeat;
}
.iconSmallClient {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallClient.png) left center no-repeat;
}
.iconSmallEmail {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallEmail.png) left center no-repeat;
}
.iconSmallHelp {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallHelp.png) left center no-repeat;
}
.iconSmallPhone {
	padding-left: 24px;
	background: transparent url(../../../images/iconSmallPhone.png) left center no-repeat;
}
.iconMediumNetwork {
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumNetwork.png) left center no-repeat;
}
.iconMediumCog {
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumCog.png) left center no-repeat;
}
.iconMediumServer {
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumServer.png) left center no-repeat;
}
.iconMediumHelp {
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumHelp.png) left center no-repeat;
}
.iconMediumStats {
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumStats.png) left center no-repeat;
}
.iconMediumControlPanel {
	line-height: 30px;
	padding-left: 38px;
	background: transparent url(../../../images/iconMediumControlPanel.png) left center no-repeat;
}