
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
    min-height: 100%;
    min-width: 960px;
}
#page-wrapper-front {
    min-height: 100%;
    font-family: Tahoma,Arial,Verdana;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#mainfront
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
margin-top: -120px;
margin-right: 760px;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
#content {
	 display: block;
	 position: relative;
}
.one-sidebar #contentfront {
     width: 100%;
 }
.two-sidebars #contentfront {
   	width: auto;
	padding-right:10px;
}
.no-sidebars #contentfront {
    width: auto;
    float: none;
}
.one-sidebar #content {
}
.two-sidebars #content {
    width: 480px;
}
.no-sidebars #content {
    width: 960px;
    float: none;
}
#sidebar-first,
#sidebar-second {
  width: 310px;
  float:right;
  padding-top: 40px;
}
#sidebar_second_page{
  width: 310px;
  float:right;
}
#sidebar_second_vendor_page_detail{
  width: 310px;
  float:right;
}
#main-wrapper {
  min-height: 300px;
}
#main-wrapperstorage {
    background-color: #f9f9f9;
	width:960px;
	margin:0 auto;
}

#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 35px 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 940px;
  min-width: 920px;
}



