@import "OrderDisplay.css";
@import "LureCategory.css";

body 
{
	font-family:Verdana,Helvetia,Sans-Serif;
}

h1,h2,h3,h4
{
    color:maroon;
    font-family: Rockwell, Verdana, Arial, Helvetica, sans-serif;
}

    
table.orderTable
{
    background-color:#ddd;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    font-family:Verdana;
    font-size:9px;
}
table.orderTable img
{
    border: 1px solid red;
}

table.orderTable caption
{
	font: bold 20px helvetica, arial;
}

table.orderTable tr.sizeRow
{
	
}

Table.CartTable
{
    font-size:10px;
    background-color:#ffa;
}

Table.CartTable img.imgLure
{
	margin-right:3px;
	border-top: 1px solid #eee;
	border:1px solid green;
}

Table.CartTable td, th
{
    padding: 5px;
}

Table.CartTable th
{
   color:#9D2B30;
}

.addrBox 
{
    font-size:10px;
    border:1px solid silver;
    margin:10px;
    background-color:#ffb;
    padding:5px;
}

.EditTable
{
    font-size:10px;
}

.MenuHover
{
    background-image:url(/css/Master/sideMenu_bk_hover.gif);
    background-repeat:repeat-y;
}

.Menu
{
    background-image:url(/css/Master/sideMenu_bk.gif);
    background-repeat:repeat-y;
}

.lureFeatures
{
	font-size:18px;
	font-weight:bold;
	background-color:#fee;
	border:1px solid #eee;
}

.highlight
{
	color:Red;
	background-color:Yellow;
	font-weight:bold;
}


/*Kits */

    .kitTable 
    {
        margin-bottom:25px;
    	width:650px;
    }
        
    .kitTable h4
    {
    	margin:5px 0px 5px 0px;
    }
    .kitTable caption
    {
    	font-size:22px;
    	text-align:left;
    }
        
    div.kitImage
    {
	    text-align:center;
	    width:65px;
	    margin:0px 10px 10px 0px;
	    padding: 1px;
	    float:left;
    }
    
    div.kitImage img
    {
        border-top: 1px solid #ddd;
	    border-right: 1px solid #999;
	    border-bottom: 1px solid #999;
	    border-left: 1px solid #ddd;
    }
    
    
    .kitRegularPrice
    {
    	text-align:center;
    	font-size:12px;
    }
    .kitPrice
    {
	    font-weight:bold;
	    text-align:center;
	    margin:5px 0px 10px 0px;
	    font-size:14px;
    }
    
    /*LurePicker */
    
    .lurePicker select
{
	font-size:10px;
	background-color:#eee;
} 
.lurePicker select.active
{
	font-weight:bold;
	background-color:Yellow;
}

/* below not in old site - verify working */
div#topSlice
{
	position: absolute;
	top: 0px;
	left: 0px; 
	width:588px;
	height:60px;
    background-image:url(/Css/Master/topSlice.gif);
}

div#speciesSlice
{
	position: absolute; 
	z-index: 103; 
	top: 60px;
	left: 0px; 
	background-image:url(/css/Master/species_slice.gif);
	width:640px;
	height:19px;
}

div#pantherMouth
{
	z-index: 105; 
	left: 0px; 
	width: 100px; 
	position: absolute; 
	top: 79px;
}


div#mainContent
{
	position: absolute; 
	top: 92px;
	left: 111px; 
	width: 726px;
}

div#rightSideContent
{
	position:absolute;
	left:850px;
	top:100px;
	width:150px;
}

div#microCart
{
	font-size:9px;
	border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    background-color:#fafafa;
	box-shadow: 5px 5px 5px #AAA;
	padding:5px;
}

div#phone
{
	position: absolute; 
	top: 5px;	
	left: 600px; 
	z-index: 104; 
	width: 200px; 
}

div#phone span#number
{
	font-weight: bold; 
	color: Red;	
}

div#phone span#hours
{
	font-size: 9px;
}

div#footer
{
	clear:both;
	margin-top:25px;
}

div#footer div.bottomColumn
{
	width:30%;
	float:left;
	text-align:center;
	padding:10px;
}


div#footer div#gauranteedToCatchFish
{
	background-color:#eee;
	border-radius:10px;
	box-shadow: 5px 5px 5px #888888;
	margin-bottom:15px;
}

div#footer div#gauranteedToCatchFish div#description
{
	font-size:10px;
}
div#footer div#gauranteedToCatchFish div#guarantee
{
	font-weight:bold;
}


div#contactInfo
{
	text-align:center;
	margin-top: 5px;
	font-size: 9px; 
	color: #888; 
	font-family: Arial,Helvetica;
	clear: both;
}

div#megaDiscountRightSide
{
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    background-color:#fafafa;
    padding: 10px;
    text-align: center;
    margin-top: 6px;
}

div#DozenDiscount
{
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    background-color:#fafafa;
    padding: 6px;
    text-align: center;
    margin-top: 6px;    
}

div#DozenDiscount div#DozenTitle
{
    color: maroon;
    text-align: center;
    font-weight: bold;
}

div#DozenDiscount div#DozenDetail
{
    font-size:11px;
    margin: 6px 0px;
}

div#FreeShipping
{
    margin: 10px 0px 10px 0px;
    width:150px;
    text-align:center;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    background-color:#fafafa;
}

span#bargainLinkTitle
{
    color:#777;
}

div#bargainLink
{
    padding:5px;
    border:1px solid Maroon;
    border-radius: 10px;
    background-color:#fafafa;
    font-size:12px;
    margin-bottom:5px;
}

div#newLureBox
{
    width: 438px;
    float: left;
    margin: 0px 10px 10px 0px;
    border: 1px solid maroon;
    border-radius: 10px;
    background-color:#fafafa;
    padding: 10px;
}

div#lureReccommender
{
    font-size:12px;
    float: right; 
    width:214px;
    padding: 8px;
    margin:10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    background-color:#fafafa
}

div#divSearch
{
    position:absolute;
    top:35px;
    left:625px;
}
