/* code for admin interface colors -- to be used if body text is a light color */
<<<<<<< style.css
/*$Id: style.css,v 1.11 2009/06/23 18:03:38 jrglasgow Exp $ */
div.admin {
  padding:0;
}

div.admin-panel h3 {
  background-color:#999 !important;
}

=======
/*$Id: style.css,v 1.11 2009/06/23 18:03:38 jrglasgow Exp $ */
>>>>>>> 1.7
tr.odd, tr.even,
tr.odd a, tr.even a {
  color:black;
}

.primary li a {
  color:black;
}

.secondary li a {
  color:inherit;
}

td.active {
  background-color:inherit;
}

.form-item label {
  /*color:white;*/
}

.preview {
  color:black;
}

/* layout */

body {
  margin: 0;
  padding: 0;
  min-width: 750px;      
}

#top-container {
 /* background:#020202 url('images/top_gradient_dark.jpg') repeat-x; */
  min-height:80px;
  padding:0 12px;
}

#page {
   margin: 0 auto;
   width: 95%;
}

#page {
  /* background: url('images/page_bg_left.png') repeat-y top left; */
}

#page #shadow-right {
 /* background: url('images/page_bg_right.png') repeat-y top right; 
  padding:0 11px;*/
}

#page #page-bg {
}

#banner p {
  padding-bottom:0.5em;
  padding-top:0.5em;
  margin:0 auto;
}

#banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header, #content {
  width: 100%;
}

#header a:link,
#header a:visited,
#header a:hover {
  color:#fff;
}

.sections {
  width: 100%;
  padding: 0;
}

.section {
  float: left;
}

#section1 {
  margin: 4px 0;
  padding:0 8px;
}

#section1 .block,
#section2 .block {
  padding: 8px;
}

.section.width99 {
  width: 100%;
}

.section.width49 {
  width: 50%;
}

.section.width33 {
  width: 33%;
}

.section.width24 {
  width: 25%;
}

.sections {
  width: 100%;
}

#middlecontainer {
  margin: 0 auto;
}

#sidebar-left, #sidebar-right {
  width: 210px;
  float:left;
  z-index: 2;
  position: relative;
}
#sidebar-left .block, #sidebar-right .block {
  padding:8px 16px;
  margin-bottom:5px;
  /*border: 1px solid #ccc;*/
}

#main {
    float: left;
    min-height: 600px;
    width: 100%;
}

body.sidebar-left #main {
  margin-left: -210px;
  margin-right: 0;
}

body.sidebar-right #main {
  margin-right: -210px;
  margin-left: 0;
}

body.sidebars #main {
  margin-left: -210px;
  margin-right: -210px;
}

body.sidebar-left #squeeze {
  margin-left: 210px;
  margin-right: 0;
  padding-left: 4px;
}

body.sidebar-right #squeeze {
  margin-right: 210px;
  margin-left: 0;
  padding-right: 4px;
}

body.sidebars #squeeze {
  margin-left: 210px;
  margin-right: 210px;
  padding: 0 4px;
}

body.sidebars #sidebar-left {
  margin-right:0px;
}

#squeeze-content {
  padding-bottom: 15px;
}

#inner-content {
  padding: 0px;
}

.node {
  margin: 0.5em 0 2em 0;
}

.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}

/* typography */

body {
  font-size: 13px;
  font-family: Droid Sans, Helvetica, Arial, Verdana, sans-serif !important;
  line-height: 145%;
  color: #333333;
  background: url('/sites/all/themes/asl/images/body_bg.jpg') repeat-x scroll 0 0 #d7d6d3 !important;
}

#sitewrapper{
  background: url('/sites/all/themes/asl/images/container_bg_top_home.jpg') no-repeat scroll center top transparent;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h4 {
  padding-bottom: 0px;
  margin: 20px 0px 0px 0px;
  line-height:125%;
}

h1 {
  font-size: 175%;
}

h1.title{
border-bottom: 1px dotted #666666;
font-family: "Molengo";
font-size: 23px;
font-weight: normal;
margin-top: 30px;
padding-bottom: 10px;
margin-bottom: 25px;
}

h2 {
  font-size: 125%;
}

h3 { 
   font-size: 110%;
}

h4 {
  font-size:  100%;
}

h5, h6 {
  font-size: 90%;
}

#content-top h2, #content-top h2.title,
#content-bottom h2, #content-bottom h2.title {
  font-size:125%;
}

#main h2.title {
   font-size: 150%;
}

.title, .title a {
  font-weight: bold;
  color: #8E6126;
  margin: 0 auto;
}
.submitted {
  color: #8E6126;
  font-size: 0.8em;
}
.links {
  color: #8E6126;
}
.links a {
  font-weight: bold;
}

.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

/* links */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main .block h2.title {
  font-size: 125%;
}

/* elements */

td{
    vertical-align: top;
}

tr.odd td, tr.even td {
    padding: 1em 0;
    text-align: center;
}

tr.odd {
  background: #eee;
}

tr.even {
  background: #ccc;
}

tbody {
  border: none;
}

fieldset {
  border: 1px solid #ccc;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
  width: 100%;
}

table.sticky-header{
    background: none repeat scroll 0 0 #CC031B;
    margin-top: 0;
}

tr.selected td {
    background: none repeat scroll 0 0 #AAAAAA !important;
}

tr.even, tr.odd {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px dotted #999999;
    padding: 0.1em 0.6em;
}

tr.even:hover{
    background: none repeat scroll 0 0 #CCCCCC !important;
}

tr.odd:hover{
    background: none repeat scroll 0 0 #CCCCCC !important;
}

thead th {
    border-bottom: 1px solid #999999;
    padding: 1em 0;
    text-align: center;
    text-transform: uppercase;
}

.form-item label {
    color: #333184;
    font-size: 12px;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}

.item-list ul li {
margin:0pt 0pt 0.25em 0;
}

.links {
  margin-bottom: 0;
}

.comment .links {
  margin-bottom: 0;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.clr {
  clear: both;
}

/* site logo, name, slogan */

#logo {
  vertical-align: middle;
  border: 0;
}

#logo img {
  float: left;
  border: 0;
}

#top-center {
 /* background: #1C1C1C url('images/top_gradient_light.jpg') repeat-x; */
  margin:0 auto;
  min-height:80px;
  /* padding-bottom:80px; */
}

#name-and-slogan {
  float: left;
  margin: 10px 22px;
  display:inline;
}

.site-name {
  margin: 0;
  padding: 0;
  font-size: 2em;
}

.site-name a:link, .site-name a:visited {
  color: #fff;
}

.site-name a:hover {
  text-decoration: underline;
}

.site-slogan {
  font-size: 1.1em;
  color: #eee;
  display: block;
  margin: 0;
  padding: 0;
  font-style: italic;
}

/* search */

#search-theme-form {
  float: right;
  padding: 0.5em 0.5em 0 0.5em;
}

#search .form-text, #search .form-submit {
  /*border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;*/
}

#search .form-text {
  width: 16em;
  /*padding: 0 0.5em;*/
}

#edit-search-theme-form-1-wrapper label {
  display: none;
}

/* primary links */

#primarymenu {
  padding: 10px;
  text-align: right;
  float:right;
}

#primarymenu li {
  border-left:1px solid #fff;
  padding:0pt 0.5em 0pt 0.7em;
}

#primarymenu li.first {
  border:medium none;
}


.primary-links {
  font-size: 1.0em;
  color: #fff;
}

#secondary-links {
  text-align:center;
}

#secondary-links li.first {
  border-left:none;
}

.primary-links a,
.primary-links a:link, 
.primary-links a:visited, 
.primary-links a:hover, 
.primary-links .links {
  font-weight: bold;
  color: #fff;
}

.primary-links ul.menu {
  text-align: right;
}

.primary-links li {
  display:inline;
  list-style-type:none;
  padding:0pt 0.5em;
}

.primary-links li.first {
  border: none;
}

#primarymenu a.active, #primarymenu a.active {
  color:#fff;
}
#primarymenu a {
  color:#fff;
  font-weight:normal;
  font-size:120%;
}

/* fix for white bar on homepage above suckerfish in some browsers */

#suckerfishmenu .content{margin:0px;}

/* mission statement, breadcrumbs, messages, etc. */

#mission {
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: .5em;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
  margin-left: 15px;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#header .block {
  margin:0px 22px;
  color:#3f3f3f;
}

/* footer */

#footer {
    color: #777777;
    float: left;
    font-size: 11px;
    padding: 40px 0 5px;
    text-align: center;
    width: 100%;
}

#footer div a{
    color: #CC031B !important;
}

#footer-region {
  text-align: center;
}

#footer-message {
  text-align: center;
  margin:0;
  font-size: 90%;
  color:gray;
}
  
#footer-message a {
  font-weight:bold;
}
#footer .content {
   margin:0px;
}

#footer .content p {
   margin-bottom:0px;
   margin-top:0px;
}

.node .taxonomy {
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #8E6126;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.poll .title {
  color:#000000;
}

a{
    outline: none;
}

/* GALLERY */

#block-views-Gallery-block_1{
float:left;
}

#block-views-Gallery-block_1 .content .view-Gallery .view-content table tr{
float:left;
margin-bottom:37px;
width:981px;
}

#block-views-Gallery-block_1 .content .view-Gallery .view-content table tr td.col-2{
float:left;
margin-right:37px;
margin-left:38px;
margin-bottom:37px;
}

#block-views-Gallery-block_1 .content .view-Gallery .view-content table tr td{
margin-bottom:37px;
float:left;
}

/* BRANDS */

#block-views-logos-block_1{
    float: none;
    margin: auto;
    padding-left: 0;
    width: 743px;
}

#block-views-logos-block_1 .content .view-logos .view-header{
    float: left;
    margin-right: 20px;
}

#block-views-logos-block_1 .content .view-logos .view-header p{
    margin: 0px;
}

#block-views-logos-block_1 .content .view-logos .view-content{
    float: left;
    margin-right: 20px;
}

#block-views-logos-block_1 .content .view-logos .view-content table tr td{
    float: left;
    margin-bottom: 20px;
    margin-right: 17px;
}

#block-views-logos-block_1 .content .view-logos .view-content table tr td.col-2{
    float: left;
    margin-bottom: 20px;
    margin-right: 0px;
}

#block-views-logos-block_1 .content .view-logos .view-footer{
    float: left;
    margin-right: 0px;
}

#block-views-logos-block_1 .content .view-logos .view-footer p{
    margin: 0px;
}

img.servicecentre{
    margin-top: 7px;   
}

/* TYRES */

#edit-field-tyres-pattern-value{
    float: left;
    margin-right: 15px;
}

#edit-field-tyres-tyresize-value{
    float: left;
    margin-right: 15px;
}

#edit-field-tyres-rimsize-value{
    float: left;
    margin-right: 15px;
}

#edit-field-tyres-category-value{
    float: left;
    margin-right: 15px;
}

#edit-field-tyres-radialcrossplysolid-value{
    float: left;
    margin-right: 15px;
    width: 144px;
}

#edit-field-tyres-tubetype-value{
    float: left;
    margin-right: 15px;
}

#contact-mail-page{
    float: left;
}

#block-block-3{
    float: right;
}

#block-block-3 .content p a.lightbox-processed{
    background: url("/sites/all/themes/asl/images/map-icon.png") no-repeat scroll right 0 transparent;
    color: #CC031B;
    float: left;
    height: 27px;
    margin-top: 5px;
    padding-right: 32px;
}

#block-block-2{
    border-top: 1px dotted #666666;
    float: left;
    margin-top: 30px;
    width: 100%;
}

#block-block-2 .content table tr td p a.lightbox-processed{
    background: url("/sites/all/themes/asl/images/map-icon.png") no-repeat scroll right 0 transparent;
    color: #CC031B;
    float: left;
    height: 27px;
    margin-top: 5px;
    padding-right: 32px;
}

#logo-title {
    float: left;
    margin: 12px 0;
}

.view-temp {
    margin-top: 40px;
}

.view-temp .view-filters{
    margin: auto auto 15px;
    padding-top: 30px;
    width: 908px;
}

#block-block-4{
    color: #333184;
    float: left;
    font-family: "Josefin Sans Std Light";
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
    width: 100%;
}

#block-block-4:hover{
    color: #CC031B;
}

#block-block-5{
    float: left;
    line-height: 160%;
    padding: 0 30px;
    text-align: justify;
}

#block-block-5 .content p a{
    color: #CC031B;
    float: right;
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
    text-transform: uppercase;
}

#block-block-6{
    margin: auto;
    width: 122px;
}

#block-block-6 .content p a{
    background: url("/sites/all/themes/asl/images/userFacebook.png") no-repeat scroll right 0 transparent;
    float: left;
    height: 25px;
    padding-right: 28px;
    text-transform: uppercase;
}

#block-block-6 .content p a:hover{
    color: #CC031B !important;
    text-decoration: none;
}

#block-block-6 .content p a img{
    float: right;
    margin-left: 3px;
    margin-top: -2px;
}

#block-views-Slider-block_1{
    background: url("/sites/all/themes/asl/images/kumho_vertical.jpg") no-repeat scroll right 0 transparent;
    margin-top: 5px;
}

.views-field-field-slider-images-fid .field-content img{
    border-radius: 0;
} 

.view-AutomotiveBatteries .view-header{
    padding-top: 35px;
}

.view-AutomotiveBatteries .view-filters{
    margin: auto auto 15px;
    padding-top: 30px;
    width: 190px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.3em;
}

/* TYRES GALLERY */

.view-TyresGallery{

}

.view-TyresGallery .view-content table tr td{
    float: left;
    margin-bottom: 35px;
    margin-right: 53px;
}

.view-TyresGallery .view-content table tr td.col-4{
    margin-right:0px;
}

.view-TyresGallery .view-content table tr td .views-field-field-tyrepattern-image-fid{
    border: 1px solid #CCCCCC;
    float: left;
}

.view-TyresGallery .view-content table tr td .views-field-title{
    clear: both;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.field-field-page-image .field-items .field-item img{
    border-radius: 0 0 5px 5px;
    margin-bottom: 12px;
}

/* NEWS */

.view-News{

}

.view-News .view-content .views-row{
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.view-News .view-content .views-row .views-field-title .field-content a{
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.view-News .view-content .views-row .views-field-field-news-date-value .field-content{
    color: #A6A5A5;
    font-size: 11px;
    text-transform: uppercase;
}

/* NEWS GALLERY */

.view-NewsGalleryNode .view-content table tr td{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.view-NewsGalleryNode .view-content table tr td.col-8{
    margin-right:0px;
}

.view-NewsGalleryNode .view-content table tr td .views-field-field-news-images-fid{
    border: 1px solid #CCCCCC;
    float: left;
}

#block-block-7{
    float: left;
    margin-bottom: 40px;
}

#edit-preview{
    display: none;
}

div.error{
display:none;
}