@charset "utf-8";
/* CSS Document for Stanleys Discount Lawnmower Warehouse */
/* This document is under copyright of Stanleys Group 2010 - ∞ */

/* shop.css - This document is used for shop specific styling 
including individual item pods, item pages and styling */

/* Stylesheet is basically self explanitory */

.shopPod {
	margin:0px auto;
	font-size:12px;
float:left;
padding-top:5px;
padding-bottom:5px;
padding-left:27px;
padding-right:27px;
width:170px;
height:250px;
background-image:url(../styleImages/shopBg.jpg);
background-repeat:no-repeat;
background-position:center;	
}

.sPodTitle {
	margin-left:5px;
	font-size:13px;
	text-align:center;
	width:160px;
	height:50px;
	vertical-align:central;
}

.sPodTitle a:link, .sPodTitle a:visited, .sPodTitle a:active{
	text-align:center;
	margin-left:5px;
height:13px;
font-size:13px;	
text-decoration:none;
color:#3f4c6b;
}

.sPodTitle a:hover{
	margin-left:5px;
	text-align:center;
height:13px;
font-size:13px;	
text-decoration:underline;
color:#00f;
}


.sPodCatPrice
{	
	text-align:left;
	margin-left:5px;
	float:left;
	width:160px;
	font-size:10px;
}

.sPodCatPrice a:link, .sPodCatPrice a:visited, .sPodCatPrice a:active
{ 
	color:#3f4c6b;
	text-decoration:none;
}

.sPodCatPrice a:hover 
{
	color:#00f;
	text-decoration:underline;
}

.sPodImg
{
	vertical-align:central;
	text-align:center;
	float:left;
	height:120px;
	width:140px;
	font-size:10px;
    margin-left:15px;
	font-size:0px;
}
.sPodPay {
	text-align:center;
	margin-left:5px;
float:left;
width:160px;
font-size:10px;	
}

.recNavHolder {
	width:100%;
float:left;	
margin:0px auto;
}

.recordNav {
	height:auto;
	color:#FFF;
	font-size:12px;
width:50%;
margin:0px auto;	
}

.subRecNav {
	height:auto;
	color:#FFF;
	font-size:12px;
width:25%; 
float:left;
margin:0px auto;
	
}

.item {
	float:left;
	width:100%;
}

.itemImage{
float:left;
width:40%;
height:auto;
padding-left: 15px;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;	
}

.itemTextRight {
	padding: 15px 15px 15px 15px;
	text-align:right;
	float:left;
width:50%;
height:auto;	
}

.longDisc {
	margin-left: 15px; 
	margin-top: 15px;
	margin-bottom: 30px;
width:770px;
height:auto;
float:left;	
}


.orderTitle
{
width:100%;
font-size:18px;	
color:#060;
}

.orderNumber
{
	border-bottom:#666 1px solid;
	width:20%;
	float:left;
	padding-bottom:15px;
	background-color:#FFF;
	color:#090;

}
.partName
{
		border-bottom:#666 1px solid;
	width:30%;
	float:left;
	padding-bottom:15px;
	background-color:#FFF;
	color:#090;
		
}

.partStatus
{	width:50%;
	border-bottom:#666 1px solid;
	background-color:#FFF;
	float:left;
		padding-bottom:15px;
		color:#090;
}

#title {
	font-size:16px;
	color:#600;
	font-weight:bold;	
}


.tblHolder {

width:100%;
height:auto;
background-color:#FFF;	
}

.tblRow {
background-color:#FFF;
float:left;
width:100%;	
border-top: 1px solid #009;
margin:0px auto;
}

.tblRow:hover {
background-color:#FFFFCC;
background-repeat:repeat;
}
.tblRow:hover .tblLeft {
background-color:#FFC;
}

.tblItem {
	width:200px;
	margin:0px auto;
	padding-left:15px;
	float:left;	
	padding-top: 2px;
	padding-bottom:2px;
}

.tblLeft {
color:#3f4c6b;
text-align:left;
float:left;
width:200px;
height:auto;	
}

.tblRight {
	text-align:right;
float:left;
width:100%;	

}

#id {
width:20%;	
}

.relatedItems {
width:98%;
float:left;
margin-left:1%;
margin-right:1%;
}

.col-sm-6{
	width:48%;
	float:left;
	margin:1%;
}

.col-sm-6.title{
border-bottom:1px black solid;
}

.col-sm-6 .box{
font-size:10px;
}

.col-sm-8.title{
font-size:12px;
}