/*****************************************************************************************/
/*****************************************************************************************/
/* Styles for the overall layout of Sassy Scot                                           */
/*****************************************************************************************/
/*****************************************************************************************/

/**********************************************************************/
/* Styles for putting products in table format                        */
/**********************************************************************/
#producttable { border-collapse: collapse; 
        padding: 10px;
		margin: 10px;}
#producttable tr td {    border-style: solid;
        border-top-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 0px;
		border-right-width: 0px;
        border-color: #D61F43;
	  }
#producttable tr td img {    margin-top: 5px;
                             margin-bottom: 5px;
	  }
	  
#producttable2 { border-collapse: collapse; 
        padding: 10px;
		margin: 10px;}
#producttable2 tr td {    border-style: solid;
        border-top-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 0px;
		border-right-width: 0px;
        border-color: #D61F43;
	  }
#producttable2 tr td img {    margin-top: 5px;
                             margin-bottom: 5px;
	  }
	  
.productLeader { font-size: 36px;
                 color: #8000FF;
                 background-color: inherit;
				 text-align: center;
				}
.productsubLeader { font-size: 24px;
                 color: #8000FF;
                 background-color: inherit;
				 text-align: center;
				}
.productNumber { font-size: 14px;
                 font-weight: bold;
                 color: #8000FF;
                 background-color: inherit;
				 text-align: left;
				 margin: 15px;
				}
.productName   { font-size: 18px;
                 font-weight: bold;
                 color: #000000;
                 background-color: inherit;
				 text-align: left;
				 text-decoration:underline;
				 margin: 10px;
				}
.productDesc    { font-size: 14px;
                 font-weight: normal;
                 color: #000000;
                 background-color: inherit;
				 text-align: left;
				 margin: 15px;
				}
.price          { color: maroon;
                  font-size: 16px;
				  font-weight: bold;
				  margin: 2px;
				 }
.strikeThrough   { text-decoration:line-through; }
.red             {color: red;
                  background: inherit;
				  }