﻿/*--------------------------------------------------------------
# elvesocial - July 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

/* Basket
---------------------------------------------------------------*/
.vmCartModule .title_cart {
  background: url(../images/icons/bascket_small.png) no-repeat; 
  padding-left: 40px;
}
.vmCartModule .title_cart h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-top: 0.45em;
}
div#content .vmCartModule .title_cart h3 a {
  font-size: 1em;
  padding-bottom: 0.2em;
}
div#content .vmCartModule .title_cart h3 a:hover {
  font-size: 1em;
}
.vmCartModule .title_cart h3 em {
  padding-top: 0.45em;
}
.vmCartModule .total_cart p {
  padding-left: 2.5em;
}
.vmCartModule p {
  margin: 0;
}
/* Invoice
---------------------------------------------------------------*/
h2.cart_title {
	margin: 1em 0 0 0;
}

.invoice {
  width: 100%;
}
.invoice th {
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal;
  height: auto;
  /*padding: 0 0 0.3em 15px;*/
  width: auto;
  text-align: left;
  border-top: 1px dashed #DDDDDD;
  border-bottom: 1px dashed #DDDDDD;
}
.invoice td {
  
}
.invoice td.check {
  width: 22px;
  padding-top: 0.6em;
}
.invoice .product {
  width: 50%;
}
.invoice td.product {
  font-size: 0.9em;
}
.invoice td.product a {
  font-size: 1.5em;
}
#agreed_div a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
/* Modules
---------------------------------------------------------------*/
.moduletable_coal {
	width: 150px;
	border: 1px solid #d0e2ec;
	margin: 1em auto 1em 10px;
	padding: 10px;
}
.moduletable_coal p{
	margin: 0;
	line-height: 1.7em;
}
.moduletable_coal p.img a{
	border: none;
}
.moduletable_coal p a{
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.moduletable ul{
	margin: 0;
}


