
/*

#------------------------------------------------------------------------

# myStore - May 2010 (for Joomla 1.5)

#

# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: support@gavick.com   

#------------------------------------------------------------------------ 

# Based on T3 Framework

#------------------------------------------------------------------------

# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.

# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html

# Author: J.O.O.M Solutions Co., Ltd

# Websites: http://www.joomlart.com - http://www.joomlancers.com

#------------------------------------------------------------------------

*/



/* Start Common Styles */



* {
      font-family: helvetica, arial, sans-serif;
      font-size: 12px;
      color: #666;
}

html {
      height: 100%;
      margin-bottom: 1px;
}

body { background: #EFEFEF url('../../images/main_bg.png') no-repeat 50% 0; }

#frame {
      background: #fff;
      width:600px;
      margin:60px auto;
      padding: 16px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}

#frame>div>p {
      text-align:center;
      background: #ffffdb;
      border: 2px solid #e7e7a5;
      padding: 11px 10px;
      margin: 0 10px 20px;
      color: #000
}

#frame>div>p br { display: none; }

.top {
      background: #E3012D url('../../images/style1/color_bg.png') repeat-x 0 bottom;
      min-height: 44px;
       -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}

.middle {
      padding-top: 20px;
      margin-top: 4px;
      background: #fff;
}

h1,
h2 {
      line-height:120px;
      font-size:120px;
      color:#CF052B;
      margin: 30px auto 10px;
      text-align: center;
      border-bottom:none;
}

h2 {
      font-size: 40px;
      margin: 0 0 20px;
      line-height: 40px;
     
}

p {
      border-bottom: 1px solid #ddd;
      padding-bottom: 6px;
      margin: 24px 0 12px 0;
}

p.admincontact {
      text-align:center;
      background: #ffffdb;
      border: 1px solid #e7e7a5;
      padding: 10px 10px;
      margin:30px 0;
      color: #000
}

ul {
      list-style-type:square;
      padding:0 0 0 36px;
}

ol {
      padding: 0;
      list-style-position: inside;
}

ol li,
ol li strong {
      font-size: 11px !important;
      font-weight: normal
}

#outline {
      width:480px;
      margin:auto;
}

#errorboxoutline { }

#errorboxbody {
      padding:20px;
      margin:10px 0 0 0;
}

#techinfo { padding:5px; }

#techinfo p {
      color:#CF052B;
      margin:0;
      padding:4px 0;
      font-weight:bold;
      font-size: 10px;
      text-transform: uppercase;
      border-top: 1px dotted #ddd;
      border-bottom: 1px dotted #ddd;
      text-align: center;
}
