/*Edit CSS code below - store.css - Do not remove this line*/

body  {
background: #666666;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
background-color: #99cc00;
background-image: url(images/back.jpg);
background-repeat: repeat-x;
line-height: 18px;
margin-top: 0;
margin-right: 0;
margin-bottom: 2;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 2;
padding-left: 0;
}
#master  {
width: 920px;
text-align: left; /* this overrides the text-align: center on the body element. */
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
} 
#header  {
float: left;
height: 236px;
width: 920px;
padding-top: 0;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
} 
#header  h1  {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
  {
float: left;
width: 210px; /* top and bottom padding create visual space within this div  */
padding-top: 0px;
padding-right: 0;
padding-bottom: 0px;
padding-left: 0;
}
#e_menu {
float: left;
width: 210px;
}
#footertop {
float: left;
width: 900px;
margin-bottom: 5px;
}
.Dynamic_Panel {
float: left;
width: 650px;
}
#footerbottom {
float: left;
width: 900px;
}
.footad {
float: left;
height: 122px;
width: 209px;
margin-right: 14px;
}
#headerleft {
float: left;
height: 236px;
width: 544px;
}
#headerright {
float: left;
height: 236px;
width: 376px;
background-image: url(images/headerright.jpg);
background-repeat: no-repeat;
}
#e_page/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
float: left;
margin-top: 0;
margin-right: 0px;
margin-bottom: 0;
margin-left: 0%;
width: 660px;
padding-left: 20px;
} 
#e_footer  {
padding-top: 0;
padding-right: 0px;
padding-bottom: 0;
padding-left: 20px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
height: 179px;
width: 900px;
} 
#footer  p  {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
}
#e_basket {
float: left;
height: 94px;
width: 159px;
padding-left: 206px;
padding-top: 25px;
}
#nava {
float: left;
height: 24px;
width: 544px;
}
#logo {
float: left;
height: 120px;
width: 544px;
}
#e_toolbar {
float: left;
height: 59px;
width: 544px;
padding-left: 0px;
padding-top: 0px;
background-image: url(images/toolbarback.jpg);
background-repeat: no-repeat;
}
#leftbottom {
float: left;
height: 33px;
width: 544px;
background-image: url(images/leftbottom.jpg);
background-repeat: no-repeat;
}
img {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#containerbase {
float: left;
width: 890px;
padding-right: 10px;
padding-left: 20px;
background-image: url(images/border.jpg);
background-repeat: repeat-y;
padding-bottom: 20px;
}
form {
float: left;
}

#e_page #THISPAGE{
width: 100%;
}

/*e_basket*/



#e_basket h3 {
text-align: left;
color: #fff;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-size: 15px;
font-weight: normal;
font-style: italic;
padding-bottom: 5px;
margin: 0;
padding-top: 5px;
}

#e_basket h3 span{
padding: 5px;
display: block;
}

#e_basket h3.Menu_Header{
background: #ccc;
color: #333;
}
#e_basket label {
font-size: 12px;
font-style: italic;
color: #FFFFFF;
text-align: left;
margin: 0px;
padding: 0px;
}
#e_basket p {
font-size: 12px;
font-style: italic;
color: #FFFFFF;
text-align: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
}
#e_basket a {
font-size: 12px;
font-style: italic;
color: #FFFFFF;
text-align: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
}

#Basket_Contents {
display:block;
padding-bottom: 15px;
border: 1px solid #A4CE22;
margin-bottom: 20px;
}

#Basket_Contents a.viewbasket{
background: url(file:///Macintosh%20HD/Users/simon/Clients/01%20Websites/Junior%20Golf/web/images/buttons/v6_button_viewbasket_off.gif);
width: 130px;
height: 29px;
display: block;
text-indent: -9999em;
margin: 10px auto 0 auto;
}

#Basket_Contents a:hover.viewbasket{
background: url(file:///Macintosh%20HD/Users/simon/Clients/01%20Websites/Junior%20Golf/web/images/buttons/v6_button_viewbasket_on.gif);
}

#Basket_Contents thead img{
margin: 0 auto;
display: block;
}

#Basket_Contents .Total_Wrap{
margin: 0 5px 10px 5px;
background: #EBFF8D;
text-align: center;
}

#Basket_Contents tbody td{
border-bottom: 1px solid #A4CE22;
padding: 5px;
}

#Basket_Contents tbody a{
color: #A4CE22;
}

/*checkout*/

#checkout_content fieldset {
padding: 10px;
border: 1px solid #ccc;
}

#checkout_content legend {
font-size: 18px;
line-height: 18px;
color: #99CC00;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 2px;
font-weight: normal;
}

#checkout_content label{
font-size: 95%;
font-weight: bold;
margin: 0;
}

#checkout_content h3 {
font-size: 14px;
line-height: 16px;
color: #000000;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 2px;
font-weight: normal;
}

.Home_Link {
padding: 0px;
margin: 0px;
background-image: url('file:///Macintosh HD/Users/simon/Clients/01 Websites/Junior Golf/web/images/box_fill.jpg');
background-repeat: repeat-x;
background-color: #DDEEFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
float: left;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #36A7FD;
border-right-color: #36A7FD;
border-bottom-color: #36A7FD;
border-left-color: #36A7FD;
}

.Home_Link h2{
margin: 0 0 10px 0;
font-size: 110%;
}

.Home_Link p{
margin: 0;
}

.clear{
clear: both;
}

.Home_Link  .Display_Name {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%; 
font-weight: bold;
line-height: 1.3em;
padding:0;
margin: 0;
}

.Home_Link .Link_Name {
clear: both;
}

.Home_Link .Display_Image {
float:left;
margin: 5px;
padding: 5px;
border:1px solid #36A7FD;
background-color:#fff;
}

.Example_Link a { 
padding: 3px 5px;
color: white;
font-size: 85%; 
font-weight: bold;
background-color: #FF9900;
border: 1px solid #FF6600;
text-decoration: none;
display: block;
float: left;
}

.Example_Link a:visited{
color: #fff;
text-decoration: none;
}

.Example_Link a:hover { 
background-color: #E38701;
border: 1px solid #D75501;
text-decoration: none;
color: #fff;
}

.titleblock .Display_Image{
float: left;
margin: 0 10px 5px 0;
}

.titleblock h1{
margin-top: 0;
}

.titleblock p{
margin: 10px 0;
}

.Search_Field { 
font-size: 85%; 
background-color: #fff; 
border: 1px solid #ccc; 
padding: 4px;
width: 200px;
}

.Search_Button { 
padding: 3px;
color: white;
font-size: 85%; 
font-weight: bold;
background-color: #FF9900;
border: 1px solid #FF6600;
}

.Search_Button:hover{
background-color: #E38701;
border-color: #D75501;
cursor: pointer;
}

.menusection{
width: 210px;
margin-top: 0;
margin-right: 0;
margin-bottom: 15px;
margin-left: 0;
float: left;
}

#e_basket .menusection{
width: 140px;
}

#e_menu a {
display: block;
width: 210px;
color: #000000;
text-decoration: none;
font-size: 15px;
padding-top: 7px;
padding-right: 0px;
padding-bottom: 11px;
padding-left: 0px;
border-right-color: #ccc;
border-bottom-color: #9BCD1A;
border-left-color: #ccc;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
font-family: Georgia, "Times New Roman", Times, serif;
float: left;
border-bottom-width: 1px;
height: 15px;
}

#e_menu a:hover {
display: block;
width: 210px;
color: #9BCD1A;
text-decoration: none;
font-size: 15px;
padding-top: 7px;
padding-right: 0px;
padding-bottom: 11px;
padding-left: 0px;
border-right-color: #ccc;
border-bottom-color: #9BCD1A;
border-left-color: #ccc;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
font-family: Georgia, "Times New Roman", Times, serif;
float: left;
border-bottom-width: 1px;
height: 15px;
}

#e_menu .submenuitem a{
display: block;
width: 210px;
color: #000000;
text-decoration: none;
font-size: 15px;
padding-top: 7px;
padding-right: 0px;
padding-bottom: 11px;
padding-left: 0px;
border-right-color: #ccc;
border-bottom-color: #9BCD1A;
border-left-color: #ccc;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
font-family: Georgia, "Times New Roman", Times, serif;
float: left;
border-bottom-width: 1px;
height: 15px;
}


.Menu_Header {
font-family: Georgia, "Times New Roman", Times, serif;
display: block;
font-size: 14px;
font-weight: bold;
margin: 0;
width: ;
background-image: url(file:///Macintosh%20HD/Users/simon/Clients/01%20Websites/Junior%20Golf/web/images/menutop.gif);
height: 31px;
width: 200px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #FFFFFF;
float: left;
padding-right: 0px;
}

/*e_page*/



#Page_Breadcrumb {
width: 630px;
margin-bottom: 15px;
float: left;
}

#Page_Breadcrumb, #Page_Breadcrumb a {
font-size: 13px;
color: #333333;
text-decoration: none;
margin-bottom: 5px;
padding-bottom: 5px;
}

p {
font-size: 14px;
line-height: 18px;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 2px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333333;
}

hr {
border: none 0; 
border-top: 1px dashed #666;
width: 100%;
height: 1px; 
clear: both;
}
#Panel_Offers {
float: left;
width: 650px;
}
#prodbotleft p   {
font-size: 13px;
line-height: 16px;
color: #333333;
}
#prodbotleft ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
color: #333333;
list-style-type: none;
}
#prodbotleft li {
font-size: 13px;
line-height: 16px;
color: #333333;
margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 1px;
list-style-type: none;
}
#prodcontainer {
float: left;
width: 650px;
background-color: #FFFFFF;
}
#prodtitle h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 25px;
line-height: 26px;
color: #003300;
margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 1px;
font-weight: normal;
}
#prodtop {
float: left;
width: 413px;
margin-bottom: 10px;
}
#prodbottom {
float: left;
width: 413px;
}
#prodleft {
float: left;
width: 237px;
}
.prodsmallimg {
float: left;
height: 68px;
width: 68px;
margin-right: 10px;
}
#prodfeatures {
float: left;
width: 253px;
margin-bottom: 6px;
background-image: url(images/features.jpg);
background-repeat: no-repeat;
padding-top: 20px;
}
#prodspec {
float: left;
width: 253px;
margin-bottom: 6px;
background-image: url(images/spec.jpg);
padding-top: 20px;
background-repeat: no-repeat;
}
#prodimage img {
border: 1px solid #CCCCCC;
}
#prodpost {
float: left;
width: 253px;
background-image: url(images/delivery.jpg);
padding-top: 22px;
background-repeat: no-repeat;
}
#prodright {
float: left;
width: 413px;
}
#prodtitle {
float: left;
width: 253px;
margin-right: 10px;
}
#prodprice {
float: left;
width: 150px;
}
#proddesc {
float: left;
width: 413px;
}
#prodbotleft {
float: left;
width: 253px;
margin-right: 10px;
}
#prodbotright {
float: left;
width: 150px;
}
#prodticks {
float: left;
width: 150px;
margin-bottom: 10px;
}
#prodbutton {
float: left;
width: 150px;
}
#prodimage {
float: left;
height: 227px;
width: 227px;
margin-bottom: 10px;
}

.style1 {
font-size: 30px;
color: #666600;
}
.style2 {
font-size: 11px;
margin-top: 0px;
padding-top: 0px;
}
.style3 {
font-size: 12px;
color: #333333;
}
#thumbcontainer {
float: left;
width: 155px;
margin-right: 10px;
background-color: #FFFFFF;
height: 238px;
}
* html #thumbcontainer {
float: left;
width: 155px;
margin-right: 5px;
background-color: #FFFFFF;
}
#thumbimage {
float: left;
height: 155px;
width: 155px;
margin-bottom: 5px;
}
#thumbtext {
float: left;
width: 155px;
}
#thumbtext h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
line-height: 15px;
color: #669900;
font-weight: normal;
margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 1px;
}
.thumbprice {
color: #000000;
font-size: 16px;
}
#thumbimage img {
border: 1px solid #CCCCCC;
}
#thumbtext a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
line-height: 15px;
color: #669900;
font-weight: normal;
margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 1px;
text-decoration: none;
}
#pagehead {
background-image: url(images/pagehead.jpg);
background-repeat: no-repeat;
float: left;
height: 90px;
width: 540px;
padding-top: 10px;
padding-left: 10px;
padding-right: 100px;
margin-bottom: 10px;
}
#homeadvert {
float: left;
height: 283px;
width: 650px;
margin-bottom: 10px;
}
#homeintrotext {
float: left;
width: 650px;
margin-bottom: 10px;
}
#pagehead h1 {
font-size: 22px;
line-height: 24px;
color: #000000;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 2px;
font-weight: normal;
}
#pagehead p {
font-size: 12px;
line-height: 13px;
color: #000000;
}
#Panel_Featured_Products {
float: left;
width: 650px;
background-image: url(images/bestsellers.jpg);
background-repeat: no-repeat;
padding-top: 22px;
margin-top: 5px;
} 
.Search_Field { 
font-size: 13px; 
background-color: #fff; 
border: 1px solid #ccc; 
padding: 4px;
width: 200px;
}

.Search_Button {
padding: 3px;
color: white;
font-size: 14px;
font-weight: bold;
background-color: #333333;
border: 1px solid #000000;
}

.Search_Button:hover{
background-color: #000000;
cursor: pointer;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
h1 {
font-size: 22px;
line-height: 24px;
color: #000000;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 2px;
font-weight: normal;
}
h2 {
font-size: 18px;
line-height: 18px;
color: #99CC00;
margin-top: 4px;
margin-bottom: 2px;
padding-top: 4px;
padding-bottom: 2px;
font-weight: normal;
}
h3 {
font-size: 14px;
line-height: 16px;
color: #000000;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 2px;
font-weight: normal;
}