/**
 * 2008 - 2015 DevNet
 *
 * MODULE PrestaForumGP
 *
 * @version   4.0.5
 * @author    Guillaume PETIT <contact@dev-net.fr>
 * @link      http://www.dev-net.fr
 * @copyright Copyright (c) permanent, DevNet
 * @license   Addons PrestaShop license limitation
 *
 * NOTICE OF LICENSE
 *
 * Don't use this module on several shops. The license provided by PrestaShop Addons
 * for all its modules is valid only once for a single shop.
 */

.gp_forum textarea {
	float:left;
	clear:left;
	margin-top:5px;
	border:solid 1px #CCC;
	padding:5px;
}

.gp_forum .preview {
	float:left;
	clear:left;
}

.gp_forum .btn {
	background: transparent url('../img/bbcode.gif') no-repeat scroll 0 0;
	width:20px;
	height:20px;
	margin-right:5px;
	display:inline-block;
	float:left;
}

.gp_forum .bold {
	background-position:0 0;
}

.gp_forum .bold:hover {
	background-position:0 -25px;
}

.gp_forum .italic {
	background-position:-25px 0;
}

.gp_forum .italic:hover {
	background-position:-25px -25px;
}

.gp_forum .underline {
	background-position:-50px 0;
}

.gp_forum .underline:hover {
	background-position:-50px -25px;
}

.gp_forum .link {
	background-position:-75px 0;
}

.gp_forum .link:hover {
	background-position:-75px -25px;
}

.gp_forum .quote {
	background-position:-100px 0;
}

.gp_forum .quote:hover {
	background-position:-100px -25px;
}

.gp_forum .code {
	background-position:-125px 0;
}

.gp_forum .code:hover {
	background-position:-125px -25px;
}

.gp_forum .image {
	background-position:-150px 0;
}

.gp_forum .image:hover {
	background-position:-150px -25px;
}

.gp_forum .nlist {
	background-position:-175px 0;
}

.gp_forum .nlist:hover {
	background-position:-175px -25px;
}

.gp_forum .blist {
	background-position:-200px 0;
}

.gp_forum .blist:hover {
	background-position:-200px -25px;
}

.gp_forum .litem {
	background-position:-225px 0;
}

.gp_forum .litem:hover {
	background-position:-225px -25px;
}

.gp_forum .back {
	background-position:-250px 0;
}

.gp_forum .back:hover {
	background-position:-250px -25px;
}

.gp_forum .back_disable {
	background-position:-250px -50px;
}

.gp_forum .forward {
	background-position:-275px 0;
}

.gp_forum .forward:hover {
	background-position:-275px -25px;
}

.gp_forum .forward_disable {
	background-position:-275px -50px;
}

.gp_forum .usize {
	background-position:-300px 0;
}

.gp_forum .usize:hover {
	background-position:-300px -25px;
}

.gp_forum .dsize {
	background-position:-325px 0;
}

.gp_forum .dsize:hover {
	background-position:-325px -25px;
}

.gp_forum div.gp_forum_messages ul {
	margin-left: 15px;
}

.gp_forum div.gp_forum_messages ol li {
	margin-left: 15px;
}

.gp_forum div.gp_forum_messages ul li {
	margin-left: 15px;
	list-style-image: url('../img/li.png');
}

.gp_forum div.gp_forum_messages .bb-code,
.gp_forum div.gp_forum_messages .bb-php {
  border: 1px solid black;
  padding: 10px;
  font-family: Courier;
  white-space: nowrap;
}

.gp_forum div.bb-quote {
	background-color:#EBEBEB;
	border: 1px solid #BFBFBF;
	padding: 5px;
}

.gp_forum div.bb-code {
	font-family: Courier;
}

.gp_forum .bb-image {
	height: auto;
	width: 100%;
}

.gp_forum div.gp_forum_messages .bb-email { }
.gp_forum div.gp_forum_messages .bb-url { }


