/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
	color: #653A21;
	background-color: #EDC91B;
	font-family: Garamond,FreeSerif,Georgia,Palatino,'Liberation Serif',serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
     }

a {
	color: #653A21;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
     }

p {
	margin: 5px 0px 7px 0px;
	color: #653A21;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 10px;
     }

a:hover {
	color: #555555;
	text-decoration: underline;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
	 font-size: 13px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
	width: 960px;
	padding: 0px;
	margin: auto;
	background-image: url(../media/wrapperback.png);
	background-repeat: repeat-y;
     }

#skin_wrapper_full {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #EDC91B;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
	margin: 0px;
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
	margin: 0px;
	vertical-align: top;
	line-height: 150%;
	width: 704px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
     }

#skin_ct_rcol {
	width: 216px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
     }

#skin_footer {
	color: #FFFFFF;
	padding: 0px 10px 3px 10px;
	margin: 0px;
	text-align: center;
     }

#skin_pgtitle {
     font-size: 16px;
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #999999;
     }

#skin_content {
	margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
	display: none;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 0px 0px;
     list-style: none;
     }

.skin_fenav ul li {
	display: inline;
	float: left;
	color: #ffffff;
	background-repeat: repeat-x;
}


.skin_fenav#ecom_skinwidgetcategories ul li {
	float: left;
	width: 171px;
	text-align: center;
	font-size: 1.6em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 38px;
	background-color: #FDE339;
	background-image: url(../media/yearbg.png);
	background-repeat: repeat-x;
	line-height: 1.6em;
}


.skin_fenav ul li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #FEE66D;
	font-family: Garamond,FreeSerif,Georgia,Palatino,'Liberation Serif',serif;
	font-size: 16px;
	height: 20px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}

.skin_fenav#ecom_skinwidgetcategories ul li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #653A21;
	font-family: Garamond,FreeSerif,Georgia,Palatino,'Liberation Serif',serif;
	font-size: 20px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-left: 0px;
	height: 39px;
}

.skin_fenav#ecom_skinwidgetcategories ul li a:hover {
	text-decoration: underline;
     }
.skin_fenav ul li a:hover {
	color: #FFF;
	text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
	 font-size: 12px;
     }

.skin_fenavmini {
     padding: 0px;
     margin: 0px 0px 0px 0px;
    
     }
	 
.skin_fenavmini#ecom_skinwidgetminisearch {
     width: 130px; 
	 margin-left:auto; margin-right:auto;
    
     }
	 
	 .skin_fenavmini#ecom_skinwidgetminicart p {
   font-size: 13px;
    
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #ABABAB;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 0px 0px 30px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #653A21;
     background-color: #FEE66D;
     padding: 1px;
     margin: 5px 0px 5px 0px;
     font-size: 14px;
     width: 150px;
     border: 1px solid #653A21;
	 cursor:pointer;
     }

.formbutton:hover {
     color: #FEE66D;
     background-color: #653A21;
	 border: 1px solid #FEE66D;
	 cursor:pointer;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #401D09;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #401D09;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost{
     margin-bottom: 10px;
margin-left: auto;
margin-right: auto; 
    padding-top: 5px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 90%;
     }



table.ghost2{
     margin-bottom: 10px;
margin-left: auto;
margin-right: auto; 
    padding-top: 5px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 90%;
background-color: #FEFFB3;
     }

table.ghost2:hover {
    background-color: #fcfdc8;
     }


td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
	 border: 2px solid #D9D9D9;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.acchead {
     color: #381905;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.storelink {
     margin: 5px auto 10px auto;
     padding: 4px 5px 4px 5px;
font-size: 18px;
width: 90%;
          }

.storelink p {
padding-top:5px;
padding-bottom:5px;
padding-left:8px;
padding-right:8px;
font-size: 16px;
     }

.storelink a {
     background-color:#FEE66D;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
font-size: 20px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
          }

td.cptbl_prod a {
     font-weight: normal;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 10px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #28140B;
     
     display: inline;
     }

.pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #FEE66D;
     background-color: #663A21;
     padding: 2px 5px 2px 5px;
     font-size: 16px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #FEE66D;
     background-color: #663A21;
     text-decoration: none;
     cursor: pointer;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

#menubar {
	height: 38px;
	background-image: url(../media/navbg.png);
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 8px;
}

#cleaner { clear:both; height:0px;}

#footerbot {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../media/footer.png);
	background-repeat: no-repeat;
	height: 20px;
}

#topbar {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 29px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#topbarleft {
	float: left;
	width: 450px;
}

#topbarright {
	float: right;
	width: 470px;
	padding-left: 20px;
	text-align: right;
}

#menubarright {
	float: right;
	width: 216px;
	color: #FFF;
	text-align: right;
	font-size: 17px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#featuredsoft {
	height: 205px;
	background-image: url(../media/featured-softback.jpg);
	padding-top: 1px;
	background-repeat: no-repeat;
}

#specialoffer {
	height: 230px;
	background-image: url(http://www.wisdenworld.co.uk/store/media/ecom/prodlg/specialoffer.jpg);
	padding-top: 1px;
	background-repeat: no-repeat;
}

#freedelivery {
	height: 230px;
	background-image: url(../media/freedelivery.jpg);
	padding-top: 1px;
	background-repeat: no-repeat;
}

.justarrived {
	color: #FEE66D;
	text-align: center;
	font-size: 18px;
}

#cleaner { clear:both; height:0px;}

#catbord {
	display: inline;
	float: left;
	width: 692px;
	overflow: hidden;
	margin-top: 0;
	margin-right: -2;
	margin-bottom: -3px;
	margin-left: 0;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-left-color: #D9D9D9;
	background-image: url(../media/bgcat.png);
	background-position: right bottom;
}

.featured { color:#FFF; font-size:16px; font-weight:normal;}

.featured:hover { color:#FFF; text-decoration:underline;}

.prodtitle {font-size:16px; text-decoration: underline; margin-top: 8px; margin-bottom: 8px; color: #2A0E0D;}

.condit { margin-left: 100px;}

.cattitle { font-size: 2em;  padding-top:5px; padding-bottom: 5px;}

#glance-box { border: 4px solid #D9D9D9; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;font-weight:bold;}

.answer {
	margin-left: 20px;
	display: block;
	float: right;
	text-align: left;
	width: 220px;
	font-weight:normal;
margin-top: 0px;
} 

.glance {color: #2A0E0D;
   font-weight: normal;
   font-size: 1.4em;
   padding-top: 8px;
   padding-bottom: 8px;
}



.proddettitle {float: left;
   width: 520px;
   font-size: 2em;
   line-height: 1em !important;
   margin-bottom: 0.5em !important;
color: #653A21;
   font-weight: 500;
   margin: 30px 0 0 0;
padding-bottom:10px;
}


.detprice {color: #000 !important;
   float: left;
width: 100px;
text-align: right;
font-size: 2em;
font-weight: 500;
padding-top: 10px;
padding-bottom: 10px;
}

.posttext { font-weight:normal; color:#000; font-size:14px; }


#addinfobox {border: 2px solid #D9D9D9; margin-top: 15px;}
   
#addinfo { background-color: #663A21; color: #FEE66D; text-align:center; width:100%; font-size:1.6em; padding-top:3px; padding-bottom:3px;}
   
#proddesc { background-color: #FEFFB3; color: #000000; padding-top:10px; padding-bottom:10px; padding-left: 10px; padding-right:10px; font-size: 14px;}

#searchbox { height: 82px;
	padding-top: 1px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#footerline { height: 5px; background-color: #2A0E0D; width: 100%; margin-bottom:10px;}

#pages { padding-left: 20px; padding-right: 20px;}

#pages p { font-size: 1.2em}

h1 { line-height: 36px; }

h2 { color: #653A21;
   font-size: 2em;
   font-weight: 500;
   margin: 30px 0 0 0;
}

h3 { color: #653A21;
   font-size: 1.6em;
   
}

.high { font-weight: bold;
   color: #2A0E0D;
   font-size: 1.4em;
   }

#feat { float:left; width: 358px; background-image: url('../media/wisdenfeat.jpg'); margin-left:15px; margin-right:15px; margin-top:15px;}

#featbottom {width: 358px; background-image: url('../media/featbot.jpg');  background-repeat:no-repeat; }

#why {float:left; width: 300px;}

#why li { font-weight:bold; font-size: 1.2em;}

#homespace { clear:both; height: 30px;}

.alltitle { font-size: 2em;}

.textbox {
	color: #371806;
	background-color: #FCE138;
	font-weight: bold;
	padding:5px;
}

#TICKER {border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	margin-top:10px;
	width: 600px;
}

#ecom--guestco--fax {display: none;} 

#ecom--guestco--company {display: none;} 

.yeargen {display: block; width: 100px;}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
