/*
 * "Minimify" theme v1 adapted for Tyremen
 */

/* Primary Styles */
body {
background:#ffffff url(background.jpg) repeat-x top left ;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3em;
font-size: 72%;
color: #0A245F;
}
	
h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
padding: 0px;
}

h1, h2 {
font-size: 180%;
line-height: 1.2em;
color: #0A245F;
}
	
h3 {
font-size: 100%;
line-height: 1.2em;
color: #0A245F;
}

a {
color:#0A245F;
text-decoration: underline;
}

a:hover {
color: #FF6600;
background:#eee;
text-decoration: underline;
}

img { 
border: 0;
margin-top:10px; 
}

hr, .hide { display: none; }

p {
line-height:150%;
}

li {
line-height:140%;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
	
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* PRIMARY LAYOUT */
#container {
width: 800px;
margin: 10px auto 30px auto;
}

#main {
background: #fff;
border-top: 10px solid #0A245F;
clear:both;
width: 800px;
position: relative;
}

/* Header Styles */
#header {
background-image:url(banner.jpg);
position: relative;
padding: 5px 0;
margin-top: 10px;
float:left;
width: 800px;
height: 100px;
font-size: 60%;
}
	
h1#logo {
font-size: 100%;
padding: 0;
margin: 0;
float: left;
}

h1#logo a {
font-size: 120%;
line-height: 1.2em;
text-decoration: none;
color: #6c0;
}

h1#logo a:hover {
text-decoration: none;
color: #000;
}
	
#cartlinks {
float: right;
text-align: right;
}
	
h2#cartcount {
padding: 0;
margin: 0;
white-space: nowrap;
}

h2#cartcount a {
font-size: 120%;
line-height: 1.2em;
text-decoration: none;
color: #000;
}

h2#cartcount a:hover {
color: #6c0;
}

/* MAIN CONTENT AREA */
#searchbox {
height: 30px;
padding:0px;
background: #ccc;
border-bottom: 1px solid #eee;
text-align: right;
}

#content {
width: 600px;
float: left;
padding:0px;
background: #fff;
}

.box1, .box2, .box3, .box4, .box5, .box6    {
width:160px;
float:left;
margin: 0 10px 10px 0 ;
border: 1px solid #999;
padding:120px 7px 7px 7px;
text-align:center;
}

.box1 {
background: #eee url(../img/box2_bg.jpg) no-repeat top left ;
}

.box2 {
background: #eee url(../img/box1_bg.jpg) no-repeat top left ;
}

.box3 {
background: #eee url(../img/box3_bg.jpg) no-repeat top left ;
}

.box4 {
background: #eee url(../img/box5_bg.jpg) no-repeat top left ;
}

.box5 {
background: #eee url(../img/box4_bg.jpg) no-repeat top left ;
}

.box6 {
background: #eee url(../img/box6_bg.jpg) no-repeat top left ;
}



#innercontent {
margin: 0;
padding: 20px;
}
	
blockquote {
font:100%/110% Arial, Helvetica, sans-serif;
border-right:4px solid #999;
border-left:4px solid #999;
margin:20px 0 20px 0;
background:#eee url(../img/quotes.jpg) no-repeat top left ;
color:#0A245F;
}

blockquote p {
margin:10px 20px 10px 20px;
padding:7px;
}

cite {
color:#FF6600;
}	

/* Right Menu Area */
#rightsiders {
background:#eee;
width: 130px;
float: right;
text-align: right;
text-transform:uppercase;
}

#rightsiders h3 {
font-size: 100%;
border-right: 4px solid #FF9900;
color: #0A245F;
line-height: 2em;
margin: 5px 10px 0 0;
padding: 0 8px;
font-weight: bold;
}

ul.rightlinks {
padding: 0;
margin: 5px 0 5px 0;
font-size: 90%;
}

ul.rightlinks li {
list-style: none;
padding: 0;
margin: 0 10px 8px 0;
line-height: 2em;
}

ul.rightlinks li a {
padding: 5px 10px;
color: #444;
margin: 0;
text-decoration: none;
font-size: inherit;
border-right: 4px solid #999;
}

ul.rightlinks li a:hover {
background:#FCAA2A;
color: #0A245F;
border-right: 4px solid #0A245F;
}


/* CART PAGE */
.info {
padding: 5px;
text-align: right;
}
	
#line-items {
list-style: none;
margin: 0;
padding: 0;
}
	
#line-items li {
padding: 10px;
margin-bottom: 2px;
border-bottom: 1px solid #ddd;
position: relative;
}
	
.price {
color: #FF6600;
font-weight: bold;
}
	
.money {
color: #FF6600;
font-weight: bold;
}
	
li#total {
text-align: right;
border-top: 1px solid #ddd;
font-size: 22px;
font-weight: bold;
background: #fff;
color: #0A245F;
}
	
li#total .money {
font-size: 22px;
}
	
#cart label {
font-size: 12px;
color: #444;
padding-right: 5px;
}
	
#cart .right {
position: absolute;
top: 5px;
right: 10px;
text-align: right;
}

#update-cart {
float: left;
}
	
.thumb .prodimage a {
width: 75px;
padding: 10px 5px;
margin: 0 5px 0 0;
background: #fff;
border: 1px solid #fff;
text-align: center;
float: left;
}
	
.thumb .prodimage a:hover {
border-color: #000;
}

/* ARTICLES */
#page {
margin: 20px 0;
}
	
#frontarticles {
float: left;
width: 355px;
padding: 10px 10px 0 0;
}
	
.article {
margin-bottom: 20px;
font-size: 110%;
}


/* PRODUCTS */

/* Products on the front page */
#frontproducts {
	width: 630px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
.productmain {
width: 110px;
float: left;
text-align: center;
padding: 0px;
margin: 20px 2px 0px 2px;
border-top: 1px solid #ccc;
}
	
.productmain .description {
font-size: 90%;
line-height: 1.2em;
color: #444;
}
	
#frontproducts p.money {
font-size: 100%;
margin: 0px 0;
color: #444;
}
	
#frontproducts h3 {
font-size: 90%;
line-height: 1em;
margin: 0;
padding: 0;
}


/* Collection Pages */
#collectionpage h2 {
padding-top: 10px;
font-size: 150%;
color: #0A245F;
margin: 0;
}
	
#product-collection {
list-style: none;
margin: 10px 0;
padding: 0;
}
	
li.singleproduct {
margin-bottom: 20px;
padding: 5px 0;
}
	
.singleproduct .small {
float: left;
text-align: center;
width: 25%;
}
	
.small .prodimage a {
width: 110px;
padding: 10px 5px;
border: 1px solid #fff;
float: left;
}
	
.small .prodimage a:hover {
border-color: #000;
}
	
.description h3 {
margin: 0;
padding: 0;
font-size: 22px;
}
	
.singleproduct .productdetails {
margin-left: 26%;
}
	
.singleproduct .description {
padding-left: 10px;
margin-left: 10px;
border-left: 3px solid #eee;
}

#pagination {
font-size: 100%;
position: absolute;
top: 6px;
left: 5px;
line-height: 1.5em;
}
	
#pagination a {
padding: 0 5px;
text-decoration: none;
color: #666;
}
	
#pagination a:hover {
background: #fff;
text-decoration: none;
color: #000;
}

#pagination .current {
padding: 0 5px;
text-decoration: none;
color: #fff;
background: #333;
font-weight: bold;
}
	
/* Product Pages */
#productpage {
	float: left;
	width: 630px;
	}
#productimages {
width: 265px;
margin: 0 0 0 15px;
float: right;
}
	
a.productimage {
width: 240px;
margin: 15px 0px 5px 10px;
padding: 10px 0;
text-align: center;
float: left;
border: 1px solid #fff;
}
	
a.productimage-small {
width: 115px;
margin: 5px 0px 5px 10px;
padding: 10px 0;
text-align: center;
float: left;
border: 1px solid #fff;
}
	
a.productimage:hover, a.productimage-small:hover {
border-color: #000;
}
	
#productdetails {
width: 340px;
float: left;
}
	
#productdetails h2 {
padding-top: 10px;
font-size: 150%;
color: #0A245F;
margin: 0;
}
	
ul.hlist {
list-style: none;
margin: 0;
padding: 0;
}
	
.hlist li {
display: inline;
}
	
ul#details {
list-style-type: none;
margin: 0;
padding: 0;
}
	
ul#details li {
margin-right: 5px;
font-style: italic;
}
	
#productcontrols { border-top: 2px solid #333; border-bottom: 2px solid #333; padding: 10px; margin: 10px 0; }

ul#variants { list-style: none; margin: 0; padding: 10px; }

ul#variants li { line-height: 1.2em; font-size: 120%; padding-top:10px; }

ul#variants li input, ul#variants li label { vertical-align: middle; }
.addtocart { margin: 10px; }

.description {
color: #0A245F;
margin-bottom: 10px;
}

.wheels-grid {float:left;width:137px;text-align:center;margin:0 3px 0 0;}

/* FOOTER */
#footer {
clear: both;
font-size: 85%;
text-align: right;
color: #666;
border-top: 5px solid #0A245F;
padding-bottom: 30px;
margin-top: 20px;
}

.footerinner {
margin: 5px 10px;
}
	
#footer a {
color: #444;
}

#footer a:hover {
color: #000;
}

/***** Form styles *****/

form {
margin: 0px 0 0px 0 ;
}

input, textarea {
border:1px solid #cccccc;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
margin:0;
}

label {
margin:2px;
}

#searchform {
margin: 0px 0 10px 0px ;
border-bottom:1px solid #CCCCCC;
padding:5px 0 10px 10px ;
background:#eee;
width:205px;
}

fieldset, contactform {
border:none; background:url(../img/strip.jpg) no-repeat top right ;
}
	
/***** Various classes *****/

.intro {
font:120%/140% Arial, Helvetica, sans-serif;
color:#0A245F;
}

.left {
float:left;
}

.right {
float:right;
}

.pic {
border: solid 4px #eee;
margin: 0px 6px 5px 0px;
}

.picleft {
float:left;
border: solid 4px #eee;
margin: 5px 10px 0px 0px;
}

.picright {
float:right;
border: solid 4px #eee;
margin: 5px 20px 0px 10px;
}

.picleft-nb {
float:left;
margin: 5px 10px 0px 0px;
}

.picright-nb {
float:right;
margin: 5px 20px 0px 10px;
}

.footpicleft {
float:left;
border: solid 4px #999999;
margin: 5px 10px 30px 0px;
}


.hide {
display:none;
}

.small {
font:75%/140% Verdana,Tahoma,Arial,sans-serif;
}

.noborder {
border:none ;
}

.question {
background:#FBAB2A;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
color: #0A245F;
display: block;
font:140%/160% Georgia, Verdana,Tahoma,Arial,sans-serif;
margin: 1em 0 0.5em 0;
padding: 6px 12px;
}

.answer {
background:#eee;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
color: #0A245F;
display: block;
font-size: 1em;
margin: 1em 0 1em 0;
padding: 6px 12px;
}

/****** TABLE ******/
caption {padding:0 0 5px 0;font:italic 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;text-align:right;}

th {color:#333333;border-right:1px solid #999999;border-bottom:1px solid #999999;border-top:1px solid #999999;text-transform:uppercase;padding:6px 6px 6px 12px;background:#CCCCCC;}
th.nobg {border-top:0;border-left:0;border-right:1px solid #999999;background:none;}

td {font-size:10px;border-right:1px solid #999999;border-bottom:1px solid #999999;background:#fff;padding:6px 6px 6px 12px;}

