Собственно не пойму в чем проблема, при активации модуля корзины VirtueMart 2 (модуль сторонний) съезжает верстка.
Скрины и код индекса и шаблона прилогается
<?php
defined('_JEXEC') or die;
JHtml::_('behavior.framework', true);
$app = JFactory::getApplication();
?>
<?php echo '<?'; ?>xml version="1.0" encoding="<?php echo $this->_charset ?>"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/templates/modern-car/css/template.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/templates/modern-car/css/menu.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl ?>/templates/modern-car/css/system.css" type="text/css"/>
</head>
<body>
<div id="conteiner">
<div id="header"></div>
<div id="wraper">
<div id="basket"><jdoc:include type="modules" name="basket" style="none" /></div>
<div id="menu"><jdoc:include type="modules" name="menu" style="none" /></div>
</div>
<div id="content">
<div id="right"><jdoc:include type="component" /></div>
<div id="left">
<div id="left_menu"><jdoc:include type="modules" name="left" style="xhtml" /></div>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div id="footer">
<div id="footer_content">
<div id="line"></div>
<div id="footer_bottom">
<div id="schetchik"></div>
<div id="copyright"><span class="copy"><p></p></span></div>
</div>
</div>
</div>
</body>
</html>
html, body{
padding:0;
margin:0;
width:100%;
height:100%;
position:relative;
}
#conteiner{
width:100%;
min-height:100%;
background:#000;
border:none;
}
#header{
width:980px;
height:430px;
margin:0 auto;
padding:0;
background:#9F0;
border:none;
}
#wraper{
width:980px;
height:100px;
margin:0 auto;
padding:0;
border:none;
background:#0C3;
background:url(../images/menu_bg.png) left top no-repeat;
}
#menu{
width:700px;
height:100px;
margin:0;
padding:0;
border:none;
background:#063;
}
#basket{
width:280px;
height:100px;
margin:0;
padding:0;
border:none;
background:#936;
float:right;
}
#content{
width:980px;
min-height:250px;
margin:0 auto;
margin-bottom:100px;
padding:0;
background:#FFF;
border:none;
}
#right{
width:760px;
min-height:250px;
background:none;
margin:0;
padding:0;
float:right;
border:none;
}
#left{
width:220px;
min-height:350px;
margin:0;
padding:20px 10px 20px 10px;
border:none;
background:none;
}
#left_menu{
margin:0;
padding:0;
width:210px;
min-height:250px;
border:none;
background:url(../images/left_bg.png) top left repeat-y;
}
#footer{
height:100px;
margin-top:-100px;
background:#000;
position:relative;
border:none;
}
#footer_content{
margin:0 auto;
padding:0;
width:980px;
height:100px;
background:none;
border:none;
}
#line{
margin:0 auto;
padding:0;
width:980px;
height:6px;
background:url(../images/footer_line.png) top left repeat-x;
border:none;
}
#footer_bottom{
margin:0 auto;
padding:0;
width:980px;
height:94px;
background:none;
border:none;
}
#copyright{
margin:0;
padding:0;
width:760px;
height:94px;
background:none;
border:none;
}
#schetchik{
margin:0;
padding:0;
width:220px;
height:94px;
background:none;
border:none;
float:right;
}
.copy p{
color:#FFF;
font-size:14px;
margin:0;
padding:0;
}
.copy{
margin:0;
padding:0;
}
[вложение удалено Администратором]